]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
less fingerpainting involved now. and no warnings...
[features.git] / lib / doc / Math.lyx
1 #LyX 1.6.0rc2 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.6
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values,
77 \usepackage{calc}
78
79 % for multiple table row and column cells
80 \usepackage{multirow}
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % center multirows (e.g. in sec. 13.3)
87 \renewcommand{\multirowsetup}{\centering}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % redefine the greyed out note
114 \renewenvironment{lyxgreyedout}
115  {\textcolor{blue}\bgroup}{\egroup}
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % needed in sec. 22.10
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
146 \language english
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "LyX's Math Manual"
162 \pdf_author "LyX Team, Uwe Stöhr"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pagebackref false
174 \pdf_pdfusetitle false
175 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
176 \papersize a4paper
177 \use_geometry false
178 \use_amsmath 2
179 \use_esint 1
180 \cite_engine basic
181 \use_bibtopic false
182 \paperorientation portrait
183 \secnumdepth 4
184 \tocdepth 3
185 \paragraph_separation skip
186 \defskip medskip
187 \quotes_language english
188 \papercolumns 1
189 \papersides 2
190 \paperpagestyle plain
191 \bullet 1 0 6 -1
192 \bullet 2 2 35 -1
193 \bullet 3 2 7 -1
194 \tracking_changes false
195 \output_changes false
196 \author "" 
197 \end_header
198
199 \begin_body
200
201 \begin_layout Title
202 LyX's detailed Math manual
203 \end_layout
204
205 \begin_layout Author
206 by the LyX Team
207 \begin_inset Foot
208 status collapsed
209
210 \begin_layout Plain Layout
211 \noindent
212 If you have comments or error corrections, please send them to the LyX Documenta
213 tion mailing list: 
214 \family typewriter
215
216 \begin_inset CommandInset href
217 LatexCommand href
218 name "lyx-docs@lists.lyx.org"
219 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
220 type "mailto:"
221
222 \end_inset
223
224
225 \end_layout
226
227 \end_inset
228
229
230 \begin_inset Note Note
231 status collapsed
232
233 \begin_layout Plain Layout
234 author: Uwe Stöhr
235 \end_layout
236
237 \end_inset
238
239
240 \begin_inset Newline newline
241 \end_inset
242
243
244 \begin_inset Newline newline
245 \end_inset
246
247
248 \family sans
249 Version 1.6svn
250 \end_layout
251
252 \begin_layout Standard
253 \begin_inset CommandInset toc
254 LatexCommand tableofcontents
255
256 \end_inset
257
258
259 \end_layout
260
261 \begin_layout Standard
262 \begin_inset Note Note
263 status open
264
265 \begin_layout Plain Layout
266 To export this document to PDF, PS, or DVI the LaTeX-packages 
267 \series bold
268 eurosym,
269 \series default
270  
271 \series bold
272 multirow,
273 \series default
274  and 
275 \series bold
276 was
277 \series default
278  must be installed.
279  If they are not installed you can export the document anyway but the sections
280  where the packages are required won't appear in the output.
281 \end_layout
282
283 \begin_layout Plain Layout
284 The latest PDF-version of this document can be found here:
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \series bold
290 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
291 \end_layout
292
293 \end_inset
294
295
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset Newpage newpage
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Section
306 Introduction
307 \begin_inset CommandInset label
308 LatexCommand label
309 name "sec:Introduction"
310
311 \end_inset
312
313
314 \end_layout
315
316 \begin_layout Standard
317 This document explains LyX's math features and is furthermore a collection
318  of LaTeX-commands used for mathematical characters and constructs.
319  The explanations are designed for the usage of commands.
320  It is therefore required that you have read the section 
321 \family typewriter
322 Mathematical
323 \begin_inset space ~
324 \end_inset
325
326 Formulas
327 \family default
328  of the User's Guide.
329 \end_layout
330
331 \begin_layout Standard
332 Most of the characters and many constructs explained in this manual are
333  also accessible via the menu 
334 \family sans
335 Insert
336 \series bold
337 \SpecialChar \menuseparator
338
339 \series default
340 Math
341 \family default
342 , or the 
343 \family sans
344 math
345 \family default
346 \series bold
347  
348 \family sans
349 \series default
350 toolbar
351 \family default
352 .
353  But everybody who has to write lots of formulas will notice that it is
354  much faster to use commands instead of the math toolbar.
355  Therefore this manual is focused on commands but also mentions the correspondin
356 g toolbar buttons when available.
357 \end_layout
358
359 \begin_layout Standard
360 If not specially mentioned the commands are only available within formulas.
361  To be able to use all commands explained in this document, the option 
362 \family sans
363 Use AMS math package
364 \family default
365  must be used in the document settings (menu 
366 \family sans
367 Document\SpecialChar \menuseparator
368 Settings\SpecialChar \menuseparator
369 Math
370 \begin_inset space ~
371 \end_inset
372
373 Options
374 \family default
375 ).
376 \begin_inset Foot
377 status collapsed
378
379 \begin_layout Plain Layout
380 The option 
381 \family sans
382 Use AMS math package automatically
383 \family default
384  only uses 
385 \begin_inset ERT
386 status collapsed
387
388 \begin_layout Plain Layout
389
390
391 \backslash
392 AmS 
393 \end_layout
394
395 \end_inset
396
397 -math when math constructs are found that are supported by LyX.
398 \end_layout
399
400 \end_inset
401
402
403 \end_layout
404
405 \begin_layout Standard
406 This document doesn't list all 
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 AmS 
415 \end_layout
416
417 \end_inset
418
419 -math commands
420 \begin_inset Foot
421 status collapsed
422
423 \begin_layout Plain Layout
424 A list with all 
425 \begin_inset ERT
426 status collapsed
427
428 \begin_layout Plain Layout
429
430
431 \backslash
432 AmS
433 \end_layout
434
435 \end_inset
436
437 -math commands is in the file 
438 \family sans
439
440 \begin_inset CommandInset href
441 LatexCommand href
442 name "amsguide.ps"
443 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
444
445 \end_inset
446
447
448 \family default
449 , which is part of every LaTeX standard installation.
450 \end_layout
451
452 \end_inset
453
454  for lucidity reasons.
455 \end_layout
456
457 \begin_layout Section
458 General Instructions
459 \begin_inset CommandInset label
460 LatexCommand label
461 name "sec:General-Instructions"
462
463 \end_inset
464
465
466 \end_layout
467
468 \begin_layout Standard
469 To create an inline formula
470 \begin_inset Index
471 status collapsed
472
473 \begin_layout Plain Layout
474 Formula ! inline
475 \end_layout
476
477 \end_inset
478
479  that is embedded into a text line, press 
480 \family sans
481 Ctrl-m
482 \family default
483  or the toolbar button 
484 \begin_inset Graphics
485         filename ../images/math-mode.png
486         scale 85
487
488 \end_inset
489
490
491 \begin_inset Newline newline
492 \end_inset
493
494 To create a display style formula
495 \begin_inset Index
496 status collapsed
497
498 \begin_layout Plain Layout
499 Formula ! display style
500 \end_layout
501
502 \end_inset
503
504  that will appear bigger and in an own paragraph, press 
505 \family sans
506 Ctrl-M
507 \family default
508 .
509 \end_layout
510
511 \begin_layout Standard
512 To change a display style formula to an inline formula, set the cursor into
513  the formula and press 
514 \family sans
515 Ctrl-M
516 \family default
517  or use the menu 
518 \family sans
519 Edit\SpecialChar \menuseparator
520 Math\SpecialChar \menuseparator
521 Change formula type
522 \family default
523 .
524  The same way is used to change an inline formula to a display style formula.
525 \end_layout
526
527 \begin_layout Standard
528 To display parts of an inline formula in the size of a display style formula,
529  enter the command 
530 \series bold
531
532 \backslash
533 displaystyle
534 \begin_inset Index
535 status collapsed
536
537 \begin_layout Plain Layout
538 Commands ! D ! 
539 \backslash
540 displaystyle
541 \end_layout
542
543 \end_inset
544
545
546 \series default
547  to a formula.
548  Then a new blue box appears in which the desired formula part is inserted.
549 \end_layout
550
551 \begin_layout Standard
552 Only inline formulas are allowed inside tables.
553 \end_layout
554
555 \begin_layout Standard
556 The 
557 \family sans
558 math toolbar
559 \family default
560  can be turned on in the menu 
561 \family sans
562 View\SpecialChar \menuseparator
563 Toolbars
564 \family default
565 .
566  When you click there on 
567 \begin_inset Quotes eld
568 \end_inset
569
570 Math
571 \begin_inset Quotes erd
572 \end_inset
573
574  the toolbar will be shown permanently at the bottom; this state is visualized
575  in the 
576 \family sans
577 Toolbars
578 \family default
579  menu with a checkmark.
580  When you click in this state again on 
581 \begin_inset Quotes eld
582 \end_inset
583
584 Math
585 \begin_inset Quotes erd
586 \end_inset
587
588  in the 
589 \family sans
590 Toolbars
591 \family default
592  menu, the 
593 \family sans
594 math toolbar
595 \family default
596  is only shown when the cursor is within a formula; this state is visualized
597  by the renaming of the menu entry from 
598 \begin_inset Quotes eld
599 \end_inset
600
601 Math
602 \begin_inset Quotes erd
603 \end_inset
604
605  to 
606 \begin_inset Quotes eld
607 \end_inset
608
609 Math
610 \begin_inset space ~
611 \end_inset
612
613 (auto)
614 \begin_inset Quotes erd
615 \end_inset
616
617 .
618 \end_layout
619
620 \begin_layout Standard
621 The TeX-mode
622 \begin_inset Index
623 status collapsed
624
625 \begin_layout Plain Layout
626 T@TeX-mode
627 \end_layout
628
629 \end_inset
630
631  is invoked by pressing the toolbar button 
632 \begin_inset Graphics
633         filename ../images/ert-insert.png
634         scale 85
635
636 \end_inset
637
638  or by using the menu 
639 \family sans
640 Insert\SpecialChar \menuseparator
641 Te
642 \begin_inset ERT
643 status collapsed
644
645 \begin_layout Plain Layout
646
647 {}
648 \end_layout
649
650 \end_inset
651
652 X Code
653 \family default
654  (shortcut 
655 \family sans
656 Ctrl-l
657 \family default
658 ).
659 \begin_inset Note Note
660 status collapsed
661
662 \begin_layout Plain Layout
663 In LyX there are three 
664 \begin_inset Quotes eld
665 \end_inset
666
667 proper names
668 \begin_inset Quotes erd
669 \end_inset
670
671  that appear in the output with sub- and superscript letters: TeX, LaTeX,
672  and LyX
673 \end_layout
674
675 \begin_layout Plain Layout
676 To avoid that these names are recognized as proper names, a TeX-brace pair
677  is inserted.
678 \end_layout
679
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 To change the LaTeX-preamble
687 \begin_inset Index
688 status collapsed
689
690 \begin_layout Plain Layout
691 L@LaTeX-preamble
692 \end_layout
693
694 \end_inset
695
696 , use the menu 
697 \family sans
698 Document\SpecialChar \menuseparator
699 Settings\SpecialChar \menuseparator
700 LaT
701 \begin_inset ERT
702 status collapsed
703
704 \begin_layout Plain Layout
705
706 {}
707 \end_layout
708
709 \end_inset
710
711 eX
712 \family default
713  
714 \family sans
715 Preamble
716 \family default
717 .
718 \end_layout
719
720 \begin_layout Standard
721 To edit matrices, case differentiations, and multiline formulas subsequently,
722  the menus 
723 \family sans
724 Edit\SpecialChar \menuseparator
725 Math
726 \family default
727  and 
728 \family sans
729 Edit\SpecialChar \menuseparator
730 Rows
731 \begin_inset space \thinspace{}
732 \end_inset
733
734 &
735 \begin_inset space \thinspace{}
736 \end_inset
737
738 Columns,
739 \family default
740  or the 
741 \family sans
742 table toolbar
743 \family default
744  can be used.
745  When lines and columns are swapped via the menu, the column or line where
746  the cursor is in is exchanged with the column to the right or the line
747  below, respectively.
748  Is the cursor in the last column or row, the exchange is done with the
749  column to the left or the line above.
750 \end_layout
751
752 \begin_layout Standard
753 To write text in formulas
754 \begin_inset Foot
755 status collapsed
756
757 \begin_layout Plain Layout
758 For multiline formulas the command 
759 \series bold
760
761 \backslash
762 intertext
763 \series default
764  is used, see 
765 \begin_inset CommandInset ref
766 LatexCommand ref
767 reference "sub:Text-in-multiline"
768
769 \end_inset
770
771 .
772 \end_layout
773
774 \end_inset
775
776  
777 \emph on
778 mathematical text
779 \emph default
780
781 \begin_inset Index
782 status collapsed
783
784 \begin_layout Plain Layout
785 Text ! in formulas
786 \end_layout
787
788 \end_inset
789
790
791 \begin_inset Index
792 status collapsed
793
794 \begin_layout Plain Layout
795 Mathematical text
796 \end_layout
797
798 \end_inset
799
800  is used.
801  This mode is invoked with the the shortcut 
802 \family sans
803 Alt-m
804 \begin_inset space ~
805 \end_inset
806
807 m
808 \family default
809  or by the insertion of the command 
810 \series bold
811
812 \backslash
813 text
814 \begin_inset Index
815 status collapsed
816
817 \begin_layout Plain Layout
818 Commands ! T ! 
819 \backslash
820 text
821 \end_layout
822
823 \end_inset
824
825
826 \series default
827 .
828  The text appears black in LyX and can therefore be distinguished from the
829  other formula parts that appear blue.
830  In the output mathematical text is set upright, in contrary to other formula
831  parts.
832 \end_layout
833
834 \begin_layout Subsection*
835 Command Scheme
836 \end_layout
837
838 \begin_layout Standard
839 Most of the LaTeX-commands for math constructs have the following scheme:
840 \end_layout
841
842 \begin_layout Standard
843
844 \series bold
845
846 \backslash
847 commandname[optional
848 \series default
849  
850 \series bold
851 argument]{required
852 \series default
853  
854 \series bold
855 argument}
856 \end_layout
857
858 \begin_layout Standard
859 A command starts always with a backslash 
860 \begin_inset Quotes gld
861 \end_inset
862
863
864 \series bold
865
866 \backslash
867
868 \series default
869
870 \begin_inset Quotes grd
871 \end_inset
872
873 .
874  To omit optional arguments, also omit the associated brackets.
875  The braces around the required arguments are named in this document as
876  TeX-braces
877 \begin_inset Index
878 status collapsed
879
880 \begin_layout Plain Layout
881 T@TeX-braces
882 \end_layout
883
884 \end_inset
885
886 .
887  If you add in a formula a left brace to a command name, LyX creates automatical
888 ly a TeX-brace.
889  In all other cases TeX-braces are created in formulas with the command
890  
891 \series bold
892
893 \backslash
894 {
895 \series default
896 .
897  TeX-braces appear red in LyX, in contrary to normal braces that appear
898  blue.
899  In TeX-mode no command is needed to get TeX-braces.
900  TeX-braces don't appear in the output.
901 \end_layout
902
903 \begin_layout Standard
904 When commands without arguments, like commands for symbols are entered in
905  TeX-mode, a space character must 
906 \emph on
907 always
908 \emph default
909  be behind the command to end it.
910  This space doesn't appear in the output.
911  When the space should appear in the output, the space must be followed
912  by a protected space in normal text.
913 \end_layout
914
915 \begin_layout Standard
916 A protected space is inserted with 
917 \family sans
918 Ctrl-Space
919 \family default
920 .
921 \end_layout
922
923 \begin_layout Subsection*
924 \begin_inset Newpage newpage
925 \end_inset
926
927 Syntax Explanation
928 \end_layout
929
930 \begin_layout Itemize
931 The symbol
932 \begin_inset Foot
933 status collapsed
934
935 \begin_layout Plain Layout
936 This visible space character can be created with the command 
937 \series bold
938
939 \backslash
940 textvisiblespace
941 \series default
942
943 \begin_inset Index
944 status collapsed
945
946 \begin_layout Plain Layout
947 Commands ! T ! 
948 \backslash
949 textvisiblespace
950 \end_layout
951
952 \end_inset
953
954 , inserted in TeX-mode.
955 \end_layout
956
957 \end_inset
958
959  
960 \begin_inset ERT
961 status collapsed
962
963 \begin_layout Plain Layout
964
965
966 \backslash
967 spce 
968 \end_layout
969
970 \end_inset
971
972
973 \begin_inset space ~
974 \end_inset
975
976 denotes a space character to be input.
977 \end_layout
978
979 \begin_layout Itemize
980 An arrow like 
981 \begin_inset Formula $\to$
982 \end_inset
983
984  denotes the usage of the corresponding arrow key on the keyboard.
985 \end_layout
986
987 \begin_layout Subsection*
988 Available units
989 \end_layout
990
991 \begin_layout Standard
992 \align center
993 \begin_inset Float table
994 placement H
995 wide false
996 sideways false
997 status open
998
999 \begin_layout Plain Layout
1000 \align center
1001 \begin_inset Caption
1002
1003 \begin_layout Plain Layout
1004 \begin_inset CommandInset label
1005 LatexCommand label
1006 name "tab:Available-units"
1007
1008 \end_inset
1009
1010 Available units
1011 \end_layout
1012
1013 \end_inset
1014
1015
1016 \end_layout
1017
1018 \begin_layout Plain Layout
1019 \align center
1020 \begin_inset Tabular
1021 <lyxtabular version="3" rows="13" columns="2">
1022 <features>
1023 <column alignment="center" valignment="top" width="0">
1024 <column alignment="center" valignment="top" width="0">
1025 <row>
1026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 Unit
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1036 \begin_inset Text
1037
1038 \begin_layout Plain Layout
1039 Name / Description
1040 \end_layout
1041
1042 \end_inset
1043 </cell>
1044 </row>
1045 <row>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 mm
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 Millimeter
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 </row>
1065 <row>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 cm
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 Centimeter
1080 \end_layout
1081
1082 \end_inset
1083 </cell>
1084 </row>
1085 <row>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 in
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1096 \begin_inset Text
1097
1098 \begin_layout Plain Layout
1099 Inch (1
1100 \begin_inset space \thinspace{}
1101 \end_inset
1102
1103 in = 2,54
1104 \begin_inset space \thinspace{}
1105 \end_inset
1106
1107 cm)
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 </row>
1113 <row>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 pt
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1124 \begin_inset Text
1125
1126 \begin_layout Plain Layout
1127 Point (72.27
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 pt = 1
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 in)
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 </row>
1141 <row>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 pc
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 Pica (1
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 pc = 12
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pt)
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 </row>
1169 <row>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 sp
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1180 \begin_inset Text
1181
1182 \begin_layout Plain Layout
1183 scaled point (65536
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 sp = 1
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 pt)
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 bp
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 big point (72
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 bp = 1
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 in)
1220 \end_layout
1221
1222 \end_inset
1223 </cell>
1224 </row>
1225 <row>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 dd
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1236 \begin_inset Text
1237
1238 \begin_layout Plain Layout
1239 Didot (1
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 dd 
1244 \begin_inset Formula $\approx$
1245 \end_inset
1246
1247  0.376
1248 \begin_inset space \thinspace{}
1249 \end_inset
1250
1251 mm)
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 </row>
1257 <row>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 cc
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271 Cicero (1
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 cc = 12
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 dd)
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 </row>
1285 <row>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 ex
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Plain Layout
1299 Height of letter 
1300 \emph on
1301
1302 \begin_inset Quotes eld
1303 \end_inset
1304
1305 x
1306 \emph default
1307
1308 \begin_inset Quotes erd
1309 \end_inset
1310
1311  in the current font
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 </row>
1317 <row>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 em
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 width of letter 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \emph on
1337 M
1338 \emph default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343  in the current font
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 </row>
1349 <row>
1350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 mu
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 math unit (1
1364 \begin_inset space \thinspace{}
1365 \end_inset
1366
1367 mu = 
1368 \begin_inset Formula $\nicefrac{1}{18}$
1369 \end_inset
1370
1371
1372 \begin_inset space \thinspace{}
1373 \end_inset
1374
1375 em)
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 </row>
1381 </lyxtabular>
1382
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \begin_layout Standard
1394 \begin_inset Newpage newpage
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \begin_layout Section
1401 Basic Functions
1402 \end_layout
1403
1404 \begin_layout Subsection
1405 Exponents
1406 \begin_inset Index
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 Exponents
1411 \end_layout
1412
1413 \end_inset
1414
1415  and Indices
1416 \begin_inset Index
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 Indices
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \begin_inset Index
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 Superscripts|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Exponents
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \begin_inset Index
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 Subscripts|see
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 {
1469 \end_layout
1470
1471 \end_inset
1472
1473 Indices
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 }
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \end_layout
1491
1492 \begin_layout Standard
1493 Indices are created with an underscore 
1494 \begin_inset Quotes eld
1495 \end_inset
1496
1497 _
1498 \begin_inset Quotes erd
1499 \end_inset
1500
1501  or via the math toolbar button 
1502 \begin_inset Graphics
1503         filename ../images/math-subscript.png
1504         scale 85
1505
1506 \end_inset
1507
1508  , exponents with a caret 
1509 \begin_inset Quotes eld
1510 \end_inset
1511
1512 ^
1513 \begin_inset Quotes erd
1514 \end_inset
1515
1516  or via the math toolbar button 
1517 \begin_inset Graphics
1518         filename ../images/math-superscript.png
1519         scale 85
1520
1521 \end_inset
1522
1523 .
1524 \end_layout
1525
1526 \begin_layout Standard
1527 \align center
1528 \begin_inset Tabular
1529 <lyxtabular version="3" rows="4" columns="2">
1530 <features>
1531 <column alignment="center" valignment="top" width="0pt">
1532 <column alignment="center" valignment="top" width="0pt">
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 command
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 Result
1548 \begin_inset Note Note
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 \series bold
1554
1555 \backslash
1556 raisebox
1557 \series default
1558  is only used as spacer.
1559 \end_layout
1560
1561 \end_inset
1562
1563
1564 \end_layout
1565
1566 \end_inset
1567 </cell>
1568 </row>
1569 <row>
1570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 B_V
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 \begin_inset Formula $B_{V}$
1584 \end_inset
1585
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 </row>
1592 <row>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 B^V
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 </row>
1615 <row>
1616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Plain Layout
1620 B^
1621 \begin_inset ERT
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625
1626
1627 \backslash
1628 spce 
1629 \end_layout
1630
1631 \end_inset
1632
1633 A
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 </row>
1651 </lyxtabular>
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Standard
1659 As the caret is in some languages an accent, vowels will be accentuated
1660  in this case and not set as exponents
1661 \begin_inset Foot
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 Depending on the used keyboard settings this can also happen for other character
1666 s than vowels.
1667 \end_layout
1668
1669 \end_inset
1670
1671 .
1672  To get in this case exponents, press 
1673 \family sans
1674 Space
1675 \family default
1676  after the caret as in the last example.
1677 \end_layout
1678
1679 \begin_layout Subsection
1680 Fractions
1681 \begin_inset CommandInset label
1682 LatexCommand label
1683 name "sub:Fractions"
1684
1685 \end_inset
1686
1687
1688 \begin_inset Index
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 Fractions
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \begin_layout Standard
1701 Fractions are generated with the command 
1702 \series bold
1703
1704 \backslash
1705 frac
1706 \series default
1707
1708 \begin_inset Index
1709 status collapsed
1710
1711 \begin_layout Plain Layout
1712 Commands ! F ! 
1713 \backslash
1714 frac
1715 \end_layout
1716
1717 \end_inset
1718
1719  or via the math toolbar button 
1720 \begin_inset Graphics
1721         filename ../images/math/frac.png
1722         scale 50
1723
1724 \end_inset
1725
1726 .
1727  The font size is adjusted automatically, depending on whether the fraction
1728  is in an inline or display style formula.
1729  With the math toolbar button 
1730 \begin_inset Graphics
1731         filename ../images/math/frac-square.png
1732         scale 85
1733
1734 \end_inset
1735
1736  you can select different fraction types.
1737 \end_layout
1738
1739 \begin_layout Standard
1740 With the command 
1741 \series bold
1742
1743 \backslash
1744 dfrac
1745 \begin_inset Index
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Commands ! D ! 
1750 \backslash
1751 dfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \series default
1758  a fraction can be created that has in any case the size of a display style
1759  formula.
1760  With 
1761 \series bold
1762
1763 \backslash
1764 tfrac
1765 \begin_inset Index
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Commands ! T ! 
1770 \backslash
1771 tfrac
1772 \end_layout
1773
1774 \end_inset
1775
1776
1777 \series default
1778  the fraction appears always with the size of an inline formula.
1779  An example:
1780 \end_layout
1781
1782 \begin_layout Standard
1783 A line with the fraction 
1784 \begin_inset Formula $\frac{1}{2}$
1785 \end_inset
1786
1787  that was created with the command 
1788 \series bold
1789
1790 \backslash
1791 frac
1792 \series default
1793 .
1794 \end_layout
1795
1796 \begin_layout Standard
1797 A line with the fraction 
1798 \begin_inset Formula $\dfrac{1}{2}$
1799 \end_inset
1800
1801  that was created with the command 
1802 \series bold
1803
1804 \backslash
1805 dfrac
1806 \series default
1807 .
1808 \end_layout
1809
1810 \begin_layout Standard
1811 \align center
1812 \begin_inset Tabular
1813 <lyxtabular version="3" rows="4" columns="2">
1814 <features>
1815 <column alignment="center" valignment="top" width="0pt">
1816 <column alignment="center" valignment="top" width="0pt">
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 Command
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831 Result
1832 \begin_inset Note Note
1833 status collapsed
1834
1835 \begin_layout Plain Layout
1836
1837 \series bold
1838
1839 \backslash
1840 raisebox
1841 \series default
1842  is only used as spacer.
1843 \end_layout
1844
1845 \end_inset
1846
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 </row>
1853 <row>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \backslash
1860 frac
1861 \begin_inset ERT
1862 status collapsed
1863
1864 \begin_layout Plain Layout
1865
1866
1867 \backslash
1868 spce 
1869 \end_layout
1870
1871 \end_inset
1872
1873 A
1874 \begin_inset Formula $\downarrow$
1875 \end_inset
1876
1877 B
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 </row>
1895 <row>
1896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900
1901 \backslash
1902 dfrac
1903 \begin_inset ERT
1904 status collapsed
1905
1906 \begin_layout Plain Layout
1907
1908
1909 \backslash
1910 spce 
1911 \end_layout
1912
1913 \end_inset
1914
1915 A
1916 \begin_inset Formula $\downarrow$
1917 \end_inset
1918
1919 B
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1929 \end_inset
1930
1931
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 </row>
1937 <row>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \backslash
1944 dfrac
1945 \begin_inset ERT
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949
1950
1951 \backslash
1952 spce 
1953 \end_layout
1954
1955 \end_inset
1956
1957 e^
1958 \begin_inset ERT
1959 status collapsed
1960
1961 \begin_layout Plain Layout
1962
1963
1964 \backslash
1965 spce 
1966 \end_layout
1967
1968 \end_inset
1969
1970
1971 \backslash
1972 frac
1973 \begin_inset ERT
1974 status collapsed
1975
1976 \begin_layout Plain Layout
1977
1978
1979 \backslash
1980 spce 
1981 \end_layout
1982
1983 \end_inset
1984
1985 1
1986 \begin_inset Formula $\downarrow$
1987 \end_inset
1988
1989 2
1990 \begin_inset Formula $\downarrow\downarrow$
1991 \end_inset
1992
1993 3
1994 \end_layout
1995
1996 \end_inset
1997 </cell>
1998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1999 \begin_inset Text
2000
2001 \begin_layout Plain Layout
2002 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2003 \end_inset
2004
2005
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 </row>
2011 </lyxtabular>
2012
2013 \end_inset
2014
2015
2016 \end_layout
2017
2018 \begin_layout Standard
2019 \begin_inset VSpace bigskip
2020 \end_inset
2021
2022
2023 \begin_inset Newpage newpage
2024 \end_inset
2025
2026 For nested fractions the command 
2027 \series bold
2028
2029 \backslash
2030 cfrac
2031 \series default
2032
2033 \begin_inset Index
2034 status collapsed
2035
2036 \begin_layout Plain Layout
2037 Commands ! C ! 
2038 \backslash
2039 cfrac
2040 \end_layout
2041
2042 \end_inset
2043
2044  can be used.
2045  Here an example:
2046 \begin_inset VSpace -3mm
2047 \end_inset
2048
2049
2050 \end_layout
2051
2052 \begin_layout Standard
2053 \begin_inset Formula \begin{align*}
2054 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2055 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2056
2057 \end_inset
2058
2059
2060 \end_layout
2061
2062 \begin_layout Standard
2063 The command for the example above is:
2064 \end_layout
2065
2066 \begin_layout Standard
2067
2068 \series bold
2069
2070 \backslash
2071 cfrac{A
2072 \begin_inset Formula $\to$
2073 \end_inset
2074
2075
2076 \backslash
2077 {B+
2078 \backslash
2079 cfrac{C+
2080 \backslash
2081 cfrac{E
2082 \begin_inset Formula $\to$
2083 \end_inset
2084
2085
2086 \backslash
2087 {F
2088 \begin_inset Formula $\to\to$
2089 \end_inset
2090
2091
2092 \backslash
2093 {D
2094 \end_layout
2095
2096 \begin_layout Standard
2097 \begin_inset VSpace medskip
2098 \end_inset
2099
2100
2101 \end_layout
2102
2103 \begin_layout Standard
2104
2105 \series bold
2106
2107 \backslash
2108 cfrac
2109 \series default
2110  sets the fraction always in the size of a displayed formula, also when
2111  it is part of another fraction.
2112  
2113 \series bold
2114
2115 \backslash
2116 cfrac
2117 \series default
2118  has the following command scheme:
2119 \end_layout
2120
2121 \begin_layout Standard
2122
2123 \series bold
2124
2125 \backslash
2126 cfrac[numerator position]{numerator}{denominator}
2127 \end_layout
2128
2129 \begin_layout Standard
2130 The numerator position can be 
2131 \emph on
2132 l
2133 \emph default
2134  , 
2135 \emph on
2136 c
2137 \emph default
2138 , or 
2139 \emph on
2140 r
2141 \emph default
2142  .
2143  l or r aligns the numerator to the left or right, resp.
2144 \begin_inset space ~
2145 \end_inset
2146
2147 with the fraction stroke.
2148  When 
2149 \emph on
2150 c
2151 \emph default
2152  or no position is given, the numerator appears centered.
2153  These fractions demonstrate the different alignments:
2154 \begin_inset Newline newline
2155 \end_inset
2156
2157
2158 \series bold
2159
2160 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2161 \end_inset
2162
2163
2164 \begin_inset Formula $\cfrac{A}{B+C}$
2165 \end_inset
2166
2167
2168 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175 \begin_inset VSpace medskip
2176 \end_inset
2177
2178 It is often advantageous to combine 
2179 \series bold
2180
2181 \backslash
2182 cfrac
2183 \series default
2184  and 
2185 \series bold
2186
2187 \backslash
2188 frac
2189 \series default
2190 :
2191 \begin_inset Formula \[
2192 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2193
2194 \end_inset
2195
2196
2197 \end_layout
2198
2199 \begin_layout Standard
2200 For inline fractions with a sloped fraction stroke you can use the command
2201  
2202 \series bold
2203
2204 \backslash
2205 nicefrac
2206 \series default
2207
2208 \begin_inset Index
2209 status collapsed
2210
2211 \begin_layout Plain Layout
2212 Commands ! N ! 
2213 \backslash
2214 nicefrac
2215 \end_layout
2216
2217 \end_inset
2218
2219
2220 \begin_inset Formula $\nicefrac{5}{31}$
2221 \end_inset
2222
2223  or 
2224 \series bold
2225
2226 \backslash
2227 unitfrac
2228 \series default
2229
2230 \begin_inset Index
2231 status collapsed
2232
2233 \begin_layout Plain Layout
2234 Commands ! U ! 
2235 \backslash
2236 unitfrac
2237 \end_layout
2238
2239 \end_inset
2240
2241
2242 \begin_inset Formula $\unitfrac{5}{31}$
2243 \end_inset
2244
2245  There is furthermore the command 
2246 \series bold
2247
2248 \backslash
2249 unitfracthree
2250 \series default
2251  that offers to write a fraction in combination with a number: 
2252 \begin_inset Formula $\unitfrac[2]{1}{3}$
2253 \end_inset
2254
2255
2256 \begin_inset Newline newline
2257 \end_inset
2258
2259 Note that 
2260 \series bold
2261
2262 \backslash
2263 unitfracthree
2264 \series default
2265  is not a real LaTeX command but the command
2266 \begin_inset Newline newline
2267 \end_inset
2268
2269
2270 \series bold
2271
2272 \backslash
2273 unitfrac[number]{numerator}{denominator}
2274 \series default
2275 , therefore you cannot use it in TeX code.
2276 \end_layout
2277
2278 \begin_layout Standard
2279 How to define own fractions where the fraction stroke can be changed, is
2280  explained in 
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "sub:Self-defined-Fractions"
2284
2285 \end_inset
2286
2287 .
2288 \end_layout
2289
2290 \begin_layout Subsection
2291 Roots
2292 \begin_inset Index
2293 status collapsed
2294
2295 \begin_layout Plain Layout
2296 Roots
2297 \end_layout
2298
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 Square roots are created with 
2306 \series bold
2307
2308 \backslash
2309 sqrt
2310 \series default
2311
2312 \begin_inset Index
2313 status collapsed
2314
2315 \begin_layout Plain Layout
2316 Commands ! S ! 
2317 \backslash
2318 sqrt
2319 \end_layout
2320
2321 \end_inset
2322
2323  or the math toolbar button 
2324 \begin_inset Graphics
2325         filename ../images/math/sqrt.png
2326         scale 85
2327
2328 \end_inset
2329
2330 , all other roots with the command 
2331 \series bold
2332
2333 \backslash
2334 root
2335 \series default
2336
2337 \begin_inset Index
2338 status collapsed
2339
2340 \begin_layout Plain Layout
2341 Commands ! R ! 
2342 \backslash
2343 root
2344 \end_layout
2345
2346 \end_inset
2347
2348  or with the math toolbar button 
2349 \begin_inset Graphics
2350         filename ../images/math/root.png
2351         scale 85
2352
2353 \end_inset
2354
2355 .
2356 \end_layout
2357
2358 \begin_layout Standard
2359 \align center
2360 \begin_inset Tabular
2361 <lyxtabular version="3" rows="3" columns="2">
2362 <features>
2363 <column alignment="center" valignment="top" width="0pt">
2364 <column alignment="center" valignment="top" width="0pt">
2365 <row>
2366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370 Command
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 Result
2380 \begin_inset Note Note
2381 status collapsed
2382
2383 \begin_layout Plain Layout
2384
2385 \series bold
2386
2387 \backslash
2388 raisebox
2389 \series default
2390  is only used as spacer.
2391 \end_layout
2392
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 </row>
2401 <row>
2402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2403 \begin_inset Text
2404
2405 \begin_layout Plain Layout
2406
2407 \backslash
2408 sqrt
2409 \begin_inset ERT
2410 status collapsed
2411
2412 \begin_layout Plain Layout
2413
2414
2415 \backslash
2416 spce 
2417 \end_layout
2418
2419 \end_inset
2420
2421 A-B
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2431 \end_inset
2432
2433
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 </row>
2439 <row>
2440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \backslash
2446 root
2447 \begin_inset ERT
2448 status collapsed
2449
2450 \begin_layout Plain Layout
2451
2452
2453 \backslash
2454 spce 
2455 \end_layout
2456
2457 \end_inset
2458
2459 3
2460 \begin_inset Formula $\downarrow$
2461 \end_inset
2462
2463 A-B
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \end_inset
2479 </cell>
2480 </row>
2481 </lyxtabular>
2482
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \begin_layout Standard
2489 A square root can also be created with 
2490 \series bold
2491
2492 \backslash
2493 root
2494 \series default
2495  when the root index field is left empty.
2496 \end_layout
2497
2498 \begin_layout Standard
2499 With certain indices the distance to the root is too small, like in this
2500  formula: 
2501 \begin_inset Formula $\sqrt[\beta]{B}$
2502 \end_inset
2503
2504
2505 \begin_inset Newline newline
2506 \end_inset
2507
2508 The 
2509 \begin_inset Formula $\beta$
2510 \end_inset
2511
2512  touches the root.
2513  To avoid this, the commands 
2514 \series bold
2515
2516 \backslash
2517 leftroot
2518 \series default
2519
2520 \begin_inset Index
2521 status collapsed
2522
2523 \begin_layout Plain Layout
2524 Commands ! L ! 
2525 \backslash
2526 leftroot
2527 \end_layout
2528
2529 \end_inset
2530
2531  and 
2532 \series bold
2533
2534 \backslash
2535 uproot
2536 \series default
2537
2538 \begin_inset Index
2539 status collapsed
2540
2541 \begin_layout Plain Layout
2542 Commands ! U ! 
2543 \backslash
2544 uproot
2545 \end_layout
2546
2547 \end_inset
2548
2549  are used with the following scheme:
2550 \end_layout
2551
2552 \begin_layout Standard
2553
2554 \series bold
2555
2556 \backslash
2557 leftroot{distance}
2558 \series default
2559  and 
2560 \series bold
2561
2562 \backslash
2563 uproot{distance}
2564 \end_layout
2565
2566 \begin_layout Standard
2567 Distance is the number of Big Points (unit bp; 
2568 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2569 \end_inset
2570
2571 ), that the index should be moved to the left or top, resp..
2572  The commands are written to the index.
2573  This way the command
2574 \begin_inset Newline newline
2575 \end_inset
2576
2577
2578 \series bold
2579
2580 \backslash
2581 root
2582 \backslash
2583 leftroot{-1
2584 \begin_inset Formula $\to$
2585 \end_inset
2586
2587
2588 \backslash
2589 uproot{2
2590 \begin_inset Formula $\to$
2591 \end_inset
2592
2593
2594 \backslash
2595 beta
2596 \begin_inset ERT
2597 status collapsed
2598
2599 \begin_layout Plain Layout
2600
2601
2602 \backslash
2603 spce 
2604 \end_layout
2605
2606 \end_inset
2607
2608
2609 \begin_inset Formula $\to$
2610 \end_inset
2611
2612 B
2613 \begin_inset Newline newline
2614 \end_inset
2615
2616
2617 \series default
2618 produces a correct typeset formula: 
2619 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2620 \end_inset
2621
2622
2623 \end_layout
2624
2625 \begin_layout Subsection
2626 Binomial Coefficients
2627 \begin_inset Index
2628 status collapsed
2629
2630 \begin_layout Plain Layout
2631 Binomial coefficients
2632 \end_layout
2633
2634 \end_inset
2635
2636
2637 \end_layout
2638
2639 \begin_layout Standard
2640 Binomial coefficients are inserted with the command 
2641 \series bold
2642
2643 \backslash
2644 binom
2645 \series default
2646
2647 \begin_inset Index
2648 status collapsed
2649
2650 \begin_layout Plain Layout
2651 Commands ! B ! 
2652 \backslash
2653 binom
2654 \end_layout
2655
2656 \end_inset
2657
2658  or with the submenu of the math toolbar button 
2659 \begin_inset Graphics
2660         filename ../images/math/frac-square.png
2661         scale 85
2662
2663 \end_inset
2664
2665 .
2666  Analog to fractions (
2667 \series bold
2668
2669 \backslash
2670 frac
2671 \series default
2672 ) there are besides 
2673 \series bold
2674
2675 \backslash
2676 binom
2677 \series default
2678  the commands 
2679 \series bold
2680
2681 \backslash
2682 dbinom
2683 \begin_inset Index
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 Commands ! D ! 
2688 \backslash
2689 dbinom
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \series default
2696  and 
2697 \series bold
2698
2699 \backslash
2700 tbinom
2701 \series default
2702
2703 \begin_inset Index
2704 status collapsed
2705
2706 \begin_layout Plain Layout
2707 Commands ! T ! 
2708 \backslash
2709 tbinom
2710 \end_layout
2711
2712 \end_inset
2713
2714 .
2715  For other brackets around binomial coeficients there are the commands 
2716 \series bold
2717
2718 \backslash
2719 brace
2720 \series default
2721
2722 \begin_inset Index
2723 status collapsed
2724
2725 \begin_layout Plain Layout
2726 Commands ! B ! 
2727 \backslash
2728 brace
2729 \end_layout
2730
2731 \end_inset
2732
2733  and 
2734 \series bold
2735
2736 \backslash
2737 brack
2738 \series default
2739
2740 \begin_inset Index
2741 status collapsed
2742
2743 \begin_layout Plain Layout
2744 Commands ! B ! 
2745 \backslash
2746 brack
2747 \end_layout
2748
2749 \end_inset
2750
2751 .
2752 \end_layout
2753
2754 \begin_layout Standard
2755 \align center
2756 \begin_inset Tabular
2757 <lyxtabular version="3" rows="6" columns="2">
2758 <features>
2759 <column alignment="center" valignment="top" width="0pt">
2760 <column alignment="center" valignment="top" width="0pt">
2761 <row>
2762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2763 \begin_inset Text
2764
2765 \begin_layout Plain Layout
2766 Command
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775 Result
2776 \begin_inset Note Note
2777 status collapsed
2778
2779 \begin_layout Plain Layout
2780
2781 \series bold
2782
2783 \backslash
2784 raisebox
2785 \series default
2786  is only used as spacer.
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \end_inset
2795 </cell>
2796 </row>
2797 <row>
2798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802
2803 \backslash
2804 binom
2805 \begin_inset ERT
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809
2810
2811 \backslash
2812 spce 
2813 \end_layout
2814
2815 \end_inset
2816
2817 A
2818 \begin_inset Formula $\downarrow$
2819 \end_inset
2820
2821 B
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 </row>
2839 <row>
2840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844
2845 \backslash
2846 dbinom
2847 \begin_inset ERT
2848 status collapsed
2849
2850 \begin_layout Plain Layout
2851
2852
2853 \backslash
2854 spce 
2855 \end_layout
2856
2857 \end_inset
2858
2859 A
2860 \begin_inset Formula $\downarrow$
2861 \end_inset
2862
2863 B
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 <row>
2882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \backslash
2888 tbinom
2889 \begin_inset ERT
2890 status collapsed
2891
2892 \begin_layout Plain Layout
2893
2894
2895 \backslash
2896 spce 
2897 \end_layout
2898
2899 \end_inset
2900
2901 A
2902 \begin_inset Formula $\downarrow$
2903 \end_inset
2904
2905 B
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2915 \end_inset
2916
2917
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 </row>
2923 <row>
2924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928
2929 \backslash
2930 brack
2931 \begin_inset ERT
2932 status collapsed
2933
2934 \begin_layout Plain Layout
2935
2936
2937 \backslash
2938 spce 
2939 \end_layout
2940
2941 \end_inset
2942
2943 A
2944 \begin_inset Formula $\downarrow$
2945 \end_inset
2946
2947 B
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \backslash
2972 brace
2973 \begin_inset ERT
2974 status collapsed
2975
2976 \begin_layout Plain Layout
2977
2978
2979 \backslash
2980 spce 
2981 \end_layout
2982
2983 \end_inset
2984
2985 A
2986 \begin_inset Formula $\downarrow$
2987 \end_inset
2988
2989 B
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2999 \end_inset
3000
3001
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 </row>
3007 </lyxtabular>
3008
3009 \end_inset
3010
3011
3012 \end_layout
3013
3014 \begin_layout Subsection
3015 Case Differentiations
3016 \begin_inset Index
3017 status collapsed
3018
3019 \begin_layout Plain Layout
3020 Case differentiations 
3021 \end_layout
3022
3023 \end_inset
3024
3025
3026 \end_layout
3027
3028 \begin_layout Standard
3029 \align center
3030 \begin_inset Tabular
3031 <lyxtabular version="3" rows="3" columns="2">
3032 <features>
3033 <column alignment="center" valignment="top" width="0pt">
3034 <column alignment="center" valignment="top" width="0pt">
3035 <row>
3036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 Command
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 Result
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 </row>
3055 <row>
3056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060
3061 \backslash
3062 cases
3063 \begin_inset ERT
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067
3068
3069 \backslash
3070 spce 
3071 \end_layout
3072
3073 \end_inset
3074
3075 A
3076 \begin_inset Formula $\to$
3077 \end_inset
3078
3079 B>0
3080 \begin_inset Index
3081 status collapsed
3082
3083 \begin_layout Plain Layout
3084 Commands ! C ! 
3085 \backslash
3086 cases
3087 \end_layout
3088
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100 \begin_inset Formula $\begin{cases}
3101 A & B>0\end{cases}$
3102 \end_inset
3103
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 </row>
3110 <row>
3111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \backslash
3117 cases
3118 \begin_inset ERT
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122
3123
3124 \backslash
3125 spce 
3126 \end_layout
3127
3128 \end_inset
3129
3130 Ctrl-Enter
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139 \begin_inset Formula $\begin{cases}
3140 A & \textrm{for }x>0\\
3141 B & \textrm{for }x=0\end{cases}$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 </lyxtabular>
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 After inserting 
3159 \series bold
3160
3161 \backslash
3162 cases
3163 \series default
3164  or the usage of the math toolbar button 
3165 \begin_inset Graphics
3166         filename ../images/math/cases.png
3167         scale 85
3168
3169 \end_inset
3170
3171  you can create new lines with the shortcut 
3172 \family sans
3173 Ctrl-Return
3174 \family default
3175  or the table toolbar button 
3176 \begin_inset Graphics
3177         filename ../images/tabular-feature_append-row.png
3178         scale 85
3179
3180 \end_inset
3181
3182 .
3183 \end_layout
3184
3185 \begin_layout Standard
3186 The command 
3187 \series bold
3188
3189 \backslash
3190 cases
3191 \series default
3192  is also available via the menu 
3193 \family sans
3194 Insert\SpecialChar \menuseparator
3195 Math\SpecialChar \menuseparator
3196 Cases-Environment
3197 \family default
3198 .
3199 \end_layout
3200
3201 \begin_layout Subsection
3202 Negations
3203 \begin_inset Index
3204 status collapsed
3205
3206 \begin_layout Plain Layout
3207 Negations
3208 \end_layout
3209
3210 \end_inset
3211
3212
3213 \end_layout
3214
3215 \begin_layout Standard
3216 By inserting of 
3217 \series bold
3218
3219 \backslash
3220 not
3221 \series default
3222
3223 \begin_inset Index
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Commands ! N ! 
3228 \backslash
3229 not
3230 \end_layout
3231
3232 \end_inset
3233
3234  every character can be displayed canceled.
3235  The characters are quasi accentuated by a slash.
3236 \end_layout
3237
3238 \begin_layout Standard
3239 \align center
3240 \begin_inset Tabular
3241 <lyxtabular version="3" rows="4" columns="2">
3242 <features>
3243 <column alignment="center" valignment="top" width="0pt">
3244 <column alignment="center" valignment="top" width="0pt">
3245 <row>
3246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250 Command
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Result
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 </row>
3265 <row>
3266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \backslash
3272 not=
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281 \begin_inset Formula $\not=$
3282 \end_inset
3283
3284
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \backslash
3297 not 
3298 \backslash
3299 le
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308 \begin_inset Formula $\not\le$
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row>
3318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322
3323 \backslash
3324 not 
3325 \backslash
3326 parallel
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 \begin_inset Formula $\not\parallel$
3336 \end_inset
3337
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 </lyxtabular>
3345
3346 \end_inset
3347
3348
3349 \end_layout
3350
3351 \begin_layout Standard
3352 The last example shows, that not all negations look good.
3353  Therefore there are for some negations special commands (see 
3354 \begin_inset CommandInset ref
3355 LatexCommand ref
3356 reference "sub:Mathematical-Symbols"
3357
3358 \end_inset
3359
3360  and 
3361 \begin_inset CommandInset ref
3362 LatexCommand ref
3363 reference "sec:Relations"
3364
3365 \end_inset
3366
3367 ).
3368 \end_layout
3369
3370 \begin_layout Subsection
3371 Placeholders
3372 \begin_inset CommandInset label
3373 LatexCommand label
3374 name "sub:Placeholders"
3375
3376 \end_inset
3377
3378
3379 \begin_inset Index
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383 Placeholders
3384 \end_layout
3385
3386 \end_inset
3387
3388
3389 \begin_inset Index
3390 status collapsed
3391
3392 \begin_layout Plain Layout
3393 Chemical characters ! Isotopes
3394 \end_layout
3395
3396 \end_inset
3397
3398
3399 \begin_inset Index
3400 status collapsed
3401
3402 \begin_layout Plain Layout
3403 Isotopes|see
3404 \begin_inset ERT
3405 status collapsed
3406
3407 \begin_layout Plain Layout
3408
3409 {
3410 \end_layout
3411
3412 \end_inset
3413
3414 Chemical characters
3415 \begin_inset ERT
3416 status collapsed
3417
3418 \begin_layout Plain Layout
3419
3420 }
3421 \end_layout
3422
3423 \end_inset
3424
3425
3426 \end_layout
3427
3428 \end_inset
3429
3430
3431 \end_layout
3432
3433 \begin_layout Standard
3434 When displaying e.
3435 \begin_inset space \thinspace{}
3436 \end_inset
3437
3438 g.
3439 \begin_inset space ~
3440 \end_inset
3441
3442 isotopes
3443 \begin_inset Foot
3444 status collapsed
3445
3446 \begin_layout Plain Layout
3447 More about chemical symbols is written in 
3448 \begin_inset CommandInset ref
3449 LatexCommand ref
3450 reference "sub:Chemical-Symbols-and"
3451
3452 \end_inset
3453
3454 .
3455 \end_layout
3456
3457 \end_inset
3458
3459  the following problem occurs:
3460 \end_layout
3461
3462 \begin_layout Standard
3463 \align center
3464 \begin_inset Tabular
3465 <lyxtabular version="3" rows="2" columns="2">
3466 <features>
3467 <column alignment="center" valignment="top" width="0pt">
3468 <column alignment="center" valignment="top" width="0pt">
3469 <row>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Indices created with sub- and superscripts:
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 correct indices:
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3507 \end_inset
3508
3509
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 </lyxtabular>
3516
3517 \end_inset
3518
3519
3520 \begin_inset Note Note
3521 status collapsed
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526
3527 \backslash
3528 raisebox
3529 \series default
3530  is only used as spacer.
3531 \end_layout
3532
3533 \end_inset
3534
3535
3536 \end_layout
3537
3538 \begin_layout Standard
3539 The shorter index is by default placed below or above the first character
3540  of the longer index.
3541  To avoid this there is the command 
3542 \series bold
3543
3544 \backslash
3545 phantom
3546 \series default
3547
3548 \begin_inset Index
3549 status collapsed
3550
3551 \begin_layout Plain Layout
3552 Commands ! P ! 
3553 \backslash
3554 phantom
3555 \end_layout
3556
3557 \end_inset
3558
3559  or the math toolbar button
3560 \begin_inset space \thinspace{}
3561 \end_inset
3562
3563
3564 \begin_inset Foot
3565 status collapsed
3566
3567 \begin_layout Plain Layout
3568 can be found in the submenu of the toolbar button 
3569 \begin_inset Graphics
3570         filename ../images/math/space.png
3571         scale 85
3572
3573 \end_inset
3574
3575
3576 \end_layout
3577
3578 \end_inset
3579
3580  
3581 \begin_inset Graphics
3582         filename ../images/math/phantom.png
3583         scale 85
3584
3585 \end_inset
3586
3587  that creates one or more phantom characters.
3588  When inserting 
3589 \series bold
3590
3591 \backslash
3592 phantom
3593 \series default
3594  a small blue box appears that is superposed with two red arrows.
3595  The arrows indicate that the complete width and height of the box content
3596  will be created as placeholder.
3597  Phantom characters are accordingly placeholders with the size of the characters.
3598 \end_layout
3599
3600 \begin_layout Standard
3601 \align center
3602 \begin_inset Tabular
3603 <lyxtabular version="3" rows="4" columns="2">
3604 <features>
3605 <column alignment="center" valignment="top" width="0">
3606 <column alignment="center" valignment="top" width="0">
3607 <row>
3608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 Command
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Result
3622 \begin_inset Note Note
3623 status collapsed
3624
3625 \begin_layout Plain Layout
3626
3627 \series bold
3628
3629 \backslash
3630 raisebox
3631 \series default
3632  is only used as spacer.
3633 \end_layout
3634
3635 \end_inset
3636
3637
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 ^19
3649 \begin_inset ERT
3650 status collapsed
3651
3652 \begin_layout Plain Layout
3653
3654
3655 \backslash
3656 spce 
3657 \end_layout
3658
3659 \end_inset
3660
3661 _
3662 \backslash
3663 phantom
3664 \begin_inset ERT
3665 status collapsed
3666
3667 \begin_layout Plain Layout
3668
3669
3670 \backslash
3671 spce 
3672 \end_layout
3673
3674 \end_inset
3675
3676 1
3677 \begin_inset Formula $\to$
3678 \end_inset
3679
3680 9
3681 \begin_inset ERT
3682 status collapsed
3683
3684 \begin_layout Plain Layout
3685
3686
3687 \backslash
3688 spce 
3689 \end_layout
3690
3691 \end_inset
3692
3693 F
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3703 \end_inset
3704
3705
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 ^235
3717 \begin_inset ERT
3718 status collapsed
3719
3720 \begin_layout Plain Layout
3721
3722
3723 \backslash
3724 spce 
3725 \end_layout
3726
3727 \end_inset
3728
3729 _
3730 \backslash
3731 phantom
3732 \begin_inset ERT
3733 status collapsed
3734
3735 \begin_layout Plain Layout
3736
3737
3738 \backslash
3739 spce 
3740 \end_layout
3741
3742 \end_inset
3743
3744 23
3745 \begin_inset Formula $\to$
3746 \end_inset
3747
3748 9
3749 \begin_inset ERT
3750 status collapsed
3751
3752 \begin_layout Plain Layout
3753
3754
3755 \backslash
3756 spce 
3757 \end_layout
3758
3759 \end_inset
3760
3761 F
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3771 \end_inset
3772
3773
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \backslash
3786 Lambda^
3787 \begin_inset ERT
3788 status collapsed
3789
3790 \begin_layout Plain Layout
3791
3792
3793 \backslash
3794 spce 
3795 \end_layout
3796
3797 \end_inset
3798
3799
3800 \backslash
3801 phantom
3802 \begin_inset ERT
3803 status collapsed
3804
3805 \begin_layout Plain Layout
3806
3807
3808 \backslash
3809 spce 
3810 \end_layout
3811
3812 \end_inset
3813
3814 ii
3815 \begin_inset Formula $\to$
3816 \end_inset
3817
3818 t
3819 \begin_inset ERT
3820 status collapsed
3821
3822 \begin_layout Plain Layout
3823
3824
3825 \backslash
3826 spce 
3827 \end_layout
3828
3829 \end_inset
3830
3831 _MMt
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3841 \end_inset
3842
3843
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 </lyxtabular>
3850
3851 \end_inset
3852
3853
3854 \end_layout
3855
3856 \begin_layout Standard
3857 Furthermore there are the commands 
3858 \series bold
3859
3860 \backslash
3861 vphantom
3862 \series default
3863
3864 \begin_inset Index
3865 status collapsed
3866
3867 \begin_layout Plain Layout
3868 Commands ! V ! 
3869 \backslash
3870 vphantom
3871 \end_layout
3872
3873 \end_inset
3874
3875  (toolbar button 
3876 \begin_inset space ~
3877 \end_inset
3878
3879
3880 \begin_inset Graphics
3881         filename ../images/math/vphantom.png
3882         scale 85
3883
3884 \end_inset
3885
3886 ) and 
3887 \series bold
3888
3889 \backslash
3890 hphantom
3891 \series default
3892
3893 \begin_inset Index
3894 status collapsed
3895
3896 \begin_layout Plain Layout
3897 Commands ! H ! 
3898 \backslash
3899 hphantom
3900 \end_layout
3901
3902 \end_inset
3903
3904  (toolbar button 
3905 \begin_inset space ~
3906 \end_inset
3907
3908
3909 \begin_inset Graphics
3910         filename ../images/math/hphantom.png
3911         scale 85
3912
3913 \end_inset
3914
3915 ).
3916  
3917 \series bold
3918
3919 \backslash
3920 hphantom
3921 \series default
3922  creates only space for the maximal height of the characters in the box
3923  but not for its width.
3924  
3925 \series bold
3926
3927 \backslash
3928 vphantom
3929 \series default
3930  creates only space for the width of the box content.
3931  Therefore  the boxes of both commands have only one red arrow.
3932 \end_layout
3933
3934 \begin_layout Standard
3935 For example creates 
3936 \series bold
3937
3938 \backslash
3939 vphantom
3940 \series default
3941
3942 \begin_inset ERT
3943 status collapsed
3944
3945 \begin_layout Plain Layout
3946
3947
3948 \backslash
3949 spce 
3950 \end_layout
3951
3952 \end_inset
3953
3954
3955 \series bold
3956 a
3957 \backslash
3958 int
3959 \series default
3960  space for the height of the integral sign,
3961 \begin_inset Foot
3962 status collapsed
3963
3964 \begin_layout Plain Layout
3965 The command 
3966 \series bold
3967
3968 \backslash
3969 int
3970 \series default
3971  creates an integral sign, see 
3972 \begin_inset CommandInset ref
3973 LatexCommand ref
3974 reference "sub:Big-Operators"
3975
3976 \end_inset
3977
3978 .
3979 \end_layout
3980
3981 \end_inset
3982
3983  because this is the larger character.
3984  An example application is in 
3985 \begin_inset CommandInset ref
3986 LatexCommand ref
3987 reference "sub:Multiline-Brackets"
3988
3989 \end_inset
3990
3991 .
3992 \end_layout
3993
3994 \begin_layout Subsection
3995 Lines
3996 \begin_inset Index
3997 status collapsed
3998
3999 \begin_layout Plain Layout
4000 Lines
4001 \end_layout
4002
4003 \end_inset
4004
4005
4006 \begin_inset Index
4007 status collapsed
4008
4009 \begin_layout Plain Layout
4010 Formula ! underlined
4011 \end_layout
4012
4013 \end_inset
4014
4015
4016 \end_layout
4017
4018 \begin_layout Standard
4019 \align center
4020 \begin_inset Tabular
4021 <lyxtabular version="3" rows="4" columns="2">
4022 <features>
4023 <column alignment="center" valignment="top" width="0pt">
4024 <column alignment="center" valignment="top" width="0pt">
4025 <row>
4026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Command
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Result
4040 \begin_inset Note Note
4041 status collapsed
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046
4047 \backslash
4048 raisebox
4049 \series default
4050  is only used as spacer.
4051 \end_layout
4052
4053 \end_inset
4054
4055
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \backslash
4068 overline
4069 \begin_inset ERT
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073
4074
4075 \backslash
4076 spce 
4077 \end_layout
4078
4079 \end_inset
4080
4081 A+B
4082 \begin_inset Index
4083 status collapsed
4084
4085 \begin_layout Plain Layout
4086 Commands ! O ! 
4087 \backslash
4088 overline
4089 \end_layout
4090
4091 \end_inset
4092
4093
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4103 \end_inset
4104
4105
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \backslash
4118 underline
4119 \begin_inset ERT
4120 status collapsed
4121
4122 \begin_layout Plain Layout
4123
4124
4125 \backslash
4126 spce 
4127 \end_layout
4128
4129 \end_inset
4130
4131 A+B
4132 \begin_inset Index
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 Commands ! U ! 
4137 \backslash
4138 underline
4139 \end_layout
4140
4141 \end_inset
4142
4143
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \backslash
4168 overline
4169 \begin_inset ERT
4170 status collapsed
4171
4172 \begin_layout Plain Layout
4173
4174
4175 \backslash
4176 spce 
4177 \end_layout
4178
4179 \end_inset
4180
4181
4182 \backslash
4183 underline
4184 \begin_inset ERT
4185 status collapsed
4186
4187 \begin_layout Plain Layout
4188
4189
4190 \backslash
4191 spce 
4192 \end_layout
4193
4194 \end_inset
4195
4196 A+B
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4206 \end_inset
4207
4208
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 </lyxtabular>
4215
4216 \end_inset
4217
4218
4219 \end_layout
4220
4221 \begin_layout Standard
4222 In the last example it doesn't matter if first 
4223 \series bold
4224
4225 \backslash
4226 overline
4227 \series default
4228  or 
4229 \series bold
4230
4231 \backslash
4232 underline
4233 \series default
4234  is inserted.
4235 \end_layout
4236
4237 \begin_layout Standard
4238 To double underline e.
4239 \begin_inset space \thinspace{}
4240 \end_inset
4241
4242 g.
4243  results, one uses 
4244 \series bold
4245
4246 \backslash
4247 underline
4248 \series default
4249  twice.
4250 \end_layout
4251
4252 \begin_layout Standard
4253 It is possible to place up to 6 lines above or below characters.
4254 \end_layout
4255
4256 \begin_layout Standard
4257 \begin_inset VSpace bigskip
4258 \end_inset
4259
4260 Custom lines can be created using the command 
4261 \series bold
4262
4263 \backslash
4264 rule
4265 \series default
4266
4267 \begin_inset Index
4268 status collapsed
4269
4270 \begin_layout Plain Layout
4271 Commands ! R ! 
4272 \backslash
4273 rule
4274 \end_layout
4275
4276 \end_inset
4277
4278  which has the following scheme:
4279 \end_layout
4280
4281 \begin_layout Standard
4282
4283 \series bold
4284
4285 \backslash
4286 rule[vertical offset]{length}{thickness}
4287 \end_layout
4288
4289 \begin_layout Standard
4290 The optional vertical offset shifts the line upwards (or downwards, when
4291  the value is negative).
4292  The units listed in 
4293 \begin_inset CommandInset ref
4294 LatexCommand ref
4295 reference "tab:Available-units"
4296
4297 \end_inset
4298
4299  can be used for the values.
4300  Here are two example lines created with the commands
4301 \begin_inset Newline newline
4302 \end_inset
4303
4304
4305 \series bold
4306
4307 \backslash
4308 rule[-2ex]{3cm}{2pt}
4309 \series default
4310  and 
4311 \series bold
4312
4313 \backslash
4314 rule{2cm}{1pt}
4315 \series default
4316 :
4317 \end_layout
4318
4319 \begin_layout Standard
4320 This is a sentence 
4321 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4322 \end_inset
4323
4324  with two lines.
4325 \end_layout
4326
4327 \begin_layout Standard
4328
4329 \series bold
4330
4331 \backslash
4332 rule
4333 \series default
4334  can also be used for text when it is inserted in TeX-mode.
4335 \end_layout
4336
4337 \begin_layout Subsection
4338 Ellipses
4339 \begin_inset CommandInset label
4340 LatexCommand label
4341 name "sub:Ellipses"
4342
4343 \end_inset
4344
4345
4346 \begin_inset Index
4347 status collapsed
4348
4349 \begin_layout Plain Layout
4350 Ellipses
4351 \end_layout
4352
4353 \end_inset
4354
4355
4356 \end_layout
4357
4358 \begin_layout Standard
4359 There are different types of ellipses available.
4360 \begin_inset Foot
4361 status collapsed
4362
4363 \begin_layout Plain Layout
4364 In the math toolbar in the submenu of the button 
4365 \begin_inset Graphics
4366         filename ../images/math/ldots.png
4367         scale 85
4368
4369 \end_inset
4370
4371
4372 \end_layout
4373
4374 \end_inset
4375
4376  For listings dots at the baseline are used (
4377 \series bold
4378
4379 \backslash
4380 ldots
4381 \series default
4382
4383 \begin_inset Index
4384 status collapsed
4385
4386 \begin_layout Plain Layout
4387 Commands ! L ! 
4388 \backslash
4389 ldots
4390 \end_layout
4391
4392 \end_inset
4393
4394 ), while for operations dots are needed that are on the same height as the
4395  operators (
4396 \series bold
4397
4398 \backslash
4399 cdots
4400 \series default
4401
4402 \begin_inset Index
4403 status collapsed
4404
4405 \begin_layout Plain Layout
4406 Commands ! C ! 
4407 \backslash
4408 cdots
4409 \end_layout
4410
4411 \end_inset
4412
4413 ).
4414  When using the command 
4415 \series bold
4416
4417 \backslash
4418 dots
4419 \series default
4420
4421 \begin_inset Index
4422 status collapsed
4423
4424 \begin_layout Plain Layout
4425 Commands ! D ! 
4426 \backslash
4427 dots
4428 \end_layout
4429
4430 \end_inset
4431
4432 , LaTeX decides on the basis of the next character what type is used.
4433 \end_layout
4434
4435 \begin_layout Standard
4436 \align center
4437 \begin_inset Tabular
4438 <lyxtabular version="3" rows="8" columns="2">
4439 <features>
4440 <column alignment="center" valignment="top" width="0pt">
4441 <column alignment="center" valignment="top" width="0pt">
4442 <row>
4443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Command
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Result
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 A_1
4468 \begin_inset ERT
4469 status collapsed
4470
4471 \begin_layout Plain Layout
4472
4473
4474 \backslash
4475 spce 
4476 \end_layout
4477
4478 \end_inset
4479
4480 ,
4481 \backslash
4482 dots
4483 \begin_inset ERT
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487
4488
4489 \backslash
4490 spce 
4491 \end_layout
4492
4493 \end_inset
4494
4495 ,A_n
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 \begin_inset Formula $A_{1},\dots,A_{n}$
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 A_1
4519 \begin_inset ERT
4520 status collapsed
4521
4522 \begin_layout Plain Layout
4523
4524
4525 \backslash
4526 spce 
4527 \end_layout
4528
4529 \end_inset
4530
4531 +
4532 \backslash
4533 dots
4534 \begin_inset ERT
4535 status collapsed
4536
4537 \begin_layout Plain Layout
4538
4539
4540 \backslash
4541 spce 
4542 \end_layout
4543
4544 \end_inset
4545
4546 +A_n
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 \begin_inset Formula $A_{1}+\dots+A_{n}$
4556 \end_inset
4557
4558
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 A_1
4570 \begin_inset ERT
4571 status collapsed
4572
4573 \begin_layout Plain Layout
4574
4575
4576 \backslash
4577 spce 
4578 \end_layout
4579
4580 \end_inset
4581
4582 ,
4583 \backslash
4584 ldots
4585 \begin_inset ERT
4586 status collapsed
4587
4588 \begin_layout Plain Layout
4589
4590
4591 \backslash
4592 spce 
4593 \end_layout
4594
4595 \end_inset
4596
4597 ,A_n
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 \begin_inset Formula $A_{1},\ldots,A_{n}$
4607 \end_inset
4608
4609
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 A_1
4621 \begin_inset ERT
4622 status collapsed
4623
4624 \begin_layout Plain Layout
4625
4626
4627 \backslash
4628 spce 
4629 \end_layout
4630
4631 \end_inset
4632
4633 +
4634 \backslash
4635 cdots
4636 \begin_inset ERT
4637 status collapsed
4638
4639 \begin_layout Plain Layout
4640
4641
4642 \backslash
4643 spce 
4644 \end_layout
4645
4646 \end_inset
4647
4648 +A_n
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4658 \end_inset
4659
4660
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \backslash
4673 vdots
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 \begin_inset Formula $\vdots$
4683 \end_inset
4684
4685
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \backslash
4698 ddots
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 \begin_inset Formula $\ddots$
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 3×3
4722 \begin_inset space \thinspace{}
4723 \end_inset
4724
4725 matrix with the different dots
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 \begin_inset Formula $\begin{array}{ccc}
4735 A_{11} & \cdots & A_{1m}\\
4736 \vdots & \ddots & \vdots\\
4737 A_{n1} & \cdots & A_{nm}\end{array}$
4738 \end_inset
4739
4740
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 </lyxtabular>
4747
4748 \end_inset
4749
4750
4751 \end_layout
4752
4753 \begin_layout Standard
4754 The ellipses available in menu 
4755 \family sans
4756 Insert\SpecialChar \menuseparator
4757 Special
4758 \begin_inset space ~
4759 \end_inset
4760
4761 Character
4762 \family default
4763  are 
4764 \series bold
4765
4766 \backslash
4767 ldots
4768 \series default
4769 .
4770 \end_layout
4771
4772 \begin_layout Standard
4773 \begin_inset VSpace medskip
4774 \end_inset
4775
4776 Specially for matrices there are ellipses that span over several columns.
4777  They are created with the command 
4778 \series bold
4779
4780 \backslash
4781 hdotsfor
4782 \series default
4783
4784 \begin_inset Index
4785 status collapsed
4786
4787 \begin_layout Plain Layout
4788 Commands ! H ! 
4789 \backslash
4790 hdotsfor
4791 \end_layout
4792
4793 \end_inset
4794
4795 , that has the following scheme:
4796 \end_layout
4797
4798 \begin_layout Standard
4799
4800 \series bold
4801
4802 \backslash
4803 hdotsfor[distance]{number of columns}
4804 \end_layout
4805
4806 \begin_layout Standard
4807 The number of columns specifies how many columns should be spanned.
4808  Distance is a factor for the distance between the dots.
4809 \end_layout
4810
4811 \begin_layout Standard
4812 In the following matrix the command 
4813 \series bold
4814
4815 \backslash
4816 hdotsfor[2]{4}
4817 \series default
4818  was inserted in the first box of the second line, to get an ellipsis with
4819  a dot distance twice as long as with the command 
4820 \series bold
4821
4822 \backslash
4823 dots
4824 \series default
4825 :
4826 \begin_inset Formula \[
4827 \left(\begin{array}{cccc}
4828 A & B & C & D\\
4829 \hdotsfor[2]{4}\\
4830 q & w & e & r\end{array}\right)\]
4831
4832 \end_inset
4833
4834 Note that the matrix fields that should be spanned must be empty, otherwise
4835  you get LaTeX-errors.
4836 \end_layout
4837
4838 \begin_layout Standard
4839 \begin_inset VSpace bigskip
4840 \end_inset
4841
4842 Furthermore you can fill with the command 
4843 \series bold
4844
4845 \backslash
4846 dotfill
4847 \series default
4848
4849 \begin_inset Index
4850 status collapsed
4851
4852 \begin_layout Plain Layout
4853 Commands ! D ! 
4854 \backslash
4855 dotfill
4856 \end_layout
4857
4858 \end_inset
4859
4860  the rest of a line with dots.
4861  The effect of these commands is the same like with 
4862 \series bold
4863
4864 \backslash
4865 hfill
4866 \series default
4867 , see 
4868 \begin_inset CommandInset ref
4869 LatexCommand ref
4870 reference "sub:Variable-Space"
4871
4872 \end_inset
4873
4874 .
4875 \end_layout
4876
4877 \begin_layout Standard
4878 For example the command 
4879 \series bold
4880 A
4881 \backslash
4882 dotfill
4883 \begin_inset ERT
4884 status collapsed
4885
4886 \begin_layout Plain Layout
4887
4888
4889 \backslash
4890 spce 
4891 \end_layout
4892
4893 \end_inset
4894
4895 B
4896 \series default
4897  produces
4898 \end_layout
4899
4900 \begin_layout Standard
4901 \begin_inset Formula $A\dotfill B$
4902 \end_inset
4903
4904
4905 \end_layout
4906
4907 \begin_layout Standard
4908 Analog to
4909 \series bold
4910  
4911 \backslash
4912 dotfill
4913 \series default
4914  there is for a line the command 
4915 \series bold
4916
4917 \backslash
4918 hrulefill
4919 \series default
4920
4921 \begin_inset Index
4922 status collapsed
4923
4924 \begin_layout Plain Layout
4925 Commands ! H ! 
4926 \backslash
4927 hrulefill
4928 \end_layout
4929
4930 \end_inset
4931
4932 :
4933 \end_layout
4934
4935 \begin_layout Standard
4936 \begin_inset Formula $A\hrulefill B$
4937 \end_inset
4938
4939
4940 \end_layout
4941
4942 \begin_layout Standard
4943 To use the commands for text, they have to be inserted in TeX-mode.
4944 \end_layout
4945
4946 \begin_layout Section
4947 Matrices
4948 \begin_inset CommandInset label
4949 LatexCommand label
4950 name "sec:Matrices"
4951
4952 \end_inset
4953
4954
4955 \begin_inset Index
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959 Matrices
4960 \end_layout
4961
4962 \end_inset
4963
4964
4965 \end_layout
4966
4967 \begin_layout Standard
4968 Matrices can be inserted via the math toolbar button 
4969 \begin_inset Graphics
4970         filename ../images/dialog-show_mathmatrix.png
4971         scale 85
4972
4973 \end_inset
4974
4975  or the menu 
4976 \family sans
4977 Insert\SpecialChar \menuseparator
4978 Math\SpecialChar \menuseparator
4979 Matrix
4980 \family default
4981 .
4982  You will be asked for the number of matrix columns and rows, and the alignment.
4983  The vertical alignment is hereby only of importance for matrices in inline
4984  formulas:
4985 \end_layout
4986
4987 \begin_layout Standard
4988 The first matrix is top 
4989 \begin_inset Formula $\begin{array}[t]{cccc}
4990 A & D & G & J\\
4991 B & E & H & K\\
4992 C & F & I & L\end{array}$
4993 \end_inset
4994
4995 , the second middle 
4996 \begin_inset Formula $\begin{array}{cccc}
4997 A & D & G & J\\
4998 B & E & H & K\\
4999 C & F & I & L\end{array}$
5000 \end_inset
5001
5002 , and the third bottom 
5003 \begin_inset Formula $\begin{array}[b]{cccc}
5004 A & D & G & J\\
5005 B & E & H & K\\
5006 C & F & I & L\end{array}$
5007 \end_inset
5008
5009  aligned.
5010 \end_layout
5011
5012 \begin_layout Standard
5013 The horizontal alignment specifies how the column entries should be aligned.
5014  It is set by entering a letter for every column.
5015  
5016 \emph on
5017 l
5018 \emph default
5019  denotes left aligned, 
5020 \emph on
5021 c
5022 \emph default
5023  centered, and 
5024 \emph on
5025 r
5026 \emph default
5027  right aligned.
5028  To create for example a 4
5029 \series bold
5030 ×
5031 \series default
5032 4
5033 \begin_inset space ~
5034 \end_inset
5035
5036 matrix where the first column is left aligned, the second and third are
5037  centered, and the last one is right aligned, one enters for the horizontal
5038  alignment 
5039 \series bold
5040 lccr
5041 \series default
5042 .
5043  Normally are in a matrix all columns centered, therefore the default is
5044  for every column is a 
5045 \series bold
5046 c
5047 \series default
5048 .
5049 \end_layout
5050
5051 \begin_layout Standard
5052 Horizontal alignment:
5053 \end_layout
5054
5055 \begin_layout Standard
5056
5057 \series bold
5058 lll
5059 \series default
5060  : 
5061 \begin_inset Formula $\begin{array}{lll}
5062 10000 & D & G\\
5063 B & 10000 & H\\
5064 C & F & 10000\end{array}$
5065 \end_inset
5066
5067  , 
5068 \series bold
5069 ccc
5070 \series default
5071  : 
5072 \begin_inset Formula $\begin{array}{ccc}
5073 10000 & D & G\\
5074 B & 10000 & H\\
5075 C & F & 10000\end{array}$
5076 \end_inset
5077
5078  , 
5079 \series bold
5080 rrr
5081 \series default
5082  : 
5083 \begin_inset Formula $\begin{array}{rrr}
5084 10000 & D & G\\
5085 B & 10000 & H\\
5086 C & F & 10000\end{array}$
5087 \end_inset
5088
5089
5090 \end_layout
5091
5092 \begin_layout Standard
5093 To add or delete rows and columns subsequently, the math toolbar buttons
5094  
5095 \begin_inset Graphics
5096         filename ../images/tabular-feature_append-row.png
5097         scale 85
5098
5099 \end_inset
5100
5101
5102 \begin_inset Graphics
5103         filename ../images/tabular-feature_delete-row.png
5104         scale 85
5105
5106 \end_inset
5107
5108 , etc.
5109 \begin_inset space \thinspace{}
5110 \end_inset
5111
5112 , or the menu 
5113 \family sans
5114 Edit\SpecialChar \menuseparator
5115 Rows & Columns
5116 \family default
5117  can be used.
5118  New rows can also be created with 
5119 \family sans
5120 Ctrl-Return
5121 \family default
5122 .
5123 \end_layout
5124
5125 \begin_layout Standard
5126 \begin_inset VSpace bigskip
5127 \end_inset
5128
5129 Parentheses around a matrix can can either be created with the commands
5130  
5131 \series bold
5132
5133 \backslash
5134 left
5135 \series default
5136
5137 \begin_inset Index
5138 status collapsed
5139
5140 \begin_layout Plain Layout
5141 Commands ! L ! 
5142 \backslash
5143 left
5144 \end_layout
5145
5146 \end_inset
5147
5148  and 
5149 \series bold
5150
5151 \backslash
5152 right
5153 \series default
5154
5155 \begin_inset Index
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159 Commands ! R ! 
5160 \backslash
5161 right
5162 \end_layout
5163
5164 \end_inset
5165
5166  (shortcut 
5167 \family sans
5168 Alt-m
5169 \begin_inset space ~
5170 \end_inset
5171
5172 parenthesis
5173 \family default
5174 ), see 
5175 \begin_inset CommandInset ref
5176 LatexCommand ref
5177 reference "sub:Automatic-Bracket-Size"
5178
5179 \end_inset
5180
5181 , or by using the following commands:
5182 \begin_inset VSpace medskip
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \begin_layout Standard
5189 \begin_inset space \hfill{}
5190 \end_inset
5191
5192
5193 \begin_inset Tabular
5194 <lyxtabular version="3" rows="4" columns="2">
5195 <features>
5196 <column alignment="center" valignment="top" width="0">
5197 <column alignment="center" valignment="top" width="0">
5198 <row>
5199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 Command
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 Result
5213 \begin_inset Note Note
5214 status collapsed
5215
5216 \begin_layout Plain Layout
5217
5218 \series bold
5219
5220 \backslash
5221 raisebox
5222 \series default
5223  is only used as spacer.
5224 \end_layout
5225
5226 \end_inset
5227
5228
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \backslash
5241 bmatrix
5242 \begin_inset ERT
5243 status collapsed
5244
5245 \begin_layout Plain Layout
5246
5247
5248 \backslash
5249 spce 
5250 \end_layout
5251
5252 \end_inset
5253
5254 2
5255 \series bold
5256 ×
5257 \series default
5258 2
5259 \begin_inset space \thinspace{}
5260 \end_inset
5261
5262 matrix
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5272 0 & \textrm{-}\mathrm{i}\\
5273 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5274 \end_inset
5275
5276
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \backslash
5289 Bmatrix
5290 \begin_inset ERT
5291 status collapsed
5292
5293 \begin_layout Plain Layout
5294
5295
5296 \backslash
5297 spce 
5298 \end_layout
5299
5300 \end_inset
5301
5302 2
5303 \series bold
5304 ×
5305 \series default
5306 2
5307 \begin_inset space \thinspace{}
5308 \end_inset
5309
5310 matrix
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5320 0 & \textrm{-}\mathrm{i}\\
5321 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5322 \end_inset
5323
5324
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 <row>
5331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \backslash
5337 pmatrix
5338 \begin_inset ERT
5339 status collapsed
5340
5341 \begin_layout Plain Layout
5342
5343
5344 \backslash
5345 spce 
5346 \end_layout
5347
5348 \end_inset
5349
5350 2
5351 \series bold
5352 ×
5353 \series default
5354 2
5355 \begin_inset space \thinspace{}
5356 \end_inset
5357
5358 matrix
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5368 0 & \textrm{-}\mathrm{i}\\
5369 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5370 \end_inset
5371
5372
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 </row>
5378 </lyxtabular>
5379
5380 \end_inset
5381
5382
5383 \begin_inset space \hfill{}
5384 \end_inset
5385
5386
5387 \begin_inset Tabular
5388 <lyxtabular version="3" rows="4" columns="2">
5389 <features>
5390 <column alignment="center" valignment="top" width="0">
5391 <column alignment="center" valignment="top" width="0">
5392 <row>
5393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 Command
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 Result
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 </row>
5412 <row>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417
5418 \backslash
5419 vmatrix
5420 \begin_inset ERT
5421 status collapsed
5422
5423 \begin_layout Plain Layout
5424
5425
5426 \backslash
5427 spce 
5428 \end_layout
5429
5430 \end_inset
5431
5432 2
5433 \series bold
5434 ×
5435 \series default
5436 2
5437 \begin_inset space \thinspace{}
5438 \end_inset
5439
5440 matrix
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5450 0 & \textrm{-}\mathrm{i}\\
5451 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5452 \end_inset
5453
5454
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 <row>
5461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465
5466 \backslash
5467 Vmatrix
5468 \begin_inset ERT
5469 status collapsed
5470
5471 \begin_layout Plain Layout
5472
5473
5474 \backslash
5475 spce 
5476 \end_layout
5477
5478 \end_inset
5479
5480 2
5481 \series bold
5482 ×
5483 \series default
5484 2
5485 \begin_inset space \thinspace{}
5486 \end_inset
5487
5488 matrix
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5498 0 & \textrm{-}\mathrm{i}\\
5499 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5500 \end_inset
5501
5502
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 </row>
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513
5514 \backslash
5515 matrix
5516 \begin_inset ERT
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520
5521
5522 \backslash
5523 spce 
5524 \end_layout
5525
5526 \end_inset
5527
5528 2
5529 \series bold
5530 ×
5531 \series default
5532 2
5533 \begin_inset space \thinspace{}
5534 \end_inset
5535
5536 matrix
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5546 0 & \textrm{-}\mathrm{i}\\
5547 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 </lyxtabular>
5557
5558 \end_inset
5559
5560
5561 \begin_inset space \hfill{}
5562 \end_inset
5563
5564
5565 \end_layout
5566
5567 \begin_layout Standard
5568 \begin_inset VSpace medskip
5569 \end_inset
5570
5571 When e.
5572 \begin_inset space \thinspace{}
5573 \end_inset
5574
5575 g.
5576 \begin_inset space ~
5577 \end_inset
5578
5579
5580 \series bold
5581
5582 \backslash
5583 vmatrix
5584 \series default
5585  is inserted, a blue box appears between two vertical lines where the matrix
5586  is inserted.
5587 \end_layout
5588
5589 \begin_layout Standard
5590 \begin_inset VSpace bigskip
5591 \end_inset
5592
5593 As all multiline formulas are matrices, the length 
5594 \series bold
5595
5596 \backslash
5597 arraycolsep
5598 \series default
5599
5600 \begin_inset Index
5601 status collapsed
5602
5603 \begin_layout Plain Layout
5604 Commands ! A ! 
5605 \backslash
5606 arraycolsep
5607 \end_layout
5608
5609 \end_inset
5610
5611  that is described in 
5612 \begin_inset CommandInset ref
5613 LatexCommand ref
5614 reference "sub:Column-Separation"
5615
5616 \end_inset
5617
5618  can also be used to change the column separation of matrices.
5619 \end_layout
5620
5621 \begin_layout Standard
5622 To change the row separation, the command 
5623 \series bold
5624
5625 \backslash
5626 arraystretch
5627 \series default
5628
5629 \begin_inset Index
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633 Commands ! A ! 
5634 \backslash
5635 arraystretch
5636 \end_layout
5637
5638 \end_inset
5639
5640  is used.
5641  It is used as follows:
5642 \end_layout
5643
5644 \begin_layout Standard
5645
5646 \series bold
5647
5648 \backslash
5649 renewcommand{
5650 \backslash
5651 arraystretch}{stretch factor}
5652 \begin_inset Index
5653 status collapsed
5654
5655 \begin_layout Plain Layout
5656 Commands ! R ! 
5657 \backslash
5658 renewcommand
5659 \end_layout
5660
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \begin_layout Standard
5667 The command 
5668 \series bold
5669
5670 \backslash
5671 renewcommand
5672 \series default
5673  assigns the stretch factor to the predefined command 
5674 \series bold
5675
5676 \backslash
5677 arraystretch
5678 \series default
5679 .
5680  To double e.
5681 \begin_inset space \thinspace{}
5682 \end_inset
5683
5684 g.
5685 \begin_inset space ~
5686 \end_inset
5687
5688 the row separation, use the factor 2.
5689  This is then used for all following matrices.
5690  To go back to the original separation, assign the factor 1 to 
5691 \series bold
5692
5693 \backslash
5694 arraystretch
5695 \series default
5696 .
5697 \end_layout
5698
5699 \begin_layout Standard
5700 To set matrices into a text line, the command 
5701 \series bold
5702
5703 \backslash
5704 smallmatrix
5705 \series default
5706
5707 \begin_inset Index
5708 status collapsed
5709
5710 \begin_layout Plain Layout
5711 Commands ! S ! 
5712 \backslash
5713 smallmatrix
5714 \end_layout
5715
5716 \end_inset
5717
5718  is used.
5719  When it is inserted a blue box with two dashed lines appears.
5720  In this box the matrix is inserted.
5721 \end_layout
5722
5723 \begin_layout Standard
5724 This is a matrix 
5725 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5726 C & D\end{smallmatrix}\right)$
5727 \end_inset
5728
5729  in a text line.
5730 \end_layout
5731
5732 \begin_layout Section
5733 Brackets and Delimiters
5734 \begin_inset Index
5735 status collapsed
5736
5737 \begin_layout Plain Layout
5738 Brackets
5739 \end_layout
5740
5741 \end_inset
5742
5743
5744 \begin_inset Index
5745 status collapsed
5746
5747 \begin_layout Plain Layout
5748 Delimiters
5749 \end_layout
5750
5751 \end_inset
5752
5753
5754 \end_layout
5755
5756 \begin_layout Subsection
5757 Vertical Brackets and Delimiters
5758 \begin_inset Index
5759 status collapsed
5760
5761 \begin_layout Plain Layout
5762 Brackets ! vertical
5763 \end_layout
5764
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \begin_layout Standard
5771 \begin_inset space \hfill{}
5772 \end_inset
5773
5774
5775 \begin_inset Tabular
5776 <lyxtabular version="3" rows="9" columns="2">
5777 <features>
5778 <column alignment="center" valignment="top" width="0pt">
5779 <column alignment="center" valignment="top" width="0pt">
5780 <row>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 Command
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 Result
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 </row>
5800 <row>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 (
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 \begin_inset Formula $($
5815 \end_inset
5816
5817
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 </row>
5823 <row>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 {
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $\{$
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 [
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 \begin_inset Formula $[$
5861 \end_inset
5862
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \backslash
5876 langle
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 \begin_inset Formula $\langle$
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899
5900 \backslash
5901 lceil
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 \begin_inset Formula $\lceil$
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924
5925 \backslash
5926 lfloor
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 \begin_inset Formula $\lfloor$
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 <row>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 /
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 \begin_inset Formula $/$
5959 \end_inset
5960
5961
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 </row>
5967 <row>
5968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 |
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 \begin_inset Formula $|$
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 </lyxtabular>
5991
5992 \end_inset
5993
5994
5995 \begin_inset space \hfill{}
5996 \end_inset
5997
5998
5999 \begin_inset Tabular
6000 <lyxtabular version="3" rows="9" columns="2">
6001 <features>
6002 <column alignment="center" valignment="top" width="0pt">
6003 <column alignment="center" valignment="top" width="0pt">
6004 <row>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 Command
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 Result
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 </row>
6024 <row>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 )
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 \begin_inset Formula $)$
6039 \end_inset
6040
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 </row>
6047 <row>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 }
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 \begin_inset Formula $\}$
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 </row>
6070 <row>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 ]
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 \begin_inset Formula $]$
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098
6099 \backslash
6100 rangle
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 \begin_inset Formula $\rangle$
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 </row>
6118 <row>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123
6124 \backslash
6125 rceil
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 \begin_inset Formula $\rceil$
6135 \end_inset
6136
6137
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 </row>
6143 <row>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148
6149 \backslash
6150 rfloor
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 \begin_inset Formula $\rfloor$
6160 \end_inset
6161
6162
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 </row>
6168 <row>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173
6174 \backslash
6175
6176 \backslash
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 \begin_inset Formula $\backslash$
6187 \end_inset
6188
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200
6201 \backslash
6202 |
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 \begin_inset Formula $\|$
6212 \end_inset
6213
6214
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 </lyxtabular>
6221
6222 \end_inset
6223
6224
6225 \begin_inset space \hfill{}
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \begin_layout Standard
6232
6233 \series medium
6234 \begin_inset Note Greyedout
6235 status open
6236
6237 \begin_layout Plain Layout
6238
6239 \series bold
6240 Note:
6241 \series default
6242  In TeX-mode the command 
6243 \series bold
6244
6245 \backslash
6246 textbackslash
6247 \series default
6248
6249 \begin_inset Index
6250 status collapsed
6251
6252 \begin_layout Plain Layout
6253 Commands ! T ! 
6254 \backslash
6255 textbackslash
6256 \end_layout
6257
6258 \end_inset
6259
6260  must be used for the backslash, because the command 
6261 \series bold
6262
6263 \backslash
6264
6265 \backslash
6266
6267 \series default
6268  produces there a line break.
6269 \end_layout
6270
6271 \end_inset
6272
6273
6274 \end_layout
6275
6276 \begin_layout Standard
6277 For all characters listed above the size can be adjusted with the commands
6278  described in the following two subsections.
6279  When using these commands, the characters < and > can directly be used
6280  instead of the commands 
6281 \series bold
6282
6283 \backslash
6284 langle
6285 \series default
6286  and 
6287 \series bold
6288
6289 \backslash
6290 rangle
6291 \series default
6292 .
6293 \end_layout
6294
6295 \begin_layout Subsubsection
6296 Manual Bracket Size
6297 \begin_inset CommandInset label
6298 LatexCommand label
6299 name "sub:Manual-Bracket-Size"
6300
6301 \end_inset
6302
6303
6304 \begin_inset Index
6305 status collapsed
6306
6307 \begin_layout Plain Layout
6308 Bracket size ! manual
6309 \end_layout
6310
6311 \end_inset
6312
6313
6314 \end_layout
6315
6316 \begin_layout Standard
6317 The bracket size can be specified manually by the LaTeX-commands 
6318 \series bold
6319
6320 \backslash
6321 big
6322 \series default
6323
6324 \begin_inset Index
6325 status collapsed
6326
6327 \begin_layout Plain Layout
6328 Commands ! B ! 
6329 \backslash
6330 big
6331 \end_layout
6332
6333 \end_inset
6334
6335
6336 \series bold
6337
6338 \backslash
6339 Big
6340 \series default
6341
6342 \series bold
6343
6344 \backslash
6345 bigg
6346 \series default
6347 , and 
6348 \series bold
6349
6350 \backslash
6351 Bigg
6352 \series default
6353 .
6354  
6355 \series bold
6356
6357 \backslash
6358 big
6359 \series default
6360  denotes the smallest and 
6361 \series bold
6362
6363 \backslash
6364 Bigg
6365 \series default
6366  the largest bracket size.
6367 \end_layout
6368
6369 \begin_layout Standard
6370 These commands are used to emphasize levels of brackets:
6371 \end_layout
6372
6373 \begin_layout Standard
6374 \align center
6375 \begin_inset Tabular
6376 <lyxtabular version="3" rows="2" columns="2">
6377 <features>
6378 <column alignment="center" valignment="top" width="0pt">
6379 <column alignment="center" valignment="top" width="0pt">
6380 <row>
6381 <cell alignment="center" valignment="top" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 all brackets in the same size:
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6395 \end_inset
6396
6397
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 </row>
6403 <row>
6404 <cell alignment="center" valignment="top" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 this looks better:
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 </row>
6426 </lyxtabular>
6427
6428 \end_inset
6429
6430
6431 \begin_inset Note Note
6432 status collapsed
6433
6434 \begin_layout Plain Layout
6435
6436 \series bold
6437
6438 \backslash
6439 raisebox
6440 \series default
6441  is only used as spacer.
6442 \end_layout
6443
6444 \end_inset
6445
6446
6447 \end_layout
6448
6449 \begin_layout Standard
6450 For the second formula the command 
6451 \series bold
6452
6453 \backslash
6454 Big((A+B)(A-B)
6455 \backslash
6456 Big)^
6457 \begin_inset ERT
6458 status collapsed
6459
6460 \begin_layout Plain Layout
6461
6462
6463 \backslash
6464 spce 
6465 \end_layout
6466
6467 \end_inset
6468
6469 C
6470 \series default
6471  has been used.
6472 \end_layout
6473
6474 \begin_layout Standard
6475 Here is an overview about all bracket sizes:
6476 \end_layout
6477
6478 \begin_layout Standard
6479 \align center
6480
6481 \backslash
6482 Bigg(
6483 \backslash
6484 exp
6485 \backslash
6486 bigg<
6487 \backslash
6488 Big[
6489 \backslash
6490 big{
6491 \backslash
6492 ln(3x)
6493 \backslash
6494 big}^2
6495 \begin_inset ERT
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499
6500
6501 \backslash
6502 spce 
6503 \end_layout
6504
6505 \end_inset
6506
6507
6508 \backslash
6509 sin(x)
6510 \backslash
6511 Big]^
6512 \begin_inset ERT
6513 status collapsed
6514
6515 \begin_layout Plain Layout
6516
6517
6518 \backslash
6519 spce 
6520 \end_layout
6521
6522 \end_inset
6523
6524 A
6525 \begin_inset ERT
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529
6530
6531 \backslash
6532 spce 
6533 \end_layout
6534
6535 \end_inset
6536
6537
6538 \backslash
6539 bigg>
6540 \backslash
6541 Bigg)^0,5
6542 \end_layout
6543
6544 \begin_layout Standard
6545 \align center
6546 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6547 \end_inset
6548
6549
6550 \end_layout
6551
6552 \begin_layout Standard
6553 Besides the 
6554 \series bold
6555
6556 \backslash
6557 big
6558 \series default
6559 -commands there is the variant 
6560 \series bold
6561
6562 \backslash
6563 bigm
6564 \series default
6565
6566 \begin_inset Index
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570 Commands ! B ! 
6571 \backslash
6572 bigm
6573 \end_layout
6574
6575 \end_inset
6576
6577  that adds a bit more space between the bracket and its content, and the
6578  variant 
6579 \series bold
6580
6581 \backslash
6582 bigl
6583 \series default
6584 -
6585 \series bold
6586
6587 \backslash
6588 bigr
6589 \series default
6590
6591 \begin_inset Index
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595 Commands ! B ! 
6596 \backslash
6597 bigl - 
6598 \backslash
6599 bigr
6600 \end_layout
6601
6602 \end_inset
6603
6604 , that don't add additional space.
6605  The 
6606 \emph on
6607 l
6608 \emph default
6609  at the end of the command 
6610 \series bold
6611
6612 \backslash
6613 bigl
6614 \series default
6615  is for a left bracket; for a right bracket this will be replaced by an
6616  
6617 \emph on
6618 r
6619 \emph default
6620 .
6621  A left or right bracket can each be an opening or closing bracket.
6622 \end_layout
6623
6624 \begin_layout Standard
6625 In the following table is a comparison of the variants:
6626 \end_layout
6627
6628 \begin_layout Standard
6629 \align center
6630 \begin_inset Tabular
6631 <lyxtabular version="3" rows="5" columns="2">
6632 <features>
6633 <column alignment="center" valignment="middle" width="0">
6634 <column alignment="center" valignment="middle" width="0">
6635 <row>
6636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 Command
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 Result
6650 \begin_inset Note Note
6651 status collapsed
6652
6653 \begin_layout Plain Layout
6654
6655 \series bold
6656
6657 \backslash
6658 raisebox
6659 \series default
6660  is only used as spacer.
6661 \end_layout
6662
6663 \end_inset
6664
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676
6677 \backslash
6678 Bigm(
6679 \backslash
6680 bigm(
6681 \backslash
6682 ln(3x)
6683 \backslash
6684 bigm)^2
6685 \series bold
6686
6687 \begin_inset ERT
6688 status collapsed
6689
6690 \begin_layout Plain Layout
6691
6692
6693 \backslash
6694 spce 
6695 \end_layout
6696
6697 \end_inset
6698
6699
6700 \series default
6701
6702 \backslash
6703 Bigm)
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6713 \end_inset
6714
6715
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 </row>
6721 <row>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726
6727 \backslash
6728 Big(
6729 \backslash
6730 big(
6731 \backslash
6732 ln(3x)
6733 \backslash
6734 big)^2
6735 \series bold
6736
6737 \begin_inset ERT
6738 status collapsed
6739
6740 \begin_layout Plain Layout
6741
6742
6743 \backslash
6744 spce 
6745 \end_layout
6746
6747 \end_inset
6748
6749
6750 \series default
6751
6752 \backslash
6753 Big)
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6763 \end_inset
6764
6765
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 </row>
6771 <row>
6772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776
6777 \backslash
6778 Bigl(
6779 \backslash
6780 bigl(
6781 \backslash
6782 ln(3x)
6783 \backslash
6784 bigr)^2
6785 \series bold
6786
6787 \begin_inset ERT
6788 status collapsed
6789
6790 \begin_layout Plain Layout
6791
6792
6793 \backslash
6794 spce 
6795 \end_layout
6796
6797 \end_inset
6798
6799
6800 \series default
6801
6802 \backslash
6803 Bigr)
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6813 \end_inset
6814
6815
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 </row>
6821 <row>
6822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826
6827 \backslash
6828 bigl)
6829 \backslash
6830 ln(3x)
6831 \backslash
6832 bigr(
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 </lyxtabular>
6851
6852 \end_inset
6853
6854
6855 \end_layout
6856
6857 \begin_layout Subsubsection
6858 Automatic Bracket Size
6859 \begin_inset CommandInset label
6860 LatexCommand label
6861 name "sub:Automatic-Bracket-Size"
6862
6863 \end_inset
6864
6865
6866 \begin_inset Index
6867 status collapsed
6868
6869 \begin_layout Plain Layout
6870 Bracket size ! automatic
6871 \end_layout
6872
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \begin_layout Standard
6879 Brackets with variable size can be inserted with the commands 
6880 \series bold
6881
6882 \backslash
6883 left
6884 \series default
6885
6886 \begin_inset Index
6887 status collapsed
6888
6889 \begin_layout Plain Layout
6890 Commands ! L ! 
6891 \backslash
6892 left
6893 \end_layout
6894
6895 \end_inset
6896
6897  and 
6898 \series bold
6899
6900 \backslash
6901 right
6902 \series default
6903
6904 \begin_inset Index
6905 status collapsed
6906
6907 \begin_layout Plain Layout
6908 Commands ! R ! 
6909 \backslash
6910 right
6911 \end_layout
6912
6913 \end_inset
6914
6915  or via the math toolbar button 
6916 \begin_inset Graphics
6917         filename ../images/dialog-show_mathdelimiter.png
6918         scale 85
6919
6920 \end_inset
6921
6922 .
6923  Directly behind 
6924 \series bold
6925
6926 \backslash
6927 left
6928 \series default
6929  and 
6930 \series bold
6931
6932 \backslash
6933 right
6934 \series default
6935  the wanted bracket must be inserted.
6936  The bracket size will then automatically be calculated for the output.
6937 \end_layout
6938
6939 \begin_layout Standard
6940 \align center
6941 normal bracket: The command 
6942 \series bold
6943
6944 \backslash
6945 ln(
6946 \backslash
6947 frac
6948 \begin_inset ERT
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952
6953
6954 \backslash
6955 spce 
6956 \end_layout
6957
6958 \end_inset
6959
6960 A
6961 \begin_inset Formula $\downarrow$
6962 \end_inset
6963
6964 C
6965 \begin_inset ERT
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969
6970
6971 \backslash
6972 spce 
6973 \end_layout
6974
6975 \end_inset
6976
6977 )
6978 \series default
6979  creates
6980 \begin_inset Formula \[
6981 \ln(\frac{A}{C})\]
6982
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \begin_layout Standard
6989 \align center
6990 multiline bracket: The command 
6991 \series bold
6992
6993 \backslash
6994 ln
6995 \backslash
6996 left(
6997 \backslash
6998 frac
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 spce 
7007 \end_layout
7008
7009 \end_inset
7010
7011 A
7012 \begin_inset Formula $\downarrow$
7013 \end_inset
7014
7015 C
7016 \begin_inset ERT
7017 status collapsed
7018
7019 \begin_layout Plain Layout
7020
7021
7022 \backslash
7023 spce 
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \backslash
7030 right)
7031 \series default
7032  creates
7033 \begin_inset Formula \[
7034 \ln\left(\frac{A}{C}\right)\]
7035
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \begin_layout Standard
7042 Instead of 
7043 \series bold
7044
7045 \backslash
7046 left
7047 \series default
7048  and 
7049 \series bold
7050
7051 \backslash
7052 right
7053 \series default
7054  the shortcut 
7055 \family sans
7056 Alt-m
7057 \begin_inset space ~
7058 \end_inset
7059
7060 bracket
7061 \family default
7062  can be used.
7063  This has the advantage that you can see in LyX immediately the real bracket
7064  size and that the matching right bracket will be created too.
7065 \begin_inset Newline newline
7066 \end_inset
7067
7068 The command for the last example would then be: 
7069 \series bold
7070
7071 \backslash
7072 ln Alt-m
7073 \series default
7074  
7075 \series bold
7076 (
7077 \backslash
7078 frac
7079 \begin_inset ERT
7080 status collapsed
7081
7082 \begin_layout Plain Layout
7083
7084
7085 \backslash
7086 spce 
7087 \end_layout
7088
7089 \end_inset
7090
7091 A
7092 \begin_inset Formula $\downarrow$
7093 \end_inset
7094
7095 C
7096 \end_layout
7097
7098 \begin_layout Standard
7099 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7100  For example the command 
7101 \series bold
7102
7103 \backslash
7104 left.
7105 \backslash
7106 frac
7107 \begin_inset ERT
7108 status collapsed
7109
7110 \begin_layout Plain Layout
7111
7112
7113 \backslash
7114 spce 
7115 \end_layout
7116
7117 \end_inset
7118
7119 A
7120 \begin_inset Formula $\downarrow$
7121 \end_inset
7122
7123 B
7124 \begin_inset ERT
7125 status collapsed
7126
7127 \begin_layout Plain Layout
7128
7129
7130 \backslash
7131 spce 
7132 \end_layout
7133
7134 \end_inset
7135
7136
7137 \backslash
7138 right}
7139 \series default
7140  creates:
7141 \series bold
7142
7143 \begin_inset Formula \[
7144 \left.\frac{A}{B}\right\} \]
7145
7146 \end_inset
7147
7148
7149 \series default
7150 The commands 
7151 \series bold
7152
7153 \backslash
7154 left
7155 \series default
7156  and 
7157 \series bold
7158
7159 \backslash
7160 right
7161 \series default
7162  will be converted by LyX to brackets in the right size when the document
7163  is reloaded and an omitted bracket will appear as dashed line.
7164 \end_layout
7165
7166 \begin_layout Standard
7167 \begin_inset VSpace bigskip
7168 \end_inset
7169
7170 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7171  the command 
7172 \series bold
7173
7174 \backslash
7175 middle
7176 \series default
7177
7178 \begin_inset Index
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182 Commands ! M ! 
7183 \backslash
7184 middle
7185 \end_layout
7186
7187 \end_inset
7188
7189  is additionally available for all brackets and limits.
7190  With this command the height of the following character is adapted to the
7191  one of the surrounding brackets, what is e.
7192 \begin_inset space \thinspace{}
7193 \end_inset
7194
7195 g.
7196 \begin_inset space ~
7197 \end_inset
7198
7199 needed for physical vectors:
7200 \begin_inset Formula \[
7201 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7202
7203 \end_inset
7204
7205 For physical vectors there is a special LaTeX-package, described in 
7206 \begin_inset CommandInset ref
7207 LatexCommand ref
7208 reference "sub:Physical-Vectors"
7209
7210 \end_inset
7211
7212 .
7213 \end_layout
7214
7215 \begin_layout Subsection
7216 Horizontal Brackets
7217 \begin_inset Index
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221 Brackets ! horizontal
7222 \end_layout
7223
7224 \end_inset
7225
7226
7227 \end_layout
7228
7229 \begin_layout Standard
7230 \align center
7231 \begin_inset Tabular
7232 <lyxtabular version="3" rows="4" columns="2">
7233 <features>
7234 <column alignment="center" valignment="top" width="0pt">
7235 <column alignment="center" valignment="top" width="0pt">
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 Command
7242 \begin_inset Note Note
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246
7247 \series bold
7248
7249 \backslash
7250 raisebox
7251 \series default
7252  is only used as spacer.
7253 \end_layout
7254
7255 \end_inset
7256
7257
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 Result
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 \begin_inset ERT
7278 status collapsed
7279
7280 \begin_layout Plain Layout
7281
7282
7283 \backslash
7284 raisebox{2.3mm}{
7285 \end_layout
7286
7287 \end_inset
7288
7289
7290 \backslash
7291 overbrace
7292 \begin_inset ERT
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296
7297
7298 \backslash
7299 spce 
7300 \end_layout
7301
7302 \end_inset
7303
7304 A+B
7305 \begin_inset ERT
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309
7310
7311 \backslash
7312 spce 
7313 \end_layout
7314
7315 \end_inset
7316
7317 ^
7318 \begin_inset ERT
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322
7323
7324 \backslash
7325 spce 
7326 \end_layout
7327
7328 \end_inset
7329
7330 3
7331 \begin_inset ERT
7332 status collapsed
7333
7334 \begin_layout Plain Layout
7335
7336 }
7337 \end_layout
7338
7339 \end_inset
7340
7341
7342 \begin_inset Index
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346 Commands ! O ! 
7347 \backslash
7348 overbrace
7349 \end_layout
7350
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 \begin_inset Formula $\overbrace{A+B}^{3}$
7363 \end_inset
7364
7365
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 </row>
7371 <row>
7372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 \begin_inset ERT
7377 status collapsed
7378
7379 \begin_layout Plain Layout
7380
7381
7382 \backslash
7383 raisebox{-2.2mm}{
7384 \end_layout
7385
7386 \end_inset
7387
7388
7389 \backslash
7390 underbrace
7391 \begin_inset ERT
7392 status collapsed
7393
7394 \begin_layout Plain Layout
7395
7396
7397 \backslash
7398 spce 
7399 \end_layout
7400
7401 \end_inset
7402
7403 A+B
7404 \begin_inset ERT
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408
7409
7410 \backslash
7411 spce 
7412 \end_layout
7413
7414 \end_inset
7415
7416 _5
7417 \begin_inset ERT
7418 status collapsed
7419
7420 \begin_layout Plain Layout
7421
7422 }
7423 \end_layout
7424
7425 \end_inset
7426
7427
7428 \begin_inset Index
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432 Commands ! U ! 
7433 \backslash
7434 underbrace
7435 \end_layout
7436
7437 \end_inset
7438
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 \begin_inset Formula $\underbrace{A+B}_{5}$
7449 \end_inset
7450
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 </row>
7457 <row>
7458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \backslash
7464 overbrace
7465 \begin_inset ERT
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469
7470
7471 \backslash
7472 spce 
7473 \end_layout
7474
7475 \end_inset
7476
7477
7478 \backslash
7479 underbrace
7480 \begin_inset ERT
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484
7485
7486 \backslash
7487 spce 
7488 \end_layout
7489
7490 \end_inset
7491
7492 A+B_w
7493 \begin_inset ERT
7494 status collapsed
7495
7496 \begin_layout Plain Layout
7497
7498
7499 \backslash
7500 spce 
7501 \end_layout
7502
7503 \end_inset
7504
7505
7506 \begin_inset ERT
7507 status collapsed
7508
7509 \begin_layout Plain Layout
7510
7511
7512 \backslash
7513 spce 
7514 \end_layout
7515
7516 \end_inset
7517
7518 _7
7519 \begin_inset ERT
7520 status collapsed
7521
7522 \begin_layout Plain Layout
7523
7524
7525 \backslash
7526 spce 
7527 \end_layout
7528
7529 \end_inset
7530
7531
7532 \begin_inset ERT
7533 status collapsed
7534
7535 \begin_layout Plain Layout
7536
7537
7538 \backslash
7539 spce 
7540 \end_layout
7541
7542 \end_inset
7543
7544 ^
7545 \begin_inset ERT
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549
7550
7551 \backslash
7552 spce 
7553 \end_layout
7554
7555 \end_inset
7556
7557 C
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 </lyxtabular>
7576
7577 \end_inset
7578
7579
7580 \end_layout
7581
7582 \begin_layout Standard
7583 In the last example it doesn't matter if 
7584 \series bold
7585
7586 \backslash
7587 overbrace
7588 \series default
7589  or 
7590 \series bold
7591
7592 \backslash
7593 underbrace
7594 \series default
7595  is inserted at first.
7596 \end_layout
7597
7598 \begin_layout Standard
7599 \begin_inset VSpace bigskip
7600 \end_inset
7601
7602 When brackets are needed that overlap each other, multiline formulas, as
7603  described in 
7604 \begin_inset CommandInset ref
7605 LatexCommand ref
7606 reference "sec:Multiline-Formulas"
7607
7608 \end_inset
7609
7610 , must be used:
7611 \begin_inset Formula \begin{eqnarray*}
7612 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7613  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7614
7615 \end_inset
7616
7617 In the first row the formula is inserted together with the first brace.
7618  It is hereby important that the space command
7619 \begin_inset Foot
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623 Space commands are explained in 
7624 \begin_inset CommandInset ref
7625 LatexCommand ref
7626 reference "sub:Predefined-Space"
7627
7628 \end_inset
7629
7630 .
7631 \end_layout
7632
7633 \end_inset
7634
7635  
7636 \series bold
7637
7638 \backslash
7639 :
7640 \series default
7641  is inserted before the first 
7642 \begin_inset Formula $d$
7643 \end_inset
7644
7645 , because the brace that ends behind the 
7646 \begin_inset Formula $q$
7647 \end_inset
7648
7649  prevents that the following 
7650 \begin_inset Quotes eld
7651 \end_inset
7652
7653 +
7654 \begin_inset Quotes erd
7655 \end_inset
7656
7657  is surrounded by space.
7658 \begin_inset Foot
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662 because a bracket is not handled as character, see 
7663 \begin_inset CommandInset ref
7664 LatexCommand ref
7665 reference "sub:Binary-Operators"
7666
7667 \end_inset
7668
7669
7670 \end_layout
7671
7672 \end_inset
7673
7674  In the second row the second brace is inserted.
7675  As it should begin before the 
7676 \begin_inset Formula $b$
7677 \end_inset
7678
7679 , first the command 
7680 \series bold
7681
7682 \backslash
7683 hphantom{gggg+
7684 \backslash
7685 :}
7686 \series default
7687  is inserted.
7688 \begin_inset Foot
7689 status collapsed
7690
7691 \begin_layout Plain Layout
7692 more about 
7693 \series bold
7694
7695 \backslash
7696 hphantom
7697 \series default
7698  see 
7699 \begin_inset CommandInset ref
7700 LatexCommand ref
7701 reference "sub:Placeholders"
7702
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \end_inset
7709
7710  This space is needed because the 
7711 \begin_inset Quotes eld
7712 \end_inset
7713
7714 +
7715 \begin_inset Quotes erd
7716 \end_inset
7717
7718  is also surrounded by space in the formula.
7719  The brace is placed under the command 
7720 \series bold
7721
7722 \backslash
7723 hphantom{bbqq+dddd}
7724 \series default
7725 .
7726 \end_layout
7727
7728 \begin_layout Standard
7729 It gets more complicated when brackets overlap each other, like in the following
7730  example:
7731 \begin_inset ERT
7732 status collapsed
7733
7734 \begin_layout Plain Layout
7735
7736
7737 \backslash
7738 setlength{
7739 \backslash
7740 jot}{-6pt}
7741 \end_layout
7742
7743 \end_inset
7744
7745
7746 \begin_inset Formula \begin{eqnarray*}
7747  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7748 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7749
7750 \end_inset
7751
7752
7753 \begin_inset ERT
7754 status collapsed
7755
7756 \begin_layout Plain Layout
7757
7758
7759 \backslash
7760 setlength{
7761 \backslash
7762 jot}{3pt}
7763 \end_layout
7764
7765 \end_inset
7766
7767 The first formula row is the same as the second row of the previous example,
7768  with the difference that the brace is above.
7769  The second row contains the formula together with the second brace.
7770  To avoid that there is space between the upper brace in the first row and
7771  the formula, the row spacing need to be reduced.
7772  This is not easily possible due to a bug in LyX
7773 \begin_inset Foot
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777 \begin_inset CommandInset href
7778 LatexCommand href
7779 name "LyX-bug #1505"
7780 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7781
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788
7789 .
7790  As solution for the problem, the global formula row separation 
7791 \series bold
7792
7793 \backslash
7794 jot
7795 \series default
7796
7797 \begin_inset Index
7798 status collapsed
7799
7800 \begin_layout Plain Layout
7801 Commands ! J ! 
7802 \backslash
7803 jot
7804 \end_layout
7805
7806 \end_inset
7807
7808  must be changed to -6
7809 \begin_inset space \thinspace{}
7810 \end_inset
7811
7812 pt before the formula with the command 
7813 \series bold
7814
7815 \backslash
7816 setlength{
7817 \backslash
7818 jot}{-6pt}
7819 \series default
7820  in TeX-mode.
7821  
7822 \series bold
7823
7824 \backslash
7825 jot
7826 \series default
7827  is set back after the formula to the standard value of 3
7828 \begin_inset space \thinspace{}
7829 \end_inset
7830
7831 pt using the same command.
7832  More about the row separation in formulas is explained in 
7833 \begin_inset CommandInset ref
7834 LatexCommand ref
7835 reference "sub:Line-Separation"
7836
7837 \end_inset
7838
7839 .
7840 \end_layout
7841
7842 \begin_layout Section
7843 Arrows
7844 \begin_inset Index
7845 status collapsed
7846
7847 \begin_layout Plain Layout
7848 Arrows
7849 \end_layout
7850
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \begin_layout Standard
7857 Arrows can be inserted via the math toolbar button 
7858 \begin_inset Graphics
7859         filename ../images/math/leftarrow.png
7860         scale 85
7861
7862 \end_inset
7863
7864  or the commands listed in the following subsections.
7865 \end_layout
7866
7867 \begin_layout Standard
7868 \begin_inset Newpage newpage
7869 \end_inset
7870
7871
7872 \end_layout
7873
7874 \begin_layout Subsection
7875 Horizontal Arrows
7876 \begin_inset Index
7877 status collapsed
7878
7879 \begin_layout Plain Layout
7880 Arrows ! horizontal
7881 \end_layout
7882
7883 \end_inset
7884
7885
7886 \end_layout
7887
7888 \begin_layout Standard
7889 \begin_inset space \hfill{}
7890 \end_inset
7891
7892
7893 \begin_inset Tabular
7894 <lyxtabular version="3" rows="8" columns="2">
7895 <features>
7896 <column alignment="center" valignment="top" width="0pt">
7897 <column alignment="center" valignment="top" width="0pt">
7898 <row>
7899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 Command
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 Result
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \backslash
7925 gets
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 \begin_inset Formula $\gets$
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \backslash
7950 Leftarrow
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 \begin_inset Formula $\Leftarrow$
7960 \end_inset
7961
7962
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 <row>
7969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \backslash
7975 longleftarrow
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 \begin_inset Formula $\longleftarrow$
7985 \end_inset
7986
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \backslash
8000 Longleftarrow
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 \begin_inset Formula $\Longleftarrow$
8010 \end_inset
8011
8012
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \backslash
8025 leftharpoonup
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 \begin_inset Formula $\leftharpoonup$
8035 \end_inset
8036
8037
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 </row>
8043 <row>
8044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048
8049 \backslash
8050 leftharpoondown
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 \begin_inset Formula $\leftharpoondown$
8060 \end_inset
8061
8062
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 </row>
8068 <row>
8069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073
8074 \backslash
8075 hookleftarrow
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 \begin_inset Formula $\hookleftarrow$
8085 \end_inset
8086
8087
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 </lyxtabular>
8094
8095 \end_inset
8096
8097
8098 \begin_inset space \hfill{}
8099 \end_inset
8100
8101
8102 \begin_inset Tabular
8103 <lyxtabular version="3" rows="8" columns="2">
8104 <features>
8105 <column alignment="center" valignment="top" width="0pt">
8106 <column alignment="center" valignment="top" width="0pt">
8107 <row>
8108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Command
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 Result
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \backslash
8134 to
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 \begin_inset Formula $\to$
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \backslash
8159 Rightarrow
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 \begin_inset Formula $\Rightarrow$
8169 \end_inset
8170
8171
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \backslash
8184 longrightarrow
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 \begin_inset Formula $\longrightarrow$
8194 \end_inset
8195
8196
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \backslash
8209 Longrightarrow
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 \begin_inset Formula $\Longrightarrow$
8219 \end_inset
8220
8221
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \backslash
8234 rightharpoonup
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 \begin_inset Formula $\rightharpoonup$
8244 \end_inset
8245
8246
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \backslash
8259 rightharpoondown
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 \begin_inset Formula $\rightharpoondown$
8269 \end_inset
8270
8271
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \backslash
8284 hookrightarrow
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 \begin_inset Formula $\hookrightarrow$
8294 \end_inset
8295
8296
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 </lyxtabular>
8303
8304 \end_inset
8305
8306
8307 \begin_inset space \hfill{}
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \begin_layout Standard
8314 \begin_inset space \hfill{}
8315 \end_inset
8316
8317
8318 \begin_inset Tabular
8319 <lyxtabular version="3" rows="6" columns="2">
8320 <features>
8321 <column alignment="center" valignment="top" width="0pt">
8322 <column alignment="center" valignment="top" width="0pt">
8323 <row>
8324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Command
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Result
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \backslash
8350 leftrightarrow
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 \begin_inset Formula $\leftrightarrow$
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 Leftrightarrow
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 \begin_inset Formula $\Leftrightarrow$
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \backslash
8400 longleftrightarrow
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 \begin_inset Formula $\longleftrightarrow$
8410 \end_inset
8411
8412
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \backslash
8425 Longleftrightarrow
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 \begin_inset Formula $\Longleftrightarrow$
8435 \end_inset
8436
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \backslash
8450 rightleftharpoons
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 \begin_inset Formula $\rightleftharpoons$
8460 \end_inset
8461
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 </lyxtabular>
8469
8470 \end_inset
8471
8472
8473 \begin_inset space \hspace{}
8474 \length 25pt
8475 \end_inset
8476
8477
8478 \begin_inset space \hfill{}
8479 \end_inset
8480
8481
8482 \begin_inset Tabular
8483 <lyxtabular version="3" rows="5" columns="2">
8484 <features>
8485 <column alignment="center" valignment="top" width="0pt">
8486 <column alignment="center" valignment="top" width="0pt">
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 Command
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Result
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 mapsto
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\mapsto$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 longmapsto
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\longmapsto$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \backslash
8564 leadsto
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 \begin_inset Formula $\leadsto$
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \backslash
8589 dasharrow
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 \begin_inset Formula $\dasharrow$
8599 \end_inset
8600
8601
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 </lyxtabular>
8608
8609 \end_inset
8610
8611
8612 \begin_inset space \hfill{}
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \begin_layout Standard
8619 \begin_inset VSpace medskip
8620 \end_inset
8621
8622 Arrows used as accent like e.
8623 \begin_inset space \thinspace{}
8624 \end_inset
8625
8626 g.
8627 \begin_inset space ~
8628 \end_inset
8629
8630 vector arrows are listed in 
8631 \begin_inset CommandInset ref
8632 LatexCommand ref
8633 reference "sec:Accents"
8634
8635 \end_inset
8636
8637 .
8638 \end_layout
8639
8640 \begin_layout Standard
8641 \begin_inset VSpace bigskip
8642 \end_inset
8643
8644 Furthermore there are the labeled arrows
8645 \begin_inset Index
8646 status collapsed
8647
8648 \begin_layout Plain Layout
8649 Arrows ! labeled
8650 \end_layout
8651
8652 \end_inset
8653
8654  
8655 \series bold
8656
8657 \backslash
8658 xleftarrow
8659 \series default
8660
8661 \begin_inset Index
8662 status collapsed
8663
8664 \begin_layout Plain Layout
8665 Commands ! X ! 
8666 \backslash
8667 xleftarrow
8668 \end_layout
8669
8670 \end_inset
8671
8672  and 
8673 \series bold
8674
8675 \backslash
8676 xrightarrow
8677 \series default
8678
8679 \begin_inset Index
8680 status collapsed
8681
8682 \begin_layout Plain Layout
8683 Commands ! X ! 
8684 \backslash
8685 xrightarrow
8686 \begin_inset ERT
8687 status collapsed
8688
8689 \begin_layout Plain Layout
8690
8691
8692 \backslash
8693 vspace{4mm}
8694 \end_layout
8695
8696 \end_inset
8697
8698
8699 \end_layout
8700
8701 \end_inset
8702
8703 .
8704  When inserting one of these commands in a formula, an arrow with two blue
8705  boxes appear where the label can be inserted.
8706  The length of the arrow adapts to the label width.
8707 \end_layout
8708
8709 \begin_layout Standard
8710 \align center
8711 \begin_inset Tabular
8712 <lyxtabular version="3" rows="3" columns="2">
8713 <features>
8714 <column alignment="center" valignment="top" width="0pt">
8715 <column alignment="center" valignment="top" width="0pt">
8716 <row>
8717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 Command
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Result
8731 \begin_inset Note Note
8732 status collapsed
8733
8734 \begin_layout Plain Layout
8735
8736 \series bold
8737
8738 \backslash
8739 raisebox
8740 \series default
8741  is only used as spacer.
8742 \end_layout
8743
8744 \end_inset
8745
8746
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 F(a)
8758 \backslash
8759 xleftarrow
8760 \begin_inset ERT
8761 status collapsed
8762
8763 \begin_layout Plain Layout
8764
8765
8766 \backslash
8767 spce 
8768 \end_layout
8769
8770 \end_inset
8771
8772 x=a
8773 \begin_inset Formula $\downarrow$
8774 \end_inset
8775
8776 x>0
8777 \begin_inset Formula $\to$
8778 \end_inset
8779
8780 F(x)
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8790 \end_inset
8791
8792
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 F(x)
8804 \backslash
8805 xrightarrow
8806 \begin_inset ERT
8807 status collapsed
8808
8809 \begin_layout Plain Layout
8810
8811
8812 \backslash
8813 spce 
8814 \end_layout
8815
8816 \end_inset
8817
8818 x=a
8819 \begin_inset Formula $\downarrow$
8820 \end_inset
8821
8822 x>0
8823 \begin_inset Formula $\to$
8824 \end_inset
8825
8826 F(a)
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 </lyxtabular>
8845
8846 \end_inset
8847
8848
8849 \end_layout
8850
8851 \begin_layout Subsection
8852 Vertical and diagonal Arrows
8853 \begin_inset Index
8854 status collapsed
8855
8856 \begin_layout Plain Layout
8857 Arrows ! diagonal
8858 \end_layout
8859
8860 \end_inset
8861
8862
8863 \begin_inset Index
8864 status collapsed
8865
8866 \begin_layout Plain Layout
8867 Arrows ! vertical
8868 \end_layout
8869
8870 \end_inset
8871
8872
8873 \end_layout
8874
8875 \begin_layout Standard
8876 \begin_inset space \hfill{}
8877 \end_inset
8878
8879
8880 \begin_inset Tabular
8881 <lyxtabular version="3" rows="7" columns="2">
8882 <features>
8883 <column alignment="center" valignment="top" width="0pt">
8884 <column alignment="center" valignment="top" width="0pt">
8885 <row>
8886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Command
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Result
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \backslash
8912 uparrow
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 \begin_inset Formula $\uparrow$
8922 \end_inset
8923
8924
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \backslash
8937 Uparrow
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 \begin_inset Formula $\Uparrow$
8947 \end_inset
8948
8949
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \backslash
8962 updownarrow
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 \begin_inset Formula $\updownarrow$
8972 \end_inset
8973
8974
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \backslash
8987 Updownarrow
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 \begin_inset Formula $\Updownarrow$
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \backslash
9012 Downarrow
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 \begin_inset Formula $\Downarrow$
9022 \end_inset
9023
9024
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \backslash
9037 downarrow
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 \begin_inset Formula $\downarrow$
9047 \end_inset
9048
9049
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 </lyxtabular>
9056
9057 \end_inset
9058
9059
9060 \begin_inset space \hfill{}
9061 \end_inset
9062
9063
9064 \begin_inset Tabular
9065 <lyxtabular version="3" rows="5" columns="2">
9066 <features>
9067 <column alignment="center" valignment="top" width="0pt">
9068 <column alignment="center" valignment="top" width="0pt">
9069 <row>
9070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 Command
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Result
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094
9095 \backslash
9096 nearrow
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 \begin_inset Formula $\nearrow$
9106 \end_inset
9107
9108
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \backslash
9121 searrow
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 \begin_inset Formula $\searrow$
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \backslash
9146 swarrow
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 \begin_inset Formula $\swarrow$
9156 \end_inset
9157
9158
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \backslash
9171 nwarrow
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 \begin_inset Formula $\nwarrow$
9181 \end_inset
9182
9183
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 </lyxtabular>
9190
9191 \end_inset
9192
9193
9194 \begin_inset space \hfill{}
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \begin_layout Standard
9201 \begin_inset VSpace medskip
9202 \end_inset
9203
9204 Vertical arrows can be used also as delimiter together with the commands
9205  described in 
9206 \begin_inset CommandInset ref
9207 LatexCommand ref
9208 reference "sub:Manual-Bracket-Size"
9209
9210 \end_inset
9211
9212  and 
9213 \begin_inset CommandInset ref
9214 LatexCommand ref
9215 reference "sub:Automatic-Bracket-Size"
9216
9217 \end_inset
9218
9219 .
9220 \end_layout
9221
9222 \begin_layout Standard
9223 \begin_inset Newpage newpage
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \begin_layout Section
9230 Accents
9231 \begin_inset CommandInset label
9232 LatexCommand label
9233 name "sec:Accents"
9234
9235 \end_inset
9236
9237
9238 \begin_inset Index
9239 status collapsed
9240
9241 \begin_layout Plain Layout
9242 Accents
9243 \end_layout
9244
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \begin_layout Standard
9251 Accents can be inserted via the math toolbar button 
9252 \begin_inset Graphics
9253         filename ../images/math/hat.png
9254         scale 85
9255
9256 \end_inset
9257
9258  or the commands listed in the following subsections.
9259 \end_layout
9260
9261 \begin_layout Subsection
9262 Accents for one Character
9263 \begin_inset ERT
9264 status collapsed
9265
9266 \begin_layout Plain Layout
9267
9268
9269 \backslash
9270 texorpdfstring{
9271 \end_layout
9272
9273 \end_inset
9274
9275
9276 \begin_inset Foot
9277 status collapsed
9278
9279 \begin_layout Plain Layout
9280 accents in text see 
9281 \begin_inset CommandInset ref
9282 LatexCommand ref
9283 reference "sub:Accents-in-Text"
9284
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \end_inset
9291
9292
9293 \begin_inset ERT
9294 status collapsed
9295
9296 \begin_layout Plain Layout
9297
9298 }{}
9299 \end_layout
9300
9301 \end_inset
9302
9303
9304 \begin_inset Note Note
9305 status collapsed
9306
9307 \begin_layout Plain Layout
9308
9309 \backslash
9310 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9311 \end_layout
9312
9313 \begin_layout Plain Layout
9314 More about 
9315 \backslash
9316 texorpdfstring is in section 
9317 \begin_inset CommandInset ref
9318 LatexCommand ref
9319 reference "sub:Formulas-in-Section"
9320
9321 \end_inset
9322
9323 .
9324 \end_layout
9325
9326 \end_inset
9327
9328
9329 \begin_inset CommandInset label
9330 LatexCommand label
9331 name "sub:Accents-for-one"
9332
9333 \end_inset
9334
9335
9336 \begin_inset Index
9337 status collapsed
9338
9339 \begin_layout Plain Layout
9340 Accents ! for one character
9341 \end_layout
9342
9343 \end_inset
9344
9345
9346 \end_layout
9347
9348 \begin_layout Standard
9349 \begin_inset space \hfill{}
9350 \end_inset
9351
9352
9353 \begin_inset Tabular
9354 <lyxtabular version="3" rows="8" columns="2">
9355 <features>
9356 <column alignment="center" valignment="top" width="0pt">
9357 <column alignment="center" valignment="top" width="0pt">
9358 <row>
9359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Command
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Result
9373 \begin_inset Note Note
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377
9378 \series bold
9379
9380 \backslash
9381 raisebox
9382 \series default
9383  is only used as spacer.
9384 \end_layout
9385
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \backslash
9401 dot
9402 \begin_inset ERT
9403 status collapsed
9404
9405 \begin_layout Plain Layout
9406
9407
9408 \backslash
9409 spce 
9410 \end_layout
9411
9412 \end_inset
9413
9414 A
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \backslash
9439 ddot
9440 \begin_inset ERT
9441 status collapsed
9442
9443 \begin_layout Plain Layout
9444
9445
9446 \backslash
9447 spce 
9448 \end_layout
9449
9450 \end_inset
9451
9452 A
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 <row>
9471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \backslash
9477 dddot
9478 \begin_inset ERT
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482
9483
9484 \backslash
9485 spce 
9486 \end_layout
9487
9488 \end_inset
9489
9490 A
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9500 \end_inset
9501
9502
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row>
9509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \backslash
9515 ddddot{A
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 </row>
9533 <row>
9534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \backslash
9540 vec
9541 \begin_inset ERT
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545
9546
9547 \backslash
9548 spce 
9549 \end_layout
9550
9551 \end_inset
9552
9553 A
9554 \begin_inset Index
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558 Vectors
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \backslash
9588 bar
9589 \begin_inset ERT
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593
9594
9595 \backslash
9596 spce 
9597 \end_layout
9598
9599 \end_inset
9600
9601 A
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \backslash
9626 mathring
9627 \begin_inset ERT
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631
9632
9633 \backslash
9634 spce 
9635 \end_layout
9636
9637 \end_inset
9638
9639 A
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 </row>
9657 </lyxtabular>
9658
9659 \end_inset
9660
9661
9662 \begin_inset space \hfill{}
9663 \end_inset
9664
9665
9666 \begin_inset Tabular
9667 <lyxtabular version="3" rows="7" columns="2">
9668 <features>
9669 <column alignment="center" valignment="top" width="0pt">
9670 <column alignment="center" valignment="top" width="0pt">
9671 <row>
9672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 Command
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 Result
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row>
9692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \backslash
9698 tilde
9699 \begin_inset ERT
9700 status collapsed
9701
9702 \begin_layout Plain Layout
9703
9704
9705 \backslash
9706 spce 
9707 \end_layout
9708
9709 \end_inset
9710
9711 A
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9721 \end_inset
9722
9723
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row>
9730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \backslash
9736 hat
9737 \begin_inset ERT
9738 status collapsed
9739
9740 \begin_layout Plain Layout
9741
9742
9743 \backslash
9744 spce 
9745 \end_layout
9746
9747 \end_inset
9748
9749 A
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \backslash
9774 check
9775 \begin_inset ERT
9776 status collapsed
9777
9778 \begin_layout Plain Layout
9779
9780
9781 \backslash
9782 spce 
9783 \end_layout
9784
9785 \end_inset
9786
9787 A
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9797 \end_inset
9798
9799
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \backslash
9812 acute
9813 \begin_inset ERT
9814 status collapsed
9815
9816 \begin_layout Plain Layout
9817
9818
9819 \backslash
9820 spce 
9821 \end_layout
9822
9823 \end_inset
9824
9825 A
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \backslash
9850 grave
9851 \begin_inset ERT
9852 status collapsed
9853
9854 \begin_layout Plain Layout
9855
9856
9857 \backslash
9858 spce 
9859 \end_layout
9860
9861 \end_inset
9862
9863 A
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 <row>
9882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \backslash
9888 breve
9889 \begin_inset ERT
9890 status collapsed
9891
9892 \begin_layout Plain Layout
9893
9894
9895 \backslash
9896 spce 
9897 \end_layout
9898
9899 \end_inset
9900
9901 A
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 </lyxtabular>
9920
9921 \end_inset
9922
9923
9924 \begin_inset space \hfill{}
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \begin_layout Standard
9931 \begin_inset VSpace bigskip
9932 \end_inset
9933
9934 To create umlauts
9935 \begin_inset Index
9936 status collapsed
9937
9938 \begin_layout Plain Layout
9939 Umlauts
9940 \end_layout
9941
9942 \end_inset
9943
9944  in formulas, a quotation mark is inserted before the vowel.
9945  These two characters are then treated by LaTeX as 
9946 \emph on
9947 one
9948 \emph default
9949  character when the formula part with the umlaut is marked as German.
9950  In contrary to 
9951 \series bold
9952
9953 \backslash
9954 ddot
9955 \series default
9956 , with this method 
9957 \begin_inset Quotes eld
9958 \end_inset
9959
9960 real
9961 \begin_inset Quotes erd
9962 \end_inset
9963
9964  umlauts are created as demonstrated in the following example:
9965 \end_layout
9966
9967 \begin_layout Standard
9968 \begin_inset VSpace -2mm
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \begin_layout Standard
9975 \align center
9976 \begin_inset Tabular
9977 <lyxtabular version="3" rows="3" columns="2">
9978 <features>
9979 <column alignment="center" valignment="top" width="0">
9980 <column alignment="center" valignment="top" width="0">
9981 <row>
9982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 Command
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 Result
9996 \begin_inset Note Note
9997 status collapsed
9998
9999 \begin_layout Plain Layout
10000
10001 \series bold
10002
10003 \backslash
10004 raisebox
10005 \series default
10006  is only used as spacer.
10007 \end_layout
10008
10009 \end_inset
10010
10011
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row>
10018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \lang ngerman
10024 \begin_inset Quotes grd
10025 \end_inset
10026
10027 i
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \lang ngerman
10038 \begin_inset Formula $"i$
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \backslash
10054 ddot
10055 \begin_inset ERT
10056 status collapsed
10057
10058 \begin_layout Plain Layout
10059
10060
10061 \backslash
10062 spce 
10063 \end_layout
10064
10065 \end_inset
10066
10067 i
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10077 \end_inset
10078
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 </lyxtabular>
10086
10087 \end_inset
10088
10089
10090 \end_layout
10091
10092 \begin_layout Standard
10093 Another advantage to 
10094 \series bold
10095
10096 \backslash
10097 ddot
10098 \series default
10099  is that umlauts can directly be converted to mathematical text because
10100  the accent commands above are 
10101 \emph on
10102 not allowed
10103 \emph default
10104  
10105 \emph on
10106 in mathematical text
10107 \emph default
10108 .
10109  To convert an accented character to mathematical text, only the character
10110  under the accent may be converted.
10111  This applies also for all other conversions, e.
10112 \begin_inset space \thinspace{}
10113 \end_inset
10114
10115 g.
10116 \begin_inset space ~
10117 \end_inset
10118
10119 to italic or bold.
10120 \end_layout
10121
10122 \begin_layout Standard
10123 In mathematical text, umlauts and other accented characters can directly
10124  be inserted.
10125 \end_layout
10126
10127 \begin_layout Subsection
10128 Accents for Operators
10129 \begin_inset Index
10130 status collapsed
10131
10132 \begin_layout Plain Layout
10133 Accents ! for operators
10134 \end_layout
10135
10136 \end_inset
10137
10138
10139 \end_layout
10140
10141 \begin_layout Standard
10142 With the commands 
10143 \series bold
10144
10145 \backslash
10146 overset
10147 \series default
10148
10149 \begin_inset Index
10150 status collapsed
10151
10152 \begin_layout Plain Layout
10153 Commands ! O ! 
10154 \backslash
10155 overset
10156 \end_layout
10157
10158 \end_inset
10159
10160  and 
10161 \series bold
10162
10163 \backslash
10164 underset
10165 \series default
10166
10167 \begin_inset Index
10168 status collapsed
10169
10170 \begin_layout Plain Layout
10171 Commands ! U ! 
10172 \backslash
10173 underset
10174 \end_layout
10175
10176 \end_inset
10177
10178  characters can be placed above or below an operator, respectively, to accent
10179  it.
10180  With the command 
10181 \series bold
10182
10183 \backslash
10184 sideset
10185 \series default
10186
10187 \begin_inset Index
10188 status collapsed
10189
10190 \begin_layout Plain Layout
10191 Commands ! S ! 
10192 \backslash
10193 sideset
10194 \end_layout
10195
10196 \end_inset
10197
10198  characters can be set before and behind an operator.
10199  The command scheme is:
10200 \end_layout
10201
10202 \begin_layout Standard
10203
10204 \series bold
10205
10206 \backslash
10207 sideset{character
10208 \series default
10209  
10210 \series bold
10211 before}{character
10212 \series default
10213  
10214 \series bold
10215 behind}
10216 \end_layout
10217
10218 \begin_layout Standard
10219
10220 \series bold
10221
10222 \backslash
10223 sideset
10224 \series default
10225  must always be before the operator that should be accented.
10226  You can accent with several characters and even with other operators and
10227  symbols.
10228  To place with 
10229 \series bold
10230
10231 \backslash
10232 sideset
10233 \series default
10234  for example only characters behind an operator, write nothing between the
10235  first braces but don't omit the braces.
10236 \end_layout
10237
10238 \begin_layout Standard
10239 For example the command 
10240 \series bold
10241
10242 \backslash
10243 sideset{
10244 \begin_inset Formula $\to$
10245 \end_inset
10246
10247
10248 \backslash
10249 {
10250 \series default
10251 '
10252 \series bold
10253
10254 \begin_inset Formula $\to$
10255 \end_inset
10256
10257
10258 \backslash
10259 sum_k=1
10260 \begin_inset ERT
10261 status collapsed
10262
10263 \begin_layout Plain Layout
10264
10265
10266 \backslash
10267 spce 
10268 \end_layout
10269
10270 \end_inset
10271
10272
10273 \series default
10274 ^
10275 \series bold
10276 n
10277 \series default
10278  produces:
10279 \begin_inset Formula \[
10280 \sideset{}{'}\sum_{k=1}^{n}\]
10281
10282 \end_inset
10283
10284
10285 \end_layout
10286
10287 \begin_layout Standard
10288 The command 
10289 \series bold
10290
10291 \backslash
10292 overset
10293 \begin_inset ERT
10294 status collapsed
10295
10296 \begin_layout Plain Layout
10297
10298
10299 \backslash
10300 spce 
10301 \end_layout
10302
10303 \end_inset
10304
10305
10306 \backslash
10307 maltese
10308 \begin_inset ERT
10309 status collapsed
10310
10311 \begin_layout Plain Layout
10312
10313
10314 \backslash
10315 spce 
10316 \end_layout
10317
10318 \end_inset
10319
10320
10321 \series default
10322
10323 \begin_inset Formula $\uparrow$
10324 \end_inset
10325
10326
10327 \series bold
10328 a
10329 \series default
10330  produces:
10331 \begin_inset Formula \[
10332 \overset{a}{\maltese}\]
10333
10334 \end_inset
10335
10336 As seen in the last example, with 
10337 \series bold
10338
10339 \backslash
10340 overset
10341 \series default
10342  and 
10343 \series bold
10344
10345 \backslash
10346 underset
10347 \series default
10348  also symbols and characters can be accented; with 
10349 \series bold
10350
10351 \backslash
10352 sideset
10353 \series default
10354  this is not possible.
10355 \end_layout
10356
10357 \begin_layout Subsection
10358 Accents for several Characters
10359 \begin_inset CommandInset label
10360 LatexCommand label
10361 name "sub:Accents-for-several"
10362
10363 \end_inset
10364
10365
10366 \begin_inset Index
10367 status collapsed
10368
10369 \begin_layout Plain Layout
10370 Accents ! for several characters
10371 \end_layout
10372
10373 \end_inset
10374
10375
10376 \end_layout
10377
10378 \begin_layout Standard
10379 \begin_inset space \hfill{}
10380 \end_inset
10381
10382
10383 \begin_inset Tabular
10384 <lyxtabular version="3" rows="5" columns="2">
10385 <features>
10386 <column alignment="center" valignment="top" width="0pt">
10387 <column alignment="center" valignment="top" width="0pt">
10388 <row>
10389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Command
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Result
10403 \begin_inset Note Note
10404 status collapsed
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409
10410 \backslash
10411 raisebox
10412 \series default
10413  is only used as spacer.
10414 \end_layout
10415
10416 \end_inset
10417
10418
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \backslash
10431 overleftarrow
10432 \begin_inset ERT
10433 status collapsed
10434
10435 \begin_layout Plain Layout
10436
10437
10438 \backslash
10439 spce 
10440 \end_layout
10441
10442 \end_inset
10443
10444 A=B
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10454 \end_inset
10455
10456
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \backslash
10469 underleftarrow
10470 \begin_inset ERT
10471 status collapsed
10472
10473 \begin_layout Plain Layout
10474
10475
10476 \backslash
10477 spce 
10478 \end_layout
10479
10480 \end_inset
10481
10482 A=B
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10492 \end_inset
10493
10494
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \backslash
10507 overleftrightarrow
10508 \begin_inset ERT
10509 status collapsed
10510
10511 \begin_layout Plain Layout
10512
10513
10514 \backslash
10515 spce 
10516 \end_layout
10517
10518 \end_inset
10519
10520 A=B
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10530 \end_inset
10531
10532
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \backslash
10545 underleftrightarrow
10546 \begin_inset ERT
10547 status collapsed
10548
10549 \begin_layout Plain Layout
10550
10551
10552 \backslash
10553 spce 
10554 \end_layout
10555
10556 \end_inset
10557
10558 A=B
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 </lyxtabular>
10577
10578 \end_inset
10579
10580
10581 \begin_inset space \hfill{}
10582 \end_inset
10583
10584
10585 \begin_inset Tabular
10586 <lyxtabular version="3" rows="5" columns="2">
10587 <features>
10588 <column alignment="center" valignment="top" width="0pt">
10589 <column alignment="center" valignment="top" width="0pt">
10590 <row>
10591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Command
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Result
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \backslash
10617 overrightarrow
10618 \begin_inset ERT
10619 status collapsed
10620
10621 \begin_layout Plain Layout
10622
10623
10624 \backslash
10625 spce 
10626 \end_layout
10627
10628 \end_inset
10629
10630 A=B
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10640 \end_inset
10641
10642
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \backslash
10655 underrightarrow
10656 \begin_inset ERT
10657 status collapsed
10658
10659 \begin_layout Plain Layout
10660
10661
10662 \backslash
10663 spce 
10664 \end_layout
10665
10666 \end_inset
10667
10668 A=B
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10678 \end_inset
10679
10680
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \backslash
10693 widetilde
10694 \begin_inset ERT
10695 status collapsed
10696
10697 \begin_layout Plain Layout
10698
10699
10700 \backslash
10701 spce 
10702 \end_layout
10703
10704 \end_inset
10705
10706 A=B
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10716 \end_inset
10717
10718
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \backslash
10731 widehat
10732 \begin_inset ERT
10733 status collapsed
10734
10735 \begin_layout Plain Layout
10736
10737
10738 \backslash
10739 spce 
10740 \end_layout
10741
10742 \end_inset
10743
10744 A=B
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10754 \end_inset
10755
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 </lyxtabular>
10763
10764 \end_inset
10765
10766
10767 \begin_inset space \hfill{}
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \begin_layout Standard
10774 \begin_inset VSpace medskip
10775 \end_inset
10776
10777 With these commands as many characters as you like can be accented.
10778  But the accents 
10779 \series bold
10780
10781 \backslash
10782 widetilde
10783 \series default
10784  and 
10785 \series bold
10786
10787 \backslash
10788 widehat
10789 \series default
10790  will only be set in the output with a length of three characters, as shown
10791  in the following example:
10792 \begin_inset Formula \[
10793 \widetilde{A+B=C-D}\]
10794
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \begin_layout Standard
10801 With the commands 
10802 \series bold
10803
10804 \backslash
10805 overset
10806 \series default
10807
10808 \begin_inset Index
10809 status collapsed
10810
10811 \begin_layout Plain Layout
10812 Commands ! O ! 
10813 \backslash
10814 overset
10815 \end_layout
10816
10817 \end_inset
10818
10819  and 
10820 \series bold
10821
10822 \backslash
10823 underset
10824 \series default
10825
10826 \begin_inset Index
10827 status collapsed
10828
10829 \begin_layout Plain Layout
10830 Commands ! U ! 
10831 \backslash
10832 underset
10833 \end_layout
10834
10835 \end_inset
10836
10837  described in the previous subsection it is also possible to accent several
10838  characters.
10839  The command 
10840 \series bold
10841
10842 \backslash
10843 underset
10844 \begin_inset ERT
10845 status collapsed
10846
10847 \begin_layout Plain Layout
10848
10849
10850 \backslash
10851 spce 
10852 \end_layout
10853
10854 \end_inset
10855
10856 A=B
10857 \begin_inset Formula $\downarrow$
10858 \end_inset
10859
10860 ***
10861 \series default
10862  creates:
10863 \begin_inset Formula \[
10864 \underset{***}{A=B}\]
10865
10866 \end_inset
10867
10868
10869 \end_layout
10870
10871 \begin_layout Section
10872 Space
10873 \begin_inset CommandInset label
10874 LatexCommand label
10875 name "sub:Space"
10876
10877 \end_inset
10878
10879
10880 \begin_inset Index
10881 status collapsed
10882
10883 \begin_layout Plain Layout
10884 Space ! horizontal
10885 \end_layout
10886
10887 \end_inset
10888
10889
10890 \end_layout
10891
10892 \begin_layout Subsection
10893 Predefined Space
10894 \begin_inset CommandInset label
10895 LatexCommand label
10896 name "sub:Predefined-Space"
10897
10898 \end_inset
10899
10900
10901 \begin_inset Index
10902 status collapsed
10903
10904 \begin_layout Plain Layout
10905 Space ! horizontal ! predefined
10906 \end_layout
10907
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \begin_layout Standard
10914 Sometimes it is necessary to insert horizontal space to a formula.
10915  This is done by inserting a protected space (shortcut 
10916 \family sans
10917 Ctrl-Space
10918 \family default
10919 ).
10920  A blue 
10921 \begin_inset Quotes eld
10922 \end_inset
10923
10924
10925 \series bold
10926 \color blue
10927
10928 \begin_inset ERT
10929 status collapsed
10930
10931 \begin_layout Plain Layout
10932
10933
10934 \backslash
10935 spce 
10936 \end_layout
10937
10938 \end_inset
10939
10940
10941 \series default
10942 \color inherit
10943
10944 \begin_inset Quotes erd
10945 \end_inset
10946
10947  appears and by pressing 
10948 \family sans
10949 Space
10950 \family default
10951  several times one can select one of eight different space sizes.
10952  The spaces can also be inserted using the math toolbar button 
10953 \begin_inset Graphics
10954         filename ../images/math/space.png
10955         scale 85
10956
10957 \end_inset
10958
10959  or special commands.
10960  Independent from the inserted command, one can select the size again by
10961  pressing 
10962 \family sans
10963 Space
10964 \family default
10965  afterwards.
10966 \end_layout
10967
10968 \begin_layout Standard
10969 \noindent
10970 \align center
10971 \begin_inset VSpace -5mm
10972 \end_inset
10973
10974
10975 \begin_inset Tabular
10976 <lyxtabular version="3" rows="3" columns="7">
10977 <features>
10978 <column alignment="center" valignment="middle" width="6.8cm">
10979 <column alignment="center" valignment="top" width="0">
10980 <column alignment="center" valignment="top" width="0">
10981 <column alignment="center" valignment="top" width="0">
10982 <column alignment="center" valignment="top" width="0">
10983 <column alignment="center" valignment="top" width="0">
10984 <column alignment="center" valignment="top" width="0">
10985 <row>
10986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 Command
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \backslash
11001 ,
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \backslash
11012 :
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \backslash
11023 ;
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \backslash
11034 quad
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \backslash
11045 qquad
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \backslash
11056 !
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 </row>
11062 <row>
11063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Number of 
11068 \family sans
11069 Space
11070 \family default
11071  keystrokes after inserting the protected space
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 0
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 1
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 2
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 3
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 4
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 5
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 Result
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 \begin_inset Formula $A\, B$
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 \begin_inset Formula $A\: B$
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 \begin_inset Formula $A\; B$
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 \begin_inset Formula $A\quad B$
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Formula $A\qquad B$
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 \begin_inset Formula $A\! B$
11206 \end_inset
11207
11208
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 </row>
11214 </lyxtabular>
11215
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \begin_layout Standard
11222 The last size seem to produce no space.
11223  It is displayed red in LyX contrary to the other sizes, because it is a
11224  negative space.
11225  There are two more negative spaces:
11226 \end_layout
11227
11228 \begin_layout Standard
11229 \align center
11230 \begin_inset Tabular
11231 <lyxtabular version="3" rows="3" columns="3">
11232 <features>
11233 <column alignment="center" valignment="middle" width="6.8cm">
11234 <column alignment="center" valignment="top" width="0pt">
11235 <column alignment="center" valignment="top" width="0pt">
11236 <row>
11237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 Command
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250
11251 \backslash
11252 negmedspace
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261
11262 \backslash
11263 negthickspace
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 </row>
11269 <row>
11270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 Number of 
11275 \family sans
11276 Space
11277 \family default
11278  keystrokes after inserting the protected space
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 6
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 7
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 <row>
11303 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 Result
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316 \begin_inset Formula $A\negmedspace B$
11317 \end_inset
11318
11319
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 \begin_inset Formula $A\negthickspace B$
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 </row>
11337 </lyxtabular>
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \begin_layout Standard
11345 Negative spaces can lead to characters overlapping each other.
11346  Thus they can be used to enforce ligatures, what is e.
11347 \begin_inset space \thinspace{}
11348 \end_inset
11349
11350 g.
11351 \begin_inset space ~
11352 \end_inset
11353
11354 useful for summation operators: 
11355 \end_layout
11356
11357 \begin_layout Standard
11358 \align center
11359 \begin_inset Tabular
11360 <lyxtabular version="3" rows="3" columns="2">
11361 <features>
11362 <column alignment="center" valignment="top" width="0">
11363 <column alignment="center" valignment="top" width="0">
11364 <row>
11365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 Command
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 Result
11379 \begin_inset Note Note
11380 status collapsed
11381
11382 \begin_layout Plain Layout
11383
11384 \series bold
11385
11386 \backslash
11387 raisebox
11388 \series default
11389  is only used as spacer.
11390 \end_layout
11391
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 </row>
11400 <row>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405
11406 \backslash
11407 sum
11408 \backslash
11409 sum
11410 \begin_inset ERT
11411 status collapsed
11412
11413 \begin_layout Plain Layout
11414
11415
11416 \backslash
11417 spce 
11418 \end_layout
11419
11420 \end_inset
11421
11422 f_kl
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 <row>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445
11446 \backslash
11447 sum
11448 \backslash
11449 negmedspace
11450 \backslash
11451 sum
11452 \begin_inset ERT
11453 status collapsed
11454
11455 \begin_layout Plain Layout
11456
11457
11458 \backslash
11459 spce 
11460 \end_layout
11461
11462 \end_inset
11463
11464 f_kl
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 </lyxtabular>
11483
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \begin_layout Standard
11490 Relations like for example equal signs, are always surrounded by space.
11491  To suppress this, the equal sign is placed into a TeX-brace.
11492  The following example demonstrates this:
11493 \end_layout
11494
11495 \begin_layout Standard
11496 \align center
11497 \begin_inset Tabular
11498 <lyxtabular version="3" rows="2" columns="2">
11499 <features>
11500 <column alignment="center" valignment="top" width="0pt">
11501 <column alignment="center" valignment="top" width="0pt">
11502 <row>
11503 <cell alignment="center" valignment="top" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 normal equation
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Formula $A=B$
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 <row>
11526 <cell alignment="center" valignment="top" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 \begin_inset Note Note
11531 status collapsed
11532
11533 \begin_layout Plain Layout
11534
11535 \series bold
11536
11537 \backslash
11538 raisebox
11539 \series default
11540  is only used as spacer.
11541 \end_layout
11542
11543 \end_inset
11544
11545
11546 \begin_inset Formula $\raisebox{5mm}{}$
11547 \end_inset
11548
11549 equation without space
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 \begin_inset Formula $A{=}B$
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 </lyxtabular>
11568
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \begin_layout Standard
11575 \noindent
11576 The command for the last formula is: 
11577 \series bold
11578 A
11579 \backslash
11580 {=
11581 \begin_inset Formula $\to$
11582 \end_inset
11583
11584 B
11585 \end_layout
11586
11587 \begin_layout Standard
11588 \begin_inset VSpace bigskip
11589 \end_inset
11590
11591 Spaces are needed for physical units, because the space between the value
11592  and the unit is the smallest one and not a normal space.
11593  For units in text, the smallest space is inserted via the menu 
11594 \family sans
11595 Insert\SpecialChar \menuseparator
11596 Formatting\SpecialChar \menuseparator
11597 Thin
11598 \begin_inset space ~
11599 \end_inset
11600
11601 Space
11602 \family default
11603  (shortcut 
11604 \family sans
11605 Ctrl-Shift-Space
11606 \family default
11607 ).
11608 \end_layout
11609
11610 \begin_layout Standard
11611 An example to visualize the difference:
11612 \end_layout
11613
11614 \begin_layout Standard
11615 \begin_inset Tabular
11616 <lyxtabular version="3" rows="2" columns="2">
11617 <features>
11618 <column alignment="left" valignment="top" width="0">
11619 <column alignment="left" valignment="top" width="0">
11620 <row>
11621 <cell alignment="center" valignment="top" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 24 kW
11626 \begin_inset Formula $\cdot$
11627 \end_inset
11628
11629 h
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 space between value and unit
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 </row>
11644 <row>
11645 <cell alignment="center" valignment="top" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 24
11650 \begin_inset space \thinspace{}
11651 \end_inset
11652
11653 kW
11654 \begin_inset Formula $\cdot$
11655 \end_inset
11656
11657 h
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 smallest space between value and unit
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 </row>
11672 </lyxtabular>
11673
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \begin_layout Subsection
11680 Variable Space
11681 \begin_inset ERT
11682 status collapsed
11683
11684 \begin_layout Plain Layout
11685
11686
11687 \backslash
11688 texorpdfstring{
11689 \end_layout
11690
11691 \end_inset
11692
11693
11694 \begin_inset Foot
11695 status collapsed
11696
11697 \begin_layout Plain Layout
11698 for vertical space in formulas see 
11699 \begin_inset CommandInset ref
11700 LatexCommand ref
11701 reference "sub:Line-Separation"
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \end_inset
11709
11710
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716 }{}
11717 \end_layout
11718
11719 \end_inset
11720
11721
11722 \begin_inset Note Note
11723 status collapsed
11724
11725 \begin_layout Plain Layout
11726
11727 \backslash
11728 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11729 \end_layout
11730
11731 \begin_layout Plain Layout
11732 More about 
11733 \backslash
11734 texorpdfstring is in section 
11735 \begin_inset CommandInset ref
11736 LatexCommand ref
11737 reference "sub:Formulas-in-Section"
11738
11739 \end_inset
11740
11741 .
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \begin_inset CommandInset label
11748 LatexCommand label
11749 name "sub:Variable-Space"
11750
11751 \end_inset
11752
11753
11754 \begin_inset Index
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758 Space ! horizontal ! variable
11759 \end_layout
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \begin_layout Standard
11767 Space with a defined length can be inserted in LyX with the command
11768 \begin_inset Newline newline
11769 \end_inset
11770
11771
11772 \series bold
11773
11774 \backslash
11775 hspace{length}
11776 \series default
11777
11778 \begin_inset Index
11779 status collapsed
11780
11781 \begin_layout Plain Layout
11782 Commands ! H ! 
11783 \backslash
11784 hspace
11785 \end_layout
11786
11787 \end_inset
11788
11789 .
11790  For the length all units listed in 
11791 \begin_inset CommandInset ref
11792 LatexCommand ref
11793 reference "tab:Available-units"
11794
11795 \end_inset
11796
11797  are allowed, except of the unit 
11798 \begin_inset Quotes eld
11799 \end_inset
11800
11801 mu
11802 \begin_inset Quotes erd
11803 \end_inset
11804
11805 .
11806  The length may also be negative.
11807  To insert so many space that the formula uses all available space, the
11808  command 
11809 \series bold
11810
11811 \backslash
11812 hfill
11813 \series default
11814
11815 \begin_inset Index
11816 status collapsed
11817
11818 \begin_layout Plain Layout
11819 Commands ! H ! 
11820 \backslash
11821 hfill
11822 \end_layout
11823
11824 \end_inset
11825
11826  is used.
11827 \end_layout
11828
11829 \begin_layout Standard
11830 \begin_inset VSpace -1mm
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \begin_layout Standard
11837 \align center
11838 \begin_inset Tabular
11839 <lyxtabular version="3" rows="4" columns="2">
11840 <features>
11841 <column alignment="center" valignment="top" width="0">
11842 <column alignment="center" valignment="top" width="0">
11843 <row>
11844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 Command
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 Result
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 </row>
11863 <row>
11864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 A=B
11869 \backslash
11870 hspace{3cm
11871 \begin_inset Formula $\to$
11872 \end_inset
11873
11874 A
11875 \backslash
11876 not=C
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 </row>
11894 <row>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 A
11900 \backslash
11901 hspace{-1mm
11902 \begin_inset Formula $\to$
11903 \end_inset
11904
11905 A
11906 \backslash
11907 not=A
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 </row>
11925 <row>
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 A=A
11931 \backslash
11932 hfill
11933 \begin_inset ERT
11934 status collapsed
11935
11936 \begin_layout Plain Layout
11937
11938
11939 \backslash
11940 spce 
11941 \end_layout
11942
11943 \end_inset
11944
11945 B=B
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 \begin_inset Formula $A=A\hfill B=B$
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 </row>
11963 </lyxtabular>
11964
11965 \end_inset
11966
11967
11968 \end_layout
11969
11970 \begin_layout Standard
11971 In the last example the available space is given by the longest column entry
11972  of the table.
11973  In an inline formula the space depends on the length of the line in which
11974  
11975 \series bold
11976
11977 \backslash
11978 hfill
11979 \series default
11980  is inserted.
11981  Thus, when the line uses the full width, no space will be created.
11982  
11983 \series bold
11984
11985 \backslash
11986 hfill
11987 \series default
11988  only has an effect on displayed formulas when the formula style 
11989 \series bold
11990 Indented
11991 \series default
11992  is used.
11993  (Formula styles are explained in 
11994 \begin_inset CommandInset ref
11995 LatexCommand ref
11996 reference "sec:Formula-Styles"
11997
11998 \end_inset
11999
12000 .)
12001 \end_layout
12002
12003 \begin_layout Standard
12004 Besides 
12005 \series bold
12006
12007 \backslash
12008 hfill
12009 \series default
12010 , there are the commands 
12011 \series bold
12012
12013 \backslash
12014 dotfill
12015 \series default
12016  and 
12017 \series bold
12018
12019 \backslash
12020 hrulefill
12021 \series default
12022  that fill the space with a pattern, see 
12023 \begin_inset CommandInset ref
12024 LatexCommand ref
12025 reference "sub:Ellipses"
12026
12027 \end_inset
12028
12029  for an example.
12030 \end_layout
12031
12032 \begin_layout Standard
12033 For text, variable space can be inserted via the menu 
12034 \family sans
12035 Insert\SpecialChar \menuseparator
12036 Formatting\SpecialChar \menuseparator
12037 Horizontal
12038 \begin_inset space ~
12039 \end_inset
12040
12041 Space
12042 \family default
12043 , what is not possible in formulas:
12044 \end_layout
12045
12046 \begin_layout Standard
12047 This is a line with
12048 \begin_inset space \hspace{}
12049 \length 2cm
12050 \end_inset
12051
12052 2
12053 \begin_inset space \thinspace{}
12054 \end_inset
12055
12056 cm space.
12057 \end_layout
12058
12059 \begin_layout Standard
12060 This is a line with
12061 \begin_inset space \hfill{}
12062 \end_inset
12063
12064 maximum space.
12065 \end_layout
12066
12067 \begin_layout Subsection
12068 Space besides inline Formulas
12069 \begin_inset Index
12070 status collapsed
12071
12072 \begin_layout Plain Layout
12073 Space ! besides inline formulas
12074 \end_layout
12075
12076 \end_inset
12077
12078
12079 \end_layout
12080
12081 \begin_layout Standard
12082 The space that surrounds inline formulas can be adjusted with the length
12083  
12084 \series bold
12085
12086 \backslash
12087 mathsurround
12088 \begin_inset Index
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092 Commands ! M ! 
12093 \backslash
12094 mathsurround
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \series default
12101 .
12102  The value of a length is set with the command 
12103 \series bold
12104
12105 \backslash
12106 setlength
12107 \begin_inset Index
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111 Commands ! S ! 
12112 \backslash
12113 setlength
12114 \end_layout
12115
12116 \end_inset
12117
12118
12119 \series default
12120  that has the following scheme:
12121 \end_layout
12122
12123 \begin_layout Standard
12124
12125 \series bold
12126
12127 \backslash
12128 setlength{length name}{value}
12129 \end_layout
12130
12131 \begin_layout Standard
12132 To set 
12133 \series bold
12134
12135 \backslash
12136 mathsurround
12137 \series default
12138  to the value 5
12139 \begin_inset space \thinspace{}
12140 \end_inset
12141
12142 mm, the command
12143 \end_layout
12144
12145 \begin_layout Standard
12146
12147 \series bold
12148
12149 \backslash
12150 setlength{
12151 \backslash
12152 mathsurround}{5mm}
12153 \end_layout
12154
12155 \begin_layout Standard
12156 is inserted in TeX-mode.
12157  5
12158 \begin_inset space \thinspace{}
12159 \end_inset
12160
12161 mm space will now be set around all inline formulas:
12162 \begin_inset ERT
12163 status collapsed
12164
12165 \begin_layout Plain Layout
12166
12167
12168 \backslash
12169 setlength{
12170 \backslash
12171 mathsurround}{5mm}
12172 \end_layout
12173
12174 \end_inset
12175
12176
12177 \end_layout
12178
12179 \begin_layout Standard
12180 This is a line with an inline formula 
12181 \begin_inset Formula $A=B$
12182 \end_inset
12183
12184  with 5
12185 \begin_inset space \thinspace{}
12186 \end_inset
12187
12188 mm surrounding space.
12189 \begin_inset ERT
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193
12194
12195 \backslash
12196 setlength{
12197 \backslash
12198 mathsurround}{0pt}
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \begin_layout Standard
12207 To return to the predefined value, 
12208 \series bold
12209
12210 \backslash
12211 mathsurround
12212 \series default
12213  is set to the value 0
12214 \begin_inset space \thinspace{}
12215 \end_inset
12216
12217 pt.
12218 \end_layout
12219
12220 \begin_layout Section
12221 Boxes and Frames
12222 \begin_inset Index
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226 Boxes
12227 \end_layout
12228
12229 \end_inset
12230
12231
12232 \begin_inset Index
12233 status collapsed
12234
12235 \begin_layout Plain Layout
12236 Frames | see
12237 \begin_inset ERT
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241
12242 {
12243 \end_layout
12244
12245 \end_inset
12246
12247 Boxes
12248 \begin_inset ERT
12249 status collapsed
12250
12251 \begin_layout Plain Layout
12252
12253 }
12254 \end_layout
12255
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \begin_layout Standard
12267 Boxes for text are described in chapter 
12268 \family typewriter
12269 Boxes
12270 \family default
12271  in the 
12272 \family typewriter
12273 Embedded
12274 \begin_inset space ~
12275 \end_inset
12276
12277 Objects
12278 \family default
12279  manual.
12280 \end_layout
12281
12282 \begin_layout Subsection
12283 Boxes with Frame
12284 \begin_inset CommandInset label
12285 LatexCommand label
12286 name "sub:Boxes-with-Frame"
12287
12288 \end_inset
12289
12290
12291 \begin_inset Index
12292 status collapsed
12293
12294 \begin_layout Plain Layout
12295 Boxes ! with frame
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \begin_layout Standard
12304 It is possible to frame formulas or parts of it with the commands 
12305 \series bold
12306
12307 \backslash
12308 fbox
12309 \series default
12310
12311 \begin_inset Index
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315 Commands ! F ! 
12316 \backslash
12317 fbox
12318 \end_layout
12319
12320 \end_inset
12321
12322  and 
12323 \series bold
12324
12325 \backslash
12326 boxed
12327 \series default
12328
12329 \begin_inset Index
12330 status collapsed
12331
12332 \begin_layout Plain Layout
12333 Commands ! B ! 
12334 \backslash
12335 boxed
12336 \end_layout
12337
12338 \end_inset
12339
12340 .
12341 \end_layout
12342
12343 \begin_layout Standard
12344 When one of these commands is inserted to a formula, a blue box appears
12345  within a frame to enter formula parts.
12346  For 
12347 \series bold
12348
12349 \backslash
12350 fbox
12351 \series default
12352  an additional formula has to be created by 
12353 \family sans
12354 Ctrl-m
12355 \family default
12356  within this box
12357 \begin_inset Foot
12358 status collapsed
12359
12360 \begin_layout Plain Layout
12361 Due to a bug in LyX it is not possible to create a new formula with 
12362 \family sans
12363 Ctrl-m
12364 \family default
12365 , see 
12366 \begin_inset CommandInset href
12367 LatexCommand href
12368 name "LyX-bug #1435"
12369 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12370
12371 \end_inset
12372
12373 .
12374 \end_layout
12375
12376 \end_inset
12377
12378 , because the box content will otherwise be treated as mathematical text.
12379  When 
12380 \series bold
12381
12382 \backslash
12383 boxed
12384 \series default
12385  is used, a new formula is automatically created inside the frame.
12386 \end_layout
12387
12388 \begin_layout Standard
12389 The command 
12390 \series bold
12391
12392 \backslash
12393 fbox
12394 \series default
12395  is not suitable to frame displayed formulas, because the formula will always
12396  be set in the size of the text.
12397  
12398 \series bold
12399
12400 \backslash
12401 boxed
12402 \series default
12403  is in contrary not suitable to frame inline formulas, because the formula
12404  will always be set in the size of a displayed formula.
12405 \end_layout
12406
12407 \begin_layout Standard
12408 As extension to 
12409 \series bold
12410
12411 \backslash
12412 fbox
12413 \series default
12414  there is the command 
12415 \series bold
12416
12417 \backslash
12418 framebox
12419 \series default
12420
12421 \begin_inset Index
12422 status collapsed
12423
12424 \begin_layout Plain Layout
12425 Commands ! F ! 
12426 \backslash
12427 framebox
12428 \end_layout
12429
12430 \end_inset
12431
12432  where additionally the frame width and the alignment can be specified.
12433  
12434 \series bold
12435
12436 \backslash
12437 framebox
12438 \series default
12439  is used in the following scheme:
12440 \end_layout
12441
12442 \begin_layout Standard
12443
12444 \series bold
12445
12446 \backslash
12447 framebox[frame width][position]{box content}
12448 \end_layout
12449
12450 \begin_layout Standard
12451 The position can either be 
12452 \emph on
12453 l
12454 \emph default
12455  or 
12456 \emph on
12457 r
12458 \emph default
12459 .
12460  
12461 \emph on
12462 l
12463 \emph default
12464  left aligns, 
12465 \emph on
12466 r
12467 \emph default
12468  right aligns the formula in the box.
12469  When no position is given, the formula will be centered.
12470 \begin_inset Newline newline
12471 \end_inset
12472
12473 Is no width given, also no position can be given.
12474  In this case the frame width is adjusted to the box content like for 
12475 \series bold
12476
12477 \backslash
12478 fbox
12479 \series default
12480 .
12481 \end_layout
12482
12483 \begin_layout Standard
12484 When the command 
12485 \series bold
12486
12487 \backslash
12488 framebox
12489 \series default
12490  is inserted, a box appears containing three blue boxes.
12491  The first two boxes are surrounded by brackets and denote the two optional
12492  arguments.
12493  The third box is for formula parts like for 
12494 \series bold
12495
12496 \backslash
12497 fbox
12498 \series default
12499 .
12500 \end_layout
12501
12502 \begin_layout Standard
12503 \align center
12504 \begin_inset Note Note
12505 status open
12506
12507 \begin_layout Plain Layout
12508 The table has been set into a minipage to make the footnote appearing.
12509  Otherwise the footnote text would not be displayed.
12510 \end_layout
12511
12512 \end_inset
12513
12514
12515 \begin_inset FormulaMacro
12516 \newcommand{\pad}[2]{{\fboxrule0mm\fboxsep#1\boxed{\fboxrule0.4pt{}{#2}}}}
12517 {\framebox[pad][#1]{#2}}
12518 \end_inset
12519
12520
12521 \begin_inset Box Frameless
12522 position "c"
12523 hor_pos "c"
12524 has_inner_box 1
12525 inner_pos "c"
12526 use_parbox 0
12527 width "100col%"
12528 special "none"
12529 height "1in"
12530 height_special "totalheight"
12531 status open
12532
12533 \begin_layout Plain Layout
12534 \align center
12535 \begin_inset Tabular
12536 <lyxtabular version="3" rows="5" columns="2">
12537 <features>
12538 <column alignment="center" valignment="top" width="0">
12539 <column alignment="center" valignment="top" width="0">
12540 <row>
12541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 Command
12546 \begin_inset Foot
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550 Due to a bug in LyX it is not possible to create a new formula with 
12551 \family sans
12552 Ctrl-m
12553 \family default
12554 , see 
12555 \begin_inset CommandInset href
12556 LatexCommand href
12557 name "LyX-bug #1435"
12558 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12559
12560 \end_inset
12561
12562 .
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 Result
12577 \begin_inset Note Note
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581
12582 \series bold
12583
12584 \backslash
12585 raisebox
12586 \series default
12587  is only used as spacer.
12588 \end_layout
12589
12590 \end_inset
12591
12592
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row>
12599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603
12604 \backslash
12605 fbox
12606 \begin_inset ERT
12607 status collapsed
12608
12609 \begin_layout Plain Layout
12610
12611
12612 \backslash
12613 spce 
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \family sans
12620 Ctrl-m
12621 \family default
12622  
12623 \backslash
12624 int
12625 \begin_inset ERT
12626 status collapsed
12627
12628 \begin_layout Plain Layout
12629
12630
12631 \backslash
12632 spce 
12633 \end_layout
12634
12635 \end_inset
12636
12637 A=B
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 \begin_inset Formula $\pad{0.8ex}{\fbox{$\int A=B$}}$
12647 \end_inset
12648
12649
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 </row>
12655 <row>
12656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660
12661 \backslash
12662 boxed
12663 \begin_inset ERT
12664 status collapsed
12665
12666 \begin_layout Plain Layout
12667
12668
12669 \backslash
12670 spce 
12671 \end_layout
12672
12673 \end_inset
12674
12675
12676 \backslash
12677 int
12678 \begin_inset ERT
12679 status collapsed
12680
12681 \begin_layout Plain Layout
12682
12683
12684 \backslash
12685 spce 
12686 \end_layout
12687
12688 \end_inset
12689
12690 A=B
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 \begin_inset Formula $\pad{0.8ex}{\boxed{\int A=B}}$
12700 \end_inset
12701
12702
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 <row>
12709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 A+
12714 \backslash
12715 fbox
12716 \begin_inset ERT
12717 status collapsed
12718
12719 \begin_layout Plain Layout
12720
12721
12722 \backslash
12723 spce 
12724 \end_layout
12725
12726 \end_inset
12727
12728 B
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 \begin_inset Formula $\pad{0.8ex}{A+\fbox{B}}$
12738 \end_inset
12739
12740
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 </row>
12746 <row>
12747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751
12752 \backslash
12753 framebox
12754 \begin_inset ERT
12755 status collapsed
12756
12757 \begin_layout Plain Layout
12758
12759
12760 \backslash
12761 spce 
12762 \end_layout
12763
12764 \end_inset
12765
12766 20mm
12767 \begin_inset Formula $\to$
12768 \end_inset
12769
12770
12771 \begin_inset Formula $\to$
12772 \end_inset
12773
12774
12775 \family sans
12776 Ctrl-m
12777 \family default
12778  
12779 \backslash
12780 frac
12781 \begin_inset ERT
12782 status collapsed
12783
12784 \begin_layout Plain Layout
12785
12786
12787 \backslash
12788 spce 
12789 \end_layout
12790
12791 \end_inset
12792
12793 A
12794 \begin_inset Formula $\downarrow$
12795 \end_inset
12796
12797 B
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 \begin_inset Formula $\pad{0.8ex}{\framebox[20mm][]{$\frac{A}{B}$}}$
12807 \end_inset
12808
12809
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 </lyxtabular>
12816
12817 \end_inset
12818
12819
12820 \end_layout
12821
12822 \end_inset
12823
12824
12825 \end_layout
12826
12827 \begin_layout Standard
12828 The frame thickness can also be adjusted.
12829  To do this the following commands have to be inserted in TeX-mode before
12830  the formula
12831 \end_layout
12832
12833 \begin_layout Standard
12834
12835 \series bold
12836
12837 \backslash
12838 fboxrule
12839 \series default
12840  
12841 \series bold
12842
12843 \begin_inset Quotes eld
12844 \end_inset
12845
12846 thickness
12847 \begin_inset Quotes erd
12848 \end_inset
12849
12850
12851 \series default
12852  
12853 \series bold
12854
12855 \backslash
12856 fboxsep
12857 \series default
12858  
12859 \series bold
12860
12861 \begin_inset Quotes eld
12862 \end_inset
12863
12864 distance
12865 \begin_inset Quotes erd
12866 \end_inset
12867
12868
12869 \end_layout
12870
12871 \begin_layout Standard
12872 \begin_inset Quotes eld
12873 \end_inset
12874
12875 distance
12876 \begin_inset Quotes erd
12877 \end_inset
12878
12879  specifies the minimal distance between the frame and the first character
12880  in the box.
12881  An example for this is the following framed formula:
12882 \begin_inset ERT
12883 status collapsed
12884
12885 \begin_layout Plain Layout
12886
12887
12888 \backslash
12889 fboxrule 2mm 
12890 \backslash
12891 fboxsep 3mm
12892 \end_layout
12893
12894 \end_inset
12895
12896
12897 \begin_inset Formula \[
12898 \boxed{A+B=C}\]
12899
12900 \end_inset
12901
12902 Before this formula the commands
12903 \end_layout
12904
12905 \begin_layout Standard
12906
12907 \series bold
12908
12909 \backslash
12910 fboxrule
12911 \series default
12912  
12913 \series bold
12914 2mm
12915 \series default
12916  
12917 \series bold
12918
12919 \backslash
12920 fboxsep
12921 \series default
12922  
12923 \series bold
12924 3mm
12925 \end_layout
12926
12927 \begin_layout Standard
12928 were inserted in TeX-mode.
12929  The given values are used for all following boxes.
12930 \end_layout
12931
12932 \begin_layout Standard
12933 To return to the standard frame size, the command
12934 \end_layout
12935
12936 \begin_layout Standard
12937
12938 \series bold
12939
12940 \backslash
12941 fboxrule
12942 \series default
12943  
12944 \series bold
12945 0.4pt
12946 \series default
12947  
12948 \series bold
12949
12950 \backslash
12951 fboxsep
12952 \series default
12953  
12954 \series bold
12955 3pt
12956 \series default
12957
12958 \begin_inset ERT
12959 status collapsed
12960
12961 \begin_layout Plain Layout
12962
12963
12964 \backslash
12965 fboxrule 0.4pt 
12966 \backslash
12967 fboxsep 3pt
12968 \end_layout
12969
12970 \end_inset
12971
12972
12973 \end_layout
12974
12975 \begin_layout Standard
12976 is inserted in TeX-mode before the next formula.
12977 \end_layout
12978
12979 \begin_layout Subsection
12980 Boxes without Frame
12981 \begin_inset CommandInset label
12982 LatexCommand label
12983 name "sub:Boxes-without-Frame"
12984
12985 \end_inset
12986
12987
12988 \begin_inset Index
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992 Boxes ! without frame
12993 \end_layout
12994
12995 \end_inset
12996
12997
12998 \end_layout
12999
13000 \begin_layout Standard
13001 For boxes without a frame there are the following box commands: 
13002 \series bold
13003
13004 \backslash
13005 mbox
13006 \series default
13007
13008 \begin_inset Index
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012 Commands ! M ! 
13013 \backslash
13014 mbox
13015 \end_layout
13016
13017 \end_inset
13018
13019
13020 \series bold
13021
13022 \backslash
13023 makebox
13024 \series default
13025
13026 \begin_inset Index
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030 Commands ! M ! 
13031 \backslash
13032 makebox
13033 \end_layout
13034
13035 \end_inset
13036
13037 , and 
13038 \series bold
13039
13040 \backslash
13041 raisebox
13042 \series default
13043
13044 \begin_inset Index
13045 status collapsed
13046
13047 \begin_layout Plain Layout
13048 Commands ! R ! 
13049 \backslash
13050 raisebox
13051 \end_layout
13052
13053 \end_inset
13054
13055
13056 \end_layout
13057
13058 \begin_layout Standard
13059 With 
13060 \series bold
13061
13062 \backslash
13063 raisebox
13064 \series default
13065  a box can be super- or subscripted.
13066  But in contrary to normal super- and subscripting, the characters in the
13067  box keep their font size.
13068  
13069 \series bold
13070
13071 \backslash
13072 raisebox
13073 \series default
13074  is used in the following scheme:
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080
13081 \backslash
13082 raisebox{height}{box content}
13083 \end_layout
13084
13085 \begin_layout Standard
13086 When the box should contain a formula, an extra formula is needed like for
13087  
13088 \series bold
13089
13090 \backslash
13091 fbox
13092 \series default
13093 .
13094 \end_layout
13095
13096 \begin_layout Standard
13097 \align center
13098 \begin_inset Tabular
13099 <lyxtabular version="3" rows="4" columns="2">
13100 <features>
13101 <column alignment="center" valignment="top" width="0">
13102 <column alignment="center" valignment="top" width="0">
13103 <row>
13104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 Command
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 Result
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 </row>
13123 <row>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 H
13129 \backslash
13130 raisebox{2mm
13131 \begin_inset Formula $\to$
13132 \end_inset
13133
13134
13135 \backslash
13136 {al
13137 \begin_inset Formula $\to$
13138 \end_inset
13139
13140  lo
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 <row>
13159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 H
13164 \backslash
13165 raisebox{-2mm
13166 \begin_inset Formula $\to$
13167 \end_inset
13168
13169
13170 \backslash
13171 {al
13172 \begin_inset Formula $\to$
13173 \end_inset
13174
13175 lo
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13185 \end_inset
13186
13187
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 </row>
13193 <row>
13194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198 A=
13199 \backslash
13200 raisebox{-2mm
13201 \begin_inset Formula $\to$
13202 \end_inset
13203
13204
13205 \backslash
13206 {
13207 \family sans
13208 Ctrl-m
13209 \family default
13210  
13211 \backslash
13212 sqrt
13213 \begin_inset ERT
13214 status collapsed
13215
13216 \begin_layout Plain Layout
13217
13218
13219 \backslash
13220 spce 
13221 \end_layout
13222
13223 \end_inset
13224
13225
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 \begin_inset ERT
13235 status collapsed
13236
13237 \begin_layout Plain Layout
13238
13239 $A=
13240 \backslash
13241 raisebox{-2mm}{$
13242 \backslash
13243 sqrt{B}$}$
13244 \end_layout
13245
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 </row>
13254 </lyxtabular>
13255
13256 \end_inset
13257
13258
13259 \end_layout
13260
13261 \begin_layout Standard
13262 The last formula can currently only be created using TeX-mode because LyX
13263  inserts a box instead of the needed extra formula.
13264 \begin_inset Foot
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268 see 
13269 \begin_inset CommandInset href
13270 LatexCommand href
13271 name "LyX-bug #1435"
13272 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13273
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \end_inset
13280
13281
13282 \end_layout
13283
13284 \begin_layout Standard
13285 The command 
13286 \series bold
13287
13288 \backslash
13289 mbox
13290 \series default
13291  is equivalent to 
13292 \series bold
13293
13294 \backslash
13295 fbox
13296 \series default
13297  and 
13298 \series bold
13299
13300 \backslash
13301 makebox
13302 \series default
13303  is equivalent to 
13304 \series bold
13305
13306 \backslash
13307 framebox
13308 \series default
13309 , with the difference that there is no frame.
13310 \end_layout
13311
13312 \begin_layout Subsection
13313 Colored Boxes
13314 \begin_inset CommandInset label
13315 LatexCommand label
13316 name "sub:Colored-Boxes"
13317
13318 \end_inset
13319
13320
13321 \begin_inset Index
13322 status collapsed
13323
13324 \begin_layout Plain Layout
13325 Boxes ! colored
13326 \end_layout
13327
13328 \end_inset
13329
13330
13331 \end_layout
13332
13333 \begin_layout Standard
13334 To be able to use all commands explained in this section, the LaTeX-package
13335  
13336 \series bold
13337 color
13338 \series default
13339
13340 \begin_inset Foot
13341 status collapsed
13342
13343 \begin_layout Plain Layout
13344 The LaTeX-package 
13345 \series bold
13346 color
13347 \series default
13348  is part of every LaTeX standard installation.
13349 \end_layout
13350
13351 \end_inset
13352
13353
13354 \begin_inset Index
13355 status collapsed
13356
13357 \begin_layout Plain Layout
13358 Packages ! color
13359 \end_layout
13360
13361 \end_inset
13362
13363  has to be loaded in the LaTeX-preamble with the line
13364 \begin_inset Foot
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368 When text is colored somewhere in the document with a predefined color,
13369  LyX loads the LaTeX-package 
13370 \series bold
13371 color
13372 \series default
13373  automatically.
13374  Thus it is possible that the package is loaded twice, but this doesn't
13375  arise problems.
13376 \end_layout
13377
13378 \end_inset
13379
13380
13381 \begin_inset Note Note
13382 status collapsed
13383
13384 \begin_layout Plain Layout
13385 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13386 amble.
13387 \end_layout
13388
13389 \end_inset
13390
13391
13392 \end_layout
13393
13394 \begin_layout Standard
13395
13396 \series bold
13397
13398 \backslash
13399 usepackage{color}
13400 \end_layout
13401
13402 \begin_layout Standard
13403 \begin_inset VSpace medskip
13404 \end_inset
13405
13406 To color boxes, the command 
13407 \series bold
13408
13409 \backslash
13410 colorbox
13411 \series default
13412
13413 \begin_inset Index
13414 status collapsed
13415
13416 \begin_layout Plain Layout
13417 Commands ! C ! 
13418 \backslash
13419 colorbox
13420 \end_layout
13421
13422 \end_inset
13423
13424  is used in the following scheme:
13425 \end_layout
13426
13427 \begin_layout Standard
13428
13429 \series bold
13430
13431 \backslash
13432 colorbox{color}{box content}
13433 \end_layout
13434
13435 \begin_layout Standard
13436 The box content can also be a box and a 
13437 \series bold
13438
13439 \backslash
13440 colorbox
13441 \series default
13442  can also be part of another box (see the 2nd and 3rd example).
13443  When the box should contain a formula, an extra formula has to be created,
13444  the same as for 
13445 \series bold
13446
13447 \backslash
13448 fbox
13449 \series default
13450 .
13451 \begin_inset Foot
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455 This also applies for the command 
13456 \series bold
13457
13458 \backslash
13459 fcolorbox
13460 \series default
13461 .
13462  Thereby note 
13463 \begin_inset CommandInset href
13464 LatexCommand href
13465 name "LyX-bug #1435"
13466 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13467
13468 \end_inset
13469
13470 .
13471 \end_layout
13472
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \begin_layout Standard
13479 One of the following predefined colors can be chosen:
13480 \end_layout
13481
13482 \begin_layout Standard
13483
13484 \series bold
13485 black
13486 \series default
13487
13488 \series bold
13489 blue
13490 \series default
13491
13492 \series bold
13493 cyan
13494 \series default
13495
13496 \series bold
13497 green
13498 \series default
13499
13500 \series bold
13501 magenta
13502 \series default
13503
13504 \series bold
13505 red
13506 \series default
13507
13508 \series bold
13509 white
13510 \series default
13511 , and 
13512 \series bold
13513 yellow
13514 \end_layout
13515
13516 \begin_layout Standard
13517 \align center
13518 \begin_inset Tabular
13519 <lyxtabular version="3" rows="4" columns="2">
13520 <features>
13521 <column alignment="center" valignment="top" width="0">
13522 <column alignment="center" valignment="top" width="0">
13523 <row>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 Command
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 Result
13538 \begin_inset Note Note
13539 status collapsed
13540
13541 \begin_layout Plain Layout
13542
13543 \series bold
13544
13545 \backslash
13546 raisebox
13547 \series default
13548  is only used as spacer.
13549 \end_layout
13550
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 </row>
13559 <row>
13560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564
13565 \backslash
13566 colorbox{yellow
13567 \begin_inset Formula $\to$
13568 \end_inset
13569
13570
13571 \backslash
13572 {A=B
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13582 \end_inset
13583
13584
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 </row>
13590 <row>
13591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595
13596 \backslash
13597 colorbox{green
13598 \begin_inset Formula $\to$
13599 \end_inset
13600
13601
13602 \backslash
13603 {
13604 \backslash
13605 fbox
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 spce 
13614 \end_layout
13615
13616 \end_inset
13617
13618 A=B
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 </row>
13636 <row>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641
13642 \backslash
13643 fbox
13644 \begin_inset ERT
13645 status collapsed
13646
13647 \begin_layout Plain Layout
13648
13649
13650 \backslash
13651 spce 
13652 \end_layout
13653
13654 \end_inset
13655
13656
13657 \backslash
13658 colorbox{green
13659 \begin_inset Formula $\to$
13660 \end_inset
13661
13662
13663 \backslash
13664 {A=B
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13674 \end_inset
13675
13676
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 </row>
13682 </lyxtabular>
13683
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \begin_layout Standard
13690
13691 \series bold
13692
13693 \backslash
13694 colorbox
13695 \series default
13696  only colors the box but not the characters in the box.
13697  To color all characters, the whole formula is highlighted and the wanted
13698  color is chosen in the 
13699 \family sans
13700 Text
13701 \begin_inset space ~
13702 \end_inset
13703
13704 Style
13705 \family default
13706  dialog.
13707  The dialog can be called with the toolbar button 
13708 \begin_inset Graphics
13709         filename ../images/dialog-show_character.png
13710         scale 85
13711
13712 \end_inset
13713
13714  or the menu 
13715 \family sans
13716 Edit\SpecialChar \menuseparator
13717 Text
13718 \begin_inset space ~
13719 \end_inset
13720
13721 Style\SpecialChar \menuseparator
13722 Customized
13723 \family default
13724 .
13725  The formula number has then the same color as the formula.
13726  When the formula number should get another color than the formula characters,
13727  the color must be changed within the formula.
13728 \end_layout
13729
13730 \begin_layout Standard
13731 An example:
13732 \end_layout
13733
13734 \begin_layout Standard
13735
13736 \color red
13737 \begin_inset Formula \begin{equation}
13738 \int A=B\label{eq:red}\end{equation}
13739
13740 \end_inset
13741
13742
13743 \color green
13744
13745 \begin_inset Formula \begin{equation}
13746 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13747
13748 \end_inset
13749
13750
13751 \end_layout
13752
13753 \begin_layout Standard
13754 Formula 
13755 \begin_inset CommandInset ref
13756 LatexCommand eqref
13757 reference "eq:red"
13758
13759 \end_inset
13760
13761  is completely colored red.
13762 \begin_inset Newline newline
13763 \end_inset
13764
13765 Formula 
13766 \begin_inset CommandInset ref
13767 LatexCommand eqref
13768 reference "eq:redgreen"
13769
13770 \end_inset
13771
13772  was first completely colored green to set the color for the formula number.
13773  Subsequently the formula characters were colored red.
13774 \end_layout
13775
13776 \begin_layout Standard
13777 \begin_inset VSpace bigskip
13778 \end_inset
13779
13780 To color the frame different than the rest of the box, the command 
13781 \series bold
13782
13783 \backslash
13784 fcolorbox
13785 \series default
13786
13787 \begin_inset Index
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791 Commands ! F ! 
13792 \backslash
13793 fcolorbox
13794 \end_layout
13795
13796 \end_inset
13797
13798  is used in the following scheme:
13799 \end_layout
13800
13801 \begin_layout Standard
13802
13803 \series bold
13804
13805 \backslash
13806 fcolorbox{frame color}{color}{box content}
13807 \end_layout
13808
13809 \begin_layout Standard
13810 So 
13811 \series bold
13812
13813 \backslash
13814 fcolorbox
13815 \series default
13816  is an extension of the command 
13817 \series bold
13818
13819 \backslash
13820 colorbox
13821 \series default
13822 .
13823  The frame width is set, like for 
13824 \series bold
13825
13826 \backslash
13827 framebox
13828 \series default
13829 , with 
13830 \series bold
13831
13832 \backslash
13833 fboxrule
13834 \series default
13835  and 
13836 \series bold
13837
13838 \backslash
13839 fboxsep
13840 \series default
13841 .
13842  An example:
13843 \begin_inset ERT
13844 status collapsed
13845
13846 \begin_layout Plain Layout
13847
13848
13849 \backslash
13850 fboxrule 1mm 
13851 \backslash
13852 fboxsep 1mm
13853 \end_layout
13854
13855 \end_inset
13856
13857
13858 \begin_inset Formula \[
13859 \fcolorbox{cyan}{magenta}{A=B}\]
13860
13861 \end_inset
13862
13863
13864 \begin_inset ERT
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868
13869
13870 \backslash
13871 fboxrule 0.4pt 
13872 \backslash
13873 fboxsep 3pt
13874 \end_layout
13875
13876 \end_inset
13877
13878
13879 \end_layout
13880
13881 \begin_layout Standard
13882 This formula was created with the command
13883 \begin_inset Newline newline
13884 \end_inset
13885
13886
13887 \series bold
13888
13889 \backslash
13890 fcolorbox{cyan
13891 \begin_inset Formula $\to$
13892 \end_inset
13893
13894
13895 \backslash
13896 {magenta
13897 \begin_inset Formula $\to$
13898 \end_inset
13899
13900
13901 \backslash
13902 {A=B
13903 \series default
13904 .
13905 \end_layout
13906
13907 \begin_layout Standard
13908 \begin_inset VSpace bigskip
13909 \end_inset
13910
13911 To use other colors than the predefined ones, they have to be defined first.
13912 \end_layout
13913
13914 \begin_layout Standard
13915 One can for example define the color 
13916 \begin_inset Quotes eld
13917 \end_inset
13918
13919
13920 \series bold
13921 darkgreen
13922 \series default
13923
13924 \begin_inset Quotes erd
13925 \end_inset
13926
13927  with the LaTeX-preamble line:
13928 \end_layout
13929
13930 \begin_layout Standard
13931
13932 \series bold
13933
13934 \backslash
13935 definecolor{darkgreen}{cmyk}{0.5,
13936 \series default
13937  
13938 \series bold
13939 0,
13940 \series default
13941  
13942 \series bold
13943 1,
13944 \series default
13945  
13946 \series bold
13947 0.5}
13948 \series default
13949
13950 \begin_inset Index
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954 Commands ! D ! 
13955 \backslash
13956 definecolor
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Standard
13965
13966 \series bold
13967 cmyk
13968 \series default
13969  is the color space that denotes the colors 
13970 \series bold
13971 cyan
13972 \series default
13973
13974 \series bold
13975 magenta
13976 \series default
13977
13978 \series bold
13979 yellow
13980 \series default
13981 , and 
13982 \series bold
13983 black
13984 \series default
13985 .
13986  The four comma separated numbers are the portion factor for the corresponding
13987  colors of the color space.
13988  The factors can be in the range of 0
13989 \begin_inset space \thinspace{}
13990 \end_inset
13991
13992 -
13993 \begin_inset space \thinspace{}
13994 \end_inset
13995
13996 1.
13997  Instead of 
13998 \series bold
13999 cmyk
14000 \series default
14001  also the color space 
14002 \series bold
14003 rgb
14004 \series default
14005  can be used for definitions.
14006  
14007 \series bold
14008 rgb
14009 \series default
14010  denotes 
14011 \series bold
14012 red
14013 \series default
14014
14015 \series bold
14016 green
14017 \series default
14018 , and 
14019 \series bold
14020 blue
14021 \series default
14022 , so that there are in this case three portion factors for the corresponding
14023  colors.
14024  Furthermore there is the color space 
14025 \series bold
14026 gray
14027 \series default
14028  with one portion factor for the gray value.
14029 \end_layout
14030
14031 \begin_layout Standard
14032 As example a framed box with the new defined color 
14033 \series bold
14034 darkgreen
14035 \series default
14036  where the characters have been colored 
14037 \series bold
14038 yellow
14039 \series default
14040 :
14041 \begin_inset Formula \begin{equation}
14042 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14043
14044 \end_inset
14045
14046
14047 \end_layout
14048
14049 \begin_layout Standard
14050 Self-defined colors can also be used for text with the help of the command
14051  
14052 \series bold
14053
14054 \backslash
14055 textcolor
14056 \series default
14057 :
14058 \begin_inset Index
14059 status collapsed
14060
14061 \begin_layout Plain Layout
14062 Text ! colored
14063 \end_layout
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071 \begin_inset ERT
14072 status collapsed
14073
14074 \begin_layout Plain Layout
14075
14076
14077 \backslash
14078 textcolor{darkgreen}{
14079 \end_layout
14080
14081 \end_inset
14082
14083 This sentence is 
14084 \begin_inset Quotes eld
14085 \end_inset
14086
14087 darkgreen
14088 \begin_inset Quotes erd
14089 \end_inset
14090
14091 .
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097 }
14098 \end_layout
14099
14100 \end_inset
14101
14102
14103 \end_layout
14104
14105 \begin_layout Standard
14106
14107 \series bold
14108
14109 \backslash
14110 textcolor
14111 \series default
14112
14113 \begin_inset Index
14114 status collapsed
14115
14116 \begin_layout Plain Layout
14117 Commands ! T ! 
14118 \backslash
14119 textcolor
14120 \end_layout
14121
14122 \end_inset
14123
14124  is used in the scheme 
14125 \series bold
14126
14127 \backslash
14128 textcolor{color}{characters to color}
14129 \series default
14130 .
14131 \end_layout
14132
14133 \begin_layout Subsection
14134 Paragraph Boxes
14135 \begin_inset CommandInset label
14136 LatexCommand label
14137 name "sub:Paragraph-Boxes"
14138
14139 \end_inset
14140
14141
14142 \begin_inset Index
14143 status collapsed
14144
14145 \begin_layout Plain Layout
14146 Boxes ! as paragraph
14147 \end_layout
14148
14149 \end_inset
14150
14151
14152 \end_layout
14153
14154 \begin_layout Standard
14155 A box that can contain several lines and paragraphs, a so called paragraph
14156  box (parbox), can be created with the menu 
14157 \family sans
14158 Insert\SpecialChar \menuseparator
14159 Box
14160 \family default
14161  or the toolbar button 
14162 \begin_inset Graphics
14163         filename ../images/box-insert.png
14164         scale 85
14165
14166 \end_inset
14167
14168 .
14169 \end_layout
14170
14171 \begin_layout Standard
14172 The following example shows a framed parbox in a line:
14173 \end_layout
14174
14175 \begin_layout Standard
14176 \begin_inset VSpace medskip
14177 \end_inset
14178
14179 This is a line 
14180 \begin_inset Box Boxed
14181 position "c"
14182 hor_pos "c"
14183 has_inner_box 1
14184 inner_pos "t"
14185 use_parbox 1
14186 width "5cm"
14187 special "none"
14188 height "1in"
14189 height_special "totalheight"
14190 status open
14191
14192 \begin_layout Plain Layout
14193 This is a paragraph box.
14194  It is exactly 5
14195 \begin_inset space \thinspace{}
14196 \end_inset
14197
14198 cm long and can also contain formulas: 
14199 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14200 \end_inset
14201
14202
14203 \end_layout
14204
14205 \end_inset
14206
14207  with a parbox.
14208 \end_layout
14209
14210 \begin_layout Standard
14211 \begin_inset VSpace medskip
14212 \end_inset
14213
14214
14215 \end_layout
14216
14217 \begin_layout Standard
14218 Such a box is created by right-clicking on the gray box inset.
14219  A dialog pops up showing the box properties.
14220  In our case set: 
14221 \emph on
14222 Decoration
14223 \emph default
14224 : Recangular box, 
14225 \emph on
14226 Inner Box
14227 \emph default
14228 : Parbox, 
14229 \emph on
14230 Width
14231 \emph default
14232 : 5
14233 \begin_inset space \thinspace{}
14234 \end_inset
14235
14236 cm, 
14237 \emph on
14238 Vertical Box Alignment
14239 \emph default
14240 : Middle
14241 \end_layout
14242
14243 \begin_layout Standard
14244 \begin_inset VSpace medskip
14245 \end_inset
14246
14247 In LaTeX a parbox is created with the command 
14248 \series bold
14249
14250 \backslash
14251 parbox
14252 \series default
14253
14254 \begin_inset Index
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258 Commands ! P ! 
14259 \backslash
14260 parbox
14261 \end_layout
14262
14263 \end_inset
14264
14265  that has the following scheme:
14266 \end_layout
14267
14268 \begin_layout Standard
14269
14270 \series bold
14271
14272 \backslash
14273 parbox[position]{width}{box content}
14274 \end_layout
14275
14276 \begin_layout Standard
14277 The positions 
14278 \emph on
14279 b
14280 \emph default
14281  and 
14282 \emph on
14283 t
14284 \emph default
14285  are possible.
14286  
14287 \emph on
14288 b
14289 \emph default
14290  for bottom means that the box is aligned within the surrounding text with
14291  its last line.
14292  With 
14293 \emph on
14294 t
14295 \emph default
14296  for top this is done with the first line.
14297  When no position is given, the box will be vertically centered, see section
14298  
14299 \emph on
14300 Boxes
14301 \emph default
14302  of the 
14303 \emph on
14304 Embedded
14305 \begin_inset space ~
14306 \end_inset
14307
14308 Objects
14309 \emph default
14310  manual for examples.
14311 \end_layout
14312
14313 \begin_layout Standard
14314 \begin_inset VSpace bigskip
14315 \end_inset
14316
14317 To frame formulas completely, including the formula number, the formula
14318  must be set into a parbox.
14319  To do this, the command 
14320 \series bold
14321
14322 \backslash
14323 fbox{
14324 \backslash
14325 parbox{
14326 \backslash
14327 linewidth-2
14328 \backslash
14329 fboxsep-2
14330 \backslash
14331 fboxrule}{
14332 \series default
14333  is inserted in TeX-mode before the formula.
14334  
14335 \series bold
14336
14337 \backslash
14338 linewidth
14339 \begin_inset Index
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343 Commands ! L ! 
14344 \backslash
14345 linewidth
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \series default
14352  is hereby the line width set for the document.
14353  Because the frame is outside the parbox, 2
14354 \begin_inset space \thinspace{}
14355 \end_inset
14356
14357 times the frame separation and the frame thickness must be subtracted from
14358  the line width.
14359  As this is not automatically done by LyX due to a bug
14360 \begin_inset Foot
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364 \begin_inset CommandInset href
14365 LatexCommand href
14366 name "LyX-bug #4483"
14367 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14368
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \end_inset
14375
14376 , TeX-mode has to be used.
14377  To be able to multiply and subtract in arguments, the LaTeX-package 
14378 \series bold
14379 calc
14380 \series default
14381
14382 \begin_inset Foot
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386
14387 \series bold
14388 calc
14389 \series default
14390  is part of every LaTeX standard installation.
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \begin_inset Index
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400 Packages ! calc
14401 \end_layout
14402
14403 \end_inset
14404
14405  must be loaded in the LaTeX-preamble with the line
14406 \end_layout
14407
14408 \begin_layout Standard
14409
14410 \series bold
14411
14412 \backslash
14413 usepackage{calc}
14414 \end_layout
14415
14416 \begin_layout Standard
14417 Behind the formula both boxes are closed by entering 
14418 \series bold
14419 }}
14420 \series default
14421  in TeX-mode.
14422  Here is an example:
14423 \begin_inset ERT
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427
14428
14429 \backslash
14430 fboxsep 5mm 
14431 \backslash
14432 fboxrule 5mm
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \begin_layout Standard
14441 \begin_inset ERT
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445
14446
14447 \backslash
14448 fbox{
14449 \backslash
14450 parbox{
14451 \backslash
14452 linewidth-2
14453 \backslash
14454 fboxsep-2
14455 \backslash
14456 fboxrule}{
14457 \end_layout
14458
14459 \end_inset
14460
14461
14462 \begin_inset Formula \begin{equation}
14463 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14464
14465 \end_inset
14466
14467
14468 \begin_inset ERT
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472
14473 }}
14474 \end_layout
14475
14476 \end_inset
14477
14478
14479 \begin_inset ERT
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483
14484
14485 \backslash
14486 fboxrule 0.4pt 
14487 \backslash
14488 fboxsep 3pt
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \begin_layout Standard
14497 \begin_inset VSpace medskip
14498 \end_inset
14499
14500 As a parbox is used as argument of 
14501 \series bold
14502
14503 \backslash
14504 fbox
14505 \series default
14506 , there is in this case no difference between 
14507 \series bold
14508
14509 \backslash
14510 fbox
14511 \series default
14512  and 
14513 \series bold
14514
14515 \backslash
14516 boxed
14517 \series default
14518 .
14519 \end_layout
14520
14521 \begin_layout Standard
14522 \begin_inset VSpace bigskip
14523 \end_inset
14524
14525 Paragraph boxes are very useful to comment formulas directly.
14526  To do this, 
14527 \series bold
14528
14529 \backslash
14530 parbox
14531 \series default
14532  is used in combination with the command 
14533 \series bold
14534
14535 \backslash
14536 tag
14537 \series default
14538 .
14539  (more about 
14540 \series bold
14541
14542 \backslash
14543 tag
14544 \series default
14545  see 
14546 \begin_inset CommandInset ref
14547 LatexCommand ref
14548 reference "sub:User-defined-Numbering"
14549
14550 \end_inset
14551
14552 )
14553 \end_layout
14554
14555 \begin_layout Standard
14556 An example of a formula commented with 
14557 \series bold
14558
14559 \backslash
14560 parbox
14561 \series default
14562 :
14563 \end_layout
14564
14565 \begin_layout Standard
14566 \begin_inset ERT
14567 status collapsed
14568
14569 \begin_layout Plain Layout
14570
14571
14572 \backslash
14573 [5x-7b=3b
14574 \backslash
14575 tag*{
14576 \backslash
14577 parbox{5cm}{
14578 \end_layout
14579
14580 \end_inset
14581
14582 This is a description.
14583  It is distinctly separated from the formula and multiline.
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589 }}
14590 \backslash
14591 ]
14592 \end_layout
14593
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \begin_layout Standard
14600 Such a formula must be inserted completely in TeX-mode because LyX does
14601  not yet support the command 
14602 \series bold
14603
14604 \backslash
14605 parbox
14606 \series default
14607  in formulas.
14608  The formula is created with the following command sequence:
14609 \end_layout
14610
14611 \begin_layout Standard
14612 The command 
14613 \series bold
14614
14615 \backslash
14616 [5x-7b=3b
14617 \backslash
14618 tag*
14619 \backslash
14620 {
14621 \backslash
14622 parbox{5cm}{
14623 \series default
14624  is inserted in TeX-mode.
14625 \begin_inset Foot
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629 When the formula style 
14630 \series bold
14631 Indented
14632 \series default
14633  is used, 
14634 \series bold
14635
14636 \backslash
14637 tag*
14638 \backslash
14639 {
14640 \series default
14641  can also be replaced by 
14642 \series bold
14643
14644 \backslash
14645 hfill
14646 \series default
14647 .
14648  (formula styles see 
14649 \begin_inset CommandInset ref
14650 LatexCommand ref
14651 reference "sec:Formula-Styles"
14652
14653 \end_inset
14654
14655 )
14656 \end_layout
14657
14658 \end_inset
14659
14660  Then the description follows as normal text, and finally 
14661 \series bold
14662 }}
14663 \backslash
14664 ]
14665 \series default
14666  is inserted in TeX-mode.
14667  The commands 
14668 \series bold
14669
14670 \backslash
14671 [
14672 \series default
14673  and 
14674 \series bold
14675
14676 \backslash
14677 ]
14678 \series default
14679  hereby create a displayed formula.
14680 \end_layout
14681
14682 \begin_layout Standard
14683 The advantages of 
14684 \series bold
14685
14686 \backslash
14687 parbox
14688 \series default
14689  can be seen in this example that was 
14690 \begin_inset Quotes eld
14691 \end_inset
14692
14693 commented
14694 \begin_inset Quotes erd
14695 \end_inset
14696
14697  using the mathematical textmode:
14698 \begin_inset Formula \[
14699 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Section
14707 Operators
14708 \begin_inset Index
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712 Operators
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \end_layout
14719
14720 \begin_layout Subsection
14721 Big Operators
14722 \begin_inset CommandInset label
14723 LatexCommand label
14724 name "sub:Big-Operators"
14725
14726 \end_inset
14727
14728
14729 \begin_inset Index
14730 status collapsed
14731
14732 \begin_layout Plain Layout
14733 Operators ! big
14734 \end_layout
14735
14736 \end_inset
14737
14738
14739 \begin_inset Index
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743 Sums
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \begin_inset Index
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753 Integrals
14754 \end_layout
14755
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \begin_layout Standard
14762 To be able to use all integral operators listed here, the option 
14763 \family sans
14764 Use esint package automatically
14765 \family default
14766  must be set in the document settings under 
14767 \family sans
14768 Math
14769 \begin_inset space ~
14770 \end_inset
14771
14772 Options
14773 \family default
14774 .
14775 \end_layout
14776
14777 \begin_layout Standard
14778 \begin_inset space \hfill{}
14779 \end_inset
14780
14781
14782 \begin_inset Tabular
14783 <lyxtabular version="3" rows="11" columns="2">
14784 <features>
14785 <column alignment="center" valignment="top" width="0pt">
14786 <column alignment="center" valignment="top" width="0pt">
14787 <row>
14788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792 Command
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14798 \begin_inset Text
14799
14800 \begin_layout Plain Layout
14801 Result
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 </row>
14807 <row>
14808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812
14813 \backslash
14814 sum
14815 \begin_inset Index
14816 status collapsed
14817
14818 \begin_layout Plain Layout
14819 Commands ! S ! 
14820 \backslash
14821 sum
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 \begin_inset Formula $\sum$
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \backslash
14851 int
14852 \begin_inset Index
14853 status collapsed
14854
14855 \begin_layout Plain Layout
14856 Commands ! I ! 
14857 \backslash
14858 int
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 \begin_inset Formula $\int$
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 </row>
14881 <row>
14882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886
14887 \backslash
14888 intop
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 \begin_inset Formula $\intop$
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 </row>
14906 <row>
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911
14912 \backslash
14913 oint
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Plain Layout
14922 \begin_inset Formula $\oint$
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 </row>
14931 <row>
14932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936
14937 \backslash
14938 ointop
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947 \begin_inset Formula $\ointop$
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 <row>
14957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961
14962 \backslash
14963 ointctrclockwise
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 \begin_inset Formula $\ointctrclockwise$
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 </row>
14981 <row>
14982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986
14987 \backslash
14988 ointclockwise
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 \begin_inset Formula $\ointclockwise$
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 </row>
15006 <row>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011
15012 \backslash
15013 sqint
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 \begin_inset Formula $\sqint$
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 bigcap
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 \begin_inset Formula $\bigcap$
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061
15062 \backslash
15063 bigcup
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 \begin_inset Formula $\bigcup$
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 </lyxtabular>
15082
15083 \end_inset
15084
15085
15086 \begin_inset space \hfill{}
15087 \end_inset
15088
15089
15090 \begin_inset Tabular
15091 <lyxtabular version="3" rows="10" columns="2">
15092 <features>
15093 <column alignment="center" valignment="top" width="0pt">
15094 <column alignment="center" valignment="top" width="0pt">
15095 <row>
15096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 Command
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 Result
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 </row>
15115 <row>
15116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \backslash
15122 prod
15123 \begin_inset Index
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127 Commands ! P ! 
15128 \backslash
15129 prod
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 \begin_inset Formula $\prod$
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157
15158 \backslash
15159 coprod
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168 \begin_inset Formula $\coprod$
15169 \end_inset
15170
15171
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 </row>
15177 <row>
15178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182
15183 \backslash
15184 bigodot
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 \begin_inset Formula $\bigodot$
15194 \end_inset
15195
15196
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 </row>
15202 <row>
15203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207
15208 \backslash
15209 bigotimes
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218 \begin_inset Formula $\bigotimes$
15219 \end_inset
15220
15221
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 </row>
15227 <row>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232
15233 \backslash
15234 bigoplus
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243 \begin_inset Formula $\bigoplus$
15244 \end_inset
15245
15246
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 </row>
15252 <row>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257
15258 \backslash
15259 bigwedge
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268 \begin_inset Formula $\bigwedge$
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 </row>
15277 <row>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282
15283 \backslash
15284 bigvee
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 \begin_inset Formula $\bigvee$
15294 \end_inset
15295
15296
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 </row>
15302 <row>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307
15308 \backslash
15309 bigsqcup
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 \begin_inset Formula $\bigsqcup$
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \backslash
15334 biguplus
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\biguplus$
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 </lyxtabular>
15353
15354 \end_inset
15355
15356
15357 \begin_inset space \hfill{}
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \begin_layout Standard
15364 All big operators can also be inserted via the math toolbar button 
15365 \begin_inset Graphics
15366         filename ../images/math/intop.png
15367         scale 85
15368
15369 \end_inset
15370
15371 .
15372 \end_layout
15373
15374 \begin_layout Standard
15375 The operators are called big because they are bigger than the sometimes
15376  equal looking binary operators.
15377  All big operators can have limits as described in the next subsection.
15378 \end_layout
15379
15380 \begin_layout Standard
15381 The operators 
15382 \series bold
15383
15384 \backslash
15385 intop
15386 \series default
15387  and 
15388 \series bold
15389
15390 \backslash
15391 ointop
15392 \series default
15393  are different from 
15394 \series bold
15395
15396 \backslash
15397 int
15398 \series default
15399  and 
15400 \series bold
15401
15402 \backslash
15403 oint
15404 \series default
15405 , resp.
15406 \begin_inset space ~
15407 \end_inset
15408
15409 in the style the operator limits are displayed, see 
15410 \begin_inset CommandInset ref
15411 LatexCommand ref
15412 reference "sub:Operator-Limits"
15413
15414 \end_inset
15415
15416 .
15417  
15418 \end_layout
15419
15420 \begin_layout Subsubsection*
15421 Advices for Integrals
15422 \end_layout
15423
15424 \begin_layout Standard
15425 The letter 
15426 \emph on
15427 d
15428 \emph default
15429  in an integral is an operator, that therefore has to be set upright.
15430  This is done by highlighting the 
15431 \emph on
15432 d
15433 \emph default
15434  and using the keyboard shortcut 
15435 \family sans
15436 Alt-c
15437 \begin_inset space ~
15438 \end_inset
15439
15440 r
15441 \family default
15442
15443 \begin_inset Foot
15444 status collapsed
15445
15446 \begin_layout Plain Layout
15447 Font styles
15448 \series bold
15449  
15450 \series default
15451 see 
15452 \begin_inset CommandInset ref
15453 LatexCommand ref
15454 reference "sub:Font-Styles"
15455
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462
15463 .
15464  Finally the smallest space is inserted before the 
15465 \emph on
15466 d
15467 \emph default
15468 , as this is usual for operators.
15469  An example:
15470 \end_layout
15471
15472 \begin_layout Standard
15473 incorrect: 
15474 \begin_inset Formula $\int A(x)dx$
15475 \end_inset
15476
15477
15478 \begin_inset Newline newline
15479 \end_inset
15480
15481
15482 \begin_inset ERT
15483 status collapsed
15484
15485 \begin_layout Plain Layout
15486
15487
15488 \backslash
15489 hphantom{in}
15490 \end_layout
15491
15492 \end_inset
15493
15494 correct: 
15495 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \begin_layout Standard
15502 For multiple integrals there are the following commands:
15503 \begin_inset VSpace medskip
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \begin_layout Standard
15510 \begin_inset space \hfill{}
15511 \end_inset
15512
15513
15514 \begin_inset Tabular
15515 <lyxtabular version="3" rows="4" columns="2">
15516 <features>
15517 <column alignment="center" valignment="top" width="0">
15518 <column alignment="center" valignment="top" width="0">
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524 Command
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533 Result
15534 \begin_inset Note Note
15535 status collapsed
15536
15537 \begin_layout Plain Layout
15538
15539 \series bold
15540
15541 \backslash
15542 raisebox
15543 \series default
15544  is only used as spacer.
15545 \end_layout
15546
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 <row>
15556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560
15561 \backslash
15562 iint
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 </row>
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585
15586 \backslash
15587 oiint
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 </row>
15605 <row>
15606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \backslash
15612 sqiint
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 </row>
15630 </lyxtabular>
15631
15632 \end_inset
15633
15634
15635 \begin_inset space \hfill{}
15636 \end_inset
15637
15638
15639 \begin_inset Tabular
15640 <lyxtabular version="3" rows="4" columns="2">
15641 <features>
15642 <column alignment="center" valignment="top" width="0">
15643 <column alignment="center" valignment="top" width="0">
15644 <row>
15645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 Command
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658 Result
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 </row>
15664 <row>
15665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \backslash
15671 iiint
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15681 \end_inset
15682
15683
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 </row>
15689 <row>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \backslash
15696 iiiint
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 </row>
15714 <row>
15715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \backslash
15721 dotsint
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15731 \end_inset
15732
15733
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 </row>
15739 </lyxtabular>
15740
15741 \end_inset
15742
15743
15744 \begin_inset space \hfill{}
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Subsection
15751 Operator Limits
15752 \begin_inset CommandInset label
15753 LatexCommand label
15754 name "sub:Operator-Limits"
15755
15756 \end_inset
15757
15758
15759 \begin_inset Index
15760 status collapsed
15761
15762 \begin_layout Plain Layout
15763 Operators ! Limits
15764 \end_layout
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Standard
15772 Limits are created by super- and subscripts:
15773 \end_layout
15774
15775 \begin_layout Standard
15776 \align center
15777 \begin_inset Tabular
15778 <lyxtabular version="3" rows="2" columns="2">
15779 <features>
15780 <column alignment="center" valignment="top" width="0pt">
15781 <column alignment="center" valignment="top" width="0pt">
15782 <row>
15783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 Command
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 Result
15797 \begin_inset Note Note
15798 status collapsed
15799
15800 \begin_layout Plain Layout
15801
15802 \series bold
15803
15804 \backslash
15805 raisebox
15806 \series default
15807  is only used as spacer.
15808 \end_layout
15809
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 </row>
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \backslash
15825 prod^
15826 \backslash
15827 infty
15828 \begin_inset ERT
15829 status collapsed
15830
15831 \begin_layout Plain Layout
15832
15833
15834 \backslash
15835 spce 
15836 \end_layout
15837
15838 \end_inset
15839
15840
15841 \begin_inset Formula $\to$
15842 \end_inset
15843
15844 _0
15845 \begin_inset Formula $\to$
15846 \end_inset
15847
15848 A(x)
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 </lyxtabular>
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \begin_layout Standard
15874 Limits of inline formulas are set right beside the operator.
15875  Limits in displayed formulas are set above or below the operator, except
15876  of integral limits.
15877 \end_layout
15878
15879 \begin_layout Standard
15880 To force that the limits are set beside the operator, the cursor is set
15881  directly behind the operator and the limits type is changed with the menu
15882  
15883 \family sans
15884 Edit\SpecialChar \menuseparator
15885 Math\SpecialChar \menuseparator
15886 Change Limits Type
15887 \family default
15888  to 
15889 \family sans
15890 \series bold
15891 Inline
15892 \family default
15893 \series default
15894  (shortcut 
15895 \family sans
15896 Alt-m
15897 \begin_inset space ~
15898 \end_inset
15899
15900 l
15901 \family default
15902 ).
15903  An example:
15904 \end_layout
15905
15906 \begin_layout Standard
15907 The default limits type is this:
15908 \begin_inset Formula \[
15909 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15910
15911 \end_inset
15912
15913 This is how it looks when the limits type was changed to 
15914 \family sans
15915 \series bold
15916 Inline
15917 \family default
15918 \series default
15919 :
15920 \begin_inset Formula \[
15921 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15922
15923 \end_inset
15924
15925 For integrals, except of 
15926 \series bold
15927
15928 \backslash
15929 intop
15930 \series default
15931  and 
15932 \series bold
15933
15934 \backslash
15935 ointop
15936 \series default
15937 , the limits are by default set beside the operator.
15938  But for multiple integrals the limits are often set below the operator.
15939  In the following example the limits type was therefore set to 
15940 \series bold
15941 Display
15942 \series default
15943  and so set below the integrals:
15944 \begin_inset Formula \begin{equation}
15945 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15946
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \begin_layout Standard
15953 \begin_inset VSpace medskip
15954 \end_inset
15955
15956 To specify conditions for limits, the commands 
15957 \series bold
15958
15959 \backslash
15960 subarray
15961 \series default
15962
15963 \begin_inset Index
15964 status collapsed
15965
15966 \begin_layout Plain Layout
15967 Commands ! S ! 
15968 \backslash
15969 subarray
15970 \end_layout
15971
15972 \end_inset
15973
15974  and 
15975 \series bold
15976
15977 \backslash
15978 substack
15979 \series default
15980
15981 \begin_inset Index
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985 Commands ! S ! 
15986 \backslash
15987 substack
15988 \end_layout
15989
15990 \end_inset
15991
15992  are used.
15993  To create for example this expression 
15994 \begin_inset Formula \begin{equation}
15995 \sum_{\begin{subarray}{c}
15996 0<k<1000\\
15997 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15998
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \begin_layout Standard
16005 the following has to be done:
16006 \begin_inset Newline newline
16007 \end_inset
16008
16009 First the command 
16010 \series bold
16011
16012 \backslash
16013 sum
16014 \series default
16015 ^
16016 \series bold
16017 n
16018 \begin_inset ERT
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022
16023
16024 \backslash
16025 spce 
16026 \end_layout
16027
16028 \end_inset
16029
16030 _
16031 \series default
16032  is typed in.
16033  One is now in a blue box under the summation operator and insert there
16034  the command 
16035 \series bold
16036
16037 \backslash
16038 subarray
16039 \begin_inset ERT
16040 status collapsed
16041
16042 \begin_layout Plain Layout
16043
16044
16045 \backslash
16046 spce 
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \series default
16053 .
16054  The blue box is now within a purple box and now several lines can be written
16055  among each other.
16056  A new line is created by inserting a line break (
16057 \family sans
16058 Ctrl-Return
16059 \family default
16060 ).
16061  When now
16062 \begin_inset Newline newline
16063 \end_inset
16064
16065
16066 \series bold
16067 0<k<1000 Ctrl-Return
16068 \begin_inset Newline newline
16069 \end_inset
16070
16071
16072 \series default
16073 is typed in, a new box appears below for the new line.
16074 \end_layout
16075
16076 \begin_layout Standard
16077 The alignment of the lines can be changed to left aligned with the 
16078 \family sans
16079 table
16080 \family default
16081  
16082 \family sans
16083 toolbar
16084 \family default
16085  or the menu 
16086 \family sans
16087 Edit\SpecialChar \menuseparator
16088 Rows &Columns
16089 \family default
16090 .
16091  To get right alignment, 
16092 \series bold
16093
16094 \backslash
16095 hfill
16096 \begin_inset ERT
16097 status collapsed
16098
16099 \begin_layout Plain Layout
16100
16101
16102 \backslash
16103 spce 
16104 \end_layout
16105
16106 \end_inset
16107
16108
16109 \series default
16110  is inserted at the beginning of the line.
16111 \end_layout
16112
16113 \begin_layout Standard
16114 The command 
16115 \series bold
16116
16117 \backslash
16118 substack
16119 \series default
16120  is equivalent to 
16121 \series bold
16122
16123 \backslash
16124 subarray
16125 \series default
16126  with the difference that the lines are always centered.
16127 \end_layout
16128
16129 \begin_layout Standard
16130 \begin_inset VSpace bigskip
16131 \end_inset
16132
16133 Like in formula 
16134 \begin_inset CommandInset ref
16135 LatexCommand eqref
16136 reference "eq:substack"
16137
16138 \end_inset
16139
16140  there can be too much space beside an operator, because the characters
16141  following the operator are set beside the limits.
16142 \end_layout
16143
16144 \begin_layout Standard
16145 To avoid this, the following macro can be used in the LaTeX-preamble:
16146 \end_layout
16147
16148 \begin_layout Standard
16149
16150 \series bold
16151
16152 \backslash
16153 def
16154 \backslash
16155 clap#1{
16156 \backslash
16157 hbox to 0pt{
16158 \backslash
16159 hss #1
16160 \backslash
16161 hss}}
16162 \begin_inset Newline newline
16163 \end_inset
16164
16165
16166 \backslash
16167 def
16168 \backslash
16169 mathclap {
16170 \backslash
16171 mathpalette 
16172 \backslash
16173 mathclapinternal}
16174 \begin_inset Newline newline
16175 \end_inset
16176
16177
16178 \backslash
16179 def
16180 \backslash
16181 mathclapinternal #1#2{
16182 \backslash
16183 clap{$
16184 \backslash
16185 mathsurround =0pt #1{#2}$}}
16186 \end_layout
16187
16188 \begin_layout Standard
16189 This defines the command 
16190 \series bold
16191
16192 \backslash
16193 mathclap
16194 \series default
16195
16196 \begin_inset Index
16197 status collapsed
16198
16199 \begin_layout Plain Layout
16200 Commands ! M ! 
16201 \backslash
16202 mathclap
16203 \end_layout
16204
16205 \end_inset
16206
16207  that sets the width of the limit to 0
16208 \begin_inset space \thinspace{}
16209 \end_inset
16210
16211 pt.
16212  The command scheme is
16213 \end_layout
16214
16215 \begin_layout Standard
16216
16217 \series bold
16218
16219 \backslash
16220 mathclap{limit}
16221 \end_layout
16222
16223 \begin_layout Standard
16224 where the limit can consist of several conditions.
16225 \end_layout
16226
16227 \begin_layout Standard
16228 Applied on formula 
16229 \begin_inset CommandInset ref
16230 LatexCommand eqref
16231 reference "eq:substack"
16232
16233 \end_inset
16234
16235 , one uses the command
16236 \end_layout
16237
16238 \begin_layout Standard
16239
16240 \series bold
16241
16242 \backslash
16243 sum_
16244 \backslash
16245 mathclap{
16246 \backslash
16247 substack
16248 \begin_inset ERT
16249 status collapsed
16250
16251 \begin_layout Plain Layout
16252
16253
16254 \backslash
16255 spce 
16256 \end_layout
16257
16258 \end_inset
16259
16260 0<k<1000 Ctrl-Enter
16261 \end_layout
16262
16263 \begin_layout Standard
16264 to create the lower limit.
16265  The summand is now directly behind the summation operator:
16266 \begin_inset Formula \[
16267 \sum_{\mathclap{\substack{0<k<1000\\
16268 \\k\,\in\,\mathbb{N}}
16269 }}^{n}k^{-2}\]
16270
16271 \end_inset
16272
16273
16274 \end_layout
16275
16276 \begin_layout Standard
16277 \begin_inset VSpace bigskip
16278 \end_inset
16279
16280 How to use one limit for several operators is described in 
16281 \begin_inset CommandInset ref
16282 LatexCommand ref
16283 reference "sub:Self-defined-Operators"
16284
16285 \end_inset
16286
16287 .
16288 \end_layout
16289
16290 \begin_layout Standard
16291 \begin_inset Newpage newpage
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \begin_layout Subsection
16298 Binary Operators
16299 \begin_inset CommandInset label
16300 LatexCommand label
16301 name "sub:Binary-Operators"
16302
16303 \end_inset
16304
16305
16306 \begin_inset Index
16307 status collapsed
16308
16309 \begin_layout Plain Layout
16310 Operators ! binary
16311 \end_layout
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \begin_layout Standard
16319 Binary operators are surrounded by space when there is a character before
16320  and behind them.
16321 \begin_inset VSpace medskip
16322 \end_inset
16323
16324
16325 \end_layout
16326
16327 \begin_layout Standard
16328 \begin_inset space \hfill{}
16329 \end_inset
16330
16331
16332 \begin_inset Tabular
16333 <lyxtabular version="3" rows="13" columns="2">
16334 <features>
16335 <column alignment="center" valignment="top" width="0pt">
16336 <column alignment="center" valignment="top" width="0pt">
16337 <row>
16338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 Command
16343 \begin_inset Note Note
16344 status collapsed
16345
16346 \begin_layout Plain Layout
16347
16348 \series bold
16349
16350 \backslash
16351 raisebox
16352 \series default
16353  is only used as spacer.
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 Result
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 </row>
16373 <row>
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378 +
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 \begin_inset Formula $+$
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 -
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 \begin_inset Formula $-$
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424
16425 \backslash
16426 pm
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 \begin_inset Formula $\pm$
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449
16450 \backslash
16451 mp
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 \begin_inset Formula $\mp$
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 <row>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474
16475 \backslash
16476 cdot
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 \begin_inset Formula $\cdot$
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \backslash
16501 times
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Formula $\times$
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524
16525 \backslash
16526 div
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 \begin_inset Formula $\div$
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 <row>
16545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 \begin_inset ERT
16550 status collapsed
16551
16552 \begin_layout Plain Layout
16553
16554
16555 \backslash
16556 raisebox{-1.2mm}{
16557 \end_layout
16558
16559 \end_inset
16560
16561 *
16562 \begin_inset ERT
16563 status collapsed
16564
16565 \begin_layout Plain Layout
16566
16567 }
16568 \end_layout
16569
16570 \end_inset
16571
16572
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 \begin_inset Formula $*$
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595
16596 \backslash
16597 star
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 \begin_inset Formula $\star$
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620
16621 \backslash
16622 circ
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 \begin_inset Formula $\circ$
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645
16646 \backslash
16647 diamond
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 \begin_inset Formula $\diamond$
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 </row>
16665 <row>
16666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670
16671 \backslash
16672 bullet
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 \begin_inset Formula $\bullet$
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 </row>
16690 </lyxtabular>
16691
16692 \end_inset
16693
16694
16695 \begin_inset space \hfill{}
16696 \end_inset
16697
16698
16699 \begin_inset Tabular
16700 <lyxtabular version="3" rows="13" columns="2">
16701 <features>
16702 <column alignment="center" valignment="top" width="0pt">
16703 <column alignment="center" valignment="top" width="0pt">
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 Command
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 Result
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 </row>
16724 <row>
16725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729
16730 \backslash
16731 nabla
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 \begin_inset Formula $\nabla$
16741 \end_inset
16742
16743
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 </row>
16749 <row>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754
16755 \backslash
16756 bigtriangledown
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 \begin_inset Formula $\bigtriangledown$
16766 \end_inset
16767
16768
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 <row>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779
16780 \backslash
16781 bigtriangleup
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 \begin_inset Formula $\bigtriangleup$
16791 \end_inset
16792
16793
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 </row>
16799 <row>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804
16805 \backslash
16806 Box
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 \begin_inset Formula $\Box$
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 </row>
16824 <row>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \backslash
16831 cap 
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $\cap$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 <row>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854
16855 \backslash
16856 cup
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 \begin_inset Formula $\cup$
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 <row>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879
16880 \backslash
16881 dagger
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Formula $\dagger$
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 </row>
16899 <row>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \backslash
16906 ddagger
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Formula $\ddagger$
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929
16930 \backslash
16931 wr
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 \begin_inset Formula $\wr$
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \backslash
16956 bigcirc
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $\bigcirc$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979
16980 \backslash
16981 wedge
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 \begin_inset Formula $\wedge$
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \backslash
17006 vee
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 \begin_inset Formula $\vee$
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 </lyxtabular>
17025
17026 \end_inset
17027
17028
17029 \begin_inset space \hfill{}
17030 \end_inset
17031
17032
17033 \begin_inset Tabular
17034 <lyxtabular version="3" rows="13" columns="2">
17035 <features>
17036 <column alignment="center" valignment="top" width="0pt">
17037 <column alignment="center" valignment="top" width="0pt">
17038 <row>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 Command
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 Result
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 </row>
17058 <row>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \backslash
17065 oplus
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074 \begin_inset Formula $\oplus$
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 </row>
17083 <row>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088
17089 \backslash
17090 ominus
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 \begin_inset Formula $\ominus$
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 </row>
17108 <row>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113
17114 \backslash
17115 otimes
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $\otimes$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \backslash
17140 oslash
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Formula $\oslash$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \backslash
17165 odot
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $\odot$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 <row>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188
17189 \backslash
17190 amalg
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 \begin_inset Formula $\amalg$
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 </row>
17208 <row>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213
17214 \backslash
17215 uplus
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 \begin_inset Formula $\uplus$
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 <row>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238
17239 \backslash
17240 setminus
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 \begin_inset Formula $\setminus$
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \backslash
17265 sqcap
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 \begin_inset Formula $\sqcap$
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \backslash
17290 sqcup
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Formula $\sqcup$
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 </row>
17308 <row>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313
17314 \backslash
17315 triangleleft
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 \begin_inset Formula $\triangleleft$
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 </row>
17333 <row>
17334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338
17339 \backslash
17340 triangleright
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $\triangleright$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 </lyxtabular>
17359
17360 \end_inset
17361
17362
17363 \begin_inset space \hfill{}
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \begin_layout Standard
17370 All binary operators can also be inserted via the math toolbar button 
17371 \begin_inset Graphics
17372         filename ../images/math/pm.png
17373         scale 85
17374
17375 \end_inset
17376
17377 .
17378 \end_layout
17379
17380 \begin_layout Standard
17381 To typeset the Laplace operator also 
17382 \series bold
17383
17384 \backslash
17385 Delta
17386 \series default
17387  or 
17388 \series bold
17389
17390 \backslash
17391 nabla
17392 \series default
17393 ^
17394 \series bold
17395 2
17396 \series default
17397  (
17398 \begin_inset Formula $\nabla^{2}$
17399 \end_inset
17400
17401 ) can be used instead of 
17402 \series bold
17403
17404 \backslash
17405 bigtriangleup
17406 \series default
17407  .
17408 \end_layout
17409
17410 \begin_layout Standard
17411 The character 
17412 \family sans
17413 Menu Separator
17414 \family default
17415  from the menu 
17416 \family sans
17417 Insert\SpecialChar \menuseparator
17418 Special Character
17419 \family default
17420  is the operator 
17421 \series bold
17422
17423 \backslash
17424 triangleright
17425 \series default
17426 .
17427 \end_layout
17428
17429 \begin_layout Subsection
17430 Self-defined Operators
17431 \begin_inset CommandInset label
17432 LatexCommand label
17433 name "sub:Self-defined-Operators"
17434
17435 \end_inset
17436
17437
17438 \begin_inset Index
17439 status collapsed
17440
17441 \begin_layout Plain Layout
17442 Operators ! self-defined
17443 \end_layout
17444
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \begin_layout Standard
17451 With the help of the command 
17452 \series bold
17453
17454 \backslash
17455 DeclareMathOperator
17456 \series default
17457
17458 \begin_inset Index
17459 status collapsed
17460
17461 \begin_layout Plain Layout
17462 Commands ! D ! 
17463 \backslash
17464 dbinom@
17465 \backslash
17466 DeclareMathOperator
17467 \end_layout
17468
17469 \end_inset
17470
17471  custom operators can be defined in the LaTeX-preamble.
17472  Its command scheme is:
17473 \end_layout
17474
17475 \begin_layout Standard
17476
17477 \series bold
17478
17479 \backslash
17480 DeclareMathOperator{new command}{display}
17481 \end_layout
17482
17483 \begin_layout Standard
17484 Display can be characters or symbols that define how the operator looks
17485  in the output.
17486  To define a big operator a * is set behind the command.
17487  All self-defined big operators can have limits as described in 
17488 \begin_inset CommandInset ref
17489 LatexCommand ref
17490 reference "sub:Operator-Limits"
17491
17492 \end_inset
17493
17494 .
17495 \end_layout
17496
17497 \begin_layout Standard
17498 For example the LaTeX-preamble line
17499 \end_layout
17500
17501 \begin_layout Standard
17502
17503 \series bold
17504
17505 \backslash
17506 DeclareMathOperator*{
17507 \backslash
17508 Lozenge}{
17509 \backslash
17510 blacklozenge}
17511 \end_layout
17512
17513 \begin_layout Standard
17514 defines the command 
17515 \series bold
17516
17517 \backslash
17518 Lozenge
17519 \series default
17520 , that inserts a big operator consisting of the lozenge symbol from 
17521 \begin_inset CommandInset ref
17522 LatexCommand ref
17523 reference "sub:Miscellaneous-Symbols"
17524
17525 \end_inset
17526
17527 :
17528 \begin_inset Formula \[
17529 \Lozenge_{n=1}^{\infty}\]
17530
17531 \end_inset
17532
17533 The command for this formula is: 
17534 \series bold
17535
17536 \backslash
17537 Lozenge
17538 \series default
17539 ^
17540 \series bold
17541
17542 \backslash
17543 infty
17544 \begin_inset Formula $\to$
17545 \end_inset
17546
17547 _n=1
17548 \end_layout
17549
17550 \begin_layout Standard
17551 \begin_inset VSpace bigskip
17552 \end_inset
17553
17554 When self-defined operators are not used several times in the document,
17555  they can also be defined with the commands 
17556 \series bold
17557
17558 \backslash
17559 mathop
17560 \series default
17561
17562 \begin_inset Index
17563 status collapsed
17564
17565 \begin_layout Plain Layout
17566 Commands ! M ! 
17567 \backslash
17568 mathop
17569 \end_layout
17570
17571 \end_inset
17572
17573  and 
17574 \series bold
17575
17576 \backslash
17577 mathbin
17578 \series default
17579
17580 \begin_inset Index
17581 status collapsed
17582
17583 \begin_layout Plain Layout
17584 Commands ! M ! 
17585 \backslash
17586 mathbin
17587 \end_layout
17588
17589 \end_inset
17590
17591 , which have the following scheme:
17592 \end_layout
17593
17594 \begin_layout Standard
17595
17596 \series bold
17597
17598 \backslash
17599 mathop{display}
17600 \series default
17601  and 
17602 \series bold
17603
17604 \backslash
17605 mathbin{display}
17606 \end_layout
17607
17608 \begin_layout Standard
17609
17610 \series bold
17611
17612 \backslash
17613 mathop
17614 \series default
17615  defines big operators, 
17616 \series bold
17617
17618 \backslash
17619 mathbin
17620 \series default
17621  binary operators.
17622 \end_layout
17623
17624 \begin_layout Standard
17625
17626 \series bold
17627
17628 \backslash
17629 mathop
17630 \series default
17631  can e.
17632 \begin_inset space \thinspace{}
17633 \end_inset
17634
17635 g.
17636 \begin_inset space ~
17637 \end_inset
17638
17639 be used to use one limit for several operators:
17640 \end_layout
17641
17642 \begin_layout Standard
17643 \begin_inset Formula \[
17644 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17645
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \begin_layout Standard
17652 The command for the formula above is:
17653 \begin_inset Newline newline
17654 \end_inset
17655
17656
17657 \series bold
17658
17659 \backslash
17660 mathop{
17661 \backslash
17662 sum
17663 \backslash
17664 negmedspace
17665 \backslash
17666 sum
17667 \series default
17668
17669 \begin_inset ERT
17670 status collapsed
17671
17672 \begin_layout Plain Layout
17673
17674
17675 \backslash
17676 spce 
17677 \end_layout
17678
17679 \end_inset
17680
17681
17682 \series bold
17683
17684 \begin_inset Formula $\to$
17685 \end_inset
17686
17687 ^N
17688 \series default
17689
17690 \begin_inset ERT
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694
17695
17696 \backslash
17697 spce 
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \series bold
17704 _i,j=1
17705 \end_layout
17706
17707 \begin_layout Section
17708 Fonts
17709 \begin_inset Index
17710 status collapsed
17711
17712 \begin_layout Plain Layout
17713 Fonts
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \begin_layout Subsection
17722 Font Styles
17723 \begin_inset CommandInset label
17724 LatexCommand label
17725 name "sub:Font-Styles"
17726
17727 \end_inset
17728
17729
17730 \begin_inset Index
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734 Font ! style
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Standard
17743 Latin letters in formulas can be set in one of the following font styles:
17744 \begin_inset VSpace -2mm
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \begin_layout Standard
17751 \align center
17752 \begin_inset Tabular
17753 <lyxtabular version="3" rows="6" columns="3">
17754 <features>
17755 <column alignment="center" valignment="top" width="0">
17756 <column alignment="center" valignment="top" width="0">
17757 <column alignment="center" valignment="top" width="0">
17758 <row>
17759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763 Command
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 Result
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 shortcut
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 <row>
17788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792
17793 \backslash
17794 mathbb
17795 \series bold
17796
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 spce 
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \series default
17811 ABC
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17817 \begin_inset Text
17818
17819 \begin_layout Plain Layout
17820 \begin_inset Formula $\mathbb{ABC}$
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 Alt-c c
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 </row>
17838 <row>
17839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843
17844 \backslash
17845 mathbf
17846 \series bold
17847
17848 \begin_inset ERT
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852
17853
17854 \backslash
17855 spce 
17856 \end_layout
17857
17858 \end_inset
17859
17860
17861 \series default
17862 AbC
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871 \begin_inset Formula $\mathbf{AbC}$
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 -
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 </row>
17889 <row>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894
17895 \backslash
17896 boldsymbol
17897 \series bold
17898
17899 \begin_inset ERT
17900 status collapsed
17901
17902 \begin_layout Plain Layout
17903
17904
17905 \backslash
17906 spce 
17907 \end_layout
17908
17909 \end_inset
17910
17911
17912 \series default
17913 AbC
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 \begin_inset Formula $\boldsymbol{AbC}$
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 Alt-c b
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 <row>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \backslash
17947 mathcal
17948 \series bold
17949
17950 \begin_inset ERT
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954
17955
17956 \backslash
17957 spce 
17958 \end_layout
17959
17960 \end_inset
17961
17962
17963 \series default
17964 ABC
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 \begin_inset Formula $\mathcal{ABC}$
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 Alt-c e
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 </row>
17991 <row>
17992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996
17997 \backslash
17998 mathfrak
17999 \series bold
18000
18001 \begin_inset ERT
18002 status collapsed
18003
18004 \begin_layout Plain Layout
18005
18006
18007 \backslash
18008 spce 
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \series default
18015 AbC
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 \begin_inset Formula $\mathfrak{AbC}$
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 -
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 </lyxtabular>
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Standard
18050 \align center
18051 \begin_inset Tabular
18052 <lyxtabular version="3" rows="5" columns="3">
18053 <features>
18054 <column alignment="center" valignment="top" width="0">
18055 <column alignment="center" valignment="top" width="0">
18056 <column alignment="center" valignment="top" width="0">
18057 <row>
18058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 Command
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 Result
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 shortcut
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \backslash
18093 mathit
18094 \series bold
18095
18096 \begin_inset ERT
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100
18101
18102 \backslash
18103 spce 
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \series default
18110 AbC
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119 \begin_inset Formula $\mathit{AbC}$
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 -
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 <row>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \backslash
18144 mathrm
18145 \series bold
18146
18147 \begin_inset ERT
18148 status collapsed
18149
18150 \begin_layout Plain Layout
18151
18152
18153 \backslash
18154 spce 
18155 \end_layout
18156
18157 \end_inset
18158
18159
18160 \series default
18161 AbC
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 \begin_inset Formula $\mathrm{AbC}$
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 Alt-c r
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \backslash
18195 mathsf
18196 \series bold
18197
18198 \begin_inset ERT
18199 status collapsed
18200
18201 \begin_layout Plain Layout
18202
18203
18204 \backslash
18205 spce 
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \series default
18212 AbC
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 \begin_inset Formula $\mathsf{AbC}$
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 Alt-c s
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 </row>
18239 <row>
18240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \backslash
18246 mathtt
18247 \series bold
18248
18249 \begin_inset ERT
18250 status collapsed
18251
18252 \begin_layout Plain Layout
18253
18254
18255 \backslash
18256 spce 
18257 \end_layout
18258
18259 \end_inset
18260
18261
18262 \series default
18263 AbC
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 \begin_inset Formula $\mathtt{AbC}$
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 Alt-c p
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 </lyxtabular>
18291
18292 \end_inset
18293
18294
18295 \end_layout
18296
18297 \begin_layout Standard
18298 \begin_inset Note Greyedout
18299 status open
18300
18301 \begin_layout Plain Layout
18302
18303 \series bold
18304 Note:
18305 \series default
18306  The styles 
18307 \series bold
18308
18309 \backslash
18310 mathbb
18311 \series default
18312  and 
18313 \series bold
18314
18315 \backslash
18316 mathcal
18317 \series default
18318  can only be used for big letters.
18319 \end_layout
18320
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \begin_layout Standard
18327 Predefined is the style 
18328 \series bold
18329
18330 \backslash
18331 mathnormal
18332 \series default
18333 .
18334 \end_layout
18335
18336 \begin_layout Standard
18337 The style commands work also for letters in mathematical constructs:
18338 \begin_inset Formula \[
18339 \mathfrak{A=\frac{b}{C}}\]
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 Characters in mathematical text don't appear in a math font style but in
18348  the text font style 
18349 \series bold
18350
18351 \backslash
18352 textrm
18353 \series default
18354 .
18355  That their style can't be set correctly via the text style dialog is a
18356  bug in LyX.
18357 \begin_inset Foot
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361 \begin_inset CommandInset href
18362 LatexCommand href
18363 name "LyX-bug #4091"
18364 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \begin_layout Standard
18377 Instead of the style commands the dialog 
18378 \family sans
18379 Edit\SpecialChar \menuseparator
18380 Math\SpecialChar \menuseparator
18381 Text Style
18382 \family default
18383  or the toolbar button 
18384 \begin_inset Graphics
18385         filename ../images/math/font.png
18386         scale 85
18387
18388 \end_inset
18389
18390  can be used.
18391 \end_layout
18392
18393 \begin_layout Subsection
18394 Bold Formulas
18395 \begin_inset CommandInset label
18396 LatexCommand label
18397 name "sub:Bold-Formulas"
18398
18399 \end_inset
18400
18401
18402 \begin_inset Index
18403 status collapsed
18404
18405 \begin_layout Plain Layout
18406 Formula ! bold
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \begin_layout Standard
18415 To make a complete formula bold, the command 
18416 \series bold
18417
18418 \backslash
18419 mathbf
18420 \series default
18421  from the previous subsection cannot be used, because it doesn't work for
18422  small Greek letters.
18423  Furthermore it prints Latin letters always upright, like in the following
18424  equation:
18425 \end_layout
18426
18427 \begin_layout Standard
18428 \begin_inset Formula \[
18429 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Standard
18437 To display the formula correctly, the command 
18438 \series bold
18439
18440 \backslash
18441 boldsymbol
18442 \series default
18443  is used:
18444 \begin_inset Formula \[
18445 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18446
18447 \end_inset
18448
18449 It is also possible to set the formula in a 
18450 \series bold
18451 boldmath environment
18452 \series default
18453 .
18454  This environment is created by inserting the command 
18455 \series bold
18456
18457 \backslash
18458 boldmath
18459 \begin_inset Index
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463 Commands ! B ! 
18464 \backslash
18465 boldmath
18466 \end_layout
18467
18468 \end_inset
18469
18470
18471 \series default
18472  in TeX-mode.
18473  To end the environment, the command 
18474 \series bold
18475
18476 \backslash
18477 unboldmath
18478 \begin_inset Index
18479 status collapsed
18480
18481 \begin_layout Plain Layout
18482 Commands ! U ! 
18483 \backslash
18484 unboldmath
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \series default
18491  is inserted in TeX-mode.
18492 \begin_inset ERT
18493 status collapsed
18494
18495 \begin_layout Plain Layout
18496
18497
18498 \backslash
18499 boldmath 
18500 \end_layout
18501
18502 \end_inset
18503
18504
18505 \begin_inset Formula \[
18506 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18507
18508 \end_inset
18509
18510
18511 \begin_inset ERT
18512 status collapsed
18513
18514 \begin_layout Plain Layout
18515
18516
18517 \backslash
18518 unboldmath 
18519 \end_layout
18520
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Subsection
18527 Font Sizes
18528 \begin_inset CommandInset label
18529 LatexCommand label
18530 name "sub:Font-Sizes"
18531
18532 \end_inset
18533
18534
18535 \begin_inset Index
18536 status collapsed
18537
18538 \begin_layout Plain Layout
18539 Font ! size
18540 \end_layout
18541
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \begin_layout Standard
18548 For characters in formulas there are, analog to characters in text, the
18549  following size commands:
18550 \end_layout
18551
18552 \begin_layout Standard
18553
18554 \series bold
18555
18556 \backslash
18557 Huge
18558 \series default
18559
18560 \series bold
18561
18562 \backslash
18563 huge
18564 \series default
18565
18566 \series bold
18567
18568 \backslash
18569 LARGE
18570 \series default
18571
18572 \series bold
18573
18574 \backslash
18575 Large
18576 \series default
18577
18578 \series bold
18579
18580 \backslash
18581 large
18582 \series default
18583
18584 \series bold
18585
18586 \backslash
18587 normalsize
18588 \series default
18589
18590 \series bold
18591
18592 \backslash
18593 small
18594 \series default
18595 ,
18596 \begin_inset Newline newline
18597 \end_inset
18598
18599
18600 \series bold
18601
18602 \backslash
18603 footnotesize
18604 \series default
18605
18606 \series bold
18607
18608 \backslash
18609 scriptsize
18610 \series default
18611 , and 
18612 \series bold
18613
18614 \backslash
18615 tiny
18616 \end_layout
18617
18618 \begin_layout Standard
18619 The size produced by the commands depends on the document font size, that
18620  corresponds with the command 
18621 \series bold
18622
18623 \backslash
18624 normalsize
18625 \series default
18626 .
18627  The other commands produce smaller or larger sizes than 
18628 \series bold
18629
18630 \backslash
18631 normalsize
18632 \series default
18633 .
18634  The font size can however not exceed a certain value.
18635  Is for example the document font size 12
18636 \begin_inset space \thinspace{}
18637 \end_inset
18638
18639 pt, the command 
18640 \series bold
18641
18642 \backslash
18643 Huge
18644 \series default
18645  switches to the same size as 
18646 \series bold
18647
18648 \backslash
18649 huge
18650 \series default
18651 .
18652  
18653 \end_layout
18654
18655 \begin_layout Standard
18656 A size command is inserted in TeX-mode before the formula and sets the size
18657  for all following formula and text characters.
18658  To switch back to the initial size, the command 
18659 \series bold
18660
18661 \backslash
18662 normalsize
18663 \series default
18664  is inserted behind the formula in TeX-mode.
18665 \end_layout
18666
18667 \begin_layout Standard
18668 Within a formula the size can only be changed for symbols or letters in
18669  mathematical text.
18670  To do this, the size command is inserted in mathematical text.
18671  All following characters until the end of the mathematical text or until
18672  another size command will have the selected size.
18673  Two examples:
18674 \begin_inset VSpace -2mm
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \begin_layout Standard
18681 \begin_inset ERT
18682 status collapsed
18683
18684 \begin_layout Plain Layout
18685
18686
18687 \backslash
18688 huge 
18689 \end_layout
18690
18691 \end_inset
18692
18693
18694 \begin_inset Formula \[
18695 A=\frac{B}{c}\cdot\maltese\]
18696
18697 \end_inset
18698
18699
18700 \begin_inset Formula \[
18701 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18702
18703 \end_inset
18704
18705
18706 \begin_inset ERT
18707 status collapsed
18708
18709 \begin_layout Plain Layout
18710
18711
18712 \backslash
18713 normalsize 
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Standard
18722 \begin_inset VSpace medskip
18723 \end_inset
18724
18725 Before both formulas the command 
18726 \series bold
18727
18728 \backslash
18729 huge
18730 \series default
18731  was inserted.
18732  The command for the second formula is:
18733 \begin_inset Newline newline
18734 \end_inset
18735
18736
18737 \series bold
18738
18739 \backslash
18740 maltese
18741 \begin_inset ERT
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745
18746
18747 \backslash
18748 spce 
18749 \end_layout
18750
18751 \end_inset
18752
18753 A Alt-m m 
18754 \backslash
18755 Large
18756 \begin_inset ERT
18757 status collapsed
18758
18759 \begin_layout Plain Layout
18760
18761
18762 \backslash
18763 spce 
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \backslash
18770 maltese
18771 \begin_inset ERT
18772 status collapsed
18773
18774 \begin_layout Plain Layout
18775
18776
18777 \backslash
18778 spce 
18779 \end_layout
18780
18781 \end_inset
18782
18783
18784 \backslash
18785 textit
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 spce 
18794 \end_layout
18795
18796 \end_inset
18797
18798 A
18799 \begin_inset Formula $\to$
18800 \end_inset
18801
18802
18803 \begin_inset Formula $\to$
18804 \end_inset
18805
18806
18807 \begin_inset Newline newline
18808 \end_inset
18809
18810
18811 \begin_inset space \hspace*{}
18812 \length 1cm
18813 \end_inset
18814
18815 Alt-m
18816 \series default
18817  
18818 \series bold
18819
18820 \backslash
18821 tiny
18822 \begin_inset ERT
18823 status collapsed
18824
18825 \begin_layout Plain Layout
18826
18827
18828 \backslash
18829 spce 
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \backslash
18836 maltese
18837 \begin_inset ERT
18838 status collapsed
18839
18840 \begin_layout Plain Layout
18841
18842
18843 \backslash
18844 spce 
18845 \end_layout
18846
18847 \end_inset
18848
18849
18850 \backslash
18851 textit
18852 \begin_inset ERT
18853 status collapsed
18854
18855 \begin_layout Plain Layout
18856
18857
18858 \backslash
18859 spce 
18860 \end_layout
18861
18862 \end_inset
18863
18864 A
18865 \end_layout
18866
18867 \begin_layout Standard
18868 If a symbol cannot be displayed in different sizes, it will always be displayed
18869  in the default size.
18870 \end_layout
18871
18872 \begin_layout Section
18873 Greek Letters
18874 \begin_inset Index
18875 status collapsed
18876
18877 \begin_layout Plain Layout
18878 Greek letters
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Standard
18887 All Greek letters can also be inserted via the toolbar button 
18888 \begin_inset Graphics
18889         filename ../images/math/alpha.png
18890         scale 85
18891
18892 \end_inset
18893
18894 .
18895 \end_layout
18896
18897 \begin_layout Subsection
18898 Small Letters
18899 \begin_inset CommandInset label
18900 LatexCommand label
18901 name "sub:Small-Letters"
18902
18903 \end_inset
18904
18905
18906 \begin_inset Index
18907 status collapsed
18908
18909 \begin_layout Plain Layout
18910 Greek letters ! small
18911 \end_layout
18912
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \begin_layout Standard
18919 \begin_inset space \hfill{}
18920 \end_inset
18921
18922
18923 \begin_inset Tabular
18924 <lyxtabular version="3" rows="11" columns="2">
18925 <features>
18926 <column alignment="center" valignment="top" width="0pt">
18927 <column alignment="center" valignment="top" width="0pt">
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 Command
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942 Result
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 </row>
18948 <row>
18949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953
18954 \backslash
18955 alpha
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964 \begin_inset Formula $\alpha$
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 </row>
18973 <row>
18974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978
18979 \backslash
18980 beta
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989 \begin_inset Formula $\beta$
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 </row>
18998 <row>
18999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \backslash
19005 gamma
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014 \begin_inset Formula $\gamma$
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 </row>
19023 <row>
19024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028
19029 \backslash
19030 delta
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039 \begin_inset Formula $\delta$
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 </row>
19048 <row>
19049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053
19054 \backslash
19055 epsilon
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064 \begin_inset Formula $\epsilon$
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 </row>
19073 <row>
19074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078
19079 \backslash
19080 varepsilon
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089 \begin_inset Formula $\varepsilon$
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \backslash
19105 zeta
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 \begin_inset Formula $\zeta$
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 </row>
19123 <row>
19124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \backslash
19130 eta
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 \begin_inset Formula $\eta$
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \backslash
19155 theta
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164 \begin_inset Formula $\theta$
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 </row>
19173 <row>
19174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178
19179 \backslash
19180 vartheta
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 \begin_inset Formula $\vartheta$
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 </lyxtabular>
19199
19200 \end_inset
19201
19202
19203 \begin_inset space \hfill{}
19204 \end_inset
19205
19206
19207 \begin_inset Tabular
19208 <lyxtabular version="3" rows="12" columns="2">
19209 <features>
19210 <column alignment="center" valignment="top" width="0pt">
19211 <column alignment="center" valignment="top" width="0pt">
19212 <row>
19213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217 Command
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 Result
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 </row>
19232 <row>
19233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237
19238 \backslash
19239 iota
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248 \begin_inset Formula $\iota$
19249 \end_inset
19250
19251
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 </row>
19257 <row>
19258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262
19263 \backslash
19264 kappa
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 \begin_inset Formula $\kappa$
19274 \end_inset
19275
19276
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 </row>
19282 <row>
19283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287
19288 \backslash
19289 varkappa
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 \begin_inset Formula $\varkappa$
19299 \end_inset
19300
19301
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 <row>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312
19313 \backslash
19314 lambda
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 \begin_inset Formula $\lambda$
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 </row>
19332 <row>
19333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \backslash
19339 mu
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348 \begin_inset Formula $\mu$
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 </row>
19357 <row>
19358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362
19363 \backslash
19364 nu
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Formula $\nu$
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \backslash
19389 xi
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 \begin_inset Formula $\xi$
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 o
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Formula $o$
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 </row>
19430 <row>
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435
19436 \backslash
19437 pi
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 \begin_inset Formula $\pi$
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 </row>
19455 <row>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460
19461 \backslash
19462 varpi
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 \begin_inset Formula $\varpi$
19472 \end_inset
19473
19474
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 </row>
19480 <row>
19481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485
19486 \backslash
19487 rho
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 \begin_inset Formula $\rho$
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 </row>
19505 </lyxtabular>
19506
19507 \end_inset
19508
19509
19510 \begin_inset space \hfill{}
19511 \end_inset
19512
19513
19514 \begin_inset Tabular
19515 <lyxtabular version="3" rows="11" columns="2">
19516 <features>
19517 <column alignment="center" valignment="top" width="0pt">
19518 <column alignment="center" valignment="top" width="0pt">
19519 <row>
19520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 Command
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533 Result
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 </row>
19539 <row>
19540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544
19545 \backslash
19546 varrho
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 \begin_inset Formula $\varrho$
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 </row>
19564 <row>
19565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569
19570 \backslash
19571 sigma
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580 \begin_inset Formula $\sigma$
19581 \end_inset
19582
19583
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 </row>
19589 <row>
19590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594
19595 \backslash
19596 varsigma
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605 \begin_inset Formula $\varsigma$
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 </row>
19614 <row>
19615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Plain Layout
19619
19620 \backslash
19621 tau
19622 \end_layout
19623
19624 \end_inset
19625 </cell>
19626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630 \begin_inset Formula $\tau$
19631 \end_inset
19632
19633
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 </row>
19639 <row>
19640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644
19645 \backslash
19646 upsilon
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655 \begin_inset Formula $\upsilon$
19656 \end_inset
19657
19658
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 </row>
19664 <row>
19665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669
19670 \backslash
19671 phi
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 \begin_inset Formula $\phi$
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 </row>
19689 <row>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694
19695 \backslash
19696 varphi
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 \begin_inset Formula $\varphi$
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 <row>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719
19720 \backslash
19721 chi
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 \begin_inset Formula $\chi$
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 </row>
19739 <row>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744
19745 \backslash
19746 psi
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $\psi$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 </row>
19764 <row>
19765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769
19770 \backslash
19771 omega
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 \begin_inset Formula $\omega$
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 </lyxtabular>
19790
19791 \end_inset
19792
19793
19794 \begin_inset space \hfill{}
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \begin_layout Standard
19801 \begin_inset VSpace medskip
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Standard
19808 How to create upright Greek letters is explained in 
19809 \begin_inset CommandInset ref
19810 LatexCommand ref
19811 reference "sub:Upright-small-Greek"
19812
19813 \end_inset
19814
19815 .
19816 \end_layout
19817
19818 \begin_layout Subsection
19819 Big Letters
19820 \begin_inset Index
19821 status collapsed
19822
19823 \begin_layout Plain Layout
19824 Greek letters ! big
19825 \end_layout
19826
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \begin_layout Standard
19833 \begin_inset space \hfill{}
19834 \end_inset
19835
19836
19837 \begin_inset Tabular
19838 <lyxtabular version="3" rows="7" columns="2">
19839 <features>
19840 <column alignment="center" valignment="top" width="0pt">
19841 <column alignment="center" valignment="top" width="0pt">
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 Command
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 Result
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867
19868 \backslash
19869 Gamma
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 \begin_inset Formula $\Gamma$
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 <row>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \backslash
19894 Delta
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 \begin_inset Formula $\Delta$
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 </row>
19912 <row>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917
19918 \backslash
19919 Theta
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $\Theta$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 </row>
19937 <row>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942
19943 \backslash
19944 Lambda
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 \begin_inset Formula $\Lambda$
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \backslash
19969 Xi
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 \begin_inset Formula $\Xi$
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992
19993 \backslash
19994 Pi
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\Pi$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 </lyxtabular>
20013
20014 \end_inset
20015
20016
20017 \begin_inset space \hfill{}
20018 \end_inset
20019
20020
20021 \begin_inset Tabular
20022 <lyxtabular version="3" rows="6" columns="2">
20023 <features>
20024 <column alignment="center" valignment="top" width="0pt">
20025 <column alignment="center" valignment="top" width="0pt">
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 Command
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040 Result
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 <row>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051
20052 \backslash
20053 Sigma
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 \begin_inset Formula $\Sigma$
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 </row>
20071 <row>
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076
20077 \backslash
20078 Upsilon
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087 \begin_inset Formula $\Upsilon$
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101
20102 \backslash
20103 Phi
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112 \begin_inset Formula $\Phi$
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 </row>
20121 <row>
20122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126
20127 \backslash
20128 Psi
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset Formula $\Psi$
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 </row>
20146 <row>
20147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151
20152 \backslash
20153 Omega
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162 \begin_inset Formula $\Omega$
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 </row>
20171 </lyxtabular>
20172
20173 \end_inset
20174
20175
20176 \begin_inset space \hfill{}
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \begin_layout Standard
20183 \begin_inset VSpace medskip
20184 \end_inset
20185
20186 That the big Greek letters appear upright is caused by a design bug when
20187  TeX was developed.
20188  To get correct italic big letters, begin every command with 
20189 \series bold
20190 var
20191 \series default
20192 .
20193  For example the command 
20194 \series bold
20195
20196 \backslash
20197 varGamma
20198 \series default
20199  produces: 
20200 \begin_inset Formula $\varGamma$
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \begin_layout Subsection
20207 Bold Letters
20208 \begin_inset Index
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212 Greek letters ! bold
20213 \end_layout
20214
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \begin_layout Standard
20221 Greek letters cannot be set with different font styles like Latin letters.
20222  They can only be made bold with the command 
20223 \series bold
20224
20225 \backslash
20226 boldsymbol
20227 \series default
20228
20229 \begin_inset Index
20230 status collapsed
20231
20232 \begin_layout Plain Layout
20233 Commands ! B ! 
20234 \backslash
20235 boldsymbol
20236 \end_layout
20237
20238 \end_inset
20239
20240 .
20241 \end_layout
20242
20243 \begin_layout Standard
20244 \align center
20245 \begin_inset Tabular
20246 <lyxtabular version="3" rows="3" columns="2">
20247 <features>
20248 <column alignment="center" valignment="top" width="0">
20249 <column alignment="center" valignment="top" width="0">
20250 <row>
20251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 Command
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 Result
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 Upsilon
20278 \backslash
20279 boldsymbol
20280 \backslash
20281 Upsilon
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304
20305 \backslash
20306 theta
20307 \backslash
20308 boldsymbol
20309 \backslash
20310 theta
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 \begin_inset Formula $\theta\boldsymbol{\theta}$
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 </lyxtabular>
20329
20330 \end_inset
20331
20332
20333 \end_layout
20334
20335 \begin_layout Section
20336 Symbols
20337 \begin_inset ERT
20338 status collapsed
20339
20340 \begin_layout Plain Layout
20341
20342
20343 \backslash
20344 texorpdfstring{
20345 \end_layout
20346
20347 \end_inset
20348
20349
20350 \begin_inset Foot
20351 status collapsed
20352
20353 \begin_layout Plain Layout
20354 A list with all symbols of most of the LaTeX-packages can be found in 
20355 \begin_inset CommandInset citation
20356 LatexCommand cite
20357 key "Symbole"
20358
20359 \end_inset
20360
20361 .
20362 \end_layout
20363
20364 \end_inset
20365
20366
20367 \begin_inset ERT
20368 status collapsed
20369
20370 \begin_layout Plain Layout
20371
20372 }{}
20373 \end_layout
20374
20375 \end_inset
20376
20377
20378 \begin_inset Note Note
20379 status collapsed
20380
20381 \begin_layout Plain Layout
20382
20383 \backslash
20384 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20385 \end_layout
20386
20387 \begin_layout Plain Layout
20388 More about 
20389 \backslash
20390 texorpdfstring is in section 
20391 \begin_inset CommandInset ref
20392 LatexCommand ref
20393 reference "sub:Formulas-in-Section"
20394
20395 \end_inset
20396
20397 .
20398 \end_layout
20399
20400 \end_inset
20401
20402
20403 \begin_inset Index
20404 status collapsed
20405
20406 \begin_layout Plain Layout
20407 Symbols
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Standard
20416 Many of the symbols listed in this section can also be inserted via the
20417  toolbar buttons 
20418 \begin_inset Graphics
20419         filename ../images/math/nabla.png
20420         scale 85
20421
20422 \end_inset
20423
20424  and 
20425 \begin_inset Graphics
20426         filename ../images/math/digamma.png
20427         scale 85
20428
20429 \end_inset
20430
20431 .
20432 \end_layout
20433
20434 \begin_layout Subsection
20435 Mathematical Symbols
20436 \begin_inset CommandInset label
20437 LatexCommand label
20438 name "sub:Mathematical-Symbols"
20439
20440 \end_inset
20441
20442
20443 \begin_inset Index
20444 status collapsed
20445
20446 \begin_layout Plain Layout
20447 Symbols ! mathematical
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Standard
20456 \begin_inset space \hfill{}
20457 \end_inset
20458
20459
20460 \begin_inset Tabular
20461 <lyxtabular version="3" rows="10" columns="2">
20462 <features>
20463 <column alignment="center" valignment="top" width="0pt">
20464 <column alignment="center" valignment="top" width="0pt">
20465 <row>
20466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 Command
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479 Result
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 </row>
20485 <row>
20486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490
20491 \backslash
20492 neg
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501 \begin_inset Formula $\neg$
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 <row>
20511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515
20516 \backslash
20517 Im
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 \begin_inset Formula $\Im$
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 </row>
20535 <row>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \backslash
20542 Re
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Formula $\Re$
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 <row>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565
20566 \backslash
20567 aleph
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 \begin_inset Formula $\aleph$
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 </row>
20585 <row>
20586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590
20591 \backslash
20592 partial
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 \begin_inset Formula $\partial$
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615
20616 \backslash
20617 infty
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 \begin_inset Formula $\infty$
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 wp
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 \begin_inset Formula $\wp$
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 </row>
20660 <row>
20661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 imath
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset Formula $\imath$
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 jmath
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\jmath$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 </lyxtabular>
20711
20712 \end_inset
20713
20714
20715 \begin_inset space \hfill{}
20716 \end_inset
20717
20718
20719 \begin_inset Tabular
20720 <lyxtabular version="3" rows="10" columns="2">
20721 <features>
20722 <column alignment="center" valignment="top" width="0pt">
20723 <column alignment="center" valignment="top" width="0pt">
20724 <row>
20725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 Command
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 Result
20739 \begin_inset Note Note
20740 status collapsed
20741
20742 \begin_layout Plain Layout
20743
20744 \series bold
20745
20746 \backslash
20747 raisebox
20748 \series default
20749  is only used as spacer.
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 forall
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\forall$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 <row>
20786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790
20791 \backslash
20792 exists
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\exists$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815
20816 \backslash
20817 nexists
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\nexists$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \backslash
20842 emptyset
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 \begin_inset Formula $\emptyset$
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \backslash
20867 varnothing
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\varnothing$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \backslash
20892 dag
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Formula $\dag$
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \backslash
20917 ddag
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\ddag$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 complement
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 \begin_inset ERT
20952 status collapsed
20953
20954 \begin_layout Plain Layout
20955
20956
20957 \backslash
20958 raisebox{-0.8mm}{
20959 \end_layout
20960
20961 \end_inset
20962
20963
20964 \begin_inset Formula $\complement$
20965 \end_inset
20966
20967
20968 \begin_inset ERT
20969 status collapsed
20970
20971 \begin_layout Plain Layout
20972
20973 }
20974 \end_layout
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 </row>
20984 <row>
20985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989
20990 \backslash
20991 Bbbk
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 \begin_inset Formula $\Bbbk$
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 </row>
21009 </lyxtabular>
21010
21011 \end_inset
21012
21013
21014 \begin_inset space \hfill{}
21015 \end_inset
21016
21017
21018 \begin_inset Tabular
21019 <lyxtabular version="3" rows="10" columns="2">
21020 <features>
21021 <column alignment="center" valignment="top" width="0pt">
21022 <column alignment="center" valignment="top" width="0pt">
21023 <row>
21024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028 Command
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037 Result
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 </row>
21043 <row>
21044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048
21049 \backslash
21050 prime
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 \begin_inset Formula $\prime$
21060 \end_inset
21061
21062
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 </row>
21068 <row>
21069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073
21074 \backslash
21075 backprime
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $\backprime$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \backslash
21100 mho
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Formula $\mho$
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 <row>
21119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123
21124 \backslash
21125 triangle
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 \begin_inset Formula $\triangle$
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 </row>
21143 <row>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148
21149 \backslash
21150 angle
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 \begin_inset Formula $\angle$
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \backslash
21175 measuredangle
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\measuredangle$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198
21199 \backslash
21200 sphericalangle
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Formula $\sphericalangle$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 top
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\top$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248
21249 \backslash
21250 bot
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\bot$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 </lyxtabular>
21269
21270 \end_inset
21271
21272
21273 \begin_inset space \hfill{}
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \begin_layout Standard
21280 \begin_inset Newpage newpage
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \begin_layout Subsection
21287 Miscellaneous Symbols
21288 \begin_inset CommandInset label
21289 LatexCommand label
21290 name "sub:Miscellaneous-Symbols"
21291
21292 \end_inset
21293
21294
21295 \begin_inset Index
21296 status collapsed
21297
21298 \begin_layout Plain Layout
21299 Symbols ! miscellaneous
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Standard
21308 \noindent
21309 \align center
21310 \begin_inset Tabular
21311 <lyxtabular version="3" rows="10" columns="2">
21312 <features>
21313 <column alignment="center" valignment="top" width="0pt">
21314 <column alignment="center" valignment="top" width="0pt">
21315 <row>
21316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 Command
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329 Result
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340
21341 \backslash
21342 flat
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 \begin_inset Formula $\flat$
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 <row>
21361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365
21366 \backslash
21367 natural
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 \begin_inset Formula $\natural$
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 </row>
21385 <row>
21386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390
21391 \backslash
21392 sharp
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 \begin_inset Formula $\sharp$
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 </row>
21410 <row>
21411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415
21416 \backslash
21417 surd
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Formula $\surd$
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 </row>
21435 <row>
21436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440
21441 \backslash
21442 checkmark
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 \begin_inset Formula $\checkmark$
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 </row>
21460 <row>
21461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465
21466 \backslash
21467 yen
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 \begin_inset Formula $\yen$
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 pounds
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\pounds$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 $
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524 \begin_inset Formula $\$$
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 </row>
21533 <row>
21534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 §
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $§$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 </lyxtabular>
21557
21558 \end_inset
21559
21560
21561 \begin_inset Tabular
21562 <lyxtabular version="3" rows="10" columns="2">
21563 <features>
21564 <column alignment="center" valignment="top" width="0">
21565 <column alignment="center" valignment="top" width="0">
21566 <row>
21567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 Command
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 Result
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 </row>
21586 <row>
21587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591
21592 \backslash
21593 hbar
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 \begin_inset Formula $\hbar$
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 </row>
21611 <row>
21612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616
21617 \backslash
21618 hslash
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627 \begin_inset Formula $\hslash$
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 </row>
21636 <row>
21637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641
21642 \backslash
21643 clubsuit
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 \begin_inset Formula $\clubsuit$
21653 \end_inset
21654
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 <row>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666
21667 \backslash
21668 spadesuit
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Formula $\spadesuit$
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 bigstar
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\bigstar$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 <row>
21712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716
21717 \backslash
21718 blacklozenge
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 \begin_inset Formula $\blacklozenge$
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 blacktriangle
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\blacktriangle$
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 blacktiangledown
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\blacktriangledown$
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \backslash
21793 bullet
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 \begin_inset Formula $\bullet$
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 </lyxtabular>
21812
21813 \end_inset
21814
21815
21816 \begin_inset Tabular
21817 <lyxtabular version="3" rows="10" columns="2">
21818 <features>
21819 <column alignment="center" valignment="top" width="0pt">
21820 <column alignment="center" valignment="top" width="0pt">
21821 <row>
21822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 Command
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835 Result
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 </row>
21841 <row>
21842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846
21847 \backslash
21848 diamondsuit
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857 \begin_inset Formula $\diamondsuit$
21858 \end_inset
21859
21860
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 </row>
21866 <row>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871
21872 \backslash
21873 Diamond
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 \begin_inset Formula $\Diamond$
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 </row>
21891 <row>
21892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \backslash
21898 heartsuit
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Formula $\heartsuit$
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \backslash
21923 P
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Formula $\P$
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \backslash
21948 copyright
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 \begin_inset Formula $\copyright$
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 <row>
21967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971
21972 \backslash
21973 circledR
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $\circledR$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \backslash
21998 maltese
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\maltese$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 diagup
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\diagup$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \backslash
22048 diagdown
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Formula $\diagdown$
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 </lyxtabular>
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \begin_layout Standard
22074 \begin_inset VSpace medskip
22075 \end_inset
22076
22077 More symbols are listed in 
22078 \begin_inset CommandInset ref
22079 LatexCommand ref
22080 reference "sub:Miscellaneous-special-Characters"
22081
22082 \end_inset
22083
22084 .
22085 \end_layout
22086
22087 \begin_layout Standard
22088 Some symbols can be displayed in different sizes, see 
22089 \begin_inset CommandInset ref
22090 LatexCommand ref
22091 reference "sub:Font-Sizes"
22092
22093 \end_inset
22094
22095 .
22096 \end_layout
22097
22098 \begin_layout Subsection
22099 The Euro-Symbol €
22100 \begin_inset Index
22101 status collapsed
22102
22103 \begin_layout Plain Layout
22104 Symbols ! Euro-symbol
22105 \end_layout
22106
22107 \end_inset
22108
22109
22110 \begin_inset Index
22111 status collapsed
22112
22113 \begin_layout Plain Layout
22114
22115 \backslash
22116 @
22117 \begin_inset ERT
22118 status collapsed
22119
22120 \begin_layout Plain Layout
22121
22122
22123 \backslash
22124 officialeuro
22125 \end_layout
22126
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \begin_layout Standard
22138 To use the Euro symbol in formulas, the LaTeX-package 
22139 \series bold
22140 eurosym
22141 \series default
22142
22143 \begin_inset Index
22144 status collapsed
22145
22146 \begin_layout Plain Layout
22147 Packages ! eurosym
22148 \end_layout
22149
22150 \end_inset
22151
22152  must be installed and loaded with the LaTeX-preamble line
22153 \end_layout
22154
22155 \begin_layout Standard
22156
22157 \series bold
22158
22159 \backslash
22160 usepackage[gennarrow]{eurosym}
22161 \end_layout
22162
22163 \begin_layout Standard
22164 The Euro symbol can now be inserted with the command 
22165 \series bold
22166
22167 \backslash
22168 euro
22169 \series default
22170
22171 \begin_inset Index
22172 status collapsed
22173
22174 \begin_layout Plain Layout
22175 Commands ! E ! 
22176 \backslash
22177 euro
22178 \end_layout
22179
22180 \end_inset
22181
22182 .
22183 \end_layout
22184
22185 \begin_layout Standard
22186 The Euro symbol can directly be inserted with the € key in mathematical
22187  text, without having 
22188 \series bold
22189 eurosym
22190 \series default
22191  installed.
22192  When 
22193 \series bold
22194 eurosym
22195 \series default
22196  is installed, 
22197 \series bold
22198
22199 \backslash
22200 euro
22201 \series default
22202  can also be inserted in TeX-mode.
22203  The official currency symbol can then be inserted with the command 
22204 \series bold
22205
22206 \backslash
22207 officialeuro
22208 \series default
22209
22210 \begin_inset Index
22211 status collapsed
22212
22213 \begin_layout Plain Layout
22214 Commands ! O ! 
22215 \backslash
22216 officialeuro
22217 \end_layout
22218
22219 \end_inset
22220
22221 , that is only available in TeX-mode.
22222 \end_layout
22223
22224 \begin_layout Standard
22225 \begin_inset ERT
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229
22230
22231 \backslash
22232 ifeurosym 
22233 \end_layout
22234
22235 \end_inset
22236
22237
22238 \begin_inset Note Note
22239 status open
22240
22241 \begin_layout Plain Layout
22242 The following table will only be displayed when the LaTeX-package 
22243 \series bold
22244 eurosym
22245 \series default
22246  is installed.
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \begin_layout Standard
22255 An overview about the different Euro symbols:
22256 \end_layout
22257
22258 \begin_layout Standard
22259 \align center
22260 \begin_inset Tabular
22261 <lyxtabular version="3" rows="4" columns="3">
22262 <features>
22263 <column alignment="center" valignment="top" width="0pt">
22264 <column alignment="center" valignment="top" width="0pt">
22265 <column alignment="center" valignment="top" width="0pt">
22266 <row>
22267 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 Command 
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 Result
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 <row>
22296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 formula
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309
22310 \backslash
22311 euro
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 \begin_inset Formula $\euro$
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 </row>
22329 <row>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 mathematical text
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 \begin_inset Formula $\mbox{€}$
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 </row>
22361 <row>
22362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 TeX-mode
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375
22376 \backslash
22377 officialeuro
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 \begin_inset ERT
22387 status collapsed
22388
22389 \begin_layout Plain Layout
22390
22391
22392 \backslash
22393 officialeuro
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 </row>
22404 </lyxtabular>
22405
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \begin_layout Standard
22412 \begin_inset ERT
22413 status collapsed
22414
22415 \begin_layout Plain Layout
22416
22417
22418 \backslash
22419 else 
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \begin_inset Note Note
22426 status open
22427
22428 \begin_layout Plain Layout
22429 The following will be displayed when the LaTeX-package 
22430 \series bold
22431 eurosym
22432 \series default
22433  is not installed:
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \end_layout
22440
22441 \begin_layout Standard
22442 You need to install the LaTeX-package 
22443 \series bold
22444 eurosym
22445 \series default
22446  to see the rest of this subsection in the output.
22447 \end_layout
22448
22449 \begin_layout Standard
22450 \begin_inset ERT
22451 status collapsed
22452
22453 \begin_layout Plain Layout
22454
22455
22456 \backslash
22457 fi 
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \begin_layout Section
22466 Relations
22467 \begin_inset CommandInset label
22468 LatexCommand label
22469 name "sec:Relations"
22470
22471 \end_inset
22472
22473
22474 \begin_inset Index
22475 status collapsed
22476
22477 \begin_layout Plain Layout
22478 Relations
22479 \end_layout
22480
22481 \end_inset
22482
22483
22484 \begin_inset Index
22485 status collapsed
22486
22487 \begin_layout Plain Layout
22488 Comparisons|see
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494 {
22495 \end_layout
22496
22497 \end_inset
22498
22499 Relations
22500 \begin_inset ERT
22501 status collapsed
22502
22503 \begin_layout Plain Layout
22504
22505 }
22506 \end_layout
22507
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Standard
22519 All relations can also be inserted via the toolbar button 
22520 \begin_inset Graphics
22521         filename ../images/math/leq.png
22522         scale 85
22523
22524 \end_inset
22525
22526 .
22527 \end_layout
22528
22529 \begin_layout Standard
22530 \begin_inset space \hfill{}
22531 \end_inset
22532
22533
22534 \begin_inset Tabular
22535 <lyxtabular version="3" rows="17" columns="2">
22536 <features>
22537 <column alignment="center" valignment="top" width="0pt">
22538 <column alignment="center" valignment="top" width="0pt">
22539 <row>
22540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 Command
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 Result
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 <
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $<$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 <row>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \backslash
22589 le
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $\le$
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \backslash
22614 ll
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\ll$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 prec
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\prec$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 preceq
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\preceq$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 subset
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\subset$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 subseteq
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\subseteq$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 sqsubseteq
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\sqsubseteq$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 in
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\in$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 vdash
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\vdash$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 smile
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\smile$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 lhd
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\lhd$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 unlhd
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\unlhd$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 gtrless
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\gtrless$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 mid
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\mid$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 nmid
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\nmid$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 </lyxtabular>
22958
22959 \end_inset
22960
22961
22962 \begin_inset space \hfill{}
22963 \end_inset
22964
22965
22966 \begin_inset Tabular
22967 <lyxtabular version="3" rows="17" columns="2">
22968 <features>
22969 <column alignment="center" valignment="top" width="0pt">
22970 <column alignment="center" valignment="top" width="0pt">
22971 <row>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 Command
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 Result
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 =
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 \begin_inset Formula $=$
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 </row>
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \backslash
23021 not=
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 \begin_inset Formula $\not=$
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 </row>
23039 <row>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \backslash
23046 equiv
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Formula $\equiv$
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 sim
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\sim$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \backslash
23096 simeq
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 \begin_inset Formula $\simeq$
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \backslash
23121 approx
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Formula $\approx$
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \backslash
23146 cong
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 \begin_inset Formula $\cong$
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 </row>
23164 <row>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169
23170 \backslash
23171 bowtie
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Formula $\bowtie$
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 <row>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \backslash
23196 notin
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\notin$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 perp
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset Formula $\perp$
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244
23245 \backslash
23246 propto
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $\propto$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 asymp
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\asymp$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 doteq
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\doteq$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 circeq
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\circeq$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 models
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\models$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 widehat=
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\widehat{=}$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 </lyxtabular>
23390
23391 \end_inset
23392
23393
23394 \begin_inset space \hfill{}
23395 \end_inset
23396
23397
23398 \begin_inset Tabular
23399 <lyxtabular version="3" rows="17" columns="2">
23400 <features>
23401 <column alignment="center" valignment="top" width="0pt">
23402 <column alignment="center" valignment="top" width="0pt">
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 Command
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 Result
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 >
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Formula $>$
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 <row>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451
23452 \backslash
23453 ge
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 \begin_inset Formula $\ge$
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 </row>
23471 <row>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476
23477 \backslash
23478 gg
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 \begin_inset Formula $\gg$
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \backslash
23503 succ
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $\succ$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \backslash
23528 succeq
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset Formula $\succeq$
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 supset
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Formula $\supset$
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \backslash
23578 supseteq
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Formula $\supseteq$
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 </row>
23596 <row>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \backslash
23603 sqsupseteq
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $\sqsupseteq$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 ni
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\ni$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 dashv
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\dashv$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 frown
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\frown$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 rhd
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\rhd$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 unrhd
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\unrhd$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 lessgtr
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\lessgtr$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 parallel
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\parallel$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 nparallel
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\nparallel$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 </lyxtabular>
23822
23823 \end_inset
23824
23825
23826 \begin_inset space \hfill{}
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \begin_layout Standard
23833 \begin_inset VSpace medskip
23834 \end_inset
23835
23836 The characters 
23837 \series bold
23838
23839 \backslash
23840 lhd
23841 \series default
23842  and 
23843 \series bold
23844
23845 \backslash
23846 rhd
23847 \series default
23848  are bigger than the equal looking operators 
23849 \series bold
23850
23851 \backslash
23852 triangleleft
23853 \series default
23854  and 
23855 \series bold
23856
23857 \backslash
23858 triangleright
23859 \series default
23860 , respectively.
23861 \end_layout
23862
23863 \begin_layout Standard
23864 Relations are, in contrary to symbols, always surrounded by space.
23865 \end_layout
23866
23867 \begin_layout Standard
23868 Relations with labels can be created with the command 
23869 \series bold
23870
23871 \backslash
23872 stackrel
23873 \series default
23874
23875 \begin_inset Index
23876 status collapsed
23877
23878 \begin_layout Plain Layout
23879 Commands ! S ! 
23880 \backslash
23881 stackrel
23882 \end_layout
23883
23884 \end_inset
23885
23886 :
23887 \end_layout
23888
23889 \begin_layout Standard
23890 \align center
23891 \begin_inset Tabular
23892 <lyxtabular version="3" rows="2" columns="2">
23893 <features>
23894 <column alignment="center" valignment="top" width="0">
23895 <column alignment="center" valignment="top" width="0">
23896 <row>
23897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 Command
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 Result
23911 \begin_inset Note Note
23912 status collapsed
23913
23914 \begin_layout Plain Layout
23915
23916 \series bold
23917
23918 \backslash
23919 raisebox
23920 \series default
23921  is only used as spacer.
23922 \end_layout
23923
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 A(r)
23938 \backslash
23939 stackrel
23940 \begin_inset ERT
23941 status collapsed
23942
23943 \begin_layout Plain Layout
23944
23945
23946 \backslash
23947 spce 
23948 \end_layout
23949
23950 \end_inset
23951
23952 r
23953 \backslash
23954 to
23955 \backslash
23956 infty
23957 \begin_inset ERT
23958 status collapsed
23959
23960 \begin_layout Plain Layout
23961
23962
23963 \backslash
23964 spce 
23965 \end_layout
23966
23967 \end_inset
23968
23969
23970 \begin_inset Formula $\downarrow$
23971 \end_inset
23972
23973
23974 \backslash
23975 approx
23976 \begin_inset ERT
23977 status collapsed
23978
23979 \begin_layout Plain Layout
23980
23981
23982 \backslash
23983 spce 
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \begin_inset ERT
23990 status collapsed
23991
23992 \begin_layout Plain Layout
23993
23994
23995 \backslash
23996 spce 
23997 \end_layout
23998
23999 \end_inset
24000
24001 B
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 </row>
24019 </lyxtabular>
24020
24021 \end_inset
24022
24023
24024 \end_layout
24025
24026 \begin_layout Section
24027 Functions
24028 \end_layout
24029
24030 \begin_layout Subsection
24031 Predefined Functions
24032 \begin_inset CommandInset label
24033 LatexCommand label
24034 name "sub:Predefined-Functions"
24035
24036 \end_inset
24037
24038
24039 \begin_inset Index
24040 status collapsed
24041
24042 \begin_layout Plain Layout
24043 Functions ! predefined
24044 \end_layout
24045
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \begin_layout Standard
24052 In general, variables are set 
24053 \emph on
24054 italic
24055 \emph default
24056  in mathematical expressions, but not function names, because 
24057 \begin_inset Formula $sin$
24058 \end_inset
24059
24060  could be misunderstood as 
24061 \begin_inset Formula $s\cdot i\cdot n$
24062 \end_inset
24063
24064 .
24065  Therefore there are predefined functions, that are additionally a bit separated
24066  from prefactors.
24067  They are inserted as commands starting with a backslash before their name.
24068 \end_layout
24069
24070 \begin_layout Standard
24071 \align center
24072 \begin_inset Tabular
24073 <lyxtabular version="3" rows="2" columns="4">
24074 <features>
24075 <column alignment="center" valignment="top" width="0pt">
24076 <column alignment="center" valignment="top" width="0pt">
24077 <column alignment="center" valignment="top" width="0pt">
24078 <column alignment="center" valignment="top" width="0pt">
24079 <row>
24080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 Command
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093 Result
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 Command
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 Result
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 </row>
24117 <row>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 Asin(x)+B
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 \begin_inset Formula $Asin(x)+B$
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 A
24144 \backslash
24145 sin(x)+B
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 \begin_inset Formula $A\sin(x)+B$
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 </row>
24163 </lyxtabular>
24164
24165 \end_inset
24166
24167
24168 \begin_inset Newpage pagebreak
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \begin_layout Standard
24175 The following functions are predefined:
24176 \end_layout
24177
24178 \begin_layout Standard
24179 \begin_inset VSpace -2mm
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \begin_layout Standard
24186 \align center
24187 \begin_inset Tabular
24188 <lyxtabular version="3" rows="9" columns="4">
24189 <features>
24190 <column alignment="center" valignment="top" width="0pt">
24191 <column alignment="center" valignment="top" width="0pt">
24192 <column alignment="center" valignment="top" width="0pt">
24193 <column alignment="center" valignment="top" width="0pt">
24194 <row>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 Command
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 Command
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 Command
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226 Command
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237
24238 \backslash
24239 sin
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \backslash
24250 sinh
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \backslash
24261 arcsin
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \backslash
24272 sup
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 </row>
24278 <row>
24279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283
24284 \backslash
24285 cos
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 cosh
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 arccos
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316
24317 \backslash
24318 inf
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 </row>
24324 <row>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329
24330 \backslash
24331 tan
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340
24341 \backslash
24342 tanh
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 arctan
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 lim
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375
24376 \backslash
24377 cot
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 coth
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 arg
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 liminf
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 </row>
24416 <row>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \backslash
24423 sec
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432
24433 \backslash
24434 min
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \backslash
24445 deg
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 limsup
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 </row>
24462 <row>
24463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467
24468 \backslash
24469 csc
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \backslash
24480 max
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489
24490 \backslash
24491 det
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 Pr
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 </row>
24508 <row>
24509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513
24514 \backslash
24515 ln
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 exp
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 dim
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 hom
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 </row>
24554 <row>
24555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559
24560 \backslash
24561 lg
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570
24571 \backslash
24572 log
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581
24582 \backslash
24583 ker
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592
24593 \backslash
24594 gcd
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 </row>
24600 </lyxtabular>
24601
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \begin_layout Standard
24608 They can also be inserted with the math toolbar button 
24609 \begin_inset Graphics
24610         filename ../images/math/functions.png
24611         scale 85
24612
24613 \end_inset
24614
24615 .
24616 \end_layout
24617
24618 \begin_layout Subsection
24619 Self-defined Functions
24620 \begin_inset Index
24621 status collapsed
24622
24623 \begin_layout Plain Layout
24624 Functions ! self-defined
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \begin_layout Standard
24633 To use a function that is not predefined, like for example the sign function
24634  sgn(x), there are two possibilities:
24635 \end_layout
24636
24637 \begin_layout Itemize
24638 Define the function by inserting the following line to the LaTeX-preamble
24639 \begin_inset Foot
24640 status collapsed
24641
24642 \begin_layout Plain Layout
24643 For more about 
24644 \series bold
24645
24646 \backslash
24647 DeclareMathOperator
24648 \series default
24649  see 
24650 \begin_inset CommandInset ref
24651 LatexCommand ref
24652 reference "sub:Self-defined-Operators"
24653
24654 \end_inset
24655
24656 .
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \begin_inset Newline newline
24663 \end_inset
24664
24665
24666 \begin_inset VSpace -3mm
24667 \end_inset
24668
24669
24670 \begin_inset Newline newline
24671 \end_inset
24672
24673
24674 \series bold
24675
24676 \backslash
24677 DeclareMathOperator{
24678 \backslash
24679 sgn}{sgn}
24680 \series default
24681
24682 \begin_inset Index
24683 status collapsed
24684
24685 \begin_layout Plain Layout
24686 Commands ! D ! 
24687 \backslash
24688 dbinom@
24689 \backslash
24690 DeclareMathOperator
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \begin_inset Newline newline
24697 \end_inset
24698
24699
24700 \begin_inset VSpace -2mm
24701 \end_inset
24702
24703
24704 \begin_inset Newline newline
24705 \end_inset
24706
24707 Now the new defined function can be called with the command 
24708 \series bold
24709
24710 \backslash
24711 sgn
24712 \series default
24713 .
24714 \end_layout
24715
24716 \begin_layout Itemize
24717 Write the the formula as usual, mark the formula name, in our example the
24718  letters 
24719 \emph on
24720 sgn
24721 \emph default
24722 , and change it to mathematical text.
24723  At last a space is inserted between prefactor and function.
24724 \end_layout
24725
24726 \begin_layout Standard
24727 The result is the same with both methods as with a predefined function
24728 \begin_inset Foot
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732 In LyX self-defined functions are displayed red, predefined ones black.
24733 \end_layout
24734
24735 \end_inset
24736
24737 :
24738 \end_layout
24739
24740 \begin_layout Standard
24741 \align center
24742 \begin_inset Tabular
24743 <lyxtabular version="3" rows="3" columns="2">
24744 <features>
24745 <column alignment="center" valignment="top" width="0pt">
24746 <column alignment="center" valignment="top" width="0pt">
24747 <row>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 Command
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 Result
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 </row>
24767 <row>
24768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772 A
24773 \backslash
24774 sgn(x)+B
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783 \begin_inset Formula $A\sgn(x)+B$
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \end_inset
24790 </cell>
24791 </row>
24792 <row>
24793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797 A
24798 \backslash
24799 ,
24800 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24801 \end_inset
24802
24803 (x)+B
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 </row>
24821 </lyxtabular>
24822
24823 \end_inset
24824
24825
24826 \end_layout
24827
24828 \begin_layout Standard
24829 The first method is more suitable when the self-defined function should
24830  be used several times.
24831 \end_layout
24832
24833 \begin_layout Subsection
24834 Limits
24835 \begin_inset Index
24836 status collapsed
24837
24838 \begin_layout Plain Layout
24839 Limits
24840 \end_layout
24841
24842 \end_inset
24843
24844
24845 \end_layout
24846
24847 \begin_layout Standard
24848 For limits there are defined besides 
24849 \series bold
24850
24851 \backslash
24852 lim
24853 \series default
24854
24855 \begin_inset Index
24856 status collapsed
24857
24858 \begin_layout Plain Layout
24859 Commands ! L ! 
24860 \backslash
24861 lim
24862 \end_layout
24863
24864 \end_inset
24865
24866
24867 \series bold
24868
24869 \backslash
24870 liminf
24871 \series default
24872  and 
24873 \series bold
24874
24875 \backslash
24876 limsup
24877 \series default
24878  furthermore the following functions:
24879 \end_layout
24880
24881 \begin_layout Standard
24882 \align center
24883 \begin_inset Tabular
24884 <lyxtabular version="3" rows="5" columns="2">
24885 <features>
24886 <column alignment="center" valignment="top" width="0">
24887 <column alignment="center" valignment="top" width="0">
24888 <row>
24889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893 Command
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902 Result
24903 \begin_inset Note Note
24904 status collapsed
24905
24906 \begin_layout Plain Layout
24907
24908 \series bold
24909
24910 \backslash
24911 raisebox
24912 \series default
24913  is only used as spacer.
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 <row>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 varliminf
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 \begin_inset Formula $\varliminf$
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 <row>
24950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 varlimsup
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965 \begin_inset Formula $\varlimsup$
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 </row>
24974 <row>
24975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979
24980 \backslash
24981 varprojlim
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990 \begin_inset Formula $\varprojlim$
24991 \end_inset
24992
24993
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 </row>
24999 <row>
25000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004
25005 \backslash
25006 varinjlim
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015 \begin_inset Formula $\varinjlim$
25016 \end_inset
25017
25018
25019 \begin_inset Formula $\raisebox{-2.5mm}{}$
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 </row>
25028 </lyxtabular>
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \begin_inset VSpace medskip
25037 \end_inset
25038
25039 The limit is created by inserting a subscript.
25040  It is set right beside the function in an inline formula:
25041 \end_layout
25042
25043 \begin_layout Standard
25044 \align center
25045 \begin_inset Tabular
25046 <lyxtabular version="3" rows="2" columns="2">
25047 <features>
25048 <column alignment="center" valignment="top" width="0pt">
25049 <column alignment="center" valignment="top" width="0pt">
25050 <row>
25051 <cell alignment="center" valignment="top" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055 Command
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064 \begin_inset space \hspace{}
25065 \length 1cm
25066 \end_inset
25067
25068 Result
25069 \begin_inset Note Note
25070 status collapsed
25071
25072 \begin_layout Plain Layout
25073
25074 \series bold
25075
25076 \backslash
25077 hspace
25078 \series default
25079  and
25080 \series bold
25081  
25082 \backslash
25083 raisebox
25084 \series default
25085  are used here as spacer.
25086 \end_layout
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 </row>
25096 <row>
25097 <cell alignment="center" valignment="top" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101
25102 \backslash
25103 lim_x
25104 \backslash
25105 to
25106 \begin_inset ERT
25107 status collapsed
25108
25109 \begin_layout Plain Layout
25110
25111
25112 \backslash
25113 spce 
25114 \end_layout
25115
25116 \end_inset
25117
25118 A
25119 \begin_inset ERT
25120 status collapsed
25121
25122 \begin_layout Plain Layout
25123
25124
25125 \backslash
25126 spce 
25127 \end_layout
25128
25129 \end_inset
25130
25131 x=B
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 </lyxtabular>
25150
25151 \end_inset
25152
25153
25154 \end_layout
25155
25156 \begin_layout Standard
25157 In a displayed formula the limit is set below the formula, as usual:
25158 \begin_inset Formula \[
25159 \lim_{x\to A}x=B\]
25160
25161 \end_inset
25162
25163
25164 \end_layout
25165
25166 \begin_layout Subsection
25167 Modulo-Functions
25168 \begin_inset Index
25169 status collapsed
25170
25171 \begin_layout Plain Layout
25172 Functions ! modulo-
25173 \end_layout
25174
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \begin_layout Standard
25181 The modulo-function is special, because it exists in four variants.
25182 \end_layout
25183
25184 \begin_layout Standard
25185 The variants in a displayed formula:
25186 \begin_inset Formula \begin{align*}
25187 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25188 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25189 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25190 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25191 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25192
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \begin_layout Standard
25199 In an inline formula less space is set before the function names for all
25200  variants.
25201 \end_layout
25202
25203 \begin_layout Section
25204 Special Characters
25205 \begin_inset Index
25206 status collapsed
25207
25208 \begin_layout Plain Layout
25209 Special characters
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Subsection
25218 Special Characters in Mathematical Text
25219 \end_layout
25220
25221 \begin_layout Standard
25222 The following commands can only be used in mathematical text or in TeX-mode:
25223 \end_layout
25224
25225 \begin_layout Standard
25226 \begin_inset space \hfill{}
25227 \end_inset
25228
25229
25230 \begin_inset Tabular
25231 <lyxtabular version="3" rows="8" columns="2">
25232 <features>
25233 <column alignment="block" valignment="top" width="0">
25234 <column alignment="block" valignment="top" width="0">
25235 <row>
25236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240 Command
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249 Result
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 </row>
25255 <row>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260
25261 \backslash
25262 oe
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271 \begin_inset Formula $\textrm{œ}$
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 </row>
25280 <row>
25281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285
25286 \backslash
25287 OE
25288 \end_layout
25289
25290 \end_inset
25291 </cell>
25292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296 \begin_inset Formula $\textrm{Œ}$
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 </row>
25305 <row>
25306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310
25311 \backslash
25312 ae
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321 \begin_inset Formula $\textrm{æ}$
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 </row>
25330 <row>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335
25336 \backslash
25337 AE
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346 \begin_inset Formula $\textrm{Æ}$
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 </row>
25355 <row>
25356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360
25361 \backslash
25362 aa
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371 \begin_inset Formula $\textrm{\aa}$
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 </row>
25380 <row>
25381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \backslash
25387 AA
25388 \begin_inset Index
25389 status collapsed
25390
25391 \begin_layout Plain Layout
25392
25393 \backslash
25394 @
25395 \begin_inset ERT
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399
25400
25401 \backslash
25402 textrm{
25403 \backslash
25404 AA}
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25420 \begin_inset Text
25421
25422 \begin_layout Plain Layout
25423 \begin_inset Formula $\textrm{Å}$
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 </row>
25432 <row>
25433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437
25438 \backslash
25439 i
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448 \begin_inset Formula $\textrm{ı}$
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 </row>
25457 </lyxtabular>
25458
25459 \end_inset
25460
25461
25462 \begin_inset space \hfill{}
25463 \end_inset
25464
25465
25466 \begin_inset Tabular
25467 <lyxtabular version="3" rows="8" columns="2">
25468 <features>
25469 <column alignment="block" valignment="top" width="0">
25470 <column alignment="center" valignment="top" width="0">
25471 <row>
25472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476 command
25477 \begin_inset Note Note
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481
25482 \series bold
25483
25484 \backslash
25485 hspace{0mm}
25486 \series default
25487  is used for separation, because otherwise the output will be ¡ and ¿ respective
25488 ly.
25489 \end_layout
25490
25491 \end_inset
25492
25493
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502 Result
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 </row>
25508 <row>
25509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513
25514 \backslash
25515 o
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524 \begin_inset Formula $\textrm{ø}$
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 </row>
25533 <row>
25534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25535 \begin_inset Text
25536
25537 \begin_layout Plain Layout
25538
25539 \backslash
25540 O
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549 \begin_inset Formula $\textrm{Ø}$
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 </row>
25558 <row>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563
25564 \backslash
25565 l
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Plain Layout
25574 \begin_inset Formula $\textrm{ł}$
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \end_inset
25581 </cell>
25582 </row>
25583 <row>
25584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588
25589 \backslash
25590 L
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 \begin_inset Formula $\textrm{Ł}$
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 <row>
25609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613 !
25614 \begin_inset space \hspace{}
25615 \length 0mm
25616 \end_inset
25617
25618 `
25619 \begin_inset ERT
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623
25624
25625 \backslash
25626 spce 
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640 \begin_inset Formula $\textrm{!`}$
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 </row>
25649 <row>
25650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654 ?
25655 \begin_inset space \hspace{}
25656 \length 0mm
25657 \end_inset
25658
25659 `
25660 \begin_inset ERT
25661 status collapsed
25662
25663 \begin_layout Plain Layout
25664
25665
25666 \backslash
25667 spce 
25668 \end_layout
25669
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681 \begin_inset Formula $\textrm{?`}$
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 </row>
25690 <row>
25691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695
25696 \backslash
25697 j
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Plain Layout
25706 \begin_inset Formula $\textrm{ȷ}$
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 </row>
25715 </lyxtabular>
25716
25717 \end_inset
25718
25719
25720 \begin_inset space \hfill{}
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \begin_layout Standard
25727 The characters 
25728 \begin_inset Formula $\textrm{\textrm{Å}}$
25729 \end_inset
25730
25731  and 
25732 \begin_inset Formula $\textrm{\textrm{Ø}}$
25733 \end_inset
25734
25735  can also be inserted via the math toolbar button 
25736 \begin_inset Graphics
25737         filename ../images/math/digamma.png
25738         scale 85
25739
25740 \end_inset
25741
25742 .
25743 \end_layout
25744
25745 \begin_layout Standard
25746 An exception are the commands 
25747 \series bold
25748 !
25749 \begin_inset space \hspace{}
25750 \length 0mm
25751 \end_inset
25752
25753 `
25754 \series default
25755  and 
25756 \series bold
25757 ?
25758 \begin_inset space \hspace{}
25759 \length 0mm
25760 \end_inset
25761
25762 `
25763 \series default
25764 , because they can be inserted in LyX directly to text.
25765 \end_layout
25766
25767 \begin_layout Subsection
25768 Accents in Text
25769 \begin_inset CommandInset label
25770 LatexCommand label
25771 name "sub:Accents-in-Text"
25772
25773 \end_inset
25774
25775
25776 \begin_inset Index
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780 Accents ! in text
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_layout Standard
25789 With the following commands all letters can be accented.
25790  The commands must be inserted in TeX-mode.
25791 \end_layout
25792
25793 \begin_layout Standard
25794 \begin_inset space \hfill{}
25795 \end_inset
25796
25797
25798 \begin_inset Tabular
25799 <lyxtabular version="3" rows="8" columns="2">
25800 <features>
25801 <column alignment="block" valignment="top" width="0">
25802 <column alignment="block" valignment="top" width="0">
25803 <row>
25804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 Command
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25814 \begin_inset Text
25815
25816 \begin_layout Plain Layout
25817 Result
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 </row>
25823 <row>
25824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25825 \begin_inset Text
25826
25827 \begin_layout Plain Layout
25828
25829 \backslash
25830
25831 \begin_inset Quotes grd
25832 \end_inset
25833
25834 e
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843 \begin_inset ERT
25844 status collapsed
25845
25846 \begin_layout Plain Layout
25847
25848
25849 \backslash
25850 "e
25851 \end_layout
25852
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 </row>
25861 <row>
25862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25863 \begin_inset Text
25864
25865 \begin_layout Plain Layout
25866
25867 \backslash
25868 `e
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25874 \begin_inset Text
25875
25876 \begin_layout Plain Layout
25877 \begin_inset ERT
25878 status collapsed
25879
25880 \begin_layout Plain Layout
25881
25882
25883 \backslash
25884 `e
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 </row>
25895 <row>
25896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25897 \begin_inset Text
25898
25899 \begin_layout Plain Layout
25900
25901 \backslash
25902 ^
25903 \begin_inset ERT
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907
25908
25909 \backslash
25910 spce 
25911 \end_layout
25912
25913 \end_inset
25914
25915 e
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25921 \begin_inset Text
25922
25923 \begin_layout Plain Layout
25924 \begin_inset ERT
25925 status collapsed
25926
25927 \begin_layout Plain Layout
25928
25929
25930 \backslash
25931 ^e
25932 \end_layout
25933
25934 \end_inset
25935
25936
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 </row>
25942 <row>
25943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947
25948 \backslash
25949 =e
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25955 \begin_inset Text
25956
25957 \begin_layout Plain Layout
25958 \begin_inset ERT
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962
25963
25964 \backslash
25965 =e
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 </row>
25976 <row>
25977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981
25982 \backslash
25983 u
25984 \begin_inset ERT
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988
25989
25990 \backslash
25991 spce 
25992 \end_layout
25993
25994 \end_inset
25995
25996 e
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26002 \begin_inset Text
26003
26004 \begin_layout Plain Layout
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010
26011 \backslash
26012 u e
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 </row>
26023 <row>
26024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Plain Layout
26028
26029 \backslash
26030 b
26031 \begin_inset ERT
26032 status collapsed
26033
26034 \begin_layout Plain Layout
26035
26036
26037 \backslash
26038 spce 
26039 \end_layout
26040
26041 \end_inset
26042
26043 e
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052 \begin_inset ERT
26053 status collapsed
26054
26055 \begin_layout Plain Layout
26056
26057
26058 \backslash
26059 b e
26060 \end_layout
26061
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 </row>
26070 <row>
26071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075
26076 \backslash
26077 t
26078 \begin_inset ERT
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082
26083
26084 \backslash
26085 spce 
26086 \end_layout
26087
26088 \end_inset
26089
26090 ee
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 \begin_inset ERT
26100 status collapsed
26101
26102 \begin_layout Plain Layout
26103
26104
26105 \backslash
26106 t ee
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 </row>
26117 </lyxtabular>
26118
26119 \end_inset
26120
26121
26122 \begin_inset space \hfill{}
26123 \end_inset
26124
26125
26126 \begin_inset Tabular
26127 <lyxtabular version="3" rows="8" columns="2">
26128 <features>
26129 <column alignment="block" valignment="top" width="0">
26130 <column alignment="center" valignment="top" width="0">
26131 <row>
26132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 Command
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 Result
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 </row>
26151 <row>
26152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Plain Layout
26156
26157 \backslash
26158 H
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 spce 
26167 \end_layout
26168
26169 \end_inset
26170
26171 e
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26177 \begin_inset Text
26178
26179 \begin_layout Plain Layout
26180 \begin_inset ERT
26181 status collapsed
26182
26183 \begin_layout Plain Layout
26184
26185
26186 \backslash
26187 H e
26188 \end_layout
26189
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 </row>
26198 <row>
26199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203
26204 \backslash
26205 'e
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214 \begin_inset ERT
26215 status collapsed
26216
26217 \begin_layout Plain Layout
26218
26219
26220 \backslash
26221 'e
26222 \end_layout
26223
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 </row>
26232 <row>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237
26238 \backslash
26239 ~e
26240 \begin_inset Index
26241 status collapsed
26242
26243 \begin_layout Plain Layout
26244 Tilde
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 \begin_inset ERT
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 ~e
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 </row>
26276 <row>
26277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281
26282 \backslash
26283 .e
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 \begin_inset ERT
26293 status collapsed
26294
26295 \begin_layout Plain Layout
26296
26297
26298 \backslash
26299 .e
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 </row>
26310 <row>
26311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315
26316 \backslash
26317 v
26318 \begin_inset ERT
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322
26323
26324 \backslash
26325 spce 
26326 \end_layout
26327
26328 \end_inset
26329
26330 e
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset ERT
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343
26344
26345 \backslash
26346 v e
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 </row>
26357 <row>
26358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362
26363 \backslash
26364 d
26365 \begin_inset ERT
26366 status collapsed
26367
26368 \begin_layout Plain Layout
26369
26370
26371 \backslash
26372 spce 
26373 \end_layout
26374
26375 \end_inset
26376
26377 e
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 d e
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 <row>
26405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409
26410 \backslash
26411 c
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416
26417
26418 \backslash
26419 spce 
26420 \end_layout
26421
26422 \end_inset
26423
26424 e
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 c e
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 </row>
26451 </lyxtabular>
26452
26453 \end_inset
26454
26455
26456 \begin_inset space \hfill{}
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \begin_layout Standard
26463 \begin_inset VSpace medskip
26464 \end_inset
26465
26466 With the command 
26467 \series bold
26468
26469 \backslash
26470 t
26471 \series default
26472  also two different characters can be accented.
26473  The command 
26474 \series bold
26475
26476 \backslash
26477 t
26478 \begin_inset ERT
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482
26483
26484 \backslash
26485 spce 
26486 \end_layout
26487
26488 \end_inset
26489
26490 sz
26491 \series default
26492  creates: 
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 t sz
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \begin_layout Standard
26509 The accents 
26510 \series bold
26511 `
26512 \series default
26513  , 
26514 \series bold
26515 '
26516 \series default
26517  , and 
26518 \series bold
26519 ^
26520 \series default
26521  can in combination with vowels directly be inserted with the keyboard without
26522  using TeX-mode.
26523  The same applies for the tilde
26524 \begin_inset Foot
26525 status collapsed
26526
26527 \begin_layout Plain Layout
26528 This only applies for keyboards where the tilde is defined as accent.
26529 \end_layout
26530
26531 \end_inset
26532
26533  
26534 \series bold
26535 ~
26536 \series default
26537  in combination with 
26538 \emph on
26539 a
26540 \emph default
26541  , 
26542 \emph on
26543 n
26544 \emph default
26545  , or 
26546 \emph on
26547 o
26548 \emph default
26549 .
26550 \end_layout
26551
26552 \begin_layout Standard
26553 The commands 
26554 \series bold
26555
26556 \backslash
26557 b
26558 \series default
26559  , 
26560 \series bold
26561
26562 \backslash
26563 c
26564 \series default
26565  , 
26566 \series bold
26567
26568 \backslash
26569 d
26570 \series default
26571  , 
26572 \series bold
26573
26574 \backslash
26575 H
26576 \series default
26577  , 
26578 \series bold
26579
26580 \backslash
26581 t
26582 \series default
26583  , 
26584 \series bold
26585
26586 \backslash
26587 u
26588 \series default
26589  , 
26590 \series bold
26591
26592 \backslash
26593 v
26594 \series default
26595 , and accents inserted directly with the keyboard are also available in
26596  mathematical text.
26597  For the other accents there are special math commands to be used in formulas,
26598  see 
26599 \begin_inset CommandInset ref
26600 LatexCommand ref
26601 reference "sub:Accents-for-one"
26602
26603 \end_inset
26604
26605 .
26606 \end_layout
26607
26608 \begin_layout Standard
26609 \begin_inset VSpace bigskip
26610 \end_inset
26611
26612 Furthermore, with the command 
26613 \series bold
26614
26615 \backslash
26616 textcircled
26617 \series default
26618
26619 \begin_inset Index
26620 status collapsed
26621
26622 \begin_layout Plain Layout
26623 Commands ! T ! 
26624 \backslash
26625 textcircled
26626 \end_layout
26627
26628 \end_inset
26629
26630  all numbers and letters can be set into a circle, quasi accented with a
26631  circle, similar to the the copyright symbol.
26632 \end_layout
26633
26634 \begin_layout Standard
26635 \align center
26636 \begin_inset Tabular
26637 <lyxtabular version="3" rows="3" columns="2">
26638 <features>
26639 <column alignment="center" valignment="top" width="0">
26640 <column alignment="center" valignment="top" width="0">
26641 <row>
26642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646 Command
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 Result
26656 \begin_inset Note Note
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660
26661 \series bold
26662
26663 \backslash
26664 raisebox
26665 \series default
26666  is only used as spacer.
26667 \end_layout
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 </row>
26677 <row>
26678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682
26683 \backslash
26684 textcircled{w}
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693 \begin_inset ERT
26694 status collapsed
26695
26696 \begin_layout Plain Layout
26697
26698
26699 \backslash
26700 textcircled{w}
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 </row>
26711 <row>
26712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716
26717 \backslash
26718 Large 
26719 \backslash
26720 textcircled{
26721 \backslash
26722 normalsize
26723 \backslash
26724 protect
26725 \backslash
26726 raisebox{-1.5pt}{W}}
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Plain Layout
26735 \begin_inset Formula $\raisebox{4.5mm}{}$
26736 \end_inset
26737
26738
26739 \begin_inset ERT
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743
26744
26745 \backslash
26746 Large 
26747 \backslash
26748 textcircled{
26749 \backslash
26750 normalsize
26751 \backslash
26752 protect
26753 \backslash
26754 raisebox{-1.5pt}W}
26755 \end_layout
26756
26757 \end_inset
26758
26759
26760 \begin_inset Formula $\raisebox{-2mm}{}$
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \end_inset
26767 </cell>
26768 </row>
26769 </lyxtabular>
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \begin_layout Standard
26777 One has to take care that the character fits in the circle.
26778  
26779 \series bold
26780
26781 \backslash
26782 Large
26783 \series default
26784
26785 \begin_inset Foot
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789 see 
26790 \begin_inset CommandInset ref
26791 LatexCommand ref
26792 reference "sub:Font-Sizes"
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \end_inset
26800
26801  specifies thereby the size of the circle.
26802  With the help of 
26803 \series bold
26804
26805 \backslash
26806 raisebox
26807 \series default
26808
26809 \begin_inset Foot
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813 see 
26814 \begin_inset CommandInset ref
26815 LatexCommand ref
26816 reference "sub:Boxes-without-Frame"
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824
26825  the character can be centered.
26826 \end_layout
26827
26828 \begin_layout Subsection
26829 Minuscule Numbers
26830 \begin_inset Index
26831 status collapsed
26832
26833 \begin_layout Plain Layout
26834 Minuscule numbers
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \begin_layout Standard
26843 Minuscule numbers are created with the command 
26844 \series bold
26845
26846 \backslash
26847 oldstylenums
26848 \series default
26849
26850 \begin_inset Index
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854 Commands ! O ! 
26855 \backslash
26856 oldstylenums
26857 \end_layout
26858
26859 \end_inset
26860
26861 .
26862  The command can be used in formulas and in TeX-mode.
26863  The command scheme is:
26864 \end_layout
26865
26866 \begin_layout Standard
26867
26868 \series bold
26869
26870 \backslash
26871 oldstylenums{number}
26872 \end_layout
26873
26874 \begin_layout Standard
26875 The command 
26876 \series bold
26877
26878 \backslash
26879 oldstylenums{0123456789
26880 \series default
26881  produces: 
26882 \begin_inset Formula $\oldstylenums{0123456789}$
26883 \end_inset
26884
26885
26886 \end_layout
26887
26888 \begin_layout Subsection
26889 Miscellaneous special Characters
26890 \begin_inset CommandInset label
26891 LatexCommand label
26892 name "sub:Miscellaneous-special-Characters"
26893
26894 \end_inset
26895
26896
26897 \begin_inset Index
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901 Special characters ! miscellaneous
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \begin_layout Standard
26910 The following characters can only be inserted to formulas by using commands:
26911 \end_layout
26912
26913 \begin_layout Standard
26914 \align center
26915 \begin_inset Tabular
26916 <lyxtabular version="3" rows="4" columns="2">
26917 <features>
26918 <column alignment="center" valignment="top" width="0">
26919 <column alignment="center" valignment="top" width="0">
26920 <row>
26921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Plain Layout
26925 Command
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Plain Layout
26934 Result
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 </row>
26940 <row>
26941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Plain Layout
26945
26946 \backslash
26947 ^
26948 \begin_inset ERT
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952
26953
26954 \backslash
26955 spce 
26956 \end_layout
26957
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 \begin_inset Formula $\mathcircumflex$
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 </row>
26978 <row>
26979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26980 \begin_inset Text
26981
26982 \begin_layout Plain Layout
26983
26984 \backslash
26985 _
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 \begin_inset Formula $\_$
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 </row>
27003 <row>
27004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008 ^
27009 \begin_inset ERT
27010 status collapsed
27011
27012 \begin_layout Plain Layout
27013
27014
27015 \backslash
27016 spce 
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \backslash
27023 circ
27024 \begin_inset Index
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028 °
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Plain Layout
27042 \begin_inset Formula $^{\circ}$
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 </row>
27051 </lyxtabular>
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \begin_layout Standard
27059 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27060  contains the following line
27061 \begin_inset Foot
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065 More about this is described in 
27066 \begin_inset CommandInset ref
27067 LatexCommand ref
27068 reference "sub:Text-Characters-in"
27069
27070 \end_inset
27071
27072 .
27073 \end_layout
27074
27075 \end_inset
27076
27077 :
27078 \end_layout
27079
27080 \begin_layout Standard
27081
27082 \series bold
27083
27084 \backslash
27085 DeclareInputtext{176}{
27086 \backslash
27087 ifmmode^
27088 \backslash
27089 circ
27090 \backslash
27091 else
27092 \backslash
27093 textdegree
27094 \backslash
27095 fi}
27096 \end_layout
27097
27098 \begin_layout Section
27099 Formula Styles
27100 \begin_inset CommandInset label
27101 LatexCommand label
27102 name "sec:Formula-Styles"
27103
27104 \end_inset
27105
27106
27107 \begin_inset Index
27108 status collapsed
27109
27110 \begin_layout Plain Layout
27111 Formula ! styles
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \begin_layout Itemize
27120 There are two different alignment styles:
27121 \end_layout
27122
27123 \begin_deeper
27124 \begin_layout Description
27125 Centered is the predefined standard
27126 \end_layout
27127
27128 \begin_layout Description
27129 Indented for this the option 
27130 \series bold
27131 fleqn
27132 \series default
27133  must be inserted in the menu 
27134 \family sans
27135 Document\SpecialChar \menuseparator
27136 Settings
27137 \family default
27138  under 
27139 \family sans
27140 Document
27141 \begin_inset space ~
27142 \end_inset
27143
27144 Class
27145 \end_layout
27146
27147 \begin_layout Standard
27148 When 
27149 \series bold
27150 Indented
27151 \series default
27152  is used, the indentation can be adjusted with the length 
27153 \series bold
27154
27155 \backslash
27156 mathindent
27157 \series default
27158
27159 \begin_inset Index
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163 Commands ! M ! 
27164 \backslash
27165 mathindent
27166 \end_layout
27167
27168 \end_inset
27169
27170 .
27171  Should the distance be 15
27172 \begin_inset space \thinspace{}
27173 \end_inset
27174
27175 mm, the following command line is inserted in the LaTeX-preamble
27176 \end_layout
27177
27178 \begin_layout Standard
27179
27180 \series bold
27181
27182 \backslash
27183 setlength{
27184 \backslash
27185 mathindent}{15mm}
27186 \end_layout
27187
27188 \begin_layout Standard
27189 When no length is specified, the predefined value of 30
27190 \begin_inset space \thinspace{}
27191 \end_inset
27192
27193 pt will be used.
27194 \end_layout
27195
27196 \end_deeper
27197 \begin_layout Itemize
27198 And two different numbering styles:
27199 \end_layout
27200
27201 \begin_deeper
27202 \begin_layout Description
27203 Right is the predefined standard
27204 \end_layout
27205
27206 \begin_layout Description
27207 Left for this the option 
27208 \series bold
27209 leqno
27210 \series default
27211  must be inserted in the menu 
27212 \family sans
27213 Document\SpecialChar \menuseparator
27214 Settings
27215 \family default
27216  under 
27217 \family sans
27218 Document
27219 \begin_inset space ~
27220 \end_inset
27221
27222 Class
27223 \end_layout
27224
27225 \end_deeper
27226 \begin_layout Standard
27227
27228 \series bold
27229 fleqn
27230 \series default
27231  and 
27232 \series bold
27233 leqno
27234 \series default
27235  can also be used together.
27236  In this case both options are inserted, separated by a comma.
27237 \end_layout
27238
27239 \begin_layout Standard
27240 The chosen styles are used for all displayed formulas of the document.
27241  When both, centered and indented formulas should be created in a document,
27242  the style 
27243 \series bold
27244 Centered
27245 \series default
27246  is used.
27247  The indented formulas are then set in a flalign environment, see 
27248 \begin_inset CommandInset ref
27249 LatexCommand ref
27250 reference "sub:Flalign-Environment"
27251
27252 \end_inset
27253
27254 .
27255 \end_layout
27256
27257 \begin_layout Section
27258 Multiline Formulas
27259 \begin_inset CommandInset label
27260 LatexCommand label
27261 name "sec:Multiline-Formulas"
27262
27263 \end_inset
27264
27265
27266 \begin_inset Index
27267 status collapsed
27268
27269 \begin_layout Plain Layout
27270 Formula ! multiline
27271 \end_layout
27272
27273 \end_inset
27274
27275
27276 \end_layout
27277
27278 \begin_layout Subsection
27279 General
27280 \end_layout
27281
27282 \begin_layout Standard
27283 In LyX multiline formulas are created by pressing 
27284 \family sans
27285 \series bold
27286 Ctrl-Return
27287 \family default
27288 \series default
27289  inside a formula.
27290  This creates either an 
27291 \series bold
27292 eqnarray environment
27293 \series default
27294  that is described in 
27295 \begin_inset CommandInset ref
27296 LatexCommand ref
27297 reference "sub:Eqnarray-Environment"
27298
27299 \end_inset
27300
27301  or, when the option 
27302 \family sans
27303 Use AMS math package
27304 \family default
27305  in the document settings is selected, an 
27306 \series bold
27307 align environment
27308 \series default
27309  that is described in 
27310 \begin_inset CommandInset ref
27311 LatexCommand ref
27312 reference "sub:Standard-align-Environment"
27313
27314 \end_inset
27315
27316 .
27317 \end_layout
27318
27319 \begin_layout Standard
27320 There are other multiline formula environments that can be created via the
27321  menu 
27322 \family sans
27323 Insert\SpecialChar \menuseparator
27324 Math
27325 \family default
27326 .
27327  These environments are described in the following sections.
27328 \end_layout
27329
27330 \begin_layout Standard
27331 In all multiline formula environments a new line is created by pressing
27332  
27333 \family sans
27334 Ctrl-Return
27335 \family default
27336 .
27337  To add or delete lines, the math toolbar buttons 
27338 \begin_inset Graphics
27339         filename ../images/tabular-feature_append-row.png
27340         scale 85
27341
27342 \end_inset
27343
27344  or 
27345 \begin_inset Graphics
27346         filename ../images/tabular-feature_delete-row.png
27347         scale 85
27348
27349 \end_inset
27350
27351 , respectively, or the menu 
27352 \family sans
27353 Edit\SpecialChar \menuseparator
27354 Rows & Columns
27355 \family default
27356  can be used.
27357 \end_layout
27358
27359 \begin_layout Subsubsection
27360 Line Separation
27361 \begin_inset CommandInset label
27362 LatexCommand label
27363 name "sub:Line-Separation"
27364
27365 \end_inset
27366
27367
27368 \begin_inset Index
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372 Formula ! multiline ! Line separation
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \begin_layout Standard
27381 There is sometimes not enough space in multiline formulas between the lines:
27382 \begin_inset Formula \begin{eqnarray*}
27383 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}\\
27384 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*}
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \begin_layout Standard
27392 In LaTeX additional line space is specified as optional argument of the
27393  new line command.
27394  This is not yet possible in LyX
27395 \begin_inset Foot
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 see 
27400 \begin_inset CommandInset href
27401 LatexCommand href
27402 name "LyX-bug #1505"
27403 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411
27412 , therefore the whole formula must be inserted in TeX-mode.
27413  To add in our example space, the command 
27414 \series bold
27415
27416 \backslash
27417
27418 \backslash
27419 [3mm]
27420 \series default
27421  is inserted at the end of the first line.
27422  One gets: 
27423 \begin_inset ERT
27424 status collapsed
27425
27426 \begin_layout Plain Layout
27427
27428
27429 \backslash
27430 begin{eqnarray*}
27431 \end_layout
27432
27433 \begin_layout Plain Layout
27434
27435 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27436  = & 
27437 \backslash
27438 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27439 \backslash
27440
27441 \backslash
27442 [3mm]
27443 \end_layout
27444
27445 \begin_layout Plain Layout
27446
27447 4x^{2}
27448 \backslash
27449 left(B^{2}+x_{0}^{2}
27450 \backslash
27451 right)+4x_{0}x
27452 \backslash
27453 left(D-B^{2}
27454 \backslash
27455 right)+B^{2}
27456 \backslash
27457 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27458 \backslash
27459 right) & = & 0
27460 \end_layout
27461
27462 \begin_layout Plain Layout
27463
27464
27465 \backslash
27466 end{eqnarray*}
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Standard
27475 \begin_inset VSpace bigskip
27476 \end_inset
27477
27478 To set the the line separation for all lines in a formula, the length 
27479 \series bold
27480
27481 \backslash
27482 jot
27483 \series default
27484
27485 \begin_inset Index
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 Commands ! J ! 
27490 \backslash
27491 jot
27492 \end_layout
27493
27494 \end_inset
27495
27496  is changed.
27497  The definition is: 
27498 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27499 \end_inset
27500
27501 .
27502  Predefined for 
27503 \series bold
27504
27505 \backslash
27506 jot
27507 \series default
27508  is the value 3
27509 \begin_inset space \thinspace{}
27510 \end_inset
27511
27512 pt.
27513  To create 3
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 mm additional line separation as in the previous example, the command
27518 \end_layout
27519
27520 \begin_layout Standard
27521
27522 \series bold
27523
27524 \backslash
27525 setlength{
27526 \backslash
27527 jot}{3mm+3pt}
27528 \end_layout
27529
27530 \begin_layout Standard
27531 is inserted in TeX-mode before the formula.
27532  This requires that the LaTeX-package 
27533 \series bold
27534 calc
27535 \series default
27536
27537 \begin_inset Foot
27538 status collapsed
27539
27540 \begin_layout Plain Layout
27541
27542 \series bold
27543 calc
27544 \series default
27545  is part of every LaTeX standard installation.
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \begin_inset Index
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 Packages ! calc
27556 \end_layout
27557
27558 \end_inset
27559
27560  was loaded in LaTeX-preamble with the line
27561 \end_layout
27562
27563 \begin_layout Standard
27564
27565 \series bold
27566
27567 \backslash
27568 usepackage{calc}
27569 \end_layout
27570
27571 \begin_layout Standard
27572 One gets: 
27573 \begin_inset ERT
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577
27578
27579 \backslash
27580 setlength{
27581 \backslash
27582 jot}{3mm+3pt}
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \begin_inset Formula \begin{eqnarray*}
27589 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}\\
27590 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*}
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Standard
27598 \begin_inset ERT
27599 status collapsed
27600
27601 \begin_layout Plain Layout
27602
27603
27604 \backslash
27605 setlength{
27606 \backslash
27607 jot}{3pt}
27608 \end_layout
27609
27610 \end_inset
27611
27612  To get back to the predefined distance, 
27613 \series bold
27614
27615 \backslash
27616 jot
27617 \series default
27618  is set to the value 3
27619 \begin_inset space \thinspace{}
27620 \end_inset
27621
27622 pt.
27623 \end_layout
27624
27625 \begin_layout Subsubsection
27626 Column Separation
27627 \begin_inset CommandInset label
27628 LatexCommand label
27629 name "sub:Column-Separation"
27630
27631 \end_inset
27632
27633
27634 \begin_inset Index
27635 status collapsed
27636
27637 \begin_layout Plain Layout
27638 Formula ! multiline ! Column separation
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Standard
27647 Multiline formulas form a matrix.
27648  A formula in the eqnarray environment is for example a matrix with three
27649  columns.
27650  By changing the column separation in this environment, the space beside
27651  the relation sign can be changed.
27652 \end_layout
27653
27654 \begin_layout Standard
27655 The column separation is specified with the length 
27656 \series bold
27657
27658 \backslash
27659 arraycolsep
27660 \series default
27661
27662 \begin_inset Index
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 Commands ! A ! 
27667 \backslash
27668 arraycolsep
27669 \end_layout
27670
27671 \end_inset
27672
27673  according to:
27674 \begin_inset Newline newline
27675 \end_inset
27676
27677 column separation = 2
27678 \begin_inset space \thinspace{}
27679 \end_inset
27680
27681
27682 \series bold
27683
27684 \backslash
27685 arraycolsep
27686 \series default
27687
27688 \begin_inset Newline newline
27689 \end_inset
27690
27691 Thus, the command
27692 \end_layout
27693
27694 \begin_layout Standard
27695
27696 \series bold
27697
27698 \backslash
27699 setlength{
27700 \backslash
27701 arraycolsep}{1cm}
27702 \end_layout
27703
27704 \begin_layout Standard
27705 inserted in TeX-mode, sets for all following formulas a column separation
27706  of 2
27707 \begin_inset space \thinspace{}
27708 \end_inset
27709
27710 cm.
27711  To get back to the predefined distance, 
27712 \series bold
27713
27714 \backslash
27715 arraycolsep
27716 \series default
27717  is set to 5
27718 \begin_inset space \thinspace{}
27719 \end_inset
27720
27721 pt.
27722 \end_layout
27723
27724 \begin_layout Standard
27725 A formula with 2
27726 \begin_inset space \thinspace{}
27727 \end_inset
27728
27729 cm column separation:
27730 \begin_inset ERT
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734
27735
27736 \backslash
27737 setlength{
27738 \backslash
27739 arraycolsep}{1cm}
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \begin_inset Formula \begin{eqnarray*}
27746 A & = & B\\
27747 C & \ne & A\end{eqnarray*}
27748
27749 \end_inset
27750
27751 A formula with the predefined column separation for matrices of 10
27752 \begin_inset space \thinspace{}
27753 \end_inset
27754
27755 pt:
27756 \begin_inset ERT
27757 status collapsed
27758
27759 \begin_layout Plain Layout
27760
27761
27762 \backslash
27763 setlength{
27764 \backslash
27765 arraycolsep}{5pt}
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \begin_inset Formula \begin{eqnarray*}
27772 A & = & B\\
27773 C & \ne & A\end{eqnarray*}
27774
27775 \end_inset
27776
27777
27778 \end_layout
27779
27780 \begin_layout Subsubsection
27781 Long Formulas
27782 \begin_inset Index
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786 Formula ! long
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795 Long formulas can be typeset using these methods:
27796 \end_layout
27797
27798 \begin_layout Itemize
27799 When one side of the equation is much shorther than the line width, this
27800  one is chosen for the left side and the right side is typeset over two
27801  lines:
27802 \begin_inset ERT
27803 status collapsed
27804
27805 \begin_layout Plain Layout
27806
27807
27808 \backslash
27809 medskip
27810 \end_layout
27811
27812 \end_inset
27813
27814  
27815 \begin_inset Formula \begin{eqnarray}
27816 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 \\
27817  &  & -\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}
27818
27819 \end_inset
27820
27821
27822 \begin_inset ERT
27823 status collapsed
27824
27825 \begin_layout Plain Layout
27826
27827
27828 \backslash
27829 smallskip
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \begin_inset Newline newline
27836 \end_inset
27837
27838 The minus sign at the beginning of the second line does normally not appear
27839  as operator because it is the first character of the line.
27840  Thus it would not be surrounded by space and could not be distinguished
27841  from the fraction bar.
27842  To avoid this, space was inserted behind the minus sign with the command
27843  
27844 \series bold
27845
27846 \backslash
27847 hspace{3pt}
27848 \series default
27849
27850 \begin_inset Foot
27851 status collapsed
27852
27853 \begin_layout Plain Layout
27854 more about 
27855 \series bold
27856
27857 \backslash
27858 hspace
27859 \series default
27860  see 
27861 \begin_inset CommandInset ref
27862 LatexCommand ref
27863 reference "sub:Variable-Space"
27864
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \begin_inset Index
27874 status collapsed
27875
27876 \begin_layout Plain Layout
27877 Commands ! H ! 
27878 \backslash
27879 hspace
27880 \end_layout
27881
27882 \end_inset
27883
27884 .
27885 \end_layout
27886
27887 \begin_layout Itemize
27888 When both sides of the equation are too long, the command 
27889 \series bold
27890
27891 \backslash
27892 lefteqn
27893 \series default
27894
27895 \begin_inset Index
27896 status collapsed
27897
27898 \begin_layout Plain Layout
27899 Commands ! L ! 
27900 \backslash
27901 lefteqn
27902 \end_layout
27903
27904 \end_inset
27905
27906  is used.
27907  It is inserted to the first column of the first line and effects that all
27908  further insertions overwrite the following columns:
27909 \begin_inset ERT
27910 status collapsed
27911
27912 \begin_layout Plain Layout
27913
27914
27915 \backslash
27916 medskip
27917 \end_layout
27918
27919 \end_inset
27920
27921
27922 \begin_inset Formula \begin{eqnarray}
27923 \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 \\
27924  &  & -\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 \\
27925  &  & =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}
27926
27927 \end_inset
27928
27929
27930 \begin_inset ERT
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934
27935
27936 \backslash
27937 smallskip
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \begin_inset Newline newline
27944 \end_inset
27945
27946 After the insertion of 
27947 \series bold
27948
27949 \backslash
27950 lefteqn
27951 \series default
27952 , the cursor is in a purple box that is a bit shifted to the left from the
27953  blue one.
27954  In this the formula is inserted.
27955 \begin_inset ERT
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959
27960
27961 \backslash
27962 medskip
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \begin_inset Newline newline
27969 \end_inset
27970
27971 The content of the further lines is inserted to the second or another formula
27972  column.
27973  The greater the column number where it was inserted, the larger the indentation.
27974 \begin_inset ERT
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978
27979
27980 \backslash
27981 medskip
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \begin_inset Newline newline
27988 \end_inset
27989
27990
27991 \begin_inset Note Greyedout
27992 status open
27993
27994 \begin_layout Plain Layout
27995 Note the following when using 
27996 \series bold
27997
27998 \backslash
27999 lefteqn
28000 \series default
28001 :
28002 \end_layout
28003
28004 \begin_layout Itemize
28005 The formula doesn't use the full page width.
28006  When e.
28007 \begin_inset space \thinspace{}
28008 \end_inset
28009
28010 g.
28011 \begin_inset space ~
28012 \end_inset
28013
28014 the term 
28015 \begin_inset Formula $-B^{2}$
28016 \end_inset
28017
28018  is added to the first line in the above example, it would have been outside
28019  the page margin.
28020  To better use the width, negative space can be inserted at the beginning
28021  of the first line.
28022 \end_layout
28023
28024 \begin_layout Itemize
28025 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28026  line.
28027 \begin_inset Foot
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031 \begin_inset CommandInset href
28032 LatexCommand href
28033 name "LyX-bug #1429"
28034 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28035
28036 \end_inset
28037
28038
28039 \end_layout
28040
28041 \end_inset
28042
28043  One can only set the cursor at the beginning of the line and move it with
28044  the arrow keys.
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Itemize
28053 Other methods to set long formulas are offered by the environments described
28054  in 
28055 \begin_inset CommandInset ref
28056 LatexCommand ref
28057 reference "sub:Multline-Environment"
28058
28059 \end_inset
28060
28061  and 
28062 \begin_inset CommandInset ref
28063 LatexCommand ref
28064 reference "sub:Multiline-Formula-Parts"
28065
28066 \end_inset
28067
28068 .
28069 \end_layout
28070
28071 \begin_layout Subsubsection
28072 Multiline Brackets
28073 \begin_inset CommandInset label
28074 LatexCommand label
28075 name "sub:Multiline-Brackets"
28076
28077 \end_inset
28078
28079
28080 \begin_inset Index
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 Brackets ! for multiline expressions
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \end_layout
28091
28092 \begin_layout Standard
28093 For brackets spanning multiple lines the following problem occurs:
28094 \begin_inset Formula \begin{eqnarray*}
28095 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28096  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28097
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \begin_layout Standard
28104 The closing bracket is smaller than the opening bracket because brackets
28105  with variable size may not span multiple lines.
28106 \end_layout
28107
28108 \begin_layout Standard
28109 To set the bracket size for the second line correctly, the first line is
28110  ended with 
28111 \series bold
28112
28113 \backslash
28114 right.
28115 \series default
28116
28117 \begin_inset Index
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 Commands ! R ! 
28122 \backslash
28123 right
28124 \end_layout
28125
28126 \end_inset
28127
28128  and the second line with 
28129 \series bold
28130
28131 \backslash
28132 left.
28133 \begin_inset Foot
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 for more about 
28138 \series bold
28139
28140 \backslash
28141 left
28142 \series default
28143  and 
28144 \series bold
28145
28146 \backslash
28147 right
28148 \series default
28149  see 
28150 \begin_inset CommandInset ref
28151 LatexCommand ref
28152 reference "sub:Automatic-Bracket-Size"
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \series default
28163
28164 \begin_inset Index
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168 Commands ! L ! 
28169 \backslash
28170 left
28171 \end_layout
28172
28173 \end_inset
28174
28175 .
28176  After 
28177 \series bold
28178
28179 \backslash
28180 left.
28181
28182 \series default
28183  the command 
28184 \series bold
28185
28186 \backslash
28187 vphantom
28188 \series default
28189
28190 \begin_inset ERT
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194
28195
28196 \backslash
28197 spce 
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \series bold
28204
28205 \backslash
28206 prod
28207 \series default
28208 ^
28209 \begin_inset ERT
28210 status collapsed
28211
28212 \begin_layout Plain Layout
28213
28214
28215 \backslash
28216 spce 
28217 \end_layout
28218
28219 \end_inset
28220
28221
28222 \series bold
28223
28224 \backslash
28225 infty
28226 \series default
28227
28228 \begin_inset ERT
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232
28233
28234 \backslash
28235 spce 
28236 \end_layout
28237
28238 \end_inset
28239
28240
28241 \series bold
28242
28243 \begin_inset Formula $\downarrow$
28244 \end_inset
28245
28246 _R=1}
28247 \series default
28248
28249 \begin_inset Index
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253 Commands ! V ! 
28254 \backslash
28255 vphantom
28256 \end_layout
28257
28258 \end_inset
28259
28260  is inserted, because the multiplication operator with its limits is the
28261  largest symbol in the first line and this should be the size for the bracket
28262  in the second line.
28263 \end_layout
28264
28265 \begin_layout Standard
28266 The result is this:
28267 \begin_inset Formula \begin{eqnarray*}
28268 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28269  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Subsection
28277 Align Environments
28278 \end_layout
28279
28280 \begin_layout Standard
28281 Align environments can be used for every kind of multiline formulas.
28282  They are specially useful to set several formulas side by side.
28283 \end_layout
28284
28285 \begin_layout Standard
28286 Align environments consist of columns.
28287  The odd columns are right aligned, the even ones left aligned.
28288  Every line in an Align environment can be numbered.
28289 \end_layout
28290
28291 \begin_layout Standard
28292 Align environments are created via the menu 
28293 \family sans
28294 Insert\SpecialChar \menuseparator
28295 Math
28296 \family default
28297 .
28298  With the menu 
28299 \family sans
28300 Edit\SpecialChar \menuseparator
28301 Math\SpecialChar \menuseparator
28302 Change Formula Type
28303 \family default
28304  already existing formulas can be converted to Align environments.
28305 \end_layout
28306
28307 \begin_layout Standard
28308 To add or delete columns, the math toolbar buttons 
28309 \begin_inset Graphics
28310         filename ../images/tabular-feature_append-column.png
28311         scale 85
28312
28313 \end_inset
28314
28315  or 
28316 \begin_inset Graphics
28317         filename ../images/tabular-feature_delete-column.png
28318         scale 85
28319
28320 \end_inset
28321
28322 , respectively, or the menu 
28323 \family sans
28324 Edit\SpecialChar \menuseparator
28325 Rows & Columns
28326 \family default
28327  can be used.
28328 \end_layout
28329
28330 \begin_layout Subsubsection
28331 Standard align Environment
28332 \begin_inset CommandInset label
28333 LatexCommand label
28334 name "sub:Standard-align-Environment"
28335
28336 \end_inset
28337
28338
28339 \begin_inset Index
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343 Formula ! multiline ! align environment
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Standard
28352 This Align environment is created by presssing 
28353 \family sans
28354 Ctrl-Return
28355 \family default
28356  in a formula or by the menu 
28357 \family sans
28358 Insert\SpecialChar \menuseparator
28359 Math\SpecialChar \menuseparator
28360 AMS align Environment
28361 \family default
28362 .
28363 \end_layout
28364
28365 \begin_layout Standard
28366 An example for two formulas set side by side, that are created with a four
28367  column align environment:
28368 \begin_inset Formula \begin{align*}
28369 A & =\sin(B) & C & =D\\
28370 C & \ne A & B & \ne D\end{align*}
28371
28372 \end_inset
28373
28374 As it can be seen, the formulas in this environment are placed so as if
28375  there would be a 
28376 \series bold
28377
28378 \backslash
28379 hfill
28380 \begin_inset Foot
28381 status collapsed
28382
28383 \begin_layout Plain Layout
28384 more about 
28385 \series bold
28386
28387 \backslash
28388 hfill
28389 \series default
28390  see 
28391 \begin_inset CommandInset ref
28392 LatexCommand ref
28393 reference "sub:Variable-Space"
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \end_inset
28401
28402
28403 \series default
28404  before the first and after every even column.
28405  When the formula style 
28406 \series bold
28407 Indented
28408 \begin_inset Foot
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412 formula styles see 
28413 \begin_inset CommandInset ref
28414 LatexCommand ref
28415 reference "sec:Formula-Styles"
28416
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \series default
28426  is used, the formula is set without the 
28427 \series bold
28428
28429 \backslash
28430 hfill
28431 \series default
28432  before the first column.
28433 \end_layout
28434
28435 \begin_layout Subsubsection
28436 Alignat Environment
28437 \begin_inset Index
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441 Formula ! multiline ! alignat environment
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Standard
28450 The alignat environment has no predefined column separation.
28451  It can be inserted manually with the spaces that are described 
28452 \begin_inset CommandInset ref
28453 LatexCommand ref
28454 reference "sub:Space"
28455
28456 \end_inset
28457
28458 .
28459 \end_layout
28460
28461 \begin_layout Standard
28462 The above example in the alignat environment where 1
28463 \begin_inset space \thinspace{}
28464 \end_inset
28465
28466 cm space was inserted at the beginning of the second formula:
28467 \begin_inset Formula \begin{alignat*}{2}
28468 A & =\sin(B) & \hspace{1cm}C & =D\\
28469 C & \ne A & B & \ne D\end{alignat*}
28470
28471 \end_inset
28472
28473 Because the column separation can be set separately for every column, this
28474  environment is especially suitable to set three and more formulas side
28475  by side.
28476 \end_layout
28477
28478 \begin_layout Subsubsection
28479 Flalign Environment
28480 \begin_inset CommandInset label
28481 LatexCommand label
28482 name "sub:Flalign-Environment"
28483
28484 \end_inset
28485
28486
28487 \begin_inset Index
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491 Formula ! multiline ! flalign environment
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \begin_layout Standard
28500 In this environment the first two columns are always set as much as possible
28501  to the left and the last two ones to the right.
28502  An example:
28503 \begin_inset Formula \begin{flalign*}
28504 A & =1 & B & =2 & C & =3\\
28505 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 By creating a flalign environment with an odd number of columns where an
28514  empty TeX-brace is inserted to the last column, several formulas in a document
28515  can be set to the left, although the formula style 
28516 \series bold
28517 Centered
28518 \series default
28519  is used.
28520  As example the indented formula 
28521 \begin_inset CommandInset ref
28522 LatexCommand eqref
28523 reference "eq:VolInt"
28524
28525 \end_inset
28526
28527 :
28528 \begin_inset Formula \begin{flalign}
28529 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28530
28531 \end_inset
28532
28533 The first two columns contain the formula.
28534  To indent it as with the formula style 
28535 \series bold
28536 Indented
28537 \series default
28538 , 30
28539 \begin_inset space \thinspace{}
28540 \end_inset
28541
28542 pt space was inserted at the beginning of the first column.
28543 \end_layout
28544
28545 \begin_layout Subsection
28546 Eqnarray Environment
28547 \begin_inset CommandInset label
28548 LatexCommand label
28549 name "sub:Eqnarray-Environment"
28550
28551 \end_inset
28552
28553
28554 \begin_inset Index
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558 Formula ! multiline ! eqnarray environment
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \begin_layout Standard
28567 When this environment has been created, three blue boxes appear.
28568  The content of the first box is right aligned, the content of the last
28569  one left aligned.
28570  The content of the middle box appears centered and a bit smaller, because
28571  it is designed to insert there only relation characters.
28572 \begin_inset Formula \begin{eqnarray*}
28573 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28574 AB & AB & AB\\
28575 A & = & A\end{eqnarray*}
28576
28577 \end_inset
28578
28579
28580 \end_layout
28581
28582 \begin_layout Subsection
28583 Gather Environment
28584 \begin_inset Index
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 Formula ! multiline ! gather environment
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 This environment consists of only one centered column.
28598  Every line can be numbered.
28599 \begin_inset Formula \begin{gather}
28600 A=1\\
28601 X=\textrm{-}1\end{gather}
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Subsection
28609 Multline Environment
28610 \begin_inset CommandInset label
28611 LatexCommand label
28612 name "sub:Multline-Environment"
28613
28614 \end_inset
28615
28616
28617 \begin_inset Index
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621 Formula ! multiline ! multline environment
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Standard
28630 The multline environment consists, like the gather environment, of only
28631  one column.
28632  But the first line is left aligned, the last one right aligned.
28633  All other lines are centered.
28634  Therefore this environment is suitable for long formulas.
28635  As example formula 
28636 \begin_inset CommandInset ref
28637 LatexCommand eqref
28638 reference "eq:lefteqn"
28639
28640 \end_inset
28641
28642  in the multline environment:
28643 \begin_inset Formula \begin{multline}
28644 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}\\
28645 -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}\\
28646 =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}
28647
28648 \end_inset
28649
28650
28651 \end_layout
28652
28653 \begin_layout Standard
28654 In the output only the last (first) line of a multline environment appears
28655  numbered when the document numbering is right (left).
28656 \begin_inset Foot
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 numbering styles see 
28661 \begin_inset CommandInset ref
28662 LatexCommand ref
28663 reference "sec:Formula-Styles"
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \begin_layout Standard
28676 With the commands 
28677 \series bold
28678
28679 \backslash
28680 shoveright
28681 \begin_inset Index
28682 status collapsed
28683
28684 \begin_layout Plain Layout
28685 Commands ! S ! 
28686 \backslash
28687 shoveright
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \series default
28694  and 
28695 \series bold
28696
28697 \backslash
28698 shoveleft
28699 \begin_inset Index
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 Commands ! S ! 
28704 \backslash
28705 shoveleft
28706 \end_layout
28707
28708 \end_inset
28709
28710
28711 \series default
28712  a centered line can be right or left aligned, respectively.
28713  The commands are used as follows:
28714 \end_layout
28715
28716 \begin_layout Standard
28717
28718 \series bold
28719
28720 \backslash
28721 shoveright{line content}
28722 \series default
28723  and 
28724 \series bold
28725
28726 \backslash
28727 shoveleft{line content}
28728 \end_layout
28729
28730 \begin_layout Standard
28731 \begin_inset VSpace medskip
28732 \end_inset
28733
28734 The length 
28735 \series bold
28736
28737 \backslash
28738 multlinegap
28739 \begin_inset Index
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 Commands ! M ! 
28744 \backslash
28745 multlinegap
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \series default
28752  specifies the distance of the first line from the left page margin.
28753  Predefined is the length 0
28754 \begin_inset space \thinspace{}
28755 \end_inset
28756
28757 pt.
28758 \end_layout
28759
28760 \begin_layout Standard
28761 As example the above formula where the command
28762 \end_layout
28763
28764 \begin_layout Standard
28765
28766 \series bold
28767
28768 \backslash
28769 setlength{
28770 \backslash
28771 multlinegap}{2cm}
28772 \end_layout
28773
28774 \begin_layout Standard
28775 was inserted in TeX-mode before:
28776 \begin_inset ERT
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781
28782 \backslash
28783 setlength{
28784 \backslash
28785 multlinegap}{2cm}
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \begin_inset Formula \begin{multline}
28792 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}\\
28793 \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}}\\
28794 =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}
28795
28796 \end_inset
28797
28798
28799 \begin_inset ERT
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804
28805 \backslash
28806 setlength{
28807 \backslash
28808 multlinegap}{0pt}
28809 \end_layout
28810
28811 \end_inset
28812
28813 The second line was left aligned using 
28814 \series bold
28815
28816 \backslash
28817 shoveleft
28818 \series default
28819 .
28820 \end_layout
28821
28822 \begin_layout Subsection
28823 Multiline Formula Parts
28824 \begin_inset CommandInset label
28825 LatexCommand label
28826 name "sub:Multiline-Formula-Parts"
28827
28828 \end_inset
28829
28830
28831 \begin_inset Index
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 Formula ! multiline ! formula parts
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 To display only parts of a formula with multiple lines, one of the following
28845  environments are used: 
28846 \series bold
28847 aligned
28848 \series default
28849
28850 \series bold
28851 alignedat
28852 \series default
28853
28854 \series bold
28855 gathered
28856 \series default
28857  or 
28858 \series bold
28859 split
28860 \series default
28861 .
28862  They can be inserted via the menu 
28863 \family sans
28864 Insert\SpecialChar \menuseparator
28865 Math
28866 \family default
28867  or by using the commands described in this section.
28868 \end_layout
28869
28870 \begin_layout Standard
28871 The first three have the same properties as the corresponding multiline
28872  formula environments, but it is possible to set further formula parts beside
28873  them.
28874  An example:
28875 \begin_inset Formula \[
28876 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28877 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28878 \right\} \textrm{Uncertainty relations}\]
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \begin_layout Standard
28886 To get this formula, a displayed formula is created where the command 
28887 \series bold
28888
28889 \backslash
28890 aligned
28891 \begin_inset Index
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895 Commands ! A ! 
28896 \backslash
28897 aligned
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \series default
28904  is inserted.
28905  A purple box appears around the blue formula box where now columns and
28906  lines can be added.
28907  Outside the multiline environment other formula parts can be set, like
28908  the brace.
28909 \end_layout
28910
28911 \begin_layout Standard
28912 The aligned environment is also suitable for long formulas whose lines are
28913  horizontally aligned.
28914  Using aligned in a displayed formula has the advantage that the formula
28915  number is vertically centered behind the lines.
28916  As example formula 
28917 \begin_inset CommandInset ref
28918 LatexCommand eqref
28919 reference "eq:kurzlang"
28920
28921 \end_inset
28922
28923  in the aligned environment:
28924 \begin_inset Formula \begin{equation}
28925 \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}|}\\
28926  & -\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}
28927 \end{equation}
28928
28929 \end_inset
28930
28931
28932 \end_layout
28933
28934 \begin_layout Standard
28935 To use the environments 
28936 \series bold
28937 alignedat
28938 \series default
28939
28940 \series bold
28941 gathered
28942 \series default
28943 , or 
28944 \series bold
28945 split
28946 \series default
28947 , the command 
28948 \series bold
28949
28950 \backslash
28951 alignedat
28952 \series default
28953 ,
28954 \begin_inset Index
28955 status collapsed
28956
28957 \begin_layout Plain Layout
28958 Commands ! A ! 
28959 \backslash
28960 alignedat
28961 \end_layout
28962
28963 \end_inset
28964
28965  
28966 \series bold
28967
28968 \backslash
28969 gathered
28970 \series default
28971
28972 \begin_inset Index
28973 status collapsed
28974
28975 \begin_layout Plain Layout
28976 Commands ! G ! 
28977 \backslash
28978 gathered
28979 \end_layout
28980
28981 \end_inset
28982
28983 , or 
28984 \series bold
28985
28986 \backslash
28987 split
28988 \series default
28989
28990 \begin_inset Index
28991 status collapsed
28992
28993 \begin_layout Plain Layout
28994 Commands ! S ! 
28995 \backslash
28996 split
28997 \end_layout
28998
28999 \end_inset
29000
29001  are inserted, respectively.
29002  The split environment has the same properties as the aligned environment
29003  but it can only have two columns.
29004 \end_layout
29005
29006 \begin_layout Subsection
29007 Text in multiline Formulas
29008 \begin_inset CommandInset label
29009 LatexCommand label
29010 name "sub:Text-in-multiline"
29011
29012 \end_inset
29013
29014
29015 \begin_inset Index
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 Text ! in formulas
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \begin_inset Index
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029 Formula ! multiline ! text
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Standard
29038 In the Align environments, and the multline and gather environment, text
29039  can be inserted that will appear in a separate line and doesn't affect
29040  the column alignment.
29041  To do this, the command 
29042 \series bold
29043
29044 \backslash
29045 intertext
29046 \begin_inset Index
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Commands ! I ! 
29051 \backslash
29052 intertext
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \series default
29059  is used in the following scheme:
29060 \end_layout
29061
29062 \begin_layout Standard
29063
29064 \series bold
29065
29066 \backslash
29067 intertext{text}
29068 \end_layout
29069
29070 \begin_layout Standard
29071 The text should not be longer than a line because it cannot be hyphenated.
29072  As LyX doesn't yet support 
29073 \series bold
29074
29075 \backslash
29076 intertext
29077 \series default
29078  directly, the text is written as mathematical text.
29079  
29080 \series bold
29081
29082 \backslash
29083 intertext
29084 \series default
29085  must hereby be at the beginning of a line and appears in the output above
29086  this line.
29087  An example where the text was inserted at the beginning of the second line:
29088 \begin_inset Formula \begin{align}
29089 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29090 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29091
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Section
29098 Formula Numbering
29099 \begin_inset Index
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103 Formula numbering
29104 \end_layout
29105
29106 \end_inset
29107
29108
29109 \begin_inset Index
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 Formula ! numbering|see
29114 \begin_inset ERT
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118
29119 {
29120 \end_layout
29121
29122 \end_inset
29123
29124 Formula numbering
29125 \begin_inset ERT
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129
29130 }
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Subsection
29144 General
29145 \end_layout
29146
29147 \begin_layout Standard
29148 Numbered formulas can be created with the menu 
29149 \family sans
29150 Insert\SpecialChar \menuseparator
29151 Math\SpecialChar \menuseparator
29152 Numbered
29153 \begin_inset space ~
29154 \end_inset
29155
29156 Formula
29157 \family default
29158  (shortcut 
29159 \family sans
29160 Ctrl-Alt
29161 \begin_inset space ~
29162 \end_inset
29163
29164 n
29165 \family default
29166 ).
29167  Existing formulas can be numbered with the menu 
29168 \family sans
29169 Edit\SpecialChar \menuseparator
29170 Math\SpecialChar \menuseparator
29171 Toggle
29172 \begin_inset space ~
29173 \end_inset
29174
29175 Numbering
29176 \family default
29177  (shortcut 
29178 \family sans
29179 Alt-m
29180 \begin_inset space ~
29181 \end_inset
29182
29183 n
29184 \family default
29185 ).
29186  The formula number is displayed in LyX behind the formula as number sign
29187  in parentheses.
29188  The number sign is replaced in the output by the formula number.
29189 \end_layout
29190
29191 \begin_layout Standard
29192 When numbering is turned on in multiline formulas, all lines will be numbered.
29193  But the numbering can be controlled with the menu 
29194 \family sans
29195 Edit\SpecialChar \menuseparator
29196 Math\SpecialChar \menuseparator
29197 Toggle
29198 \begin_inset space ~
29199 \end_inset
29200
29201 Numbering
29202 \begin_inset space ~
29203 \end_inset
29204
29205 of
29206 \begin_inset space ~
29207 \end_inset
29208
29209 Line
29210 \family default
29211  (shortcut 
29212 \family sans
29213 Alt-m
29214 \begin_inset space ~
29215 \end_inset
29216
29217 N
29218 \family default
29219 ) for every line.
29220 \end_layout
29221
29222 \begin_layout Standard
29223 Except of inline formulas, all formulas can be numbered with two different
29224  styles, see 
29225 \begin_inset CommandInset ref
29226 LatexCommand ref
29227 reference "sec:Formula-Styles"
29228
29229 \end_inset
29230
29231 .
29232 \end_layout
29233
29234 \begin_layout Subsection
29235 Cross-References
29236 \begin_inset CommandInset label
29237 LatexCommand label
29238 name "sub:Cross-References"
29239
29240 \end_inset
29241
29242
29243 \begin_inset Index
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247 Cross-references ! to formulas
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256 All labeled formulas can be cross-referenced.
29257  A label is added by the menu 
29258 \family sans
29259 Insert\SpecialChar \menuseparator
29260 Label
29261 \family default
29262  or the toolbar button 
29263 \begin_inset Graphics
29264         filename ../images/label-insert.png
29265         scale 85
29266
29267 \end_inset
29268
29269 .
29270  The cursor must hereby be inside a displayed formula.
29271  A dialog pops up displaying the prefix 
29272 \series bold
29273 eq:
29274 \series default
29275  in a text field.
29276  The label is inserted there behind the prefix.
29277  The predefined prefix means 
29278 \begin_inset Quotes eld
29279 \end_inset
29280
29281 equation
29282 \begin_inset Quotes erd
29283 \end_inset
29284
29285  and makes it easier to find labels in large documents because it marks
29286  it as formula label to divide it from e.
29287 \begin_inset space \thinspace{}
29288 \end_inset
29289
29290 g.
29291 \begin_inset space ~
29292 \end_inset
29293
29294 section labels.
29295  To change a label, the menu 
29296 \family sans
29297 Insert\SpecialChar \menuseparator
29298 Label
29299 \family default
29300  is used again.
29301 \end_layout
29302
29303 \begin_layout Standard
29304 The name of the label is displayed in LyX within two parentheses behind
29305  formula.
29306  A formula with a label is always numbered.
29307 \end_layout
29308
29309 \begin_layout Standard
29310 Cross-references are inserted via the menu 
29311 \family sans
29312 Insert\SpecialChar \menuseparator
29313 Cross-Reference
29314 \family default
29315  or with the toolbar button 
29316 \begin_inset Graphics
29317         filename ../images/dialog-show-new-inset_ref.png
29318         scale 85
29319
29320 \end_inset
29321
29322 .
29323  A formula cross-reference appears in the output as formula number.
29324  When in the cross-reference dialog window the format 
29325 \series bold
29326 (<reference>)
29327 \series default
29328  is chosen, the cross-reference appears in the output as formula number
29329  in parentheses.
29330 \begin_inset Newline newline
29331 \end_inset
29332
29333 By right-clicking on a cross-reference in LyX, one jumps to the formula
29334  that is referenced.
29335 \end_layout
29336
29337 \begin_layout Standard
29338 Here are as examples cross-references to formulas of the following subsections:
29339 \begin_inset Note Note
29340 status open
29341
29342 \begin_layout Plain Layout
29343 Note the different cross-reference types.
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352 The equations 
29353 \begin_inset CommandInset ref
29354 LatexCommand eqref
29355 reference "eq:tag"
29356
29357 \end_inset
29358
29359  and 
29360 \begin_inset CommandInset ref
29361 LatexCommand eqref
29362 reference "eq:c"
29363
29364 \end_inset
29365
29366  are equivalent.
29367  In (
29368 \begin_inset CommandInset ref
29369 LatexCommand ref
29370 reference "eq:Lat"
29371
29372 \end_inset
29373
29374 ) big Latin letters are used for the numbering in contrary to (
29375 \begin_inset CommandInset ref
29376 LatexCommand ref
29377 reference "eq:Rom"
29378
29379 \end_inset
29380
29381 ).
29382 \end_layout
29383
29384 \begin_layout Standard
29385 \begin_inset VSpace medskip
29386 \end_inset
29387
29388 When the argument of 
29389 \series bold
29390
29391 \backslash
29392 tag
29393 \begin_inset Foot
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397
29398 \series bold
29399
29400 \backslash
29401 tag
29402 \series default
29403  is described in 
29404 \begin_inset CommandInset ref
29405 LatexCommand ref
29406 reference "sub:User-defined-Numbering"
29407
29408 \end_inset
29409
29410 .
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \series default
29417  contains a box like in 
29418 \begin_inset CommandInset ref
29419 LatexCommand ref
29420 reference "sub:Paragraph-Boxes"
29421
29422 \end_inset
29423
29424 , the formula cannot be referenced.
29425 \end_layout
29426
29427 \begin_layout Subsection
29428 Subnumbering
29429 \begin_inset Index
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 Formula numbering ! subnumbering
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 With the help of the commands 
29443 \series bold
29444
29445 \backslash
29446 begin{subequations}
29447 \series default
29448  and 
29449 \series bold
29450
29451 \backslash
29452 end{subequations}
29453 \series default
29454  formulas can be subnumbered.
29455  Both commands are inserted in TeX-mode.
29456 \end_layout
29457
29458 \begin_layout Standard
29459 An example:
29460 \begin_inset Formula \begin{equation}
29461 A=C-B\label{eq:a}\end{equation}
29462
29463 \end_inset
29464
29465
29466 \begin_inset ERT
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470
29471
29472 \backslash
29473 addtocounter{equation}{-1}
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \begin_inset ERT
29480 status collapsed
29481
29482 \begin_layout Plain Layout
29483
29484
29485 \backslash
29486 begin{subequations}
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \begin_inset VSpace -5mm
29493 \end_inset
29494
29495
29496 \begin_inset Formula \begin{equation}
29497 B=C-A\label{eq:b}\end{equation}
29498
29499 \end_inset
29500
29501
29502 \begin_inset Formula \begin{equation}
29503 C=A+B\label{eq:c}\end{equation}
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Standard
29511 \begin_inset ERT
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515
29516
29517 \backslash
29518 end{subequations}
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \begin_layout Standard
29527 To create the example, the following is done:
29528 \end_layout
29529
29530 \begin_layout Enumerate
29531 first formula is inserted
29532 \end_layout
29533
29534 \begin_layout Enumerate
29535
29536 \series bold
29537
29538 \backslash
29539 addtocounter{equation}{-1} 
29540 \backslash
29541 begin{subequations}
29542 \begin_inset Index
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 Commands ! A ! 
29547 \backslash
29548 addtocounter
29549 \end_layout
29550
29551 \end_inset
29552
29553
29554 \begin_inset Newline newline
29555 \end_inset
29556
29557
29558 \series default
29559 is inserted after the first formula
29560 \end_layout
29561
29562 \begin_layout Enumerate
29563 second formula is inserted
29564 \end_layout
29565
29566 \begin_layout Enumerate
29567 third formula is inserted
29568 \end_layout
29569
29570 \begin_layout Enumerate
29571
29572 \series bold
29573
29574 \backslash
29575 end{subequations}
29576 \series default
29577  is inserted after the third formula
29578 \end_layout
29579
29580 \begin_layout Standard
29581 Every formula between the commands 
29582 \series bold
29583
29584 \backslash
29585 begin
29586 \series default
29587  and 
29588 \series bold
29589
29590 \backslash
29591 end
29592 \series default
29593  is subnumbered as a, b, 
29594 \begin_inset Newline linebreak
29595 \end_inset
29596
29597 c, \SpecialChar \ldots{}
29598  For multiline formulas every line will be subnumbered.
29599  All subnumbered formulas are treated as 
29600 \emph on
29601 one
29602 \emph default
29603  numbered formula.
29604  But as every numbered formula increases the counter 
29605 \series bold
29606 equation
29607 \series default
29608  by one, the command 
29609 \series bold
29610
29611 \backslash
29612 addtocounter
29613 \series default
29614  is needed to decrease it.
29615  Otherwise the formulas 
29616 \begin_inset CommandInset ref
29617 LatexCommand eqref
29618 reference "eq:a"
29619
29620 \end_inset
29621
29622
29623 \begin_inset CommandInset ref
29624 LatexCommand eqref
29625 reference "eq:b"
29626
29627 \end_inset
29628
29629
29630 \begin_inset CommandInset ref
29631 LatexCommand eqref
29632 reference "eq:c"
29633
29634 \end_inset
29635
29636  would be numbered as 
29637 \begin_inset CommandInset ref
29638 LatexCommand eqref
29639 reference "eq:a"
29640
29641 \end_inset
29642
29643
29644 \begin_inset CommandInset ref
29645 LatexCommand eqref
29646 reference "eq:d"
29647
29648 \end_inset
29649
29650
29651 \begin_inset CommandInset ref
29652 LatexCommand eqref
29653 reference "eq:f"
29654
29655 \end_inset
29656
29657 .
29658 \end_layout
29659
29660 \begin_layout Standard
29661 By inserting the commands in TeX-mode, a space is created between the first
29662  two formulas.
29663  To revert this -5
29664 \begin_inset space \thinspace{}
29665 \end_inset
29666
29667 mm vertical space is inserted after the command 
29668 \series bold
29669
29670 \backslash
29671 begin{subequations}
29672 \series default
29673 .
29674  When the formula style 
29675 \series bold
29676 Indented
29677 \begin_inset Foot
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681 formula styles see 
29682 \begin_inset CommandInset ref
29683 LatexCommand ref
29684 reference "sec:Formula-Styles"
29685
29686 \end_inset
29687
29688
29689 \end_layout
29690
29691 \end_inset
29692
29693
29694 \series default
29695  is used, -7
29696 \begin_inset space \thinspace{}
29697 \end_inset
29698
29699 mm space is inserted instead.
29700 \end_layout
29701
29702 \begin_layout Standard
29703 Here is an example for a multiline formula where the numbering was turned
29704  off for the second line:
29705 \begin_inset ERT
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709
29710
29711 \backslash
29712 begin{subequations}
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \begin_inset Formula \begin{eqnarray}
29719 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29720  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29721  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29722
29723 \end_inset
29724
29725
29726 \begin_inset ERT
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730
29731
29732 \backslash
29733 end{subequations}
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \end_layout
29740
29741 \begin_layout Subsection
29742 User-defined Numbering
29743 \begin_inset CommandInset label
29744 LatexCommand label
29745 name "sub:User-defined-Numbering"
29746
29747 \end_inset
29748
29749
29750 \begin_inset Index
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754 Formula numbering ! user-defined
29755 \end_layout
29756
29757 \end_inset
29758
29759
29760 \end_layout
29761
29762 \begin_layout Standard
29763 \begin_inset Index
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767 Formula numbering ! self-defined delimiters
29768 \end_layout
29769
29770 \end_inset
29771
29772 With the standard numbering parentheses are set around the formula number.
29773  To replace the parentheses for example by vertical bars, the following
29774  line is added to the LaTeX-preamble:
29775 \end_layout
29776
29777 \begin_layout Standard
29778
29779 \series bold
29780
29781 \backslash
29782 def
29783 \backslash
29784 tagform@#1{
29785 \backslash
29786 maketag@@@{|#1|}}
29787 \series default
29788
29789 \begin_inset Note Note
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793 This macro is already declared in the LaTeX-preamble for testing.
29794  To activate it, remove the percent sign at the beginning.
29795 \end_layout
29796
29797 \end_inset
29798
29799
29800 \end_layout
29801
29802 \begin_layout Standard
29803 To use other characters, the vertical bars besides the 
29804 \series bold
29805 #1
29806 \series default
29807  are replaced by one ore more characters.
29808  To get only the formula number the vertical bars are omitted.
29809 \end_layout
29810
29811 \begin_layout Standard
29812 \begin_inset VSpace bigskip
29813 \end_inset
29814
29815 When there should be an expression of your choice instead of the consecutive
29816  formula number in parentheses behind the formula, the command 
29817 \series bold
29818
29819 \backslash
29820 tag
29821 \series default
29822
29823 \begin_inset Index
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827 Commands ! T ! 
29828 \backslash
29829 tag
29830 \end_layout
29831
29832 \end_inset
29833
29834  is used:
29835 \begin_inset Formula \begin{equation}
29836 A+B=C\tag{something}\label{eq:tag}\end{equation}
29837
29838 \end_inset
29839
29840 In this example the command 
29841 \series bold
29842
29843 \backslash
29844 tag
29845 \begin_inset ERT
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849
29850
29851 \backslash
29852 spce 
29853 \end_layout
29854
29855 \end_inset
29856
29857 something
29858 \series default
29859  was inserted to the formula.
29860 \end_layout
29861
29862 \begin_layout Standard
29863 When the command 
29864 \series bold
29865
29866 \backslash
29867 tag*
29868 \begin_inset ERT
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872
29873
29874 \backslash
29875 spce 
29876 \end_layout
29877
29878 \end_inset
29879
29880 something
29881 \series default
29882  is inserted instead, the star prevents the parentheses around the expression:
29883 \begin_inset Formula \[
29884 A+B=C\tag*{something}\]
29885
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \begin_layout Standard
29892 \begin_inset VSpace bigskip
29893 \end_inset
29894
29895 To restart the formula numbering with new document parts or sections, the
29896  following command is used:
29897 \end_layout
29898
29899 \begin_layout Standard
29900
29901 \series bold
29902
29903 \backslash
29904 @addtoreset{equation}{part}
29905 \series default
29906
29907 \begin_inset Index
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Commands ! 
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917 "
29918 \end_layout
29919
29920 \end_inset
29921
29922 @
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928 "
29929 \end_layout
29930
29931 \end_inset
29932
29933  ! 
29934 \backslash
29935
29936 \begin_inset ERT
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941 "
29942 \end_layout
29943
29944 \end_inset
29945
29946 @
29947 \begin_inset ERT
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952 "
29953 \end_layout
29954
29955 \end_inset
29956
29957 addtoreset
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \begin_inset Newline newline
29964 \end_inset
29965
29966 resp.
29967 \begin_inset Newline newline
29968 \end_inset
29969
29970
29971 \series bold
29972
29973 \backslash
29974 @addtoreset{equation}{section}
29975 \end_layout
29976
29977 \begin_layout Standard
29978 To be able to use these commands in TeX-mode, the 
29979 \begin_inset Quotes eld
29980 \end_inset
29981
29982 @
29983 \begin_inset Quotes erd
29984 \end_inset
29985
29986  character has to be made 
29987 \begin_inset Quotes eld
29988 \end_inset
29989
29990 active
29991 \begin_inset Quotes erd
29992 \end_inset
29993
29994  for LaTeX using the command 
29995 \series bold
29996
29997 \backslash
29998 makeatletter.
29999
30000 \series default
30001  The command 
30002 \series bold
30003
30004 \backslash
30005 makeatother
30006 \series default
30007  reverts this.
30008  So the command sequence in TeX-mode is:
30009 \end_layout
30010
30011 \begin_layout Standard
30012
30013 \series bold
30014
30015 \backslash
30016 makeatletter
30017 \begin_inset Newline newline
30018 \end_inset
30019
30020
30021 \backslash
30022 @addtoreset{equation}{section}
30023 \begin_inset Newline newline
30024 \end_inset
30025
30026
30027 \backslash
30028 makeatother
30029 \end_layout
30030
30031 \begin_layout Standard
30032 In the LaTeX-preamble 
30033 \series bold
30034
30035 \backslash
30036 makeatletter
30037 \series default
30038  and 
30039 \series bold
30040
30041 \backslash
30042 makeatother
30043 \series default
30044  can be omitted as they are automatically internally inserted by LyX.
30045 \end_layout
30046
30047 \begin_layout Standard
30048 To revert 
30049 \series bold
30050
30051 \backslash
30052 @addtoreset
30053 \series default
30054 , the file 
30055 \series bold
30056 remreset.sty
30057 \series default
30058
30059 \begin_inset Foot
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063
30064 \series bold
30065 remreset
30066 \series default
30067  is part of the LaTeX-package 
30068 \series bold
30069 carlisle
30070 \series default
30071
30072 \begin_inset Index
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076 Packages ! carlisle
30077 \end_layout
30078
30079 \end_inset
30080
30081  that is part of every LaTeX standard installation.
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \begin_inset Index
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 Packages ! remreset
30092 \end_layout
30093
30094 \end_inset
30095
30096  has to be loaded in the LaTeX-preamble with the line
30097 \end_layout
30098
30099 \begin_layout Standard
30100
30101 \series bold
30102
30103 \backslash
30104 usepackage{remreset}
30105 \end_layout
30106
30107 \begin_layout Standard
30108 Then the command 
30109 \series bold
30110
30111 \backslash
30112 @removefromreset
30113 \series default
30114
30115 \begin_inset Index
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119 Commands ! 
30120 \begin_inset ERT
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125 "
30126 \end_layout
30127
30128 \end_inset
30129
30130 @
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136 "
30137 \end_layout
30138
30139 \end_inset
30140
30141  ! 
30142 \backslash
30143
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149 "
30150 \end_layout
30151
30152 \end_inset
30153
30154 @
30155 \begin_inset ERT
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160 "
30161 \end_layout
30162
30163 \end_inset
30164
30165 removefromreset
30166 \end_layout
30167
30168 \end_inset
30169
30170  can be used with the same scheme as 
30171 \series bold
30172
30173 \backslash
30174 @addtoreset
30175 \series default
30176 .
30177 \end_layout
30178
30179 \begin_layout Standard
30180 \begin_inset VSpace bigskip
30181 \end_inset
30182
30183 Sometimes formulas should be numbered in the following form:
30184 \end_layout
30185
30186 \begin_layout Standard
30187
30188 \family typewriter
30189 (section number.formula number)
30190 \end_layout
30191
30192 \begin_layout Standard
30193 The formula number should start with every section with 
30194 \begin_inset Quotes eld
30195 \end_inset
30196
30197 1
30198 \begin_inset Quotes erd
30199 \end_inset
30200
30201 .
30202 \end_layout
30203
30204 \begin_layout Standard
30205 For this case there is the command 
30206 \series bold
30207
30208 \backslash
30209 numberwithin
30210 \series default
30211
30212 \begin_inset Index
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216 Commands ! N ! 
30217 \backslash
30218 numberwithin
30219 \end_layout
30220
30221 \end_inset
30222
30223 , which is used with the following scheme:
30224 \end_layout
30225
30226 \begin_layout Standard
30227
30228 \series bold
30229
30230 \backslash
30231 numberwithin{counter}{sectioning}
30232 \end_layout
30233
30234 \begin_layout Standard
30235 Counter denotes what kind of numbering is affected, sectioning denotes what
30236  number is before the dot.
30237 \end_layout
30238
30239 \begin_layout Standard
30240 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30241 \end_layout
30242
30243 \begin_layout Standard
30244
30245 \series bold
30246
30247 \backslash
30248 numberwithin{equation}{section}
30249 \end_layout
30250
30251 \begin_layout Standard
30252 This is the result:
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258
30259 \backslash
30260 numberwithin{equation}{section}
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \begin_inset Formula \begin{equation}
30267 A+B=C\end{equation}
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \begin_layout Standard
30275 To number e.
30276 \begin_inset space \thinspace{}
30277 \end_inset
30278
30279 g.
30280 \begin_inset space ~
30281 \end_inset
30282
30283 tables so that the number of the part is the sectioning,
30284 \begin_inset Newline newline
30285 \end_inset
30286
30287
30288 \series bold
30289
30290 \backslash
30291 numberwithin{table}{part}
30292 \series default
30293  is used.
30294 \end_layout
30295
30296 \begin_layout Standard
30297 To go back to the standard numbering or to prevent this kind of numbering
30298  when it is defined by the document class, the following command is inserted
30299  as TeX-Code or to the LaTeX-preamble:
30300 \end_layout
30301
30302 \begin_layout Standard
30303
30304 \series bold
30305
30306 \backslash
30307 renewcommand{
30308 \backslash
30309 theequation}{
30310 \backslash
30311 arabic{equation}}
30312 \begin_inset Index
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316 Commands ! A ! 
30317 \backslash
30318 arabic
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \series default
30325
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331
30332 \backslash
30333 renewcommand{
30334 \backslash
30335 theequation}{
30336 \backslash
30337 arabic{equation}}
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \series bold
30344
30345 \begin_inset Newline newline
30346 \end_inset
30347
30348
30349 \series default
30350 or
30351 \series bold
30352
30353 \begin_inset Newline newline
30354 \end_inset
30355
30356
30357 \backslash
30358 renewcommand{
30359 \backslash
30360 thetable}{
30361 \backslash
30362 arabic{table}}
30363 \end_layout
30364
30365 \begin_layout Standard
30366
30367 \series bold
30368
30369 \backslash
30370 numberwithin
30371 \series default
30372  uses internally the command 
30373 \series bold
30374
30375 \backslash
30376 @addtoreset
30377 \series default
30378 , described above, that also needs to be reverted.
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384
30385 \backslash
30386 makeatletter
30387 \end_layout
30388
30389 \begin_layout Plain Layout
30390
30391
30392 \backslash
30393 @removefromreset{equation}{section}
30394 \end_layout
30395
30396 \begin_layout Plain Layout
30397
30398
30399 \backslash
30400 makeatother
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Subsection
30409 Numbering with Roman Numbers and Letters
30410 \begin_inset CommandInset label
30411 LatexCommand label
30412 name "sub:Numbering-with-Roman"
30413
30414 \end_inset
30415
30416
30417 \begin_inset Index
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421 Formula numbering ! with letters
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \begin_inset Index
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431 Formula numbering ! with Roman numbers
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \end_layout
30438
30439 \begin_layout Standard
30440 Formulas can also be numbered with Roman numbers and Latin letters.
30441  To number for example with small Roman numbers, the command
30442 \end_layout
30443
30444 \begin_layout Standard
30445
30446 \series bold
30447
30448 \backslash
30449 renewcommand{
30450 \backslash
30451 theequation}{
30452 \backslash
30453 roman{equation}}
30454 \end_layout
30455
30456 \begin_layout Standard
30457 is inserted before the formula in TeX-mode.
30458  
30459 \series bold
30460
30461 \backslash
30462 renewcommand
30463 \series default
30464
30465 \begin_inset Index
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469 Commands ! R ! 
30470 \backslash
30471 renewcommand
30472 \end_layout
30473
30474 \end_inset
30475
30476  redefines the predefined command 
30477 \series bold
30478
30479 \backslash
30480 theequation
30481 \series default
30482  to the command 
30483 \series bold
30484
30485 \backslash
30486 roman{equation}
30487 \series default
30488
30489 \begin_inset Foot
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 The command 
30494 \series bold
30495
30496 \backslash
30497 renewcommand
30498 \series default
30499  has the same scheme like the command 
30500 \series bold
30501
30502 \backslash
30503 newcommand
30504 \series default
30505  that is described in 
30506 \begin_inset CommandInset ref
30507 LatexCommand ref
30508 reference "sec:User-defined-Commands"
30509
30510 \end_inset
30511
30512 .
30513 \end_layout
30514
30515 \end_inset
30516
30517 .
30518  
30519 \series bold
30520 equation
30521 \series default
30522  is the formula counter.
30523  When the command 
30524 \series bold
30525
30526 \backslash
30527 the
30528 \series default
30529  is used as prefix for a counter, the value of the counter is output as
30530  Arabic number.
30531  When a formula is numbered, LaTeX sets internally the command 
30532 \series bold
30533
30534 \backslash
30535 theequation
30536 \series default
30537  behind the formula.
30538  
30539 \series bold
30540
30541 \backslash
30542 roman{equation}
30543 \begin_inset Index
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547 Commands ! R ! 
30548 \backslash
30549 roman
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \series default
30556  outputs the counter as small Roman number.
30557 \end_layout
30558
30559 \begin_layout Standard
30560 All formulas behind the command 
30561 \series bold
30562
30563 \backslash
30564 renew
30565 \series default
30566 c
30567 \series bold
30568 ommand
30569 \series default
30570  are now numbered Roman.
30571  To switch to numbering with big Roman numbers, the command is inserted
30572  again, but 
30573 \series bold
30574
30575 \backslash
30576 roman
30577 \series default
30578  is replaced by 
30579 \series bold
30580
30581 \backslash
30582 Roman
30583 \series default
30584
30585 \begin_inset Index
30586 status collapsed
30587
30588 \begin_layout Plain Layout
30589 Commands ! R ! 
30590 \backslash
30591 roman@
30592 \backslash
30593 Roman
30594 \end_layout
30595
30596 \end_inset
30597
30598 .
30599  To 
30600 \begin_inset Quotes eld
30601 \end_inset
30602
30603 number
30604 \begin_inset Quotes erd
30605 \end_inset
30606
30607  with small Latin letters there is the command 
30608 \series bold
30609
30610 \backslash
30611 alph
30612 \series default
30613
30614 \begin_inset Index
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618 Commands ! A ! 
30619 \backslash
30620 alph
30621 \end_layout
30622
30623 \end_inset
30624
30625 , for big ones there is the command 
30626 \series bold
30627
30628 \backslash
30629 Alph
30630 \series default
30631
30632 \begin_inset Index
30633 status open
30634
30635 \begin_layout Plain Layout
30636 Commands ! A ! 
30637 \backslash
30638 alph@
30639 \backslash
30640 Alph
30641 \end_layout
30642
30643 \end_inset
30644
30645 .
30646 \end_layout
30647
30648 \begin_layout Standard
30649 \begin_inset Note Greyedout
30650 status open
30651
30652 \begin_layout Plain Layout
30653
30654 \series bold
30655 Note:
30656 \series default
30657  Only maximal 26 formulas can be numbered with Latin letters in one document.
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \begin_layout Standard
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671
30672 \backslash
30673 renewcommand{
30674 \backslash
30675 theequation}{
30676 \backslash
30677 roman{equation}}
30678 \end_layout
30679
30680 \end_inset
30681
30682
30683 \end_layout
30684
30685 \begin_layout Standard
30686 \begin_inset Formula \begin{equation}
30687 A=\textrm{small roman}\label{eq:rom}\end{equation}
30688
30689 \end_inset
30690
30691
30692 \begin_inset ERT
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696
30697
30698 \backslash
30699 renewcommand{
30700 \backslash
30701 theequation}{
30702 \backslash
30703 Roman{equation}}
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \begin_inset Formula \begin{equation}
30710 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30711
30712 \end_inset
30713
30714
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720
30721 \backslash
30722 renewcommand{
30723 \backslash
30724 theequation}{
30725 \backslash
30726 alph{equation}}
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \begin_inset Formula \begin{equation}
30733 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30734
30735 \end_inset
30736
30737
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743
30744 \backslash
30745 renewcommand{
30746 \backslash
30747 theequation}{
30748 \backslash
30749 Alph{equation}}
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \begin_inset Formula \begin{equation}
30756 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Standard
30764 To switch back to the default numbering, insert the command:
30765 \end_layout
30766
30767 \begin_layout Standard
30768
30769 \series bold
30770
30771 \backslash
30772 renewcommand{
30773 \backslash
30774 theequation}{
30775 \backslash
30776 arabic{equation}}
30777 \begin_inset Index
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781 Commands ! A ! 
30782 \backslash
30783 arabic
30784 \end_layout
30785
30786 \end_inset
30787
30788
30789 \end_layout
30790
30791 \begin_layout Standard
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797
30798 \backslash
30799 renewcommand{
30800 \backslash
30801 theequation}{
30802 \backslash
30803 arabic{equation}}
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \begin_inset Formula \begin{equation}
30810 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \begin_layout Standard
30818 \begin_inset VSpace medskip
30819 \end_inset
30820
30821 As you see, formulas are numbered serially independent from the numbering
30822  style.
30823  When then numbering should start with 
30824 \begin_inset Quotes eld
30825 \end_inset
30826
30827 1
30828 \begin_inset Quotes erd
30829 \end_inset
30830
30831  when the style is changed, new equation counters have to be defined.
30832  A description about this can be found in the file 
30833 \begin_inset CommandInset href
30834 LatexCommand href
30835 target "Formula-numbering.lyx"
30836
30837 \end_inset
30838
30839 .
30840 \end_layout
30841
30842 \begin_layout Section
30843 User-defined Commands
30844 \begin_inset CommandInset label
30845 LatexCommand label
30846 name "sec:User-defined-Commands"
30847
30848 \end_inset
30849
30850
30851 \begin_inset Index
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855 User-defined commands
30856 \end_layout
30857
30858 \end_inset
30859
30860
30861 \end_layout
30862
30863 \begin_layout Standard
30864 Many LaTeX-commands are too long to be used frequently.
30865  But it is possible to define with the command 
30866 \series bold
30867
30868 \backslash
30869 newcommand
30870 \series default
30871
30872 \begin_inset Index
30873 status collapsed
30874
30875 \begin_layout Plain Layout
30876 Commands ! N ! 
30877 \backslash
30878 newcommand
30879 \end_layout
30880
30881 \end_inset
30882
30883  new shorter commands.
30884 \end_layout
30885
30886 \begin_layout Standard
30887 The command scheme of 
30888 \series bold
30889
30890 \backslash
30891 newcommand
30892 \series default
30893  is:
30894 \end_layout
30895
30896 \begin_layout Standard
30897
30898 \series bold
30899
30900 \backslash
30901 newcommand{new command name}[number of arguments][optional
30902 \series default
30903  
30904 \series bold
30905 value]
30906 \begin_inset Newline newline
30907 \end_inset
30908
30909
30910 \begin_inset ERT
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914
30915
30916 \backslash
30917 phantom{
30918 \end_layout
30919
30920 \end_inset
30921
30922
30923 \backslash
30924 newcommand
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930 }
30931 \end_layout
30932
30933 \end_inset
30934
30935 {command definition}
30936 \end_layout
30937
30938 \begin_layout Standard
30939 \begin_inset Note Greyedout
30940 status open
30941
30942 \begin_layout Plain Layout
30943
30944 \series bold
30945 Note:
30946 \series default
30947  Assure that the name of the new command is not already used in your document
30948  or by LaTeX-packages that you use.
30949  When you for example define the command 
30950 \series bold
30951
30952 \backslash
30953 le
30954 \series default
30955  for 
30956 \series bold
30957
30958 \backslash
30959 Leftarrow
30960 \series default
30961 , you get an error message because 
30962 \series bold
30963
30964 \backslash
30965 le
30966 \series default
30967  is already defined as command for 
30968 \begin_inset Quotes eld
30969 \end_inset
30970
30971
30972 \begin_inset Formula $\le$
30973 \end_inset
30974
30975
30976 \begin_inset Quotes erd
30977 \end_inset
30978
30979 .
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \end_layout
30986
30987 \begin_layout Standard
30988 \begin_inset Note Greyedout
30989 status open
30990
30991 \begin_layout Plain Layout
30992
30993 \series bold
30994 Note:
30995 \series default
30996  The names of user-defined commands may only consist of Latin letters.
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \end_layout
31003
31004 \begin_layout Standard
31005 The number of arguments is an integer in the range 0
31006 \begin_inset space \thinspace{}
31007 \end_inset
31008
31009 -
31010 \begin_inset space \thinspace{}
31011 \end_inset
31012
31013 9 and specifies how many arguments the new command should have.
31014  With the optional value a value for an optional argument can be predefined.
31015  When this is done, the 
31016 \emph on
31017 first
31018 \emph default
31019  
31020 \emph on
31021 a
31022 \emph default
31023 rgument of the new command is automatically an optional one.
31024 \end_layout
31025
31026 \begin_layout Standard
31027 Here are some examples:
31028 \end_layout
31029
31030 \begin_layout Itemize
31031 To define the command 
31032 \series bold
31033
31034 \backslash
31035 gr
31036 \series default
31037  for 
31038 \series bold
31039
31040 \backslash
31041 Longrightarrow
31042 \series default
31043 , the LaTeX-preamble line is:
31044 \begin_inset ERT
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048
31049
31050 \backslash
31051 medskip
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \series bold
31058
31059 \begin_inset Newline newline
31060 \end_inset
31061
31062
31063 \backslash
31064 newcommand{
31065 \backslash
31066 gr}{
31067 \backslash
31068 Longrightarrow}
31069 \end_layout
31070
31071 \begin_layout Itemize
31072 To define the command 
31073 \series bold
31074
31075 \backslash
31076 us
31077 \series default
31078  for 
31079 \series bold
31080
31081 \backslash
31082 underline
31083 \series default
31084 , the argument (that should be underlined) must be taken into account.
31085  For this the preamble line is:
31086 \begin_inset ERT
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090
31091
31092 \backslash
31093 medskip
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \series bold
31100
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104
31105 \backslash
31106 newcommand{
31107 \backslash
31108 us}[1]{
31109 \backslash
31110 underline{#1}}
31111 \series default
31112
31113 \begin_inset ERT
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117
31118
31119 \backslash
31120 medskip
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \series bold
31127
31128 \begin_inset Newline newline
31129 \end_inset
31130
31131
31132 \series default
31133 The character 
31134 \series bold
31135 #
31136 \series default
31137  acts as argument placeholder, the 
31138 \series bold
31139 1
31140 \series default
31141  behind it denotes that it is the placeholder for the first argument.
31142 \end_layout
31143
31144 \begin_layout Itemize
31145 For 
31146 \series bold
31147
31148 \backslash
31149 framebox
31150 \series default
31151  one can e.
31152 \begin_inset space \thinspace{}
31153 \end_inset
31154
31155 g.
31156 \begin_inset space ~
31157 \end_inset
31158
31159 define the command 
31160 \series bold
31161
31162 \backslash
31163 fb
31164 \series default
31165 :
31166 \begin_inset ERT
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170
31171
31172 \backslash
31173 medskip
31174 \end_layout
31175
31176 \end_inset
31177
31178
31179 \series bold
31180
31181 \begin_inset Newline newline
31182 \end_inset
31183
31184
31185 \backslash
31186 newcommand{
31187 \backslash
31188 fb}[3]{
31189 \backslash
31190 framebox#1#2{$#3$}}
31191 \series default
31192
31193 \begin_inset ERT
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197
31198
31199 \backslash
31200 medskip
31201 \end_layout
31202
31203 \end_inset
31204
31205
31206 \series bold
31207
31208 \begin_inset Newline newline
31209 \end_inset
31210
31211
31212 \series default
31213 The two Dollar signs creates the extra formula needed for 
31214 \series bold
31215
31216 \backslash
31217 framebox
31218 \series default
31219 , see 
31220 \begin_inset CommandInset ref
31221 LatexCommand ref
31222 reference "sub:Boxes-with-Frame"
31223
31224 \end_inset
31225
31226 .
31227 \end_layout
31228
31229 \begin_layout Itemize
31230 To create a new command for 
31231 \series bold
31232
31233 \backslash
31234 fcolorbox
31235 \series default
31236  where the color for the box needn't to be specified, the argument for the
31237  color is defined optional:
31238 \begin_inset ERT
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242
31243
31244 \backslash
31245 medskip
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \series bold
31252
31253 \begin_inset Newline newline
31254 \end_inset
31255
31256
31257 \backslash
31258 newcommand{
31259 \backslash
31260 cb}[3][white]{
31261 \backslash
31262 fcolorbox{#2}{#1}{$#3$}}
31263 \series default
31264
31265 \begin_inset ERT
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269
31270
31271 \backslash
31272 medskip
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \begin_inset Newline newline
31279 \end_inset
31280
31281 When the color is not specified when using 
31282 \series bold
31283
31284 \backslash
31285 cb
31286 \series default
31287 , the predefined color 
31288 \series bold
31289 white
31290 \series default
31291  will be used.
31292 \end_layout
31293
31294 \begin_layout Standard
31295 A test of the new defined commands:
31296 \end_layout
31297
31298 \begin_layout Standard
31299 \align center
31300 \begin_inset Tabular
31301 <lyxtabular version="3" rows="6" columns="2">
31302 <features>
31303 <column alignment="center" valignment="top" width="0">
31304 <column alignment="center" valignment="top" width="0">
31305 <row>
31306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31307 \begin_inset Text
31308
31309 \begin_layout Plain Layout
31310 Command
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319 Result
31320 \begin_inset Note Note
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325 \series bold
31326
31327 \backslash
31328 raisebox
31329 \series default
31330  is only used as spacer.
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \end_inset
31339 </cell>
31340 </row>
31341 <row>
31342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31343 \begin_inset Text
31344
31345 \begin_layout Plain Layout
31346 A
31347 \backslash
31348 gr
31349 \begin_inset ERT
31350 status collapsed
31351
31352 \begin_layout Plain Layout
31353
31354
31355 \backslash
31356 spce 
31357 \end_layout
31358
31359 \end_inset
31360
31361 B
31362 \end_layout
31363
31364 \end_inset
31365 </cell>
31366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31367 \begin_inset Text
31368
31369 \begin_layout Plain Layout
31370 \begin_inset Formula $A\gr B$
31371 \end_inset
31372
31373
31374 \end_layout
31375
31376 \end_inset
31377 </cell>
31378 </row>
31379 <row>
31380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Plain Layout
31384
31385 \backslash
31386 us{ABcd
31387 \end_layout
31388
31389 \end_inset
31390 </cell>
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31392 \begin_inset Text
31393
31394 \begin_layout Plain Layout
31395 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \end_inset
31402 </cell>
31403 </row>
31404 <row>
31405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31406 \begin_inset Text
31407
31408 \begin_layout Plain Layout
31409
31410 \backslash
31411 fb{[2cm]
31412 \begin_inset Formula $\to$
31413 \end_inset
31414
31415
31416 \backslash
31417 {
31418 \begin_inset Formula $\to$
31419 \end_inset
31420
31421
31422 \backslash
31423 {
31424 \backslash
31425 int
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 spce 
31434 \end_layout
31435
31436 \end_inset
31437
31438 A=B
31439 \end_layout
31440
31441 \end_inset
31442 </cell>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \end_inset
31454 </cell>
31455 </row>
31456 <row>
31457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31458 \begin_inset Text
31459
31460 \begin_layout Plain Layout
31461
31462 \backslash
31463 cb{red
31464 \begin_inset Formula $\to$
31465 \end_inset
31466
31467
31468 \backslash
31469 {
31470 \backslash
31471 int
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477
31478 \backslash
31479 spce 
31480 \end_layout
31481
31482 \end_inset
31483
31484 A=B
31485 \end_layout
31486
31487 \end_inset
31488 </cell>
31489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31490 \begin_inset Text
31491
31492 \begin_layout Plain Layout
31493 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 </row>
31502 <row>
31503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507
31508 \backslash
31509 cb[green]
31510 \backslash
31511 {red
31512 \begin_inset Formula $\to$
31513 \end_inset
31514
31515
31516 \backslash
31517 {
31518 \backslash
31519 int
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 spce 
31528 \end_layout
31529
31530 \end_inset
31531
31532 A=B
31533 \end_layout
31534
31535 \end_inset
31536 </cell>
31537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31538 \begin_inset Text
31539
31540 \begin_layout Plain Layout
31541 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31542 \end_inset
31543
31544
31545 \end_layout
31546
31547 \end_inset
31548 </cell>
31549 </row>
31550 </lyxtabular>
31551
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \begin_layout Section
31558 Diagrams
31559 \end_layout
31560
31561 \begin_layout Standard
31562 LyX supports two types of commutative diagrams: 
31563 \series bold
31564 amscd
31565 \series default
31566  and 
31567 \series bold
31568 xymatrix
31569 \series default
31570  that are explained in the following.
31571 \end_layout
31572
31573 \begin_layout Subsection
31574 Amscd Diagrams
31575 \begin_inset Index
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579 Diagrams ! amscd
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Standard
31588 Diagrams of this type visualize relations by vertical and horizontal lines
31589  or arrows:
31590 \begin_inset Formula \[
31591 \begin{CD}A@>>>B@>>>C\\
31592 @AAA@.@VVV\\
31593 F@<<<E@<<<D\end{CD}\]
31594
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \begin_layout Standard
31601 To get them, the command 
31602 \series bold
31603
31604 \backslash
31605 CD
31606 \begin_inset Index
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610 Commands ! C ! 
31611 \backslash
31612 CD
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \series default
31619  is inserted to a formula.
31620  A blue box appears with two dashed lines where further commands can be
31621  inserted.
31622  With 
31623 \family sans
31624 Ctrl-Return
31625 \family default
31626  a new line is created.
31627  Horizontal relations are inserted in odd, vertical in even formula lines.
31628 \end_layout
31629
31630 \begin_layout Standard
31631 To create the relations there are the following commands:
31632 \end_layout
31633
31634 \begin_layout Itemize
31635
31636 \series bold
31637 @<<<
31638 \series default
31639  creates a left arrow, 
31640 \series bold
31641 @>>>
31642 \series default
31643  a right arrow, and 
31644 \series bold
31645 @=
31646 \series default
31647  a long equal sign
31648 \end_layout
31649
31650 \begin_layout Itemize
31651
31652 \series bold
31653 @AAA
31654 \series default
31655  creates an up arrow, 
31656 \series bold
31657 @VVV
31658 \series default
31659  an down arrow, and 
31660 \series bold
31661 @|
31662 \series default
31663  a vertical equal sign
31664 \end_layout
31665
31666 \begin_layout Itemize
31667
31668 \series bold
31669 @.
31670
31671 \series default
31672  is a placeholder for non-existent relations
31673 \end_layout
31674
31675 \begin_layout Standard
31676 All arrows can be labeled as follows:
31677 \end_layout
31678
31679 \begin_layout Itemize
31680 Is text inserted between the first and second < or >, resp., it is placed
31681  above the arrow.
31682  When it is inserted between the second and third one, it appears under
31683  the arrow.
31684 \end_layout
31685
31686 \begin_layout Itemize
31687 When text for vertical arrows is inserted between the first and second A
31688  or V, resp., it is placed left beside the arrow.
31689  When it is inserted between the second and third one, it appears right
31690  beside the arrow.
31691  If the text contains an A or V, these letters must be set into a TeX-brace.
31692 \end_layout
31693
31694 \begin_layout Standard
31695 As example a diagram with all possible relations:
31696 \end_layout
31697
31698 \begin_layout Standard
31699 \begin_inset Formula \[
31700 \begin{CD}A@>j>>B@>>k>C@=F\\
31701 @AmAA@.@VV{V}V@|\\
31702 D@<<j<E@>k>>F@=C\end{CD}\]
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \begin_layout Standard
31710 The command for this is:
31711 \begin_inset Newline newline
31712 \end_inset
31713
31714
31715 \series bold
31716
31717 \backslash
31718 CD
31719 \begin_inset ERT
31720 status collapsed
31721
31722 \begin_layout Plain Layout
31723
31724
31725 \backslash
31726 spce 
31727 \end_layout
31728
31729 \end_inset
31730
31731 A@>j>>B@>>k>C@=F Ctrl-Enter
31732 \begin_inset Newline newline
31733 \end_inset
31734
31735
31736 \begin_inset ERT
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740
31741
31742 \backslash
31743 hphantom{
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \backslash
31750 CD
31751 \begin_inset ERT
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755
31756
31757 \backslash
31758 spce 
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \begin_inset ERT
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768
31769 }
31770 \end_layout
31771
31772 \end_inset
31773
31774 @AmAA@.@VV
31775 \backslash
31776 {V
31777 \series default
31778
31779 \begin_inset Formula $\to$
31780 \end_inset
31781
31782
31783 \series bold
31784 V@| Ctrl-Enter
31785 \begin_inset Newline newline
31786 \end_inset
31787
31788
31789 \begin_inset ERT
31790 status collapsed
31791
31792 \begin_layout Plain Layout
31793
31794
31795 \backslash
31796 hphantom{
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \backslash
31803 CD
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809
31810 \backslash
31811 spce 
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822 }
31823 \end_layout
31824
31825 \end_inset
31826
31827 D@<<j<E@>k>>F@=C
31828 \end_layout
31829
31830 \begin_layout Subsection
31831 Xymatrix Diagrams
31832 \begin_inset Index
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836 Diagrams ! xymatrix
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \begin_layout Standard
31845 To be able to use xymatrices, the LaTeX-package 
31846 \series bold
31847 xypic
31848 \series default
31849  must be installed.
31850  A xymatrix is created by inserting the command 
31851 \series bold
31852
31853 \backslash
31854 xymatrix
31855 \series default
31856  in a formula.
31857  Then you are able to add new matrix columns and rows like for normal matrices,
31858  see 
31859 \begin_inset CommandInset ref
31860 LatexCommand ref
31861 reference "sec:Matrices"
31862
31863 \end_inset
31864
31865 .
31866 \end_layout
31867
31868 \begin_layout Standard
31869 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31870  and much more.
31871  All possibilities to create commutative diagrams and decorations are explained
31872  in detail in this manual: 
31873 \begin_inset CommandInset href
31874 LatexCommand href
31875 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31876
31877 \end_inset
31878
31879 .
31880 \end_layout
31881
31882 \begin_layout Standard
31883 \begin_inset Newpage newpage
31884 \end_inset
31885
31886
31887 \end_layout
31888
31889 \begin_layout Section
31890 Tips
31891 \begin_inset ERT
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895
31896
31897 \backslash
31898 texorpdfstring{
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \begin_inset Foot
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908 Other useful math tips can be found in 
31909 \begin_inset CommandInset citation
31910 LatexCommand cite
31911 key "Voss"
31912
31913 \end_inset
31914
31915 .
31916 \end_layout
31917
31918 \end_inset
31919
31920
31921 \begin_inset ERT
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925
31926 }{}
31927 \end_layout
31928
31929 \end_inset
31930
31931
31932 \begin_inset Note Note
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936
31937 \backslash
31938 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31939 \end_layout
31940
31941 \begin_layout Plain Layout
31942 More about 
31943 \backslash
31944 texorpdfstring is in section 
31945 \begin_inset CommandInset ref
31946 LatexCommand ref
31947 reference "sub:Formulas-in-Section"
31948
31949 \end_inset
31950
31951 .
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \begin_inset Index
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961 Tips
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \begin_inset Index
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971 Ions|see
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977 {
31978 \end_layout
31979
31980 \end_inset
31981
31982 Chemical characters
31983 \begin_inset ERT
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987
31988 }
31989 \end_layout
31990
31991 \end_inset
31992
31993
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \end_layout
32000
32001 \begin_layout Subsection
32002 Chemical Symbols and Equations
32003 \begin_inset CommandInset label
32004 LatexCommand label
32005 name "sub:Chemical-Symbols-and"
32006
32007 \end_inset
32008
32009
32010 \begin_inset Index
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 Chemical characters ! Symbols
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \begin_inset Index
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024 Chemical equations
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \begin_inset Index
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034 Symbols ! chemical
32035 \end_layout
32036
32037 \end_inset
32038
32039
32040 \end_layout
32041
32042 \begin_layout Standard
32043 An example text from chemistry:
32044 \end_layout
32045
32046 \begin_layout Quote
32047 The 
32048 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32049 \end_inset
32050
32051 -ion reacts with two 
32052 \begin_inset Formula $\mathrm{Na^{+}}$
32053 \end_inset
32054
32055 -ions to sodium sulfate 
32056 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32057 \end_inset
32058
32059 .
32060  The chemical equation for this is:
32061 \begin_inset Formula \[
32062 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32063
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \begin_layout Standard
32070 This chemical equation can directly be created as formula.
32071  To avoid that the symbols appear italic, everything is highlighted and
32072  changed by the shortcut 
32073 \family sans
32074 Alt-c
32075 \begin_inset space ~
32076 \end_inset
32077
32078 r
32079 \family default
32080  to the upright font style.
32081 \begin_inset Foot
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085 font styles
32086 \series bold
32087  
32088 \series default
32089 see 
32090 \begin_inset CommandInset ref
32091 LatexCommand ref
32092 reference "sub:Font-Styles"
32093
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \begin_layout Subsection
32105 Negative Numbers
32106 \begin_inset Index
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110 Numbers ! negative
32111 \end_layout
32112
32113 \end_inset
32114
32115
32116 \end_layout
32117
32118 \begin_layout Standard
32119 Negative numbers often look ugly in formulas because the minus sign before
32120  the number is set with the same length as the minus operator sign.
32121  When writing the negative number in normal text, the minus sign appears
32122  correctly.
32123 \end_layout
32124
32125 \begin_layout Standard
32126 Thus, the problem disappears when converting the minus sign to mathematical
32127  text.
32128 \end_layout
32129
32130 \begin_layout Standard
32131 An example to visualize the problem:
32132 \end_layout
32133
32134 \begin_layout Standard
32135 \align center
32136 \begin_inset Tabular
32137 <lyxtabular version="3" rows="3" columns="2">
32138 <features>
32139 <column alignment="right" valignment="top" width="0">
32140 <column alignment="left" valignment="top" width="0">
32141 <row>
32142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146 normal text:
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Plain Layout
32155 x = -2
32156 \end_layout
32157
32158 \end_inset
32159 </cell>
32160 </row>
32161 <row>
32162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32163 \begin_inset Text
32164
32165 \begin_layout Plain Layout
32166 formula:
32167 \end_layout
32168
32169 \end_inset
32170 </cell>
32171 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32172 \begin_inset Text
32173
32174 \begin_layout Plain Layout
32175 \begin_inset Formula $x=-2$
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \end_inset
32182 </cell>
32183 </row>
32184 <row>
32185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189 solution:
32190 \end_layout
32191
32192 \end_inset
32193 </cell>
32194 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Plain Layout
32198 \begin_inset Formula $x=\textrm{-}2$
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \end_inset
32205 </cell>
32206 </row>
32207 </lyxtabular>
32208
32209 \end_inset
32210
32211
32212 \end_layout
32213
32214 \begin_layout Subsection
32215 Comma as decimal Separator
32216 \begin_inset Index
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220 Comma
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \begin_layout Standard
32229 In LaTeX a comma inside a formula is used, according to the English convention,
32230  as number group separator.
32231  So there will be space added behind all commas in formulas.
32232 \end_layout
32233
32234 \begin_layout Standard
32235 To avoid this, the comma is highlighted and changed to mathematical text
32236  (shortcut 
32237 \family sans
32238 Alt-m
32239 \begin_inset space ~
32240 \end_inset
32241
32242 m
32243 \family default
32244 ).
32245 \end_layout
32246
32247 \begin_layout Standard
32248 To use all formula commas in the document as decimal separator, the file
32249  
32250 \series bold
32251 icomma.sty
32252 \series default
32253
32254 \begin_inset Foot
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259 \series bold
32260 icomma
32261 \series default
32262  is part of the LaTeX-package 
32263 \series bold
32264 was
32265 \series default
32266
32267 \begin_inset Index
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271 Packages ! was
32272 \begin_inset ERT
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276
32277
32278 \backslash
32279 vspace{4mm}
32280 \end_layout
32281
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \end_inset
32288
32289 .
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \begin_inset Index
32296 status collapsed
32297
32298 \begin_layout Plain Layout
32299 Packages ! icomma
32300 \end_layout
32301
32302 \end_inset
32303
32304  is loaded with the LaTeX-preamble line
32305 \end_layout
32306
32307 \begin_layout Standard
32308
32309 \series bold
32310
32311 \backslash
32312 usepackage{icomma}
32313 \end_layout
32314
32315 \begin_layout Subsection
32316 Physical Vectors
32317 \begin_inset CommandInset label
32318 LatexCommand label
32319 name "sub:Physical-Vectors"
32320
32321 \end_inset
32322
32323
32324 \begin_inset Index
32325 status collapsed
32326
32327 \begin_layout Plain Layout
32328 Vectors ! physical
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Standard
32337 Predefined vectors are offered by the LaTeX-package 
32338 \series bold
32339 braket
32340 \series default
32341
32342 \begin_inset Foot
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346
32347 \series bold
32348 braket
32349 \series default
32350  should be part of every LaTeX standard installation.
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \begin_inset Index
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360 Packages ! braket
32361 \end_layout
32362
32363 \end_inset
32364
32365  that is loaded with the LaTeX-preamble line
32366 \end_layout
32367
32368 \begin_layout Standard
32369
32370 \series bold
32371
32372 \backslash
32373 usepackage{braket}
32374 \end_layout
32375
32376 \begin_layout Standard
32377 \begin_inset ERT
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381
32382
32383 \backslash
32384 ifbraket 
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \begin_inset Note Note
32391 status open
32392
32393 \begin_layout Plain Layout
32394 The following table will only be displayed when the LaTeX-package 
32395 \series bold
32396 braket
32397 \series default
32398  is installed.
32399 \end_layout
32400
32401 \end_inset
32402
32403 The following commands are defined:
32404 \end_layout
32405
32406 \begin_layout Standard
32407 \align center
32408 \begin_inset Tabular
32409 <lyxtabular version="3" rows="4" columns="2">
32410 <features>
32411 <column alignment="center" valignment="top" width="0">
32412 <column alignment="center" valignment="top" width="0">
32413 <row>
32414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32415 \begin_inset Text
32416
32417 \begin_layout Plain Layout
32418 Command
32419 \end_layout
32420
32421 \end_inset
32422 </cell>
32423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32424 \begin_inset Text
32425
32426 \begin_layout Plain Layout
32427 Result
32428 \end_layout
32429
32430 \end_inset
32431 </cell>
32432 </row>
32433 <row>
32434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32435 \begin_inset Text
32436
32437 \begin_layout Plain Layout
32438
32439 \backslash
32440 Bra{
32441 \backslash
32442 psi
32443 \end_layout
32444
32445 \end_inset
32446 </cell>
32447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32448 \begin_inset Text
32449
32450 \begin_layout Plain Layout
32451 \begin_inset Formula $\Bra{\psi}$
32452 \end_inset
32453
32454
32455 \end_layout
32456
32457 \end_inset
32458 </cell>
32459 </row>
32460 <row>
32461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32462 \begin_inset Text
32463
32464 \begin_layout Plain Layout
32465
32466 \backslash
32467 Ket{
32468 \backslash
32469 psi
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32475 \begin_inset Text
32476
32477 \begin_layout Plain Layout
32478 \begin_inset Formula $\Ket{\psi}$
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 </row>
32487 <row>
32488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32489 \begin_inset Text
32490
32491 \begin_layout Plain Layout
32492
32493 \backslash
32494 Braket{
32495 \backslash
32496 psi|
32497 \backslash
32498 phi
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507 \begin_inset Formula $\Braket{\psi|\phi}$
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 </row>
32516 </lyxtabular>
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \begin_layout Standard
32524 The command 
32525 \series bold
32526
32527 \backslash
32528 Braket
32529 \series default
32530  assures that all vertical bars are set in the size of the surrounding brackets:
32531 \begin_inset Formula \[
32532 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32533
32534 \end_inset
32535
32536
32537 \begin_inset ERT
32538 status collapsed
32539
32540 \begin_layout Plain Layout
32541
32542
32543 \backslash
32544 else 
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \begin_inset Note Note
32551 status open
32552
32553 \begin_layout Plain Layout
32554 The following will be displayed when the LaTeX-package 
32555 \series bold
32556 braket
32557 \series default
32558  is not installed:
32559 \end_layout
32560
32561 \end_inset
32562
32563
32564 \end_layout
32565
32566 \begin_layout Standard
32567 You need to install the LaTeX-package 
32568 \series bold
32569 braket
32570 \series default
32571  to see the rest of this subsection in the output.
32572 \end_layout
32573
32574 \begin_layout Standard
32575 \begin_inset ERT
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579
32580
32581 \backslash
32582 fi 
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Standard
32591 The effect of 
32592 \series bold
32593
32594 \backslash
32595 Braket
32596 \series default
32597  can also be achieved using the command 
32598 \series bold
32599
32600 \backslash
32601 middle
32602 \series default
32603 , that is described in 
32604 \begin_inset CommandInset ref
32605 LatexCommand ref
32606 reference "sub:Automatic-Bracket-Size"
32607
32608 \end_inset
32609
32610 .
32611 \end_layout
32612
32613 \begin_layout Subsection
32614 Self-defined Fractions
32615 \begin_inset CommandInset label
32616 LatexCommand label
32617 name "sub:Self-defined-Fractions"
32618
32619 \end_inset
32620
32621
32622 \begin_inset Index
32623 status collapsed
32624
32625 \begin_layout Plain Layout
32626 Fractions ! self-defined
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \end_layout
32633
32634 \begin_layout Standard
32635 To define custom commands for fractions, the command 
32636 \series bold
32637
32638 \backslash
32639 genfrac
32640 \series default
32641
32642 \begin_inset Index
32643 status collapsed
32644
32645 \begin_layout Plain Layout
32646 Commands ! G ! 
32647 \backslash
32648 genfrac
32649 \end_layout
32650
32651 \end_inset
32652
32653  is used in the following scheme:
32654 \end_layout
32655
32656 \begin_layout Standard
32657
32658 \series bold
32659
32660 \backslash
32661 genfrac{left
32662 \series default
32663  
32664 \series bold
32665 bracket}{right
32666 \series default
32667  
32668 \series bold
32669 bracket}{fraction bar thickness}{style}
32670 \begin_inset Newline newline
32671 \end_inset
32672
32673
32674 \begin_inset ERT
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678
32679
32680 \backslash
32681 phantom{
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \backslash
32688 genfrac
32689 \begin_inset ERT
32690 status collapsed
32691
32692 \begin_layout Plain Layout
32693
32694 }
32695 \end_layout
32696
32697 \end_inset
32698
32699 {numerator}{denominator}
32700 \end_layout
32701
32702 \begin_layout Standard
32703 The style is a number in the range of 0
32704 \begin_inset space \thinspace{}
32705 \end_inset
32706
32707 -
32708 \begin_inset space \thinspace{}
32709 \end_inset
32710
32711 3.
32712 \end_layout
32713
32714 \begin_layout Standard
32715 \align center
32716 \begin_inset Tabular
32717 <lyxtabular version="3" rows="5" columns="2">
32718 <features>
32719 <column alignment="center" valignment="top" width="0">
32720 <column alignment="center" valignment="top" width="0">
32721 <row>
32722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32723 \begin_inset Text
32724
32725 \begin_layout Plain Layout
32726 Number
32727 \end_layout
32728
32729 \end_inset
32730 </cell>
32731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32732 \begin_inset Text
32733
32734 \begin_layout Plain Layout
32735 Style (Size)
32736 \end_layout
32737
32738 \end_inset
32739 </cell>
32740 </row>
32741 <row>
32742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32743 \begin_inset Text
32744
32745 \begin_layout Plain Layout
32746 0
32747 \end_layout
32748
32749 \end_inset
32750 </cell>
32751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32752 \begin_inset Text
32753
32754 \begin_layout Plain Layout
32755 display style formula
32756 \end_layout
32757
32758 \end_inset
32759 </cell>
32760 </row>
32761 <row>
32762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 1
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775 inline formula
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 </row>
32781 <row>
32782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32783 \begin_inset Text
32784
32785 \begin_layout Plain Layout
32786 2
32787 \end_layout
32788
32789 \end_inset
32790 </cell>
32791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32792 \begin_inset Text
32793
32794 \begin_layout Plain Layout
32795 small
32796 \end_layout
32797
32798 \end_inset
32799 </cell>
32800 </row>
32801 <row>
32802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32803 \begin_inset Text
32804
32805 \begin_layout Plain Layout
32806 3
32807 \end_layout
32808
32809 \end_inset
32810 </cell>
32811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout Plain Layout
32815 tiny
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 </row>
32821 </lyxtabular>
32822
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \begin_layout Standard
32829 When no style is given, the size is adjusted to the surrounding environment
32830  like for the command 
32831 \series bold
32832
32833 \backslash
32834 frac
32835 \series default
32836 .
32837 \end_layout
32838
32839 \begin_layout Standard
32840 When no fraction bar thickness is given, the predefined value of 0.4
32841 \begin_inset space \thinspace{}
32842 \end_inset
32843
32844 pt will be used.
32845 \end_layout
32846
32847 \begin_layout Standard
32848 \begin_inset VSpace medskip
32849 \end_inset
32850
32851 For example, the commands 
32852 \series bold
32853
32854 \backslash
32855 dfrac
32856 \series default
32857  and 
32858 \series bold
32859
32860 \backslash
32861 tbinom
32862 \series default
32863  from 
32864 \begin_inset CommandInset ref
32865 LatexCommand ref
32866 reference "sub:Fractions"
32867
32868 \end_inset
32869
32870  are defined with the commands
32871 \end_layout
32872
32873 \begin_layout Standard
32874
32875 \series bold
32876
32877 \backslash
32878 newcommand{
32879 \backslash
32880 dfrac}[2]{
32881 \backslash
32882 genfrac{}{}{}{0}{#1}{#2}}
32883 \end_layout
32884
32885 \begin_layout Standard
32886 and
32887 \end_layout
32888
32889 \begin_layout Standard
32890
32891 \series bold
32892
32893 \backslash
32894 newcommand{
32895 \backslash
32896 tbinom}[2]{
32897 \backslash
32898 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32899 \end_layout
32900
32901 \begin_layout Standard
32902 \begin_inset VSpace medskip
32903 \end_inset
32904
32905 To define a fraction where the fraction bar thickness can be given as optional
32906  argument, the following line is inserted to the LaTeX-preamble:
32907 \end_layout
32908
32909 \begin_layout Standard
32910
32911 \series bold
32912
32913 \backslash
32914 newcommand{
32915 \backslash
32916 fracS}[3][]{
32917 \backslash
32918 genfrac{}{}{#1}{}{#2}{#3}}
32919 \end_layout
32920
32921 \begin_layout Standard
32922 A test:
32923 \begin_inset Formula \begin{align*}
32924 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32925 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32926
32927 \end_inset
32928
32929 As one can see, the distance of the numerator and the denominator to the
32930  fraction bar is round about three times the bar thickness.
32931 \end_layout
32932
32933 \begin_layout Subsection
32934 Canceled Formulas
32935 \begin_inset CommandInset label
32936 LatexCommand label
32937 name "sub:Canceled-Formulas"
32938
32939 \end_inset
32940
32941
32942 \begin_inset Index
32943 status collapsed
32944
32945 \begin_layout Plain Layout
32946 Formula ! canceled
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \end_layout
32953
32954 \begin_layout Standard
32955 To cancel formulas or formula parts, the LaTeX-package 
32956 \series bold
32957 cancel
32958 \series default
32959
32960 \begin_inset Foot
32961 status collapsed
32962
32963 \begin_layout Plain Layout
32964
32965 \series bold
32966 cancel
32967 \series default
32968  is part of every LaTeX standard installation.
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \begin_inset Index
32975 status collapsed
32976
32977 \begin_layout Plain Layout
32978 Packages ! cancel
32979 \end_layout
32980
32981 \end_inset
32982
32983  has to be loaded with the LaTeX-preamble line
32984 \end_layout
32985
32986 \begin_layout Standard
32987
32988 \series bold
32989
32990 \backslash
32991 usepackage[samesize]{cancel}
32992 \end_layout
32993
32994 \begin_layout Standard
32995 There are four ways to cancel formulas:
32996 \end_layout
32997
32998 \begin_layout Standard
32999 \align center
33000 \begin_inset Tabular
33001 <lyxtabular version="3" rows="5" columns="2">
33002 <features>
33003 <column alignment="center" valignment="top" width="0">
33004 <column alignment="center" valignment="top" width="0">
33005 <row>
33006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33007 \begin_inset Text
33008
33009 \begin_layout Plain Layout
33010 Command
33011 \end_layout
33012
33013 \end_inset
33014 </cell>
33015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33016 \begin_inset Text
33017
33018 \begin_layout Plain Layout
33019 Result
33020 \begin_inset Note Note
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024
33025 \series bold
33026
33027 \backslash
33028 hspace
33029 \series default
33030  and
33031 \series bold
33032  
33033 \backslash
33034 raisebox
33035 \series default
33036  are used here as spacer.
33037 \end_layout
33038
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 </row>
33047 <row>
33048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052
33053 \backslash
33054 cancel{
33055 \backslash
33056 int
33057 \begin_inset ERT
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061
33062
33063 \backslash
33064 spce 
33065 \end_layout
33066
33067 \end_inset
33068
33069 A=B
33070 \end_layout
33071
33072 \end_inset
33073 </cell>
33074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 </row>
33087 <row>
33088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092
33093 \backslash
33094 bcancel{
33095 \backslash
33096 int
33097 \begin_inset ERT
33098 status collapsed
33099
33100 \begin_layout Plain Layout
33101
33102
33103 \backslash
33104 spce 
33105 \end_layout
33106
33107 \end_inset
33108
33109 A=B
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \end_inset
33125 </cell>
33126 </row>
33127 <row>
33128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132
33133 \backslash
33134 xcancel{
33135 \backslash
33136 int
33137 \begin_inset ERT
33138 status collapsed
33139
33140 \begin_layout Plain Layout
33141
33142
33143 \backslash
33144 spce 
33145 \end_layout
33146
33147 \end_inset
33148
33149 A=B
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \end_inset
33165 </cell>
33166 </row>
33167 <row>
33168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33169 \begin_inset Text
33170
33171 \begin_layout Plain Layout
33172
33173 \backslash
33174 cancelto{1
33175 \begin_inset Formula $\to$
33176 \end_inset
33177
33178
33179 \backslash
33180 {
33181 \backslash
33182 int
33183 \begin_inset ERT
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187
33188
33189 \backslash
33190 spce 
33191 \end_layout
33192
33193 \end_inset
33194
33195 A=B
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Plain Layout
33204 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33205 \end_inset
33206
33207
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 </row>
33213 </lyxtabular>
33214
33215 \end_inset
33216
33217
33218 \end_layout
33219
33220 \begin_layout Standard
33221
33222 \series bold
33223
33224 \backslash
33225 cancelto
33226 \series default
33227  is especially suitable to visualize the reduction of fractions within formulas:
33228 \begin_inset Formula \[
33229 \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}}}\]
33230
33231 \end_inset
33232
33233
33234 \end_layout
33235
33236 \begin_layout Subsection
33237 Formulas in Section Headings
33238 \begin_inset CommandInset label
33239 LatexCommand label
33240 name "sub:Formulas-in-Section"
33241
33242 \end_inset
33243
33244
33245 \begin_inset Index
33246 status collapsed
33247
33248 \begin_layout Plain Layout
33249 Formula ! in section headings
33250 \end_layout
33251
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \begin_layout Standard
33258 When formulas are used in section headings, the following has to be taken
33259  into account:
33260 \end_layout
33261
33262 \begin_layout Standard
33263 \begin_inset Note Greyedout
33264 status open
33265
33266 \begin_layout Plain Layout
33267 When 
33268 \series bold
33269 hyperref
33270 \series default
33271
33272 \begin_inset Index
33273 status collapsed
33274
33275 \begin_layout Plain Layout
33276 Packages ! hyperref
33277 \end_layout
33278
33279 \end_inset
33280
33281  support is enabled in the document settings dialog under 
33282 \family sans
33283 PDF
33284 \begin_inset space ~
33285 \end_inset
33286
33287 Properties
33288 \family default
33289 , PDF-bookmarks are created for every section heading in the table of contents.
33290  If a section heading contains formulas, they are incorrectly displayed
33291  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33292 s.
33293 \end_layout
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Standard
33301 Both problems can be solved by inserting at the end of the section heading
33302  a short title with the menu 
33303 \family sans
33304 Insert\SpecialChar \menuseparator
33305 Short
33306 \begin_inset space ~
33307 \end_inset
33308
33309 Title
33310 \family default
33311 .
33312  Short titles are used as alternative for multiline section headings to
33313  keep the table of contents clearly arranged.
33314  Only the short title appears in the table of contents and therefore also
33315  in the PDF-bookmark.
33316 \end_layout
33317
33318 \begin_layout Standard
33319 When formulas should be used in the table of contents but 
33320 \series bold
33321 hyperref
33322 \series default
33323  is used, one can use the following command in TeX-mode:
33324 \end_layout
33325
33326 \begin_layout Standard
33327
33328 \series bold
33329
33330 \backslash
33331 texorpdfstring{part}{alternative}
33332 \begin_inset Index
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336 Commands ! T ! 
33337 \backslash
33338 texorpdfstring
33339 \end_layout
33340
33341 \end_inset
33342
33343
33344 \end_layout
33345
33346 \begin_layout Standard
33347 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33348  This can be characters, formulas, footnotes, but also cross-references.
33349  The alternative is used instead of the part for the bookmark.
33350 \end_layout
33351
33352 \begin_layout Standard
33353 Here are two example headings:
33354 \begin_inset VSpace -3mm
33355 \end_inset
33356
33357
33358 \begin_inset ERT
33359 status collapsed
33360
33361 \begin_layout Plain Layout
33362
33363
33364 \backslash
33365 boldmath 
33366 \end_layout
33367
33368 \end_inset
33369
33370
33371 \end_layout
33372
33373 \begin_layout Subsubsection
33374 Heading without formula in table of contents 
33375 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33376 \end_inset
33377
33378
33379 \begin_inset OptArg
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383 Heading without formula in table of contents
33384 \end_layout
33385
33386 \end_inset
33387
33388
33389 \end_layout
33390
33391 \begin_layout Subsubsection
33392 Heading with formula in table of contents
33393 \begin_inset ERT
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397
33398
33399 \backslash
33400 texorpdfstring{
33401 \end_layout
33402
33403 \end_inset
33404
33405  
33406 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33407 \end_inset
33408
33409
33410 \begin_inset ERT
33411 status collapsed
33412
33413 \begin_layout Plain Layout
33414
33415 }{}
33416 \end_layout
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \begin_layout Standard
33424 \begin_inset ERT
33425 status collapsed
33426
33427 \begin_layout Plain Layout
33428
33429
33430 \backslash
33431 unboldmath 
33432 \end_layout
33433
33434 \end_inset
33435
33436 In the first heading a short title was used, in the second one 
33437 \series bold
33438
33439 \backslash
33440 texorpdfstring
33441 \series default
33442 .
33443 \end_layout
33444
33445 \begin_layout Standard
33446 To get the same formatting as for the other headings, the complete heading
33447  was set into a 
33448 \series bold
33449 boldmath
33450 \series default
33451  environment
33452 \begin_inset Foot
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456 see 
33457 \begin_inset CommandInset ref
33458 LatexCommand ref
33459 reference "sub:Bold-Formulas"
33460
33461 \end_inset
33462
33463
33464 \end_layout
33465
33466 \end_inset
33467
33468 .
33469 \end_layout
33470
33471 \begin_layout Subsection
33472 Formulas in multi-column Text
33473 \begin_inset Index
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477 Formula ! in multi-column text
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \begin_layout Standard
33486 Formulas in multi-column text are often too wide to fit into a column and
33487  thus need to be set over the whole page width.
33488  This is done by using the LaTeX-package 
33489 \series bold
33490 multicol
33491 \series default
33492
33493 \begin_inset Foot
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497
33498 \series bold
33499 multicol
33500 \series default
33501  is part of every LaTeX standard installation.
33502 \end_layout
33503
33504 \end_inset
33505
33506
33507 \begin_inset Index
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511 Packages ! multicol
33512 \end_layout
33513
33514 \end_inset
33515
33516 , that is loaded with the LaTeX-preamble line
33517 \end_layout
33518
33519 \begin_layout Standard
33520
33521 \series bold
33522
33523 \backslash
33524 usepackage{multicol}
33525 \end_layout
33526
33527 \begin_layout Standard
33528 \begin_inset Note Greyedout
33529 status open
33530
33531 \begin_layout Plain Layout
33532 Note herby that the setting 
33533 \family sans
33534 Two-column
33535 \begin_inset space ~
33536 \end_inset
33537
33538 document
33539 \family default
33540  in the menu 
33541 \family sans
33542 Document\SpecialChar \menuseparator
33543 Settings
33544 \family default
33545  under 
33546 \family sans
33547 Text
33548 \begin_inset space ~
33549 \end_inset
33550
33551 Layout
33552 \family default
33553 \emph on
33554  
33555 \emph default
33556 must 
33557 \emph on
33558 not
33559 \emph default
33560  be selected.
33561 \end_layout
33562
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Standard
33569 Before the multi-column text the command
33570 \end_layout
33571
33572 \begin_layout Standard
33573
33574 \series bold
33575
33576 \backslash
33577 begin{multicols}{column number}
33578 \end_layout
33579
33580 \begin_layout Standard
33581 is written in TeX-mode.
33582  The column number is a number in the range of 2
33583 \begin_inset space \thinspace{}
33584 \end_inset
33585
33586 -
33587 \begin_inset space \thinspace{}
33588 \end_inset
33589
33590 10.
33591  Before the formula the multi-column text is ended by inserting the command
33592 \end_layout
33593
33594 \begin_layout Standard
33595
33596 \series bold
33597
33598 \backslash
33599 end{multicols}
33600 \end_layout
33601
33602 \begin_layout Standard
33603 in TeX-mode.
33604 \end_layout
33605
33606 \begin_layout Standard
33607 Due to the command some space is automatically added before the formula.
33608  To revert this, -6
33609 \begin_inset space \thinspace{}
33610 \end_inset
33611
33612 mm vertical space is inserted before the formula.
33613  When the formula style 
33614 \series bold
33615 Indented
33616 \begin_inset Foot
33617 status collapsed
33618
33619 \begin_layout Plain Layout
33620 formula styles see 
33621 \begin_inset CommandInset ref
33622 LatexCommand ref
33623 reference "sec:Formula-Styles"
33624
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \series default
33634  is used, -9
33635 \begin_inset space \thinspace{}
33636 \end_inset
33637
33638 mm space is inserted instead.
33639 \end_layout
33640
33641 \begin_layout Standard
33642 As example a multi-column text with a displayed formula:
33643 \end_layout
33644
33645 \begin_layout Standard
33646 \begin_inset ERT
33647 status collapsed
33648
33649 \begin_layout Plain Layout
33650
33651
33652 \backslash
33653 begin{multicols}{2}
33654 \end_layout
33655
33656 \end_inset
33657
33658 Das Spektrum wird fouriertransformiert.
33659  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33660 , Lösungsmittel) zu trennen.
33661  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33662  nun das Aussehen des Ausgangssignals.
33663  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33664  über alle Phasen integrieren muss.
33665  Sei nun 
33666 \begin_inset Formula $S$
33667 \end_inset
33668
33669  unser normiertes Ausgangssignal and 
33670 \begin_inset Formula $P$
33671 \end_inset
33672
33673  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33674 \begin_inset ERT
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678
33679
33680 \backslash
33681 end{multicols}
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \begin_inset VSpace -6mm
33688 \end_inset
33689
33690
33691 \begin_inset Formula \begin{equation}
33692 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33693
33694 \end_inset
33695
33696
33697 \begin_inset ERT
33698 status collapsed
33699
33700 \begin_layout Plain Layout
33701
33702
33703 \backslash
33704 begin{multicols}{2}
33705 \end_layout
33706
33707 \end_inset
33708
33709 wobei 
33710 \begin_inset Formula $S_{0}$
33711 \end_inset
33712
33713  das Signal ohne Gradient ist and the Normierungsbedingung 
33714 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33715 \end_inset
33716
33717  gilt.
33718  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33719  Direkt nach the 
33720 \begin_inset Formula $\nicefrac{\pi}{2}$
33721 \end_inset
33722
33723
33724 \begin_inset space \thinspace{}
33725 \end_inset
33726
33727 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33728  das Signal zusätzlich abschwächt.
33729  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33730  
33731 \begin_inset Formula $T_{2}$
33732 \end_inset
33733
33734 -Zeit.
33735 \end_layout
33736
33737 \begin_layout Standard
33738 \begin_inset ERT
33739 status collapsed
33740
33741 \begin_layout Plain Layout
33742
33743
33744 \backslash
33745 end{multicols}
33746 \end_layout
33747
33748 \end_inset
33749
33750  
33751 \end_layout
33752
33753 \begin_layout Subsection
33754 Formulas with Description of Variables
33755 \begin_inset Index
33756 status collapsed
33757
33758 \begin_layout Plain Layout
33759 Formula ! with description of variables
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \begin_layout Standard
33768 To describe variables within a formula, like in formula 
33769 \begin_inset CommandInset ref
33770 LatexCommand eqref
33771 reference "eq:within"
33772
33773 \end_inset
33774
33775 , a 2
33776 \series bold
33777 ×
33778 \series default
33779
33780 \begin_inset Formula $n$
33781 \end_inset
33782
33783
33784 \begin_inset space ~
33785 \end_inset
33786
33787 matrix is used with left aligned columns for the 
33788 \begin_inset Formula $n$
33789 \end_inset
33790
33791  used variables.
33792 \begin_inset Foot
33793 status collapsed
33794
33795 \begin_layout Plain Layout
33796 matrices see 
33797 \begin_inset CommandInset ref
33798 LatexCommand ref
33799 reference "sec:Matrices"
33800
33801 \end_inset
33802
33803
33804 \end_layout
33805
33806 \end_inset
33807
33808  To set the description in a smaller size, before the matrix e.
33809 \begin_inset space \thinspace{}
33810 \end_inset
33811
33812 g.
33813 \begin_inset space ~
33814 \end_inset
33815
33816 the command 
33817 \series bold
33818
33819 \backslash
33820 footnotesize
33821 \series default
33822  is inserted.
33823 \begin_inset Foot
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827 font sizes see 
33828 \begin_inset CommandInset ref
33829 LatexCommand ref
33830 reference "sub:Font-Sizes"
33831
33832 \end_inset
33833
33834
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Standard
33843 When the formula style 
33844 \series bold
33845 Indented
33846 \begin_inset Foot
33847 status collapsed
33848
33849 \begin_layout Plain Layout
33850 formula styles see 
33851 \begin_inset CommandInset ref
33852 LatexCommand ref
33853 reference "sec:Formula-Styles"
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \series default
33864  is used, a 
33865 \series bold
33866
33867 \backslash
33868 hfill
33869 \series default
33870
33871 \begin_inset Foot
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875
33876 \series bold
33877
33878 \backslash
33879 hfill
33880 \series default
33881  only works in formulas with the style 
33882 \series bold
33883 Indented
33884 \series default
33885 , see 
33886 \begin_inset CommandInset ref
33887 LatexCommand ref
33888 reference "sub:Variable-Space"
33889
33890 \end_inset
33891
33892 .
33893 \end_layout
33894
33895 \end_inset
33896
33897  is inserted before and after the matrix to have the same separation of
33898  the matrix from the equation and the side margin.
33899 \end_layout
33900
33901 \begin_layout Standard
33902 When the formula style 
33903 \series bold
33904 Centered
33905 \series default
33906  is used, the method described in 
33907 \begin_inset CommandInset ref
33908 LatexCommand ref
33909 reference "sub:Flalign-Environment"
33910
33911 \end_inset
33912
33913  is used to indent formulas.
33914  Formula 
33915 \begin_inset CommandInset ref
33916 LatexCommand eqref
33917 reference "eq:within"
33918
33919 \end_inset
33920
33921  consists of five columns whereas in the first two columns contain the equation,
33922  the third the matrix, and the last one an empty TeX-brace.
33923 \begin_inset Formula \begin{flalign}
33924 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33925 \rho & \textrm{density}\\
33926 V & \textrm{volume}\\
33927 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33928
33929 \end_inset
33930
33931
33932 \end_layout
33933
33934 \begin_layout Subsection
33935 Upright small Greek Letters
33936 \begin_inset CommandInset label
33937 LatexCommand label
33938 name "sub:Upright-small-Greek"
33939
33940 \end_inset
33941
33942
33943 \begin_inset Index
33944 status collapsed
33945
33946 \begin_layout Plain Layout
33947 Greek letters ! upright
33948 \end_layout
33949
33950 \end_inset
33951
33952
33953 \end_layout
33954
33955 \begin_layout Standard
33956 Most of the math fonts only provide italic small Greek letters.
33957  But for symbols of elementary particles like pions and neutrinos, upright
33958  Greek letters are needed.
33959  The file 
33960 \series bold
33961 upgreek.sty
33962 \series default
33963
33964 \begin_inset Foot
33965 status collapsed
33966
33967 \begin_layout Plain Layout
33968
33969 \series bold
33970 upgreek
33971 \series default
33972  is part of the LaTeX-package 
33973 \series bold
33974 was
33975 \series default
33976
33977 \begin_inset Index
33978 status collapsed
33979
33980 \begin_layout Plain Layout
33981 Packages ! was
33982 \begin_inset ERT
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986
33987
33988 \backslash
33989 vspace{4mm}
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \end_inset
33998
33999 .
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \begin_inset Index
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009 Packages ! upgreek
34010 \end_layout
34011
34012 \end_inset
34013
34014  that is loaded with the LaTeX-preamble line
34015 \end_layout
34016
34017 \begin_layout Standard
34018
34019 \series bold
34020
34021 \backslash
34022 usepackage{upgreek}
34023 \end_layout
34024
34025 \begin_layout Standard
34026 provides them.
34027  
34028 \begin_inset ERT
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033
34034 \backslash
34035 ifupgreek 
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \begin_inset Note Note
34042 status open
34043
34044 \begin_layout Plain Layout
34045 The following table will only be displayed when the LaTeX-package 
34046 \series bold
34047 upgreek
34048 \series default
34049  is installed.
34050 \end_layout
34051
34052 \end_inset
34053
34054  They are created when the command for a small Greek letters is started
34055  with 
34056 \series bold
34057 up
34058 \series default
34059 .
34060  For example the command 
34061 \series bold
34062
34063 \backslash
34064 uptau
34065 \series default
34066  creates this: 
34067 \begin_inset Formula $\uptau$
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 With these commands reactions of elementary particles can be typeset:
34075 \begin_inset Formula \[
34076 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34077
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Standard
34084 The upright letters are more bold and wider than the italic ones.
34085  They should therefore not be used for units like 
34086 \begin_inset Quotes eld
34087 \end_inset
34088
34089 µm
34090 \begin_inset Quotes erd
34091 \end_inset
34092
34093 .
34094 \end_layout
34095
34096 \begin_layout Standard
34097 \begin_inset ERT
34098 status collapsed
34099
34100 \begin_layout Plain Layout
34101
34102
34103 \backslash
34104 else 
34105 \end_layout
34106
34107 \end_inset
34108
34109
34110 \begin_inset Note Note
34111 status open
34112
34113 \begin_layout Plain Layout
34114 The following will be displayed when the LaTeX-package 
34115 \series bold
34116 upgreek
34117 \series default
34118  is not installed:
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Standard
34127 You need to install the LaTeX-package 
34128 \series bold
34129 upgreek
34130 \series default
34131  to see the rest of this subsection in the output.
34132 \end_layout
34133
34134 \begin_layout Standard
34135 \begin_inset ERT
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139
34140
34141 \backslash
34142 fi 
34143 \end_layout
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \begin_layout Subsection
34151 Text Characters in Formulas
34152 \begin_inset CommandInset label
34153 LatexCommand label
34154 name "sub:Text-Characters-in"
34155
34156 \end_inset
34157
34158
34159 \begin_inset Index
34160 status collapsed
34161
34162 \begin_layout Plain Layout
34163 Text ! in formulas
34164 \end_layout
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \begin_layout Standard
34172 In some cases you might want to insert text characters directly into formulas.
34173  When for example the centered dot · is often used in formulas like 
34174 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34175 \end_inset
34176
34177 , one would have to insert the command 
34178 \series bold
34179
34180 \backslash
34181 cdot
34182 \series default
34183
34184 \begin_inset Foot
34185 status collapsed
34186
34187 \begin_layout Plain Layout
34188 see 
34189 \begin_inset CommandInset ref
34190 LatexCommand ref
34191 reference "sub:Binary-Operators"
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \end_inset
34199
34200  all the time, because this character is defined in all encodings as text
34201  character.
34202  But the encoding can be changed by this LaTeX-preamble line:
34203 \end_layout
34204
34205 \begin_layout Standard
34206
34207 \series bold
34208
34209 \backslash
34210 Declare Inputtext{183}{
34211 \backslash
34212 ifmmode
34213 \backslash
34214 cdot
34215 \backslash
34216 else
34217 \backslash
34218 textperiodcentered
34219 \backslash
34220 f\SpecialChar \textcompwordmark{}
34221 i}
34222 \end_layout
34223
34224 \begin_layout Standard
34225 The character encoding (menu 
34226 \family sans
34227 Document\SpecialChar \menuseparator
34228 Settings\SpecialChar \menuseparator
34229 Language
34230 \family default
34231 ) specifies what character appears when a keyboard key is pressed.
34232  When the key for the character '·' is pressed, internally the command 
34233 \series bold
34234
34235 \backslash
34236 textperiodcentered
34237 \series default
34238  is used.
34239  But this command is not available in a formula so that you would get LaTeX-erro
34240 rs.
34241  With the changed encoding the right command is chosen automatically, depending
34242  on if the character was inserted into a formula or not.
34243 \end_layout
34244
34245 \begin_layout Standard
34246 The encoding of several characters is saved in definition files.
34247  Fore example the encoding 
34248 \series bold
34249 latin9
34250 \series default
34251  is defined in the file 
34252 \series bold
34253 latin9.def
34254 \series default
34255  that is in the installation folder of LaTeX.
34256  Encodings should only be changed via the LaTeX-preamble and not in the
34257  definition files.
34258  Otherwise own documents could not be edited by other LyX users working
34259  on other computers.
34260 \end_layout
34261
34262 \begin_layout Standard
34263 \begin_inset VSpace medskip
34264 \end_inset
34265
34266 Besides the centered dot, in this document the degree sign ° is defined
34267  with the following LaTeX-preamble line so that it can directly be inserted
34268  to a formula:
34269 \end_layout
34270
34271 \begin_layout Standard
34272
34273 \series bold
34274
34275 \backslash
34276 DeclareInputtext{176}{
34277 \backslash
34278 ifmmode^
34279 \backslash
34280 circ
34281 \backslash
34282 else
34283 \backslash
34284 textdegree
34285 \backslash
34286 f\SpecialChar \textcompwordmark{}
34287 i}
34288 \end_layout
34289
34290 \begin_layout Standard
34291 \begin_inset Newpage newpage
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Section
34298 \start_of_appendix
34299 Typographic Advice
34300 \begin_inset Index
34301 status collapsed
34302
34303 \begin_layout Plain Layout
34304 Typographic advice
34305 \end_layout
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Standard
34313 This section is a summary of the most important typographic rules, listed
34314  in ISO norms.
34315 \begin_inset Foot
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319 This collection was partly taken from the German semi-official dictionary
34320  called 
34321 \begin_inset Quotes eld
34322 \end_inset
34323
34324 Duden
34325 \begin_inset Quotes erd
34326 \end_inset
34327
34328  
34329 \begin_inset CommandInset citation
34330 LatexCommand cite
34331 key "Duden"
34332
34333 \end_inset
34334
34335  that lists some of the ISO rules.
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \begin_layout Itemize
34344 Physical units are 
34345 \emph on
34346 always
34347 \emph default
34348  set upright
34349 \begin_inset Foot
34350 status collapsed
34351
34352 \begin_layout Plain Layout
34353 done with font styles, see 
34354 \begin_inset CommandInset ref
34355 LatexCommand ref
34356 reference "sub:Font-Styles"
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \end_inset
34364
34365 : 30
34366 \begin_inset space \thinspace{}
34367 \end_inset
34368
34369 km/h
34370 \begin_inset Newline newline
34371 \end_inset
34372
34373 Between the value and the unit is the smallest space, see 
34374 \begin_inset CommandInset ref
34375 LatexCommand ref
34376 reference "sub:Predefined-Space"
34377
34378 \end_inset
34379
34380 .
34381 \begin_inset Newline newline
34382 \end_inset
34383
34384 This convention is automatically fulfilled when the command 
34385 \series bold
34386
34387 \backslash
34388 unittwo
34389 \series default
34390  is used.
34391  When it is entered to a formula, two boxes appear.
34392  In the first one the value is inserted, in the second one the unit, and
34393  one gets as above: 
34394 \begin_inset Formula $\unit[30]{km/h}$
34395 \end_inset
34396
34397
34398 \begin_inset space \thinspace{}
34399 \end_inset
34400
34401 .
34402  Note that 
34403 \series bold
34404
34405 \backslash
34406 unittwo
34407 \series default
34408  is not a real LaTeX command but the command 
34409 \series bold
34410
34411 \backslash
34412 unit[value]{unit}
34413 \series default
34414 , therefore you cannot use it in TeX code.
34415 \end_layout
34416
34417 \begin_layout Itemize
34418 Percent and perthousand signs are set like physical units:
34419 \begin_inset Newline newline
34420 \end_inset
34421
34422 1,2
34423 \begin_inset space \thinspace{}
34424 \end_inset
34425
34426 ‰ alcohol in blood
34427 \end_layout
34428
34429 \begin_layout Itemize
34430 The degree sign follows directly on the value: 15°, but not when it is used
34431  in units: 15
34432 \begin_inset space \thinspace{}
34433 \end_inset
34434
34435 °C
34436 \end_layout
34437
34438 \begin_layout Itemize
34439 In numbers with more than four digits the smallest space is inserted before
34440  every third digit to group them: 
34441 \family roman
34442 \series medium
34443 \shape up
34444 \size normal
34445 \emph off
34446 \bar no
34447 \noun off
34448 \color none
34449 18
34450 \begin_inset space \thinspace{}
34451 \end_inset
34452
34453 473
34454 \begin_inset space \thinspace{}
34455 \end_inset
34456
34457 588
34458 \end_layout
34459
34460 \begin_layout Itemize
34461 For dimensions like 120×90×40
34462 \begin_inset space \thinspace{}
34463 \end_inset
34464
34465 cm the multiplication sign 
34466 \begin_inset Quotes eld
34467 \end_inset
34468
34469 ×
34470 \begin_inset Quotes erd
34471 \end_inset
34472
34473  is used.
34474  It is available with the LaTeX-command 
34475 \series bold
34476
34477 \backslash
34478 texttimes
34479 \series default
34480 , but can also directly be inserted with some keyboard definitions.
34481 \end_layout
34482
34483 \begin_layout Itemize
34484 Functions with names consisting of several letters are set upright to avoid
34485  confusions, see 
34486 \begin_inset CommandInset ref
34487 LatexCommand ref
34488 reference "sub:Predefined-Functions"
34489
34490 \end_inset
34491
34492 .
34493 \end_layout
34494
34495 \begin_layout Itemize
34496 Indices consisting of several letters, are set upright: 
34497 \begin_inset Formula $E_{\mathrm{kin}}$
34498 \end_inset
34499
34500
34501 \begin_inset Newline newline
34502 \end_inset
34503
34504 Components of matrices are set italic: 
34505 \begin_inset Formula $\hat{H}_{kl}$
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \begin_layout Itemize
34512 The differentiation/integration operator 'd', the Euler's number 'e', and
34513  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34514  other variables.
34515 \end_layout
34516
34517 \begin_layout Standard
34518 \begin_inset Newpage newpage
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Section
34525 Synonyms
34526 \begin_inset Index
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530 Synonyms
34531 \end_layout
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Standard
34539 Some characters and symbols can be created with several commands.
34540  Here is a list of the synonym commands:
34541 \end_layout
34542
34543 \begin_layout Standard
34544 \begin_inset VSpace bigskip
34545 \end_inset
34546
34547
34548 \begin_inset space \hfill{}
34549 \end_inset
34550
34551
34552 \begin_inset Tabular
34553 <lyxtabular version="3" rows="12" columns="2">
34554 <features>
34555 <column alignment="center" valignment="top" width="0pt">
34556 <column alignment="center" valignment="top" width="0pt">
34557 <row>
34558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34559 \begin_inset Text
34560
34561 \begin_layout Plain Layout
34562 Command
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34568 \begin_inset Text
34569
34570 \begin_layout Plain Layout
34571 equivalent to
34572 \begin_inset Note Note
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577 \series bold
34578
34579 \backslash
34580 raisebox
34581 \series default
34582  is only used as spacer.
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 </row>
34593 <row>
34594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34595 \begin_inset Text
34596
34597 \begin_layout Plain Layout
34598
34599 \backslash
34600 ast
34601 \end_layout
34602
34603 \end_inset
34604 </cell>
34605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609 \begin_inset ERT
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613
34614
34615 \backslash
34616 raisebox{-1.2mm}{
34617 \end_layout
34618
34619 \end_inset
34620
34621 *
34622 \begin_inset ERT
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626
34627 }
34628 \end_layout
34629
34630 \end_inset
34631
34632
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 </row>
34638 <row>
34639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34640 \begin_inset Text
34641
34642 \begin_layout Plain Layout
34643
34644 \backslash
34645 choose
34646 \end_layout
34647
34648 \end_inset
34649 </cell>
34650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654
34655 \backslash
34656 binom
34657 \end_layout
34658
34659 \end_inset
34660 </cell>
34661 </row>
34662 <row>
34663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34664 \begin_inset Text
34665
34666 \begin_layout Plain Layout
34667
34668 \backslash
34669 geq
34670 \end_layout
34671
34672 \end_inset
34673 </cell>
34674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34675 \begin_inset Text
34676
34677 \begin_layout Plain Layout
34678
34679 \backslash
34680 ge
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 </row>
34686 <row>
34687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691
34692 \backslash
34693 lbrace
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34699 \begin_inset Text
34700
34701 \begin_layout Plain Layout
34702 {
34703 \end_layout
34704
34705 \end_inset
34706 </cell>
34707 </row>
34708 <row>
34709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34710 \begin_inset Text
34711
34712 \begin_layout Plain Layout
34713
34714 \backslash
34715 lbracket
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724 [
34725 \end_layout
34726
34727 \end_inset
34728 </cell>
34729 </row>
34730 <row>
34731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34732 \begin_inset Text
34733
34734 \begin_layout Plain Layout
34735
34736 \backslash
34737 leftarrow
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34743 \begin_inset Text
34744
34745 \begin_layout Plain Layout
34746
34747 \backslash
34748 gets
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 </row>
34754 <row>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759
34760 \backslash
34761 leq
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770
34771 \backslash
34772 le
34773 \end_layout
34774
34775 \end_inset
34776 </cell>
34777 </row>
34778 <row>
34779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783
34784 \backslash
34785 lor
34786 \end_layout
34787
34788 \end_inset
34789 </cell>
34790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34791 \begin_inset Text
34792
34793 \begin_layout Plain Layout
34794
34795 \backslash
34796 vee
34797 \end_layout
34798
34799 \end_inset
34800 </cell>
34801 </row>
34802 <row>
34803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34804 \begin_inset Text
34805
34806 \begin_layout Plain Layout
34807
34808 \backslash
34809 neq
34810 \end_layout
34811
34812 \end_inset
34813 </cell>
34814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34815 \begin_inset Text
34816
34817 \begin_layout Plain Layout
34818
34819 \backslash
34820 not=
34821 \end_layout
34822
34823 \end_inset
34824 </cell>
34825 </row>
34826 <row>
34827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831
34832 \backslash
34833 slash
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842 /
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 </row>
34848 <row>
34849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34850 \begin_inset Text
34851
34852 \begin_layout Plain Layout
34853
34854 \backslash
34855 vert
34856 \end_layout
34857
34858 \end_inset
34859 </cell>
34860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34861 \begin_inset Text
34862
34863 \begin_layout Plain Layout
34864 |
34865 \end_layout
34866
34867 \end_inset
34868 </cell>
34869 </row>
34870 </lyxtabular>
34871
34872 \end_inset
34873
34874
34875 \begin_inset space \hfill{}
34876 \end_inset
34877
34878
34879 \begin_inset Tabular
34880 <lyxtabular version="3" rows="12" columns="2">
34881 <features>
34882 <column alignment="center" valignment="top" width="0pt">
34883 <column alignment="center" valignment="top" width="0pt">
34884 <row>
34885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889 Command
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34895 \begin_inset Text
34896
34897 \begin_layout Plain Layout
34898 equivalent to
34899 \end_layout
34900
34901 \end_inset
34902 </cell>
34903 </row>
34904 <row>
34905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34906 \begin_inset Text
34907
34908 \begin_layout Plain Layout
34909
34910 \backslash
34911 backslash
34912 \end_layout
34913
34914 \end_inset
34915 </cell>
34916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920
34921 \backslash
34922
34923 \backslash
34924
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 </row>
34930 <row>
34931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935
34936 \backslash
34937 dasharrow
34938 \end_layout
34939
34940 \end_inset
34941 </cell>
34942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946
34947 \backslash
34948 dashrightarrow
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 </row>
34954 <row>
34955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34956 \begin_inset Text
34957
34958 \begin_layout Plain Layout
34959
34960 \backslash
34961 land
34962 \end_layout
34963
34964 \end_inset
34965 </cell>
34966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970
34971 \backslash
34972 wedge
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 </row>
34978 <row>
34979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983
34984 \backslash
34985 rbrace
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34991 \begin_inset Text
34992
34993 \begin_layout Plain Layout
34994 }
34995 \end_layout
34996
34997 \end_inset
34998 </cell>
34999 </row>
35000 <row>
35001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35002 \begin_inset Text
35003
35004 \begin_layout Plain Layout
35005
35006 \backslash
35007 rbracket
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016 ]
35017 \end_layout
35018
35019 \end_inset
35020 </cell>
35021 </row>
35022 <row>
35023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35024 \begin_inset Text
35025
35026 \begin_layout Plain Layout
35027
35028 \backslash
35029 rightarrow
35030 \end_layout
35031
35032 \end_inset
35033 </cell>
35034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35035 \begin_inset Text
35036
35037 \begin_layout Plain Layout
35038
35039 \backslash
35040 to
35041 \end_layout
35042
35043 \end_inset
35044 </cell>
35045 </row>
35046 <row>
35047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051
35052 \backslash
35053 lnot
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062
35063 \backslash
35064 neg
35065 \end_layout
35066
35067 \end_inset
35068 </cell>
35069 </row>
35070 <row>
35071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35072 \begin_inset Text
35073
35074 \begin_layout Plain Layout
35075
35076 \backslash
35077 ne
35078 \end_layout
35079
35080 \end_inset
35081 </cell>
35082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35083 \begin_inset Text
35084
35085 \begin_layout Plain Layout
35086
35087 \backslash
35088 not=
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 </row>
35094 <row>
35095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35096 \begin_inset Text
35097
35098 \begin_layout Plain Layout
35099
35100 \backslash
35101 owns
35102 \end_layout
35103
35104 \end_inset
35105 </cell>
35106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35107 \begin_inset Text
35108
35109 \begin_layout Plain Layout
35110
35111 \backslash
35112 ni
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 </row>
35118 <row>
35119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123
35124 \backslash
35125 square
35126 \end_layout
35127
35128 \end_inset
35129 </cell>
35130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134
35135 \backslash
35136 Box
35137 \end_layout
35138
35139 \end_inset
35140 </cell>
35141 </row>
35142 <row>
35143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147
35148 \backslash
35149 Vert
35150 \end_layout
35151
35152 \end_inset
35153 </cell>
35154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35155 \begin_inset Text
35156
35157 \begin_layout Plain Layout
35158
35159 \backslash
35160 |
35161 \end_layout
35162
35163 \end_inset
35164 </cell>
35165 </row>
35166 </lyxtabular>
35167
35168 \end_inset
35169
35170
35171 \begin_inset space \hfill{}
35172 \end_inset
35173
35174
35175 \end_layout
35176
35177 \begin_layout Standard
35178 \begin_inset Newpage newpage
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Bibliography
35185 \begin_inset CommandInset bibitem
35186 LatexCommand bibitem
35187 key "TLC2"
35188
35189 \end_inset
35190
35191
35192 \shape smallcaps
35193 Mittelbach, F.
35194  ; Goossens, M.
35195 \shape default
35196
35197 \shape italic
35198 The LaTeX Companion
35199 \shape default
35200 .
35201  Addison Wesley, 2004
35202 \end_layout
35203
35204 \begin_layout Bibliography
35205 \begin_inset CommandInset bibitem
35206 LatexCommand bibitem
35207 key "Mathmode"
35208
35209 \end_inset
35210
35211
35212 \begin_inset CommandInset href
35213 LatexCommand href
35214 name "Description"
35215 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35216
35217 \end_inset
35218
35219  of LaTeX's math abilities
35220 \end_layout
35221
35222 \begin_layout Bibliography
35223 \begin_inset CommandInset bibitem
35224 LatexCommand bibitem
35225 key "Voss"
35226
35227 \end_inset
35228
35229 LaTeX tips and tricks-
35230 \begin_inset CommandInset href
35231 LatexCommand href
35232 name "page"
35233 target "http://tug.org/TeXnik/"
35234
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Bibliography
35241 \begin_inset CommandInset bibitem
35242 LatexCommand bibitem
35243 key "AMS"
35244
35245 \end_inset
35246
35247
35248 \begin_inset CommandInset href
35249 LatexCommand href
35250 name "Description"
35251 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35252
35253 \end_inset
35254
35255  of 
35256 \begin_inset ERT
35257 status collapsed
35258
35259 \begin_layout Plain Layout
35260
35261
35262 \backslash
35263 AmS
35264 \end_layout
35265
35266 \end_inset
35267
35268 -LaTeX
35269 \end_layout
35270
35271 \begin_layout Bibliography
35272 \begin_inset CommandInset bibitem
35273 LatexCommand bibitem
35274 key "Symbole"
35275
35276 \end_inset
35277
35278
35279 \begin_inset CommandInset href
35280 LatexCommand href
35281 name "List"
35282 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35283
35284 \end_inset
35285
35286  of all symbols available with LaTeX-packages
35287 \end_layout
35288
35289 \begin_layout Bibliography
35290 \begin_inset CommandInset bibitem
35291 LatexCommand bibitem
35292 key "hyperref"
35293
35294 \end_inset
35295
35296
35297 \begin_inset CommandInset href
35298 LatexCommand href
35299 name "Documentation"
35300 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35301
35302 \end_inset
35303
35304  of the LaTeX-package 
35305 \series bold
35306 hyperref
35307 \series default
35308
35309 \begin_inset Index
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313 Packages ! hyperref
35314 \end_layout
35315
35316 \end_inset
35317
35318
35319 \end_layout
35320
35321 \begin_layout Bibliography
35322 \begin_inset CommandInset bibitem
35323 LatexCommand bibitem
35324 key "Mathclap"
35325
35326 \end_inset
35327
35328
35329 \begin_inset CommandInset href
35330 LatexCommand href
35331 name "Description"
35332 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35333
35334 \end_inset
35335
35336  of the command 
35337 \series bold
35338
35339 \backslash
35340 mathclap
35341 \series default
35342 , described in 
35343 \begin_inset CommandInset ref
35344 LatexCommand ref
35345 reference "sub:Operator-Limits"
35346
35347 \end_inset
35348
35349
35350 \begin_inset Index
35351 status collapsed
35352
35353 \begin_layout Plain Layout
35354 Commands ! M ! 
35355 \backslash
35356 mathclap
35357 \end_layout
35358
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \begin_layout Bibliography
35365 \begin_inset CommandInset bibitem
35366 LatexCommand bibitem
35367 key "Duden"
35368
35369 \end_inset
35370
35371
35372 \emph on
35373 Duden Band 1
35374 \emph default
35375 .
35376  22.
35377  Auflage, Duden 2001
35378 \end_layout
35379
35380 \begin_layout Subsubsection*
35381 \begin_inset CommandInset index_print
35382 LatexCommand printindex
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \end_body
35390 \end_document