]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
French doc files: backport recent changes
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % increase link area for cross-references and autoname them,
34 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
35 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
36 \addto\extrasenglish{%
37  \renewcommand*{\equationautorefname}[1]{}%
38  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
39  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
41 }
42
43 % don't load packages twice
44 % see first footnote in sec. 9.3
45 \@ifundefined{textcolor}{\usepackage{color}}{}
46
47 % the pages of the TOC are numbered roman
48 % and a PDF-bookmark for the TOC is added
49 \pagenumbering{roman}
50 \let\myTOC\tableofcontents
51 \renewcommand{\tableofcontents}{%
52  \vspace{1cm}
53  \pdfbookmark[1]{\contentsname}{}
54  \myTOC
55  \cleardoublepage
56  \pagenumbering{arabic}}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % provides caption formatting
63 \setkomafont{captionlabel}{\bfseries}
64
65 % enables calculation of values
66 \usepackage{calc}
67
68 % for multiple columns used in sec. 24.7
69 \usepackage{multicol}
70
71 % needed in sec. 19.4
72 \usepackage{remreset}
73
74 % for the Fourier transformation symbol
75 \usepackage{mathrsfs}
76
77 % define a color, used in sec.9.3
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79
80 % declare operators (see sec. 10.4 and sec. 15.2)
81 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
82 \DeclareMathOperator{\sgn}{sgn}
83
84 % example definitions for sec. 20.1 
85 \newcommand{\gr}{\Longrightarrow}
86 \newcommand{\us}[1]{\underline{#1}}
87 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
88 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
89 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
90
91 % example macro from sec. 19.4
92 %\def\tagform@#1{\maketag@@@{|#1|}}
93
94
95 % ------------------------------------
96 % used to check for needed LaTeX packages
97 \usepackage{ifthen}
98
99 % check for package undertilde
100 % used for the command \utilde
101 \newboolean{undertilde}
102 \IfFileExists{undertilde.sty}
103  {\usepackage{undertilde}
104   \setboolean{undertilde}{true}}
105  {\setboolean{undertilde}{false}}
106
107 % check for package eurosym
108 % used for the Euro symbol
109 \newboolean{eurosym}
110 \IfFileExists{eurosym.sty}
111  {\usepackage[gennarrow]{eurosym}
112   \setboolean{eurosym}{true}}
113  {\setboolean{eurosym}{false}}
114
115 % check for package braket
116 % used for physical vectors
117 \newboolean{braket}
118 \IfFileExists{braket.sty}
119  {\usepackage{braket}
120   \setboolean{braket}{true}}
121  {\setboolean{braket}{false}}
122
123 % check for package cancel
124 \newboolean{cancel}
125 \IfFileExists{cancel.sty}
126  {\usepackage{cancel}
127   \setboolean{cancel}{true}}
128  {\setboolean{cancel}{false}}
129
130 % check for package upgreek
131 \newboolean{upgreek}
132 \IfFileExists{upgreek.sty}
133  {\usepackage{upgreek}
134   \setboolean{upgreek}{true}}
135  {\setboolean{upgreek}{false}}
136 \end_preamble
137 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
138 \use_default_options false
139 \maintain_unincluded_children false
140 \language english
141 \language_package default
142 \inputencoding auto
143 \fontencoding global
144 \font_roman default
145 \font_sans default
146 \font_typewriter default
147 \font_math auto
148 \font_default_family default
149 \use_non_tex_fonts false
150 \font_sc false
151 \font_osf false
152 \font_sf_scale 100
153 \font_tt_scale 100
154 \graphics default
155 \default_output_format default
156 \output_sync 0
157 \bibtex_command default
158 \index_command default
159 \paperfontsize 12
160 \spacing single
161 \use_hyperref true
162 \pdf_title "LyX's Math Manual"
163 \pdf_author "LyX Team, Uwe Stöhr"
164 \pdf_subject "LyX-documentation about math"
165 \pdf_keywords "LyX, Mathed"
166 \pdf_bookmarks true
167 \pdf_bookmarksnumbered true
168 \pdf_bookmarksopen true
169 \pdf_bookmarksopenlevel 1
170 \pdf_breaklinks false
171 \pdf_pdfborder false
172 \pdf_colorlinks true
173 \pdf_backref 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"
176 \papersize a4paper
177 \use_geometry false
178 \use_package amsmath 2
179 \use_package amssymb 2
180 \use_package cancel 0
181 \use_package esint 1
182 \use_package mathdots 1
183 \use_package mathtools 2
184 \use_package mhchem 1
185 \use_package stackrel 0
186 \use_package stmaryrd 0
187 \use_package undertilde 0
188 \cite_engine basic
189 \cite_engine_type default
190 \biblio_style plain
191 \use_bibtopic false
192 \use_indices false
193 \paperorientation portrait
194 \suppress_date false
195 \justification true
196 \use_refstyle 0
197 \notefontcolor #0000ff
198 \index Index
199 \shortcut idx
200 \color #008000
201 \end_index
202 \secnumdepth 4
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle plain
210 \bullet 1 0 6 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \html_math_output 0
216 \html_css_as_file 0
217 \html_be_strict false
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 LyX's detailed Math manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \family typewriter
236
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 author: Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 Version 2.1.x
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status open
285
286 \begin_layout Plain Layout
287 To export this document to PDF, PS or DVI the LaTeX-packages 
288 \series bold
289 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
290 \series default
291  and 
292 \series bold
293 was
294 \series default
295  should be installed.
296  If they are not installed the document can be exported anyway but the sections
297  where the packages are required will not appear in the output.
298  An exception is 
299 \series bold
300 mhchem
301 \series default
302 ; if it is not installed, this file cannot be exported.
303 \end_layout
304
305 \begin_layout Plain Layout
306 The latest PDF-version of this document can be found here:
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \series bold
312 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
313 \end_layout
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Newpage newpage
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Section
328 Introduction
329 \end_layout
330
331 \begin_layout Standard
332 This document explains LyX's math features and is furthermore a collection
333  of LaTeX-commands used for mathematical characters and constructs.
334  The explanations are designed for the usage of commands.
335  It is therefore required that you have read the section 
336 \family typewriter
337 Mathematical
338 \begin_inset space ~
339 \end_inset
340
341 Formulas
342 \family default
343  of the User's Guide.
344 \end_layout
345
346 \begin_layout Standard
347 Most of the characters and many constructs explained in this manual are
348  also accessible via the menu 
349 \family sans
350 Insert
351 \series bold
352 \SpecialChar \menuseparator
353
354 \series default
355 Math
356 \family default
357  or the 
358 \family sans
359 math
360 \family default
361 \series bold
362  
363 \family sans
364 \series default
365 toolbar
366 \family default
367 .
368  But everybody who has to write lots of formulas will notice that it is
369  much faster to use commands instead of the math toolbar.
370  Therefore this manual is focused on commands but also mentions the correspondin
371 g toolbar buttons when available.
372 \end_layout
373
374 \begin_layout Standard
375 If not specially mentioned the commands are only available within formulas.
376  To be able to use all commands explained in this document, the option 
377 \family sans
378 Use AMS math package
379 \family default
380  must be checked in the document settings (menu 
381 \family sans
382 Document\SpecialChar \menuseparator
383 Settings\SpecialChar \menuseparator
384 Math
385 \begin_inset space ~
386 \end_inset
387
388 Options
389 \family default
390 ).
391 \begin_inset Foot
392 status collapsed
393
394 \begin_layout Plain Layout
395 The option 
396 \family sans
397 Use AMS math package automatically
398 \family default
399  only uses 
400 \begin_inset ERT
401 status collapsed
402
403 \begin_layout Plain Layout
404
405
406 \backslash
407 AmS 
408 \end_layout
409
410 \end_inset
411
412 -math when math constructs are found that are supported by LyX.
413 \end_layout
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 This document doesn't list all 
422 \begin_inset ERT
423 status collapsed
424
425 \begin_layout Plain Layout
426
427
428 \backslash
429 AmS 
430 \end_layout
431
432 \end_inset
433
434 -math commands
435 \begin_inset Foot
436 status collapsed
437
438 \begin_layout Plain Layout
439 A list with all 
440 \begin_inset ERT
441 status collapsed
442
443 \begin_layout Plain Layout
444
445
446 \backslash
447 AmS
448 \end_layout
449
450 \end_inset
451
452 -math commands is in the file 
453 \family sans
454
455 \begin_inset CommandInset href
456 LatexCommand href
457 name "amsguide.ps"
458 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
459
460 \end_inset
461
462
463 \family default
464 , which is part of every LaTeX standard installation.
465 \end_layout
466
467 \end_inset
468
469  for lucidity reasons.
470 \end_layout
471
472 \begin_layout Section
473 General Instructions
474 \end_layout
475
476 \begin_layout Standard
477 To create an inline formula
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Formula ! inline
483 \end_layout
484
485 \end_inset
486
487  that is embedded into a text line, use one of the shortcuts 
488 \begin_inset Info
489 type  "shortcuts"
490 arg   "math-mode"
491 \end_inset
492
493  or the toolbar button 
494 \begin_inset Info
495 type  "icon"
496 arg   "math-mode"
497 \end_inset
498
499 .
500 \begin_inset Newline newline
501 \end_inset
502
503 To create a display style formula
504 \begin_inset Index idx
505 status collapsed
506
507 \begin_layout Plain Layout
508 Formula ! display style
509 \end_layout
510
511 \end_inset
512
513  which will appear bigger, has a different format, and will be in a separate
514  paragraph, use one of these shortcuts: 
515 \begin_inset Info
516 type  "shortcuts"
517 arg   "math-display"
518 \end_inset
519
520 .
521 \end_layout
522
523 \begin_layout Standard
524 To change a display style formula to an inline formula, set the cursor into
525  the formula and use one of the shortcuts 
526 \begin_inset Info
527 type  "shortcuts"
528 arg   "math-mode"
529 \end_inset
530
531  or the menu 
532 \family sans
533 Edit\SpecialChar \menuseparator
534 Math\SpecialChar \menuseparator
535 Change formula type
536 \family default
537 .
538  The same way is used to change an inline formula to a display style formula.
539 \end_layout
540
541 \begin_layout Standard
542 To display parts of an inline formula in the size of a display style formula,
543  enter the command 
544 \series bold
545
546 \backslash
547 displaystyle
548 \series default
549
550 \begin_inset Index idx
551 status collapsed
552
553 \begin_layout Plain Layout
554 Commands ! D ! 
555 \backslash
556 displaystyle
557 \end_layout
558
559 \end_inset
560
561  to a formula.
562  Then a new blue box appears in which the desired formula part is inserted.
563 \end_layout
564
565 \begin_layout Standard
566 Only inline formulas are allowed inside tables.
567 \end_layout
568
569 \begin_layout Standard
570 The 
571 \family sans
572 math toolbar
573 \family default
574  can be turned on in the menu 
575 \family sans
576 View\SpecialChar \menuseparator
577 Toolbars
578 \family default
579 .
580  When you click there on 
581 \begin_inset Quotes eld
582 \end_inset
583
584 Math
585 \begin_inset Quotes erd
586 \end_inset
587
588  the toolbar will be shown permanently at the bottom; this state is visualized
589  in the 
590 \family sans
591 Toolbars
592 \family default
593  menu with a checkmark.
594  When you click in this state again on 
595 \begin_inset Quotes eld
596 \end_inset
597
598 Math
599 \begin_inset Quotes erd
600 \end_inset
601
602  in the 
603 \family sans
604 Toolbars
605 \family default
606  menu, the 
607 \family sans
608 math toolbar
609 \family default
610  is only shown when the cursor is within a formula; this state is visualized
611  by the renaming of the menu entry from 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Math
616 \begin_inset Quotes erd
617 \end_inset
618
619  to 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Math
624 \begin_inset space ~
625 \end_inset
626
627 (auto)
628 \begin_inset Quotes erd
629 \end_inset
630
631 .
632 \end_layout
633
634 \begin_layout Standard
635 The TeX-mode
636 \begin_inset Index idx
637 status collapsed
638
639 \begin_layout Plain Layout
640 T@TeX-mode
641 \end_layout
642
643 \end_inset
644
645  is invoked by pressing the toolbar button 
646 \begin_inset Info
647 type  "icon"
648 arg   "ert-insert"
649 \end_inset
650
651  or by using the menu 
652 \family sans
653 Insert\SpecialChar \menuseparator
654 Te
655 \begin_inset ERT
656 status collapsed
657
658 \begin_layout Plain Layout
659
660 {}
661 \end_layout
662
663 \end_inset
664
665 X Code
666 \family default
667  (shortcut 
668 \begin_inset Info
669 type  "shortcut"
670 arg   "ert-insert"
671 \end_inset
672
673 ).
674 \begin_inset Note Note
675 status collapsed
676
677 \begin_layout Plain Layout
678 In LyX there are three 
679 \begin_inset Quotes eld
680 \end_inset
681
682 proper names
683 \begin_inset Quotes erd
684 \end_inset
685
686  that appear in the output with sub- and superscript letters: TeX, LaTeX
687  and LyX
688 \end_layout
689
690 \begin_layout Plain Layout
691 To avoid that these names are recognized as proper names, a TeX-brace pair
692  is inserted.
693 \end_layout
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 To change the LaTeX-preamble
702 \begin_inset Index idx
703 status collapsed
704
705 \begin_layout Plain Layout
706 L@LaTeX-preamble
707 \end_layout
708
709 \end_inset
710
711 , use the menu 
712 \family sans
713 Document\SpecialChar \menuseparator
714 Settings\SpecialChar \menuseparator
715 LaT
716 \begin_inset ERT
717 status collapsed
718
719 \begin_layout Plain Layout
720
721 {}
722 \end_layout
723
724 \end_inset
725
726 eX
727 \family default
728  
729 \family sans
730 Preamble
731 \family default
732 .
733 \end_layout
734
735 \begin_layout Standard
736 To edit matrices, case differentiations and multiline formulas subsequently,
737  use the menus 
738 \family sans
739 Edit\SpecialChar \menuseparator
740 Math
741 \family default
742  and 
743 \family sans
744 Edit\SpecialChar \menuseparator
745 Rows
746 \begin_inset space \thinspace{}
747 \end_inset
748
749 &
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 Columns,
754 \family default
755  or the 
756 \family sans
757 table toolbar
758 \family default
759 .
760  When lines and columns are swapped via the menu, the column or line where
761  the cursor is in is exchanged with the column to the right or the line
762  below, respectively.
763  Is the cursor in the last column or row, the exchange is done with the
764  column to the left or the line above.
765 \end_layout
766
767 \begin_layout Standard
768 To write text in formulas
769 \begin_inset Foot
770 status collapsed
771
772 \begin_layout Plain Layout
773 For multiline formulas the command 
774 \series bold
775
776 \backslash
777 intertext
778 \series default
779  is used, see 
780 \begin_inset CommandInset ref
781 LatexCommand ref
782 reference "sub:Text-in-multiline"
783
784 \end_inset
785
786 .
787 \end_layout
788
789 \end_inset
790
791  
792 \emph on
793 mathematical text
794 \emph default
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Text ! in formulas
801 \end_layout
802
803 \end_inset
804
805
806 \begin_inset Index idx
807 status collapsed
808
809 \begin_layout Plain Layout
810 Mathematical text
811 \end_layout
812
813 \end_inset
814
815  is used.
816  This mode is invoked with the shortcut 
817 \begin_inset Info
818 type  "shortcut"
819 arg   "font-default"
820 \end_inset
821
822  or by the insertion of the command 
823 \series bold
824
825 \backslash
826 text
827 \series default
828
829 \begin_inset Index idx
830 status collapsed
831
832 \begin_layout Plain Layout
833 Commands ! T ! 
834 \backslash
835 text
836 \end_layout
837
838 \end_inset
839
840 .
841  The text appears black in LyX and can therefore be distinguished from the
842  other formula parts which appear blue.
843  In the output mathematical text is set upright, in contrary to other formula
844  parts.
845 \end_layout
846
847 \begin_layout Subsection*
848 Command Scheme
849 \end_layout
850
851 \begin_layout Standard
852 Most of the LaTeX-commands for math constructs have the following scheme:
853 \end_layout
854
855 \begin_layout Standard
856
857 \series bold
858
859 \backslash
860 commandname[optional
861 \series default
862  
863 \series bold
864 argument]{required
865 \series default
866  
867 \series bold
868 argument}
869 \end_layout
870
871 \begin_layout Standard
872 A command always starts with a backslash 
873 \begin_inset Quotes gld
874 \end_inset
875
876
877 \series bold
878
879 \backslash
880
881 \series default
882
883 \begin_inset Quotes grd
884 \end_inset
885
886 .
887  To omit optional arguments, also omit the associated brackets.
888  The braces around the required arguments are named in this document as
889  TeX-braces
890 \begin_inset Index idx
891 status collapsed
892
893 \begin_layout Plain Layout
894 T@TeX-braces
895 \end_layout
896
897 \end_inset
898
899 .
900  If you add in a formula a left brace to a command name, LyX automatically
901  creates a TeX-brace.
902  In all other cases TeX-braces are created in formulas with the command
903  
904 \series bold
905
906 \backslash
907 {
908 \series default
909 .
910  TeX-braces appear red in LyX, in contrary to normal braces which appear
911  blue.
912  In TeX-mode no command is needed to get TeX-braces.
913  TeX-braces don't appear in the output.
914 \end_layout
915
916 \begin_layout Standard
917 When commands without arguments, like commands for symbols are entered in
918  TeX-mode, a space character must 
919 \emph on
920 always
921 \emph default
922  be behind the command to end it.
923  This space doesn't appear in the output.
924  When the space should appear in the output, the space must be followed
925  by a protected space in normal text.
926 \end_layout
927
928 \begin_layout Standard
929 A protected space is inserted with 
930 \begin_inset Info
931 type  "shortcuts"
932 arg   "command-alternatives space-insert protected ; math-space"
933 \end_inset
934
935 .
936 \end_layout
937
938 \begin_layout Subsection*
939 \begin_inset Newpage newpage
940 \end_inset
941
942 Syntax Explanation
943 \end_layout
944
945 \begin_layout Itemize
946 The symbol 
947 \begin_inset space \textvisiblespace{}
948 \end_inset
949
950  denotes a space character to be input.
951 \end_layout
952
953 \begin_layout Itemize
954 An arrow like 
955 \begin_inset Formula $\to$
956 \end_inset
957
958  denotes the usage of the corresponding arrow key on the keyboard.
959  The 
960 \family sans
961 Tab
962 \family default
963  key can often be used instead of 
964 \begin_inset Formula $\to$
965 \end_inset
966
967  and 
968 \begin_inset Formula $\downarrow$
969 \end_inset
970
971 , and 
972 \family sans
973 Shift+Tab
974 \family default
975  instead of 
976 \begin_inset Formula $\leftarrow$
977 \end_inset
978
979  and 
980 \begin_inset Formula $\uparrow$
981 \end_inset
982
983 .
984 \end_layout
985
986 \begin_layout Subsection*
987 Available units
988 \end_layout
989
990 \begin_layout Standard
991 \align center
992 \begin_inset Float table
993 placement H
994 wide false
995 sideways false
996 status open
997
998 \begin_layout Plain Layout
999 \align center
1000 \begin_inset Caption Standard
1001
1002 \begin_layout Plain Layout
1003 \begin_inset CommandInset label
1004 LatexCommand label
1005 name "tab:Available-units"
1006
1007 \end_inset
1008
1009 Available units
1010 \end_layout
1011
1012 \end_inset
1013
1014
1015 \end_layout
1016
1017 \begin_layout Plain Layout
1018 \align center
1019 \begin_inset Tabular
1020 <lyxtabular version="3" rows="13" columns="2">
1021 <features rotate="0" tabularvalignment="middle">
1022 <column alignment="center" valignment="top">
1023 <column alignment="center" valignment="top">
1024 <row>
1025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 Unit
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 Name / Description
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 </row>
1044 <row>
1045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 mm
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Millimeter
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 cm
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Centimeter
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 in
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Inch (1
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 in = 2,54
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 cm)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 pt
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Point (72.27
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 pt = 1
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 in)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 pc
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Pica (1
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pc = 12
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pt)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 sp
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 scaled point (65536
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 sp = 1
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 pt)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 bp
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 big point (72
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 bp = 1
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 in)
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 </row>
1224 <row>
1225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 dd
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1235 \begin_inset Text
1236
1237 \begin_layout Plain Layout
1238 Didot (1
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 dd 
1243 \begin_inset Formula $\approx$
1244 \end_inset
1245
1246  0.376
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 mm)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 cc
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 Cicero (1
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 cc = 12
1275 \begin_inset space \thinspace{}
1276 \end_inset
1277
1278 dd)
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 </row>
1284 <row>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 ex
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 Height of letter 
1299 \emph on
1300
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304 x
1305 \emph default
1306
1307 \begin_inset Quotes erd
1308 \end_inset
1309
1310  in the current font
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 </row>
1316 <row>
1317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1318 \begin_inset Text
1319
1320 \begin_layout Plain Layout
1321 em
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 width of letter 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334
1335 \emph on
1336 M
1337 \emph default
1338
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342  in the current font
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 </row>
1348 <row>
1349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 mu
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 math unit (1
1363 \begin_inset space \thinspace{}
1364 \end_inset
1365
1366 mu = 
1367 \begin_inset Formula $\nicefrac{1}{18}$
1368 \end_inset
1369
1370
1371 \begin_inset space \thinspace{}
1372 \end_inset
1373
1374 em)
1375 \end_layout
1376
1377 \end_inset
1378 </cell>
1379 </row>
1380 </lyxtabular>
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \begin_layout Standard
1393 \begin_inset Newpage newpage
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Section
1400 Basic Functions
1401 \end_layout
1402
1403 \begin_layout Subsection
1404 Exponents
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 Exponents
1410 \end_layout
1411
1412 \end_inset
1413
1414  and Indices
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Indices
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Superscripts|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Exponents
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \begin_inset Index idx
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461 Subscripts|see
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 {
1468 \end_layout
1469
1470 \end_inset
1471
1472 Indices
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 }
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \begin_layout Standard
1492 Indices are created with an underscore 
1493 \begin_inset Quotes eld
1494 \end_inset
1495
1496 _
1497 \begin_inset Quotes erd
1498 \end_inset
1499
1500  or via the math toolbar button 
1501 \begin_inset Info
1502 type  "icon"
1503 arg   "math-subscript"
1504 \end_inset
1505
1506 , exponents with a caret 
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 ^
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  or via the math toolbar button 
1515 \begin_inset Info
1516 type  "icon"
1517 arg   "math-superscript"
1518 \end_inset
1519
1520 .
1521 \end_layout
1522
1523 \begin_layout Standard
1524 \align center
1525 \begin_inset Tabular
1526 <lyxtabular version="3" rows="4" columns="2">
1527 <features rotate="0" tabularvalignment="middle">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535 command
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 Result
1545 \begin_inset Note Note
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549
1550 \series bold
1551
1552 \backslash
1553 raisebox
1554 \series default
1555  is only used as spacer.
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 </row>
1566 <row>
1567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 B_V
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 \begin_inset Formula $B_{V}$
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 <row>
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 B^V
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 <row>
1613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617 B^
1618 \begin_inset space \textvisiblespace{}
1619 \end_inset
1620
1621 A
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1631 \end_inset
1632
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 </row>
1639 </lyxtabular>
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \begin_layout Standard
1647 As the caret is in some languages an accent, vowels will be accentuated
1648  in this case and not set as exponents
1649 \begin_inset Foot
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Depending on the used keyboard settings this can also happen for characters
1654  other than vowels.
1655 \end_layout
1656
1657 \end_inset
1658
1659 .
1660  To get exponents in this case, press 
1661 \family sans
1662 Space
1663 \family default
1664  after the caret as in the last example.
1665 \end_layout
1666
1667 \begin_layout Subsection
1668 Fractions
1669 \begin_inset CommandInset label
1670 LatexCommand label
1671 name "sub:Fractions"
1672
1673 \end_inset
1674
1675
1676 \begin_inset Index idx
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680 Fractions
1681 \end_layout
1682
1683 \end_inset
1684
1685
1686 \end_layout
1687
1688 \begin_layout Standard
1689 Fractions are generated with the command 
1690 \series bold
1691
1692 \backslash
1693 frac
1694 \series default
1695
1696 \begin_inset Index idx
1697 status collapsed
1698
1699 \begin_layout Plain Layout
1700 Commands ! F ! 
1701 \backslash
1702 frac
1703 \end_layout
1704
1705 \end_inset
1706
1707  or via the math toolbar button 
1708 \begin_inset Info
1709 type  "icon"
1710 arg   "math-insert \\frac"
1711 \end_inset
1712
1713 .
1714  The font size is adjusted automatically, depending on whether the fraction
1715  is in an inline or display style formula.
1716  With the math toolbar button 
1717 \begin_inset Info
1718 type  "icon"
1719 arg   "math-insert \\frac-square"
1720 \end_inset
1721
1722  you can select different fraction types.
1723 \end_layout
1724
1725 \begin_layout Standard
1726 With the command 
1727 \series bold
1728
1729 \backslash
1730 dfrac
1731 \series default
1732
1733 \begin_inset Index idx
1734 status collapsed
1735
1736 \begin_layout Plain Layout
1737 Commands ! D ! 
1738 \backslash
1739 dfrac
1740 \end_layout
1741
1742 \end_inset
1743
1744  a fraction can be created that always has the size of a display style formula.
1745  With 
1746 \series bold
1747
1748 \backslash
1749 tfrac
1750 \series default
1751
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Commands ! T ! 
1757 \backslash
1758 tfrac
1759 \end_layout
1760
1761 \end_inset
1762
1763  the fraction appears always with the size of an inline formula.
1764  An example:
1765 \end_layout
1766
1767 \begin_layout Standard
1768 A line with the fraction 
1769 \begin_inset Formula $\frac{1}{2}$
1770 \end_inset
1771
1772  that was created with the command 
1773 \series bold
1774
1775 \backslash
1776 frac
1777 \series default
1778 .
1779 \end_layout
1780
1781 \begin_layout Standard
1782 A line with the fraction 
1783 \begin_inset Formula $\dfrac{1}{2}$
1784 \end_inset
1785
1786  that was created with the command 
1787 \series bold
1788
1789 \backslash
1790 dfrac
1791 \series default
1792 .
1793 \end_layout
1794
1795 \begin_layout Standard
1796 \align center
1797 \begin_inset Tabular
1798 <lyxtabular version="3" rows="4" columns="2">
1799 <features rotate="0" tabularvalignment="middle">
1800 <column alignment="center" valignment="top" width="0pt">
1801 <column alignment="center" valignment="top" width="0pt">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807 Command
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Result
1817 \begin_inset Note Note
1818 status collapsed
1819
1820 \begin_layout Plain Layout
1821
1822 \series bold
1823
1824 \backslash
1825 raisebox
1826 \series default
1827  is only used as spacer.
1828 \end_layout
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \backslash
1845 frac
1846 \begin_inset space \textvisiblespace{}
1847 \end_inset
1848
1849 A
1850 \begin_inset Formula $\downarrow$
1851 \end_inset
1852
1853 B
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \backslash
1878 dfrac
1879 \begin_inset space \textvisiblespace{}
1880 \end_inset
1881
1882 A
1883 \begin_inset Formula $\downarrow$
1884 \end_inset
1885
1886 B
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1896 \end_inset
1897
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \backslash
1911 dfrac
1912 \begin_inset space \textvisiblespace{}
1913 \end_inset
1914
1915 e^
1916 \backslash
1917 frac
1918 \begin_inset space \textvisiblespace{}
1919 \end_inset
1920
1921 1
1922 \begin_inset Formula $\downarrow$
1923 \end_inset
1924
1925 2
1926 \begin_inset Formula $\downarrow\downarrow$
1927 \end_inset
1928
1929 3
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1939 \end_inset
1940
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 </row>
1947 </lyxtabular>
1948
1949 \end_inset
1950
1951
1952 \end_layout
1953
1954 \begin_layout Standard
1955 \begin_inset VSpace bigskip
1956 \end_inset
1957
1958
1959 \begin_inset Newpage newpage
1960 \end_inset
1961
1962 For nested fractions the command 
1963 \series bold
1964
1965 \backslash
1966 cfrac
1967 \series default
1968
1969 \begin_inset Index idx
1970 status collapsed
1971
1972 \begin_layout Plain Layout
1973 Commands ! C ! 
1974 \backslash
1975 cfrac
1976 \end_layout
1977
1978 \end_inset
1979
1980  can be used.
1981  Here is an example:
1982 \begin_inset VSpace -3mm
1983 \end_inset
1984
1985
1986 \end_layout
1987
1988 \begin_layout Standard
1989 \begin_inset Formula 
1990 \begin{align*}
1991 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1992 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1993 \end{align*}
1994
1995 \end_inset
1996
1997
1998 \end_layout
1999
2000 \begin_layout Standard
2001 The command for the example above is:
2002 \end_layout
2003
2004 \begin_layout Standard
2005
2006 \series bold
2007
2008 \backslash
2009 cfrac
2010 \begin_inset space \textvisiblespace{}
2011 \end_inset
2012
2013 A
2014 \begin_inset Formula $\downarrow$
2015 \end_inset
2016
2017 B+
2018 \backslash
2019 cfrac
2020 \begin_inset space \textvisiblespace{}
2021 \end_inset
2022
2023 C+
2024 \backslash
2025 cfrac
2026 \begin_inset space \textvisiblespace{}
2027 \end_inset
2028
2029 E
2030 \begin_inset Formula $\downarrow$
2031 \end_inset
2032
2033 F
2034 \begin_inset Formula $\downarrow$
2035 \end_inset
2036
2037 D
2038 \end_layout
2039
2040 \begin_layout Standard
2041 \begin_inset VSpace medskip
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048
2049 \series bold
2050
2051 \backslash
2052 cfrac
2053 \series default
2054  sets the fraction always in the size of a displayed formula, also when
2055  it is part of another fraction.
2056 \end_layout
2057
2058 \begin_layout Standard
2059 It is possible to specify the alignment of the numerator.
2060  The command 
2061 \series bold
2062
2063 \backslash
2064 cfracleft
2065 \series default
2066  is used to left align it, the command 
2067 \series bold
2068
2069 \backslash
2070 cfracright
2071 \series default
2072  to right-align it.
2073  
2074 \series bold
2075
2076 \backslash
2077 cfrac
2078 \series default
2079  centers the numerator.
2080  These fractions demonstrate the different alignments:
2081 \end_layout
2082
2083 \begin_layout Standard
2084
2085 \series bold
2086 \begin_inset Formula 
2087 \[
2088 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2089 \]
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 \begin_inset Note Greyedout
2098 status open
2099
2100 \begin_layout Plain Layout
2101
2102 \series bold
2103 Note:
2104 \series default
2105  
2106 \series bold
2107
2108 \backslash
2109 cfracleft
2110 \series default
2111  and 
2112 \series bold
2113
2114 \backslash
2115 cfracright
2116 \series default
2117  are no real LaTeX commands but represent the command 
2118 \series bold
2119
2120 \backslash
2121 cfrac[alignment]{numerator}{denominator}
2122 \series default
2123  .
2124  Therefore you cannot use them in TeX code.
2125 \end_layout
2126
2127 \end_inset
2128
2129
2130 \end_layout
2131
2132 \begin_layout Standard
2133 \begin_inset VSpace medskip
2134 \end_inset
2135
2136 It is often advantageous to combine 
2137 \series bold
2138
2139 \backslash
2140 cfrac
2141 \series default
2142  and 
2143 \series bold
2144
2145 \backslash
2146 frac
2147 \series default
2148 :
2149 \begin_inset Formula 
2150 \[
2151 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2152 \]
2153
2154 \end_inset
2155
2156
2157 \end_layout
2158
2159 \begin_layout Standard
2160 For inline fractions with a sloped fraction stroke you can use the command
2161  
2162 \series bold
2163
2164 \backslash
2165 nicefrac
2166 \series default
2167
2168 \begin_inset Index idx
2169 status collapsed
2170
2171 \begin_layout Plain Layout
2172 Commands ! N ! 
2173 \backslash
2174 nicefrac
2175 \end_layout
2176
2177 \end_inset
2178
2179
2180 \begin_inset Formula $\nicefrac{5}{31}$
2181 \end_inset
2182
2183  or 
2184 \series bold
2185
2186 \backslash
2187 unitfrac
2188 \series default
2189
2190 \begin_inset Index idx
2191 status collapsed
2192
2193 \begin_layout Plain Layout
2194 Commands ! U ! 
2195 \backslash
2196 unitfrac
2197 \end_layout
2198
2199 \end_inset
2200
2201
2202 \begin_inset Formula $\unitfrac{5}{31}$
2203 \end_inset
2204
2205  There is furthermore the command 
2206 \series bold
2207
2208 \backslash
2209 unitfracthree
2210 \series default
2211  that offers to write a fraction in combination with a number: 
2212 \begin_inset Formula $\unitfrac[2]{1}{3}$
2213 \end_inset
2214
2215
2216 \end_layout
2217
2218 \begin_layout Standard
2219 \begin_inset Note Greyedout
2220 status open
2221
2222 \begin_layout Plain Layout
2223
2224 \series bold
2225 Note:
2226 \series default
2227  
2228 \series bold
2229
2230 \backslash
2231 unitfracthree
2232 \series default
2233  is not a real LaTeX command but the command
2234 \begin_inset Newline newline
2235 \end_inset
2236
2237
2238 \series bold
2239
2240 \backslash
2241 unitfrac[number]{numerator}{denominator}
2242 \series default
2243  .
2244  Therefore you cannot use it in TeX code.
2245 \end_layout
2246
2247 \end_inset
2248
2249
2250 \end_layout
2251
2252 \begin_layout Standard
2253 How to define own fractions where the fraction stroke can be changed, is
2254  explained in 
2255 \begin_inset CommandInset ref
2256 LatexCommand ref
2257 reference "sub:Self-defined-Fractions"
2258
2259 \end_inset
2260
2261 .
2262 \end_layout
2263
2264 \begin_layout Standard
2265 Multiline fractions are explained in 
2266 \begin_inset CommandInset ref
2267 LatexCommand ref
2268 reference "sub:Multiline-Fractions"
2269
2270 \end_inset
2271
2272 .
2273 \end_layout
2274
2275 \begin_layout Subsection
2276 Roots
2277 \begin_inset Index idx
2278 status collapsed
2279
2280 \begin_layout Plain Layout
2281 Roots
2282 \end_layout
2283
2284 \end_inset
2285
2286
2287 \end_layout
2288
2289 \begin_layout Standard
2290 Square roots are created with 
2291 \series bold
2292
2293 \backslash
2294 sqrt
2295 \series default
2296
2297 \begin_inset Index idx
2298 status collapsed
2299
2300 \begin_layout Plain Layout
2301 Commands ! S ! 
2302 \backslash
2303 sqrt
2304 \end_layout
2305
2306 \end_inset
2307
2308  or the math toolbar button 
2309 \begin_inset Info
2310 type  "icon"
2311 arg   "math-insert \\sqrt"
2312 \end_inset
2313
2314 , all other roots with the command 
2315 \series bold
2316
2317 \backslash
2318 root
2319 \series default
2320
2321 \begin_inset Index idx
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 Commands ! R ! 
2326 \backslash
2327 root
2328 \end_layout
2329
2330 \end_inset
2331
2332  or with the math toolbar button 
2333 \begin_inset Info
2334 type  "icon"
2335 arg   "math-insert \\root"
2336 \end_inset
2337
2338 .
2339 \end_layout
2340
2341 \begin_layout Standard
2342 \align center
2343 \begin_inset Tabular
2344 <lyxtabular version="3" rows="3" columns="2">
2345 <features rotate="0" tabularvalignment="middle">
2346 <column alignment="center" valignment="top" width="0pt">
2347 <column alignment="center" valignment="top" width="0pt">
2348 <row>
2349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353 Command
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 Result
2363 \begin_inset Note Note
2364 status collapsed
2365
2366 \begin_layout Plain Layout
2367
2368 \series bold
2369
2370 \backslash
2371 raisebox
2372 \series default
2373  is only used as spacer.
2374 \end_layout
2375
2376 \end_inset
2377
2378
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 </row>
2384 <row>
2385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389
2390 \backslash
2391 sqrt
2392 \begin_inset space \textvisiblespace{}
2393 \end_inset
2394
2395 A-B
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2401 \begin_inset Text
2402
2403 \begin_layout Plain Layout
2404 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2405 \end_inset
2406
2407
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 </row>
2413 <row>
2414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2415 \begin_inset Text
2416
2417 \begin_layout Plain Layout
2418
2419 \backslash
2420 root
2421 \begin_inset space \textvisiblespace{}
2422 \end_inset
2423
2424 3
2425 \begin_inset Formula $\downarrow$
2426 \end_inset
2427
2428 A-B
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Plain Layout
2437 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 </row>
2446 </lyxtabular>
2447
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \begin_layout Standard
2454 A square root can also be created with 
2455 \series bold
2456
2457 \backslash
2458 root
2459 \series default
2460  when the root index field is left empty.
2461 \end_layout
2462
2463 \begin_layout Standard
2464 With certain indices the distance to the root is too small, like in this
2465  formula: 
2466 \begin_inset Formula $\sqrt[\beta]{B}$
2467 \end_inset
2468
2469
2470 \begin_inset Newline newline
2471 \end_inset
2472
2473 The 
2474 \begin_inset Formula $\beta$
2475 \end_inset
2476
2477  touches the root.
2478  To avoid this, the commands 
2479 \series bold
2480
2481 \backslash
2482 leftroot
2483 \series default
2484
2485 \begin_inset Index idx
2486 status collapsed
2487
2488 \begin_layout Plain Layout
2489 Commands ! L ! 
2490 \backslash
2491 leftroot
2492 \end_layout
2493
2494 \end_inset
2495
2496  and 
2497 \series bold
2498
2499 \backslash
2500 uproot
2501 \series default
2502
2503 \begin_inset Index idx
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507 Commands ! U ! 
2508 \backslash
2509 uproot
2510 \end_layout
2511
2512 \end_inset
2513
2514  are used with the following scheme:
2515 \end_layout
2516
2517 \begin_layout Standard
2518
2519 \series bold
2520
2521 \backslash
2522 leftroot{distance}
2523 \series default
2524  and 
2525 \series bold
2526
2527 \backslash
2528 uproot{distance}
2529 \end_layout
2530
2531 \begin_layout Standard
2532 Distance is the number of Big Points (unit bp; 
2533 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2534 \end_inset
2535
2536 ), that the index should be moved to the left or top, resp..
2537  The commands are written to the index.
2538  This way the command
2539 \begin_inset Newline newline
2540 \end_inset
2541
2542
2543 \series bold
2544
2545 \backslash
2546 root
2547 \backslash
2548 leftroot{-1
2549 \begin_inset Formula $\to$
2550 \end_inset
2551
2552
2553 \backslash
2554 uproot{2
2555 \begin_inset Formula $\to$
2556 \end_inset
2557
2558
2559 \backslash
2560 beta
2561 \begin_inset space \textvisiblespace{}
2562 \end_inset
2563
2564
2565 \begin_inset Formula $\to$
2566 \end_inset
2567
2568 B
2569 \begin_inset Newline newline
2570 \end_inset
2571
2572
2573 \series default
2574 produces a correct typeset formula: 
2575 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \begin_layout Subsection
2582 Binomial Coefficients
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Binomial coefficients
2588 \end_layout
2589
2590 \end_inset
2591
2592
2593 \end_layout
2594
2595 \begin_layout Standard
2596 Binomial coefficients are inserted with the command 
2597 \series bold
2598
2599 \backslash
2600 binom
2601 \series default
2602
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Commands ! B ! 
2608 \backslash
2609 binom
2610 \end_layout
2611
2612 \end_inset
2613
2614  or with the submenu of the math toolbar button 
2615 \begin_inset Info
2616 type  "icon"
2617 arg   "math-insert \\frac-square"
2618 \end_inset
2619
2620 .
2621  As with fractions (
2622 \series bold
2623
2624 \backslash
2625 frac
2626 \series default
2627 ) in addition to 
2628 \series bold
2629
2630 \backslash
2631 binom
2632 \series default
2633  there are the commands 
2634 \series bold
2635
2636 \backslash
2637 dbinom
2638 \series default
2639
2640 \begin_inset Index idx
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 Commands ! D ! 
2645 \backslash
2646 dbinom
2647 \end_layout
2648
2649 \end_inset
2650
2651  and 
2652 \series bold
2653
2654 \backslash
2655 tbinom
2656 \series default
2657
2658 \begin_inset Index idx
2659 status collapsed
2660
2661 \begin_layout Plain Layout
2662 Commands ! T ! 
2663 \backslash
2664 tbinom
2665 \end_layout
2666
2667 \end_inset
2668
2669 .
2670  For other brackets around binomial coeficients there are the commands 
2671 \series bold
2672
2673 \backslash
2674 brace
2675 \series default
2676
2677 \begin_inset Index idx
2678 status collapsed
2679
2680 \begin_layout Plain Layout
2681 Commands ! B ! 
2682 \backslash
2683 brace
2684 \end_layout
2685
2686 \end_inset
2687
2688  and 
2689 \series bold
2690
2691 \backslash
2692 brack
2693 \series default
2694
2695 \begin_inset Index idx
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Commands ! B ! 
2700 \backslash
2701 brack
2702 \end_layout
2703
2704 \end_inset
2705
2706 .
2707 \end_layout
2708
2709 \begin_layout Standard
2710 \align center
2711 \begin_inset Tabular
2712 <lyxtabular version="3" rows="6" columns="2">
2713 <features rotate="0" tabularvalignment="middle">
2714 <column alignment="center" valignment="top" width="0pt">
2715 <column alignment="center" valignment="top" width="0pt">
2716 <row>
2717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2718 \begin_inset Text
2719
2720 \begin_layout Plain Layout
2721 Command
2722 \end_layout
2723
2724 \end_inset
2725 </cell>
2726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2727 \begin_inset Text
2728
2729 \begin_layout Plain Layout
2730 Result
2731 \begin_inset Note Note
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735
2736 \series bold
2737
2738 \backslash
2739 raisebox
2740 \series default
2741  is only used as spacer.
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 </row>
2752 <row>
2753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Plain Layout
2757
2758 \backslash
2759 binom
2760 \begin_inset space \textvisiblespace{}
2761 \end_inset
2762
2763 A
2764 \begin_inset Formula $\downarrow$
2765 \end_inset
2766
2767 B
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Plain Layout
2776 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2777 \end_inset
2778
2779
2780 \end_layout
2781
2782 \end_inset
2783 </cell>
2784 </row>
2785 <row>
2786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Plain Layout
2790
2791 \backslash
2792 dbinom
2793 \begin_inset space \textvisiblespace{}
2794 \end_inset
2795
2796 A
2797 \begin_inset Formula $\downarrow$
2798 \end_inset
2799
2800 B
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 </row>
2818 <row>
2819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \backslash
2825 tbinom
2826 \begin_inset space \textvisiblespace{}
2827 \end_inset
2828
2829 A
2830 \begin_inset Formula $\downarrow$
2831 \end_inset
2832
2833 B
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 </row>
2851 <row>
2852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856
2857 \backslash
2858 brack
2859 \begin_inset space \textvisiblespace{}
2860 \end_inset
2861
2862 A
2863 \begin_inset Formula $\downarrow$
2864 \end_inset
2865
2866 B
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 </row>
2884 <row>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889
2890 \backslash
2891 brace
2892 \begin_inset space \textvisiblespace{}
2893 \end_inset
2894
2895 A
2896 \begin_inset Formula $\downarrow$
2897 \end_inset
2898
2899 B
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Plain Layout
2908 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2909 \end_inset
2910
2911
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 </row>
2917 </lyxtabular>
2918
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \begin_layout Subsection
2925 Case Differentiations
2926 \begin_inset Index idx
2927 status collapsed
2928
2929 \begin_layout Plain Layout
2930 Case differentiations 
2931 \end_layout
2932
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \begin_layout Standard
2939 \align center
2940 \begin_inset Tabular
2941 <lyxtabular version="3" rows="3" columns="2">
2942 <features rotate="0" tabularvalignment="middle">
2943 <column alignment="center" valignment="top" width="0pt">
2944 <column alignment="center" valignment="top" width="0pt">
2945 <row>
2946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950 Command
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Plain Layout
2959 Result
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \backslash
2972 cases
2973 \begin_inset space \textvisiblespace{}
2974 \end_inset
2975
2976 A
2977 \begin_inset Formula $\to$
2978 \end_inset
2979
2980 B>0
2981 \begin_inset Index idx
2982 status collapsed
2983
2984 \begin_layout Plain Layout
2985 Commands ! C ! 
2986 \backslash
2987 cases
2988 \end_layout
2989
2990 \end_inset
2991
2992
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001 \begin_inset Formula $\begin{cases}
3002 A & B>0\end{cases}$
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row>
3012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \backslash
3018 cases
3019 \begin_inset space \textvisiblespace{}
3020 \end_inset
3021
3022
3023 \begin_inset Info
3024 type  "shortcut"
3025 arg   "newline-insert newline"
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037 \begin_inset Formula $\begin{cases}
3038 A & \textrm{for }x>0\\
3039 B & \textrm{for }x=0
3040 \end{cases}$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 </lyxtabular>
3050
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \begin_layout Standard
3057 After inserting 
3058 \series bold
3059
3060 \backslash
3061 cases
3062 \series default
3063  or pressing the math toolbar button 
3064 \begin_inset Info
3065 type  "icon"
3066 arg   "math-insert \\cases"
3067 \end_inset
3068
3069  you can create new lines with the shortcut 
3070 \begin_inset Info
3071 type  "shortcut"
3072 arg   "newline-insert newline"
3073 \end_inset
3074
3075  or the table toolbar button 
3076 \begin_inset Info
3077 type  "icon"
3078 arg   "inset-modify tabular append-row"
3079 \end_inset
3080
3081 .
3082 \end_layout
3083
3084 \begin_layout Standard
3085 The command 
3086 \series bold
3087
3088 \backslash
3089 cases
3090 \series default
3091  is also available via the menu 
3092 \family sans
3093 Insert\SpecialChar \menuseparator
3094 Math\SpecialChar \menuseparator
3095 Cases-Environment
3096 \family default
3097 .
3098 \end_layout
3099
3100 \begin_layout Subsection
3101 Negations
3102 \begin_inset Index idx
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 Negations
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \begin_layout Standard
3115 By inserting 
3116 \series bold
3117
3118 \backslash
3119 not
3120 \series default
3121
3122 \begin_inset Index idx
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126 Commands ! N ! 
3127 \backslash
3128 not
3129 \end_layout
3130
3131 \end_inset
3132
3133  every character can be displayed canceled.
3134  The characters are quasi accentuated by a slash.
3135 \end_layout
3136
3137 \begin_layout Standard
3138 \align center
3139 \begin_inset Tabular
3140 <lyxtabular version="3" rows="4" columns="2">
3141 <features rotate="0" tabularvalignment="middle">
3142 <column alignment="center" valignment="top" width="0pt">
3143 <column alignment="center" valignment="top" width="0pt">
3144 <row>
3145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149 Command
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 Result
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 </row>
3164 <row>
3165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \backslash
3171 not=
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 \begin_inset Formula $\not=$
3181 \end_inset
3182
3183
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 </row>
3189 <row>
3190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \backslash
3196 not 
3197 \backslash
3198 le
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 \begin_inset Formula $\not\le$
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 <row>
3217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \backslash
3223 not 
3224 \backslash
3225 parallel
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234 \begin_inset Formula $\not\parallel$
3235 \end_inset
3236
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 </lyxtabular>
3244
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \begin_layout Standard
3251 The last example shows that not all negations look good.
3252  Therefore there are special commands for some negations (see 
3253 \begin_inset CommandInset ref
3254 LatexCommand ref
3255 reference "sub:Mathematical-Symbols"
3256
3257 \end_inset
3258
3259  and 
3260 \begin_inset CommandInset ref
3261 LatexCommand ref
3262 reference "sec:Relations"
3263
3264 \end_inset
3265
3266 ).
3267 \end_layout
3268
3269 \begin_layout Subsection
3270 Placeholders
3271 \begin_inset CommandInset label
3272 LatexCommand label
3273 name "sub:Placeholders"
3274
3275 \end_inset
3276
3277
3278 \begin_inset Index idx
3279 status collapsed
3280
3281 \begin_layout Plain Layout
3282 Placeholders
3283 \end_layout
3284
3285 \end_inset
3286
3287
3288 \begin_inset Index idx
3289 status collapsed
3290
3291 \begin_layout Plain Layout
3292 Chemical characters ! Isotopes
3293 \end_layout
3294
3295 \end_inset
3296
3297
3298 \begin_inset Index idx
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302 Isotopes|see
3303 \begin_inset ERT
3304 status collapsed
3305
3306 \begin_layout Plain Layout
3307
3308 {
3309 \end_layout
3310
3311 \end_inset
3312
3313 Chemical characters
3314 \begin_inset ERT
3315 status collapsed
3316
3317 \begin_layout Plain Layout
3318
3319 }
3320 \end_layout
3321
3322 \end_inset
3323
3324
3325 \end_layout
3326
3327 \end_inset
3328
3329
3330 \end_layout
3331
3332 \begin_layout Standard
3333 When displaying e.
3334 \begin_inset space \thinspace{}
3335 \end_inset
3336
3337 g.
3338 \begin_inset space \space{}
3339 \end_inset
3340
3341 isotopes
3342 \begin_inset Foot
3343 status collapsed
3344
3345 \begin_layout Plain Layout
3346 Typesetting isotopes and chemical symbols is described in 
3347 \begin_inset CommandInset ref
3348 LatexCommand ref
3349 reference "sub:Chemical-Symbols-and"
3350
3351 \end_inset
3352
3353 .
3354 \end_layout
3355
3356 \end_inset
3357
3358  the following problem occurs:
3359 \end_layout
3360
3361 \begin_layout Standard
3362 \align center
3363 \begin_inset Tabular
3364 <lyxtabular version="3" rows="2" columns="2">
3365 <features rotate="0" tabularvalignment="middle">
3366 <column alignment="center" valignment="top" width="0pt">
3367 <column alignment="center" valignment="top" width="0pt">
3368 <row>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 Indices created with sub- and superscripts:
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3383 \end_inset
3384
3385
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row>
3392 <cell alignment="center" valignment="top" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 correct indices:
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3406 \end_inset
3407
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 </lyxtabular>
3415
3416 \end_inset
3417
3418
3419 \begin_inset Note Note
3420 status collapsed
3421
3422 \begin_layout Plain Layout
3423
3424 \series bold
3425
3426 \backslash
3427 raisebox
3428 \series default
3429  is only used as spacer.
3430 \end_layout
3431
3432 \end_inset
3433
3434
3435 \end_layout
3436
3437 \begin_layout Standard
3438 The shorter index is by default placed below or above the first character
3439  of the longer index.
3440  To avoid this there is the command 
3441 \series bold
3442
3443 \backslash
3444 phantom
3445 \series default
3446
3447 \begin_inset Index idx
3448 status collapsed
3449
3450 \begin_layout Plain Layout
3451 Commands ! P ! 
3452 \backslash
3453 phantom
3454 \end_layout
3455
3456 \end_inset
3457
3458  or the math toolbar button
3459 \begin_inset space \thinspace{}
3460 \end_inset
3461
3462
3463 \begin_inset Foot
3464 status collapsed
3465
3466 \begin_layout Plain Layout
3467 can be found in the submenu of the toolbar button 
3468 \begin_inset Info
3469 type  "icon"
3470 arg   "math-insert \\space"
3471 \end_inset
3472
3473
3474 \end_layout
3475
3476 \end_inset
3477
3478  
3479 \begin_inset Graphics
3480         filename ../images/math/phantom.png
3481         scale 85
3482
3483 \end_inset
3484
3485  that creates one or more phantom characters.
3486  When inserting 
3487 \series bold
3488
3489 \backslash
3490 phantom
3491 \series default
3492  a small blue box appears that is superposed with two red arrows.
3493  The arrows indicate that the complete width and height of the box content
3494  will be created as placeholder.
3495  Phantom characters are accordingly placeholders with the size of the characters.
3496 \end_layout
3497
3498 \begin_layout Standard
3499 \align center
3500 \begin_inset Tabular
3501 <lyxtabular version="3" rows="4" columns="2">
3502 <features rotate="0" tabularvalignment="middle">
3503 <column alignment="center" valignment="top">
3504 <column alignment="center" valignment="top">
3505 <row>
3506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 Command
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Result
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 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 ^19
3547 \begin_inset space \textvisiblespace{}
3548 \end_inset
3549
3550 _
3551 \backslash
3552 phantom
3553 \begin_inset space \textvisiblespace{}
3554 \end_inset
3555
3556 1
3557 \begin_inset Formula $\to$
3558 \end_inset
3559
3560 9
3561 \begin_inset space \textvisiblespace{}
3562 \end_inset
3563
3564 F
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3574 \end_inset
3575
3576
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 ^235
3588 \begin_inset space \textvisiblespace{}
3589 \end_inset
3590
3591 _
3592 \backslash
3593 phantom
3594 \begin_inset space \textvisiblespace{}
3595 \end_inset
3596
3597 23
3598 \begin_inset Formula $\to$
3599 \end_inset
3600
3601 9
3602 \begin_inset space \textvisiblespace{}
3603 \end_inset
3604
3605 F
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3615 \end_inset
3616
3617
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \backslash
3630 Lambda^
3631 \begin_inset space \textvisiblespace{}
3632 \end_inset
3633
3634
3635 \backslash
3636 phantom
3637 \begin_inset space \textvisiblespace{}
3638 \end_inset
3639
3640 ii
3641 \begin_inset Formula $\to$
3642 \end_inset
3643
3644 t
3645 \begin_inset space \textvisiblespace{}
3646 \end_inset
3647
3648 _MMt
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3658 \end_inset
3659
3660
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 </row>
3666 </lyxtabular>
3667
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \begin_layout Standard
3674 Furthermore there are the commands 
3675 \series bold
3676
3677 \backslash
3678 vphantom
3679 \series default
3680
3681 \begin_inset Index idx
3682 status collapsed
3683
3684 \begin_layout Plain Layout
3685 Commands ! V ! 
3686 \backslash
3687 vphantom
3688 \end_layout
3689
3690 \end_inset
3691
3692  (toolbar button 
3693 \begin_inset space ~
3694 \end_inset
3695
3696
3697 \begin_inset Graphics
3698         filename ../images/math/vphantom.png
3699         scale 85
3700
3701 \end_inset
3702
3703 ) and 
3704 \series bold
3705
3706 \backslash
3707 hphantom
3708 \series default
3709
3710 \begin_inset Index idx
3711 status collapsed
3712
3713 \begin_layout Plain Layout
3714 Commands ! H ! 
3715 \backslash
3716 hphantom
3717 \end_layout
3718
3719 \end_inset
3720
3721  (toolbar button 
3722 \begin_inset space ~
3723 \end_inset
3724
3725
3726 \begin_inset Graphics
3727         filename ../images/math/hphantom.png
3728         scale 85
3729
3730 \end_inset
3731
3732 ).
3733  
3734 \series bold
3735
3736 \backslash
3737 hphantom
3738 \series default
3739  creates only space for the maximal height of the characters in the box
3740  but not for its width.
3741  
3742 \series bold
3743
3744 \backslash
3745 vphantom
3746 \series default
3747  creates only space for the width of the box content.
3748  Therefore  the boxes of both commands have only one red arrow.
3749 \end_layout
3750
3751 \begin_layout Standard
3752 For example the command 
3753 \series bold
3754
3755 \backslash
3756 vphantom
3757 \begin_inset space \textvisiblespace{}
3758 \end_inset
3759
3760 a
3761 \backslash
3762 int
3763 \series default
3764  creates space for the height of the integral sign,
3765 \begin_inset Foot
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769 The command 
3770 \series bold
3771
3772 \backslash
3773 int
3774 \series default
3775  creates an integral sign, see 
3776 \begin_inset CommandInset ref
3777 LatexCommand ref
3778 reference "sub:Big-Operators"
3779
3780 \end_inset
3781
3782 .
3783 \end_layout
3784
3785 \end_inset
3786
3787  because this is the larger character.
3788  An example application is in 
3789 \begin_inset CommandInset ref
3790 LatexCommand ref
3791 reference "sub:Multiline-Brackets"
3792
3793 \end_inset
3794
3795 .
3796 \end_layout
3797
3798 \begin_layout Standard
3799 Placeholders can also be used for text when they are inserted via the menu
3800  
3801 \family sans
3802 Insert\SpecialChar \menuseparator
3803 Formatting\SpecialChar \menuseparator
3804 Phantom
3805 \family default
3806 :
3807 \end_layout
3808
3809 \begin_layout Standard
3810 This is a sentence.
3811 \begin_inset Newline newline
3812 \end_inset
3813
3814
3815 \begin_inset Phantom Phantom
3816 status open
3817
3818 \begin_layout Plain Layout
3819 This
3820 \end_layout
3821
3822 \end_inset
3823
3824  is a sentence.
3825 \end_layout
3826
3827 \begin_layout Subsection
3828 Lines
3829 \begin_inset Index idx
3830 status collapsed
3831
3832 \begin_layout Plain Layout
3833 Lines
3834 \end_layout
3835
3836 \end_inset
3837
3838
3839 \begin_inset Index idx
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843 Formula ! underlined
3844 \end_layout
3845
3846 \end_inset
3847
3848
3849 \end_layout
3850
3851 \begin_layout Standard
3852 \align center
3853 \begin_inset Tabular
3854 <lyxtabular version="3" rows="4" columns="2">
3855 <features rotate="0" tabularvalignment="middle">
3856 <column alignment="center" valignment="top" width="0pt">
3857 <column alignment="center" valignment="top" width="0pt">
3858 <row>
3859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Command
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 Result
3873 \begin_inset Note Note
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879
3880 \backslash
3881 raisebox
3882 \series default
3883  is only used as spacer.
3884 \end_layout
3885
3886 \end_inset
3887
3888
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \backslash
3901 overline
3902 \begin_inset space \textvisiblespace{}
3903 \end_inset
3904
3905 A+B
3906 \begin_inset Index idx
3907 status collapsed
3908
3909 \begin_layout Plain Layout
3910 Commands ! O ! 
3911 \backslash
3912 overline
3913 \end_layout
3914
3915 \end_inset
3916
3917
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \backslash
3942 underline
3943 \begin_inset space \textvisiblespace{}
3944 \end_inset
3945
3946 A+B
3947 \begin_inset Index idx
3948 status collapsed
3949
3950 \begin_layout Plain Layout
3951 Commands ! U ! 
3952 \backslash
3953 underline
3954 \end_layout
3955
3956 \end_inset
3957
3958
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3968 \end_inset
3969
3970
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 </row>
3976 <row>
3977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981
3982 \backslash
3983 overline
3984 \begin_inset space \textvisiblespace{}
3985 \end_inset
3986
3987
3988 \backslash
3989 underline
3990 \begin_inset space \textvisiblespace{}
3991 \end_inset
3992
3993 A+B
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4003 \end_inset
4004
4005
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 </row>
4011 </lyxtabular>
4012
4013 \end_inset
4014
4015
4016 \end_layout
4017
4018 \begin_layout Standard
4019 In the last example it doesn't matter if first 
4020 \series bold
4021
4022 \backslash
4023 overline
4024 \series default
4025  or 
4026 \series bold
4027
4028 \backslash
4029 underline
4030 \series default
4031  is inserted.
4032 \end_layout
4033
4034 \begin_layout Standard
4035 To double underline use 
4036 \series bold
4037
4038 \backslash
4039 underline
4040 \series default
4041  twice.
4042 \end_layout
4043
4044 \begin_layout Standard
4045 It is possible to place up to 6 lines above or below characters.
4046 \end_layout
4047
4048 \begin_layout Standard
4049 \begin_inset VSpace bigskip
4050 \end_inset
4051
4052 Custom lines can be created using the command 
4053 \series bold
4054
4055 \backslash
4056 rule
4057 \series default
4058
4059 \begin_inset Index idx
4060 status collapsed
4061
4062 \begin_layout Plain Layout
4063 Commands ! R ! 
4064 \backslash
4065 rule
4066 \end_layout
4067
4068 \end_inset
4069
4070  which has the following scheme:
4071 \end_layout
4072
4073 \begin_layout Standard
4074
4075 \series bold
4076
4077 \backslash
4078 rule[vertical offset]{length}{thickness}
4079 \end_layout
4080
4081 \begin_layout Standard
4082 The optional vertical offset shifts the line upwards (or downwards, when
4083  the value is negative).
4084  The units listed in 
4085 \begin_inset CommandInset ref
4086 LatexCommand ref
4087 reference "tab:Available-units"
4088
4089 \end_inset
4090
4091  can be used for the values.
4092  Here are two example lines created with the commands
4093 \begin_inset Newline newline
4094 \end_inset
4095
4096
4097 \series bold
4098
4099 \backslash
4100 rule[-2ex]{3cm}{2pt}
4101 \series default
4102  and 
4103 \series bold
4104
4105 \backslash
4106 rule{2cm}{1pt}
4107 \series default
4108 :
4109 \end_layout
4110
4111 \begin_layout Standard
4112 This is a sentence 
4113 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4114 \end_inset
4115
4116  with two lines.
4117 \end_layout
4118
4119 \begin_layout Standard
4120
4121 \series bold
4122
4123 \backslash
4124 rule
4125 \series default
4126  can also be used for text when a line is inserted via the menu 
4127 \family sans
4128 Insert\SpecialChar \menuseparator
4129 Formatting\SpecialChar \menuseparator
4130 Horizontal
4131 \begin_inset space ~
4132 \end_inset
4133
4134 Line
4135 \family default
4136 :
4137 \end_layout
4138
4139 \begin_layout Standard
4140 This is a sentence 
4141 \begin_inset CommandInset line
4142 LatexCommand rule
4143 offset "0.5ex"
4144 width "3cm"
4145 height "1pt"
4146
4147 \end_inset
4148
4149  with one line.
4150 \end_layout
4151
4152 \begin_layout Subsection
4153 Ellipses
4154 \begin_inset CommandInset label
4155 LatexCommand label
4156 name "sub:Ellipses"
4157
4158 \end_inset
4159
4160
4161 \begin_inset Index idx
4162 status collapsed
4163
4164 \begin_layout Plain Layout
4165 Ellipses
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \begin_layout Standard
4174 There are different types of ellipses available.
4175 \begin_inset Foot
4176 status collapsed
4177
4178 \begin_layout Plain Layout
4179 In the math toolbar in the submenu of the button 
4180 \begin_inset Info
4181 type  "icon"
4182 arg   "math-insert \\ldots"
4183 \end_inset
4184
4185
4186 \end_layout
4187
4188 \end_inset
4189
4190  For listings dots at the baseline are used (
4191 \series bold
4192
4193 \backslash
4194 ldots
4195 \series default
4196
4197 \begin_inset Index idx
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201 Commands ! L ! 
4202 \backslash
4203 ldots
4204 \end_layout
4205
4206 \end_inset
4207
4208 ), while for operations dots are needed that are on the same height as the
4209  operators (
4210 \series bold
4211
4212 \backslash
4213 cdots
4214 \series default
4215
4216 \begin_inset Index idx
4217 status collapsed
4218
4219 \begin_layout Plain Layout
4220 Commands ! C ! 
4221 \backslash
4222 cdots
4223 \end_layout
4224
4225 \end_inset
4226
4227 ).
4228  When using the command 
4229 \series bold
4230
4231 \backslash
4232 dots
4233 \series default
4234
4235 \begin_inset Index idx
4236 status collapsed
4237
4238 \begin_layout Plain Layout
4239 Commands ! D ! 
4240 \backslash
4241 dots
4242 \end_layout
4243
4244 \end_inset
4245
4246 , LaTeX decides on the basis of the next character what type is used.
4247 \end_layout
4248
4249 \begin_layout Standard
4250 \align center
4251 \begin_inset Tabular
4252 <lyxtabular version="3" rows="9" columns="2">
4253 <features rotate="0" tabularvalignment="middle">
4254 <column alignment="center" valignment="top" width="0pt">
4255 <column alignment="center" valignment="top" width="0pt">
4256 <row>
4257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Command
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Result
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 A_1
4282 \begin_inset space \textvisiblespace{}
4283 \end_inset
4284
4285 ,
4286 \backslash
4287 dots
4288 \begin_inset space \textvisiblespace{}
4289 \end_inset
4290
4291 ,A_n
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 \begin_inset Formula $A_{1},\dots,A_{n}$
4301 \end_inset
4302
4303
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 A_1
4315 \begin_inset space \textvisiblespace{}
4316 \end_inset
4317
4318 +
4319 \backslash
4320 dots
4321 \begin_inset space \textvisiblespace{}
4322 \end_inset
4323
4324 +A_n
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 \begin_inset Formula $A_{1}+\dots+A_{n}$
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 A_1
4348 \begin_inset space \textvisiblespace{}
4349 \end_inset
4350
4351 ,
4352 \backslash
4353 ldots
4354 \begin_inset space \textvisiblespace{}
4355 \end_inset
4356
4357 ,A_n
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 \begin_inset Formula $A_{1},\ldots,A_{n}$
4367 \end_inset
4368
4369
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 A_1
4381 \begin_inset space \textvisiblespace{}
4382 \end_inset
4383
4384 +
4385 \backslash
4386 cdots
4387 \begin_inset space \textvisiblespace{}
4388 \end_inset
4389
4390 +A_n
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4400 \end_inset
4401
4402
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 <row>
4409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413
4414 \backslash
4415 vdots
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 \begin_inset Formula $\vdots$
4425 \end_inset
4426
4427
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \backslash
4440 ddots
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 \begin_inset Formula $\ddots$
4450 \end_inset
4451
4452
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \backslash
4465 iddots
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 \begin_inset Formula $\iddots$
4475 \end_inset
4476
4477
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 3×3
4489 \begin_inset space \thinspace{}
4490 \end_inset
4491
4492 matrix with the different dots
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 \begin_inset Formula $\begin{array}{ccc}
4502 A_{11} & \cdots & A_{1m}\\
4503 \vdots & \ddots & \vdots\\
4504 A_{n1} & \cdots & A_{nm}
4505 \end{array}$
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 </lyxtabular>
4515
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \begin_layout Standard
4522 The ellipses available in menu 
4523 \family sans
4524 Insert\SpecialChar \menuseparator
4525 Special
4526 \begin_inset space ~
4527 \end_inset
4528
4529 Character
4530 \family default
4531  are 
4532 \series bold
4533
4534 \backslash
4535 ldots
4536 \series default
4537 .
4538 \end_layout
4539
4540 \begin_layout Standard
4541 \begin_inset VSpace medskip
4542 \end_inset
4543
4544 To use 
4545 \series bold
4546
4547 \backslash
4548 iddots
4549 \series default
4550 , one of the options 
4551 \family sans
4552 Use mathdots package (automatically)
4553 \family default
4554  must be set in the document settings under 
4555 \family sans
4556 Math
4557 \begin_inset space ~
4558 \end_inset
4559
4560 Options
4561 \family default
4562 .
4563 \begin_inset Newline newline
4564 \end_inset
4565
4566 Using the option 
4567 \family sans
4568 Use mathdots package
4569 \family default
4570  will improve the appearance of all dots in the documents if their font
4571  style or size is not the default.
4572 \end_layout
4573
4574 \begin_layout Standard
4575 \begin_inset VSpace medskip
4576 \end_inset
4577
4578 Specially for matrices there are ellipses that span over several columns.
4579  They are created with the command 
4580 \series bold
4581
4582 \backslash
4583 hdotsfor
4584 \series default
4585
4586 \begin_inset Index idx
4587 status collapsed
4588
4589 \begin_layout Plain Layout
4590 Commands ! H ! 
4591 \backslash
4592 hdotsfor
4593 \end_layout
4594
4595 \end_inset
4596
4597 , that has the following scheme:
4598 \end_layout
4599
4600 \begin_layout Standard
4601
4602 \series bold
4603
4604 \backslash
4605 hdotsfor[distance]{number of columns}
4606 \end_layout
4607
4608 \begin_layout Standard
4609 The number of columns specifies how many columns should be spanned.
4610  Distance is a factor for the distance between the dots.
4611 \end_layout
4612
4613 \begin_layout Standard
4614 In the following matrix the command 
4615 \series bold
4616
4617 \backslash
4618 hdotsfor[2]{4}
4619 \series default
4620  was inserted in the first box of the second line, to get an ellipsis with
4621  a dot distance twice as long as with the command 
4622 \series bold
4623
4624 \backslash
4625 dots
4626 \series default
4627 :
4628 \begin_inset Formula 
4629 \[
4630 \left(\begin{array}{cccc}
4631 A & B & C & D\\
4632 \hdotsfor[2]{4}\\
4633 q & w & e & r
4634 \end{array}\right)
4635 \]
4636
4637 \end_inset
4638
4639 Note that the matrix fields that should be spanned must be empty, otherwise
4640  you get LaTeX-errors.
4641 \end_layout
4642
4643 \begin_layout Standard
4644 \begin_inset VSpace bigskip
4645 \end_inset
4646
4647 Furthermore you can fill with the command 
4648 \series bold
4649
4650 \backslash
4651 dotfill
4652 \series default
4653
4654 \begin_inset Index idx
4655 status collapsed
4656
4657 \begin_layout Plain Layout
4658 Commands ! D ! 
4659 \backslash
4660 dotfill
4661 \end_layout
4662
4663 \end_inset
4664
4665  the rest of a line with dots.
4666  The effect of these commands is the same as with 
4667 \series bold
4668
4669 \backslash
4670 hfill
4671 \series default
4672 , see 
4673 \begin_inset CommandInset ref
4674 LatexCommand ref
4675 reference "sub:Variable-Space"
4676
4677 \end_inset
4678
4679 .
4680 \end_layout
4681
4682 \begin_layout Standard
4683 For example the command 
4684 \series bold
4685 A
4686 \backslash
4687 dotfill
4688 \begin_inset space \textvisiblespace{}
4689 \end_inset
4690
4691 B
4692 \series default
4693  produces
4694 \end_layout
4695
4696 \begin_layout Standard
4697 \begin_inset Formula $A\dotfill B$
4698 \end_inset
4699
4700
4701 \end_layout
4702
4703 \begin_layout Standard
4704 Similar to
4705 \series bold
4706  
4707 \backslash
4708 dotfill
4709 \series default
4710  there is for a line the command 
4711 \series bold
4712
4713 \backslash
4714 hrulefill
4715 \series default
4716
4717 \begin_inset Index idx
4718 status collapsed
4719
4720 \begin_layout Plain Layout
4721 Commands ! H ! 
4722 \backslash
4723 hrulefill
4724 \end_layout
4725
4726 \end_inset
4727
4728 :
4729 \end_layout
4730
4731 \begin_layout Standard
4732 \begin_inset Formula $A\hrulefill B$
4733 \end_inset
4734
4735
4736 \end_layout
4737
4738 \begin_layout Standard
4739 To use the commands for text, they have to be inserted in TeX-mode.
4740 \end_layout
4741
4742 \begin_layout Section
4743 Matrices
4744 \begin_inset CommandInset label
4745 LatexCommand label
4746 name "sec:Matrices"
4747
4748 \end_inset
4749
4750
4751 \begin_inset Index idx
4752 status collapsed
4753
4754 \begin_layout Plain Layout
4755 Matrices
4756 \end_layout
4757
4758 \end_inset
4759
4760
4761 \end_layout
4762
4763 \begin_layout Standard
4764 Matrices can be inserted via the math toolbar button 
4765 \begin_inset Info
4766 type  "icon"
4767 arg   "dialog-show mathmatrix"
4768 \end_inset
4769
4770  or the menu 
4771 \family sans
4772 Insert\SpecialChar \menuseparator
4773 Math\SpecialChar \menuseparator
4774 Matrix
4775 \family default
4776 .
4777  In the matrix dialog you can specify the number of columns and rows, the
4778  alignment and the decoration.
4779  The vertical alignment is only of importance for matrices in inline formulas:
4780 \end_layout
4781
4782 \begin_layout Standard
4783 The first matrix is top 
4784 \begin_inset Formula $\begin{array}[t]{cccc}
4785 A & D & G & J\\
4786 B & E & H & K\\
4787 C & F & I & L
4788 \end{array}$
4789 \end_inset
4790
4791 , the second middle 
4792 \begin_inset Formula $\begin{array}{cccc}
4793 A & D & G & J\\
4794 B & E & H & K\\
4795 C & F & I & L
4796 \end{array}$
4797 \end_inset
4798
4799  and the third bottom 
4800 \begin_inset Formula $\begin{array}[b]{cccc}
4801 A & D & G & J\\
4802 B & E & H & K\\
4803 C & F & I & L
4804 \end{array}$
4805 \end_inset
4806
4807  aligned.
4808 \end_layout
4809
4810 \begin_layout Standard
4811 The horizontal alignment specifies how the column entries should be aligned.
4812  It is set by entering a letter for every column.
4813  
4814 \emph on
4815 l
4816 \emph default
4817  denotes left aligned, 
4818 \emph on
4819 c
4820 \emph default
4821  centered and 
4822 \emph on
4823 r
4824 \emph default
4825  right aligned.
4826  To create for example a 4
4827 \series bold
4828 ×
4829 \series default
4830 4
4831 \begin_inset space ~
4832 \end_inset
4833
4834 matrix where the first column is left aligned, the second and third are
4835  centered and the last one is right aligned, one enters for the horizontal
4836  alignment 
4837 \series bold
4838 lccr
4839 \series default
4840 .
4841  Normally in a matrix all columns are centered, therefore the default for
4842  every column is a 
4843 \series bold
4844 c
4845 \series default
4846 .
4847 \end_layout
4848
4849 \begin_layout Standard
4850 Horizontal alignment:
4851 \end_layout
4852
4853 \begin_layout Standard
4854
4855 \series bold
4856 lll
4857 \series default
4858  : 
4859 \begin_inset Formula $\begin{array}{lll}
4860 10000 & D & G\\
4861 B & 10000 & H\\
4862 C & F & 10000
4863 \end{array}$
4864 \end_inset
4865
4866  , 
4867 \series bold
4868 ccc
4869 \series default
4870  : 
4871 \begin_inset Formula $\begin{array}{ccc}
4872 10000 & D & G\\
4873 B & 10000 & H\\
4874 C & F & 10000
4875 \end{array}$
4876 \end_inset
4877
4878  , 
4879 \series bold
4880 rrr
4881 \series default
4882  : 
4883 \begin_inset Formula $\begin{array}{rrr}
4884 10000 & D & G\\
4885 B & 10000 & H\\
4886 C & F & 10000
4887 \end{array}$
4888 \end_inset
4889
4890
4891 \end_layout
4892
4893 \begin_layout Standard
4894 To add or delete rows and columns subsequently, the math toolbar buttons
4895  
4896 \begin_inset Info
4897 type  "icon"
4898 arg   "inset-modify tabular append-row"
4899 \end_inset
4900
4901
4902 \begin_inset Info
4903 type  "icon"
4904 arg   "inset-modify tabular delete-row"
4905 \end_inset
4906
4907 , etc.
4908 \begin_inset space \thinspace{}
4909 \end_inset
4910
4911 , or the menu 
4912 \family sans
4913 Edit\SpecialChar \menuseparator
4914 Rows & Columns
4915 \family default
4916  can be used.
4917  New rows can also be created with 
4918 \begin_inset Info
4919 type  "shortcut"
4920 arg   "newline-insert newline"
4921 \end_inset
4922
4923 .
4924 \end_layout
4925
4926 \begin_layout Standard
4927 \begin_inset VSpace bigskip
4928 \end_inset
4929
4930 The 
4931 \family sans
4932 Decoration
4933 \family default
4934  adds parentheses in the selected style around the matrix.
4935  Alternatively, parentheses can can either be created with the commands
4936  
4937 \series bold
4938
4939 \backslash
4940 left
4941 \series default
4942
4943 \begin_inset Index idx
4944 status collapsed
4945
4946 \begin_layout Plain Layout
4947 Commands ! L ! 
4948 \backslash
4949 left
4950 \end_layout
4951
4952 \end_inset
4953
4954  and 
4955 \series bold
4956
4957 \backslash
4958 right
4959 \series default
4960
4961 \begin_inset Index idx
4962 status collapsed
4963
4964 \begin_layout Plain Layout
4965 Commands ! R ! 
4966 \backslash
4967 right
4968 \end_layout
4969
4970 \end_inset
4971
4972  (shortcut 
4973 \family sans
4974 Alt+M
4975 \begin_inset space ~
4976 \end_inset
4977
4978 Parenthesis
4979 \family default
4980 ), see 
4981 \begin_inset CommandInset ref
4982 LatexCommand ref
4983 reference "sub:Automatic-Bracket-Size"
4984
4985 \end_inset
4986
4987 , or by using the following commands:
4988 \begin_inset VSpace medskip
4989 \end_inset
4990
4991
4992 \end_layout
4993
4994 \begin_layout Standard
4995 \begin_inset space \hfill{}
4996 \end_inset
4997
4998
4999 \begin_inset Tabular
5000 <lyxtabular version="3" rows="4" columns="2">
5001 <features rotate="0" tabularvalignment="middle">
5002 <column alignment="center" valignment="top">
5003 <column alignment="center" valignment="top">
5004 <row>
5005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Command
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 Result
5019 \begin_inset Note Note
5020 status collapsed
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025
5026 \backslash
5027 raisebox
5028 \series default
5029  is only used as spacer.
5030 \end_layout
5031
5032 \end_inset
5033
5034
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 <row>
5041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \backslash
5047 bmatrix
5048 \begin_inset space \textvisiblespace{}
5049 \end_inset
5050
5051 2
5052 \series bold
5053 ×
5054 \series default
5055 2
5056 \begin_inset space \thinspace{}
5057 \end_inset
5058
5059 matrix
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5069 0 & \textrm{-}\mathrm{i}\\
5070 \mathrm{i} & 0
5071 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5072 \end_inset
5073
5074
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \backslash
5087 Bmatrix
5088 \begin_inset space \textvisiblespace{}
5089 \end_inset
5090
5091 2
5092 \series bold
5093 ×
5094 \series default
5095 2
5096 \begin_inset space \thinspace{}
5097 \end_inset
5098
5099 matrix
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5109 0 & \textrm{-}\mathrm{i}\\
5110 \mathrm{i} & 0
5111 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5112 \end_inset
5113
5114
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \backslash
5127 pmatrix
5128 \begin_inset space \textvisiblespace{}
5129 \end_inset
5130
5131 2
5132 \series bold
5133 ×
5134 \series default
5135 2
5136 \begin_inset space \thinspace{}
5137 \end_inset
5138
5139 matrix
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5149 0 & \textrm{-}\mathrm{i}\\
5150 \mathrm{i} & 0
5151 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5152 \end_inset
5153
5154
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 </row>
5160 </lyxtabular>
5161
5162 \end_inset
5163
5164
5165 \begin_inset space \hfill{}
5166 \end_inset
5167
5168
5169 \begin_inset Tabular
5170 <lyxtabular version="3" rows="4" columns="2">
5171 <features rotate="0" tabularvalignment="middle">
5172 <column alignment="center" valignment="top">
5173 <column alignment="center" valignment="top">
5174 <row>
5175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 Command
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Result
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 <row>
5195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199
5200 \backslash
5201 vmatrix
5202 \begin_inset space \textvisiblespace{}
5203 \end_inset
5204
5205 2
5206 \series bold
5207 ×
5208 \series default
5209 2
5210 \begin_inset space \thinspace{}
5211 \end_inset
5212
5213 matrix
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5223 0 & \textrm{-}\mathrm{i}\\
5224 \mathrm{i} & 0
5225 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
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" bottomline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \backslash
5241 Vmatrix
5242 \begin_inset space \textvisiblespace{}
5243 \end_inset
5244
5245 2
5246 \series bold
5247 ×
5248 \series default
5249 2
5250 \begin_inset space \thinspace{}
5251 \end_inset
5252
5253 matrix
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5263 0 & \textrm{-}\mathrm{i}\\
5264 \mathrm{i} & 0
5265 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \backslash
5281 matrix
5282 \begin_inset space \textvisiblespace{}
5283 \end_inset
5284
5285 2
5286 \series bold
5287 ×
5288 \series default
5289 2
5290 \begin_inset space \thinspace{}
5291 \end_inset
5292
5293 matrix
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5303 0 & \textrm{-}\mathrm{i}\\
5304 \mathrm{i} & 0
5305 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 </lyxtabular>
5315
5316 \end_inset
5317
5318
5319 \begin_inset space \hfill{}
5320 \end_inset
5321
5322
5323 \end_layout
5324
5325 \begin_layout Standard
5326 \begin_inset VSpace medskip
5327 \end_inset
5328
5329 When e.
5330 \begin_inset space \thinspace{}
5331 \end_inset
5332
5333 g.
5334 \begin_inset space \space{}
5335 \end_inset
5336
5337
5338 \series bold
5339
5340 \backslash
5341 vmatrix
5342 \series default
5343  is inserted, a blue box appears between two vertical lines where the matrix
5344  is inserted.
5345 \begin_inset Newline newline
5346 \end_inset
5347
5348 Note that decorated matrices ignore the vertical alignment.
5349 \end_layout
5350
5351 \begin_layout Standard
5352 \begin_inset VSpace bigskip
5353 \end_inset
5354
5355 As all multiline formulas are matrices, the length 
5356 \series bold
5357
5358 \backslash
5359 arraycolsep
5360 \series default
5361
5362 \begin_inset Index idx
5363 status collapsed
5364
5365 \begin_layout Plain Layout
5366 Commands ! A ! 
5367 \backslash
5368 arraycolsep
5369 \end_layout
5370
5371 \end_inset
5372
5373  that is described in 
5374 \begin_inset CommandInset ref
5375 LatexCommand ref
5376 reference "sub:Column-Separation"
5377
5378 \end_inset
5379
5380  can also be used to change the column separation of matrices.
5381 \end_layout
5382
5383 \begin_layout Standard
5384 To change the row separation, the command 
5385 \series bold
5386
5387 \backslash
5388 arraystretch
5389 \series default
5390
5391 \begin_inset Index idx
5392 status collapsed
5393
5394 \begin_layout Plain Layout
5395 Commands ! A ! 
5396 \backslash
5397 arraystretch
5398 \end_layout
5399
5400 \end_inset
5401
5402  is used.
5403  It is used as follows:
5404 \end_layout
5405
5406 \begin_layout Standard
5407
5408 \series bold
5409
5410 \backslash
5411 renewcommand{
5412 \backslash
5413 arraystretch}{stretch factor}
5414 \begin_inset Index idx
5415 status collapsed
5416
5417 \begin_layout Plain Layout
5418 Commands ! R ! 
5419 \backslash
5420 renewcommand
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 The command 
5430 \series bold
5431
5432 \backslash
5433 renewcommand
5434 \series default
5435  assigns the stretch factor to the predefined command 
5436 \series bold
5437
5438 \backslash
5439 arraystretch
5440 \series default
5441 .
5442  To double e.
5443 \begin_inset space \thinspace{}
5444 \end_inset
5445
5446 g.
5447 \begin_inset space \space{}
5448 \end_inset
5449
5450 the row separation, use the factor 2.
5451  This is then used for all following matrices.
5452  To go back to the original separation, assign the factor 1 to 
5453 \series bold
5454
5455 \backslash
5456 arraystretch
5457 \series default
5458 .
5459 \end_layout
5460
5461 \begin_layout Standard
5462 To set matrices into a text line, the command 
5463 \series bold
5464
5465 \backslash
5466 smallmatrix
5467 \series default
5468
5469 \begin_inset Index idx
5470 status collapsed
5471
5472 \begin_layout Plain Layout
5473 Commands ! S ! 
5474 \backslash
5475 smallmatrix
5476 \end_layout
5477
5478 \end_inset
5479
5480  is used.
5481  When it is inserted a blue box with two dashed lines appears.
5482  In this box the matrix is inserted.
5483 \end_layout
5484
5485 \begin_layout Standard
5486 This is a matrix 
5487 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5488 C & D
5489 \end{smallmatrix}\right)$
5490 \end_inset
5491
5492  in a text line.
5493 \end_layout
5494
5495 \begin_layout Section
5496 Brackets and Delimiters
5497 \begin_inset Index idx
5498 status collapsed
5499
5500 \begin_layout Plain Layout
5501 Brackets
5502 \end_layout
5503
5504 \end_inset
5505
5506
5507 \begin_inset Index idx
5508 status collapsed
5509
5510 \begin_layout Plain Layout
5511 Delimiters
5512 \end_layout
5513
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \begin_layout Subsection
5520 Vertical Brackets and Delimiters
5521 \begin_inset Index idx
5522 status collapsed
5523
5524 \begin_layout Plain Layout
5525 Brackets ! vertical
5526 \end_layout
5527
5528 \end_inset
5529
5530
5531 \end_layout
5532
5533 \begin_layout Standard
5534 \begin_inset space \hfill{}
5535 \end_inset
5536
5537
5538 \begin_inset Tabular
5539 <lyxtabular version="3" rows="9" columns="2">
5540 <features rotate="0" tabularvalignment="middle">
5541 <column alignment="center" valignment="top" width="0pt">
5542 <column alignment="center" valignment="top" width="0pt">
5543 <row>
5544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 Command
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 Result
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 <row>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 (
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 \begin_inset Formula $($
5578 \end_inset
5579
5580
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 </row>
5586 <row>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 {
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $\{$
5601 \end_inset
5602
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 [
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 \begin_inset Formula $[$
5624 \end_inset
5625
5626
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637
5638 \backslash
5639 langle
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 \begin_inset Formula $\langle$
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 <row>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662
5663 \backslash
5664 lceil
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 \begin_inset Formula $\lceil$
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687
5688 \backslash
5689 lfloor
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 \begin_inset Formula $\lfloor$
5699 \end_inset
5700
5701
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 </row>
5707 <row>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 /
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 \begin_inset Formula $/$
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 </row>
5730 <row>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 |
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 \begin_inset Formula $|$
5745 \end_inset
5746
5747
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 </row>
5753 </lyxtabular>
5754
5755 \end_inset
5756
5757
5758 \begin_inset space \hfill{}
5759 \end_inset
5760
5761
5762 \begin_inset Tabular
5763 <lyxtabular version="3" rows="9" columns="2">
5764 <features rotate="0" tabularvalignment="middle">
5765 <column alignment="center" valignment="top" width="0pt">
5766 <column alignment="center" valignment="top" width="0pt">
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 Command
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 Result
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 </row>
5787 <row>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 )
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 \begin_inset Formula $)$
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 </row>
5810 <row>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 }
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 \begin_inset Formula $\}$
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 ]
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 \begin_inset Formula $]$
5848 \end_inset
5849
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861
5862 \backslash
5863 rangle
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 \begin_inset Formula $\rangle$
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886
5887 \backslash
5888 rceil
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 \begin_inset Formula $\rceil$
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911
5912 \backslash
5913 rfloor
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Formula $\rfloor$
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \backslash
5938
5939 \backslash
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 \begin_inset Formula $\backslash$
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963
5964 \backslash
5965 |
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 \begin_inset Formula $\|$
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 </lyxtabular>
5984
5985 \end_inset
5986
5987
5988 \begin_inset space \hfill{}
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \begin_layout Standard
5995
5996 \series medium
5997 \begin_inset Note Greyedout
5998 status open
5999
6000 \begin_layout Plain Layout
6001
6002 \series bold
6003 Note:
6004 \series default
6005  In TeX-mode the command 
6006 \series bold
6007
6008 \backslash
6009 textbackslash
6010 \series default
6011
6012 \begin_inset Index idx
6013 status collapsed
6014
6015 \begin_layout Plain Layout
6016 Commands ! T ! 
6017 \backslash
6018 textbackslash
6019 \end_layout
6020
6021 \end_inset
6022
6023  must be used for the backslash, because the command 
6024 \series bold
6025
6026 \backslash
6027
6028 \backslash
6029
6030 \series default
6031  produces a line break there.
6032 \end_layout
6033
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \begin_layout Standard
6040 For all characters listed above the size can be adjusted with the commands
6041  described in the following two subsections.
6042  When using these commands, the characters < and > can directly be used
6043  instead of the commands 
6044 \series bold
6045
6046 \backslash
6047 langle
6048 \series default
6049  and 
6050 \series bold
6051
6052 \backslash
6053 rangle
6054 \series default
6055 .
6056 \end_layout
6057
6058 \begin_layout Subsubsection
6059 Manual Bracket Size
6060 \begin_inset CommandInset label
6061 LatexCommand label
6062 name "sub:Manual-Bracket-Size"
6063
6064 \end_inset
6065
6066
6067 \begin_inset Index idx
6068 status collapsed
6069
6070 \begin_layout Plain Layout
6071 Bracket size ! manual
6072 \end_layout
6073
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \begin_layout Standard
6080 The bracket size can be specified manually by the LaTeX-commands 
6081 \series bold
6082
6083 \backslash
6084 big
6085 \series default
6086
6087 \begin_inset Index idx
6088 status collapsed
6089
6090 \begin_layout Plain Layout
6091 Commands ! B ! 
6092 \backslash
6093 big
6094 \end_layout
6095
6096 \end_inset
6097
6098
6099 \series bold
6100
6101 \backslash
6102 Big
6103 \series default
6104
6105 \series bold
6106
6107 \backslash
6108 bigg
6109 \series default
6110  and 
6111 \series bold
6112
6113 \backslash
6114 Bigg
6115 \series default
6116 .
6117  
6118 \series bold
6119
6120 \backslash
6121 big
6122 \series default
6123  denotes the smallest and 
6124 \series bold
6125
6126 \backslash
6127 Bigg
6128 \series default
6129  the largest bracket size.
6130 \end_layout
6131
6132 \begin_layout Standard
6133 These commands are used to emphasize levels of brackets:
6134 \end_layout
6135
6136 \begin_layout Standard
6137 \align center
6138 \begin_inset Tabular
6139 <lyxtabular version="3" rows="2" columns="2">
6140 <features rotate="0" tabularvalignment="middle">
6141 <column alignment="center" valignment="top" width="0pt">
6142 <column alignment="center" valignment="top" width="0pt">
6143 <row>
6144 <cell alignment="center" valignment="top" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 all brackets in the same size:
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6158 \end_inset
6159
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 </row>
6166 <row>
6167 <cell alignment="center" valignment="top" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 this looks better:
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 </lyxtabular>
6190
6191 \end_inset
6192
6193
6194 \begin_inset Note Note
6195 status collapsed
6196
6197 \begin_layout Plain Layout
6198
6199 \series bold
6200
6201 \backslash
6202 raisebox
6203 \series default
6204  is only used as spacer.
6205 \end_layout
6206
6207 \end_inset
6208
6209
6210 \end_layout
6211
6212 \begin_layout Standard
6213 For the second formula the command 
6214 \series bold
6215
6216 \backslash
6217 Big((A+B)(A-B)
6218 \backslash
6219 Big)^
6220 \begin_inset space \textvisiblespace{}
6221 \end_inset
6222
6223 C
6224 \series default
6225  has been used.
6226 \end_layout
6227
6228 \begin_layout Standard
6229 Here is an overview about all bracket sizes:
6230 \end_layout
6231
6232 \begin_layout Standard
6233 \align center
6234
6235 \backslash
6236 Bigg(
6237 \backslash
6238 exp
6239 \backslash
6240 bigg<
6241 \backslash
6242 Big[
6243 \backslash
6244 big{
6245 \backslash
6246 ln(3x)
6247 \backslash
6248 big}^2
6249 \begin_inset space \textvisiblespace{}
6250 \end_inset
6251
6252
6253 \backslash
6254 sin(x)
6255 \backslash
6256 Big]^
6257 \begin_inset space \textvisiblespace{}
6258 \end_inset
6259
6260 A
6261 \begin_inset space \textvisiblespace{}
6262 \end_inset
6263
6264
6265 \backslash
6266 bigg>
6267 \backslash
6268 Bigg)^0,5
6269 \end_layout
6270
6271 \begin_layout Standard
6272 \align center
6273 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6274 \end_inset
6275
6276
6277 \end_layout
6278
6279 \begin_layout Standard
6280 Besides the 
6281 \series bold
6282
6283 \backslash
6284 big
6285 \series default
6286 -commands there is the variant 
6287 \series bold
6288
6289 \backslash
6290 bigm
6291 \series default
6292
6293 \begin_inset Index idx
6294 status collapsed
6295
6296 \begin_layout Plain Layout
6297 Commands ! B ! 
6298 \backslash
6299 bigm
6300 \end_layout
6301
6302 \end_inset
6303
6304  that adds a bit more space between the bracket and its content, and the
6305  variant 
6306 \series bold
6307
6308 \backslash
6309 bigl
6310 \series default
6311 -
6312 \series bold
6313
6314 \backslash
6315 bigr
6316 \series default
6317
6318 \begin_inset Index idx
6319 status collapsed
6320
6321 \begin_layout Plain Layout
6322 Commands ! B ! 
6323 \backslash
6324 bigl - 
6325 \backslash
6326 bigr
6327 \end_layout
6328
6329 \end_inset
6330
6331 , that don't add additional space.
6332  The 
6333 \emph on
6334 l
6335 \emph default
6336  at the end of the command 
6337 \series bold
6338
6339 \backslash
6340 bigl
6341 \series default
6342  is for a left bracket; for a right bracket this will be replaced by an
6343  
6344 \emph on
6345 r
6346 \emph default
6347 .
6348  A left or right bracket can each be an opening or closing bracket.
6349 \end_layout
6350
6351 \begin_layout Standard
6352 In the following table is a comparison of the variants:
6353 \end_layout
6354
6355 \begin_layout Standard
6356 \align center
6357 \begin_inset Tabular
6358 <lyxtabular version="3" rows="5" columns="2">
6359 <features rotate="0" tabularvalignment="middle">
6360 <column alignment="center" valignment="middle">
6361 <column alignment="center" valignment="middle">
6362 <row>
6363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 Command
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 Result
6377 \begin_inset Note Note
6378 status collapsed
6379
6380 \begin_layout Plain Layout
6381
6382 \series bold
6383
6384 \backslash
6385 raisebox
6386 \series default
6387  is only used as spacer.
6388 \end_layout
6389
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403
6404 \backslash
6405 Bigm(
6406 \backslash
6407 bigm(
6408 \backslash
6409 ln(3x)
6410 \backslash
6411 bigm)^2
6412 \begin_inset space \textvisiblespace{}
6413 \end_inset
6414
6415
6416 \backslash
6417 Bigm)
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 </row>
6435 <row>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440
6441 \backslash
6442 Big(
6443 \backslash
6444 big(
6445 \backslash
6446 ln(3x)
6447 \backslash
6448 big)^2
6449 \begin_inset space \textvisiblespace{}
6450 \end_inset
6451
6452
6453 \backslash
6454 Big)
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 </row>
6472 <row>
6473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477
6478 \backslash
6479 Bigl(
6480 \backslash
6481 bigl(
6482 \backslash
6483 ln(3x)
6484 \backslash
6485 bigr)^2
6486 \begin_inset space \textvisiblespace{}
6487 \end_inset
6488
6489
6490 \backslash
6491 Bigr)
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6501 \end_inset
6502
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 </row>
6509 <row>
6510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514
6515 \backslash
6516 bigl)
6517 \backslash
6518 ln(3x)
6519 \backslash
6520 bigr(
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6530 \end_inset
6531
6532
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 </row>
6538 </lyxtabular>
6539
6540 \end_inset
6541
6542
6543 \end_layout
6544
6545 \begin_layout Subsubsection
6546 Automatic Bracket Size
6547 \begin_inset CommandInset label
6548 LatexCommand label
6549 name "sub:Automatic-Bracket-Size"
6550
6551 \end_inset
6552
6553
6554 \begin_inset Index idx
6555 status collapsed
6556
6557 \begin_layout Plain Layout
6558 Bracket size ! automatic
6559 \end_layout
6560
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \begin_layout Standard
6567 Brackets with variable size can be inserted with the commands 
6568 \series bold
6569
6570 \backslash
6571 left
6572 \series default
6573
6574 \begin_inset Index idx
6575 status collapsed
6576
6577 \begin_layout Plain Layout
6578 Commands ! L ! 
6579 \backslash
6580 left
6581 \end_layout
6582
6583 \end_inset
6584
6585  and 
6586 \series bold
6587
6588 \backslash
6589 right
6590 \series default
6591
6592 \begin_inset Index idx
6593 status collapsed
6594
6595 \begin_layout Plain Layout
6596 Commands ! R ! 
6597 \backslash
6598 right
6599 \end_layout
6600
6601 \end_inset
6602
6603  or via the math toolbar button 
6604 \begin_inset Info
6605 type  "icon"
6606 arg   "dialog-show mathdelimiter"
6607 \end_inset
6608
6609 .
6610  Directly behind 
6611 \series bold
6612
6613 \backslash
6614 left
6615 \series default
6616  and 
6617 \series bold
6618
6619 \backslash
6620 right
6621 \series default
6622  the wanted bracket must be inserted.
6623  The bracket size will then automatically be calculated for the output.
6624 \end_layout
6625
6626 \begin_layout Standard
6627 \align center
6628 normal bracket: The command 
6629 \series bold
6630
6631 \backslash
6632 ln(
6633 \backslash
6634 frac
6635 \begin_inset space \textvisiblespace{}
6636 \end_inset
6637
6638 A
6639 \begin_inset Formula $\downarrow$
6640 \end_inset
6641
6642 C
6643 \begin_inset space \textvisiblespace{}
6644 \end_inset
6645
6646 )
6647 \series default
6648  creates
6649 \begin_inset Formula 
6650 \[
6651 \ln(\frac{A}{C})
6652 \]
6653
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \begin_layout Standard
6660 \align center
6661 multiline bracket: The command 
6662 \series bold
6663
6664 \backslash
6665 ln
6666 \backslash
6667 left(
6668 \backslash
6669 frac
6670 \begin_inset space \textvisiblespace{}
6671 \end_inset
6672
6673 A
6674 \begin_inset Formula $\downarrow$
6675 \end_inset
6676
6677 C
6678 \begin_inset space \textvisiblespace{}
6679 \end_inset
6680
6681
6682 \backslash
6683 right)
6684 \series default
6685  creates
6686 \begin_inset Formula 
6687 \[
6688 \ln\left(\frac{A}{C}\right)
6689 \]
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \begin_layout Standard
6697 Instead of 
6698 \series bold
6699
6700 \backslash
6701 left
6702 \series default
6703  and 
6704 \series bold
6705
6706 \backslash
6707 right
6708 \series default
6709  the shortcut 
6710 \family sans
6711 Alt+M
6712 \begin_inset space ~
6713 \end_inset
6714
6715 Bracket
6716 \family default
6717  can be used.
6718  This has the advantage that you can see in LyX immediately the real bracket
6719  size and that the matching right bracket will be created too.
6720 \begin_inset Newline newline
6721 \end_inset
6722
6723 The command for the last example would then be: 
6724 \series bold
6725
6726 \backslash
6727 ln Alt+M
6728 \series default
6729  
6730 \series bold
6731 (
6732 \backslash
6733 frac
6734 \begin_inset space \textvisiblespace{}
6735 \end_inset
6736
6737 A
6738 \begin_inset Formula $\downarrow$
6739 \end_inset
6740
6741 C
6742 \end_layout
6743
6744 \begin_layout Standard
6745 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6746  For example the command 
6747 \series bold
6748
6749 \backslash
6750 left.
6751 \backslash
6752 frac
6753 \begin_inset space \textvisiblespace{}
6754 \end_inset
6755
6756 A
6757 \begin_inset Formula $\downarrow$
6758 \end_inset
6759
6760 B
6761 \begin_inset space \textvisiblespace{}
6762 \end_inset
6763
6764
6765 \backslash
6766 right}
6767 \series default
6768  creates:
6769 \series bold
6770
6771 \begin_inset Formula 
6772 \[
6773 \left.\frac{A}{B}\right\} 
6774 \]
6775
6776 \end_inset
6777
6778
6779 \series default
6780 The commands 
6781 \series bold
6782
6783 \backslash
6784 left
6785 \series default
6786  and 
6787 \series bold
6788
6789 \backslash
6790 right
6791 \series default
6792  will be converted by LyX to brackets in the right size when the document
6793  is reloaded and an omitted bracket will appear as dashed line.
6794 \end_layout
6795
6796 \begin_layout Standard
6797 \begin_inset VSpace bigskip
6798 \end_inset
6799
6800 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
6801  the command 
6802 \series bold
6803
6804 \backslash
6805 middle
6806 \series default
6807
6808 \begin_inset Index idx
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 Commands ! M ! 
6813 \backslash
6814 middle
6815 \end_layout
6816
6817 \end_inset
6818
6819  is additionally available for all brackets and limits.
6820  With this command the height of the following character is adapted to the
6821  one of the surrounding brackets, what is e.
6822 \begin_inset space \thinspace{}
6823 \end_inset
6824
6825 g.
6826 \begin_inset space \space{}
6827 \end_inset
6828
6829 needed for physical vectors:
6830 \begin_inset Formula 
6831 \[
6832 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6833 \]
6834
6835 \end_inset
6836
6837 For physical vectors there is a special LaTeX-package, described in 
6838 \begin_inset CommandInset ref
6839 LatexCommand ref
6840 reference "sub:Physical-Vectors"
6841
6842 \end_inset
6843
6844 .
6845 \end_layout
6846
6847 \begin_layout Subsection
6848 Horizontal Brackets
6849 \begin_inset Index idx
6850 status collapsed
6851
6852 \begin_layout Plain Layout
6853 Brackets ! horizontal
6854 \end_layout
6855
6856 \end_inset
6857
6858
6859 \end_layout
6860
6861 \begin_layout Standard
6862 \align center
6863 \begin_inset Tabular
6864 <lyxtabular version="3" rows="4" columns="2">
6865 <features rotate="0" tabularvalignment="middle">
6866 <column alignment="center" valignment="top" width="0pt">
6867 <column alignment="center" valignment="top" width="0pt">
6868 <row>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 Command
6874 \begin_inset Note Note
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879 \series bold
6880
6881 \backslash
6882 raisebox
6883 \series default
6884  is only used as spacer.
6885 \end_layout
6886
6887 \end_inset
6888
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 Result
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 </row>
6904 <row>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 \begin_inset ERT
6910 status collapsed
6911
6912 \begin_layout Plain Layout
6913
6914
6915 \backslash
6916 raisebox{2.3mm}{
6917 \end_layout
6918
6919 \end_inset
6920
6921
6922 \backslash
6923 overbrace
6924 \begin_inset space \textvisiblespace{}
6925 \end_inset
6926
6927 A+B
6928 \begin_inset space \textvisiblespace{}
6929 \end_inset
6930
6931 ^3
6932 \begin_inset ERT
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936
6937 }
6938 \end_layout
6939
6940 \end_inset
6941
6942
6943 \begin_inset Index idx
6944 status collapsed
6945
6946 \begin_layout Plain Layout
6947 Commands ! O ! 
6948 \backslash
6949 overbrace
6950 \end_layout
6951
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 \begin_inset Formula $\overbrace{A+B}^{3}$
6964 \end_inset
6965
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 </row>
6972 <row>
6973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 \begin_inset ERT
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981
6982
6983 \backslash
6984 raisebox{-2.2mm}{
6985 \end_layout
6986
6987 \end_inset
6988
6989
6990 \backslash
6991 underbrace
6992 \begin_inset space \textvisiblespace{}
6993 \end_inset
6994
6995 A+B
6996 \begin_inset space \textvisiblespace{}
6997 \end_inset
6998
6999 _5
7000 \begin_inset ERT
7001 status collapsed
7002
7003 \begin_layout Plain Layout
7004
7005 }
7006 \end_layout
7007
7008 \end_inset
7009
7010
7011 \begin_inset Index idx
7012 status collapsed
7013
7014 \begin_layout Plain Layout
7015 Commands ! U ! 
7016 \backslash
7017 underbrace
7018 \end_layout
7019
7020 \end_inset
7021
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 \begin_inset Formula $\underbrace{A+B}_{5}$
7032 \end_inset
7033
7034
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 </row>
7040 <row>
7041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045
7046 \backslash
7047 overbrace
7048 \begin_inset space \textvisiblespace{}
7049 \end_inset
7050
7051
7052 \backslash
7053 underbrace
7054 \begin_inset space \textvisiblespace{}
7055 \end_inset
7056
7057 A+B_w
7058 \begin_inset space \textvisiblespace{}
7059 \end_inset
7060
7061
7062 \begin_inset space \textvisiblespace{}
7063 \end_inset
7064
7065 _7
7066 \begin_inset space \textvisiblespace{}
7067 \end_inset
7068
7069
7070 \begin_inset space \textvisiblespace{}
7071 \end_inset
7072
7073 ^
7074 \begin_inset space \textvisiblespace{}
7075 \end_inset
7076
7077 C
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7087 \end_inset
7088
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 </lyxtabular>
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Standard
7103 In the last example it doesn't matter if 
7104 \series bold
7105
7106 \backslash
7107 overbrace
7108 \series default
7109  or 
7110 \series bold
7111
7112 \backslash
7113 underbrace
7114 \series default
7115  is inserted at first.
7116 \end_layout
7117
7118 \begin_layout Standard
7119 \begin_inset VSpace medskip
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \begin_layout Standard
7126 If you set in the document settings under 
7127 \family sans
7128 Math
7129 \begin_inset space ~
7130 \end_inset
7131
7132 Options
7133 \family default
7134  for the package 
7135 \series bold
7136 mathtools
7137 \series default
7138
7139 \begin_inset Index idx
7140 status collapsed
7141
7142 \begin_layout Plain Layout
7143 Packages ! mathtools
7144 \end_layout
7145
7146 \end_inset
7147
7148  the option 
7149 \family sans
7150 Load
7151 \begin_inset space ~
7152 \end_inset
7153
7154 always
7155 \family default
7156 , you have access to square backets:
7157 \end_layout
7158
7159 \begin_layout Standard
7160 \align center
7161 \begin_inset Tabular
7162 <lyxtabular version="3" rows="4" columns="2">
7163 <features rotate="0" tabularvalignment="middle">
7164 <column alignment="center" valignment="top" width="0pt">
7165 <column alignment="center" valignment="top" width="0pt">
7166 <row>
7167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 Command
7172 \begin_inset Note Note
7173 status collapsed
7174
7175 \begin_layout Plain Layout
7176
7177 \series bold
7178
7179 \backslash
7180 raisebox
7181 \series default
7182  is only used as spacer.
7183 \end_layout
7184
7185 \end_inset
7186
7187
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 Result
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 </row>
7202 <row>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 \begin_inset ERT
7208 status collapsed
7209
7210 \begin_layout Plain Layout
7211
7212
7213 \backslash
7214 raisebox{2.3mm}{
7215 \end_layout
7216
7217 \end_inset
7218
7219
7220 \backslash
7221
7222 \family roman
7223 \series medium
7224 \shape up
7225 \size normal
7226 \emph off
7227 \bar no
7228 \strikeout off
7229 \uuline off
7230 \uwave off
7231 \noun off
7232 \color none
7233 overbracket
7234 \family default
7235 \series default
7236 \shape default
7237 \size default
7238 \emph default
7239 \bar default
7240 \strikeout default
7241 \uuline default
7242 \uwave default
7243 \noun default
7244 \color inherit
7245 {A+B
7246 \begin_inset space \textvisiblespace{}
7247 \end_inset
7248
7249 ^3
7250 \begin_inset ERT
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254
7255 }
7256 \end_layout
7257
7258 \end_inset
7259
7260
7261 \begin_inset Index idx
7262 status collapsed
7263
7264 \begin_layout Plain Layout
7265 Commands ! O ! 
7266 \backslash
7267 overbracket
7268 \end_layout
7269
7270 \end_inset
7271
7272
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 \begin_inset Formula $\overbracket{A+B}^{3}$
7282 \end_inset
7283
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row>
7291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 \begin_inset ERT
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299
7300
7301 \backslash
7302 raisebox{-2.2mm}{
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \backslash
7309 under
7310 \family roman
7311 \series medium
7312 \shape up
7313 \size normal
7314 \emph off
7315 \bar no
7316 \strikeout off
7317 \uuline off
7318 \uwave off
7319 \noun off
7320 \color none
7321 bracket
7322 \family default
7323 \series default
7324 \shape default
7325 \size default
7326 \emph default
7327 \bar default
7328 \strikeout default
7329 \uuline default
7330 \uwave default
7331 \noun default
7332 \color inherit
7333 {A+B
7334 \begin_inset space \textvisiblespace{}
7335 \end_inset
7336
7337 _5
7338 \begin_inset ERT
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343 }
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \begin_inset Index idx
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353 Commands ! U ! 
7354 \backslash
7355 under
7356 \family roman
7357 \series medium
7358 \shape up
7359 \size normal
7360 \emph off
7361 \bar no
7362 \strikeout off
7363 \uuline off
7364 \uwave off
7365 \noun off
7366 \color none
7367 bracket
7368 \end_layout
7369
7370 \end_inset
7371
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 \begin_inset Formula $\underbracket{A+B}_{5}$
7382 \end_inset
7383
7384
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 </row>
7390 <row>
7391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395
7396 \backslash
7397 overbracket{
7398 \backslash
7399 underbracket{A+B_w
7400 \begin_inset space \textvisiblespace{}
7401 \end_inset
7402
7403
7404 \begin_inset space \textvisiblespace{}
7405 \end_inset
7406
7407 _7
7408 \begin_inset space \textvisiblespace{}
7409 \end_inset
7410
7411
7412 \begin_inset space \textvisiblespace{}
7413 \end_inset
7414
7415 ^
7416 \begin_inset space \textvisiblespace{}
7417 \end_inset
7418
7419 C
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7429 \end_inset
7430
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 </row>
7437 </lyxtabular>
7438
7439 \end_inset
7440
7441
7442 \end_layout
7443
7444 \begin_layout Standard
7445 For 
7446 \series bold
7447
7448 \backslash
7449 overbracket
7450 \series default
7451  and 
7452 \series bold
7453
7454 \backslash
7455 underbracket
7456 \series default
7457  you can change the thickness of the bracket's stroke by specifying the
7458  desired thickness in square brackets behind the command:
7459 \end_layout
7460
7461 \begin_layout Standard
7462 \align center
7463 \begin_inset Tabular
7464 <lyxtabular version="3" rows="3" columns="2">
7465 <features rotate="0" tabularvalignment="middle">
7466 <column alignment="center" valignment="top" width="0pt">
7467 <column alignment="center" valignment="top" width="0pt">
7468 <row>
7469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 Command
7474 \begin_inset Note Note
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479 \series bold
7480
7481 \backslash
7482 raisebox
7483 \series default
7484  is only used as spacer.
7485 \end_layout
7486
7487 \end_inset
7488
7489
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 Result
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 </row>
7504 <row>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 \begin_inset ERT
7510 status collapsed
7511
7512 \begin_layout Plain Layout
7513
7514
7515 \backslash
7516 raisebox{2.3mm}{
7517 \end_layout
7518
7519 \end_inset
7520
7521
7522 \backslash
7523
7524 \family roman
7525 \series medium
7526 \shape up
7527 \size normal
7528 \emph off
7529 \bar no
7530 \strikeout off
7531 \uuline off
7532 \uwave off
7533 \noun off
7534 \color none
7535 overbracket
7536 \family default
7537 \series default
7538 \shape default
7539 \size default
7540 \emph default
7541 \bar default
7542 \strikeout default
7543 \uuline default
7544 \uwave default
7545 \noun default
7546 \color inherit
7547 [3pt]
7548 \backslash
7549 {A+B
7550 \begin_inset space \textvisiblespace{}
7551 \end_inset
7552
7553 ^3
7554 \begin_inset ERT
7555 status collapsed
7556
7557 \begin_layout Plain Layout
7558
7559 }
7560 \end_layout
7561
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7574 \end_inset
7575
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row>
7583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 \begin_inset ERT
7588 status collapsed
7589
7590 \begin_layout Plain Layout
7591
7592
7593 \backslash
7594 raisebox{-2.2mm}{
7595 \end_layout
7596
7597 \end_inset
7598
7599
7600 \backslash
7601 under
7602 \family roman
7603 \series medium
7604 \shape up
7605 \size normal
7606 \emph off
7607 \bar no
7608 \strikeout off
7609 \uuline off
7610 \uwave off
7611 \noun off
7612 \color none
7613 bracket
7614 \family default
7615 \series default
7616 \shape default
7617 \size default
7618 \emph default
7619 \bar default
7620 \strikeout default
7621 \uuline default
7622 \uwave default
7623 \noun default
7624 \color inherit
7625 [1pt]
7626 \backslash
7627 {A+B
7628 \begin_inset space \textvisiblespace{}
7629 \end_inset
7630
7631 _5
7632 \begin_inset ERT
7633 status collapsed
7634
7635 \begin_layout Plain Layout
7636
7637 }
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 </lyxtabular>
7661
7662 \end_inset
7663
7664
7665 \end_layout
7666
7667 \begin_layout Standard
7668 \begin_inset VSpace bigskip
7669 \end_inset
7670
7671 When brackets should overlap each other, multiline formulas, as described
7672  in 
7673 \begin_inset CommandInset ref
7674 LatexCommand ref
7675 reference "sec:Multiline-Formulas"
7676
7677 \end_inset
7678
7679 , must be used:
7680 \begin_inset Formula 
7681 \begin{eqnarray*}
7682 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7683  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7684 \end{eqnarray*}
7685
7686 \end_inset
7687
7688 In the first row the formula is inserted together with the first brace.
7689  It is hereby important that the space command
7690 \begin_inset Foot
7691 status collapsed
7692
7693 \begin_layout Plain Layout
7694 Space commands are explained in 
7695 \begin_inset CommandInset ref
7696 LatexCommand ref
7697 reference "sub:Predefined-Space"
7698
7699 \end_inset
7700
7701 .
7702 \end_layout
7703
7704 \end_inset
7705
7706  
7707 \series bold
7708
7709 \backslash
7710 :
7711 \series default
7712  is inserted before the first 
7713 \begin_inset Formula $d$
7714 \end_inset
7715
7716 , because the brace that ends behind the 
7717 \begin_inset Formula $q$
7718 \end_inset
7719
7720  prevents that the following 
7721 \begin_inset Quotes eld
7722 \end_inset
7723
7724 +
7725 \begin_inset Quotes erd
7726 \end_inset
7727
7728  is surrounded by space.
7729 \begin_inset Foot
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733 because a bracket is not handled as a character, see 
7734 \begin_inset CommandInset ref
7735 LatexCommand ref
7736 reference "sub:Binary-Operators"
7737
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744
7745  In the second row the second brace is inserted.
7746  As it should begin before the 
7747 \begin_inset Formula $b$
7748 \end_inset
7749
7750 , first the command 
7751 \series bold
7752
7753 \backslash
7754 hphantom{gggg+
7755 \backslash
7756 :}
7757 \series default
7758  is inserted.
7759 \begin_inset Foot
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763 more about 
7764 \series bold
7765
7766 \backslash
7767 hphantom
7768 \series default
7769  see 
7770 \begin_inset CommandInset ref
7771 LatexCommand ref
7772 reference "sub:Placeholders"
7773
7774 \end_inset
7775
7776
7777 \end_layout
7778
7779 \end_inset
7780
7781  This space is needed because the 
7782 \begin_inset Quotes eld
7783 \end_inset
7784
7785 +
7786 \begin_inset Quotes erd
7787 \end_inset
7788
7789  is also surrounded by space in the formula.
7790  The brace is placed under the command 
7791 \series bold
7792
7793 \backslash
7794 hphantom{bbqq+dddd}
7795 \series default
7796 .
7797 \end_layout
7798
7799 \begin_layout Standard
7800 It gets more complicated when brackets overlap each other above and under
7801  the formula, like in the following example:
7802 \begin_inset ERT
7803 status collapsed
7804
7805 \begin_layout Plain Layout
7806
7807
7808 \backslash
7809 setlength{
7810 \backslash
7811 jot}{-6pt}
7812 \end_layout
7813
7814 \end_inset
7815
7816
7817 \begin_inset Formula 
7818 \begin{eqnarray*}
7819  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7820 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7821 \end{eqnarray*}
7822
7823 \end_inset
7824
7825
7826 \begin_inset ERT
7827 status collapsed
7828
7829 \begin_layout Plain Layout
7830
7831
7832 \backslash
7833 setlength{
7834 \backslash
7835 jot}{3pt}
7836 \end_layout
7837
7838 \end_inset
7839
7840 The first formula row is the same as the second row of the previous example,
7841  with the difference that the brace is above.
7842  The second row contains the formula together with the second brace.
7843  To avoid that there is space between the upper brace in the first row and
7844  the formula, the row spacing needs to be reduced.
7845  This is not easily possible due to a bug in LyX.
7846 \begin_inset Foot
7847 status collapsed
7848
7849 \begin_layout Plain Layout
7850 \begin_inset CommandInset href
7851 LatexCommand href
7852 name "LyX-bug #1505"
7853 target "http://www.lyx.org/trac/ticket/1505"
7854
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \end_inset
7861
7862  As a solution for the problem, the global formula row separation 
7863 \series bold
7864
7865 \backslash
7866 jot
7867 \series default
7868
7869 \begin_inset Index idx
7870 status collapsed
7871
7872 \begin_layout Plain Layout
7873 Commands ! J ! 
7874 \backslash
7875 jot
7876 \end_layout
7877
7878 \end_inset
7879
7880  must be changed to -6
7881 \begin_inset space \thinspace{}
7882 \end_inset
7883
7884 pt before the formula with the command 
7885 \series bold
7886
7887 \backslash
7888 setlength{
7889 \backslash
7890 jot}{-6pt}
7891 \series default
7892  in TeX-mode.
7893  
7894 \series bold
7895
7896 \backslash
7897 jot
7898 \series default
7899  is set back after the formula to the standard value of 3
7900 \begin_inset space \thinspace{}
7901 \end_inset
7902
7903 pt using the same command.
7904  More about the row separation in formulas is explained in 
7905 \begin_inset CommandInset ref
7906 LatexCommand ref
7907 reference "sub:Line-Separation"
7908
7909 \end_inset
7910
7911 .
7912 \end_layout
7913
7914 \begin_layout Section
7915 Arrows
7916 \begin_inset Index idx
7917 status collapsed
7918
7919 \begin_layout Plain Layout
7920 Arrows
7921 \end_layout
7922
7923 \end_inset
7924
7925
7926 \end_layout
7927
7928 \begin_layout Standard
7929 Arrows can be inserted via the math toolbar button 
7930 \begin_inset Info
7931 type  "icon"
7932 arg   "math-insert \\leftarrow"
7933 \end_inset
7934
7935  or the commands listed in the following subsections.
7936 \end_layout
7937
7938 \begin_layout Subsection
7939 Horizontal Arrows
7940 \begin_inset Index idx
7941 status collapsed
7942
7943 \begin_layout Plain Layout
7944 Arrows ! horizontal
7945 \end_layout
7946
7947 \end_inset
7948
7949
7950 \end_layout
7951
7952 \begin_layout Standard
7953 \begin_inset space \hfill{}
7954 \end_inset
7955
7956
7957 \begin_inset Tabular
7958 <lyxtabular version="3" rows="8" columns="2">
7959 <features rotate="0" tabularvalignment="middle">
7960 <column alignment="center" valignment="top" width="0pt">
7961 <column alignment="center" valignment="top" width="0pt">
7962 <row>
7963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 Command
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 Result
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \backslash
7989 gets
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 \begin_inset Formula $\gets$
7999 \end_inset
8000
8001
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \backslash
8014 Leftarrow
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 \begin_inset Formula $\Leftarrow$
8024 \end_inset
8025
8026
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \backslash
8039 longleftarrow
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 \begin_inset Formula $\longleftarrow$
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \backslash
8064 Longleftarrow
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 \begin_inset Formula $\Longleftarrow$
8074 \end_inset
8075
8076
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row>
8083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \backslash
8089 leftharpoonup
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 \begin_inset Formula $\leftharpoonup$
8099 \end_inset
8100
8101
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \backslash
8114 leftharpoondown
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 \begin_inset Formula $\leftharpoondown$
8124 \end_inset
8125
8126
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \backslash
8139 hookleftarrow
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 \begin_inset Formula $\hookleftarrow$
8149 \end_inset
8150
8151
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 </lyxtabular>
8158
8159 \end_inset
8160
8161
8162 \begin_inset space \hfill{}
8163 \end_inset
8164
8165
8166 \begin_inset Tabular
8167 <lyxtabular version="3" rows="8" columns="2">
8168 <features rotate="0" tabularvalignment="middle">
8169 <column alignment="center" valignment="top" width="0pt">
8170 <column alignment="center" valignment="top" width="0pt">
8171 <row>
8172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 Command
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Result
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \backslash
8198 to
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 \begin_inset Formula $\to$
8208 \end_inset
8209
8210
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \backslash
8223 Rightarrow
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 \begin_inset Formula $\Rightarrow$
8233 \end_inset
8234
8235
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \backslash
8248 longrightarrow
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 \begin_inset Formula $\longrightarrow$
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \backslash
8273 Longrightarrow
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 \begin_inset Formula $\Longrightarrow$
8283 \end_inset
8284
8285
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \backslash
8298 rightharpoonup
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 \begin_inset Formula $\rightharpoonup$
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \backslash
8323 rightharpoondown
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 \begin_inset Formula $\rightharpoondown$
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346
8347 \backslash
8348 hookrightarrow
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 \begin_inset Formula $\hookrightarrow$
8358 \end_inset
8359
8360
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 </row>
8366 </lyxtabular>
8367
8368 \end_inset
8369
8370
8371 \begin_inset space \hfill{}
8372 \end_inset
8373
8374
8375 \end_layout
8376
8377 \begin_layout Standard
8378 \begin_inset space \hfill{}
8379 \end_inset
8380
8381
8382 \begin_inset Tabular
8383 <lyxtabular version="3" rows="6" columns="2">
8384 <features rotate="0" tabularvalignment="middle">
8385 <column alignment="center" valignment="top" width="0pt">
8386 <column alignment="center" valignment="top" width="0pt">
8387 <row>
8388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Command
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Result
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \backslash
8414 leftrightarrow
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 \begin_inset Formula $\leftrightarrow$
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \backslash
8439 Leftrightarrow
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 \begin_inset Formula $\Leftrightarrow$
8449 \end_inset
8450
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 longleftrightarrow
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\longleftrightarrow$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \backslash
8489 Longleftrightarrow
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 \begin_inset Formula $\Longleftrightarrow$
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 rightleftharpoons
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\rightleftharpoons$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 </lyxtabular>
8533
8534 \end_inset
8535
8536
8537 \begin_inset space \hspace{}
8538 \length 25pt
8539 \end_inset
8540
8541
8542 \begin_inset space \hfill{}
8543 \end_inset
8544
8545
8546 \begin_inset Tabular
8547 <lyxtabular version="3" rows="5" columns="2">
8548 <features rotate="0" tabularvalignment="middle">
8549 <column alignment="center" valignment="top" width="0pt">
8550 <column alignment="center" valignment="top" width="0pt">
8551 <row>
8552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Command
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 Result
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \backslash
8578 mapsto
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 \begin_inset Formula $\mapsto$
8588 \end_inset
8589
8590
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \backslash
8603 longmapsto
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 \begin_inset Formula $\longmapsto$
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \backslash
8628 leadsto
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 \begin_inset Formula $\leadsto$
8638 \end_inset
8639
8640
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \backslash
8653 dasharrow
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 \begin_inset Formula $\dasharrow$
8663 \end_inset
8664
8665
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 </lyxtabular>
8672
8673 \end_inset
8674
8675
8676 \begin_inset space \hfill{}
8677 \end_inset
8678
8679
8680 \end_layout
8681
8682 \begin_layout Standard
8683 \begin_inset VSpace medskip
8684 \end_inset
8685
8686 Arrows used as accents like e.
8687 \begin_inset space \thinspace{}
8688 \end_inset
8689
8690 g.
8691 \begin_inset space \space{}
8692 \end_inset
8693
8694 vector arrows are listed in 
8695 \begin_inset CommandInset ref
8696 LatexCommand ref
8697 reference "sec:Accents"
8698
8699 \end_inset
8700
8701 .
8702 \end_layout
8703
8704 \begin_layout Standard
8705 \begin_inset VSpace bigskip
8706 \end_inset
8707
8708 Furthermore there are the labeled arrows
8709 \begin_inset Index idx
8710 status collapsed
8711
8712 \begin_layout Plain Layout
8713 Arrows ! labeled
8714 \end_layout
8715
8716 \end_inset
8717
8718  
8719 \series bold
8720
8721 \backslash
8722 xleftarrow
8723 \series default
8724
8725 \begin_inset Index idx
8726 status collapsed
8727
8728 \begin_layout Plain Layout
8729 Commands ! X ! 
8730 \backslash
8731 xleftarrow
8732 \end_layout
8733
8734 \end_inset
8735
8736  and 
8737 \series bold
8738
8739 \backslash
8740 xrightarrow
8741 \series default
8742
8743 \begin_inset Index idx
8744 status collapsed
8745
8746 \begin_layout Plain Layout
8747 Commands ! X ! 
8748 \backslash
8749 xrightarrow
8750 \begin_inset ERT
8751 status collapsed
8752
8753 \begin_layout Plain Layout
8754
8755
8756 \backslash
8757 vspace{4mm}
8758 \end_layout
8759
8760 \end_inset
8761
8762
8763 \end_layout
8764
8765 \end_inset
8766
8767 .
8768  When inserting one of these commands in a formula, an arrow with two blue
8769  boxes appear where the label can be inserted.
8770  The length of the arrow adapts to the label width.
8771 \end_layout
8772
8773 \begin_layout Standard
8774 \align center
8775 \begin_inset Tabular
8776 <lyxtabular version="3" rows="3" columns="2">
8777 <features rotate="0" tabularvalignment="middle">
8778 <column alignment="center" valignment="top" width="0pt">
8779 <column alignment="center" valignment="top" width="0pt">
8780 <row>
8781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Command
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Result
8795 \begin_inset Note Note
8796 status collapsed
8797
8798 \begin_layout Plain Layout
8799
8800 \series bold
8801
8802 \backslash
8803 raisebox
8804 \series default
8805  is only used as spacer.
8806 \end_layout
8807
8808 \end_inset
8809
8810
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 F(a)
8822 \backslash
8823 xleftarrow
8824 \begin_inset space \textvisiblespace{}
8825 \end_inset
8826
8827 x=a
8828 \begin_inset Formula $\downarrow$
8829 \end_inset
8830
8831 x>0
8832 \begin_inset Formula $\to$
8833 \end_inset
8834
8835 F(x)
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8845 \end_inset
8846
8847
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row>
8854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 F(x)
8859 \backslash
8860 xrightarrow
8861 \begin_inset space \textvisiblespace{}
8862 \end_inset
8863
8864 x=a
8865 \begin_inset Formula $\downarrow$
8866 \end_inset
8867
8868 x>0
8869 \begin_inset Formula $\to$
8870 \end_inset
8871
8872 F(a)
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 </lyxtabular>
8891
8892 \end_inset
8893
8894
8895 \end_layout
8896
8897 \begin_layout Standard
8898 \begin_inset VSpace medskip
8899 \end_inset
8900
8901
8902 \end_layout
8903
8904 \begin_layout Standard
8905 If you set in the document settings under 
8906 \family sans
8907 Math
8908 \begin_inset space ~
8909 \end_inset
8910
8911 Options
8912 \family default
8913  for the package 
8914 \series bold
8915 mathtools
8916 \series default
8917
8918 \begin_inset Index idx
8919 status collapsed
8920
8921 \begin_layout Plain Layout
8922 Packages ! mathtools
8923 \end_layout
8924
8925 \end_inset
8926
8927  the option 
8928 \family sans
8929 Load
8930 \begin_inset space ~
8931 \end_inset
8932
8933 always
8934 \family default
8935 , you have access to the following labeled arrows:
8936 \end_layout
8937
8938 \begin_layout Standard
8939 \begin_inset Newpage newpage
8940 \end_inset
8941
8942
8943 \end_layout
8944
8945 \begin_layout Standard
8946 \align center
8947 \begin_inset space \hspace*{\fill}
8948 \end_inset
8949
8950
8951 \begin_inset Tabular
8952 <lyxtabular version="3" rows="7" columns="2">
8953 <features rotate="0" tabularvalignment="middle">
8954 <column alignment="center" valignment="top" width="0pt">
8955 <column alignment="center" valignment="top" width="0pt">
8956 <row>
8957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Command
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Example
8971 \begin_inset Note Note
8972 status collapsed
8973
8974 \begin_layout Plain Layout
8975
8976 \series bold
8977
8978 \backslash
8979 raisebox
8980 \series default
8981  is only used as spacer.
8982 \end_layout
8983
8984 \end_inset
8985
8986
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \family roman
8999 \series medium
9000 \shape up
9001 \size normal
9002 \emph off
9003 \bar no
9004 \strikeout off
9005 \uuline off
9006 \uwave off
9007 \noun off
9008 \color none
9009
9010 \backslash
9011 xleftrightarrow
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9021 \end_inset
9022
9023
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \family roman
9036 \series medium
9037 \shape up
9038 \size normal
9039 \emph off
9040 \bar no
9041 \strikeout off
9042 \uuline off
9043 \uwave off
9044 \noun off
9045 \color none
9046
9047 \backslash
9048 xLeftarrow
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9058 \end_inset
9059
9060
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \backslash
9073
9074 \family roman
9075 \series medium
9076 \shape up
9077 \size normal
9078 \emph off
9079 \bar no
9080 \strikeout off
9081 \uuline off
9082 \uwave off
9083 \noun off
9084 \color none
9085 xRightarrow
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9095 \end_inset
9096
9097
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 </row>
9103 <row>
9104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108
9109 \backslash
9110
9111 \family roman
9112 \series medium
9113 \shape up
9114 \size normal
9115 \emph off
9116 \bar no
9117 \strikeout off
9118 \uuline off
9119 \uwave off
9120 \noun off
9121 \color none
9122 xLeftrightarrow
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9132 \end_inset
9133
9134
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \family roman
9147 \series medium
9148 \shape up
9149 \size normal
9150 \emph off
9151 \bar no
9152 \strikeout off
9153 \uuline off
9154 \uwave off
9155 \noun off
9156 \color none
9157
9158 \backslash
9159 xhookleftarrow
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9169 \end_inset
9170
9171
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \family roman
9184 \series medium
9185 \shape up
9186 \size normal
9187 \emph off
9188 \bar no
9189 \strikeout off
9190 \uuline off
9191 \uwave off
9192 \noun off
9193 \color none
9194
9195 \backslash
9196 xhookrightarrow
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 </lyxtabular>
9215
9216 \end_inset
9217
9218
9219 \begin_inset space \hspace*{\fill}
9220 \end_inset
9221
9222
9223 \begin_inset Tabular
9224 <lyxtabular version="3" rows="7" columns="2">
9225 <features rotate="0" tabularvalignment="middle">
9226 <column alignment="center" valignment="top" width="0pt">
9227 <column alignment="center" valignment="top" width="0pt">
9228 <row>
9229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 Command
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 Example
9243 \begin_inset Note Note
9244 status collapsed
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249
9250 \backslash
9251 raisebox
9252 \series default
9253  is only used as spacer.
9254 \end_layout
9255
9256 \end_inset
9257
9258
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row>
9265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \backslash
9271
9272 \family roman
9273 \series medium
9274 \shape up
9275 \size normal
9276 \emph off
9277 \bar no
9278 \strikeout off
9279 \uuline off
9280 \uwave off
9281 \noun off
9282 \color none
9283 xleftharpoondown
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9293 \end_inset
9294
9295
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \backslash
9308
9309 \family roman
9310 \series medium
9311 \shape up
9312 \size normal
9313 \emph off
9314 \bar no
9315 \strikeout off
9316 \uuline off
9317 \uwave off
9318 \noun off
9319 \color none
9320 xleftharpoonup
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9330 \end_inset
9331
9332
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \backslash
9345
9346 \family roman
9347 \series medium
9348 \shape up
9349 \size normal
9350 \emph off
9351 \bar no
9352 \strikeout off
9353 \uuline off
9354 \uwave off
9355 \noun off
9356 \color none
9357 xrightharpoondown
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9367 \end_inset
9368
9369
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \backslash
9382
9383 \family roman
9384 \series medium
9385 \shape up
9386 \size normal
9387 \emph off
9388 \bar no
9389 \strikeout off
9390 \uuline off
9391 \uwave off
9392 \noun off
9393 \color none
9394 xrightharpoonup
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9404 \end_inset
9405
9406
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \backslash
9419
9420 \family roman
9421 \series medium
9422 \shape up
9423 \size normal
9424 \emph off
9425 \bar no
9426 \strikeout off
9427 \uuline off
9428 \uwave off
9429 \noun off
9430 \color none
9431 xleftrightharpoons
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \backslash
9456
9457 \family roman
9458 \series medium
9459 \shape up
9460 \size normal
9461 \emph off
9462 \bar no
9463 \strikeout off
9464 \uuline off
9465 \uwave off
9466 \noun off
9467 \color none
9468 xrightleftharpoons
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9478 \end_inset
9479
9480
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 </lyxtabular>
9487
9488 \end_inset
9489
9490
9491 \begin_inset space \hspace*{\fill}
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \begin_layout Standard
9498 The command scheme is for all these arrows:
9499 \end_layout
9500
9501 \begin_layout Standard
9502 \align center
9503 \begin_inset Tabular
9504 <lyxtabular version="3" rows="2" columns="2">
9505 <features rotate="0" tabularvalignment="middle">
9506 <column alignment="center" valignment="top" width="0pt">
9507 <column alignment="center" valignment="top" width="0pt">
9508 <row>
9509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 Command
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 Result
9523 \begin_inset Note Note
9524 status collapsed
9525
9526 \begin_layout Plain Layout
9527
9528 \series bold
9529
9530 \backslash
9531 raisebox
9532 \series default
9533  is only used as spacer.
9534 \end_layout
9535
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 F(a)
9550 \backslash
9551 xleftrightarrow[x=a]
9552 \backslash
9553 {x>0
9554 \begin_inset Formula $\to$
9555 \end_inset
9556
9557 F(x)
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 </lyxtabular>
9576
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \begin_layout Subsection
9583 Vertical and diagonal Arrows
9584 \begin_inset Index idx
9585 status collapsed
9586
9587 \begin_layout Plain Layout
9588 Arrows ! diagonal
9589 \end_layout
9590
9591 \end_inset
9592
9593
9594 \begin_inset Index idx
9595 status collapsed
9596
9597 \begin_layout Plain Layout
9598 Arrows ! vertical
9599 \end_layout
9600
9601 \end_inset
9602
9603
9604 \end_layout
9605
9606 \begin_layout Standard
9607 \begin_inset space \hfill{}
9608 \end_inset
9609
9610
9611 \begin_inset Tabular
9612 <lyxtabular version="3" rows="7" columns="2">
9613 <features rotate="0" tabularvalignment="middle">
9614 <column alignment="center" valignment="top" width="0pt">
9615 <column alignment="center" valignment="top" width="0pt">
9616 <row>
9617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 Command
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 Result
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 </row>
9636 <row>
9637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \backslash
9643 uparrow
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 \begin_inset Formula $\uparrow$
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 <row>
9662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \backslash
9668 Uparrow
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 \begin_inset Formula $\Uparrow$
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 </row>
9686 <row>
9687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691
9692 \backslash
9693 updownarrow
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 \begin_inset Formula $\updownarrow$
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row>
9712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716
9717 \backslash
9718 Updownarrow
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727 \begin_inset Formula $\Updownarrow$
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row>
9737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \backslash
9743 Downarrow
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 \begin_inset Formula $\Downarrow$
9753 \end_inset
9754
9755
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 </row>
9761 <row>
9762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \backslash
9768 downarrow
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777 \begin_inset Formula $\downarrow$
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 </lyxtabular>
9787
9788 \end_inset
9789
9790
9791 \begin_inset space \hfill{}
9792 \end_inset
9793
9794
9795 \begin_inset Tabular
9796 <lyxtabular version="3" rows="5" columns="2">
9797 <features rotate="0" tabularvalignment="middle">
9798 <column alignment="center" valignment="top" width="0pt">
9799 <column alignment="center" valignment="top" width="0pt">
9800 <row>
9801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 Command
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 Result
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \backslash
9827 nearrow
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Formula $\nearrow$
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \backslash
9852 searrow
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 \begin_inset Formula $\searrow$
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \backslash
9877 swarrow
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 \begin_inset Formula $\swarrow$
9887 \end_inset
9888
9889
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \backslash
9902 nwarrow
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 \begin_inset Formula $\nwarrow$
9912 \end_inset
9913
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 </lyxtabular>
9921
9922 \end_inset
9923
9924
9925 \begin_inset space \hfill{}
9926 \end_inset
9927
9928
9929 \end_layout
9930
9931 \begin_layout Standard
9932 \begin_inset VSpace medskip
9933 \end_inset
9934
9935 Vertical arrows can be used also as delimiters together with the commands
9936  described in 
9937 \begin_inset CommandInset ref
9938 LatexCommand ref
9939 reference "sub:Manual-Bracket-Size"
9940
9941 \end_inset
9942
9943  and 
9944 \begin_inset CommandInset ref
9945 LatexCommand ref
9946 reference "sub:Automatic-Bracket-Size"
9947
9948 \end_inset
9949
9950 .
9951 \end_layout
9952
9953 \begin_layout Section
9954 Accents
9955 \begin_inset CommandInset label
9956 LatexCommand label
9957 name "sec:Accents"
9958
9959 \end_inset
9960
9961
9962 \begin_inset Index idx
9963 status collapsed
9964
9965 \begin_layout Plain Layout
9966 Accents
9967 \end_layout
9968
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \begin_layout Standard
9975 Accents can be inserted via the math toolbar button 
9976 \begin_inset Info
9977 type  "icon"
9978 arg   "math-insert \\hat"
9979 \end_inset
9980
9981  or the commands listed in the following subsections.
9982 \end_layout
9983
9984 \begin_layout Subsection
9985 Accents for one Character
9986 \begin_inset ERT
9987 status collapsed
9988
9989 \begin_layout Plain Layout
9990
9991
9992 \backslash
9993 texorpdfstring{
9994 \end_layout
9995
9996 \end_inset
9997
9998
9999 \begin_inset Foot
10000 status collapsed
10001
10002 \begin_layout Plain Layout
10003 accents in text see 
10004 \begin_inset CommandInset ref
10005 LatexCommand ref
10006 reference "sub:Accents-in-Text"
10007
10008 \end_inset
10009
10010
10011 \end_layout
10012
10013 \end_inset
10014
10015
10016 \begin_inset ERT
10017 status collapsed
10018
10019 \begin_layout Plain Layout
10020
10021 }{}
10022 \end_layout
10023
10024 \end_inset
10025
10026
10027 \begin_inset Note Note
10028 status collapsed
10029
10030 \begin_layout Plain Layout
10031
10032 \series bold
10033
10034 \backslash
10035 texorpdfstring
10036 \series default
10037  is used to avoid that the footnote appears in the PDF-bookmark.
10038 \end_layout
10039
10040 \begin_layout Plain Layout
10041 More about 
10042 \series bold
10043
10044 \backslash
10045 texorpdfstring
10046 \series default
10047  is in section 
10048 \begin_inset CommandInset ref
10049 LatexCommand ref
10050 reference "sub:Formulas-in-Section"
10051
10052 \end_inset
10053
10054 .
10055 \end_layout
10056
10057 \end_inset
10058
10059
10060 \begin_inset CommandInset label
10061 LatexCommand label
10062 name "sub:Accents-for-one"
10063
10064 \end_inset
10065
10066
10067 \begin_inset Index idx
10068 status collapsed
10069
10070 \begin_layout Plain Layout
10071 Accents ! for one character
10072 \end_layout
10073
10074 \end_inset
10075
10076
10077 \end_layout
10078
10079 \begin_layout Standard
10080 \begin_inset space \hfill{}
10081 \end_inset
10082
10083
10084 \begin_inset Tabular
10085 <lyxtabular version="3" rows="8" columns="2">
10086 <features rotate="0" tabularvalignment="middle">
10087 <column alignment="center" valignment="top" width="0pt">
10088 <column alignment="center" valignment="top" width="0pt">
10089 <row>
10090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Command
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 Result
10104 \begin_inset Note Note
10105 status collapsed
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110
10111 \backslash
10112 raisebox
10113 \series default
10114  is only used as spacer.
10115 \end_layout
10116
10117 \end_inset
10118
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \backslash
10132 dot
10133 \begin_inset space \textvisiblespace{}
10134 \end_inset
10135
10136 A
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
10146 \end_inset
10147
10148
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row>
10155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \backslash
10161 ddot
10162 \begin_inset space \textvisiblespace{}
10163 \end_inset
10164
10165 A
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \backslash
10190 dddot
10191 \begin_inset space \textvisiblespace{}
10192 \end_inset
10193
10194 A
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10204 \end_inset
10205
10206
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row>
10213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \backslash
10219 ddddot
10220 \begin_inset space \textvisiblespace{}
10221 \end_inset
10222
10223 A
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10233 \end_inset
10234
10235
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \backslash
10248 vec
10249 \begin_inset space \textvisiblespace{}
10250 \end_inset
10251
10252 A
10253 \begin_inset Index idx
10254 status collapsed
10255
10256 \begin_layout Plain Layout
10257 Vectors
10258 \end_layout
10259
10260 \end_inset
10261
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \backslash
10287 bar
10288 \begin_inset space \textvisiblespace{}
10289 \end_inset
10290
10291 A
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10301 \end_inset
10302
10303
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \backslash
10316 mathring
10317 \begin_inset space \textvisiblespace{}
10318 \end_inset
10319
10320 A
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10330 \end_inset
10331
10332
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 </lyxtabular>
10339
10340 \end_inset
10341
10342
10343 \begin_inset space \hfill{}
10344 \end_inset
10345
10346
10347 \begin_inset Tabular
10348 <lyxtabular version="3" rows="7" columns="2">
10349 <features rotate="0" tabularvalignment="middle">
10350 <column alignment="center" valignment="top" width="0pt">
10351 <column alignment="center" valignment="top" width="0pt">
10352 <row>
10353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Command
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 Result
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \backslash
10379 tilde
10380 \begin_inset space \textvisiblespace{}
10381 \end_inset
10382
10383 A
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10393 \end_inset
10394
10395
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \backslash
10408 hat
10409 \begin_inset space \textvisiblespace{}
10410 \end_inset
10411
10412 A
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10422 \end_inset
10423
10424
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 </row>
10430 <row>
10431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435
10436 \backslash
10437 check
10438 \begin_inset space \textvisiblespace{}
10439 \end_inset
10440
10441 A
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10451 \end_inset
10452
10453
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \backslash
10466 acute
10467 \begin_inset space \textvisiblespace{}
10468 \end_inset
10469
10470 A
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10480 \end_inset
10481
10482
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row>
10489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493
10494 \backslash
10495 grave
10496 \begin_inset space \textvisiblespace{}
10497 \end_inset
10498
10499 A
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \backslash
10524 breve
10525 \begin_inset space \textvisiblespace{}
10526 \end_inset
10527
10528 A
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10538 \end_inset
10539
10540
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 </row>
10546 </lyxtabular>
10547
10548 \end_inset
10549
10550
10551 \begin_inset space \hfill{}
10552 \end_inset
10553
10554
10555 \end_layout
10556
10557 \begin_layout Standard
10558 \begin_inset VSpace bigskip
10559 \end_inset
10560
10561
10562 \end_layout
10563
10564 \begin_layout Standard
10565 You can directly insert accents like é to formulas.
10566  LyX will transform them to the corresponding accent command.
10567  For umlauts
10568 \begin_inset Index idx
10569 status collapsed
10570
10571 \begin_layout Plain Layout
10572 Umlauts
10573 \end_layout
10574
10575 \end_inset
10576
10577  it is better to insert a quotation mark before the vowel.
10578  These two characters are then treated by LaTeX as 
10579 \emph on
10580 one
10581 \emph default
10582  character when the formula part with the umlaut is marked as German.
10583  In contrary to 
10584 \series bold
10585
10586 \backslash
10587 ddot
10588 \series default
10589 , with this method 
10590 \begin_inset Quotes eld
10591 \end_inset
10592
10593 real
10594 \begin_inset Quotes erd
10595 \end_inset
10596
10597  umlauts are created as demonstrated in the following example:
10598 \end_layout
10599
10600 \begin_layout Standard
10601 \begin_inset VSpace -2mm
10602 \end_inset
10603
10604
10605 \end_layout
10606
10607 \begin_layout Standard
10608 \align center
10609 \begin_inset Tabular
10610 <lyxtabular version="3" rows="3" columns="2">
10611 <features rotate="0" tabularvalignment="middle">
10612 <column alignment="center" valignment="top">
10613 <column alignment="center" valignment="top">
10614 <row>
10615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 Command
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 Result
10629 \begin_inset Note Note
10630 status collapsed
10631
10632 \begin_layout Plain Layout
10633
10634 \series bold
10635
10636 \backslash
10637 raisebox
10638 \series default
10639  and the 0
10640 \begin_inset space \thinspace{}
10641 \end_inset
10642
10643 pt space are only used as spacer.
10644 \end_layout
10645
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \lang ngerman
10661 \begin_inset Quotes grd
10662 \end_inset
10663
10664 i
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 \begin_inset space \hspace{}
10674 \length 0pt
10675 \end_inset
10676
10677
10678 \lang ngerman
10679
10680 \begin_inset Formula $"i$
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \backslash
10696 ddot
10697 \begin_inset space \textvisiblespace{}
10698 \end_inset
10699
10700 i
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 </lyxtabular>
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Standard
10726 Another advantage to 
10727 \series bold
10728
10729 \backslash
10730 ddot
10731 \series default
10732  is that umlauts can directly be converted to mathematical text because
10733  the accent commands above are 
10734 \emph on
10735 not allowed
10736 \emph default
10737  
10738 \emph on
10739 in mathematical text
10740 \emph default
10741 .
10742  To convert an accented character to mathematical text, only the character
10743  under the accent may be converted.
10744  This applies also for all other conversions, e.
10745 \begin_inset space \thinspace{}
10746 \end_inset
10747
10748 g.
10749 \begin_inset space \space{}
10750 \end_inset
10751
10752 to italic or bold.
10753 \end_layout
10754
10755 \begin_layout Standard
10756 In mathematical text, umlauts and other accented characters can directly
10757  be inserted.
10758 \end_layout
10759
10760 \begin_layout Standard
10761 \begin_inset VSpace bigskip
10762 \end_inset
10763
10764
10765 \end_layout
10766
10767 \begin_layout Standard
10768 LyX also supports a tilde under the character if the LaTeX-package 
10769 \series bold
10770 undertilde
10771 \series default
10772
10773 \begin_inset Index idx
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777 Packages ! undertilde
10778 \end_layout
10779
10780 \end_inset
10781
10782  is installed on your system:
10783 \end_layout
10784
10785 \begin_layout Standard
10786 \begin_inset ERT
10787 status collapsed
10788
10789 \begin_layout Plain Layout
10790
10791
10792 \backslash
10793 ifundertilde 
10794 \end_layout
10795
10796 \end_inset
10797
10798
10799 \begin_inset Note Note
10800 status open
10801
10802 \begin_layout Plain Layout
10803 The following table will only be displayed when the LaTeX-package 
10804 \series bold
10805 undertilde
10806 \series default
10807  is installed.
10808 \end_layout
10809
10810 \end_inset
10811
10812
10813 \end_layout
10814
10815 \begin_layout Standard
10816 \noindent
10817 \align center
10818 \begin_inset Tabular
10819 <lyxtabular version="3" rows="2" columns="2">
10820 <features rotate="0" tabularvalignment="middle">
10821 <column alignment="center" valignment="top" width="0pt">
10822 <column alignment="center" valignment="top" width="0pt">
10823 <row>
10824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 Command
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 Result
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \backslash
10850 utilde
10851 \begin_inset space \textvisiblespace{}
10852 \end_inset
10853
10854 A
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 </row>
10872 </lyxtabular>
10873
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \begin_layout Standard
10880 \begin_inset ERT
10881 status collapsed
10882
10883 \begin_layout Plain Layout
10884
10885
10886 \backslash
10887 else 
10888 \end_layout
10889
10890 \end_inset
10891
10892
10893 \begin_inset Note Note
10894 status open
10895
10896 \begin_layout Plain Layout
10897 The following will be displayed when the LaTeX-package 
10898 \series bold
10899 undertilde
10900 \series default
10901  is not installed:
10902 \end_layout
10903
10904 \end_inset
10905
10906
10907 \end_layout
10908
10909 \begin_layout Standard
10910 You need to install the LaTeX-package 
10911 \series bold
10912 undertilde
10913 \series default
10914  to see the rest of this subsection in the output.
10915 \end_layout
10916
10917 \begin_layout Standard
10918 \begin_inset ERT
10919 status collapsed
10920
10921 \begin_layout Plain Layout
10922
10923
10924 \backslash
10925 fi 
10926 \end_layout
10927
10928 \end_inset
10929
10930
10931 \end_layout
10932
10933 \begin_layout Standard
10934 \begin_inset Newpage newpage
10935 \end_inset
10936
10937
10938 \end_layout
10939
10940 \begin_layout Subsection
10941 Accents for several Characters
10942 \begin_inset Index idx
10943 status collapsed
10944
10945 \begin_layout Plain Layout
10946 Accents ! for several characters
10947 \end_layout
10948
10949 \end_inset
10950
10951
10952 \end_layout
10953
10954 \begin_layout Standard
10955 \begin_inset space \hfill{}
10956 \end_inset
10957
10958
10959 \begin_inset Tabular
10960 <lyxtabular version="3" rows="5" columns="2">
10961 <features rotate="0" tabularvalignment="middle">
10962 <column alignment="center" valignment="top" width="0pt">
10963 <column alignment="center" valignment="top" width="0pt">
10964 <row>
10965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 Command
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 Result
10979 \begin_inset Note Note
10980 status collapsed
10981
10982 \begin_layout Plain Layout
10983
10984 \series bold
10985
10986 \backslash
10987 raisebox
10988 \series default
10989  is only used as spacer.
10990 \end_layout
10991
10992 \end_inset
10993
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 <row>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \backslash
11007 overleftarrow
11008 \begin_inset space \textvisiblespace{}
11009 \end_inset
11010
11011 A=B
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \backslash
11036 underleftarrow
11037 \begin_inset space \textvisiblespace{}
11038 \end_inset
11039
11040 A=B
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
11050 \end_inset
11051
11052
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row>
11059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \backslash
11065 overleftrightarrow
11066 \begin_inset space \textvisiblespace{}
11067 \end_inset
11068
11069 A=B
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
11079 \end_inset
11080
11081
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row>
11088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \backslash
11094 underleftrightarrow
11095 \begin_inset space \textvisiblespace{}
11096 \end_inset
11097
11098 A=B
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
11108 \end_inset
11109
11110
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 </lyxtabular>
11117
11118 \end_inset
11119
11120
11121 \begin_inset space \hfill{}
11122 \end_inset
11123
11124
11125 \begin_inset Tabular
11126 <lyxtabular version="3" rows="5" columns="2">
11127 <features rotate="0" tabularvalignment="middle">
11128 <column alignment="center" valignment="top" width="0pt">
11129 <column alignment="center" valignment="top" width="0pt">
11130 <row>
11131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Command
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 Result
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155
11156 \backslash
11157 overrightarrow
11158 \begin_inset space \textvisiblespace{}
11159 \end_inset
11160
11161 A=B
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 <row>
11180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184
11185 \backslash
11186 underrightarrow
11187 \begin_inset space \textvisiblespace{}
11188 \end_inset
11189
11190 A=B
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11200 \end_inset
11201
11202
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 </row>
11208 <row>
11209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \backslash
11215 widetilde
11216 \begin_inset space \textvisiblespace{}
11217 \end_inset
11218
11219 A=B
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11229 \end_inset
11230
11231
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 <row>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \backslash
11244 widehat
11245 \begin_inset space \textvisiblespace{}
11246 \end_inset
11247
11248 A=B
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11258 \end_inset
11259
11260
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 </row>
11266 </lyxtabular>
11267
11268 \end_inset
11269
11270
11271 \begin_inset space \hfill{}
11272 \end_inset
11273
11274
11275 \end_layout
11276
11277 \begin_layout Standard
11278 \begin_inset VSpace medskip
11279 \end_inset
11280
11281 With these commands as many characters as you like can be accented.
11282  But the accents 
11283 \series bold
11284
11285 \backslash
11286 widetilde
11287 \series default
11288  and 
11289 \series bold
11290
11291 \backslash
11292 widehat
11293 \series default
11294  will only be set in the output with a length of three characters, as shown
11295  in the following example:
11296 \begin_inset Formula 
11297 \[
11298 \widetilde{A+B=C-D}
11299 \]
11300
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \begin_layout Standard
11307 With the commands 
11308 \series bold
11309
11310 \backslash
11311 overset
11312 \series default
11313
11314 \begin_inset Index idx
11315 status collapsed
11316
11317 \begin_layout Plain Layout
11318 Commands ! O ! 
11319 \backslash
11320 overset
11321 \end_layout
11322
11323 \end_inset
11324
11325  and 
11326 \series bold
11327
11328 \backslash
11329 underset
11330 \series default
11331
11332 \begin_inset Index idx
11333 status collapsed
11334
11335 \begin_layout Plain Layout
11336 Commands ! U ! 
11337 \backslash
11338 underset
11339 \end_layout
11340
11341 \end_inset
11342
11343  described in the previous subsection it is also possible to accent several
11344  characters.
11345  The command 
11346 \series bold
11347
11348 \backslash
11349 underset
11350 \begin_inset space \textvisiblespace{}
11351 \end_inset
11352
11353 A=B
11354 \begin_inset Formula $\downarrow$
11355 \end_inset
11356
11357 ***
11358 \series default
11359  creates:
11360 \begin_inset Formula 
11361 \[
11362 \underset{***}{A=B}
11363 \]
11364
11365 \end_inset
11366
11367
11368 \end_layout
11369
11370 \begin_layout Section
11371 Space
11372 \begin_inset CommandInset label
11373 LatexCommand label
11374 name "sub:Space"
11375
11376 \end_inset
11377
11378
11379 \begin_inset Index idx
11380 status collapsed
11381
11382 \begin_layout Plain Layout
11383 Space ! horizontal
11384 \end_layout
11385
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \begin_layout Subsection
11392 Predefined Space
11393 \begin_inset CommandInset label
11394 LatexCommand label
11395 name "sub:Predefined-Space"
11396
11397 \end_inset
11398
11399
11400 \begin_inset Index idx
11401 status collapsed
11402
11403 \begin_layout Plain Layout
11404 Space ! horizontal ! predefined
11405 \end_layout
11406
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \begin_layout Standard
11413 Sometimes it is necessary to insert horizontal space into a formula.
11414  This is done by inserting a protected space (shortcut 
11415 \begin_inset Info
11416 type  "shortcut"
11417 arg   "command-alternatives space-insert protected ; math-space"
11418 \end_inset
11419
11420 ).
11421  A 
11422 \begin_inset Quotes eld
11423 \end_inset
11424
11425
11426 \color blue
11427
11428 \begin_inset space \textvisiblespace{}
11429 \end_inset
11430
11431
11432 \color inherit
11433
11434 \begin_inset Quotes erd
11435 \end_inset
11436
11437  appears and by pressing 
11438 \family sans
11439 Space
11440 \family default
11441  several times one can select one of eight different space sizes.
11442  The spaces can also be inserted using the math toolbar button 
11443 \begin_inset Info
11444 type  "icon"
11445 arg   "math-insert \\space"
11446 \end_inset
11447
11448  or special commands.
11449  Independent from the inserted command, one can select the size again by
11450  pressing 
11451 \family sans
11452 Space
11453 \family default
11454  afterwards.
11455 \end_layout
11456
11457 \begin_layout Standard
11458 \noindent
11459 \align center
11460 \begin_inset Tabular
11461 <lyxtabular version="3" rows="6" columns="3">
11462 <features rotate="0" tabularvalignment="middle">
11463 <column alignment="center" valignment="top">
11464 <column alignment="center" valignment="top" width="15col%">
11465 <column alignment="center" valignment="top">
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 Command
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 Number of 
11481 \family sans
11482 Space
11483 \family default
11484  keystrokes
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 Result
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 </row>
11499 <row>
11500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504
11505 \backslash
11506 ,
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 0
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 \begin_inset Formula $A\, B$
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 <row>
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538
11539 \backslash
11540 :
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 1
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" 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 <row>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572
11573 \backslash
11574 ;
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 2
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 \begin_inset Formula $A\; B$
11593 \end_inset
11594
11595
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606
11607 \backslash
11608 quad
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 3
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 \begin_inset Formula $A\quad B$
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 <row>
11636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640
11641 \backslash
11642 qquad
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 4
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 \begin_inset Formula $A\qquad B$
11661 \end_inset
11662
11663
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 </row>
11669 </lyxtabular>
11670
11671 \end_inset
11672
11673
11674 \begin_inset space \hfill{}
11675 \end_inset
11676
11677
11678 \begin_inset Tabular
11679 <lyxtabular version="3" rows="6" columns="3">
11680 <features rotate="0" tabularvalignment="middle">
11681 <column alignment="center" valignment="top">
11682 <column alignment="center" valignment="top" width="15col%">
11683 <column alignment="center" valignment="top">
11684 <row>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 Command
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 Number of 
11699 \family sans
11700 Space
11701 \family default
11702  keystrokes
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 Result
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 </row>
11717 <row>
11718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722
11723 \backslash
11724 hfill
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 5
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 \begin_inset Formula $A\hfill B$
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756
11757 \backslash
11758 hspace*{1em}
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 6
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 \begin_inset Formula $A\hspace*{1em}B$
11777 \end_inset
11778
11779
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 </row>
11785 <row>
11786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790
11791 \backslash
11792 hspace{1em}
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 7
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 \begin_inset Formula $A\hspace{1em}B$
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 </row>
11819 <row>
11820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824
11825 \backslash
11826
11827 \begin_inset space \textvisiblespace{}
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 8
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 \begin_inset Formula $A\ B$
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 </row>
11857 <row>
11858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862
11863 \backslash
11864 !
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 9
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 \begin_inset Formula $A\! B$
11883 \end_inset
11884
11885
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 </row>
11891 </lyxtabular>
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \begin_layout Standard
11899 Space
11900 \begin_inset space ~
11901 \end_inset
11902
11903 5
11904 \begin_inset space \thinspace{}
11905 \end_inset
11906
11907 --
11908 \begin_inset space \thinspace{}
11909 \end_inset
11910
11911 7 are variable spaces which are explained in 
11912 \begin_inset CommandInset ref
11913 LatexCommand ref
11914 reference "sub:Variable-Space"
11915
11916 \end_inset
11917
11918 .
11919  Space
11920 \begin_inset space ~
11921 \end_inset
11922
11923 9 seems to produce no space.
11924  It is displayed red in LyX contrary to the other sizes, because it is a
11925  negative space.
11926  There are two more negative spaces:
11927 \end_layout
11928
11929 \begin_layout Standard
11930 \align center
11931 \begin_inset Tabular
11932 <lyxtabular version="3" rows="3" columns="3">
11933 <features rotate="0" tabularvalignment="middle">
11934 <column alignment="center" valignment="middle" width="6.8cm">
11935 <column alignment="center" valignment="top" width="0pt">
11936 <column alignment="center" valignment="top" width="0pt">
11937 <row>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 Command
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951
11952 \backslash
11953 negmedspace
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962
11963 \backslash
11964 negthickspace
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 <row>
11971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 Number of 
11976 \family sans
11977 Space
11978 \family default
11979  keystrokes after inserting the protected space
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988 10
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 11
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 </row>
12003 <row>
12004 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12005 \begin_inset Text
12006
12007 \begin_layout Plain Layout
12008 Result
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017 \begin_inset Formula $A\negmedspace B$
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 \begin_inset Formula $A\negthickspace B$
12030 \end_inset
12031
12032
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 </row>
12038 </lyxtabular>
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \begin_layout Standard
12046 Negative spaces can lead to characters overlapping each other.
12047  Thus they can be used to enforce ligatures, which are e.
12048 \begin_inset space \thinspace{}
12049 \end_inset
12050
12051 g.
12052 \begin_inset space \space{}
12053 \end_inset
12054
12055 useful for summation operators:
12056 \end_layout
12057
12058 \begin_layout Standard
12059 \align center
12060 \begin_inset Tabular
12061 <lyxtabular version="3" rows="3" columns="2">
12062 <features rotate="0" tabularvalignment="middle">
12063 <column alignment="center" valignment="top">
12064 <column alignment="center" valignment="top">
12065 <row>
12066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12067 \begin_inset Text
12068
12069 \begin_layout Plain Layout
12070 Command
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 Result
12080 \begin_inset Note Note
12081 status collapsed
12082
12083 \begin_layout Plain Layout
12084
12085 \series bold
12086
12087 \backslash
12088 raisebox
12089 \series default
12090  is only used as spacer.
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 </row>
12101 <row>
12102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106
12107 \backslash
12108 sum
12109 \backslash
12110 sum
12111 \begin_inset space \textvisiblespace{}
12112 \end_inset
12113
12114 f_kl
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 </row>
12132 <row>
12133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137
12138 \backslash
12139 sum
12140 \backslash
12141 negmedspace
12142 \backslash
12143 sum
12144 \begin_inset space \textvisiblespace{}
12145 \end_inset
12146
12147 f_kl
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 </lyxtabular>
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \begin_layout Standard
12173 \noindent
12174 \begin_inset VSpace medskip
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Standard
12181 \noindent
12182 Relations like for example equal signs, are always surrounded by space.
12183  To suppress this, the equal sign is placed into a TeX-brace.
12184  The following example demonstrates this:
12185 \end_layout
12186
12187 \begin_layout Standard
12188 \align center
12189 \begin_inset Tabular
12190 <lyxtabular version="3" rows="2" columns="2">
12191 <features rotate="0" tabularvalignment="middle">
12192 <column alignment="center" valignment="top" width="0pt">
12193 <column alignment="center" valignment="top" width="0pt">
12194 <row>
12195 <cell alignment="center" valignment="top" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 normal equation
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 \begin_inset Formula $A=B$
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 </row>
12217 <row>
12218 <cell alignment="center" valignment="top" usebox="none">
12219 \begin_inset Text
12220
12221 \begin_layout Plain Layout
12222 \begin_inset Note Note
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227 \series bold
12228
12229 \backslash
12230 raisebox
12231 \series default
12232  is only used as spacer.
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \begin_inset Formula $\raisebox{5mm}{}$
12239 \end_inset
12240
12241 equation without space
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250 \begin_inset Formula $A{=}B$
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 </row>
12259 </lyxtabular>
12260
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \begin_layout Standard
12267 \noindent
12268 The command for the last formula is: 
12269 \series bold
12270 A
12271 \backslash
12272 {=
12273 \begin_inset Formula $\to$
12274 \end_inset
12275
12276 B
12277 \end_layout
12278
12279 \begin_layout Standard
12280 \begin_inset VSpace bigskip
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287 Spaces are needed for physical units, because the space between the value
12288  and the unit is the smallest one and not a normal space.
12289  For units in text, the smallest space is inserted via the menu 
12290 \family sans
12291 Insert\SpecialChar \menuseparator
12292 Formatting\SpecialChar \menuseparator
12293 Thin
12294 \begin_inset space ~
12295 \end_inset
12296
12297 Space
12298 \family default
12299  (shortcut 
12300 \begin_inset Info
12301 type  "shortcut"
12302 arg   "space-insert thin"
12303 \end_inset
12304
12305 ).
12306 \end_layout
12307
12308 \begin_layout Standard
12309 An example to visualize the difference:
12310 \end_layout
12311
12312 \begin_layout Standard
12313 \begin_inset Tabular
12314 <lyxtabular version="3" rows="2" columns="2">
12315 <features rotate="0" tabularvalignment="middle">
12316 <column alignment="left" valignment="top">
12317 <column alignment="left" valignment="top">
12318 <row>
12319 <cell alignment="center" valignment="top" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 24 kW
12324 \begin_inset Formula $\cdot$
12325 \end_inset
12326
12327 h
12328 \end_layout
12329
12330 \end_inset
12331 </cell>
12332 <cell alignment="center" valignment="top" usebox="none">
12333 \begin_inset Text
12334
12335 \begin_layout Plain Layout
12336 space between value and unit
12337 \end_layout
12338
12339 \end_inset
12340 </cell>
12341 </row>
12342 <row>
12343 <cell alignment="center" valignment="top" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Plain Layout
12347 24
12348 \begin_inset space \thinspace{}
12349 \end_inset
12350
12351 kW
12352 \begin_inset Formula $\cdot$
12353 \end_inset
12354
12355 h
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 <cell alignment="center" valignment="top" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Plain Layout
12364 smallest space between value and unit
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 </row>
12370 </lyxtabular>
12371
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Subsection
12378 Variable Space
12379 \begin_inset ERT
12380 status collapsed
12381
12382 \begin_layout Plain Layout
12383
12384
12385 \backslash
12386 texorpdfstring{
12387 \end_layout
12388
12389 \end_inset
12390
12391
12392 \begin_inset Foot
12393 status collapsed
12394
12395 \begin_layout Plain Layout
12396 for vertical space in formulas see 
12397 \begin_inset CommandInset ref
12398 LatexCommand ref
12399 reference "sub:Line-Separation"
12400
12401 \end_inset
12402
12403
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \begin_inset ERT
12410 status collapsed
12411
12412 \begin_layout Plain Layout
12413
12414 }{}
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \begin_inset Note Note
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424
12425 \backslash
12426 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12427 \end_layout
12428
12429 \begin_layout Plain Layout
12430 More about 
12431 \backslash
12432 texorpdfstring is in section 
12433 \begin_inset CommandInset ref
12434 LatexCommand ref
12435 reference "sub:Formulas-in-Section"
12436
12437 \end_inset
12438
12439 .
12440 \end_layout
12441
12442 \end_inset
12443
12444
12445 \begin_inset CommandInset label
12446 LatexCommand label
12447 name "sub:Variable-Space"
12448
12449 \end_inset
12450
12451
12452 \begin_inset Index idx
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456 Space ! horizontal ! variable
12457 \end_layout
12458
12459 \end_inset
12460
12461
12462 \end_layout
12463
12464 \begin_layout Standard
12465 Space with a defined length can be inserted with the command 
12466 \series bold
12467
12468 \backslash
12469 hspace
12470 \series default
12471
12472 \begin_inset Index idx
12473 status collapsed
12474
12475 \begin_layout Plain Layout
12476 Commands ! H ! 
12477 \backslash
12478 hspace
12479 \end_layout
12480
12481 \end_inset
12482
12483 .
12484  Then a long 
12485 \begin_inset Quotes eld
12486 \end_inset
12487
12488
12489 \color blue
12490
12491 \begin_inset space \textvisiblespace{}
12492 \end_inset
12493
12494
12495 \color inherit
12496
12497 \begin_inset Quotes erd
12498 \end_inset
12499
12500  appears.
12501  The length can be specified by left-clicking on the 
12502 \begin_inset Quotes eld
12503 \end_inset
12504
12505
12506 \color blue
12507
12508 \begin_inset space \textvisiblespace{}
12509 \end_inset
12510
12511
12512 \color inherit
12513
12514 \begin_inset Quotes erd
12515 \end_inset
12516
12517 .
12518  The length may also be negative.
12519  When a space would be the first character in a line it would be omitted.
12520  To force its output use the command 
12521 \series bold
12522
12523 \backslash
12524 hspace*
12525 \series default
12526  instead of 
12527 \series bold
12528
12529 \backslash
12530 hspace
12531 \series default
12532  or left-click on the 
12533 \begin_inset Quotes eld
12534 \end_inset
12535
12536
12537 \color blue
12538
12539 \begin_inset space \textvisiblespace{}
12540 \end_inset
12541
12542
12543 \color inherit
12544
12545 \begin_inset Quotes erd
12546 \end_inset
12547
12548  and check the option 
12549 \family sans
12550 Protect
12551 \family default
12552 .
12553 \begin_inset Newline newline
12554 \end_inset
12555
12556 To insert as much space as is available, the command 
12557 \series bold
12558
12559 \backslash
12560 hfill
12561 \series default
12562
12563 \begin_inset Index idx
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567 Commands ! H ! 
12568 \backslash
12569 hfill
12570 \end_layout
12571
12572 \end_inset
12573
12574  is used.
12575 \end_layout
12576
12577 \begin_layout Standard
12578 \begin_inset VSpace -1mm
12579 \end_inset
12580
12581
12582 \end_layout
12583
12584 \begin_layout Standard
12585 \align center
12586 \begin_inset Tabular
12587 <lyxtabular version="3" rows="4" columns="2">
12588 <features rotate="0" tabularvalignment="middle">
12589 <column alignment="center" valignment="top">
12590 <column alignment="center" valignment="top">
12591 <row>
12592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 Command (
12597 \backslash
12598 hspace length)
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 Result
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 A=B
12619 \backslash
12620 hspace
12621 \begin_inset space \textvisiblespace{}
12622 \end_inset
12623
12624 A
12625 \backslash
12626 not=C (3
12627 \begin_inset space \thinspace{}
12628 \end_inset
12629
12630 cm)
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12640 \end_inset
12641
12642
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 A
12654 \backslash
12655 hspace
12656 \begin_inset space \textvisiblespace{}
12657 \end_inset
12658
12659 A
12660 \backslash
12661 not=A (-1
12662 \begin_inset space \thinspace{}
12663 \end_inset
12664
12665 mm)
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12675 \end_inset
12676
12677
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row>
12684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 A=A
12689 \backslash
12690 hfill
12691 \begin_inset space \textvisiblespace{}
12692 \end_inset
12693
12694 B=B
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 \begin_inset Formula $A=A\hfill B=B$
12704 \end_inset
12705
12706
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 </lyxtabular>
12713
12714 \end_inset
12715
12716
12717 \end_layout
12718
12719 \begin_layout Standard
12720 In the last example the available space is given by the longest column entry
12721  of the table.
12722  In an inline formula the space depends on the length of the line in which
12723  
12724 \series bold
12725
12726 \backslash
12727 hfill
12728 \series default
12729  is inserted.
12730  Thus, when the line uses the full width, no space will be created.
12731  
12732 \series bold
12733
12734 \backslash
12735 hfill
12736 \series default
12737  only has an effect on displayed formulas when the formula style 
12738 \series bold
12739 Indented
12740 \series default
12741  is used.
12742  (Formula styles are explained in 
12743 \begin_inset CommandInset ref
12744 LatexCommand ref
12745 reference "sec:Formula-Styles"
12746
12747 \end_inset
12748
12749 .)
12750 \end_layout
12751
12752 \begin_layout Standard
12753 Besides 
12754 \series bold
12755
12756 \backslash
12757 hfill
12758 \series default
12759 , there are the commands 
12760 \series bold
12761
12762 \backslash
12763 dotfill
12764 \series default
12765  and 
12766 \series bold
12767
12768 \backslash
12769 hrulefill
12770 \series default
12771  that fill the space with a pattern, see 
12772 \begin_inset CommandInset ref
12773 LatexCommand ref
12774 reference "sub:Ellipses"
12775
12776 \end_inset
12777
12778  for an example.
12779 \end_layout
12780
12781 \begin_layout Standard
12782 For text, variable space can be inserted via the menu 
12783 \family sans
12784 Insert\SpecialChar \menuseparator
12785 Formatting\SpecialChar \menuseparator
12786 Horizontal
12787 \begin_inset space ~
12788 \end_inset
12789
12790 Space
12791 \family default
12792 :
12793 \end_layout
12794
12795 \begin_layout Standard
12796 This is a line with
12797 \begin_inset space \hspace{}
12798 \length 2cm
12799 \end_inset
12800
12801 2
12802 \begin_inset space \thinspace{}
12803 \end_inset
12804
12805 cm space.
12806 \end_layout
12807
12808 \begin_layout Standard
12809 This is a line with
12810 \begin_inset space \hfill{}
12811 \end_inset
12812
12813 maximum space.
12814 \end_layout
12815
12816 \begin_layout Subsection
12817 Space besides inline Formulas
12818 \begin_inset Index idx
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822 Space ! besides inline formulas
12823 \end_layout
12824
12825 \end_inset
12826
12827
12828 \end_layout
12829
12830 \begin_layout Standard
12831 The space that surrounds inline formulas can be adjusted with the length
12832  
12833 \series bold
12834
12835 \backslash
12836 mathsurround
12837 \series default
12838
12839 \begin_inset Index idx
12840 status collapsed
12841
12842 \begin_layout Plain Layout
12843 Commands ! M ! 
12844 \backslash
12845 mathsurround
12846 \end_layout
12847
12848 \end_inset
12849
12850 .
12851  The value of a length is set with the command 
12852 \series bold
12853
12854 \backslash
12855 setlength
12856 \series default
12857
12858 \begin_inset Index idx
12859 status collapsed
12860
12861 \begin_layout Plain Layout
12862 Commands ! S ! 
12863 \backslash
12864 setlength
12865 \end_layout
12866
12867 \end_inset
12868
12869  which has the following scheme:
12870 \end_layout
12871
12872 \begin_layout Standard
12873
12874 \series bold
12875
12876 \backslash
12877 setlength{length name}{value}
12878 \end_layout
12879
12880 \begin_layout Standard
12881 To set 
12882 \series bold
12883
12884 \backslash
12885 mathsurround
12886 \series default
12887  to the value 5
12888 \begin_inset space \thinspace{}
12889 \end_inset
12890
12891 mm, the command
12892 \end_layout
12893
12894 \begin_layout Standard
12895
12896 \series bold
12897
12898 \backslash
12899 setlength{
12900 \backslash
12901 mathsurround}{5mm}
12902 \end_layout
12903
12904 \begin_layout Standard
12905 is inserted in TeX-mode.
12906  5
12907 \begin_inset space \thinspace{}
12908 \end_inset
12909
12910 mm space will now be set around all inline formulas:
12911 \begin_inset ERT
12912 status collapsed
12913
12914 \begin_layout Plain Layout
12915
12916
12917 \backslash
12918 setlength{
12919 \backslash
12920 mathsurround}{5mm}
12921 \end_layout
12922
12923 \end_inset
12924
12925
12926 \end_layout
12927
12928 \begin_layout Standard
12929 This is a line with an inline formula 
12930 \begin_inset Formula $A=B$
12931 \end_inset
12932
12933  with 5
12934 \begin_inset space \thinspace{}
12935 \end_inset
12936
12937 mm surrounding space.
12938 \begin_inset ERT
12939 status collapsed
12940
12941 \begin_layout Plain Layout
12942
12943
12944 \backslash
12945 setlength{
12946 \backslash
12947 mathsurround}{0pt}
12948 \end_layout
12949
12950 \end_inset
12951
12952
12953 \end_layout
12954
12955 \begin_layout Standard
12956 To return to the predefined value, 
12957 \series bold
12958
12959 \backslash
12960 mathsurround
12961 \series default
12962  is set to the value 0
12963 \begin_inset space \thinspace{}
12964 \end_inset
12965
12966 pt.
12967 \end_layout
12968
12969 \begin_layout Section
12970 Boxes and Frames
12971 \begin_inset Index idx
12972 status collapsed
12973
12974 \begin_layout Plain Layout
12975 Boxes
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \begin_inset Index idx
12982 status collapsed
12983
12984 \begin_layout Plain Layout
12985 Frames | see
12986 \begin_inset ERT
12987 status collapsed
12988
12989 \begin_layout Plain Layout
12990
12991 {
12992 \end_layout
12993
12994 \end_inset
12995
12996 Boxes
12997 \begin_inset ERT
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001
13002 }
13003 \end_layout
13004
13005 \end_inset
13006
13007
13008 \end_layout
13009
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \begin_layout Standard
13016 Boxes for text are described in chapter 
13017 \family typewriter
13018 Boxes
13019 \family default
13020  in the 
13021 \family typewriter
13022 Embedded
13023 \begin_inset space ~
13024 \end_inset
13025
13026 Objects
13027 \family default
13028  manual.
13029 \end_layout
13030
13031 \begin_layout Subsection
13032 Boxes with Frame
13033 \begin_inset CommandInset label
13034 LatexCommand label
13035 name "sub:Boxes-with-Frame"
13036
13037 \end_inset
13038
13039
13040 \begin_inset Index idx
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044 Boxes ! with frame
13045 \end_layout
13046
13047 \end_inset
13048
13049
13050 \end_layout
13051
13052 \begin_layout Standard
13053 It is possible to frame a formula or part of one with the commands 
13054 \series bold
13055
13056 \backslash
13057 fbox
13058 \series default
13059
13060 \begin_inset Index idx
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064 Commands ! F ! 
13065 \backslash
13066 fbox
13067 \end_layout
13068
13069 \end_inset
13070
13071  and 
13072 \series bold
13073
13074 \backslash
13075 boxed
13076 \series default
13077
13078 \begin_inset Index idx
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082 Commands ! B ! 
13083 \backslash
13084 boxed
13085 \end_layout
13086
13087 \end_inset
13088
13089 .
13090 \end_layout
13091
13092 \begin_layout Standard
13093 When one of these commands is inserted in a formula, a blue box appears
13094  within a frame to enter formula parts.
13095  For 
13096 \series bold
13097
13098 \backslash
13099 fbox
13100 \series default
13101  an additional formula has to be created by 
13102 \family sans
13103 Ctrl+M
13104 \family default
13105  within this box, because the box content will otherwise be treated as mathemati
13106 cal text.
13107  When 
13108 \series bold
13109
13110 \backslash
13111 boxed
13112 \series default
13113  is used, a new formula is automatically created inside the frame.
13114 \end_layout
13115
13116 \begin_layout Standard
13117 The command 
13118 \series bold
13119
13120 \backslash
13121 fbox
13122 \series default
13123  is not suitable to frame displayed formulas because the formula will always
13124  be set in the size of the text.
13125  
13126 \series bold
13127
13128 \backslash
13129 boxed
13130 \series default
13131  is in contrary not suitable to frame inline formulas, because the formula
13132  will always be set in the size of a displayed formula.
13133 \end_layout
13134
13135 \begin_layout Standard
13136 An extension to 
13137 \series bold
13138
13139 \backslash
13140 fbox
13141 \series default
13142  is the command 
13143 \series bold
13144
13145 \backslash
13146 framebox
13147 \series default
13148
13149 \begin_inset Index idx
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153 Commands ! F ! 
13154 \backslash
13155 framebox
13156 \end_layout
13157
13158 \end_inset
13159
13160  where additionally the frame width and the alignment can be specified.
13161  
13162 \series bold
13163
13164 \backslash
13165 framebox
13166 \series default
13167  is used in the following scheme:
13168 \end_layout
13169
13170 \begin_layout Standard
13171
13172 \series bold
13173
13174 \backslash
13175 framebox[frame width][position]{box content}
13176 \end_layout
13177
13178 \begin_layout Standard
13179 The position can either be 
13180 \emph on
13181 l
13182 \emph default
13183  or 
13184 \emph on
13185 r
13186 \emph default
13187 .
13188  
13189 \emph on
13190 l
13191 \emph default
13192  left aligns, 
13193 \emph on
13194 r
13195 \emph default
13196  right aligns the formula in the box.
13197  When no position is given, the formula will be centered.
13198 \begin_inset Newline newline
13199 \end_inset
13200
13201 If no width is given, also no position can be given.
13202  In this case the frame width is adjusted to the box content like for 
13203 \series bold
13204
13205 \backslash
13206 fbox
13207 \series default
13208 .
13209 \end_layout
13210
13211 \begin_layout Standard
13212 When the command 
13213 \series bold
13214
13215 \backslash
13216 framebox
13217 \series default
13218  is inserted, a box appears containing three blue boxes.
13219  The first two boxes are surrounded by brackets and denote the two optional
13220  arguments.
13221  The third box is for formula parts like for 
13222 \series bold
13223
13224 \backslash
13225 fbox
13226 \series default
13227 .
13228 \end_layout
13229
13230 \begin_layout Standard
13231 \align center
13232 \begin_inset Tabular
13233 <lyxtabular version="3" rows="5" columns="2">
13234 <features rotate="0" tabularvalignment="middle">
13235 <column alignment="center" valignment="top">
13236 <column alignment="center" valignment="top">
13237 <row>
13238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 Command
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 Result
13252 \begin_inset Note Note
13253 status collapsed
13254
13255 \begin_layout Plain Layout
13256
13257 \series bold
13258
13259 \backslash
13260 raisebox
13261 \series default
13262  is only used as spacer.
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 </row>
13273 <row>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278
13279 \backslash
13280 fbox
13281 \begin_inset space \textvisiblespace{}
13282 \end_inset
13283
13284
13285 \family sans
13286 Ctrl+M
13287 \family default
13288  
13289 \backslash
13290 int
13291 \begin_inset space \textvisiblespace{}
13292 \end_inset
13293
13294 A=B
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 </row>
13312 <row>
13313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317
13318 \backslash
13319 boxed
13320 \begin_inset space \textvisiblespace{}
13321 \end_inset
13322
13323
13324 \backslash
13325 int
13326 \begin_inset space \textvisiblespace{}
13327 \end_inset
13328
13329 A=B
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row>
13348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 A+
13353 \backslash
13354 fbox
13355 \begin_inset space \textvisiblespace{}
13356 \end_inset
13357
13358 B
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13368 \end_inset
13369
13370
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 </row>
13376 <row>
13377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381
13382 \backslash
13383 framebox
13384 \begin_inset space \textvisiblespace{}
13385 \end_inset
13386
13387 20mm
13388 \begin_inset Formula $\to$
13389 \end_inset
13390
13391
13392 \begin_inset Formula $\to$
13393 \end_inset
13394
13395
13396 \family sans
13397 Ctrl+M
13398 \family default
13399  
13400 \backslash
13401 frac
13402 \begin_inset space \textvisiblespace{}
13403 \end_inset
13404
13405 A
13406 \begin_inset Formula $\downarrow$
13407 \end_inset
13408
13409 B
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 \begin_inset Formula $\raisebox{6mm}{}$
13419 \end_inset
13420
13421
13422 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13423 \end_inset
13424
13425
13426 \begin_inset Formula $\raisebox{-4mm}{}$
13427 \end_inset
13428
13429
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 </row>
13435 </lyxtabular>
13436
13437 \end_inset
13438
13439
13440 \end_layout
13441
13442 \begin_layout Standard
13443 The frame thickness can also be adjusted.
13444  To do this the following commands have to be inserted in TeX-mode before
13445  the formula
13446 \end_layout
13447
13448 \begin_layout Standard
13449
13450 \series bold
13451
13452 \backslash
13453 fboxrule
13454 \series default
13455  
13456 \series bold
13457
13458 \begin_inset Quotes eld
13459 \end_inset
13460
13461 thickness
13462 \begin_inset Quotes erd
13463 \end_inset
13464
13465
13466 \series default
13467  
13468 \series bold
13469
13470 \backslash
13471 fboxsep
13472 \series default
13473  
13474 \series bold
13475
13476 \begin_inset Quotes eld
13477 \end_inset
13478
13479 distance
13480 \begin_inset Quotes erd
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \begin_layout Standard
13487 \begin_inset Quotes eld
13488 \end_inset
13489
13490 distance
13491 \begin_inset Quotes erd
13492 \end_inset
13493
13494  specifies the minimal distance between the frame and the first character
13495  in the box.
13496  An example for this is the following framed formula:
13497 \begin_inset ERT
13498 status collapsed
13499
13500 \begin_layout Plain Layout
13501
13502
13503 \backslash
13504 fboxrule 2mm 
13505 \backslash
13506 fboxsep 3mm
13507 \end_layout
13508
13509 \end_inset
13510
13511
13512 \begin_inset Formula 
13513 \[
13514 \boxed{A+B=C}
13515 \]
13516
13517 \end_inset
13518
13519 Before this formula the commands
13520 \end_layout
13521
13522 \begin_layout Standard
13523
13524 \series bold
13525
13526 \backslash
13527 fboxrule
13528 \series default
13529  
13530 \series bold
13531 2mm
13532 \series default
13533  
13534 \series bold
13535
13536 \backslash
13537 fboxsep
13538 \series default
13539  
13540 \series bold
13541 3mm
13542 \end_layout
13543
13544 \begin_layout Standard
13545 were inserted in TeX-mode.
13546  The given values are used for all following boxes.
13547 \end_layout
13548
13549 \begin_layout Standard
13550 To return to the standard frame size, the command
13551 \end_layout
13552
13553 \begin_layout Standard
13554
13555 \series bold
13556
13557 \backslash
13558 fboxrule
13559 \series default
13560  
13561 \series bold
13562 0.4pt
13563 \series default
13564  
13565 \series bold
13566
13567 \backslash
13568 fboxsep
13569 \series default
13570  
13571 \series bold
13572 3pt
13573 \series default
13574
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580
13581 \backslash
13582 fboxrule 0.4pt 
13583 \backslash
13584 fboxsep 3pt
13585 \end_layout
13586
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \begin_layout Standard
13593 is inserted in TeX-mode before the next formula.
13594 \end_layout
13595
13596 \begin_layout Subsection
13597 Boxes without Frame
13598 \begin_inset CommandInset label
13599 LatexCommand label
13600 name "sub:Boxes-without-Frame"
13601
13602 \end_inset
13603
13604
13605 \begin_inset Index idx
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609 Boxes ! without frame
13610 \end_layout
13611
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \begin_layout Standard
13618 For boxes without a frame there are the following box commands: 
13619 \series bold
13620
13621 \backslash
13622 mbox
13623 \series default
13624
13625 \begin_inset Index idx
13626 status collapsed
13627
13628 \begin_layout Plain Layout
13629 Commands ! M ! 
13630 \backslash
13631 mbox
13632 \end_layout
13633
13634 \end_inset
13635
13636
13637 \series bold
13638
13639 \backslash
13640 makebox
13641 \series default
13642
13643 \begin_inset Index idx
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647 Commands ! M ! 
13648 \backslash
13649 makebox
13650 \end_layout
13651
13652 \end_inset
13653
13654  and 
13655 \series bold
13656
13657 \backslash
13658 raisebox
13659 \series default
13660
13661 \begin_inset Index idx
13662 status collapsed
13663
13664 \begin_layout Plain Layout
13665 Commands ! R ! 
13666 \backslash
13667 raisebox
13668 \end_layout
13669
13670 \end_inset
13671
13672
13673 \end_layout
13674
13675 \begin_layout Standard
13676 With 
13677 \series bold
13678
13679 \backslash
13680 raisebox
13681 \series default
13682  a box can be super- or subscripted.
13683  But in contrary to normal super- and subscripting, the characters in the
13684  box keep their font size.
13685  
13686 \series bold
13687
13688 \backslash
13689 raisebox
13690 \series default
13691  is used in the following scheme:
13692 \end_layout
13693
13694 \begin_layout Standard
13695
13696 \series bold
13697
13698 \backslash
13699 raisebox{height}{box content}
13700 \end_layout
13701
13702 \begin_layout Standard
13703 When the box should contain a formula, an extra formula is needed like for
13704  
13705 \series bold
13706
13707 \backslash
13708 fbox
13709 \series default
13710 .
13711  
13712 \series medium
13713
13714 \begin_inset Note Greyedout
13715 status open
13716
13717 \begin_layout Plain Layout
13718
13719 \series bold
13720 Note:
13721 \series default
13722  For 
13723 \series bold
13724
13725 \backslash
13726 raisebox
13727 \series default
13728  this extra formula is created by pressing 
13729 \family sans
13730 Ctrl+M
13731 \family default
13732  twice instead of once because LyX doesn't yet support 
13733 \series bold
13734
13735 \backslash
13736 raisebox
13737 \series default
13738  directly.
13739 \end_layout
13740
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \begin_layout Standard
13747 \align center
13748 \begin_inset Tabular
13749 <lyxtabular version="3" rows="4" columns="2">
13750 <features rotate="0" tabularvalignment="middle">
13751 <column alignment="center" valignment="top">
13752 <column alignment="center" valignment="top">
13753 <row>
13754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 Command
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 Result
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 </row>
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 H
13779 \backslash
13780 raisebox{2mm
13781 \begin_inset Formula $\to$
13782 \end_inset
13783
13784
13785 \backslash
13786 {al
13787 \begin_inset Formula $\to$
13788 \end_inset
13789
13790  lo
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13800 \end_inset
13801
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 </row>
13808 <row>
13809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 H
13814 \backslash
13815 raisebox{-2mm
13816 \begin_inset Formula $\to$
13817 \end_inset
13818
13819
13820 \backslash
13821 {al
13822 \begin_inset Formula $\to$
13823 \end_inset
13824
13825 lo
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 </row>
13843 <row>
13844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 A=
13849 \backslash
13850 raisebox{-2mm
13851 \begin_inset Formula $\to$
13852 \end_inset
13853
13854
13855 \backslash
13856 {
13857 \family sans
13858 Ctrl+M
13859 \family default
13860  
13861 \family sans
13862 Ctrl+M
13863 \family default
13864  
13865 \backslash
13866 sqrt
13867 \begin_inset space \textvisiblespace{}
13868 \end_inset
13869
13870
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13880 \end_inset
13881
13882
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 </row>
13888 </lyxtabular>
13889
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \begin_layout Standard
13896 The command 
13897 \series bold
13898
13899 \backslash
13900 mbox
13901 \series default
13902  is equivalent to 
13903 \series bold
13904
13905 \backslash
13906 fbox
13907 \series default
13908  and 
13909 \series bold
13910
13911 \backslash
13912 makebox
13913 \series default
13914  is equivalent to 
13915 \series bold
13916
13917 \backslash
13918 framebox
13919 \series default
13920 , with the difference that there is no frame.
13921 \end_layout
13922
13923 \begin_layout Subsection
13924 Colored Boxes
13925 \begin_inset CommandInset label
13926 LatexCommand label
13927 name "sub:Colored-Boxes"
13928
13929 \end_inset
13930
13931
13932 \begin_inset Index idx
13933 status collapsed
13934
13935 \begin_layout Plain Layout
13936 Boxes ! colored
13937 \end_layout
13938
13939 \end_inset
13940
13941
13942 \end_layout
13943
13944 \begin_layout Standard
13945 To be able to use all commands explained in this section, the LaTeX-package
13946  
13947 \series bold
13948 color
13949 \series default
13950
13951 \begin_inset Foot
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955 The LaTeX-package 
13956 \series bold
13957 color
13958 \series default
13959  is part of every LaTeX standard installation.
13960 \end_layout
13961
13962 \end_inset
13963
13964
13965 \begin_inset Index idx
13966 status collapsed
13967
13968 \begin_layout Plain Layout
13969 Packages ! color
13970 \end_layout
13971
13972 \end_inset
13973
13974  has to be loaded in the LaTeX-preamble with the line
13975 \begin_inset Foot
13976 status collapsed
13977
13978 \begin_layout Plain Layout
13979 When text is colored somewhere in the document with a predefined color,
13980  LyX loads the LaTeX-package 
13981 \series bold
13982 color
13983 \series default
13984  automatically.
13985  Thus it is possible that the package is loaded twice, but this does not
13986  cause problems.
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \begin_inset Note Note
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13997 amble.
13998 \end_layout
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \begin_layout Standard
14006
14007 \series bold
14008
14009 \backslash
14010 usepackage{color}
14011 \end_layout
14012
14013 \begin_layout Standard
14014 \begin_inset VSpace medskip
14015 \end_inset
14016
14017 To color boxes, the command 
14018 \series bold
14019
14020 \backslash
14021 colorbox
14022 \series default
14023
14024 \begin_inset Index idx
14025 status collapsed
14026
14027 \begin_layout Plain Layout
14028 Commands ! C ! 
14029 \backslash
14030 colorbox
14031 \end_layout
14032
14033 \end_inset
14034
14035  is used in the following scheme:
14036 \end_layout
14037
14038 \begin_layout Standard
14039
14040 \series bold
14041
14042 \backslash
14043 colorbox{color}{box content}
14044 \end_layout
14045
14046 \begin_layout Standard
14047 The box content can also be a box and a 
14048 \series bold
14049
14050 \backslash
14051 colorbox
14052 \series default
14053  can also be part of another box (see the 2nd and 3rd example).
14054  When the box should contain a formula, an extra formula has to be created,
14055  the same way as for 
14056 \series bold
14057
14058 \backslash
14059 raisebox
14060 \series default
14061 .
14062 \begin_inset Foot
14063 status collapsed
14064
14065 \begin_layout Plain Layout
14066 This also applies for the command 
14067 \series bold
14068
14069 \backslash
14070 fcolorbox
14071 \series default
14072 .
14073 \end_layout
14074
14075 \end_inset
14076
14077
14078 \end_layout
14079
14080 \begin_layout Standard
14081 One of the following predefined colors can be chosen:
14082 \end_layout
14083
14084 \begin_layout Standard
14085
14086 \series bold
14087 black
14088 \series default
14089
14090 \series bold
14091 blue
14092 \series default
14093
14094 \series bold
14095 cyan
14096 \series default
14097
14098 \series bold
14099 green
14100 \series default
14101
14102 \series bold
14103 magenta
14104 \series default
14105
14106 \series bold
14107 red
14108 \series default
14109
14110 \series bold
14111 white
14112 \series default
14113  and 
14114 \series bold
14115 yellow
14116 \end_layout
14117
14118 \begin_layout Standard
14119 \align center
14120 \begin_inset Tabular
14121 <lyxtabular version="3" rows="4" columns="2">
14122 <features rotate="0" tabularvalignment="middle">
14123 <column alignment="center" valignment="top">
14124 <column alignment="center" valignment="top">
14125 <row>
14126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 Command
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 Result
14140 \begin_inset Note Note
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144
14145 \series bold
14146
14147 \backslash
14148 raisebox
14149 \series default
14150  is only used as spacer.
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \end_inset
14159 </cell>
14160 </row>
14161 <row>
14162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166
14167 \backslash
14168 colorbox{yellow
14169 \begin_inset Formula $\to$
14170 \end_inset
14171
14172
14173 \backslash
14174 {A=B
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 </row>
14192 <row>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197
14198 \backslash
14199 colorbox{green
14200 \begin_inset Formula $\to$
14201 \end_inset
14202
14203
14204 \backslash
14205 {
14206 \backslash
14207 fbox
14208 \begin_inset space \textvisiblespace{}
14209 \end_inset
14210
14211 A=B
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 <row>
14230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234
14235 \backslash
14236 fbox
14237 \begin_inset space \textvisiblespace{}
14238 \end_inset
14239
14240
14241 \backslash
14242 colorbox{green
14243 \begin_inset Formula $\to$
14244 \end_inset
14245
14246
14247 \backslash
14248 {
14249 \family sans
14250 Ctrl+M
14251 \family default
14252  
14253 \family sans
14254 Ctrl+M
14255 \family default
14256  
14257 \backslash
14258 int
14259 \begin_inset space \textvisiblespace{}
14260 \end_inset
14261
14262 C=D
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 </row>
14280 </lyxtabular>
14281
14282 \end_inset
14283
14284
14285 \end_layout
14286
14287 \begin_layout Standard
14288
14289 \series bold
14290
14291 \backslash
14292 colorbox
14293 \series default
14294  only colors the box but not the characters in the box.
14295  To color all characters, the whole formula is highlighted and the desired
14296  color is chosen in the 
14297 \family sans
14298 Text
14299 \begin_inset space ~
14300 \end_inset
14301
14302 Style
14303 \family default
14304  dialog.
14305  The dialog can be called with the toolbar button 
14306 \begin_inset Info
14307 type  "icon"
14308 arg   "dialog-show character"
14309 \end_inset
14310
14311  or the menu 
14312 \family sans
14313 Edit\SpecialChar \menuseparator
14314 Text
14315 \begin_inset space ~
14316 \end_inset
14317
14318 Style\SpecialChar \menuseparator
14319 Customized
14320 \family default
14321 .
14322  The formula number then has the same color as the formula.
14323  When the formula number should get another color than the formula characters,
14324  the color must be changed within the formula.
14325 \end_layout
14326
14327 \begin_layout Standard
14328 An example:
14329 \end_layout
14330
14331 \begin_layout Standard
14332
14333 \color red
14334 \begin_inset Formula 
14335 \begin{equation}
14336 \int A=B\label{eq:red}
14337 \end{equation}
14338
14339 \end_inset
14340
14341
14342 \color green
14343
14344 \begin_inset Formula 
14345 \begin{equation}
14346 \textcolor{red}{\int A=B}\label{eq:redgreen}
14347 \end{equation}
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \begin_layout Standard
14355 Formula 
14356 \begin_inset CommandInset ref
14357 LatexCommand eqref
14358 reference "eq:red"
14359
14360 \end_inset
14361
14362  is completely colored red.
14363 \begin_inset Newline newline
14364 \end_inset
14365
14366 Formula 
14367 \begin_inset CommandInset ref
14368 LatexCommand eqref
14369 reference "eq:redgreen"
14370
14371 \end_inset
14372
14373  was first completely colored green to set the color for the formula number.
14374  Subsequently the formula characters were colored red.
14375 \end_layout
14376
14377 \begin_layout Standard
14378 \begin_inset VSpace bigskip
14379 \end_inset
14380
14381 To color the frame different than the rest of the box, the command 
14382 \series bold
14383
14384 \backslash
14385 fcolorbox
14386 \series default
14387
14388 \begin_inset Index idx
14389 status collapsed
14390
14391 \begin_layout Plain Layout
14392 Commands ! F ! 
14393 \backslash
14394 fcolorbox
14395 \end_layout
14396
14397 \end_inset
14398
14399  is used in the following scheme:
14400 \end_layout
14401
14402 \begin_layout Standard
14403
14404 \series bold
14405
14406 \backslash
14407 fcolorbox{frame color}{color}{box content}
14408 \end_layout
14409
14410 \begin_layout Standard
14411 So 
14412 \series bold
14413
14414 \backslash
14415 fcolorbox
14416 \series default
14417  is an extension of the command 
14418 \series bold
14419
14420 \backslash
14421 colorbox
14422 \series default
14423 .
14424  The frame width is set, like for 
14425 \series bold
14426
14427 \backslash
14428 framebox
14429 \series default
14430 , with 
14431 \series bold
14432
14433 \backslash
14434 fboxrule
14435 \series default
14436  and 
14437 \series bold
14438
14439 \backslash
14440 fboxsep
14441 \series default
14442 .
14443  An example:
14444 \begin_inset ERT
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448
14449
14450 \backslash
14451 fboxrule 1mm 
14452 \backslash
14453 fboxsep 1mm
14454 \end_layout
14455
14456 \end_inset
14457
14458
14459 \begin_inset Formula 
14460 \[
14461 \fcolorbox{cyan}{magenta}{A=B}
14462 \]
14463
14464 \end_inset
14465
14466
14467 \begin_inset ERT
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471
14472
14473 \backslash
14474 fboxrule 0.4pt 
14475 \backslash
14476 fboxsep 3pt
14477 \end_layout
14478
14479 \end_inset
14480
14481
14482 \end_layout
14483
14484 \begin_layout Standard
14485 This formula was created with the command
14486 \begin_inset Newline newline
14487 \end_inset
14488
14489
14490 \series bold
14491
14492 \backslash
14493 fcolorbox{cyan
14494 \begin_inset Formula $\to$
14495 \end_inset
14496
14497
14498 \backslash
14499 {magenta
14500 \begin_inset Formula $\to$
14501 \end_inset
14502
14503
14504 \backslash
14505 {A=B
14506 \series default
14507 .
14508 \end_layout
14509
14510 \begin_layout Standard
14511 \begin_inset VSpace bigskip
14512 \end_inset
14513
14514 To use other colors than the predefined ones, they have to be defined first.
14515 \end_layout
14516
14517 \begin_layout Standard
14518 One can for example define the color 
14519 \begin_inset Quotes eld
14520 \end_inset
14521
14522
14523 \series bold
14524 darkgreen
14525 \series default
14526
14527 \begin_inset Quotes erd
14528 \end_inset
14529
14530  with the LaTeX-preamble line:
14531 \end_layout
14532
14533 \begin_layout Standard
14534
14535 \series bold
14536
14537 \backslash
14538 definecolor{darkgreen}{cmyk}{0.5,
14539 \series default
14540  
14541 \series bold
14542 0,
14543 \series default
14544  
14545 \series bold
14546 1,
14547 \series default
14548  
14549 \series bold
14550 0.5}
14551 \series default
14552
14553 \begin_inset Index idx
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557 Commands ! D ! 
14558 \backslash
14559 definecolor
14560 \end_layout
14561
14562 \end_inset
14563
14564
14565 \end_layout
14566
14567 \begin_layout Standard
14568
14569 \series bold
14570 cmyk
14571 \series default
14572  is the color space that denotes the colors 
14573 \series bold
14574 cyan
14575 \series default
14576
14577 \series bold
14578 magenta
14579 \series default
14580
14581 \series bold
14582 yellow
14583 \series default
14584  and 
14585 \series bold
14586 black
14587 \series default
14588 .
14589  The four comma separated numbers are the portion factor for the corresponding
14590  colors of the color space.
14591  The factors can be in the range of 0
14592 \begin_inset space \thinspace{}
14593 \end_inset
14594
14595 -
14596 \begin_inset space \thinspace{}
14597 \end_inset
14598
14599 1.
14600  Instead of 
14601 \series bold
14602 cmyk
14603 \series default
14604  also the color space 
14605 \series bold
14606 rgb
14607 \series default
14608  can be used for definitions.
14609  
14610 \series bold
14611 rgb
14612 \series default
14613  denotes 
14614 \series bold
14615 red
14616 \series default
14617
14618 \series bold
14619 green
14620 \series default
14621  and 
14622 \series bold
14623 blue
14624 \series default
14625 , so that there are in this case three portion factors for the corresponding
14626  colors.
14627  Furthermore there is the color space 
14628 \series bold
14629 gray
14630 \series default
14631  with one portion factor for the gray value.
14632 \end_layout
14633
14634 \begin_layout Standard
14635 As example a framed box with the new defined color 
14636 \series bold
14637 darkgreen
14638 \series default
14639  where the characters have been colored 
14640 \series bold
14641 yellow
14642 \series default
14643 :
14644 \begin_inset Formula 
14645 \begin{equation}
14646 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14647 \end{equation}
14648
14649 \end_inset
14650
14651
14652 \end_layout
14653
14654 \begin_layout Standard
14655 Self-defined colors can also be used for text with the help of the command
14656  
14657 \series bold
14658
14659 \backslash
14660 textcolor
14661 \series default
14662 :
14663 \begin_inset Index idx
14664 status collapsed
14665
14666 \begin_layout Plain Layout
14667 Text ! colored
14668 \end_layout
14669
14670 \end_inset
14671
14672
14673 \end_layout
14674
14675 \begin_layout Standard
14676 \begin_inset ERT
14677 status collapsed
14678
14679 \begin_layout Plain Layout
14680
14681
14682 \backslash
14683 textcolor{darkgreen}{
14684 \end_layout
14685
14686 \end_inset
14687
14688 This sentence is 
14689 \begin_inset Quotes eld
14690 \end_inset
14691
14692 darkgreen
14693 \begin_inset Quotes erd
14694 \end_inset
14695
14696 .
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702 }
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \begin_layout Standard
14711
14712 \series bold
14713
14714 \backslash
14715 textcolor
14716 \series default
14717
14718 \begin_inset Index idx
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722 Commands ! T ! 
14723 \backslash
14724 textcolor
14725 \end_layout
14726
14727 \end_inset
14728
14729  is used in the scheme 
14730 \series bold
14731
14732 \backslash
14733 textcolor{color}{characters to color}
14734 \series default
14735 .
14736 \end_layout
14737
14738 \begin_layout Subsection
14739 Paragraph Boxes
14740 \begin_inset CommandInset label
14741 LatexCommand label
14742 name "sub:Paragraph-Boxes"
14743
14744 \end_inset
14745
14746
14747 \begin_inset Index idx
14748 status collapsed
14749
14750 \begin_layout Plain Layout
14751 Boxes ! as paragraph
14752 \end_layout
14753
14754 \end_inset
14755
14756
14757 \end_layout
14758
14759 \begin_layout Standard
14760 A box that can contain several lines and paragraphs, a so-called paragraph
14761  box (parbox), can be created with the menu 
14762 \family sans
14763 Insert\SpecialChar \menuseparator
14764 Box
14765 \family default
14766  or the toolbar button 
14767 \begin_inset Info
14768 type  "icon"
14769 arg   "box-insert"
14770 \end_inset
14771
14772 .
14773 \end_layout
14774
14775 \begin_layout Standard
14776 The following example shows a framed parbox in a line:
14777 \end_layout
14778
14779 \begin_layout Standard
14780 \begin_inset VSpace medskip
14781 \end_inset
14782
14783 This is a line 
14784 \begin_inset Box Boxed
14785 position "c"
14786 hor_pos "c"
14787 has_inner_box 1
14788 inner_pos "t"
14789 use_parbox 1
14790 use_makebox 0
14791 width "5cm"
14792 special "none"
14793 height "1in"
14794 height_special "totalheight"
14795 status open
14796
14797 \begin_layout Plain Layout
14798 This is a paragraph box.
14799  It is exactly 5
14800 \begin_inset space \thinspace{}
14801 \end_inset
14802
14803 cm long and can also contain formulas: 
14804 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \end_inset
14811
14812  with a parbox.
14813 \end_layout
14814
14815 \begin_layout Standard
14816 \begin_inset VSpace medskip
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \begin_layout Standard
14823 Such a box is created by right-clicking on the gray box inset.
14824  A dialog pops up showing the box properties.
14825  In our case set: 
14826 \emph on
14827 Decoration
14828 \emph default
14829 : Rectangular box, 
14830 \emph on
14831 Inner Box
14832 \emph default
14833 : Parbox, 
14834 \emph on
14835 Width
14836 \emph default
14837 : 5
14838 \begin_inset space \thinspace{}
14839 \end_inset
14840
14841 cm, 
14842 \emph on
14843 Vertical Box Alignment
14844 \emph default
14845 : Middle
14846 \end_layout
14847
14848 \begin_layout Standard
14849 \begin_inset VSpace medskip
14850 \end_inset
14851
14852 In LaTeX a parbox is created with the command 
14853 \series bold
14854
14855 \backslash
14856 parbox
14857 \series default
14858
14859 \begin_inset Index idx
14860 status collapsed
14861
14862 \begin_layout Plain Layout
14863 Commands ! P ! 
14864 \backslash
14865 parbox
14866 \end_layout
14867
14868 \end_inset
14869
14870  which has the following scheme:
14871 \end_layout
14872
14873 \begin_layout Standard
14874
14875 \series bold
14876
14877 \backslash
14878 parbox[position]{width}{box content}
14879 \end_layout
14880
14881 \begin_layout Standard
14882 The positions 
14883 \emph on
14884 b
14885 \emph default
14886  and 
14887 \emph on
14888 t
14889 \emph default
14890  are possible.
14891  
14892 \emph on
14893 b
14894 \emph default
14895  for 
14896 \begin_inset Quotes eld
14897 \end_inset
14898
14899 bottom
14900 \begin_inset Quotes erd
14901 \end_inset
14902
14903  means that the box is aligned within the surrounding text with its last
14904  line.
14905  With 
14906 \emph on
14907 t
14908 \emph default
14909  for 
14910 \begin_inset Quotes eld
14911 \end_inset
14912
14913 top
14914 \begin_inset Quotes erd
14915 \end_inset
14916
14917  this is done with the first line.
14918  When no position is given, the box will be vertically centered, see section
14919  
14920 \emph on
14921 Boxes
14922 \emph default
14923  of the 
14924 \emph on
14925 Embedded
14926 \begin_inset space ~
14927 \end_inset
14928
14929 Objects
14930 \emph default
14931  manual for examples.
14932 \end_layout
14933
14934 \begin_layout Standard
14935 \begin_inset VSpace bigskip
14936 \end_inset
14937
14938 To frame formulas completely, including the formula number, the formula
14939  must be set into a parbox.
14940  To do this, the command 
14941 \series bold
14942
14943 \backslash
14944 fbox{
14945 \backslash
14946 parbox{
14947 \backslash
14948 linewidth-2
14949 \backslash
14950 fboxsep-2
14951 \backslash
14952 fboxrule}{
14953 \series default
14954  is inserted in TeX-mode before the formula.
14955  
14956 \series bold
14957
14958 \backslash
14959 linewidth
14960 \series default
14961
14962 \begin_inset Index idx
14963 status collapsed
14964
14965 \begin_layout Plain Layout
14966 Commands ! L ! 
14967 \backslash
14968 linewidth
14969 \end_layout
14970
14971 \end_inset
14972
14973  is hereby the line width set for the document.
14974  Because the frame is outside the parbox, 2
14975 \begin_inset space \thinspace{}
14976 \end_inset
14977
14978 times the frame separation and the frame thickness must be subtracted from
14979  the line width.
14980  As this is not automatically done by LyX due to a bug
14981 \begin_inset Foot
14982 status collapsed
14983
14984 \begin_layout Plain Layout
14985 \begin_inset CommandInset href
14986 LatexCommand href
14987 name "LyX-bug #4483"
14988 target "http://www.lyx.org/trac/ticket/4483"
14989
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \end_inset
14996
14997 , TeX-mode has to be used.
14998  To be able to multiply and subtract in arguments, the LaTeX-package 
14999 \series bold
15000 calc
15001 \series default
15002
15003 \begin_inset Foot
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007
15008 \series bold
15009 calc
15010 \series default
15011  is part of every LaTeX standard installation.
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \begin_inset Index idx
15018 status collapsed
15019
15020 \begin_layout Plain Layout
15021 Packages ! calc
15022 \end_layout
15023
15024 \end_inset
15025
15026  must be loaded in the LaTeX-preamble with the line
15027 \end_layout
15028
15029 \begin_layout Standard
15030
15031 \series bold
15032
15033 \backslash
15034 usepackage{calc}
15035 \end_layout
15036
15037 \begin_layout Standard
15038 Behind the formula both boxes are closed by entering 
15039 \series bold
15040 }}
15041 \series default
15042  in TeX-mode.
15043  Here is an example:
15044 \begin_inset ERT
15045 status collapsed
15046
15047 \begin_layout Plain Layout
15048
15049
15050 \backslash
15051 fboxsep 5mm 
15052 \backslash
15053 fboxrule 5mm
15054 \end_layout
15055
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \begin_layout Standard
15062 \begin_inset ERT
15063 status collapsed
15064
15065 \begin_layout Plain Layout
15066
15067
15068 \backslash
15069 fbox{
15070 \backslash
15071 parbox{
15072 \backslash
15073 linewidth-2
15074 \backslash
15075 fboxsep-2
15076 \backslash
15077 fboxrule}{
15078 \end_layout
15079
15080 \end_inset
15081
15082
15083 \begin_inset Formula 
15084 \begin{equation}
15085 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
15086 \end{equation}
15087
15088 \end_inset
15089
15090
15091 \begin_inset ERT
15092 status collapsed
15093
15094 \begin_layout Plain Layout
15095
15096 }}
15097 \end_layout
15098
15099 \end_inset
15100
15101
15102 \begin_inset ERT
15103 status collapsed
15104
15105 \begin_layout Plain Layout
15106
15107
15108 \backslash
15109 fboxrule 0.4pt 
15110 \backslash
15111 fboxsep 3pt
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \begin_layout Standard
15120 \begin_inset VSpace medskip
15121 \end_inset
15122
15123 As a parbox is used as the argument of 
15124 \series bold
15125
15126 \backslash
15127 fbox
15128 \series default
15129 , there is in this case no difference between 
15130 \series bold
15131
15132 \backslash
15133 fbox
15134 \series default
15135  and 
15136 \series bold
15137
15138 \backslash
15139 boxed
15140 \series default
15141 .
15142 \end_layout
15143
15144 \begin_layout Standard
15145 \begin_inset VSpace bigskip
15146 \end_inset
15147
15148 Paragraph boxes are very useful to comment formulas directly.
15149  To do this, 
15150 \series bold
15151
15152 \backslash
15153 parbox
15154 \series default
15155  is used in combination with the command 
15156 \series bold
15157
15158 \backslash
15159 tag
15160 \series default
15161 .
15162  (more about 
15163 \series bold
15164
15165 \backslash
15166 tag
15167 \series default
15168  see 
15169 \begin_inset CommandInset ref
15170 LatexCommand ref
15171 reference "sub:User-defined-Numbering"
15172
15173 \end_inset
15174
15175 )
15176 \end_layout
15177
15178 \begin_layout Standard
15179 An example of a formula commented with 
15180 \series bold
15181
15182 \backslash
15183 parbox
15184 \series default
15185 :
15186 \end_layout
15187
15188 \begin_layout Standard
15189 \begin_inset ERT
15190 status collapsed
15191
15192 \begin_layout Plain Layout
15193
15194
15195 \backslash
15196 [5x-7b=3b
15197 \backslash
15198 tag*{
15199 \backslash
15200 parbox{5cm}{
15201 \end_layout
15202
15203 \end_inset
15204
15205 This is a description.
15206  It is distinctly separated from the formula and multiline.
15207 \begin_inset ERT
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211
15212 }}
15213 \backslash
15214 ]
15215 \end_layout
15216
15217 \end_inset
15218
15219
15220 \end_layout
15221
15222 \begin_layout Standard
15223 Such a formula must be inserted completely in TeX-mode because LyX does
15224  not yet support the command 
15225 \series bold
15226
15227 \backslash
15228 parbox
15229 \series default
15230  in formulas.
15231  The formula is created with the following command sequence:
15232 \end_layout
15233
15234 \begin_layout Standard
15235 The command 
15236 \series bold
15237
15238 \backslash
15239 [5x-7b=3b
15240 \backslash
15241 tag*
15242 \backslash
15243 {
15244 \backslash
15245 parbox{5cm}{
15246 \series default
15247  is inserted in TeX-mode.
15248 \begin_inset Foot
15249 status collapsed
15250
15251 \begin_layout Plain Layout
15252 When the formula style 
15253 \series bold
15254 Indented
15255 \series default
15256  is used, 
15257 \series bold
15258
15259 \backslash
15260 tag*
15261 \backslash
15262 {
15263 \series default
15264  can also be replaced by 
15265 \series bold
15266
15267 \backslash
15268 hfill
15269 \series default
15270 .
15271  (formula styles see 
15272 \begin_inset CommandInset ref
15273 LatexCommand ref
15274 reference "sec:Formula-Styles"
15275
15276 \end_inset
15277
15278 )
15279 \end_layout
15280
15281 \end_inset
15282
15283  Then the description follows as normal text and finally 
15284 \series bold
15285 }}
15286 \backslash
15287 ]
15288 \series default
15289  is inserted in TeX-mode.
15290  The commands 
15291 \series bold
15292
15293 \backslash
15294 [
15295 \series default
15296  and 
15297 \series bold
15298
15299 \backslash
15300 ]
15301 \series default
15302  hereby create a displayed formula.
15303 \end_layout
15304
15305 \begin_layout Standard
15306 The advantages of 
15307 \series bold
15308
15309 \backslash
15310 parbox
15311 \series default
15312  can be seen in this example that was 
15313 \begin_inset Quotes eld
15314 \end_inset
15315
15316 commented
15317 \begin_inset Quotes erd
15318 \end_inset
15319
15320  using the mathematical textmode:
15321 \begin_inset Formula 
15322 \[
15323 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15324 \]
15325
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \begin_layout Section
15332 Operators
15333 \begin_inset Index idx
15334 status collapsed
15335
15336 \begin_layout Plain Layout
15337 Operators
15338 \end_layout
15339
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \begin_layout Subsection
15346 Big Operators
15347 \begin_inset CommandInset label
15348 LatexCommand label
15349 name "sub:Big-Operators"
15350
15351 \end_inset
15352
15353
15354 \begin_inset Index idx
15355 status collapsed
15356
15357 \begin_layout Plain Layout
15358 Operators ! big
15359 \end_layout
15360
15361 \end_inset
15362
15363
15364 \begin_inset Index idx
15365 status collapsed
15366
15367 \begin_layout Plain Layout
15368 Sums
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \begin_inset Index idx
15375 status collapsed
15376
15377 \begin_layout Plain Layout
15378 Integrals
15379 \end_layout
15380
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \begin_layout Standard
15387 To be able to use all integral operators listed here, the option 
15388 \family sans
15389 Use esint package automatically
15390 \family default
15391  must be set in the document settings under 
15392 \family sans
15393 Math
15394 \begin_inset space ~
15395 \end_inset
15396
15397 Options
15398 \family default
15399 .
15400 \end_layout
15401
15402 \begin_layout Standard
15403 \begin_inset space \hfill{}
15404 \end_inset
15405
15406
15407 \begin_inset Tabular
15408 <lyxtabular version="3" rows="11" columns="2">
15409 <features rotate="0" tabularvalignment="middle">
15410 <column alignment="center" valignment="top" width="0pt">
15411 <column alignment="center" valignment="top" width="0pt">
15412 <row>
15413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417 Command
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 Result
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 </row>
15432 <row>
15433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437
15438 \backslash
15439 int
15440 \begin_inset Index idx
15441 status collapsed
15442
15443 \begin_layout Plain Layout
15444 Commands ! I ! 
15445 \backslash
15446 int
15447 \end_layout
15448
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460 \begin_inset Formula $\int$
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 </row>
15469 <row>
15470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474
15475 \backslash
15476 oint
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485 \begin_inset Formula $\oint$
15486 \end_inset
15487
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 <row>
15495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \backslash
15501 ointctrclockwise
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510 \begin_inset Formula $\ointctrclockwise$
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 </row>
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \backslash
15526 ointclockwise
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 \begin_inset Formula $\ointclockwise$
15536 \end_inset
15537
15538
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 </row>
15544 <row>
15545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549
15550 \backslash
15551 sqint
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560 \begin_inset Formula $\sqint$
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 <row>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574
15575 \backslash
15576 fint
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585  
15586 \begin_inset Formula $\fint$
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 </row>
15595 <row>
15596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600
15601 \backslash
15602 landupint
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611  
15612 \begin_inset Formula $\landupint$
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 </row>
15621 <row>
15622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626
15627 \backslash
15628 landdownint
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637  
15638 \begin_inset Formula $\landdownint$
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 <row>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \backslash
15654 bigcap
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 \begin_inset Formula $\bigcap$
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 <row>
15673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \backslash
15679 bigcup
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 \begin_inset Formula $\bigcup$
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 </lyxtabular>
15698
15699 \end_inset
15700
15701
15702 \begin_inset space \hfill{}
15703 \end_inset
15704
15705
15706 \begin_inset Tabular
15707 <lyxtabular version="3" rows="11" columns="2">
15708 <features rotate="0" tabularvalignment="middle">
15709 <column alignment="center" valignment="top" width="0pt">
15710 <column alignment="center" valignment="top" width="0pt">
15711 <row>
15712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716 Command
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 Result
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row>
15732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736
15737 \backslash
15738 sum
15739 \begin_inset Index idx
15740 status collapsed
15741
15742 \begin_layout Plain Layout
15743 Commands ! S ! 
15744 \backslash
15745 sum
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 \begin_inset Formula $\sum$
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 </row>
15768 <row>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \backslash
15775 prod
15776 \begin_inset Index idx
15777 status collapsed
15778
15779 \begin_layout Plain Layout
15780 Commands ! P ! 
15781 \backslash
15782 prod
15783 \begin_inset ERT
15784 status collapsed
15785
15786 \begin_layout Plain Layout
15787
15788
15789 \backslash
15790 vspace{4mm}
15791 \end_layout
15792
15793 \end_inset
15794
15795
15796 \end_layout
15797
15798 \end_inset
15799
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 \begin_inset Formula $\prod$
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" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \backslash
15825 coprod
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 \begin_inset Formula $\coprod$
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \backslash
15850 bigodot
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 \begin_inset Formula $\bigodot$
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 </row>
15868 <row>
15869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \backslash
15875 bigotimes
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 \begin_inset Formula $\bigotimes$
15885 \end_inset
15886
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 </row>
15893 <row>
15894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898
15899 \backslash
15900 bigoplus
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 \begin_inset Formula $\bigoplus$
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row>
15919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923
15924 \backslash
15925 bigwedge
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 \begin_inset Formula $\bigwedge$
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 </row>
15943 <row>
15944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \backslash
15950 bigvee
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 \begin_inset Formula $\bigvee$
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 </row>
15968 <row>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973
15974 \backslash
15975 bigsqcup
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 \begin_inset Formula $\bigsqcup$
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 <row>
15994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998
15999 \backslash
16000 biguplus
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 \begin_inset Formula $\biguplus$
16010 \end_inset
16011
16012
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 </row>
16018 </lyxtabular>
16019
16020 \end_inset
16021
16022
16023 \begin_inset space \hfill{}
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \begin_layout Standard
16030 All big operators can also be inserted via the math toolbar button 
16031 \begin_inset Info
16032 type  "icon"
16033 arg   "math-insert \\intop"
16034 \end_inset
16035
16036 .
16037 \end_layout
16038
16039 \begin_layout Standard
16040 The operators are called big because they are bigger than the sometimes
16041  equal looking binary operators.
16042  All big operators can have limits as described in the next subsection.
16043 \end_layout
16044
16045 \begin_layout Standard
16046 For all integral operators there is a second version available, ending in
16047  
16048 \series bold
16049 op
16050 \series default
16051
16052 \series bold
16053
16054 \backslash
16055 intop
16056 \series default
16057
16058 \series bold
16059
16060 \backslash
16061 ointop
16062 \series default
16063  etc..
16064  These operators are different from 
16065 \series bold
16066
16067 \backslash
16068 int
16069 \series default
16070  etc.
16071 \begin_inset space \space{}
16072 \end_inset
16073
16074 in the style the operator limits are displayed, see 
16075 \begin_inset CommandInset ref
16076 LatexCommand ref
16077 reference "sub:Operator-Limits"
16078
16079 \end_inset
16080
16081 .
16082  
16083 \end_layout
16084
16085 \begin_layout Subsubsection*
16086 Advice for Integrals
16087 \end_layout
16088
16089 \begin_layout Standard
16090 The letter 
16091 \emph on
16092 d
16093 \emph default
16094  in an integral is an operator, that therefore has to be set upright.
16095  This is done by highlighting the 
16096 \emph on
16097 d
16098 \emph default
16099  and using the keyboard shortcut 
16100 \begin_inset Info
16101 type  "shortcut"
16102 arg   "font-roman"
16103 \end_inset
16104
16105
16106 \begin_inset Foot
16107 status collapsed
16108
16109 \begin_layout Plain Layout
16110 Font styles
16111 \series bold
16112  
16113 \series default
16114 see 
16115 \begin_inset CommandInset ref
16116 LatexCommand ref
16117 reference "sub:Font-Styles"
16118
16119 \end_inset
16120
16121
16122 \end_layout
16123
16124 \end_inset
16125
16126 .
16127  Finally the smallest space is inserted before the 
16128 \emph on
16129 d
16130 \emph default
16131 , as this is usual for operators.
16132  An example:
16133 \end_layout
16134
16135 \begin_layout Standard
16136 incorrect: 
16137 \begin_inset Formula $\int A(x)dx$
16138 \end_inset
16139
16140
16141 \begin_inset Newline newline
16142 \end_inset
16143
16144
16145 \begin_inset Phantom HPhantom
16146 status open
16147
16148 \begin_layout Plain Layout
16149 in
16150 \end_layout
16151
16152 \end_inset
16153
16154 correct: 
16155 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
16156 \end_inset
16157
16158
16159 \end_layout
16160
16161 \begin_layout Standard
16162 For multiple integrals there are the following commands:
16163 \begin_inset VSpace medskip
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \begin_layout Standard
16170 \begin_inset space \hfill{}
16171 \end_inset
16172
16173
16174 \begin_inset Tabular
16175 <lyxtabular version="3" rows="4" columns="2">
16176 <features rotate="0" tabularvalignment="middle">
16177 <column alignment="center" valignment="top">
16178 <column alignment="center" valignment="top">
16179 <row>
16180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 Command
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 Result
16194 \begin_inset Note Note
16195 status collapsed
16196
16197 \begin_layout Plain Layout
16198
16199 \series bold
16200
16201 \backslash
16202 raisebox
16203 \series default
16204  is only used as spacer.
16205 \end_layout
16206
16207 \end_inset
16208
16209
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 </row>
16215 <row>
16216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220
16221 \backslash
16222 iint
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 <row>
16241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245
16246 \backslash
16247 oiint
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 <row>
16266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \backslash
16272 sqiint
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 </row>
16290 </lyxtabular>
16291
16292 \end_inset
16293
16294
16295 \begin_inset space \hfill{}
16296 \end_inset
16297
16298
16299 \begin_inset Tabular
16300 <lyxtabular version="3" rows="4" columns="2">
16301 <features rotate="0" tabularvalignment="middle">
16302 <column alignment="center" valignment="top">
16303 <column alignment="center" valignment="top">
16304 <row>
16305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 Command
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 Result
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 </row>
16324 <row>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329
16330 \backslash
16331 iiint
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16341 \end_inset
16342
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 </row>
16349 <row>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354
16355 \backslash
16356 iiiint
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 <row>
16375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379
16380 \backslash
16381 dotsint
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 </lyxtabular>
16400
16401 \end_inset
16402
16403
16404 \begin_inset space \hfill{}
16405 \end_inset
16406
16407
16408 \end_layout
16409
16410 \begin_layout Subsection
16411 Operator Limits
16412 \begin_inset CommandInset label
16413 LatexCommand label
16414 name "sub:Operator-Limits"
16415
16416 \end_inset
16417
16418
16419 \begin_inset Index idx
16420 status collapsed
16421
16422 \begin_layout Plain Layout
16423 Operators ! Limits
16424 \end_layout
16425
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \begin_layout Standard
16432 Limits are created by super- and subscripts:
16433 \end_layout
16434
16435 \begin_layout Standard
16436 \align center
16437 \begin_inset Tabular
16438 <lyxtabular version="3" rows="2" columns="2">
16439 <features rotate="0" tabularvalignment="middle">
16440 <column alignment="center" valignment="top" width="0pt">
16441 <column alignment="center" valignment="top" width="0pt">
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 Command
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 Result
16457 \begin_inset Note Note
16458 status collapsed
16459
16460 \begin_layout Plain Layout
16461
16462 \series bold
16463
16464 \backslash
16465 raisebox
16466 \series default
16467  is only used as spacer.
16468 \end_layout
16469
16470 \end_inset
16471
16472
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 <row>
16479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483
16484 \backslash
16485 prod^
16486 \backslash
16487 infty
16488 \begin_inset space \textvisiblespace{}
16489 \end_inset
16490
16491
16492 \begin_inset Formula $\to$
16493 \end_inset
16494
16495 _0
16496 \begin_inset Formula $\to$
16497 \end_inset
16498
16499 A(x)
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 </lyxtabular>
16518
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \begin_layout Standard
16525 Limits of inline formulas are set right beside the operator.
16526  Limits in displayed formulas are set above or below the operator, except
16527  for integral limits.
16528 \end_layout
16529
16530 \begin_layout Standard
16531 To force that the limits are set beside the operator, the cursor is set
16532  directly behind the operator and the limits type is changed with the menu
16533  
16534 \family sans
16535 Edit\SpecialChar \menuseparator
16536 Math\SpecialChar \menuseparator
16537 Change Limits Type
16538 \family default
16539  to 
16540 \family sans
16541 \series bold
16542 Inline
16543 \family default
16544 \series default
16545  (shortcut 
16546 \begin_inset Info
16547 type  "shortcut"
16548 arg   "math-limits"
16549 \end_inset
16550
16551 ).
16552  An example:
16553 \end_layout
16554
16555 \begin_layout Standard
16556 The default limits type is this:
16557 \begin_inset Formula 
16558 \[
16559 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16560 \]
16561
16562 \end_inset
16563
16564 This is how it looks when the limits type was changed to 
16565 \family sans
16566 \series bold
16567 Inline
16568 \family default
16569 \series default
16570 :
16571 \begin_inset Formula 
16572 \[
16573 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16574 \]
16575
16576 \end_inset
16577
16578 For integrals, except those ending with 
16579 \series bold
16580 op
16581 \series default
16582  like 
16583 \series bold
16584
16585 \backslash
16586 intop
16587 \series default
16588
16589 \series bold
16590
16591 \backslash
16592 ointop
16593 \series default
16594  etc., the limits are by default set beside the operator.
16595  But for multiple integrals the limits are often set below the operator.
16596  In the following example the limits type was therefore set to 
16597 \series bold
16598 Display
16599 \series default
16600  and so set below the integrals:
16601 \begin_inset Formula 
16602 \begin{equation}
16603 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16604 \end{equation}
16605
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \begin_layout Standard
16612 \begin_inset VSpace medskip
16613 \end_inset
16614
16615 To specify conditions for limits, the commands 
16616 \series bold
16617
16618 \backslash
16619 subarray
16620 \series default
16621
16622 \begin_inset Index idx
16623 status collapsed
16624
16625 \begin_layout Plain Layout
16626 Commands ! S ! 
16627 \backslash
16628 subarray
16629 \end_layout
16630
16631 \end_inset
16632
16633  and 
16634 \series bold
16635
16636 \backslash
16637 substack
16638 \series default
16639
16640 \begin_inset Index idx
16641 status collapsed
16642
16643 \begin_layout Plain Layout
16644 Commands ! S ! 
16645 \backslash
16646 substack
16647 \end_layout
16648
16649 \end_inset
16650
16651  are used.
16652  To create for example this expression 
16653 \begin_inset Formula 
16654 \begin{equation}
16655 \sum_{\begin{subarray}{c}
16656 0<k<1000\\
16657 \\
16658 k\,\in\,\mathbb{N}
16659 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16660 \end{equation}
16661
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \begin_layout Standard
16668 the following has to be done:
16669 \begin_inset Newline newline
16670 \end_inset
16671
16672 First the command 
16673 \series bold
16674
16675 \backslash
16676 sum
16677 \series default
16678 ^
16679 \series bold
16680 n
16681 \begin_inset space \textvisiblespace{}
16682 \end_inset
16683
16684 _
16685 \series default
16686  is typed in.
16687  One is now in a blue box under the summation operator and insert there
16688  the command 
16689 \series bold
16690
16691 \backslash
16692 subarray
16693 \begin_inset space \textvisiblespace{}
16694 \end_inset
16695
16696
16697 \series default
16698 .
16699  The blue box is now within a purple box and now several lines can be written
16700  among each other.
16701  A new line is created by inserting a line break (
16702 \begin_inset Info
16703 type  "shortcut"
16704 arg   "newline-insert newline"
16705 \end_inset
16706
16707 ).
16708  When now
16709 \begin_inset Newline newline
16710 \end_inset
16711
16712
16713 \series bold
16714 0<k<1000 Ctrl+Return
16715 \begin_inset Newline newline
16716 \end_inset
16717
16718
16719 \series default
16720 is typed in, a new box appears below for the new line.
16721 \end_layout
16722
16723 \begin_layout Standard
16724 The alignment of the lines can be changed to left aligned with the 
16725 \family sans
16726 table
16727 \family default
16728  
16729 \family sans
16730 toolbar
16731 \family default
16732  or the menu 
16733 \family sans
16734 Edit\SpecialChar \menuseparator
16735 Rows &Columns
16736 \family default
16737 .
16738  To get right alignment, 
16739 \series bold
16740
16741 \backslash
16742 hfill
16743 \begin_inset space \textvisiblespace{}
16744 \end_inset
16745
16746
16747 \series default
16748  is inserted at the beginning of the line.
16749 \end_layout
16750
16751 \begin_layout Standard
16752 The command 
16753 \series bold
16754
16755 \backslash
16756 substack
16757 \series default
16758  is equivalent to 
16759 \series bold
16760
16761 \backslash
16762 subarray
16763 \series default
16764  with the difference that the lines are always centered.
16765 \end_layout
16766
16767 \begin_layout Standard
16768 \begin_inset VSpace bigskip
16769 \end_inset
16770
16771 Like in formula 
16772 \begin_inset CommandInset ref
16773 LatexCommand eqref
16774 reference "eq:substack"
16775
16776 \end_inset
16777
16778  there can be too much space beside an operator, because the characters
16779  following the operator are set beside the limits.
16780  To avoid this the command 
16781 \series bold
16782
16783 \backslash
16784 smashoperator
16785 \series default
16786
16787 \begin_inset Index idx
16788 status collapsed
16789
16790 \begin_layout Plain Layout
16791 Commands ! S ! 
16792 \backslash
16793 smashoperator
16794 \end_layout
16795
16796 \end_inset
16797
16798  can be used.
16799  To activate it, set in the document settings under 
16800 \family sans
16801 Math
16802 \begin_inset space ~
16803 \end_inset
16804
16805 Options
16806 \family default
16807  for the package 
16808 \series bold
16809 mathtools
16810 \series default
16811
16812 \begin_inset Index idx
16813 status collapsed
16814
16815 \begin_layout Plain Layout
16816 Packages ! mathtools
16817 \end_layout
16818
16819 \end_inset
16820
16821  the option 
16822 \family sans
16823 Load
16824 \begin_inset space ~
16825 \end_inset
16826
16827 always
16828 \family default
16829 .
16830  
16831 \series bold
16832
16833 \backslash
16834 smashoperator
16835 \series default
16836  sets the space besides the operator to 0
16837 \begin_inset space \thinspace{}
16838 \end_inset
16839
16840 pt.
16841 \begin_inset Newline newline
16842 \end_inset
16843
16844 Applied on formula 
16845 \begin_inset CommandInset ref
16846 LatexCommand eqref
16847 reference "eq:substack"
16848
16849 \end_inset
16850
16851 , one uses the command
16852 \end_layout
16853
16854 \begin_layout Standard
16855
16856 \series bold
16857
16858 \backslash
16859 smashoperator{
16860 \end_layout
16861
16862 \begin_layout Standard
16863 and inserts the operator with its limits into the braces.
16864  Behind the brace one continues the formula:
16865 \begin_inset Formula 
16866 \[
16867 \smashoperator{\sum_{\begin{subarray}{c}
16868 0<k<1000\\
16869 \\
16870 k\,\in\,\mathbb{N}
16871 \end{subarray}}^{n}}k^{-2}
16872 \]
16873
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \begin_layout Standard
16880 It is possible to set the space of only one side of the operator to 0
16881 \begin_inset space \thinspace{}
16882 \end_inset
16883
16884 pt.
16885  To do this write either 
16886 \series bold
16887 [l]
16888 \series default
16889  or 
16890 \series bold
16891 [r]
16892 \series default
16893  between 
16894 \series bold
16895
16896 \backslash
16897 smashoperator
16898 \series default
16899  and its brace.
16900  
16901 \series bold
16902 l
16903 \series default
16904  stands for the left and 
16905 \series bold
16906 r
16907 \series default
16908  for the right side of the operator.
16909  Here is an example of the possible 
16910 \series bold
16911
16912 \backslash
16913 smashoperator
16914 \series default
16915  forms:
16916 \end_layout
16917
16918 \begin_layout Standard
16919 \begin_inset Formula 
16920 \[
16921 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16922 \]
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \begin_layout Standard
16930 \begin_inset VSpace bigskip
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \begin_layout Standard
16937 When several consecutive operators have limits the typesetting of the limits
16938  looks often imperfect in the output, see this example:
16939 \begin_inset Formula 
16940 \[
16941 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16942 \]
16943
16944 \end_inset
16945
16946 To improve the typesetting set in the document settings under 
16947 \family sans
16948 Math
16949 \begin_inset space ~
16950 \end_inset
16951
16952 Options
16953 \family default
16954  for the package 
16955 \series bold
16956 mathtools
16957 \series default
16958
16959 \begin_inset Index idx
16960 status collapsed
16961
16962 \begin_layout Plain Layout
16963 Packages ! mathtools
16964 \end_layout
16965
16966 \end_inset
16967
16968  the option 
16969 \family sans
16970 Load
16971 \begin_inset space ~
16972 \end_inset
16973
16974 always
16975 \family default
16976 .
16977  Then insert into your formula the command 
16978 \series bold
16979
16980 \backslash
16981 adjustlimits
16982 \series default
16983
16984 \begin_inset Index idx
16985 status collapsed
16986
16987 \begin_layout Plain Layout
16988 Commands ! A ! 
16989 \backslash
16990 adjustlimits
16991 \end_layout
16992
16993 \end_inset
16994
16995  directly before the first operator.
16996  The example will then look like this:
16997 \begin_inset Formula 
16998 \[
16999 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
17000 \]
17001
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \begin_layout Standard
17008 \begin_inset VSpace bigskip
17009 \end_inset
17010
17011 How to use one limit for several operators is described in 
17012 \begin_inset CommandInset ref
17013 LatexCommand ref
17014 reference "sub:Self-defined-Operators"
17015
17016 \end_inset
17017
17018 .
17019 \end_layout
17020
17021 \begin_layout Subsection
17022 Decoration for Operators
17023 \begin_inset Index idx
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027 Operators ! Decoration
17028 \end_layout
17029
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \begin_layout Standard
17036 With the commands 
17037 \series bold
17038
17039 \backslash
17040 overset
17041 \series default
17042
17043 \begin_inset Index idx
17044 status collapsed
17045
17046 \begin_layout Plain Layout
17047 Commands ! O ! 
17048 \backslash
17049 overset
17050 \end_layout
17051
17052 \end_inset
17053
17054  and 
17055 \series bold
17056
17057 \backslash
17058 underset
17059 \series default
17060
17061 \begin_inset Index idx
17062 status collapsed
17063
17064 \begin_layout Plain Layout
17065 Commands ! U ! 
17066 \backslash
17067 underset
17068 \end_layout
17069
17070 \end_inset
17071
17072  characters can be placed above or below an operator, respectively.
17073  With the command 
17074 \series bold
17075
17076 \backslash
17077 sideset
17078 \series default
17079
17080 \begin_inset Index idx
17081 status collapsed
17082
17083 \begin_layout Plain Layout
17084 Commands ! S ! 
17085 \backslash
17086 sideset
17087 \end_layout
17088
17089 \end_inset
17090
17091  characters can be set before and behind a big operator.
17092 \end_layout
17093
17094 \begin_layout Standard
17095 There are 4
17096 \begin_inset space ~
17097 \end_inset
17098
17099 variants of 
17100 \series bold
17101
17102 \backslash
17103 sideset
17104 \series default
17105 :
17106 \end_layout
17107
17108 \begin_layout Itemize
17109
17110 \series bold
17111
17112 \backslash
17113 sideset
17114 \series default
17115  is used to set characters at the corners of the operator
17116 \end_layout
17117
17118 \begin_layout Itemize
17119
17120 \series bold
17121
17122 \backslash
17123 sidesetn
17124 \series default
17125  is used to set characters before and/or behind the operator (this variant
17126  represents LaTeX's original 
17127 \series bold
17128
17129 \backslash
17130 sideset
17131 \series default
17132  command)
17133 \end_layout
17134
17135 \begin_layout Itemize
17136
17137 \series bold
17138
17139 \backslash
17140 sidesetl
17141 \series default
17142  is used to set characters at the left corners and/or behind the operator
17143 \end_layout
17144
17145 \begin_layout Itemize
17146
17147 \series bold
17148
17149 \backslash
17150 sidesetr
17151 \series default
17152  is used to set characters at the right corners and/or before the operator
17153 \end_layout
17154
17155 \begin_layout Standard
17156 For example the command 
17157 \series bold
17158
17159 \backslash
17160 sidesetn
17161 \begin_inset space \textvisiblespace{}
17162 \end_inset
17163
17164
17165 \backslash
17166 sum
17167 \begin_inset space \textvisiblespace{}
17168 \end_inset
17169
17170
17171 \begin_inset Formula $\to$
17172 \end_inset
17173
17174 '
17175 \begin_inset Formula $\to$
17176 \end_inset
17177
17178 _k=1
17179 \begin_inset space \textvisiblespace{}
17180 \end_inset
17181
17182
17183 \series default
17184 ^
17185 \series bold
17186 n
17187 \series default
17188  produces:
17189 \begin_inset Formula 
17190 \[
17191 \sideset{}{'}\sum_{k=1}^{n}
17192 \]
17193
17194 \end_inset
17195
17196
17197 \end_layout
17198
17199 \begin_layout Standard
17200 \begin_inset Note Greyedout
17201 status open
17202
17203 \begin_layout Plain Layout
17204
17205 \series bold
17206 Note: 
17207 \backslash
17208 sideset
17209 \series default
17210  can only be used to decorate big operators, binary operators are not allowed.
17211 \end_layout
17212
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \begin_layout Standard
17219
17220 \series bold
17221
17222 \backslash
17223 overset
17224 \series default
17225  and 
17226 \series bold
17227
17228 \backslash
17229 underset
17230 \series default
17231  can also be used to decorate symbols and characters.
17232  For example, the command 
17233 \series bold
17234
17235 \backslash
17236 overset
17237 \begin_inset space \textvisiblespace{}
17238 \end_inset
17239
17240
17241 \backslash
17242 maltese
17243 \begin_inset space \textvisiblespace{}
17244 \end_inset
17245
17246
17247 \series default
17248
17249 \begin_inset Formula $\uparrow$
17250 \end_inset
17251
17252
17253 \series bold
17254 a
17255 \series default
17256  produces:
17257 \begin_inset Formula 
17258 \[
17259 \overset{a}{\maltese}
17260 \]
17261
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \begin_layout Subsection
17268 Binary Operators
17269 \begin_inset CommandInset label
17270 LatexCommand label
17271 name "sub:Binary-Operators"
17272
17273 \end_inset
17274
17275
17276 \begin_inset Index idx
17277 status collapsed
17278
17279 \begin_layout Plain Layout
17280 Operators ! binary
17281 \end_layout
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \begin_layout Standard
17289 Binary operators are surrounded by space when there is a character before
17290  and after them.
17291 \begin_inset VSpace medskip
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \begin_layout Standard
17298 \begin_inset space \hfill{}
17299 \end_inset
17300
17301
17302 \begin_inset Tabular
17303 <lyxtabular version="3" rows="13" columns="2">
17304 <features rotate="0" tabularvalignment="middle">
17305 <column alignment="center" valignment="top" width="0pt">
17306 <column alignment="center" valignment="top" width="0pt">
17307 <row>
17308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 Command
17313 \begin_inset Note Note
17314 status collapsed
17315
17316 \begin_layout Plain Layout
17317
17318 \series bold
17319
17320 \backslash
17321 raisebox
17322 \series default
17323  is only used as spacer.
17324 \end_layout
17325
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 Result
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 <row>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348 +
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 \begin_inset Formula $+$
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 -
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 \begin_inset Formula $-$
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 </row>
17389 <row>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394
17395 \backslash
17396 pm
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 \begin_inset Formula $\pm$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \backslash
17421 mp
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\mp$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \backslash
17446 cdot
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $\cdot$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 times
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\times$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 div
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\div$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 \begin_inset ERT
17520 status collapsed
17521
17522 \begin_layout Plain Layout
17523
17524
17525 \backslash
17526 raisebox{-1.2mm}{
17527 \end_layout
17528
17529 \end_inset
17530
17531 *
17532 \begin_inset ERT
17533 status collapsed
17534
17535 \begin_layout Plain Layout
17536
17537 }
17538 \end_layout
17539
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Formula $*$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \backslash
17567 star
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 \begin_inset Formula $\star$
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \backslash
17592 circ
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $\circ$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 <row>
17611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615
17616 \backslash
17617 diamond
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 \begin_inset Formula $\diamond$
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 </row>
17635 <row>
17636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640
17641 \backslash
17642 bullet
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 \begin_inset Formula $\bullet$
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 </row>
17660 </lyxtabular>
17661
17662 \end_inset
17663
17664
17665 \begin_inset space \hfill{}
17666 \end_inset
17667
17668
17669 \begin_inset Tabular
17670 <lyxtabular version="3" rows="13" columns="2">
17671 <features rotate="0" tabularvalignment="middle">
17672 <column alignment="center" valignment="top" width="0pt">
17673 <column alignment="center" valignment="top" width="0pt">
17674 <row>
17675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 Command
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688 Result
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 </row>
17694 <row>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699
17700 \backslash
17701 nabla
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710 \begin_inset Formula $\nabla$
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \backslash
17726 bigtriangledown
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 \begin_inset Formula $\bigtriangledown$
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 </row>
17744 <row>
17745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749
17750 \backslash
17751 bigtriangleup
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 \begin_inset Formula $\bigtriangleup$
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 </row>
17769 <row>
17770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774
17775 \backslash
17776 Box
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785 \begin_inset Formula $\Box$
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 </row>
17794 <row>
17795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799
17800 \backslash
17801 cap 
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 \begin_inset Formula $\cap$
17811 \end_inset
17812
17813
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 </row>
17819 <row>
17820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824
17825 \backslash
17826 cup
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 \begin_inset Formula $\cup$
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 </row>
17844 <row>
17845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849
17850 \backslash
17851 dagger
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17857 \begin_inset Text
17858
17859 \begin_layout Plain Layout
17860 \begin_inset Formula $\dagger$
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 </row>
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874
17875 \backslash
17876 ddagger
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 \begin_inset Formula $\ddagger$
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 <row>
17895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899
17900 \backslash
17901 wr
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 \begin_inset Formula $\wr$
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 </row>
17919 <row>
17920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924
17925 \backslash
17926 bigcirc
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 \begin_inset Formula $\bigcirc$
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 </row>
17944 <row>
17945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949
17950 \backslash
17951 wedge
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 \begin_inset Formula $\wedge$
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \backslash
17976 vee
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\vee$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 </lyxtabular>
17995
17996 \end_inset
17997
17998
17999 \begin_inset space \hfill{}
18000 \end_inset
18001
18002
18003 \begin_inset Tabular
18004 <lyxtabular version="3" rows="13" columns="2">
18005 <features rotate="0" tabularvalignment="middle">
18006 <column alignment="center" valignment="top" width="0pt">
18007 <column alignment="center" valignment="top" width="0pt">
18008 <row>
18009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 Command
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 Result
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 </row>
18028 <row>
18029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033
18034 \backslash
18035 oplus
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044 \begin_inset Formula $\oplus$
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 </row>
18053 <row>
18054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058
18059 \backslash
18060 ominus
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 \begin_inset Formula $\ominus$
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 </row>
18078 <row>
18079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083
18084 \backslash
18085 otimes
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 \begin_inset Formula $\otimes$
18095 \end_inset
18096
18097
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 </row>
18103 <row>
18104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108
18109 \backslash
18110 oslash
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119 \begin_inset Formula $\oslash$
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 </row>
18128 <row>
18129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \backslash
18135 odot
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 \begin_inset Formula $\odot$
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 </row>
18153 <row>
18154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158
18159 \backslash
18160 amalg
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 \begin_inset Formula $\amalg$
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 </row>
18178 <row>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \backslash
18185 uplus
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 \begin_inset Formula $\uplus$
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 <row>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \backslash
18210 setminus
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 \begin_inset Formula $\setminus$
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 </row>
18228 <row>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233
18234 \backslash
18235 sqcap
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 \begin_inset Formula $\sqcap$
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 </row>
18253 <row>
18254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258
18259 \backslash
18260 sqcup
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 \begin_inset Formula $\sqcup$
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 </row>
18278 <row>
18279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283
18284 \backslash
18285 triangleleft
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294 \begin_inset Formula $\triangleleft$
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 </row>
18303 <row>
18304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308
18309 \backslash
18310 triangleright
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 \begin_inset Formula $\triangleright$
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 </row>
18328 </lyxtabular>
18329
18330 \end_inset
18331
18332
18333 \begin_inset space \hfill{}
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340 All binary operators can also be inserted via the math toolbar button 
18341 \begin_inset Info
18342 type  "icon"
18343 arg   "math-insert \\pm"
18344 \end_inset
18345
18346 .
18347 \end_layout
18348
18349 \begin_layout Standard
18350 To typeset the Laplace operator also 
18351 \series bold
18352
18353 \backslash
18354 Delta
18355 \series default
18356  or 
18357 \series bold
18358
18359 \backslash
18360 nabla
18361 \series default
18362 ^
18363 \series bold
18364 2
18365 \series default
18366  (
18367 \begin_inset Formula $\nabla^{2}$
18368 \end_inset
18369
18370 ) can be used instead of 
18371 \series bold
18372
18373 \backslash
18374 bigtriangleup
18375 \series default
18376  .
18377 \end_layout
18378
18379 \begin_layout Standard
18380 The character 
18381 \family sans
18382 Menu Separator
18383 \family default
18384  from the menu 
18385 \family sans
18386 Insert\SpecialChar \menuseparator
18387 Special Character
18388 \family default
18389  is the operator 
18390 \series bold
18391
18392 \backslash
18393 triangleright
18394 \series default
18395 .
18396 \end_layout
18397
18398 \begin_layout Subsection
18399 Self-defined Operators
18400 \begin_inset CommandInset label
18401 LatexCommand label
18402 name "sub:Self-defined-Operators"
18403
18404 \end_inset
18405
18406
18407 \begin_inset Index idx
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411 Operators ! self-defined
18412 \end_layout
18413
18414 \end_inset
18415
18416
18417 \end_layout
18418
18419 \begin_layout Standard
18420 With the help of the command 
18421 \series bold
18422
18423 \backslash
18424 DeclareMathOperator
18425 \series default
18426
18427 \begin_inset Index idx
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431 Commands ! D ! 
18432 \backslash
18433 dbinom@
18434 \backslash
18435 DeclareMathOperator
18436 \end_layout
18437
18438 \end_inset
18439
18440  custom operators can be defined in the LaTeX-preamble.
18441  Its command scheme is:
18442 \end_layout
18443
18444 \begin_layout Standard
18445
18446 \series bold
18447
18448 \backslash
18449 DeclareMathOperator{new command}{display}
18450 \end_layout
18451
18452 \begin_layout Standard
18453 Display can be characters or symbols that define how the operator looks
18454  in the output.
18455  To define a big operator a * is set behind the command.
18456  All self-defined big operators can have limits as described in 
18457 \begin_inset CommandInset ref
18458 LatexCommand ref
18459 reference "sub:Operator-Limits"
18460
18461 \end_inset
18462
18463 .
18464 \end_layout
18465
18466 \begin_layout Standard
18467 For example the LaTeX-preamble line
18468 \end_layout
18469
18470 \begin_layout Standard
18471
18472 \series bold
18473
18474 \backslash
18475 DeclareMathOperator*{
18476 \backslash
18477 Lozenge}{
18478 \backslash
18479 blacklozenge}
18480 \end_layout
18481
18482 \begin_layout Standard
18483 defines the command 
18484 \series bold
18485
18486 \backslash
18487 Lozenge
18488 \series default
18489 , that inserts a big operator consisting of the lozenge symbol from 
18490 \begin_inset CommandInset ref
18491 LatexCommand ref
18492 reference "sub:Miscellaneous-Symbols"
18493
18494 \end_inset
18495
18496 :
18497 \begin_inset Formula 
18498 \[
18499 \Lozenge_{n=1}^{\infty}
18500 \]
18501
18502 \end_inset
18503
18504 The command for this formula is: 
18505 \series bold
18506
18507 \backslash
18508 Lozenge
18509 \series default
18510 ^
18511 \series bold
18512
18513 \backslash
18514 infty
18515 \begin_inset Formula $\to$
18516 \end_inset
18517
18518 _n=1
18519 \end_layout
18520
18521 \begin_layout Standard
18522 \begin_inset VSpace bigskip
18523 \end_inset
18524
18525 When self-defined operators are not used several times in the document,
18526  they can also be defined with the commands 
18527 \series bold
18528
18529 \backslash
18530 mathop
18531 \series default
18532
18533 \begin_inset Index idx
18534 status collapsed
18535
18536 \begin_layout Plain Layout
18537 Commands ! M ! 
18538 \backslash
18539 mathop
18540 \end_layout
18541
18542 \end_inset
18543
18544  and 
18545 \series bold
18546
18547 \backslash
18548 mathbin
18549 \series default
18550
18551 \begin_inset Index idx
18552 status collapsed
18553
18554 \begin_layout Plain Layout
18555 Commands ! M ! 
18556 \backslash
18557 mathbin
18558 \end_layout
18559
18560 \end_inset
18561
18562 , which have the following scheme:
18563 \end_layout
18564
18565 \begin_layout Standard
18566
18567 \series bold
18568
18569 \backslash
18570 mathop{display}
18571 \series default
18572  and 
18573 \series bold
18574
18575 \backslash
18576 mathbin{display}
18577 \end_layout
18578
18579 \begin_layout Standard
18580
18581 \series bold
18582
18583 \backslash
18584 mathop
18585 \series default
18586  defines big operators, 
18587 \series bold
18588
18589 \backslash
18590 mathbin
18591 \series default
18592  binary operators.
18593 \end_layout
18594
18595 \begin_layout Standard
18596
18597 \series bold
18598
18599 \backslash
18600 mathop
18601 \series default
18602  can e.
18603 \begin_inset space \thinspace{}
18604 \end_inset
18605
18606 g.
18607 \begin_inset space \space{}
18608 \end_inset
18609
18610 be used to use one limit for several operators:
18611 \end_layout
18612
18613 \begin_layout Standard
18614 \begin_inset Formula 
18615 \[
18616 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18617 \]
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \begin_layout Standard
18625 The command for the formula above is:
18626 \begin_inset Newline newline
18627 \end_inset
18628
18629
18630 \series bold
18631
18632 \backslash
18633 mathop{
18634 \backslash
18635 sum
18636 \backslash
18637 negmedspace
18638 \backslash
18639 sum
18640 \series default
18641
18642 \begin_inset space \textvisiblespace{}
18643 \end_inset
18644
18645
18646 \series bold
18647
18648 \begin_inset Formula $\to$
18649 \end_inset
18650
18651 ^N
18652 \series default
18653
18654 \begin_inset space \textvisiblespace{}
18655 \end_inset
18656
18657
18658 \series bold
18659 _i,j=1
18660 \end_layout
18661
18662 \begin_layout Section
18663 Fonts
18664 \begin_inset Index idx
18665 status collapsed
18666
18667 \begin_layout Plain Layout
18668 Fonts
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Subsection
18677 Font Styles
18678 \begin_inset CommandInset label
18679 LatexCommand label
18680 name "sub:Font-Styles"
18681
18682 \end_inset
18683
18684
18685 \begin_inset Index idx
18686 status collapsed
18687
18688 \begin_layout Plain Layout
18689 Font ! style
18690 \end_layout
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \begin_layout Standard
18698 Latin letters in formulas can be set in one of the following font styles:
18699 \begin_inset VSpace -2mm
18700 \end_inset
18701
18702
18703 \end_layout
18704
18705 \begin_layout Standard
18706 \align center
18707 \begin_inset Tabular
18708 <lyxtabular version="3" rows="7" columns="3">
18709 <features rotate="0" tabularvalignment="middle">
18710 <column alignment="center" valignment="top">
18711 <column alignment="center" valignment="top">
18712 <column alignment="center" valignment="top">
18713 <row>
18714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18715 \begin_inset Text
18716
18717 \begin_layout Plain Layout
18718 Command
18719 \end_layout
18720
18721 \end_inset
18722 </cell>
18723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727 Result
18728 \end_layout
18729
18730 \end_inset
18731 </cell>
18732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Plain Layout
18736 shortcut
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 </row>
18742 <row>
18743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747
18748 \backslash
18749 mathbb
18750 \series bold
18751
18752 \begin_inset space \textvisiblespace{}
18753 \end_inset
18754
18755
18756 \series default
18757 ABC
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 \begin_inset Formula $\mathbb{ABC}$
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778 \begin_inset Info
18779 type  "shortcuts"
18780 arg   "font-noun"
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 </row>
18789 <row>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794
18795 \backslash
18796 mathbf
18797 \series bold
18798
18799 \begin_inset space \textvisiblespace{}
18800 \end_inset
18801
18802
18803 \series default
18804 AbC
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813 \begin_inset Formula $\mathbf{AbC}$
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825 \begin_inset Info
18826 type  "shortcuts"
18827 arg   "font-bold"
18828 \end_inset
18829
18830
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 </row>
18836 <row>
18837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18838 \begin_inset Text
18839
18840 \begin_layout Plain Layout
18841
18842 \backslash
18843 boldsymbol
18844 \series bold
18845
18846 \begin_inset space \textvisiblespace{}
18847 \end_inset
18848
18849
18850 \series default
18851 AbC
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860 \begin_inset Formula $\boldsymbol{AbC}$
18861 \end_inset
18862
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 \begin_inset Info
18873 type  "shortcuts"
18874 arg   "font-boldsymbol"
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 </row>
18883 <row>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888
18889 \backslash
18890 mathcal
18891 \series bold
18892
18893 \begin_inset space \textvisiblespace{}
18894 \end_inset
18895
18896
18897 \series default
18898 ABC
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907 \begin_inset Formula $\mathcal{ABC}$
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919 \begin_inset Info
18920 type  "shortcuts"
18921 arg   "font-emph"
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 </row>
18930 <row>
18931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935
18936 \backslash
18937 mathfrak
18938 \series bold
18939
18940 \begin_inset space \textvisiblespace{}
18941 \end_inset
18942
18943
18944 \series default
18945 AbC
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954 \begin_inset Formula $\mathfrak{AbC}$
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 -
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 </row>
18972 <row>
18973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977
18978 \backslash
18979 mathscr
18980 \series bold
18981
18982 \begin_inset space \textvisiblespace{}
18983 \end_inset
18984
18985
18986 \series default
18987 AbC
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 \begin_inset Formula $\mathscr{AbC}$
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 -
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 </row>
19014 </lyxtabular>
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \begin_layout Standard
19022 \align center
19023 \begin_inset Tabular
19024 <lyxtabular version="3" rows="5" columns="3">
19025 <features rotate="0" tabularvalignment="middle">
19026 <column alignment="center" valignment="top">
19027 <column alignment="center" valignment="top">
19028 <column alignment="center" valignment="top">
19029 <row>
19030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 Command
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 Result
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 shortcut
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 </row>
19058 <row>
19059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063
19064 \backslash
19065 mathit
19066 \series bold
19067
19068 \begin_inset space \textvisiblespace{}
19069 \end_inset
19070
19071
19072 \series default
19073 AbC
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Formula $\mathit{AbC}$
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 -
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 </row>
19100 <row>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105
19106 \backslash
19107 mathrm
19108 \series bold
19109
19110 \begin_inset space \textvisiblespace{}
19111 \end_inset
19112
19113
19114 \series default
19115 AbC
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 \begin_inset Formula $\mathrm{AbC}$
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 \begin_inset Info
19137 type  "shortcuts"
19138 arg   "font-roman"
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 </row>
19147 <row>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152
19153 \backslash
19154 mathsf
19155 \series bold
19156
19157 \begin_inset space \textvisiblespace{}
19158 \end_inset
19159
19160
19161 \series default
19162 AbC
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171 \begin_inset Formula $\mathsf{AbC}$
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 \begin_inset Info
19184 type  "shortcuts"
19185 arg   "font-sans"
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 <row>
19195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \backslash
19201 mathtt
19202 \series bold
19203
19204 \begin_inset space \textvisiblespace{}
19205 \end_inset
19206
19207
19208 \series default
19209 AbC
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218 \begin_inset Formula $\mathtt{AbC}$
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset Info
19231 type  "shortcuts"
19232 arg   "font-typewriter"
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 </row>
19241 </lyxtabular>
19242
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \begin_layout Standard
19249 \begin_inset Note Greyedout
19250 status open
19251
19252 \begin_layout Plain Layout
19253
19254 \series bold
19255 Note:
19256 \series default
19257  The styles 
19258 \series bold
19259
19260 \backslash
19261 mathbb
19262 \series default
19263  and 
19264 \series bold
19265
19266 \backslash
19267 mathcal
19268 \series default
19269  can only be used for big letters.
19270 \end_layout
19271
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \begin_layout Standard
19278 Predefined is the style 
19279 \series bold
19280
19281 \backslash
19282 mathnormal
19283 \series default
19284 .
19285 \end_layout
19286
19287 \begin_layout Standard
19288 The style commands work also for letters in mathematical constructs:
19289 \begin_inset Formula 
19290 \[
19291 \mathfrak{A=\frac{b}{C}}
19292 \]
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \begin_layout Standard
19300 Characters in mathematical text don't appear in a math font style but in
19301  the text font style 
19302 \series bold
19303
19304 \backslash
19305 textrm
19306 \series default
19307 .
19308  That their style can't be set correctly via the text style dialog is a
19309  bug in LyX.
19310 \begin_inset Foot
19311 status collapsed
19312
19313 \begin_layout Plain Layout
19314 \begin_inset CommandInset href
19315 LatexCommand href
19316 name "LyX-bug #4629"
19317 target "http://www.lyx.org/trac/ticket/4629"
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Standard
19330 Instead of the style commands the dialog 
19331 \family sans
19332 Edit\SpecialChar \menuseparator
19333 Math\SpecialChar \menuseparator
19334 Text Style
19335 \family default
19336  or the toolbar button 
19337 \begin_inset Info
19338 type  "icon"
19339 arg   "math-insert \\font"
19340 \end_inset
19341
19342  can be used.
19343 \end_layout
19344
19345 \begin_layout Subsection
19346 Bold Formulas
19347 \begin_inset CommandInset label
19348 LatexCommand label
19349 name "sub:Bold-Formulas"
19350
19351 \end_inset
19352
19353
19354 \begin_inset Index idx
19355 status collapsed
19356
19357 \begin_layout Plain Layout
19358 Formula ! bold
19359 \end_layout
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Standard
19367 To make a complete formula bold, the command 
19368 \series bold
19369
19370 \backslash
19371 mathbf
19372 \series default
19373  from the previous subsection cannot be used, because it doesn't work for
19374  small Greek letters.
19375  Furthermore it prints Latin letters always upright, like in the following
19376  equation:
19377 \end_layout
19378
19379 \begin_layout Standard
19380 \begin_inset Formula 
19381 \[
19382 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
19383 \]
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \begin_layout Standard
19391 To display the formula correctly, the command 
19392 \series bold
19393
19394 \backslash
19395 boldsymbol
19396 \series default
19397  is used:
19398 \begin_inset Formula 
19399 \[
19400 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
19401 \]
19402
19403 \end_inset
19404
19405 It is also possible to set the formula in a 
19406 \series bold
19407 boldmath environment
19408 \series default
19409 .
19410  This environment is created by inserting the command 
19411 \series bold
19412
19413 \backslash
19414 boldmath
19415 \series default
19416
19417 \begin_inset Index idx
19418 status collapsed
19419
19420 \begin_layout Plain Layout
19421 Commands ! B ! 
19422 \backslash
19423 boldmath
19424 \end_layout
19425
19426 \end_inset
19427
19428  in TeX-mode.
19429  To end the environment, the command 
19430 \series bold
19431
19432 \backslash
19433 unboldmath
19434 \series default
19435
19436 \begin_inset Index idx
19437 status collapsed
19438
19439 \begin_layout Plain Layout
19440 Commands ! U ! 
19441 \backslash
19442 unboldmath
19443 \end_layout
19444
19445 \end_inset
19446
19447  is inserted in TeX-mode.
19448 \begin_inset ERT
19449 status collapsed
19450
19451 \begin_layout Plain Layout
19452
19453
19454 \backslash
19455 boldmath 
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \begin_inset Formula 
19462 \[
19463 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19464 \]
19465
19466 \end_inset
19467
19468
19469 \begin_inset ERT
19470 status collapsed
19471
19472 \begin_layout Plain Layout
19473
19474
19475 \backslash
19476 unboldmath 
19477 \end_layout
19478
19479 \end_inset
19480
19481
19482 \end_layout
19483
19484 \begin_layout Subsection
19485 Colored Formulas
19486 \begin_inset Index idx
19487 status collapsed
19488
19489 \begin_layout Plain Layout
19490 Formula ! colored
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Standard
19499 Formulas can be colored like normal text: Highlight a formula or a formula
19500  part and use the 
19501 \family sans
19502 Text Style
19503 \family default
19504  dialog.
19505  Here is a formula in magenta:
19506 \begin_inset Formula 
19507 \[
19508 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19509 \]
19510
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \begin_layout Standard
19517 You can also define your own colors as described in 
19518 \begin_inset CommandInset ref
19519 LatexCommand ref
19520 reference "sub:Colored-Boxes"
19521
19522 \end_inset
19523
19524 .
19525  They can be used with the TeX code command 
19526 \series bold
19527
19528 \backslash
19529 textcolor
19530 \series default
19531
19532 \begin_inset Index idx
19533 status collapsed
19534
19535 \begin_layout Plain Layout
19536 Commands ! T ! 
19537 \backslash
19538 textcolor
19539 \end_layout
19540
19541 \end_inset
19542
19543  in the scheme
19544 \end_layout
19545
19546 \begin_layout Standard
19547
19548 \series bold
19549
19550 \backslash
19551 textcolor{color}{characters or formula}
19552 \end_layout
19553
19554 \begin_layout Standard
19555 The following example was colored completely dark green and partly red:
19556 \end_layout
19557
19558 \begin_layout Standard
19559 \begin_inset ERT
19560 status collapsed
19561
19562 \begin_layout Plain Layout
19563
19564
19565 \backslash
19566 textcolor{darkgreen}{
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \begin_inset Formula 
19573 \[
19574 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19575 \]
19576
19577 \end_inset
19578
19579
19580 \begin_inset ERT
19581 status collapsed
19582
19583 \begin_layout Plain Layout
19584
19585 }
19586 \end_layout
19587
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \begin_layout Standard
19594 Due to a bug in LyX only complete formulas can be colored with self-defined
19595  colors.
19596 \begin_inset Foot
19597 status collapsed
19598
19599 \begin_layout Plain Layout
19600 \begin_inset CommandInset href
19601 LatexCommand href
19602 name "LyX-bug #5269"
19603 target "http://www.lyx.org/trac/ticket/5269"
19604
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \begin_layout Subsection
19616 Font Sizes
19617 \begin_inset CommandInset label
19618 LatexCommand label
19619 name "sub:Font-Sizes"
19620
19621 \end_inset
19622
19623
19624 \begin_inset Index idx
19625 status collapsed
19626
19627 \begin_layout Plain Layout
19628 Font ! size
19629 \end_layout
19630
19631 \end_inset
19632
19633
19634 \end_layout
19635
19636 \begin_layout Standard
19637 For characters in formulas there are, analog to characters in text, the
19638  following size commands:
19639 \end_layout
19640
19641 \begin_layout Standard
19642
19643 \series bold
19644
19645 \backslash
19646 Huge
19647 \series default
19648
19649 \series bold
19650
19651 \backslash
19652 huge
19653 \series default
19654
19655 \series bold
19656
19657 \backslash
19658 LARGE
19659 \series default
19660
19661 \series bold
19662
19663 \backslash
19664 Large
19665 \series default
19666
19667 \series bold
19668
19669 \backslash
19670 large
19671 \series default
19672
19673 \series bold
19674
19675 \backslash
19676 normalsize
19677 \series default
19678
19679 \series bold
19680
19681 \backslash
19682 small
19683 \series default
19684 ,
19685 \begin_inset Newline newline
19686 \end_inset
19687
19688
19689 \series bold
19690
19691 \backslash
19692 footnotesize
19693 \series default
19694
19695 \series bold
19696
19697 \backslash
19698 scriptsize
19699 \series default
19700  and 
19701 \series bold
19702
19703 \backslash
19704 tiny
19705 \end_layout
19706
19707 \begin_layout Standard
19708 The size produced by the commands depends on the document font size, which
19709  corresponds to the command 
19710 \series bold
19711
19712 \backslash
19713 normalsize
19714 \series default
19715 .
19716  The other commands produce smaller or larger sizes than 
19717 \series bold
19718
19719 \backslash
19720 normalsize
19721 \series default
19722 .
19723  The font size can however not exceed a certain value.
19724  Is for example the document font size 12
19725 \begin_inset space \thinspace{}
19726 \end_inset
19727
19728 pt, the command 
19729 \series bold
19730
19731 \backslash
19732 Huge
19733 \series default
19734  switches to the same size as 
19735 \series bold
19736
19737 \backslash
19738 huge
19739 \series default
19740 .
19741  
19742 \end_layout
19743
19744 \begin_layout Standard
19745 A size command is inserted in TeX-mode before the formula and sets the size
19746  for all following formula and text characters.
19747  To switch back to the initial size, the command 
19748 \series bold
19749
19750 \backslash
19751 normalsize
19752 \series default
19753  is inserted behind the formula in TeX-mode.
19754 \end_layout
19755
19756 \begin_layout Standard
19757 Within a formula the size can be changed using the following size commands
19758  or the toolbar button 
19759 \begin_inset Info
19760 type  "icon"
19761 arg   "math-insert \\style"
19762 \end_inset
19763
19764 :
19765 \end_layout
19766
19767 \begin_layout Standard
19768 \noindent
19769 \align center
19770 \begin_inset Tabular
19771 <lyxtabular version="3" rows="5" columns="2">
19772 <features rotate="0" tabularvalignment="middle">
19773 <column alignment="center" valignment="top">
19774 <column alignment="center" valignment="top">
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 Command
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 Result
19790 \begin_inset Note Note
19791 status collapsed
19792
19793 \begin_layout Plain Layout
19794
19795 \series bold
19796
19797 \backslash
19798 raisebox
19799 \series default
19800  is only used as spacer.
19801 \end_layout
19802
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 displaystyle
19819 \begin_inset Index idx
19820 status collapsed
19821
19822 \begin_layout Plain Layout
19823 Commands ! D ! 
19824 \backslash
19825 displaystyle
19826 \end_layout
19827
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 </row>
19848 <row>
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853
19854 \backslash
19855 textstyle
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 </row>
19873 <row>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878
19879 \backslash
19880 scriptstyle
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 </row>
19898 <row>
19899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \backslash
19905 scriptscriptstyle
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 </row>
19923 </lyxtabular>
19924
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \begin_layout Standard
19931 After entering these commands, a blue box appears in which the formula parts
19932  are inserted.
19933 \end_layout
19934
19935 \begin_layout Standard
19936 There is a further method to change the font size, that though only works
19937  for symbols or letters in mathematical text.
19938  To use it, one of the above text size commands is inserted in mathematical
19939  text.
19940  All following characters until the end of the mathematical text or until
19941  another size command will have the selected size.
19942  Two examples:
19943 \begin_inset VSpace -2mm
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \begin_layout Standard
19950 \begin_inset ERT
19951 status collapsed
19952
19953 \begin_layout Plain Layout
19954
19955
19956 \backslash
19957 huge 
19958 \end_layout
19959
19960 \end_inset
19961
19962
19963 \begin_inset Formula 
19964 \[
19965 A=\frac{B}{c}\cdot\maltese
19966 \]
19967
19968 \end_inset
19969
19970
19971 \begin_inset Formula 
19972 \[
19973 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19974 \]
19975
19976 \end_inset
19977
19978
19979 \begin_inset ERT
19980 status collapsed
19981
19982 \begin_layout Plain Layout
19983
19984
19985 \backslash
19986 normalsize 
19987 \end_layout
19988
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \begin_layout Standard
19995 \begin_inset VSpace medskip
19996 \end_inset
19997
19998 Before both formulas the command 
19999 \series bold
20000
20001 \backslash
20002 huge
20003 \series default
20004  was inserted.
20005  The command for the second formula is:
20006 \begin_inset Newline newline
20007 \end_inset
20008
20009
20010 \series bold
20011
20012 \backslash
20013 maltese
20014 \begin_inset space \textvisiblespace{}
20015 \end_inset
20016
20017 A Alt+M M 
20018 \backslash
20019 Large
20020 \begin_inset space \textvisiblespace{}
20021 \end_inset
20022
20023
20024 \backslash
20025 maltese
20026 \begin_inset space \textvisiblespace{}
20027 \end_inset
20028
20029
20030 \backslash
20031 textit
20032 \begin_inset space \textvisiblespace{}
20033 \end_inset
20034
20035 A
20036 \begin_inset Formula $\to$
20037 \end_inset
20038
20039
20040 \begin_inset Formula $\to$
20041 \end_inset
20042
20043
20044 \begin_inset Newline newline
20045 \end_inset
20046
20047
20048 \begin_inset space \hspace*{}
20049 \length 1cm
20050 \end_inset
20051
20052 Alt+M
20053 \series default
20054  
20055 \series bold
20056
20057 \backslash
20058 tiny
20059 \begin_inset space \textvisiblespace{}
20060 \end_inset
20061
20062
20063 \backslash
20064 maltese
20065 \begin_inset space \textvisiblespace{}
20066 \end_inset
20067
20068
20069 \backslash
20070 textit
20071 \begin_inset space \textvisiblespace{}
20072 \end_inset
20073
20074 A
20075 \end_layout
20076
20077 \begin_layout Standard
20078 If a symbol cannot be displayed in different sizes, it will always be displayed
20079  in the default size.
20080 \end_layout
20081
20082 \begin_layout Section
20083 Greek Letters
20084 \begin_inset Index idx
20085 status collapsed
20086
20087 \begin_layout Plain Layout
20088 Greek letters
20089 \end_layout
20090
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \begin_layout Standard
20097 Greek letters can also be inserted via the toolbar button 
20098 \begin_inset Info
20099 type  "icon"
20100 arg   "math-insert \\alpha"
20101 \end_inset
20102
20103 .
20104  All international typesetting norms purport that Greek letters in math
20105  have to be typeset italic/slanted.
20106  In some languages, like French or Russian, they are nevertheless sometimes
20107  typeset upright.
20108 \end_layout
20109
20110 \begin_layout Subsection
20111 Small Letters
20112 \begin_inset Index idx
20113 status collapsed
20114
20115 \begin_layout Plain Layout
20116 Greek letters ! small
20117 \end_layout
20118
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \begin_layout Standard
20125 \begin_inset space \hfill{}
20126 \end_inset
20127
20128
20129 \begin_inset Tabular
20130 <lyxtabular version="3" rows="11" columns="2">
20131 <features rotate="0" tabularvalignment="middle">
20132 <column alignment="center" valignment="top" width="0pt">
20133 <column alignment="center" valignment="top" width="0pt">
20134 <row>
20135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 Command
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 Result
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 </row>
20154 <row>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159
20160 \backslash
20161 alpha
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170 \begin_inset Formula $\alpha$
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 </row>
20179 <row>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \backslash
20186 beta
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 \begin_inset Formula $\beta$
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \backslash
20211 gamma
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 \begin_inset Formula $\gamma$
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 </row>
20229 <row>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234
20235 \backslash
20236 delta
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset Formula $\delta$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 <row>
20255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259
20260 \backslash
20261 epsilon
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 \begin_inset Formula $\epsilon$
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 <row>
20280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284
20285 \backslash
20286 varepsilon
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Formula $\varepsilon$
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 <row>
20305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309
20310 \backslash
20311 zeta
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 \begin_inset Formula $\zeta$
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \backslash
20336 eta
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Formula $\eta$
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 theta
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Formula $\theta$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \backslash
20386 vartheta
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Formula $\vartheta$
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 </lyxtabular>
20405
20406 \end_inset
20407
20408
20409 \begin_inset space \hfill{}
20410 \end_inset
20411
20412
20413 \begin_inset Tabular
20414 <lyxtabular version="3" rows="12" columns="2">
20415 <features rotate="0" tabularvalignment="middle">
20416 <column alignment="center" valignment="top" width="0pt">
20417 <column alignment="center" valignment="top" width="0pt">
20418 <row>
20419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 Command
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432 Result
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 </row>
20438 <row>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443
20444 \backslash
20445 iota
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454 \begin_inset Formula $\iota$
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 </row>
20463 <row>
20464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468
20469 \backslash
20470 kappa
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479 \begin_inset Formula $\kappa$
20480 \end_inset
20481
20482
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \backslash
20495 varkappa
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 \begin_inset Formula $\varkappa$
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 </row>
20513 <row>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \backslash
20520 lambda
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 \begin_inset Formula $\lambda$
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 mu
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\mu$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 nu
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\nu$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 xi
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\xi$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 o
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627 \begin_inset Formula $o$
20628 \end_inset
20629
20630
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 </row>
20636 <row>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \backslash
20643 pi
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 \begin_inset Formula $\pi$
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 </row>
20661 <row>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \backslash
20668 varpi
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 \begin_inset Formula $\varpi$
20678 \end_inset
20679
20680
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 <row>
20687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691
20692 \backslash
20693 rho
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702 \begin_inset Formula $\rho$
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 </lyxtabular>
20712
20713 \end_inset
20714
20715
20716 \begin_inset space \hfill{}
20717 \end_inset
20718
20719
20720 \begin_inset Tabular
20721 <lyxtabular version="3" rows="11" columns="2">
20722 <features rotate="0" tabularvalignment="middle">
20723 <column alignment="center" valignment="top" width="0pt">
20724 <column alignment="center" valignment="top" width="0pt">
20725 <row>
20726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20727 \begin_inset Text
20728
20729 \begin_layout Plain Layout
20730 Command
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 Result
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 </row>
20745 <row>
20746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750
20751 \backslash
20752 varrho
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761 \begin_inset Formula $\varrho$
20762 \end_inset
20763
20764
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 </row>
20770 <row>
20771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775
20776 \backslash
20777 sigma
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786 \begin_inset Formula $\sigma$
20787 \end_inset
20788
20789
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 </row>
20795 <row>
20796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800
20801 \backslash
20802 varsigma
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811 \begin_inset Formula $\varsigma$
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 </row>
20820 <row>
20821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825
20826 \backslash
20827 tau
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 \begin_inset Formula $\tau$
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 </row>
20845 <row>
20846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850
20851 \backslash
20852 upsilon
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861 \begin_inset Formula $\upsilon$
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 </row>
20870 <row>
20871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875
20876 \backslash
20877 phi
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886 \begin_inset Formula $\phi$
20887 \end_inset
20888
20889
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 </row>
20895 <row>
20896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900
20901 \backslash
20902 varphi
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911 \begin_inset Formula $\varphi$
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 </row>
20920 <row>
20921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925
20926 \backslash
20927 chi
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Formula $\chi$
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 </row>
20945 <row>
20946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950
20951 \backslash
20952 psi
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 \begin_inset Formula $\psi$
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975
20976 \backslash
20977 omega
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 \begin_inset Formula $\omega$
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 </row>
20995 </lyxtabular>
20996
20997 \end_inset
20998
20999
21000 \begin_inset space \hfill{}
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \begin_layout Standard
21007 \begin_inset VSpace medskip
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Standard
21014 How to create special upright Greek letters is explained in 
21015 \begin_inset CommandInset ref
21016 LatexCommand ref
21017 reference "sub:Upright-small-Greek"
21018
21019 \end_inset
21020
21021 .
21022 \end_layout
21023
21024 \begin_layout Subsection
21025 Big Letters
21026 \begin_inset Index idx
21027 status collapsed
21028
21029 \begin_layout Plain Layout
21030 Greek letters ! big
21031 \end_layout
21032
21033 \end_inset
21034
21035
21036 \end_layout
21037
21038 \begin_layout Standard
21039 \begin_inset space \hfill{}
21040 \end_inset
21041
21042
21043 \begin_inset Tabular
21044 <lyxtabular version="3" rows="7" columns="2">
21045 <features rotate="0" tabularvalignment="middle">
21046 <column alignment="center" valignment="top" width="0pt">
21047 <column alignment="center" valignment="top" width="0pt">
21048 <row>
21049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 Command
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 Result
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 Gamma
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 $\Gamma$
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 Delta
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 $\Delta$
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 Theta
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 $\Theta$
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 Lambda
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 $\Lambda$
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 Xi
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 $\Xi$
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 Pi
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 $\Pi$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 </lyxtabular>
21219
21220 \end_inset
21221
21222
21223 \begin_inset space \hfill{}
21224 \end_inset
21225
21226
21227 \begin_inset Tabular
21228 <lyxtabular version="3" rows="6" columns="2">
21229 <features rotate="0" tabularvalignment="middle">
21230 <column alignment="center" valignment="top" width="0pt">
21231 <column alignment="center" valignment="top" width="0pt">
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 Command
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 Result
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 Sigma
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $\Sigma$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 <row>
21278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \backslash
21284 Upsilon
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $\Upsilon$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 Phi
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\Phi$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 Psi
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\Psi$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 Omega
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\Omega$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 </lyxtabular>
21378
21379 \end_inset
21380
21381
21382 \begin_inset space \hfill{}
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \begin_layout Standard
21389 \begin_inset VSpace medskip
21390 \end_inset
21391
21392 That the big Greek letters appear upright is caused by a design bug when
21393  TeX was developed.
21394  To get correct italic big letters, begin every command with 
21395 \series bold
21396 var
21397 \series default
21398 .
21399  For example the command 
21400 \series bold
21401
21402 \backslash
21403 varGamma
21404 \series default
21405  produces 
21406 \begin_inset Formula $\varGamma$
21407 \end_inset
21408
21409 .
21410  Another way is to load the package 
21411 \series bold
21412 fixmath
21413 \series default
21414
21415 \begin_inset Foot
21416 status collapsed
21417
21418 \begin_layout Plain Layout
21419
21420 \series bold
21421 fixmath
21422 \series default
21423  is part of the LaTeX-package 
21424 \series bold
21425 was
21426 \series default
21427
21428 \begin_inset Index idx
21429 status collapsed
21430
21431 \begin_layout Plain Layout
21432 Packages ! was
21433 \begin_inset ERT
21434 status collapsed
21435
21436 \begin_layout Plain Layout
21437
21438
21439 \backslash
21440 vspace{4mm}
21441 \end_layout
21442
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449
21450 .
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \begin_inset Index idx
21457 status collapsed
21458
21459 \begin_layout Plain Layout
21460 Packages ! fixmath
21461 \end_layout
21462
21463 \end_inset
21464
21465  with the LaTeX-preamble line
21466 \end_layout
21467
21468 \begin_layout Standard
21469
21470 \series bold
21471
21472 \backslash
21473 usepackage{fixmath}
21474 \end_layout
21475
21476 \begin_layout Standard
21477 Then all big Greek letters in a document will automatically be typeset italic.
21478 \end_layout
21479
21480 \begin_layout Subsection
21481 Bold Letters
21482 \begin_inset Index idx
21483 status collapsed
21484
21485 \begin_layout Plain Layout
21486 Greek letters ! bold
21487 \end_layout
21488
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \begin_layout Standard
21495 Greek letters cannot be set with different font styles like Latin letters.
21496  They can only be made bold with the command 
21497 \series bold
21498
21499 \backslash
21500 boldsymbol
21501 \series default
21502
21503 \begin_inset Index idx
21504 status collapsed
21505
21506 \begin_layout Plain Layout
21507 Commands ! B ! 
21508 \backslash
21509 boldsymbol
21510 \end_layout
21511
21512 \end_inset
21513
21514 .
21515 \end_layout
21516
21517 \begin_layout Standard
21518 \align center
21519 \begin_inset Tabular
21520 <lyxtabular version="3" rows="3" columns="2">
21521 <features rotate="0" tabularvalignment="middle">
21522 <column alignment="center" valignment="top">
21523 <column alignment="center" valignment="top">
21524 <row>
21525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 Command
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 Result
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 </row>
21544 <row>
21545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549
21550 \backslash
21551 Upsilon
21552 \backslash
21553 boldsymbol
21554 \backslash
21555 Upsilon
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21565 \end_inset
21566
21567
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 </row>
21573 <row>
21574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578
21579 \backslash
21580 theta
21581 \backslash
21582 boldsymbol
21583 \backslash
21584 theta
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\theta\boldsymbol{\theta}$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 </lyxtabular>
21603
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \begin_layout Section
21610 Symbols
21611 \begin_inset ERT
21612 status collapsed
21613
21614 \begin_layout Plain Layout
21615
21616
21617 \backslash
21618 texorpdfstring{
21619 \end_layout
21620
21621 \end_inset
21622
21623
21624 \begin_inset Foot
21625 status collapsed
21626
21627 \begin_layout Plain Layout
21628 A list with all symbols of most of the LaTeX-packages can be found in 
21629 \begin_inset CommandInset citation
21630 LatexCommand cite
21631 key "Symbols"
21632
21633 \end_inset
21634
21635 .
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \begin_inset ERT
21642 status collapsed
21643
21644 \begin_layout Plain Layout
21645
21646 }{}
21647 \end_layout
21648
21649 \end_inset
21650
21651
21652 \begin_inset Note Note
21653 status collapsed
21654
21655 \begin_layout Plain Layout
21656
21657 \backslash
21658 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21659 \end_layout
21660
21661 \begin_layout Plain Layout
21662 More about 
21663 \backslash
21664 texorpdfstring is in section 
21665 \begin_inset CommandInset ref
21666 LatexCommand ref
21667 reference "sub:Formulas-in-Section"
21668
21669 \end_inset
21670
21671 .
21672 \end_layout
21673
21674 \end_inset
21675
21676
21677 \begin_inset Index idx
21678 status collapsed
21679
21680 \begin_layout Plain Layout
21681 Symbols
21682 \end_layout
21683
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \begin_layout Standard
21690 Many of the symbols listed in this section can also be inserted via the
21691  toolbar buttons 
21692 \begin_inset Info
21693 type  "icon"
21694 arg   "math-insert \\nabla"
21695 \end_inset
21696
21697  and 
21698 \begin_inset Info
21699 type  "icon"
21700 arg   "math-insert \\digamma"
21701 \end_inset
21702
21703 .
21704 \end_layout
21705
21706 \begin_layout Subsection
21707 Mathematical Symbols
21708 \begin_inset CommandInset label
21709 LatexCommand label
21710 name "sub:Mathematical-Symbols"
21711
21712 \end_inset
21713
21714
21715 \begin_inset Index idx
21716 status collapsed
21717
21718 \begin_layout Plain Layout
21719 Symbols ! mathematical
21720 \end_layout
21721
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \begin_layout Standard
21728 \begin_inset space \hfill{}
21729 \end_inset
21730
21731
21732 \begin_inset Tabular
21733 <lyxtabular version="3" rows="10" columns="2">
21734 <features rotate="0" tabularvalignment="middle">
21735 <column alignment="center" valignment="top" width="0pt">
21736 <column alignment="center" valignment="top" width="0pt">
21737 <row>
21738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 Command
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 Result
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 neg
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\neg$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 Im
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\Im$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 Re
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Formula $\Re$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 <row>
21833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \backslash
21839 aleph
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset Formula $\aleph$
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 <row>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862
21863 \backslash
21864 partial
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 \begin_inset Formula $\partial$
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 </row>
21882 <row>
21883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887
21888 \backslash
21889 infty
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 \begin_inset Formula $\infty$
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912
21913 \backslash
21914 wp
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923 \begin_inset Formula $\wp$
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 </row>
21932 <row>
21933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937
21938 \backslash
21939 imath
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 \begin_inset Formula $\imath$
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 </row>
21957 <row>
21958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962
21963 \backslash
21964 jmath
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973 \begin_inset Formula $\jmath$
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 </row>
21982 </lyxtabular>
21983
21984 \end_inset
21985
21986
21987 \begin_inset space \hfill{}
21988 \end_inset
21989
21990
21991 \begin_inset Tabular
21992 <lyxtabular version="3" rows="10" columns="2">
21993 <features rotate="0" tabularvalignment="middle">
21994 <column alignment="center" valignment="top" width="0pt">
21995 <column alignment="center" valignment="top" width="0pt">
21996 <row>
21997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 Command
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010 Result
22011 \begin_inset Note Note
22012 status collapsed
22013
22014 \begin_layout Plain Layout
22015
22016 \series bold
22017
22018 \backslash
22019 raisebox
22020 \series default
22021  is only used as spacer.
22022 \end_layout
22023
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 </row>
22032 <row>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037
22038 \backslash
22039 forall
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048 \begin_inset Formula $\forall$
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 <row>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062
22063 \backslash
22064 exists
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073 \begin_inset Formula $\exists$
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 </row>
22082 <row>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \backslash
22089 nexists
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 \begin_inset Formula $\nexists$
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 </row>
22107 <row>
22108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \backslash
22114 emptyset
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 \begin_inset Formula $\emptyset$
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 <row>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \backslash
22139 varnothing
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $\varnothing$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 </row>
22157 <row>
22158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 dag
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\dag$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \backslash
22189 ddag
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Formula $\ddag$
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \backslash
22214 complement
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset ERT
22224 status collapsed
22225
22226 \begin_layout Plain Layout
22227
22228
22229 \backslash
22230 raisebox{-0.8mm}{
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \begin_inset Formula $\complement$
22237 \end_inset
22238
22239
22240 \begin_inset ERT
22241 status collapsed
22242
22243 \begin_layout Plain Layout
22244
22245 }
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 </row>
22256 <row>
22257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261
22262 \backslash
22263 Bbbk
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Formula $\Bbbk$
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 </lyxtabular>
22282
22283 \end_inset
22284
22285
22286 \begin_inset space \hfill{}
22287 \end_inset
22288
22289
22290 \begin_inset Tabular
22291 <lyxtabular version="3" rows="10" columns="2">
22292 <features rotate="0" tabularvalignment="middle">
22293 <column alignment="center" valignment="top" width="0pt">
22294 <column alignment="center" valignment="top" width="0pt">
22295 <row>
22296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 Command
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 Result
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 </row>
22315 <row>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \backslash
22322 prime
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331 \begin_inset Formula $\prime$
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 <row>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \backslash
22347 backprime
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 \begin_inset Formula $\backprime$
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 <row>
22366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \backslash
22372 mho
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Formula $\mho$
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 </row>
22390 <row>
22391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395
22396 \backslash
22397 triangle
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Formula $\triangle$
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 </row>
22415 <row>
22416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420
22421 \backslash
22422 angle
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 \begin_inset Formula $\angle$
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 <row>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \backslash
22447 measuredangle
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Formula $\measuredangle$
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470
22471 \backslash
22472 sphericalangle
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $\sphericalangle$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 </row>
22490 <row>
22491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495
22496 \backslash
22497 top
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Formula $\top$
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \backslash
22522 bot
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 \begin_inset Formula $\bot$
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 </lyxtabular>
22541
22542 \end_inset
22543
22544
22545 \begin_inset space \hfill{}
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Subsection
22552 Miscellaneous Symbols
22553 \begin_inset CommandInset label
22554 LatexCommand label
22555 name "sub:Miscellaneous-Symbols"
22556
22557 \end_inset
22558
22559
22560 \begin_inset Index idx
22561 status collapsed
22562
22563 \begin_layout Plain Layout
22564 Symbols ! miscellaneous
22565 \end_layout
22566
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \begin_layout Standard
22573 \noindent
22574 \align center
22575 \begin_inset Tabular
22576 <lyxtabular version="3" rows="10" columns="2">
22577 <features rotate="0" tabularvalignment="middle">
22578 <column alignment="center" valignment="top" width="0pt">
22579 <column alignment="center" valignment="top" width="0pt">
22580 <row>
22581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 Command
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 Result
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 <row>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \backslash
22607 flat
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Formula $\flat$
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \backslash
22632 natural
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Formula $\natural$
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 sharp
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\sharp$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 surd
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\surd$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \backslash
22707 checkmark
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\checkmark$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \backslash
22732 yen
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\yen$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \backslash
22757 pounds
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Formula $\pounds$
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 <row>
22776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 $
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 \begin_inset Formula $\$$
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 </row>
22798 <row>
22799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 §
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Formula $§$
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 </lyxtabular>
22822
22823 \end_inset
22824
22825
22826 \begin_inset Tabular
22827 <lyxtabular version="3" rows="10" columns="2">
22828 <features rotate="0" tabularvalignment="middle">
22829 <column alignment="center" valignment="top">
22830 <column alignment="center" valignment="top">
22831 <row>
22832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 Command
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 Result
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row>
22852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856
22857 \backslash
22858 hbar
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 \begin_inset Formula $\hbar$
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \backslash
22883 hslash
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 \begin_inset Formula $\hslash$
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 </row>
22901 <row>
22902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906
22907 \backslash
22908 clubsuit
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Formula $\clubsuit$
22918 \end_inset
22919
22920
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 </row>
22926 <row>
22927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931
22932 \backslash
22933 spadesuit
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942 \begin_inset Formula $\spadesuit$
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 </row>
22951 <row>
22952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956
22957 \backslash
22958 bigstar
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 \begin_inset Formula $\bigstar$
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 </row>
22976 <row>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981
22982 \backslash
22983 blacklozenge
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 \begin_inset Formula $\blacklozenge$
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 </row>
23001 <row>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006
23007 \backslash
23008 blacktriangle
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 \begin_inset Formula $\blacktriangle$
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 </row>
23026 <row>
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031
23032 \backslash
23033 blacktiangledown
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042 \begin_inset Formula $\blacktriangledown$
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 </row>
23051 <row>
23052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \backslash
23058 bullet
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 \begin_inset Formula $\bullet$
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 </row>
23076 </lyxtabular>
23077
23078 \end_inset
23079
23080
23081 \begin_inset Tabular
23082 <lyxtabular version="3" rows="10" columns="2">
23083 <features rotate="0" tabularvalignment="middle">
23084 <column alignment="center" valignment="top" width="0pt">
23085 <column alignment="center" valignment="top" width="0pt">
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 Command
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 Result
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111
23112 \backslash
23113 diamondsuit
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 \begin_inset Formula $\diamondsuit$
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 </row>
23131 <row>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136
23137 \backslash
23138 Diamond
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 \begin_inset Formula $\Diamond$
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 </row>
23156 <row>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161
23162 \backslash
23163 heartsuit
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 \begin_inset Formula $\heartsuit$
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 </row>
23181 <row>
23182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186
23187 \backslash
23188 P
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 \begin_inset Formula $\P$
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 </row>
23206 <row>
23207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211
23212 \backslash
23213 copyright
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 \begin_inset Formula $\copyright$
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \backslash
23238 circledR
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 \begin_inset Formula $\circledR$
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 <row>
23257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261
23262 \backslash
23263 maltese
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 \begin_inset Formula $\maltese$
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 </row>
23281 <row>
23282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286
23287 \backslash
23288 diagup
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 \begin_inset Formula $\diagup$
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 </row>
23306 <row>
23307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311
23312 \backslash
23313 diagdown
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 \begin_inset Formula $\diagdown$
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 </lyxtabular>
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \begin_layout Standard
23339 \begin_inset VSpace medskip
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \begin_layout Standard
23346 Some symbols can be displayed in different sizes, see 
23347 \begin_inset CommandInset ref
23348 LatexCommand ref
23349 reference "sub:Font-Sizes"
23350
23351 \end_inset
23352
23353 .
23354 \end_layout
23355
23356 \begin_layout Subsection
23357 The Euro-Symbol €
23358 \begin_inset Index idx
23359 status collapsed
23360
23361 \begin_layout Plain Layout
23362 Symbols ! Euro-symbol
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \begin_inset Index idx
23369 status collapsed
23370
23371 \begin_layout Plain Layout
23372
23373 \backslash
23374 @
23375 \begin_inset ERT
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379
23380
23381 \backslash
23382 officialeuro
23383 \end_layout
23384
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \begin_layout Standard
23396 To use the Euro symbol in formulas, the LaTeX-package 
23397 \series bold
23398 eurosym
23399 \series default
23400
23401 \begin_inset Index idx
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405 Packages ! eurosym
23406 \end_layout
23407
23408 \end_inset
23409
23410  must be installed and loaded with the LaTeX-preamble line
23411 \end_layout
23412
23413 \begin_layout Standard
23414
23415 \series bold
23416
23417 \backslash
23418 usepackage[gennarrow]{eurosym}
23419 \end_layout
23420
23421 \begin_layout Standard
23422 The Euro symbol can now be inserted with the command 
23423 \series bold
23424
23425 \backslash
23426 euro
23427 \series default
23428
23429 \begin_inset Index idx
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433 Commands ! E ! 
23434 \backslash
23435 euro
23436 \end_layout
23437
23438 \end_inset
23439
23440 .
23441 \end_layout
23442
23443 \begin_layout Standard
23444 The Euro symbol can directly be inserted with the € key in mathematical
23445  text, without having 
23446 \series bold
23447 eurosym
23448 \series default
23449  installed.
23450  When 
23451 \series bold
23452 eurosym
23453 \series default
23454  is installed, 
23455 \series bold
23456
23457 \backslash
23458 euro
23459 \series default
23460  can also be inserted in TeX-mode.
23461  The official currency symbol can then be inserted with the command 
23462 \series bold
23463
23464 \backslash
23465 officialeuro
23466 \series default
23467
23468 \begin_inset Index idx
23469 status collapsed
23470
23471 \begin_layout Plain Layout
23472 Commands ! O ! 
23473 \backslash
23474 officialeuro
23475 \end_layout
23476
23477 \end_inset
23478
23479 , that is only available in TeX-mode.
23480 \end_layout
23481
23482 \begin_layout Standard
23483 \begin_inset ERT
23484 status collapsed
23485
23486 \begin_layout Plain Layout
23487
23488
23489 \backslash
23490 ifeurosym 
23491 \end_layout
23492
23493 \end_inset
23494
23495
23496 \begin_inset Note Note
23497 status open
23498
23499 \begin_layout Plain Layout
23500 The following table will only be displayed when the LaTeX-package 
23501 \series bold
23502 eurosym
23503 \series default
23504  is installed.
23505 \end_layout
23506
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \begin_layout Standard
23513 An overview about the different Euro symbols:
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \align center
23518 \begin_inset Tabular
23519 <lyxtabular version="3" rows="4" columns="3">
23520 <features rotate="0" tabularvalignment="middle">
23521 <column alignment="center" valignment="top" width="0pt">
23522 <column alignment="center" valignment="top" width="0pt">
23523 <column alignment="center" valignment="top" width="0pt">
23524 <row>
23525 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 Command 
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 Result
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558 formula
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 euro
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\euro$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 mathematical text
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 \begin_inset Formula $\mbox{€}$
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 </row>
23619 <row>
23620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 TeX-mode
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 officialeuro
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset ERT
23645 status collapsed
23646
23647 \begin_layout Plain Layout
23648
23649
23650 \backslash
23651 officialeuro
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 </lyxtabular>
23663
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \begin_layout Standard
23670 \begin_inset ERT
23671 status collapsed
23672
23673 \begin_layout Plain Layout
23674
23675
23676 \backslash
23677 else 
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \begin_inset Note Note
23684 status open
23685
23686 \begin_layout Plain Layout
23687 The following will be displayed when the LaTeX-package 
23688 \series bold
23689 eurosym
23690 \series default
23691  is not installed:
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Standard
23700 You need to install the LaTeX-package 
23701 \series bold
23702 eurosym
23703 \series default
23704  to see the rest of this subsection in the output.
23705 \end_layout
23706
23707 \begin_layout Standard
23708 \begin_inset ERT
23709 status collapsed
23710
23711 \begin_layout Plain Layout
23712
23713
23714 \backslash
23715 fi 
23716 \end_layout
23717
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \begin_layout Section
23724 Relations
23725 \begin_inset CommandInset label
23726 LatexCommand label
23727 name "sec:Relations"
23728
23729 \end_inset
23730
23731
23732 \begin_inset Index idx
23733 status collapsed
23734
23735 \begin_layout Plain Layout
23736 Relations
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \begin_inset Index idx
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746 Comparisons|see
23747 \begin_inset ERT
23748 status collapsed
23749
23750 \begin_layout Plain Layout
23751
23752 {
23753 \end_layout
23754
23755 \end_inset
23756
23757 Relations
23758 \begin_inset ERT
23759 status collapsed
23760
23761 \begin_layout Plain Layout
23762
23763 }
23764 \end_layout
23765
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \begin_layout Standard
23777 All following relations can also be inserted via the toolbar button 
23778 \begin_inset Info
23779 type  "icon"
23780 arg   "math-insert \\leq"
23781 \end_inset
23782
23783 .
23784 \end_layout
23785
23786 \begin_layout Standard
23787 \begin_inset space \hfill{}
23788 \end_inset
23789
23790
23791 \begin_inset Tabular
23792 <lyxtabular version="3" rows="17" columns="2">
23793 <features rotate="0" tabularvalignment="middle">
23794 <column alignment="center" valignment="top" width="0pt">
23795 <column alignment="center" valignment="top" width="0pt">
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 Command
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 Result
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 </row>
23816 <row>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 <
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 \begin_inset Formula $<$
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \backslash
23846 le
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 \begin_inset Formula $\le$
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869
23870 \backslash
23871 ll
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 \begin_inset Formula $\ll$
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 </row>
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894
23895 \backslash
23896 prec
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Formula $\prec$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 </row>
23914 <row>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919
23920 \backslash
23921 preceq
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 \begin_inset Formula $\preceq$
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 </row>
23939 <row>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \backslash
23946 subset
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $\subset$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 subseteq
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $\subseteq$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 <row>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994
23995 \backslash
23996 sqsubseteq
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 \begin_inset Formula $\sqsubseteq$
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 in
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\in$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 vdash
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\vdash$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 smile
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 \begin_inset Formula $\smile$
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 </row>
24089 <row>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 lhd
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $\lhd$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 unlhd
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $\unlhd$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144
24145 \backslash
24146 gtrless
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Formula $\gtrless$
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 mid
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Formula $\mid$
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \backslash
24196 nmid
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $\nmid$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 </lyxtabular>
24215
24216 \end_inset
24217
24218
24219 \begin_inset space \hfill{}
24220 \end_inset
24221
24222
24223 \begin_inset Tabular
24224 <lyxtabular version="3" rows="17" columns="2">
24225 <features rotate="0" tabularvalignment="middle">
24226 <column alignment="center" valignment="top" width="0pt">
24227 <column alignment="center" valignment="top" width="0pt">
24228 <row>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 Command
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 Result
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 =
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 \begin_inset Formula $=$
24263 \end_inset
24264
24265
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 </row>
24271 <row>
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \backslash
24278 not=
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287 \begin_inset Formula $\not=$
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 <row>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301
24302 \backslash
24303 equiv
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312 \begin_inset Formula $\equiv$
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 </row>
24321 <row>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \backslash
24328 sim
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 \begin_inset Formula $\sim$
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 </row>
24346 <row>
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 simeq
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 \begin_inset Formula $\simeq$
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 </row>
24371 <row>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \backslash
24378 approx
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387 \begin_inset Formula $\approx$
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 </row>
24396 <row>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \backslash
24403 cong
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 \begin_inset Formula $\cong$
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 </row>
24421 <row>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 bowtie
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437 \begin_inset Formula $\bowtie$
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 <row>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \backslash
24453 notin
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 \begin_inset Formula $\notin$
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 </row>
24471 <row>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \backslash
24478 perp
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487 \begin_inset Formula $\perp$
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 <row>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 propto
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512 \begin_inset Formula $\propto$
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 </row>
24521 <row>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 asymp
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537 \begin_inset Formula $\asymp$
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 </row>
24546 <row>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \backslash
24553 doteq
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 \begin_inset Formula $\doteq$
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 </row>
24571 <row>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576
24577 \backslash
24578 circeq
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587 \begin_inset Formula $\circeq$
24588 \end_inset
24589
24590
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 </row>
24596 <row>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601
24602 \backslash
24603 models
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612 \begin_inset Formula $\models$
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 </row>
24621 <row>
24622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626
24627 \backslash
24628 widehat=
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637 \begin_inset Formula $\widehat{=}$
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 </lyxtabular>
24647
24648 \end_inset
24649
24650
24651 \begin_inset space \hfill{}
24652 \end_inset
24653
24654
24655 \begin_inset Tabular
24656 <lyxtabular version="3" rows="17" columns="2">
24657 <features rotate="0" tabularvalignment="middle">
24658 <column alignment="center" valignment="top" width="0pt">
24659 <column alignment="center" valignment="top" width="0pt">
24660 <row>
24661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665 Command
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 Result
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 </row>
24680 <row>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 >
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 \begin_inset Formula $>$
24695 \end_inset
24696
24697
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 </row>
24703 <row>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \backslash
24710 ge
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719 \begin_inset Formula $\ge$
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 </row>
24728 <row>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 gg
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 \begin_inset Formula $\gg$
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 </row>
24753 <row>
24754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 succ
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769 \begin_inset Formula $\succ$
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 </row>
24778 <row>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \backslash
24785 succeq
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Formula $\succeq$
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 </row>
24803 <row>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808
24809 \backslash
24810 supset
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 \begin_inset Formula $\supset$
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 </row>
24828 <row>
24829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833
24834 \backslash
24835 supseteq
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 \begin_inset Formula $\supseteq$
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 </row>
24853 <row>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858
24859 \backslash
24860 sqsupseteq
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869 \begin_inset Formula $\sqsupseteq$
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 </row>
24878 <row>
24879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883
24884 \backslash
24885 ni
24886 \end_layout
24887
24888 \end_inset
24889 </cell>
24890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894 \begin_inset Formula $\ni$
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 </row>
24903 <row>
24904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908
24909 \backslash
24910 dashv
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919 \begin_inset Formula $\dashv$
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 </row>
24928 <row>
24929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \backslash
24935 frown
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 \begin_inset Formula $\frown$
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 </row>
24953 <row>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \backslash
24960 rhd
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 \begin_inset Formula $\rhd$
24970 \end_inset
24971
24972
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 </row>
24978 <row>
24979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983
24984 \backslash
24985 unrhd
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994 \begin_inset Formula $\unrhd$
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 </row>
25003 <row>
25004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008
25009 \backslash
25010 lessgtr
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019 \begin_inset Formula $\lessgtr$
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 </row>
25028 <row>
25029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \backslash
25035 parallel
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 \begin_inset Formula $\parallel$
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 </row>
25053 <row>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058
25059 \backslash
25060 nparallel
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069 \begin_inset Formula $\nparallel$
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 </row>
25078 </lyxtabular>
25079
25080 \end_inset
25081
25082
25083 \begin_inset space \hfill{}
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \begin_layout Standard
25090 \begin_inset VSpace medskip
25091 \end_inset
25092
25093 The characters 
25094 \series bold
25095
25096 \backslash
25097 lhd
25098 \series default
25099  and 
25100 \series bold
25101
25102 \backslash
25103 rhd
25104 \series default
25105  are bigger than the equal looking operators 
25106 \series bold
25107
25108 \backslash
25109 triangleleft
25110 \series default
25111  and 
25112 \series bold
25113
25114 \backslash
25115 triangleright
25116 \series default
25117 , respectively.
25118 \end_layout
25119
25120 \begin_layout Standard
25121 LyX supports also many special relations.
25122  Use the toolbar button 
25123 \begin_inset Info
25124 type  "icon"
25125 arg   "math-insert \\leqq"
25126 \end_inset
25127
25128  to see a list of these relations.
25129 \end_layout
25130
25131 \begin_layout Standard
25132 Relations are, in contrary to symbols, always surrounded by space.
25133 \end_layout
25134
25135 \begin_layout Standard
25136 Relations with labels can be created with the command 
25137 \series bold
25138
25139 \backslash
25140 stackrel
25141 \series default
25142
25143 \begin_inset Index idx
25144 status collapsed
25145
25146 \begin_layout Plain Layout
25147 Commands ! S ! 
25148 \backslash
25149 stackrel
25150 \end_layout
25151
25152 \end_inset
25153
25154 :
25155 \end_layout
25156
25157 \begin_layout Standard
25158 \align center
25159 \begin_inset Tabular
25160 <lyxtabular version="3" rows="2" columns="2">
25161 <features rotate="0" tabularvalignment="middle">
25162 <column alignment="center" valignment="top">
25163 <column alignment="center" valignment="top">
25164 <row>
25165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169 Command
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178 Result
25179 \begin_inset Note Note
25180 status collapsed
25181
25182 \begin_layout Plain Layout
25183
25184 \series bold
25185
25186 \backslash
25187 raisebox
25188 \series default
25189  is only used as spacer.
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 </row>
25200 <row>
25201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205 A(r)
25206 \backslash
25207 stackrel
25208 \begin_inset space \textvisiblespace{}
25209 \end_inset
25210
25211 r
25212 \backslash
25213 to
25214 \backslash
25215 infty
25216 \begin_inset space \textvisiblespace{}
25217 \end_inset
25218
25219
25220 \begin_inset Formula $\downarrow$
25221 \end_inset
25222
25223
25224 \backslash
25225 approx
25226 \begin_inset space \textvisiblespace{}
25227 \end_inset
25228
25229
25230 \begin_inset space \textvisiblespace{}
25231 \end_inset
25232
25233 B
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 </row>
25251 </lyxtabular>
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Section
25259 Functions
25260 \end_layout
25261
25262 \begin_layout Subsection
25263 Predefined Functions
25264 \begin_inset CommandInset label
25265 LatexCommand label
25266 name "sub:Predefined-Functions"
25267
25268 \end_inset
25269
25270
25271 \begin_inset Index idx
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275 Functions ! predefined
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \begin_layout Standard
25284 In general, variables are set 
25285 \emph on
25286 italic
25287 \emph default
25288  in mathematical expressions, but not function names, because 
25289 \begin_inset Formula $sin$
25290 \end_inset
25291
25292  could be misunderstood as 
25293 \begin_inset Formula $s\cdot i\cdot n$
25294 \end_inset
25295
25296 .
25297  Therefore there are predefined functionswhich are additionally a bit separated
25298  from prefactors.
25299  They are inserted as commands starting with a backslash before their name.
25300 \end_layout
25301
25302 \begin_layout Standard
25303 \align center
25304 \begin_inset Tabular
25305 <lyxtabular version="3" rows="2" columns="4">
25306 <features rotate="0" tabularvalignment="middle">
25307 <column alignment="center" valignment="top" width="0pt">
25308 <column alignment="center" valignment="top" width="0pt">
25309 <column alignment="center" valignment="top" width="0pt">
25310 <column alignment="center" valignment="top" width="0pt">
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 Command
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 Result
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334 Command
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343 Result
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 </row>
25349 <row>
25350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354 Asin(x)+B
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 \begin_inset Formula $Asin(x)+B$
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375 A
25376 \backslash
25377 sin(x)+B
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386 \begin_inset Formula $A\sin(x)+B$
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 </row>
25395 </lyxtabular>
25396
25397 \end_inset
25398
25399
25400 \end_layout
25401
25402 \begin_layout Standard
25403 The following functions are predefined:
25404 \end_layout
25405
25406 \begin_layout Standard
25407 \begin_inset VSpace -2mm
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \begin_layout Standard
25414 \align center
25415 \begin_inset Tabular
25416 <lyxtabular version="3" rows="9" columns="4">
25417 <features rotate="0" tabularvalignment="middle">
25418 <column alignment="center" valignment="top" width="0pt">
25419 <column alignment="center" valignment="top" width="0pt">
25420 <column alignment="center" valignment="top" width="0pt">
25421 <column alignment="center" valignment="top" width="0pt">
25422 <row>
25423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427 Command
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436 Command
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445 Command
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454 Command
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 </row>
25460 <row>
25461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465
25466 \backslash
25467 sin
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476
25477 \backslash
25478 sinh
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \backslash
25489 arcsin
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498
25499 \backslash
25500 sup
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 </row>
25506 <row>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511
25512 \backslash
25513 cos
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522
25523 \backslash
25524 cosh
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \backslash
25535 arccos
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544
25545 \backslash
25546 inf
25547 \end_layout
25548
25549 \end_inset
25550 </cell>
25551 </row>
25552 <row>
25553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557
25558 \backslash
25559 tan
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568
25569 \backslash
25570 tanh
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579
25580 \backslash
25581 arctan
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590
25591 \backslash
25592 lim
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 </row>
25598 <row>
25599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603
25604 \backslash
25605 cot
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614
25615 \backslash
25616 coth
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625
25626 \backslash
25627 arg
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636
25637 \backslash
25638 liminf
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 </row>
25644 <row>
25645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649
25650 \backslash
25651 sec
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25657 \begin_inset Text
25658
25659 \begin_layout Plain Layout
25660
25661 \backslash
25662 min
25663 \end_layout
25664
25665 \end_inset
25666 </cell>
25667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25668 \begin_inset Text
25669
25670 \begin_layout Plain Layout
25671
25672 \backslash
25673 deg
25674 \end_layout
25675
25676 \end_inset
25677 </cell>
25678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25679 \begin_inset Text
25680
25681 \begin_layout Plain Layout
25682
25683 \backslash
25684 limsup
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 </row>
25690 <row>
25691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695
25696 \backslash
25697 csc
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Plain Layout
25706
25707 \backslash
25708 max
25709 \end_layout
25710
25711 \end_inset
25712 </cell>
25713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717
25718 \backslash
25719 det
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728
25729 \backslash
25730 Pr
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 </row>
25736 <row>
25737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Plain Layout
25741
25742 \backslash
25743 ln
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752
25753 \backslash
25754 exp
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Plain Layout
25763
25764 \backslash
25765 dim
25766 \end_layout
25767
25768 \end_inset
25769 </cell>
25770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25771 \begin_inset Text
25772
25773 \begin_layout Plain Layout
25774
25775 \backslash
25776 hom
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 </row>
25782 <row>
25783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25784 \begin_inset Text
25785
25786 \begin_layout Plain Layout
25787
25788 \backslash
25789 lg
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Plain Layout
25798
25799 \backslash
25800 log
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809
25810 \backslash
25811 ker
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820
25821 \backslash
25822 gcd
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 </lyxtabular>
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \begin_layout Standard
25836 They can also be inserted with the math toolbar button 
25837 \begin_inset Info
25838 type  "icon"
25839 arg   "math-insert \\functions"
25840 \end_inset
25841
25842 .
25843 \end_layout
25844
25845 \begin_layout Subsection
25846 Self-defined Functions
25847 \begin_inset Index idx
25848 status collapsed
25849
25850 \begin_layout Plain Layout
25851 Functions ! self-defined
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Standard
25860 To use a function that is not predefined, like for example the sign function
25861  sgn(x), there are two possibilities:
25862 \end_layout
25863
25864 \begin_layout Itemize
25865 Define the function by inserting the following line to the LaTeX-preamble
25866 \begin_inset Foot
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870 For more about 
25871 \series bold
25872
25873 \backslash
25874 DeclareMathOperator
25875 \series default
25876  see 
25877 \begin_inset CommandInset ref
25878 LatexCommand ref
25879 reference "sub:Self-defined-Operators"
25880
25881 \end_inset
25882
25883 .
25884 \end_layout
25885
25886 \end_inset
25887
25888
25889 \begin_inset Newline newline
25890 \end_inset
25891
25892
25893 \begin_inset VSpace -3mm
25894 \end_inset
25895
25896
25897 \begin_inset Newline newline
25898 \end_inset
25899
25900
25901 \series bold
25902
25903 \backslash
25904 DeclareMathOperator{
25905 \backslash
25906 sgn}{sgn}
25907 \series default
25908
25909 \begin_inset Index idx
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913 Commands ! D ! 
25914 \backslash
25915 dbinom@
25916 \backslash
25917 DeclareMathOperator
25918 \end_layout
25919
25920 \end_inset
25921
25922
25923 \begin_inset Newline newline
25924 \end_inset
25925
25926
25927 \begin_inset VSpace -2mm
25928 \end_inset
25929
25930
25931 \begin_inset Newline newline
25932 \end_inset
25933
25934 Now the new defined function can be called with the command 
25935 \series bold
25936
25937 \backslash
25938 sgn
25939 \series default
25940 .
25941 \end_layout
25942
25943 \begin_layout Itemize
25944 Write the formula as usual, mark the formula name, in our example the letters
25945  
25946 \emph on
25947 sgn
25948 \emph default
25949 , and change it to mathematical text.
25950  Finally, a space is inserted between prefactor and function.
25951 \end_layout
25952
25953 \begin_layout Standard
25954 The result is the same with both methods as with a predefined function
25955 \begin_inset Foot
25956 status collapsed
25957
25958 \begin_layout Plain Layout
25959 In LyX self-defined functions are displayed red, predefined ones black.
25960 \end_layout
25961
25962 \end_inset
25963
25964 :
25965 \end_layout
25966
25967 \begin_layout Standard
25968 \align center
25969 \begin_inset Tabular
25970 <lyxtabular version="3" rows="3" columns="2">
25971 <features rotate="0" tabularvalignment="middle">
25972 <column alignment="center" valignment="top" width="0pt">
25973 <column alignment="center" valignment="top" width="0pt">
25974 <row>
25975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979 Command
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988 Result
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 </row>
25994 <row>
25995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 A
26000 \backslash
26001 sgn(x)+B
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010 \begin_inset Formula $A\sgn(x)+B$
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 </row>
26019 <row>
26020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024 A
26025 \backslash
26026 ,
26027 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
26028 \end_inset
26029
26030 (x)+B
26031 \end_layout
26032
26033 \end_inset
26034 </cell>
26035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 </row>
26048 </lyxtabular>
26049
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \begin_layout Standard
26056 The first method is more suitable when the self-defined function should
26057  be used several times.
26058 \end_layout
26059
26060 \begin_layout Subsection
26061 Limits
26062 \begin_inset Index idx
26063 status collapsed
26064
26065 \begin_layout Plain Layout
26066 Limits
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \begin_layout Standard
26075 For limits, in addition to the commands 
26076 \series bold
26077
26078 \backslash
26079 lim
26080 \series default
26081
26082 \begin_inset Index idx
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086 Commands ! L ! 
26087 \backslash
26088 lim
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \series bold
26095
26096 \backslash
26097 liminf
26098 \series default
26099  and 
26100 \series bold
26101
26102 \backslash
26103 limsup
26104 \series default
26105  the following functions are defined:
26106 \end_layout
26107
26108 \begin_layout Standard
26109 \align center
26110 \begin_inset Tabular
26111 <lyxtabular version="3" rows="5" columns="2">
26112 <features rotate="0" tabularvalignment="middle">
26113 <column alignment="center" valignment="top">
26114 <column alignment="center" valignment="top">
26115 <row>
26116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 Command
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129 Result
26130 \begin_inset Note Note
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134
26135 \series bold
26136
26137 \backslash
26138 raisebox
26139 \series default
26140  is only used as spacer.
26141 \end_layout
26142
26143 \end_inset
26144
26145
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 varliminf
26159 \end_layout
26160
26161 \end_inset
26162 </cell>
26163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167 \begin_inset Formula $\varliminf$
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 </row>
26176 <row>
26177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181
26182 \backslash
26183 varlimsup
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192 \begin_inset Formula $\varlimsup$
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \backslash
26208 varprojlim
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset Formula $\varprojlim$
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 </row>
26226 <row>
26227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231
26232 \backslash
26233 varinjlim
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242 \begin_inset Formula $\varinjlim$
26243 \end_inset
26244
26245
26246 \begin_inset Formula $\raisebox{-2.5mm}{}$
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 </lyxtabular>
26256
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \begin_layout Standard
26263 \begin_inset VSpace medskip
26264 \end_inset
26265
26266 The limit is created by inserting a subscript.
26267  It is set right beside the function in an inline formula:
26268 \end_layout
26269
26270 \begin_layout Standard
26271 \align center
26272 \begin_inset Tabular
26273 <lyxtabular version="3" rows="2" columns="2">
26274 <features rotate="0" tabularvalignment="middle">
26275 <column alignment="center" valignment="top" width="0pt">
26276 <column alignment="center" valignment="top" width="0pt">
26277 <row>
26278 <cell alignment="center" valignment="top" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282 Command
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 <cell alignment="center" valignment="top" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291 \begin_inset space \hspace{}
26292 \length 1cm
26293 \end_inset
26294
26295 Result
26296 \begin_inset Note Note
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300 The space and
26301 \series bold
26302  
26303 \backslash
26304 raisebox
26305 \series default
26306  are used here as spacer.
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 </row>
26317 <row>
26318 <cell alignment="center" valignment="top" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322
26323 \backslash
26324 lim_x
26325 \backslash
26326 to
26327 \begin_inset space \textvisiblespace{}
26328 \end_inset
26329
26330 A
26331 \begin_inset space \textvisiblespace{}
26332 \end_inset
26333
26334 x=B
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 <cell alignment="center" valignment="top" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 </row>
26352 </lyxtabular>
26353
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \begin_layout Standard
26360 In a displayed formula the limit is set below the formula, as usual:
26361 \begin_inset Formula 
26362 \[
26363 \lim_{x\to A}x=B
26364 \]
26365
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \begin_layout Standard
26372 \begin_inset VSpace medskip
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \begin_layout Standard
26379 How to adjust the typesetting of the limits see 
26380 \begin_inset CommandInset ref
26381 LatexCommand ref
26382 reference "sub:Operator-Limits"
26383
26384 \end_inset
26385
26386 .
26387 \end_layout
26388
26389 \begin_layout Subsection
26390 Modulo-Functions
26391 \begin_inset Index idx
26392 status collapsed
26393
26394 \begin_layout Plain Layout
26395 Functions ! modulo-
26396 \end_layout
26397
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \begin_layout Standard
26404 The modulo-function is special, because it exists in four variants.
26405  The variants in a displayed formula are:
26406 \begin_inset Formula 
26407 \begin{align*}
26408 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26409 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26410 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26411 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26412 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26413 \end{align*}
26414
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \begin_layout Standard
26421 In an inline formula less space is set before the function names for all
26422  variants.
26423  By default the modulo-functions take only the first following character
26424  into account.
26425  To use more than one character, one has to put them into TeX-braces:
26426 \begin_inset Formula 
26427 \begin{align*}
26428 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26429 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26430 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26431 \end{align*}
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Section
26439 Special Characters
26440 \begin_inset Index idx
26441 status collapsed
26442
26443 \begin_layout Plain Layout
26444 Special characters
26445 \end_layout
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \begin_layout Standard
26453 The characters ^ and _ would normally create a superscript and subscript,
26454  respectively.
26455  To get these characters you have to insert them with a leading 
26456 \backslash
26457 :
26458 \end_layout
26459
26460 \begin_layout Standard
26461 \noindent
26462 \align center
26463 \begin_inset Tabular
26464 <lyxtabular version="3" rows="3" columns="2">
26465 <features rotate="0" tabularvalignment="middle">
26466 <column alignment="block" valignment="top">
26467 <column alignment="block" valignment="top">
26468 <row>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 Command
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 Result
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 <row>
26489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493
26494 \backslash
26495 ^
26496 \begin_inset space \textvisiblespace{}
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508 \begin_inset Formula $\mathcircumflex$
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 </row>
26517 <row>
26518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522
26523 \backslash
26524 _
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 \begin_inset Formula $\_$
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 </row>
26542 </lyxtabular>
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \begin_layout Subsection
26550 Special Characters in Mathematical Text
26551 \end_layout
26552
26553 \begin_layout Standard
26554 The following commands can only be used in mathematical text or in TeX-mode:
26555 \end_layout
26556
26557 \begin_layout Standard
26558 \begin_inset space \hfill{}
26559 \end_inset
26560
26561
26562 \begin_inset Tabular
26563 <lyxtabular version="3" rows="8" columns="2">
26564 <features rotate="0" tabularvalignment="middle">
26565 <column alignment="block" valignment="top">
26566 <column alignment="block" valignment="top">
26567 <row>
26568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26569 \begin_inset Text
26570
26571 \begin_layout Plain Layout
26572 Command
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 Result
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 </row>
26587 <row>
26588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592
26593 \backslash
26594 oe
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26600 \begin_inset Text
26601
26602 \begin_layout Plain Layout
26603 \begin_inset Formula $\textrm{œ}$
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 </row>
26612 <row>
26613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617
26618 \backslash
26619 OE
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 \begin_inset Formula $\textrm{Œ}$
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \end_inset
26635 </cell>
26636 </row>
26637 <row>
26638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642
26643 \backslash
26644 ae
26645 \end_layout
26646
26647 \end_inset
26648 </cell>
26649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26650 \begin_inset Text
26651
26652 \begin_layout Plain Layout
26653 \begin_inset Formula $\textrm{æ}$
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 </row>
26662 <row>
26663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667
26668 \backslash
26669 AE
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 \begin_inset Formula $\textrm{Æ}$
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 </row>
26687 <row>
26688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692
26693 \backslash
26694 aa
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 \begin_inset Formula $\textrm{\aa}$
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 </row>
26712 <row>
26713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Plain Layout
26717
26718 \backslash
26719 AA
26720 \begin_inset Index idx
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724
26725 \backslash
26726 @
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 textrm{
26735 \backslash
26736 AA}
26737 \end_layout
26738
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 \begin_inset Formula $\textrm{Å}$
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 </row>
26764 <row>
26765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26766 \begin_inset Text
26767
26768 \begin_layout Plain Layout
26769
26770 \backslash
26771 i
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780 \begin_inset Formula $\textrm{ı}$
26781 \end_inset
26782
26783
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 </row>
26789 </lyxtabular>
26790
26791 \end_inset
26792
26793
26794 \begin_inset space \hfill{}
26795 \end_inset
26796
26797
26798 \begin_inset Tabular
26799 <lyxtabular version="3" rows="8" columns="2">
26800 <features rotate="0" tabularvalignment="middle">
26801 <column alignment="block" valignment="top">
26802 <column alignment="center" valignment="top">
26803 <row>
26804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808 command
26809 \begin_inset Note Note
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813 The space of 0
26814 \begin_inset space \thinspace{}
26815 \end_inset
26816
26817 mm is used for separation, because otherwise the output will be ¡ and ¿
26818  respectively.
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832 Result
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 </row>
26838 <row>
26839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26840 \begin_inset Text
26841
26842 \begin_layout Plain Layout
26843
26844 \backslash
26845 o
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854 \begin_inset Formula $\textrm{ø}$
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 </row>
26863 <row>
26864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868
26869 \backslash
26870 O
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Plain Layout
26879 \begin_inset Formula $\textrm{Ø}$
26880 \end_inset
26881
26882
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 </row>
26888 <row>
26889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893
26894 \backslash
26895 l
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26901 \begin_inset Text
26902
26903 \begin_layout Plain Layout
26904 \begin_inset Formula $\textrm{ł}$
26905 \end_inset
26906
26907
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 </row>
26913 <row>
26914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Plain Layout
26918
26919 \backslash
26920 L
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26926 \begin_inset Text
26927
26928 \begin_layout Plain Layout
26929 \begin_inset Formula $\textrm{Ł}$
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \end_inset
26936 </cell>
26937 </row>
26938 <row>
26939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Plain Layout
26943 !
26944 \begin_inset space \hspace{}
26945 \length 0mm
26946 \end_inset
26947
26948 `
26949 \begin_inset space \textvisiblespace{}
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961 \begin_inset Formula $\textrm{!`}$
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 </row>
26970 <row>
26971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975 ?
26976 \begin_inset space \hspace{}
26977 \length 0mm
26978 \end_inset
26979
26980 `
26981 \begin_inset space \textvisiblespace{}
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \end_inset
26988 </cell>
26989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26990 \begin_inset Text
26991
26992 \begin_layout Plain Layout
26993 \begin_inset Formula $\textrm{?`}$
26994 \end_inset
26995
26996
26997 \end_layout
26998
26999 \end_inset
27000 </cell>
27001 </row>
27002 <row>
27003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27004 \begin_inset Text
27005
27006 \begin_layout Plain Layout
27007
27008 \backslash
27009 j
27010 \end_layout
27011
27012 \end_inset
27013 </cell>
27014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27015 \begin_inset Text
27016
27017 \begin_layout Plain Layout
27018 \begin_inset Formula $\textrm{ȷ}$
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 </row>
27027 </lyxtabular>
27028
27029 \end_inset
27030
27031
27032 \begin_inset space \hfill{}
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \begin_layout Standard
27039 The characters 
27040 \begin_inset Formula $\textrm{\textrm{Å}}$
27041 \end_inset
27042
27043  and 
27044 \begin_inset Formula $\textrm{\textrm{Ø}}$
27045 \end_inset
27046
27047  can also be inserted via the math toolbar button 
27048 \begin_inset Info
27049 type  "icon"
27050 arg   "math-insert \\digamma"
27051 \end_inset
27052
27053 .
27054 \end_layout
27055
27056 \begin_layout Standard
27057 An exception are the commands 
27058 \series bold
27059 !
27060 \begin_inset space \hspace{}
27061 \length 0mm
27062 \end_inset
27063
27064 `
27065 \series default
27066  and 
27067 \series bold
27068 ?
27069 \begin_inset space \hspace{}
27070 \length 0mm
27071 \end_inset
27072
27073 `
27074 \series default
27075 , because they can be inserted in LyX directly to text.
27076 \end_layout
27077
27078 \begin_layout Subsection
27079 Accents in Text
27080 \begin_inset CommandInset label
27081 LatexCommand label
27082 name "sub:Accents-in-Text"
27083
27084 \end_inset
27085
27086
27087 \begin_inset Index idx
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091 Accents ! in text
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \begin_layout Standard
27100 With the following commands all letters can be accented.
27101  The commands must be inserted in TeX-mode.
27102 \end_layout
27103
27104 \begin_layout Standard
27105 \begin_inset space \hfill{}
27106 \end_inset
27107
27108
27109 \begin_inset Tabular
27110 <lyxtabular version="3" rows="8" columns="2">
27111 <features rotate="0" tabularvalignment="middle">
27112 <column alignment="block" valignment="top">
27113 <column alignment="block" valignment="top">
27114 <row>
27115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27116 \begin_inset Text
27117
27118 \begin_layout Plain Layout
27119 Command
27120 \end_layout
27121
27122 \end_inset
27123 </cell>
27124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Plain Layout
27128 Result
27129 \end_layout
27130
27131 \end_inset
27132 </cell>
27133 </row>
27134 <row>
27135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Plain Layout
27139
27140 \backslash
27141
27142 \begin_inset Quotes grd
27143 \end_inset
27144
27145 e
27146 \end_layout
27147
27148 \end_inset
27149 </cell>
27150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27151 \begin_inset Text
27152
27153 \begin_layout Plain Layout
27154 \begin_inset ERT
27155 status collapsed
27156
27157 \begin_layout Plain Layout
27158
27159
27160 \backslash
27161 "e
27162 \end_layout
27163
27164 \end_inset
27165
27166
27167 \end_layout
27168
27169 \end_inset
27170 </cell>
27171 </row>
27172 <row>
27173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177
27178 \backslash
27179 `e
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Plain Layout
27188 \begin_inset ERT
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192
27193
27194 \backslash
27195 `e
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \end_inset
27204 </cell>
27205 </row>
27206 <row>
27207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27208 \begin_inset Text
27209
27210 \begin_layout Plain Layout
27211
27212 \backslash
27213 ^
27214 \begin_inset space \textvisiblespace{}
27215 \end_inset
27216
27217 e
27218 \end_layout
27219
27220 \end_inset
27221 </cell>
27222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27223 \begin_inset Text
27224
27225 \begin_layout Plain Layout
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Plain Layout
27230
27231
27232 \backslash
27233 ^e
27234 \end_layout
27235
27236 \end_inset
27237
27238
27239 \end_layout
27240
27241 \end_inset
27242 </cell>
27243 </row>
27244 <row>
27245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27246 \begin_inset Text
27247
27248 \begin_layout Plain Layout
27249
27250 \backslash
27251 =e
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27257 \begin_inset Text
27258
27259 \begin_layout Plain Layout
27260 \begin_inset ERT
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264
27265
27266 \backslash
27267 =e
27268 \end_layout
27269
27270 \end_inset
27271
27272
27273 \end_layout
27274
27275 \end_inset
27276 </cell>
27277 </row>
27278 <row>
27279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27280 \begin_inset Text
27281
27282 \begin_layout Plain Layout
27283
27284 \backslash
27285 u
27286 \begin_inset space \textvisiblespace{}
27287 \end_inset
27288
27289 e
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298 \begin_inset ERT
27299 status collapsed
27300
27301 \begin_layout Plain Layout
27302
27303
27304 \backslash
27305 u e
27306 \end_layout
27307
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \end_inset
27314 </cell>
27315 </row>
27316 <row>
27317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27318 \begin_inset Text
27319
27320 \begin_layout Plain Layout
27321
27322 \backslash
27323 b
27324 \begin_inset space \textvisiblespace{}
27325 \end_inset
27326
27327 e
27328 \end_layout
27329
27330 \end_inset
27331 </cell>
27332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27333 \begin_inset Text
27334
27335 \begin_layout Plain Layout
27336 \begin_inset ERT
27337 status collapsed
27338
27339 \begin_layout Plain Layout
27340
27341
27342 \backslash
27343 b e
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \end_inset
27352 </cell>
27353 </row>
27354 <row>
27355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27356 \begin_inset Text
27357
27358 \begin_layout Plain Layout
27359
27360 \backslash
27361 t
27362 \begin_inset space \textvisiblespace{}
27363 \end_inset
27364
27365 ee
27366 \end_layout
27367
27368 \end_inset
27369 </cell>
27370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374 \begin_inset ERT
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378
27379
27380 \backslash
27381 t ee
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \end_inset
27390 </cell>
27391 </row>
27392 </lyxtabular>
27393
27394 \end_inset
27395
27396
27397 \begin_inset space \hfill{}
27398 \end_inset
27399
27400
27401 \begin_inset Tabular
27402 <lyxtabular version="3" rows="8" columns="2">
27403 <features rotate="0" tabularvalignment="middle">
27404 <column alignment="block" valignment="top">
27405 <column alignment="center" valignment="top">
27406 <row>
27407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27408 \begin_inset Text
27409
27410 \begin_layout Plain Layout
27411 Command
27412 \end_layout
27413
27414 \end_inset
27415 </cell>
27416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420 Result
27421 \end_layout
27422
27423 \end_inset
27424 </cell>
27425 </row>
27426 <row>
27427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27428 \begin_inset Text
27429
27430 \begin_layout Plain Layout
27431
27432 \backslash
27433 H
27434 \begin_inset space \textvisiblespace{}
27435 \end_inset
27436
27437 e
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446 \begin_inset ERT
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450
27451
27452 \backslash
27453 H e
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 </row>
27464 <row>
27465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27466 \begin_inset Text
27467
27468 \begin_layout Plain Layout
27469
27470 \backslash
27471 'e
27472 \end_layout
27473
27474 \end_inset
27475 </cell>
27476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27477 \begin_inset Text
27478
27479 \begin_layout Plain Layout
27480 \begin_inset ERT
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484
27485
27486 \backslash
27487 'e
27488 \end_layout
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 </row>
27498 <row>
27499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Plain Layout
27503
27504 \backslash
27505 ~e
27506 \begin_inset Index idx
27507 status collapsed
27508
27509 \begin_layout Plain Layout
27510 Tilde
27511 \end_layout
27512
27513 \end_inset
27514
27515
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27521 \begin_inset Text
27522
27523 \begin_layout Plain Layout
27524 \begin_inset ERT
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528
27529
27530 \backslash
27531 ~e
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 </row>
27542 <row>
27543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547
27548 \backslash
27549 .e
27550 \end_layout
27551
27552 \end_inset
27553 </cell>
27554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27555 \begin_inset Text
27556
27557 \begin_layout Plain Layout
27558 \begin_inset ERT
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562
27563
27564 \backslash
27565 .e
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 </row>
27576 <row>
27577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27578 \begin_inset Text
27579
27580 \begin_layout Plain Layout
27581
27582 \backslash
27583 v
27584 \begin_inset space \textvisiblespace{}
27585 \end_inset
27586
27587 e
27588 \end_layout
27589
27590 \end_inset
27591 </cell>
27592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27593 \begin_inset Text
27594
27595 \begin_layout Plain Layout
27596 \begin_inset ERT
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600
27601
27602 \backslash
27603 v e
27604 \end_layout
27605
27606 \end_inset
27607
27608
27609 \end_layout
27610
27611 \end_inset
27612 </cell>
27613 </row>
27614 <row>
27615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27616 \begin_inset Text
27617
27618 \begin_layout Plain Layout
27619
27620 \backslash
27621 d
27622 \begin_inset space \textvisiblespace{}
27623 \end_inset
27624
27625 e
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Plain Layout
27634 \begin_inset ERT
27635 status collapsed
27636
27637 \begin_layout Plain Layout
27638
27639
27640 \backslash
27641 d e
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \end_inset
27650 </cell>
27651 </row>
27652 <row>
27653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27654 \begin_inset Text
27655
27656 \begin_layout Plain Layout
27657
27658 \backslash
27659 c
27660 \begin_inset space \textvisiblespace{}
27661 \end_inset
27662
27663 e
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27669 \begin_inset Text
27670
27671 \begin_layout Plain Layout
27672 \begin_inset ERT
27673 status collapsed
27674
27675 \begin_layout Plain Layout
27676
27677
27678 \backslash
27679 c e
27680 \end_layout
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \end_inset
27688 </cell>
27689 </row>
27690 </lyxtabular>
27691
27692 \end_inset
27693
27694
27695 \begin_inset space \hfill{}
27696 \end_inset
27697
27698
27699 \end_layout
27700
27701 \begin_layout Standard
27702 \begin_inset VSpace medskip
27703 \end_inset
27704
27705 With the command 
27706 \series bold
27707
27708 \backslash
27709 t
27710 \series default
27711  also two different characters can be accented.
27712  The command 
27713 \series bold
27714
27715 \backslash
27716 t
27717 \begin_inset space \textvisiblespace{}
27718 \end_inset
27719
27720 sz
27721 \series default
27722  creates: 
27723 \begin_inset ERT
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727
27728
27729 \backslash
27730 t sz
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \begin_layout Standard
27739 The accents 
27740 \series bold
27741 `
27742 \series default
27743  , 
27744 \series bold
27745 '
27746 \series default
27747  and 
27748 \series bold
27749 ^
27750 \series default
27751  can in combination with vowels directly be inserted with the keyboard without
27752  using TeX-mode.
27753  The same applies for the tilde
27754 \begin_inset Foot
27755 status collapsed
27756
27757 \begin_layout Plain Layout
27758 This only applies for keyboards where the tilde is defined as accent.
27759 \end_layout
27760
27761 \end_inset
27762
27763  
27764 \series bold
27765 ~
27766 \series default
27767  in combination with 
27768 \emph on
27769 a
27770 \emph default
27771  , 
27772 \emph on
27773 n
27774 \emph default
27775  , or 
27776 \emph on
27777 o
27778 \emph default
27779 .
27780 \end_layout
27781
27782 \begin_layout Standard
27783 The commands 
27784 \series bold
27785
27786 \backslash
27787 b
27788 \series default
27789  , 
27790 \series bold
27791
27792 \backslash
27793 c
27794 \series default
27795  , 
27796 \series bold
27797
27798 \backslash
27799 d
27800 \series default
27801  , 
27802 \series bold
27803
27804 \backslash
27805 H
27806 \series default
27807  , 
27808 \series bold
27809
27810 \backslash
27811 t
27812 \series default
27813  , 
27814 \series bold
27815
27816 \backslash
27817 u
27818 \series default
27819  , 
27820 \series bold
27821
27822 \backslash
27823 v
27824 \series default
27825  and accents that are inserted directly with the keyboard are also available
27826  in mathematical text.
27827  For the other accents there are special math commands to be used in formulas,
27828  see 
27829 \begin_inset CommandInset ref
27830 LatexCommand ref
27831 reference "sub:Accents-for-one"
27832
27833 \end_inset
27834
27835 .
27836 \end_layout
27837
27838 \begin_layout Standard
27839 \begin_inset VSpace bigskip
27840 \end_inset
27841
27842 Furthermore, with the command 
27843 \series bold
27844
27845 \backslash
27846 textcircled
27847 \series default
27848
27849 \begin_inset Index idx
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 Commands ! T ! 
27854 \backslash
27855 textcircled
27856 \end_layout
27857
27858 \end_inset
27859
27860  all numbers and letters can be set into a circle, quasi accented with a
27861  circle, similar to the copyright symbol.
27862 \end_layout
27863
27864 \begin_layout Standard
27865 \align center
27866 \begin_inset Tabular
27867 <lyxtabular version="3" rows="3" columns="2">
27868 <features rotate="0" tabularvalignment="middle">
27869 <column alignment="center" valignment="top">
27870 <column alignment="center" valignment="top">
27871 <row>
27872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876 Command
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Plain Layout
27885 Result
27886 \begin_inset Note Note
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890
27891 \series bold
27892
27893 \backslash
27894 raisebox
27895 \series default
27896  is only used as spacer.
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 </row>
27907 <row>
27908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27909 \begin_inset Text
27910
27911 \begin_layout Plain Layout
27912
27913 \backslash
27914 textcircled{w}
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 textcircled{w}
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 </row>
27941 <row>
27942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946
27947 \backslash
27948 Large 
27949 \backslash
27950 textcircled{
27951 \backslash
27952 normalsize
27953 \backslash
27954 protect
27955 \backslash
27956 raisebox{-1.5pt}{W}}
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 \begin_inset Formula $\raisebox{4.5mm}{}$
27966 \end_inset
27967
27968
27969 \begin_inset ERT
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973
27974
27975 \backslash
27976 Large 
27977 \backslash
27978 textcircled{
27979 \backslash
27980 normalsize
27981 \backslash
27982 protect
27983 \backslash
27984 raisebox{-1.5pt}W}
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \begin_inset Formula $\raisebox{-2mm}{}$
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 </row>
27999 </lyxtabular>
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 One has to take care that the character fits in the circle.
28008  
28009 \series bold
28010
28011 \backslash
28012 Large
28013 \series default
28014
28015 \begin_inset Foot
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019 see 
28020 \begin_inset CommandInset ref
28021 LatexCommand ref
28022 reference "sub:Font-Sizes"
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \end_inset
28030
28031  specifies thereby the size of the circle.
28032  With the help of 
28033 \series bold
28034
28035 \backslash
28036 raisebox
28037 \series default
28038
28039 \begin_inset Foot
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 see 
28044 \begin_inset CommandInset ref
28045 LatexCommand ref
28046 reference "sub:Boxes-without-Frame"
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \end_inset
28054
28055  the character can be centered.
28056 \end_layout
28057
28058 \begin_layout Subsection
28059 Old-style Figures
28060 \begin_inset Index idx
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064 Old-style Figures
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \begin_layout Standard
28073 Old-style figures (also known as old-style numerals) are created with the
28074  command 
28075 \series bold
28076
28077 \backslash
28078 oldstylenums
28079 \series default
28080
28081 \begin_inset Index idx
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085 Commands ! O ! 
28086 \backslash
28087 oldstylenums
28088 \end_layout
28089
28090 \end_inset
28091
28092 .
28093  The command can be used in formulas and in TeX-mode.
28094  The command scheme is:
28095 \end_layout
28096
28097 \begin_layout Standard
28098
28099 \series bold
28100
28101 \backslash
28102 oldstylenums{number}
28103 \end_layout
28104
28105 \begin_layout Standard
28106 The command 
28107 \series bold
28108
28109 \backslash
28110 oldstylenums{0123456789
28111 \series default
28112  produces: 
28113 \begin_inset Formula $\oldstylenums{0123456789}$
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Section
28120 Formula Styles
28121 \begin_inset CommandInset label
28122 LatexCommand label
28123 name "sec:Formula-Styles"
28124
28125 \end_inset
28126
28127
28128 \begin_inset Index idx
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 Formula ! styles
28133 \end_layout
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \begin_layout Itemize
28141 There are two different alignment styles:
28142 \end_layout
28143
28144 \begin_deeper
28145 \begin_layout Description
28146 Centered is the predefined standard
28147 \end_layout
28148
28149 \begin_layout Description
28150 Indented for this the option 
28151 \series bold
28152 fleqn
28153 \series default
28154  must be inserted in the menu 
28155 \family sans
28156 Document\SpecialChar \menuseparator
28157 Settings
28158 \family default
28159  under 
28160 \family sans
28161 Document
28162 \begin_inset space ~
28163 \end_inset
28164
28165 Class
28166 \end_layout
28167
28168 \begin_layout Standard
28169 When 
28170 \series bold
28171 Indented
28172 \series default
28173  is used, the indentation can be adjusted with the length 
28174 \series bold
28175
28176 \backslash
28177 mathindent
28178 \series default
28179
28180 \begin_inset Index idx
28181 status collapsed
28182
28183 \begin_layout Plain Layout
28184 Commands ! M ! 
28185 \backslash
28186 mathindent
28187 \end_layout
28188
28189 \end_inset
28190
28191 .
28192  Should the distance be 15
28193 \begin_inset space \thinspace{}
28194 \end_inset
28195
28196 mm, the following command line is inserted in the LaTeX-preamble
28197 \end_layout
28198
28199 \begin_layout Standard
28200
28201 \series bold
28202
28203 \backslash
28204 setlength{
28205 \backslash
28206 mathindent}{15mm}
28207 \end_layout
28208
28209 \begin_layout Standard
28210 When no length is specified, the predefined value of 30
28211 \begin_inset space \thinspace{}
28212 \end_inset
28213
28214 pt will be used.
28215 \end_layout
28216
28217 \end_deeper
28218 \begin_layout Itemize
28219 And two different numbering styles:
28220 \end_layout
28221
28222 \begin_deeper
28223 \begin_layout Description
28224 Right is the predefined standard
28225 \end_layout
28226
28227 \begin_layout Description
28228 Left for this the option 
28229 \series bold
28230 leqno
28231 \series default
28232  must be inserted in the menu 
28233 \family sans
28234 Document\SpecialChar \menuseparator
28235 Settings
28236 \family default
28237  under 
28238 \family sans
28239 Document
28240 \begin_inset space ~
28241 \end_inset
28242
28243 Class
28244 \end_layout
28245
28246 \end_deeper
28247 \begin_layout Standard
28248
28249 \series bold
28250 fleqn
28251 \series default
28252  and 
28253 \series bold
28254 leqno
28255 \series default
28256  can also be used together.
28257  In this case both options are inserted, separated by a comma.
28258 \end_layout
28259
28260 \begin_layout Standard
28261 The chosen styles are used for all displayed formulas of the document.
28262  When both, centered and indented formulas should be created in a document,
28263  the style 
28264 \series bold
28265 Centered
28266 \series default
28267  is used.
28268  The indented formulas are then set in a flalign environment, see 
28269 \begin_inset CommandInset ref
28270 LatexCommand ref
28271 reference "sub:Flalign-Environment"
28272
28273 \end_inset
28274
28275 .
28276 \end_layout
28277
28278 \begin_layout Section
28279 Multiline Formulas
28280 \begin_inset CommandInset label
28281 LatexCommand label
28282 name "sec:Multiline-Formulas"
28283
28284 \end_inset
28285
28286
28287 \begin_inset Index idx
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291 Formula ! multiline
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \begin_layout Subsection
28300 General
28301 \end_layout
28302
28303 \begin_layout Standard
28304 In LyX multiline formulas are created by pressing 
28305 \begin_inset Info
28306 type  "shortcut"
28307 arg   "newline-insert newline"
28308 \end_inset
28309
28310  inside a formula.
28311  This creates either an 
28312 \series bold
28313 eqnarray environment
28314 \series default
28315  that is described in 
28316 \begin_inset CommandInset ref
28317 LatexCommand ref
28318 reference "sub:Eqnarray-Environment"
28319
28320 \end_inset
28321
28322  or, when the option 
28323 \family sans
28324 Use AMS math package
28325 \family default
28326  in the document settings is selected, an 
28327 \series bold
28328 align environment
28329 \series default
28330  that is described in 
28331 \begin_inset CommandInset ref
28332 LatexCommand ref
28333 reference "sub:Standard-align-Environment"
28334
28335 \end_inset
28336
28337 .
28338  The align environment is recommended because it provides in any case a
28339  typographically correct output.
28340 \end_layout
28341
28342 \begin_layout Standard
28343 There are other multiline formula environments that can be created via the
28344  menu 
28345 \family sans
28346 Insert\SpecialChar \menuseparator
28347 Math
28348 \family default
28349 .
28350  These environments are described in the following sections.
28351 \end_layout
28352
28353 \begin_layout Standard
28354 In all multiline formula environments a new line is created by pressing
28355  
28356 \begin_inset Info
28357 type  "shortcut"
28358 arg   "newline-insert newline"
28359 \end_inset
28360
28361 .
28362  To add or delete lines, the math toolbar buttons 
28363 \begin_inset Info
28364 type  "icon"
28365 arg   "inset-modify tabular append-row"
28366 \end_inset
28367
28368  or 
28369 \begin_inset Info
28370 type  "icon"
28371 arg   "inset-modify tabular delete-row"
28372 \end_inset
28373
28374 , respectively, or the menu 
28375 \family sans
28376 Edit\SpecialChar \menuseparator
28377 Rows & Columns
28378 \family default
28379  can be used.
28380 \end_layout
28381
28382 \begin_layout Subsubsection
28383 Line Separation
28384 \begin_inset CommandInset label
28385 LatexCommand label
28386 name "sub:Line-Separation"
28387
28388 \end_inset
28389
28390
28391 \begin_inset Index idx
28392 status collapsed
28393
28394 \begin_layout Plain Layout
28395 Formula ! multiline ! Line separation
28396 \end_layout
28397
28398 \end_inset
28399
28400
28401 \end_layout
28402
28403 \begin_layout Standard
28404 There is sometimes not enough space in multiline formulas between the lines:
28405 \begin_inset Formula 
28406 \begin{eqnarray*}
28407 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}\\
28408 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
28409 \end{eqnarray*}
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \begin_layout Standard
28417 In LaTeX additional line space is specified as optional argument of the
28418  new line command.
28419  This is not yet possible in LyX
28420 \begin_inset Foot
28421 status collapsed
28422
28423 \begin_layout Plain Layout
28424 see 
28425 \begin_inset CommandInset href
28426 LatexCommand href
28427 name "LyX-bug #1505"
28428 target "http://www.lyx.org/trac/ticket/1505"
28429
28430 \end_inset
28431
28432
28433 \end_layout
28434
28435 \end_inset
28436
28437 , therefore the whole formula must be inserted in TeX-mode.
28438  To add in our example space, the command 
28439 \series bold
28440
28441 \backslash
28442
28443 \backslash
28444 [3mm]
28445 \series default
28446  is inserted at the end of the first line.
28447  One gets: 
28448 \begin_inset ERT
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452
28453
28454 \backslash
28455 begin{eqnarray*}
28456 \end_layout
28457
28458 \begin_layout Plain Layout
28459
28460 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28461  = & 
28462 \backslash
28463 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28464 \backslash
28465
28466 \backslash
28467 [3mm]
28468 \end_layout
28469
28470 \begin_layout Plain Layout
28471
28472 4x^{2}
28473 \backslash
28474 left(B^{2}+x_{0}^{2}
28475 \backslash
28476 right)+4x_{0}x
28477 \backslash
28478 left(D-B^{2}
28479 \backslash
28480 right)+B^{2}
28481 \backslash
28482 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28483 \backslash
28484 right) & = & 0
28485 \end_layout
28486
28487 \begin_layout Plain Layout
28488
28489
28490 \backslash
28491 end{eqnarray*}
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \begin_layout Standard
28500 \begin_inset VSpace bigskip
28501 \end_inset
28502
28503 To set the line separation for all lines in a formula, the length 
28504 \series bold
28505
28506 \backslash
28507 jot
28508 \series default
28509
28510 \begin_inset Index idx
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 Commands ! J ! 
28515 \backslash
28516 jot
28517 \end_layout
28518
28519 \end_inset
28520
28521  is changed.
28522  The definition is: 
28523 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28524 \end_inset
28525
28526 .
28527  Predefined for 
28528 \series bold
28529
28530 \backslash
28531 jot
28532 \series default
28533  is the value 3
28534 \begin_inset space \thinspace{}
28535 \end_inset
28536
28537 pt.
28538  To create 3
28539 \begin_inset space \thinspace{}
28540 \end_inset
28541
28542 mm additional line separation as in the previous example, the command
28543 \end_layout
28544
28545 \begin_layout Standard
28546
28547 \series bold
28548
28549 \backslash
28550 setlength{
28551 \backslash
28552 jot}{3mm+3pt}
28553 \end_layout
28554
28555 \begin_layout Standard
28556 is inserted in TeX-mode before the formula.
28557  This requires that the LaTeX-package 
28558 \series bold
28559 calc
28560 \series default
28561
28562 \begin_inset Foot
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566
28567 \series bold
28568 calc
28569 \series default
28570  is part of every LaTeX standard installation.
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \begin_inset Index idx
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580 Packages ! calc
28581 \end_layout
28582
28583 \end_inset
28584
28585  was loaded in LaTeX-preamble with the line
28586 \end_layout
28587
28588 \begin_layout Standard
28589
28590 \series bold
28591
28592 \backslash
28593 usepackage{calc}
28594 \end_layout
28595
28596 \begin_layout Standard
28597 One gets: 
28598 \begin_inset ERT
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602
28603
28604 \backslash
28605 setlength{
28606 \backslash
28607 jot}{3mm+3pt}
28608 \end_layout
28609
28610 \end_inset
28611
28612
28613 \begin_inset Formula 
28614 \begin{eqnarray*}
28615 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}\\
28616 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
28617 \end{eqnarray*}
28618
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \begin_layout Standard
28625 \begin_inset ERT
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629
28630
28631 \backslash
28632 setlength{
28633 \backslash
28634 jot}{3pt}
28635 \end_layout
28636
28637 \end_inset
28638
28639  To get back to the predefined distance, 
28640 \series bold
28641
28642 \backslash
28643 jot
28644 \series default
28645  is set to the value 3
28646 \begin_inset space \thinspace{}
28647 \end_inset
28648
28649 pt.
28650 \end_layout
28651
28652 \begin_layout Subsubsection
28653 Column Separation
28654 \begin_inset CommandInset label
28655 LatexCommand label
28656 name "sub:Column-Separation"
28657
28658 \end_inset
28659
28660
28661 \begin_inset Index idx
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665 Formula ! multiline ! Column separation
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \begin_layout Standard
28674 Multiline formulas form a matrix.
28675  A formula in the eqnarray environment is for example a matrix with three
28676  columns.
28677  By changing the column separation in this environment, the space beside
28678  the relation sign can be changed.
28679 \end_layout
28680
28681 \begin_layout Standard
28682 The column separation is specified with the length 
28683 \series bold
28684
28685 \backslash
28686 arraycolsep
28687 \series default
28688
28689 \begin_inset Index idx
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 Commands ! A ! 
28694 \backslash
28695 arraycolsep
28696 \end_layout
28697
28698 \end_inset
28699
28700  according to:
28701 \begin_inset Newline newline
28702 \end_inset
28703
28704 column separation = 2
28705 \begin_inset space \thinspace{}
28706 \end_inset
28707
28708
28709 \series bold
28710
28711 \backslash
28712 arraycolsep
28713 \series default
28714
28715 \begin_inset Newline newline
28716 \end_inset
28717
28718 Thus, the command
28719 \end_layout
28720
28721 \begin_layout Standard
28722
28723 \series bold
28724
28725 \backslash
28726 setlength{
28727 \backslash
28728 arraycolsep}{1cm}
28729 \end_layout
28730
28731 \begin_layout Standard
28732 inserted in TeX-mode, sets for all following formulas a column separation
28733  of 2
28734 \begin_inset space \thinspace{}
28735 \end_inset
28736
28737 cm.
28738  To get back to the predefined distance, 
28739 \series bold
28740
28741 \backslash
28742 arraycolsep
28743 \series default
28744  is set to 5
28745 \begin_inset space \thinspace{}
28746 \end_inset
28747
28748 pt.
28749 \end_layout
28750
28751 \begin_layout Standard
28752 A formula with 2
28753 \begin_inset space \thinspace{}
28754 \end_inset
28755
28756 cm column separation:
28757 \begin_inset ERT
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761
28762
28763 \backslash
28764 setlength{
28765 \backslash
28766 arraycolsep}{1cm}
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \begin_inset Formula 
28773 \begin{eqnarray*}
28774 A & = & B\\
28775 C & \ne & A
28776 \end{eqnarray*}
28777
28778 \end_inset
28779
28780 A formula with the predefined column separation for matrices of 10
28781 \begin_inset space \thinspace{}
28782 \end_inset
28783
28784 pt:
28785 \begin_inset ERT
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789
28790
28791 \backslash
28792 setlength{
28793 \backslash
28794 arraycolsep}{5pt}
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \begin_inset Formula 
28801 \begin{eqnarray*}
28802 A & = & B\\
28803 C & \ne & A
28804 \end{eqnarray*}
28805
28806 \end_inset
28807
28808
28809 \end_layout
28810
28811 \begin_layout Subsubsection
28812 Long Formulas
28813 \begin_inset Index idx
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817 Formula ! long
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Standard
28826 Long formulas can be typeset using these methods:
28827 \end_layout
28828
28829 \begin_layout Itemize
28830 When one side of the equation is much shorter than the line width, this
28831  one is chosen for the left side and the right side is typeset over two
28832  lines:
28833 \begin_inset Formula 
28834 \begin{eqnarray}
28835 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 \\
28836  &  & -\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:shortlong}
28837 \end{eqnarray}
28838
28839 \end_inset
28840
28841 The minus sign at the beginning of the second line does normally not appear
28842  as an operator because it is the first character of the line.
28843  Thus it would not be surrounded by space and could not be distinguished
28844  from the fraction bar.
28845  To avoid this, 3
28846 \begin_inset space \thinspace{}
28847 \end_inset
28848
28849 pt space was inserted behind the minus sign with the command 
28850 \series bold
28851
28852 \backslash
28853 hspace
28854 \series default
28855 .
28856 \begin_inset Foot
28857 status collapsed
28858
28859 \begin_layout Plain Layout
28860 for more about 
28861 \series bold
28862
28863 \backslash
28864 hspace
28865 \series default
28866  see 
28867 \begin_inset CommandInset ref
28868 LatexCommand ref
28869 reference "sub:Variable-Space"
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \begin_inset Index idx
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883 Commands ! H ! 
28884 \backslash
28885 hspace
28886 \end_layout
28887
28888 \end_inset
28889
28890
28891 \end_layout
28892
28893 \begin_layout Itemize
28894 When both sides of the equation are too long, the command 
28895 \series bold
28896
28897 \backslash
28898 lefteqn
28899 \series default
28900
28901 \begin_inset Index idx
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905 Commands ! L ! 
28906 \backslash
28907 lefteqn
28908 \end_layout
28909
28910 \end_inset
28911
28912  is used.
28913  It is inserted in the first column of the first line and causes all further
28914  insertions to overwrite the following columns:
28915 \begin_inset Formula 
28916 \begin{eqnarray}
28917 \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 \\
28918  &  & -\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 \\
28919  &  & =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}
28920 \end{eqnarray}
28921
28922 \end_inset
28923
28924 After the insertion of 
28925 \series bold
28926
28927 \backslash
28928 lefteqn
28929 \series default
28930 , the cursor is in a purple box that is a bit shifted to the left from the
28931  blue one.
28932  In this the formula is inserted.
28933 \begin_inset Newline newline
28934 \end_inset
28935
28936 The content of the further lines is inserted to the second or another formula
28937  column.
28938  The greater the column number where it was inserted, the larger the indentation.
28939 \begin_inset VSpace medskip
28940 \end_inset
28941
28942
28943 \begin_inset Newline newline
28944 \end_inset
28945
28946
28947 \begin_inset Note Greyedout
28948 status open
28949
28950 \begin_layout Plain Layout
28951 Note the following when using 
28952 \series bold
28953
28954 \backslash
28955 lefteqn
28956 \series default
28957 :
28958 \end_layout
28959
28960 \begin_layout Itemize
28961 The formula doesn't use the full page width.
28962  When e.
28963 \begin_inset space \thinspace{}
28964 \end_inset
28965
28966 g.
28967 \begin_inset space \space{}
28968 \end_inset
28969
28970 the term 
28971 \begin_inset Formula $-B^{2}$
28972 \end_inset
28973
28974  is added to the first line in the above example, it would have been outside
28975  the page margin.
28976  To better use the width, negative space can be inserted at the beginning
28977  of the first line.
28978 \end_layout
28979
28980 \begin_layout Itemize
28981 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28982  line.
28983 \begin_inset Foot
28984 status collapsed
28985
28986 \begin_layout Plain Layout
28987 \begin_inset CommandInset href
28988 LatexCommand href
28989 name "LyX-bug #1429"
28990 target "http://www.lyx.org/trac/ticket/1429"
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \end_inset
28998
28999  One can only set the cursor at the beginning of the line and move it with
29000  the arrow keys.
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Itemize
29009 Other methods to set long formulas are offered by the environments described
29010  in 
29011 \begin_inset CommandInset ref
29012 LatexCommand ref
29013 reference "sub:Multline-Environment"
29014
29015 \end_inset
29016
29017  and 
29018 \begin_inset CommandInset ref
29019 LatexCommand ref
29020 reference "sub:Multiline-Formula-Parts"
29021
29022 \end_inset
29023
29024 .
29025 \end_layout
29026
29027 \begin_layout Subsubsection
29028 Multiline Fractions
29029 \begin_inset CommandInset label
29030 LatexCommand label
29031 name "sub:Multiline-Fractions"
29032
29033 \end_inset
29034
29035
29036 \begin_inset Index idx
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040 Fractions ! multiline
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 There are cases where the denominator and/or the numerator of a fraction
29050  is so long that the fraction does not fit into one line.
29051  It is then necessary to add a line break within the fraction.
29052  This can be done using the command 
29053 \series bold
29054
29055 \backslash
29056 splitfrac
29057 \series default
29058
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 Commands ! S ! 
29064 \backslash
29065 splitfrac
29066 \end_layout
29067
29068 \end_inset
29069
29070 .
29071  To activate it, set in the document settings under 
29072 \family sans
29073 Math
29074 \begin_inset space ~
29075 \end_inset
29076
29077 Options
29078 \family default
29079  for the package 
29080 \series bold
29081 mathtools
29082 \series default
29083
29084 \begin_inset Index idx
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Packages ! mathtools
29089 \end_layout
29090
29091 \end_inset
29092
29093  the option 
29094 \family sans
29095 Load
29096 \begin_inset space ~
29097 \end_inset
29098
29099 always
29100 \family default
29101 .
29102  
29103 \series bold
29104
29105 \backslash
29106 splitfrac
29107 \series default
29108  has the scheme
29109 \end_layout
29110
29111 \begin_layout Standard
29112
29113 \series bold
29114
29115 \backslash
29116 splitfrac{first line}{second line}
29117 \end_layout
29118
29119 \begin_layout Standard
29120 and is used as denominator and/or numerator:
29121 \end_layout
29122
29123 \begin_layout Standard
29124 \begin_inset Formula 
29125 \[
29126 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
29127 \]
29128
29129 \end_inset
29130
29131 The command for the first numerator above is:
29132 \end_layout
29133
29134 \begin_layout Standard
29135
29136 \series bold
29137
29138 \backslash
29139 splitfrac{xy+xy+xy+xy+xy
29140 \begin_inset space \textvisiblespace{}
29141 \end_inset
29142
29143
29144 \backslash
29145 {+wy+wy+wy+wy
29146 \end_layout
29147
29148 \begin_layout Subsubsection
29149 Multiline Brackets
29150 \begin_inset CommandInset label
29151 LatexCommand label
29152 name "sub:Multiline-Brackets"
29153
29154 \end_inset
29155
29156
29157 \begin_inset Index idx
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161 Brackets ! for multiline expressions
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Standard
29170 For brackets spanning multiple lines the following problem occurs:
29171 \begin_inset Formula 
29172 \begin{eqnarray*}
29173 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29174  &  & \left.\cdots+B-D\right]
29175 \end{eqnarray*}
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \begin_layout Standard
29183 The closing bracket is smaller than the opening bracket because brackets
29184  with variable size may not span multiple lines.
29185 \end_layout
29186
29187 \begin_layout Standard
29188 To set the bracket size for the second line correctly, the first line is
29189  ended with 
29190 \series bold
29191
29192 \backslash
29193 right.
29194 \series default
29195
29196 \begin_inset Index idx
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200 Commands ! R ! 
29201 \backslash
29202 right
29203 \end_layout
29204
29205 \end_inset
29206
29207  and the second line with 
29208 \series bold
29209
29210 \backslash
29211 left.
29212 \begin_inset Foot
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216 for more about 
29217 \series bold
29218
29219 \backslash
29220 left
29221 \series default
29222  and 
29223 \series bold
29224
29225 \backslash
29226 right
29227 \series default
29228  see 
29229 \begin_inset CommandInset ref
29230 LatexCommand ref
29231 reference "sub:Automatic-Bracket-Size"
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \series default
29242
29243 \begin_inset Index idx
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247 Commands ! L ! 
29248 \backslash
29249 left
29250 \end_layout
29251
29252 \end_inset
29253
29254 .
29255  After 
29256 \series bold
29257
29258 \backslash
29259 left.
29260
29261 \series default
29262  the command 
29263 \series bold
29264
29265 \backslash
29266 vphantom
29267 \series default
29268
29269 \begin_inset space \textvisiblespace{}
29270 \end_inset
29271
29272
29273 \series bold
29274
29275 \backslash
29276 prod
29277 \series default
29278 ^
29279 \begin_inset space \textvisiblespace{}
29280 \end_inset
29281
29282
29283 \series bold
29284
29285 \backslash
29286 infty
29287 \series default
29288
29289 \begin_inset space \textvisiblespace{}
29290 \end_inset
29291
29292
29293 \series bold
29294
29295 \begin_inset Formula $\downarrow$
29296 \end_inset
29297
29298 _R=1}
29299 \series default
29300
29301 \begin_inset Index idx
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305 Commands ! V ! 
29306 \backslash
29307 vphantom
29308 \end_layout
29309
29310 \end_inset
29311
29312  is inserted, because the multiplication operator with its limits is the
29313  largest symbol in the first line and this should be the size for the bracket
29314  in the second line.
29315 \end_layout
29316
29317 \begin_layout Standard
29318 The result is this:
29319 \begin_inset Formula 
29320 \begin{eqnarray*}
29321 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29322  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29323 \end{eqnarray*}
29324
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \begin_layout Subsection
29331 Align Environments
29332 \end_layout
29333
29334 \begin_layout Standard
29335 Align environments can be used for every kind of multiline formulas.
29336  They are especially useful to set several formulas side by side.
29337 \end_layout
29338
29339 \begin_layout Standard
29340 Align environments consist of columns.
29341  The odd columns are right aligned, the even ones left aligned.
29342  Every line in an Align environment can be numbered.
29343 \end_layout
29344
29345 \begin_layout Standard
29346 Align environments are created via the menu 
29347 \family sans
29348 Insert\SpecialChar \menuseparator
29349 Math
29350 \family default
29351 .
29352  With the menu 
29353 \family sans
29354 Edit\SpecialChar \menuseparator
29355 Math\SpecialChar \menuseparator
29356 Change Formula Type
29357 \family default
29358  already existing formulas can be converted to Align environments.
29359 \end_layout
29360
29361 \begin_layout Standard
29362 To add or delete columns, the math toolbar buttons 
29363 \begin_inset Info
29364 type  "icon"
29365 arg   "inset-modify tabular append-column"
29366 \end_inset
29367
29368  or 
29369 \begin_inset Info
29370 type  "icon"
29371 arg   "inset-modify tabular delete-column"
29372 \end_inset
29373
29374 , respectively, or the menu 
29375 \family sans
29376 Edit\SpecialChar \menuseparator
29377 Rows & Columns
29378 \family default
29379  can be used.
29380 \end_layout
29381
29382 \begin_layout Subsubsection
29383 Standard align Environment
29384 \begin_inset CommandInset label
29385 LatexCommand label
29386 name "sub:Standard-align-Environment"
29387
29388 \end_inset
29389
29390
29391 \begin_inset Index idx
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395 Formula ! multiline ! align environment
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \begin_layout Standard
29404 This Align environment is created by pressing 
29405 \begin_inset Info
29406 type  "shortcut"
29407 arg   "newline-insert newline"
29408 \end_inset
29409
29410  in a formula or by the menu 
29411 \family sans
29412 Insert\SpecialChar \menuseparator
29413 Math\SpecialChar \menuseparator
29414 AMS align Environment
29415 \family default
29416 .
29417 \end_layout
29418
29419 \begin_layout Standard
29420 An example for two formulas set side by side, that are created with a four
29421  column align environment:
29422 \begin_inset Formula 
29423 \begin{align*}
29424 A & =\sin(B) & C & =D\\
29425 C & \ne A & B & \ne D
29426 \end{align*}
29427
29428 \end_inset
29429
29430 As it can be seen, the formulas in this environment are placed so as if
29431  there would be a 
29432 \series bold
29433
29434 \backslash
29435 hfill
29436 \begin_inset Foot
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440 more about 
29441 \series bold
29442
29443 \backslash
29444 hfill
29445 \series default
29446  see 
29447 \begin_inset CommandInset ref
29448 LatexCommand ref
29449 reference "sub:Variable-Space"
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \series default
29460  before the first and after every even column.
29461  When the formula style 
29462 \series bold
29463 Indented
29464 \begin_inset Foot
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468 formula styles see 
29469 \begin_inset CommandInset ref
29470 LatexCommand ref
29471 reference "sec:Formula-Styles"
29472
29473 \end_inset
29474
29475
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \series default
29482  is used, the formula is set without the 
29483 \series bold
29484
29485 \backslash
29486 hfill
29487 \series default
29488  before the first column.
29489 \end_layout
29490
29491 \begin_layout Subsubsection
29492 Alignat Environment
29493 \begin_inset Index idx
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497 Formula ! multiline ! alignat environment
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \begin_layout Standard
29506 The alignat environment has no predefined column separation.
29507  It can be inserted manually with the spaces that are described 
29508 \begin_inset CommandInset ref
29509 LatexCommand ref
29510 reference "sub:Space"
29511
29512 \end_inset
29513
29514 .
29515 \end_layout
29516
29517 \begin_layout Standard
29518 The above example in the alignat environment where 1
29519 \begin_inset space \thinspace{}
29520 \end_inset
29521
29522 cm space was inserted at the beginning of the second formula:
29523 \begin_inset Formula 
29524 \begin{alignat*}{2}
29525 A & =\sin(B) & \hspace{1cm}C & =D\\
29526 C & \ne A & B & \ne D
29527 \end{alignat*}
29528
29529 \end_inset
29530
29531 Because the column separation can be set separately for every column, this
29532  environment is especially suitable to set three and more formulas side
29533  by side.
29534 \end_layout
29535
29536 \begin_layout Subsubsection
29537 Flalign Environment
29538 \begin_inset CommandInset label
29539 LatexCommand label
29540 name "sub:Flalign-Environment"
29541
29542 \end_inset
29543
29544
29545 \begin_inset Index idx
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Formula ! multiline ! flalign environment
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Standard
29558 In this environment the first two columns are always set as much as possible
29559  to the left and the last two ones to the right.
29560  An example:
29561 \begin_inset Formula 
29562 \begin{flalign*}
29563 A & =1 & B & =2 & C & =3\\
29564 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29565 \end{flalign*}
29566
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \begin_layout Standard
29573 By creating a flalign environment with an odd number of columns where an
29574  empty TeX-brace is inserted to the last column, several formulas in a document
29575  can be set to the left, although the formula style 
29576 \series bold
29577 Centered
29578 \series default
29579  is used.
29580  As example the indented formula 
29581 \begin_inset CommandInset ref
29582 LatexCommand eqref
29583 reference "eq:VolInt"
29584
29585 \end_inset
29586
29587 :
29588 \begin_inset Formula 
29589 \begin{flalign}
29590 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29591 \end{flalign}
29592
29593 \end_inset
29594
29595 The first two columns contain the formula.
29596  To indent it as with the formula style 
29597 \series bold
29598 Indented
29599 \series default
29600 , 30
29601 \begin_inset space \thinspace{}
29602 \end_inset
29603
29604 pt space was inserted at the beginning of the first column.
29605 \end_layout
29606
29607 \begin_layout Subsection
29608 Eqnarray Environment
29609 \begin_inset CommandInset label
29610 LatexCommand label
29611 name "sub:Eqnarray-Environment"
29612
29613 \end_inset
29614
29615
29616 \begin_inset Index idx
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 Formula ! multiline ! eqnarray environment
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Standard
29629 When this environment has been created, three blue boxes appear.
29630  The content of the first box is right aligned, the content of the last
29631  one left aligned.
29632  The content of the middle box appears centered and a bit smaller, because
29633  it is designed to insert there only relation characters.
29634 \begin_inset Formula 
29635 \begin{eqnarray*}
29636 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29637 AB & AB & AB\\
29638 A & = & A
29639 \end{eqnarray*}
29640
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \begin_layout Subsection
29647 Gather Environment
29648 \begin_inset Index idx
29649 status collapsed
29650
29651 \begin_layout Plain Layout
29652 Formula ! multiline ! gather environment
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Standard
29661 This environment consists of only one centered column.
29662  Every line can be numbered.
29663 \begin_inset Formula 
29664 \begin{gather}
29665 A=1\\
29666 X=\textrm{-}1
29667 \end{gather}
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \begin_layout Subsection
29675 Multline Environment
29676 \begin_inset CommandInset label
29677 LatexCommand label
29678 name "sub:Multline-Environment"
29679
29680 \end_inset
29681
29682
29683 \begin_inset Index idx
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687 Formula ! multiline ! multline environment
29688 \end_layout
29689
29690 \end_inset
29691
29692
29693 \end_layout
29694
29695 \begin_layout Standard
29696 The multline environment consists, like the gather environment, of only
29697  one column.
29698  But the first line is left aligned, the last one right aligned.
29699  All other lines are centered.
29700  Therefore this environment is suitable for long formulas.
29701  As example formula 
29702 \begin_inset CommandInset ref
29703 LatexCommand eqref
29704 reference "eq:lefteqn"
29705
29706 \end_inset
29707
29708  in the multline environment:
29709 \begin_inset Formula 
29710 \begin{multline}
29711 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}\\
29712 -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}\\
29713 =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}}
29714 \end{multline}
29715
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \begin_layout Standard
29722 In the output only the last (first) line of a multline environment appears
29723  numbered when the document numbering is right (left).
29724 \begin_inset Foot
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728 numbering styles see 
29729 \begin_inset CommandInset ref
29730 LatexCommand ref
29731 reference "sec:Formula-Styles"
29732
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \end_inset
29739
29740
29741 \end_layout
29742
29743 \begin_layout Standard
29744 With the commands 
29745 \series bold
29746
29747 \backslash
29748 shoveright
29749 \series default
29750
29751 \begin_inset Index idx
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755 Commands ! S ! 
29756 \backslash
29757 shoveright
29758 \end_layout
29759
29760 \end_inset
29761
29762  and 
29763 \series bold
29764
29765 \backslash
29766 shoveleft
29767 \series default
29768
29769 \begin_inset Index idx
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 Commands ! S ! 
29774 \backslash
29775 shoveleft
29776 \end_layout
29777
29778 \end_inset
29779
29780  a centered line can be right or left aligned, respectively.
29781  The commands are used as follows:
29782 \end_layout
29783
29784 \begin_layout Standard
29785
29786 \series bold
29787
29788 \backslash
29789 shoveright{line content}
29790 \series default
29791  and 
29792 \series bold
29793
29794 \backslash
29795 shoveleft{line content}
29796 \end_layout
29797
29798 \begin_layout Standard
29799 \begin_inset VSpace medskip
29800 \end_inset
29801
29802 The length 
29803 \series bold
29804
29805 \backslash
29806 multlinegap
29807 \series default
29808
29809 \begin_inset Index idx
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813 Commands ! M ! 
29814 \backslash
29815 multlinegap
29816 \end_layout
29817
29818 \end_inset
29819
29820  specifies the distance of the first line from the left page margin.
29821  Predefined is the length 0
29822 \begin_inset space \thinspace{}
29823 \end_inset
29824
29825 pt.
29826 \end_layout
29827
29828 \begin_layout Standard
29829 As example the above formula where the command
29830 \end_layout
29831
29832 \begin_layout Standard
29833
29834 \series bold
29835
29836 \backslash
29837 setlength{
29838 \backslash
29839 multlinegap}{2cm}
29840 \end_layout
29841
29842 \begin_layout Standard
29843 was inserted in TeX-mode before:
29844 \begin_inset ERT
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849
29850 \backslash
29851 setlength{
29852 \backslash
29853 multlinegap}{2cm}
29854 \end_layout
29855
29856 \end_inset
29857
29858
29859 \begin_inset Formula 
29860 \begin{multline}
29861 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}\\
29862 \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}}\\
29863 =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}}
29864 \end{multline}
29865
29866 \end_inset
29867
29868
29869 \begin_inset ERT
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873
29874
29875 \backslash
29876 setlength{
29877 \backslash
29878 multlinegap}{0pt}
29879 \end_layout
29880
29881 \end_inset
29882
29883 The second line was left aligned using 
29884 \series bold
29885
29886 \backslash
29887 shoveleft
29888 \series default
29889 .
29890 \end_layout
29891
29892 \begin_layout Subsection
29893 Multiline Formula Parts
29894 \begin_inset CommandInset label
29895 LatexCommand label
29896 name "sub:Multiline-Formula-Parts"
29897
29898 \end_inset
29899
29900
29901 \begin_inset Index idx
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905 Formula ! multiline ! formula parts
29906 \end_layout
29907
29908 \end_inset
29909
29910
29911 \end_layout
29912
29913 \begin_layout Standard
29914 To display only parts of a formula with multiple lines, one of the following
29915  environments is used: 
29916 \series bold
29917 aligned
29918 \series default
29919
29920 \series bold
29921 alignedat
29922 \series default
29923
29924 \series bold
29925 gathered
29926 \series default
29927  or 
29928 \series bold
29929 split
29930 \series default
29931 .
29932  They can be inserted via the menu 
29933 \family sans
29934 Insert\SpecialChar \menuseparator
29935 Math
29936 \family default
29937  or by using the commands described in this section.
29938 \end_layout
29939
29940 \begin_layout Standard
29941 The first three have the same properties as the corresponding multiline
29942  formula environments, but it is possible to set further formula parts beside
29943  them.
29944  An example:
29945 \begin_inset Formula 
29946 \[
29947 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29948 \Delta E\Delta t & \ge\frac{\hbar}{2}
29949 \end{aligned}
29950 \right\} \textrm{Uncertainty relations}
29951 \]
29952
29953 \end_inset
29954
29955
29956 \end_layout
29957
29958 \begin_layout Standard
29959 To get this formula, a displayed formula is created where the command 
29960 \series bold
29961
29962 \backslash
29963 aligned
29964 \series default
29965
29966 \begin_inset Index idx
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970 Commands ! A ! 
29971 \backslash
29972 aligned
29973 \end_layout
29974
29975 \end_inset
29976
29977  is inserted.
29978  A purple box appears around the blue formula box where now columns and
29979  lines can be added.
29980  Outside the multiline environment other formula parts can be set, like
29981  the brace.
29982 \end_layout
29983
29984 \begin_layout Standard
29985 The aligned environment is also suitable for long formulas whose lines are
29986  horizontally aligned.
29987  Using aligned in a displayed formula has the advantage that the formula
29988  number is vertically centered behind the lines.
29989  As example formula 
29990 \begin_inset CommandInset ref
29991 LatexCommand eqref
29992 reference "eq:shortlong"
29993
29994 \end_inset
29995
29996  in the aligned environment:
29997 \begin_inset Formula 
29998 \begin{equation}
29999 \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}|}\\
30000  & -\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}|}
30001 \end{aligned}
30002 \end{equation}
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \begin_layout Standard
30010 To use the environments 
30011 \series bold
30012 alignedat
30013 \series default
30014
30015 \series bold
30016 gathered
30017 \series default
30018 , or 
30019 \series bold
30020 split
30021 \series default
30022 , the command 
30023 \series bold
30024
30025 \backslash
30026 alignedat
30027 \series default
30028 ,
30029 \begin_inset Index idx
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033 Commands ! A ! 
30034 \backslash
30035 alignedat
30036 \end_layout
30037
30038 \end_inset
30039
30040  
30041 \series bold
30042
30043 \backslash
30044 gathered
30045 \series default
30046
30047 \begin_inset Index idx
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051 Commands ! G ! 
30052 \backslash
30053 gathered
30054 \end_layout
30055
30056 \end_inset
30057
30058 , or 
30059 \series bold
30060
30061 \backslash
30062 split
30063 \series default
30064
30065 \begin_inset Index idx
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 Commands ! S ! 
30070 \backslash
30071 split
30072 \end_layout
30073
30074 \end_inset
30075
30076  are inserted, respectively.
30077  The split environment has the same properties as the aligned environment
30078  but it can only have two columns.
30079 \end_layout
30080
30081 \begin_layout Subsection
30082 Text in multiline Formulas
30083 \begin_inset CommandInset label
30084 LatexCommand label
30085 name "sub:Text-in-multiline"
30086
30087 \end_inset
30088
30089
30090 \begin_inset Index idx
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094 Text ! in formulas
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \begin_inset Index idx
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Formula ! multiline ! text
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Standard
30113 In the Align environments, and the multline and gather environment, text
30114  can be inserted that will appear in a separate line and doesn't affect
30115  the column alignment.
30116  To do this, the command 
30117 \series bold
30118
30119 \backslash
30120 intertext
30121 \series default
30122
30123 \begin_inset Index idx
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127 Commands ! I ! 
30128 \backslash
30129 intertext
30130 \end_layout
30131
30132 \end_inset
30133
30134  is used in the following scheme:
30135 \end_layout
30136
30137 \begin_layout Standard
30138
30139 \series bold
30140
30141 \backslash
30142 intertext{text}
30143 \end_layout
30144
30145 \begin_layout Standard
30146 The text should not be longer than a line because it cannot be hyphenated.
30147  As LyX doesn't yet support 
30148 \series bold
30149
30150 \backslash
30151 intertext
30152 \series default
30153  directly, the text is written as mathematical text.
30154  
30155 \series bold
30156
30157 \backslash
30158 intertext
30159 \series default
30160  must hereby be at the beginning of a line and appears in the output above
30161  this line.
30162  An example where the text was inserted at the beginning of the second line:
30163 \begin_inset Formula 
30164 \begin{align}
30165 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30166 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30167 \end{align}
30168
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \begin_layout Standard
30175
30176 \series bold
30177
30178 \backslash
30179 intertext
30180 \series default
30181  always creates some vertical space between the text and the formula lines.
30182  To avoid this space, set in the document settings under 
30183 \family sans
30184 Math
30185 \begin_inset space ~
30186 \end_inset
30187
30188 Options
30189 \family default
30190  for the package 
30191 \series bold
30192 mathtools
30193 \series default
30194
30195 \begin_inset Index idx
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 Packages ! mathtools
30200 \end_layout
30201
30202 \end_inset
30203
30204  the option 
30205 \family sans
30206 Load
30207 \begin_inset space ~
30208 \end_inset
30209
30210 always
30211 \family default
30212 .
30213  Then you can use the command 
30214 \series bold
30215
30216 \backslash
30217 shortintertext
30218 \series default
30219
30220 \begin_inset Index idx
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224 Commands ! S ! 
30225 \backslash
30226 shortintertext
30227 \end_layout
30228
30229 \end_inset
30230
30231  instead of 
30232 \series bold
30233
30234 \backslash
30235 intertext
30236 \series default
30237 :
30238 \end_layout
30239
30240 \begin_layout Standard
30241 \begin_inset Formula 
30242 \begin{align}
30243 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30244 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30245 \end{align}
30246
30247 \end_inset
30248
30249
30250 \end_layout
30251
30252 \begin_layout Section
30253 Formula Numbering
30254 \begin_inset Index idx
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258 Formula numbering
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \begin_inset Index idx
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268 Formula ! numbering|see
30269 \begin_inset ERT
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274 {
30275 \end_layout
30276
30277 \end_inset
30278
30279 Formula numbering
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285 }
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Subsection
30299 General
30300 \end_layout
30301
30302 \begin_layout Standard
30303 Numbered formulas can be created with the menu 
30304 \family sans
30305 Insert\SpecialChar \menuseparator
30306 Math\SpecialChar \menuseparator
30307 Numbered
30308 \begin_inset space ~
30309 \end_inset
30310
30311 Formula
30312 \family default
30313  (shortcut 
30314 \family sans
30315 Ctrl+Alt
30316 \begin_inset space ~
30317 \end_inset
30318
30319 N
30320 \family default
30321 ).
30322  Existing formulas can be numbered with the menu 
30323 \family sans
30324 Edit\SpecialChar \menuseparator
30325 Math\SpecialChar \menuseparator
30326 Toggle
30327 \begin_inset space ~
30328 \end_inset
30329
30330 Numbering
30331 \family default
30332  (shortcut 
30333 \begin_inset Info
30334 type  "shortcut"
30335 arg   "math-number-toggle"
30336 \end_inset
30337
30338 ).
30339  The formula number is displayed in LyX behind the formula as a number sign
30340  in parentheses.
30341  The number sign is replaced in the output by the formula number.
30342 \end_layout
30343
30344 \begin_layout Standard
30345 When numbering is turned on in multiline formulas, all lines will be numbered.
30346  But the numbering can be controlled with the menu 
30347 \family sans
30348 Edit\SpecialChar \menuseparator
30349 Math\SpecialChar \menuseparator
30350 Toggle
30351 \begin_inset space ~
30352 \end_inset
30353
30354 Numbering
30355 \begin_inset space ~
30356 \end_inset
30357
30358 of
30359 \begin_inset space ~
30360 \end_inset
30361
30362 Line
30363 \family default
30364  (shortcut 
30365 \begin_inset Info
30366 type  "shortcut"
30367 arg   "math-number-line-toggle"
30368 \end_inset
30369
30370 ) for every line.
30371 \end_layout
30372
30373 \begin_layout Standard
30374 Except for inline formulas, all formulas can be numbered with two different
30375  styles, see 
30376 \begin_inset CommandInset ref
30377 LatexCommand ref
30378 reference "sec:Formula-Styles"
30379
30380 \end_inset
30381
30382 .
30383 \end_layout
30384
30385 \begin_layout Subsection
30386 Cross-References
30387 \begin_inset Index idx
30388 status collapsed
30389
30390 \begin_layout Plain Layout
30391 Cross-references ! to formulas
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \end_layout
30398
30399 \begin_layout Standard
30400 All labeled formulas can be cross-referenced.
30401  A label is added by the menu 
30402 \family sans
30403 Insert\SpecialChar \menuseparator
30404 Label
30405 \family default
30406  or the toolbar button 
30407 \begin_inset Info
30408 type  "icon"
30409 arg   "label-insert"
30410 \end_inset
30411
30412 .
30413  The cursor must hereby be inside a displayed formula.
30414  Alternatively you can right-click on the formula and choose 
30415 \family sans
30416 Equation Label
30417 \family default
30418 .
30419  A dialog pops up displaying the prefix 
30420 \series bold
30421 eq:
30422 \series default
30423  in a text field.
30424  The label is inserted there behind the prefix.
30425  The predefined prefix means 
30426 \begin_inset Quotes eld
30427 \end_inset
30428
30429 equation
30430 \begin_inset Quotes erd
30431 \end_inset
30432
30433  and makes it easier to find labels in large documents because it marks
30434  it as formula label to divide it from e.
30435 \begin_inset space \thinspace{}
30436 \end_inset
30437
30438 g.
30439 \begin_inset space \space{}
30440 \end_inset
30441
30442 section labels.
30443  To change a label, the menu 
30444 \family sans
30445 Insert\SpecialChar \menuseparator
30446 Label
30447 \family default
30448  is used again or you right-click on a formula and then on 
30449 \family sans
30450 Equation Label
30451 \family default
30452 .
30453 \end_layout
30454
30455 \begin_layout Standard
30456 The name of the label is displayed in LyX within two parentheses behind
30457  formula.
30458  A formula with a label is always numbered.
30459 \end_layout
30460
30461 \begin_layout Standard
30462 Cross-references are inserted via the menu 
30463 \family sans
30464 Insert\SpecialChar \menuseparator
30465 Cross-Reference
30466 \family default
30467  or with the toolbar button 
30468 \begin_inset Info
30469 type  "icon"
30470 arg   "dialog-show-new-inset ref"
30471 \end_inset
30472
30473 .
30474  A formula cross-reference appears in the output as formula number.
30475  When in the cross-reference dialog window the format 
30476 \series bold
30477 (<reference>)
30478 \series default
30479  is chosen, the cross-reference appears in the output as formula number
30480  in parentheses.
30481 \begin_inset Newline newline
30482 \end_inset
30483
30484 By right-clicking on a cross-reference in LyX, one jumps to the formula
30485  that is referenced.
30486 \end_layout
30487
30488 \begin_layout Standard
30489 Here are as examples cross-references to formulas of the following subsections:
30490 \begin_inset Note Note
30491 status open
30492
30493 \begin_layout Plain Layout
30494 Note the different cross-reference types.
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \end_layout
30501
30502 \begin_layout Standard
30503 The equations 
30504 \begin_inset CommandInset ref
30505 LatexCommand eqref
30506 reference "eq:tag"
30507
30508 \end_inset
30509
30510  and 
30511 \begin_inset CommandInset ref
30512 LatexCommand eqref
30513 reference "eq:c"
30514
30515 \end_inset
30516
30517  are equivalent.
30518  In (
30519 \begin_inset CommandInset ref
30520 LatexCommand ref
30521 reference "eq:Lat"
30522
30523 \end_inset
30524
30525 ) big Latin letters are used for the numbering in contrary to (
30526 \begin_inset CommandInset ref
30527 LatexCommand ref
30528 reference "eq:Rom"
30529
30530 \end_inset
30531
30532 ).
30533 \end_layout
30534
30535 \begin_layout Standard
30536 \begin_inset VSpace medskip
30537 \end_inset
30538
30539 When the argument of 
30540 \series bold
30541
30542 \backslash
30543 tag
30544 \begin_inset Foot
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549 \series bold
30550
30551 \backslash
30552 tag
30553 \series default
30554  is described in 
30555 \begin_inset CommandInset ref
30556 LatexCommand ref
30557 reference "sub:User-defined-Numbering"
30558
30559 \end_inset
30560
30561 .
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \series default
30568  contains a box like in 
30569 \begin_inset CommandInset ref
30570 LatexCommand ref
30571 reference "sub:Paragraph-Boxes"
30572
30573 \end_inset
30574
30575 , the formula cannot be referenced.
30576 \end_layout
30577
30578 \begin_layout Subsection
30579 Subnumbering
30580 \begin_inset Index idx
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584 Formula numbering ! subnumbering
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Standard
30593 With the help of the commands 
30594 \series bold
30595
30596 \backslash
30597 begin{subequations}
30598 \series default
30599  and 
30600 \series bold
30601
30602 \backslash
30603 end{subequations}
30604 \series default
30605  formulas can be subnumbered.
30606  Both commands are inserted in TeX-mode.
30607 \end_layout
30608
30609 \begin_layout Standard
30610 An example:
30611 \begin_inset Formula 
30612 \begin{equation}
30613 A=C-B\label{eq:a}
30614 \end{equation}
30615
30616 \end_inset
30617
30618
30619 \begin_inset ERT
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623
30624
30625 \backslash
30626 addtocounter{equation}{-1}
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \begin_inset ERT
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636
30637
30638 \backslash
30639 begin{subequations}
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \begin_inset VSpace -5mm
30646 \end_inset
30647
30648
30649 \begin_inset Formula 
30650 \begin{equation}
30651 B=C-A\label{eq:b}
30652 \end{equation}
30653
30654 \end_inset
30655
30656
30657 \begin_inset Formula 
30658 \begin{equation}
30659 C=A+B\label{eq:c}
30660 \end{equation}
30661
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \begin_layout Standard
30668 \begin_inset ERT
30669 status collapsed
30670
30671 \begin_layout Plain Layout
30672
30673
30674 \backslash
30675 end{subequations}
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \end_layout
30682
30683 \begin_layout Standard
30684 To create the example, the following is done:
30685 \end_layout
30686
30687 \begin_layout Enumerate
30688 first formula is inserted
30689 \end_layout
30690
30691 \begin_layout Enumerate
30692
30693 \series bold
30694
30695 \backslash
30696 addtocounter{equation}{-1} 
30697 \backslash
30698 begin{subequations}
30699 \begin_inset Index idx
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703 Commands ! A ! 
30704 \backslash
30705 addtocounter
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \begin_inset Newline newline
30712 \end_inset
30713
30714
30715 \series default
30716 is inserted after the first formula
30717 \end_layout
30718
30719 \begin_layout Enumerate
30720 second formula is inserted
30721 \end_layout
30722
30723 \begin_layout Enumerate
30724 third formula is inserted
30725 \end_layout
30726
30727 \begin_layout Enumerate
30728
30729 \series bold
30730
30731 \backslash
30732 end{subequations}
30733 \series default
30734  is inserted after the third formula
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Every formula between the commands 
30739 \series bold
30740
30741 \backslash
30742 begin
30743 \series default
30744  and 
30745 \series bold
30746
30747 \backslash
30748 end
30749 \series default
30750  is subnumbered as a, b, 
30751 \begin_inset Newline linebreak
30752 \end_inset
30753
30754 c, \SpecialChar \ldots{}
30755  For multiline formulas every line will be subnumbered.
30756  All subnumbered formulas are treated as 
30757 \emph on
30758 one
30759 \emph default
30760  numbered formula.
30761  But as every numbered formula increases the counter 
30762 \series bold
30763 equation
30764 \series default
30765  by one, the command 
30766 \series bold
30767
30768 \backslash
30769 addtocounter
30770 \series default
30771  is needed to decrease it.
30772  Otherwise the formulas 
30773 \begin_inset CommandInset ref
30774 LatexCommand eqref
30775 reference "eq:a"
30776
30777 \end_inset
30778
30779
30780 \begin_inset CommandInset ref
30781 LatexCommand eqref
30782 reference "eq:b"
30783
30784 \end_inset
30785
30786
30787 \begin_inset CommandInset ref
30788 LatexCommand eqref
30789 reference "eq:c"
30790
30791 \end_inset
30792
30793  would be numbered as 
30794 \begin_inset CommandInset ref
30795 LatexCommand eqref
30796 reference "eq:a"
30797
30798 \end_inset
30799
30800
30801 \begin_inset CommandInset ref
30802 LatexCommand eqref
30803 reference "eq:d"
30804
30805 \end_inset
30806
30807
30808 \begin_inset CommandInset ref
30809 LatexCommand eqref
30810 reference "eq:f"
30811
30812 \end_inset
30813
30814 .
30815 \end_layout
30816
30817 \begin_layout Standard
30818 By inserting the commands in TeX-mode, a space is created between the first
30819  two formulas.
30820  To revert this -5
30821 \begin_inset space \thinspace{}
30822 \end_inset
30823
30824 mm vertical space is inserted after the command 
30825 \series bold
30826
30827 \backslash
30828 begin{subequations}
30829 \series default
30830 .
30831  When the formula style 
30832 \series bold
30833 Indented
30834 \begin_inset Foot
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838 formula styles see 
30839 \begin_inset CommandInset ref
30840 LatexCommand ref
30841 reference "sec:Formula-Styles"
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \series default
30852  is used, -7
30853 \begin_inset space \thinspace{}
30854 \end_inset
30855
30856 mm space is inserted instead.
30857 \end_layout
30858
30859 \begin_layout Standard
30860 Here is an example for a multiline formula where the numbering was turned
30861  off for the second line:
30862 \begin_inset ERT
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866
30867
30868 \backslash
30869 begin{subequations}
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \begin_inset Formula 
30876 \begin{eqnarray}
30877 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30878  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30879  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30880 \end{eqnarray}
30881
30882 \end_inset
30883
30884
30885 \begin_inset ERT
30886 status collapsed
30887
30888 \begin_layout Plain Layout
30889
30890
30891 \backslash
30892 end{subequations}
30893 \end_layout
30894
30895 \end_inset
30896
30897
30898 \end_layout
30899
30900 \begin_layout Subsection
30901 User-defined Numbering
30902 \begin_inset CommandInset label
30903 LatexCommand label
30904 name "sub:User-defined-Numbering"
30905
30906 \end_inset
30907
30908
30909 \begin_inset Index idx
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913 Formula numbering ! user-defined
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \begin_layout Standard
30922 \begin_inset Index idx
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 Formula numbering ! self-defined delimiters
30927 \end_layout
30928
30929 \end_inset
30930
30931 With the standard numbering parentheses are set around the formula number.
30932  To replace the parentheses for example by vertical bars, the following
30933  line is added to the LaTeX-preamble:
30934 \end_layout
30935
30936 \begin_layout Standard
30937
30938 \series bold
30939
30940 \backslash
30941 def
30942 \backslash
30943 tagform@#1{
30944 \backslash
30945 maketag@@@{|#1|}}
30946 \series default
30947
30948 \begin_inset Note Note
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952 This macro is already declared in the LaTeX-preamble for testing.
30953  To activate it, remove the percent sign at the beginning.
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \end_layout
30960
30961 \begin_layout Standard
30962 To use other characters, the vertical bars besides the 
30963 \series bold
30964 #1
30965 \series default
30966  are replaced by one ore more characters.
30967  To get only the formula number the vertical bars are omitted.
30968 \end_layout
30969
30970 \begin_layout Standard
30971 \begin_inset VSpace bigskip
30972 \end_inset
30973
30974 When there should be an expression of your choice instead of the consecutive
30975  formula number in parentheses behind the formula, the command 
30976 \series bold
30977
30978 \backslash
30979 tag
30980 \series default
30981
30982 \begin_inset Index idx
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986 Commands ! T ! 
30987 \backslash
30988 tag
30989 \end_layout
30990
30991 \end_inset
30992
30993  is used:
30994 \begin_inset Formula 
30995 \begin{equation}
30996 A+B=C\tag{something}\label{eq:tag}
30997 \end{equation}
30998
30999 \end_inset
31000
31001 In this example the command 
31002 \series bold
31003
31004 \backslash
31005 tag
31006 \begin_inset space \textvisiblespace{}
31007 \end_inset
31008
31009 something
31010 \series default
31011  was inserted in the formula.
31012 \end_layout
31013
31014 \begin_layout Standard
31015 When the command 
31016 \series bold
31017
31018 \backslash
31019 tag*
31020 \begin_inset space \textvisiblespace{}
31021 \end_inset
31022
31023 something
31024 \series default
31025  is inserted instead, the star prevents the parentheses around the expression:
31026 \begin_inset Formula 
31027 \[
31028 A+B=C\tag*{something}
31029 \]
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Standard
31037 \begin_inset VSpace bigskip
31038 \end_inset
31039
31040 To restart the formula numbering with new document parts or sections, the
31041  following command is used:
31042 \end_layout
31043
31044 \begin_layout Standard
31045
31046 \series bold
31047
31048 \backslash
31049 @addtoreset{equation}{part}
31050 \series default
31051
31052 \begin_inset Index idx
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 Commands ! 
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062 "
31063 \end_layout
31064
31065 \end_inset
31066
31067 @
31068 \begin_inset ERT
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072
31073 "
31074 \end_layout
31075
31076 \end_inset
31077
31078  ! 
31079 \backslash
31080
31081 \begin_inset ERT
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085
31086 "
31087 \end_layout
31088
31089 \end_inset
31090
31091 @
31092 \begin_inset ERT
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096
31097 "
31098 \end_layout
31099
31100 \end_inset
31101
31102 addtoreset
31103 \end_layout
31104
31105 \end_inset
31106
31107
31108 \begin_inset Newline newline
31109 \end_inset
31110
31111 resp.
31112 \begin_inset Newline newline
31113 \end_inset
31114
31115
31116 \series bold
31117
31118 \backslash
31119 @addtoreset{equation}{section}
31120 \end_layout
31121
31122 \begin_layout Standard
31123 To be able to use these commands in TeX-mode, the 
31124 \begin_inset Quotes eld
31125 \end_inset
31126
31127 @
31128 \begin_inset Quotes erd
31129 \end_inset
31130
31131  character has to be made 
31132 \begin_inset Quotes eld
31133 \end_inset
31134
31135 active
31136 \begin_inset Quotes erd
31137 \end_inset
31138
31139  for LaTeX using the command 
31140 \series bold
31141
31142 \backslash
31143 makeatletter.
31144
31145 \series default
31146  The command 
31147 \series bold
31148
31149 \backslash
31150 makeatother
31151 \series default
31152  reverts this.
31153  So the command sequence in TeX-mode is:
31154 \end_layout
31155
31156 \begin_layout Standard
31157
31158 \series bold
31159
31160 \backslash
31161 makeatletter
31162 \begin_inset Newline newline
31163 \end_inset
31164
31165
31166 \backslash
31167 @addtoreset{equation}{section}
31168 \begin_inset Newline newline
31169 \end_inset
31170
31171
31172 \backslash
31173 makeatother
31174 \end_layout
31175
31176 \begin_layout Standard
31177 In the LaTeX-preamble 
31178 \series bold
31179
31180 \backslash
31181 makeatletter
31182 \series default
31183  and 
31184 \series bold
31185
31186 \backslash
31187 makeatother
31188 \series default
31189  can be omitted as they are automatically internally inserted by LyX.
31190 \end_layout
31191
31192 \begin_layout Standard
31193 To revert 
31194 \series bold
31195
31196 \backslash
31197 @addtoreset
31198 \series default
31199 , the file 
31200 \series bold
31201 remreset.sty
31202 \series default
31203
31204 \begin_inset Foot
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208
31209 \series bold
31210 remreset
31211 \series default
31212  is part of the LaTeX-package 
31213 \series bold
31214 carlisle
31215 \series default
31216
31217 \begin_inset Index idx
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221 Packages ! carlisle
31222 \end_layout
31223
31224 \end_inset
31225
31226  that is part of every LaTeX standard installation.
31227 \end_layout
31228
31229 \end_inset
31230
31231
31232 \begin_inset Index idx
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236 Packages ! remreset
31237 \end_layout
31238
31239 \end_inset
31240
31241  has to be loaded in the LaTeX-preamble with the line
31242 \end_layout
31243
31244 \begin_layout Standard
31245
31246 \series bold
31247
31248 \backslash
31249 usepackage{remreset}
31250 \end_layout
31251
31252 \begin_layout Standard
31253 Then the command 
31254 \series bold
31255
31256 \backslash
31257 @removefromreset
31258 \series default
31259
31260 \begin_inset Index idx
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264 Commands ! 
31265 \begin_inset ERT
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269
31270 "
31271 \end_layout
31272
31273 \end_inset
31274
31275 @
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281 "
31282 \end_layout
31283
31284 \end_inset
31285
31286  ! 
31287 \backslash
31288
31289 \begin_inset ERT
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293
31294 "
31295 \end_layout
31296
31297 \end_inset
31298
31299 @
31300 \begin_inset ERT
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304
31305 "
31306 \end_layout
31307
31308 \end_inset
31309
31310 removefromreset
31311 \end_layout
31312
31313 \end_inset
31314
31315  can be used with the same scheme as 
31316 \series bold
31317
31318 \backslash
31319 @addtoreset
31320 \series default
31321 .
31322 \end_layout
31323
31324 \begin_layout Standard
31325 \begin_inset VSpace bigskip
31326 \end_inset
31327
31328 Sometimes formulas should be numbered in the following form:
31329 \end_layout
31330
31331 \begin_layout Standard
31332
31333 \family typewriter
31334 (section number.formula number)
31335 \end_layout
31336
31337 \begin_layout Standard
31338 The formula number should start with every section with 
31339 \begin_inset Quotes eld
31340 \end_inset
31341
31342 1
31343 \begin_inset Quotes erd
31344 \end_inset
31345
31346 .
31347 \end_layout
31348
31349 \begin_layout Standard
31350 For this case there is the command 
31351 \series bold
31352
31353 \backslash
31354 numberwithin
31355 \series default
31356
31357 \begin_inset Index idx
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361 Commands ! N ! 
31362 \backslash
31363 numberwithin
31364 \end_layout
31365
31366 \end_inset
31367
31368 , which is used with the following scheme:
31369 \end_layout
31370
31371 \begin_layout Standard
31372
31373 \series bold
31374
31375 \backslash
31376 numberwithin{counter}{sectioning}
31377 \end_layout
31378
31379 \begin_layout Standard
31380 Counter denotes what kind of numbering is affected, sectioning denotes what
31381  number is before the dot.
31382 \end_layout
31383
31384 \begin_layout Standard
31385 Thus in our case the following LaTeX-preamble or TeX code line is used:
31386 \end_layout
31387
31388 \begin_layout Standard
31389
31390 \series bold
31391
31392 \backslash
31393 numberwithin{equation}{section}
31394 \end_layout
31395
31396 \begin_layout Standard
31397 This is the result:
31398 \begin_inset ERT
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402
31403
31404 \backslash
31405 numberwithin{equation}{section}
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \begin_inset Formula 
31412 \begin{equation}
31413 A+B=C
31414 \end{equation}
31415
31416 \end_inset
31417
31418
31419 \end_layout
31420
31421 \begin_layout Standard
31422 To number e.
31423 \begin_inset space \thinspace{}
31424 \end_inset
31425
31426 g.
31427 \begin_inset space \space{}
31428 \end_inset
31429
31430 tables so that the number of the part is the sectioning,
31431 \begin_inset Newline newline
31432 \end_inset
31433
31434
31435 \series bold
31436
31437 \backslash
31438 numberwithin{table}{part}
31439 \series default
31440  is used.
31441 \end_layout
31442
31443 \begin_layout Standard
31444 To go back to the standard numbering or to prevent this kind of numbering
31445  when it is defined by the document class, the following command is inserted
31446  as TeX code or to the LaTeX-preamble:
31447 \end_layout
31448
31449 \begin_layout Standard
31450
31451 \series bold
31452
31453 \backslash
31454 renewcommand{
31455 \backslash
31456 theequation}{
31457 \backslash
31458 arabic{equation}}
31459 \begin_inset Index idx
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463 Commands ! A ! 
31464 \backslash
31465 arabic
31466 \end_layout
31467
31468 \end_inset
31469
31470
31471 \series default
31472
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478
31479 \backslash
31480 renewcommand{
31481 \backslash
31482 theequation}{
31483 \backslash
31484 arabic{equation}}
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \series bold
31491
31492 \begin_inset Newline newline
31493 \end_inset
31494
31495
31496 \series default
31497 or
31498 \series bold
31499
31500 \begin_inset Newline newline
31501 \end_inset
31502
31503
31504 \backslash
31505 renewcommand{
31506 \backslash
31507 thetable}{
31508 \backslash
31509 arabic{table}}
31510 \end_layout
31511
31512 \begin_layout Standard
31513
31514 \series bold
31515
31516 \backslash
31517 numberwithin
31518 \series default
31519  uses internally the command 
31520 \series bold
31521
31522 \backslash
31523 @addtoreset
31524 \series default
31525 , described above, that also needs to be reverted.
31526 \begin_inset ERT
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530
31531
31532 \backslash
31533 makeatletter
31534 \end_layout
31535
31536 \begin_layout Plain Layout
31537
31538
31539 \backslash
31540 @removefromreset{equation}{section}
31541 \end_layout
31542
31543 \begin_layout Plain Layout
31544
31545
31546 \backslash
31547 makeatother
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Subsection
31556 Numbering with Roman Numbers and Letters
31557 \begin_inset Index idx
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561 Formula numbering ! with letters
31562 \end_layout
31563
31564 \end_inset
31565
31566
31567 \begin_inset Index idx
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571 Formula numbering ! with Roman numbers
31572 \end_layout
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \begin_layout Standard
31580 Formulas can also be numbered with Roman numbers and Latin letters.
31581  To number for example with small Roman numbers, the command
31582 \end_layout
31583
31584 \begin_layout Standard
31585
31586 \series bold
31587
31588 \backslash
31589 renewcommand{
31590 \backslash
31591 theequation}{
31592 \backslash
31593 roman{equation}}
31594 \end_layout
31595
31596 \begin_layout Standard
31597 is inserted before the formula in TeX-mode.
31598  
31599 \series bold
31600
31601 \backslash
31602 renewcommand
31603 \series default
31604
31605 \begin_inset Index idx
31606 status collapsed
31607
31608 \begin_layout Plain Layout
31609 Commands ! R ! 
31610 \backslash
31611 renewcommand
31612 \end_layout
31613
31614 \end_inset
31615
31616  redefines the predefined command 
31617 \series bold
31618
31619 \backslash
31620 theequation
31621 \series default
31622  to the command 
31623 \series bold
31624
31625 \backslash
31626 roman{equation}
31627 \series default
31628 .
31629 \begin_inset Foot
31630 status collapsed
31631
31632 \begin_layout Plain Layout
31633 The command 
31634 \series bold
31635
31636 \backslash
31637 renewcommand
31638 \series default
31639  has the same scheme like the command 
31640 \series bold
31641
31642 \backslash
31643 newcommand
31644 \series default
31645  that is described in 
31646 \begin_inset CommandInset ref
31647 LatexCommand ref
31648 reference "sub:The-Command-newcommand"
31649
31650 \end_inset
31651
31652 .
31653 \end_layout
31654
31655 \end_inset
31656
31657  
31658 \series bold
31659 equation
31660 \series default
31661  is the formula counter.
31662  When the command 
31663 \series bold
31664
31665 \backslash
31666 the
31667 \series default
31668  is used as prefix for a counter, the value of the counter is output as
31669  Arabic number.
31670  When a formula is numbered, LaTeX sets internally the command 
31671 \series bold
31672
31673 \backslash
31674 theequation
31675 \series default
31676  behind the formula.
31677  
31678 \series bold
31679
31680 \backslash
31681 roman{equation}
31682 \begin_inset Index idx
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686 Commands ! R ! 
31687 \backslash
31688 roman
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \series default
31695  outputs the counter as small Roman number.
31696 \end_layout
31697
31698 \begin_layout Standard
31699 All formulas behind the command 
31700 \series bold
31701
31702 \backslash
31703 renew
31704 \series default
31705 c
31706 \series bold
31707 ommand
31708 \series default
31709  are now numbered Roman.
31710  To switch to numbering with big Roman numbers, the command is inserted
31711  again, but 
31712 \series bold
31713
31714 \backslash
31715 roman
31716 \series default
31717  is replaced by 
31718 \series bold
31719
31720 \backslash
31721 Roman
31722 \series default
31723
31724 \begin_inset Index idx
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728 Commands ! R ! 
31729 \backslash
31730 roman@
31731 \backslash
31732 Roman
31733 \end_layout
31734
31735 \end_inset
31736
31737 .
31738  To 
31739 \begin_inset Quotes eld
31740 \end_inset
31741
31742 number
31743 \begin_inset Quotes erd
31744 \end_inset
31745
31746  with small Latin letters there is the command 
31747 \series bold
31748
31749 \backslash
31750 alph
31751 \series default
31752
31753 \begin_inset Index idx
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757 Commands ! A ! 
31758 \backslash
31759 alph
31760 \end_layout
31761
31762 \end_inset
31763
31764 , for big ones there is the command 
31765 \series bold
31766
31767 \backslash
31768 Alph
31769 \series default
31770
31771 \begin_inset Index idx
31772 status collapsed
31773
31774 \begin_layout Plain Layout
31775 Commands ! A ! 
31776 \backslash
31777 alph@
31778 \backslash
31779 Alph
31780 \end_layout
31781
31782 \end_inset
31783
31784 .
31785 \end_layout
31786
31787 \begin_layout Standard
31788 \begin_inset Note Greyedout
31789 status open
31790
31791 \begin_layout Plain Layout
31792
31793 \series bold
31794 \color none
31795 Note:
31796 \series default
31797  Only maximal 26
31798 \begin_inset space ~
31799 \end_inset
31800
31801 formulas can be numbered with Latin letters in one document.
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \begin_layout Standard
31810 \begin_inset Newpage newpage
31811 \end_inset
31812
31813
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822
31823 \backslash
31824 renewcommand{
31825 \backslash
31826 theequation}{
31827 \backslash
31828 roman{equation}}
31829 \end_layout
31830
31831 \end_inset
31832
31833
31834 \end_layout
31835
31836 \begin_layout Standard
31837 \begin_inset Formula 
31838 \begin{equation}
31839 A=\textrm{small roman}
31840 \end{equation}
31841
31842 \end_inset
31843
31844
31845 \begin_inset ERT
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849
31850
31851 \backslash
31852 renewcommand{
31853 \backslash
31854 theequation}{
31855 \backslash
31856 Roman{equation}}
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \begin_inset Formula 
31863 \begin{equation}
31864 B=\textrm{big Roman}\label{eq:Rom}
31865 \end{equation}
31866
31867 \end_inset
31868
31869
31870 \begin_inset ERT
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874
31875
31876 \backslash
31877 renewcommand{
31878 \backslash
31879 theequation}{
31880 \backslash
31881 alph{equation}}
31882 \end_layout
31883
31884 \end_inset
31885
31886
31887 \begin_inset Formula 
31888 \begin{equation}
31889 C=\textrm{small Latin}
31890 \end{equation}
31891
31892 \end_inset
31893
31894
31895 \begin_inset ERT
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899
31900
31901 \backslash
31902 renewcommand{
31903 \backslash
31904 theequation}{
31905 \backslash
31906 Alph{equation}}
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \begin_inset Formula 
31913 \begin{equation}
31914 D=\textrm{big Latin}\label{eq:Lat}
31915 \end{equation}
31916
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \begin_layout Standard
31923 To switch back to the default numbering, insert the command:
31924 \end_layout
31925
31926 \begin_layout Standard
31927
31928 \series bold
31929
31930 \backslash
31931 renewcommand{
31932 \backslash
31933 theequation}{
31934 \backslash
31935 arabic{equation}}
31936 \begin_inset Index idx
31937 status collapsed
31938
31939 \begin_layout Plain Layout
31940 Commands ! A ! 
31941 \backslash
31942 arabic
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \begin_layout Standard
31951 \begin_inset ERT
31952 status collapsed
31953
31954 \begin_layout Plain Layout
31955
31956
31957 \backslash
31958 renewcommand{
31959 \backslash
31960 theequation}{
31961 \backslash
31962 arabic{equation}}
31963 \end_layout
31964
31965 \end_inset
31966
31967
31968 \begin_inset Formula 
31969 \begin{equation}
31970 E=\textrm{Arabic}
31971 \end{equation}
31972
31973 \end_inset
31974
31975
31976 \end_layout
31977
31978 \begin_layout Standard
31979 \begin_inset VSpace medskip
31980 \end_inset
31981
31982 As you see, formulas are numbered serially independent from the numbering
31983  style.
31984  When then numbering should start with 
31985 \begin_inset Quotes eld
31986 \end_inset
31987
31988 1
31989 \begin_inset Quotes erd
31990 \end_inset
31991
31992  when the style is changed, new equation counters have to be defined.
31993  A description about this can be found in the file 
31994 \begin_inset CommandInset href
31995 LatexCommand href
31996 name "Formula-numbering.lyx"
31997 target "run:Formula-numbering.lyx"
31998
31999 \end_inset
32000
32001 .
32002 \end_layout
32003
32004 \begin_layout Section
32005 Chemical Symbols and Equations
32006 \begin_inset CommandInset label
32007 LatexCommand label
32008 name "sub:Chemical-Symbols-and"
32009
32010 \end_inset
32011
32012
32013 \begin_inset Index idx
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017 Chemical characters ! Symbols
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \begin_inset Index idx
32024 status collapsed
32025
32026 \begin_layout Plain Layout
32027 Chemical equations
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \begin_inset Index idx
32034 status collapsed
32035
32036 \begin_layout Plain Layout
32037 Symbols ! chemical
32038 \end_layout
32039
32040 \end_inset
32041
32042
32043 \end_layout
32044
32045 \begin_layout Standard
32046 An example text from chemistry:
32047 \end_layout
32048
32049 \begin_layout Quote
32050 The 
32051 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32052 \end_inset
32053
32054 -ion reacts with two 
32055 \begin_inset Formula $\mathrm{Na^{+}}$
32056 \end_inset
32057
32058 -ions to sodium sulfate 
32059 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32060 \end_inset
32061
32062 .
32063  The chemical equation for this is:
32064 \begin_inset Formula 
32065 \begin{equation}
32066 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
32067 \end{equation}
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \begin_layout Standard
32075 This chemical equation can directly be created as formula.
32076  To avoid that the symbols appear italic, everything is highlighted and
32077  changed by the shortcut 
32078 \begin_inset Info
32079 type  "shortcut"
32080 arg   "font-roman"
32081 \end_inset
32082
32083  to the upright font style.
32084 \begin_inset Foot
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088 font styles
32089 \series bold
32090  
32091 \series default
32092 see 
32093 \begin_inset CommandInset ref
32094 LatexCommand ref
32095 reference "sub:Font-Styles"
32096
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 A more convenient way to typeset chemical formulas is to use the command
32109  
32110 \series bold
32111
32112 \backslash
32113 ce
32114 \series default
32115
32116 \begin_inset Index idx
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120 Commands ! C ! 
32121 \backslash
32122 ce
32123 \end_layout
32124
32125 \end_inset
32126
32127  that is available when the LaTeX-package 
32128 \series bold
32129 mhchem
32130 \series default
32131
32132 \begin_inset Index idx
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136 Packages ! mhchem
32137 \end_layout
32138
32139 \end_inset
32140
32141  is installed.
32142  After inserting 
32143 \series bold
32144
32145 \backslash
32146 ce
32147 \series default
32148  to a formula a new blue box appears where chemical formulas can be inserted
32149  in an intuitive way.
32150 \end_layout
32151
32152 \begin_layout Standard
32153 \align center
32154 \begin_inset Tabular
32155 <lyxtabular version="3" rows="9" columns="2">
32156 <features rotate="0" tabularvalignment="middle">
32157 <column alignment="center" valignment="top">
32158 <column alignment="center" valignment="top">
32159 <row>
32160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164 Command
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173 Result
32174 \begin_inset Note Note
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179 \series bold
32180
32181 \backslash
32182 raisebox
32183 \series default
32184  is only used as spacer.
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \end_inset
32193 </cell>
32194 </row>
32195 <row>
32196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32197 \begin_inset Text
32198
32199 \begin_layout Plain Layout
32200
32201 \backslash
32202 ce
32203 \begin_inset space \textvisiblespace{}
32204 \end_inset
32205
32206 H2CO3
32207 \end_layout
32208
32209 \end_inset
32210 </cell>
32211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32212 \begin_inset Text
32213
32214 \begin_layout Plain Layout
32215 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 </row>
32224 <row>
32225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229
32230 \backslash
32231 ce
32232 \begin_inset space \textvisiblespace{}
32233 \end_inset
32234
32235 SO4^2-
32236 \end_layout
32237
32238 \end_inset
32239 </cell>
32240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32241 \begin_inset Text
32242
32243 \begin_layout Plain Layout
32244 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \end_inset
32251 </cell>
32252 </row>
32253 <row>
32254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258
32259 \backslash
32260 ce
32261 \begin_inset space \textvisiblespace{}
32262 \end_inset
32263
32264 (NH4)2S
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \end_inset
32280 </cell>
32281 </row>
32282 <row>
32283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32284 \begin_inset Text
32285
32286 \begin_layout Plain Layout
32287
32288 \backslash
32289 ce
32290 \begin_inset space \textvisiblespace{}
32291 \end_inset
32292
32293 KCr(SO4)2.12H2O
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32303 \end_inset
32304
32305
32306 \end_layout
32307
32308 \end_inset
32309 </cell>
32310 </row>
32311 <row>
32312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32313 \begin_inset Text
32314
32315 \begin_layout Plain Layout
32316
32317 \backslash
32318 ce
32319 \begin_inset space \textvisiblespace{}
32320 \end_inset
32321
32322 A-B
32323 \backslash
32324 dbond
32325 \begin_inset space \textvisiblespace{}
32326 \end_inset
32327
32328 C
32329 \backslash
32330 tbond
32331 \begin_inset space \textvisiblespace{}
32332 \end_inset
32333
32334 D
32335 \end_layout
32336
32337 \end_inset
32338 </cell>
32339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32340 \begin_inset Text
32341
32342 \begin_layout Plain Layout
32343 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \end_inset
32350 </cell>
32351 </row>
32352 <row>
32353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357
32358 \backslash
32359 ce
32360 \begin_inset space \textvisiblespace{}
32361 \end_inset
32362
32363 ^227
32364 \begin_inset Formula $\downarrow$
32365 \end_inset
32366
32367 _90
32368 \begin_inset Formula $\to$
32369 \end_inset
32370
32371 Th+
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32377 \begin_inset Text
32378
32379 \begin_layout Plain Layout
32380 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \end_inset
32387 </cell>
32388 </row>
32389 <row>
32390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32391 \begin_inset Text
32392
32393 \begin_layout Plain Layout
32394
32395 \backslash
32396 ce
32397 \begin_inset space \textvisiblespace{}
32398 \end_inset
32399
32400 CO2
32401 \begin_inset space \textvisiblespace{}
32402 \end_inset
32403
32404 +
32405 \begin_inset space \textvisiblespace{}
32406 \end_inset
32407
32408 C
32409 \begin_inset space \textvisiblespace{}
32410 \end_inset
32411
32412 <=>
32413 \begin_inset space \textvisiblespace{}
32414 \end_inset
32415
32416 2CO
32417 \end_layout
32418
32419 \end_inset
32420 </cell>
32421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \end_inset
32432 </cell>
32433 </row>
32434 <row>
32435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32436 \begin_inset Text
32437
32438 \begin_layout Plain Layout
32439
32440 \backslash
32441 ce
32442 \begin_inset space \textvisiblespace{}
32443 \end_inset
32444
32445 CO2
32446 \begin_inset space \textvisiblespace{}
32447 \end_inset
32448
32449 +
32450 \begin_inset space \textvisiblespace{}
32451 \end_inset
32452
32453 C
32454 \begin_inset space \textvisiblespace{}
32455 \end_inset
32456
32457 ->[
32458 \backslash
32459 alpha][
32460 \backslash
32461 beta]
32462 \begin_inset space \textvisiblespace{}
32463 \end_inset
32464
32465 2CO}
32466 \end_layout
32467
32468 \end_inset
32469 </cell>
32470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32471 \begin_inset Text
32472
32473 \begin_layout Plain Layout
32474 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \end_inset
32481 </cell>
32482 </row>
32483 </lyxtabular>
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Standard
32491 \begin_inset Note Greyedout
32492 status open
32493
32494 \begin_layout Plain Layout
32495
32496 \series bold
32497 \color none
32498 Note:
32499 \series default
32500  Inserting a formula to a 
32501 \series bold
32502
32503 \backslash
32504 ce
32505 \series default
32506  box will lead to LaTeX errors due to a LyX bug.
32507 \color inherit
32508
32509 \begin_inset Foot
32510 status collapsed
32511
32512 \begin_layout Plain Layout
32513 \begin_inset CommandInset href
32514 LatexCommand href
32515 name "LyX-bug #8566"
32516 target "http://www.lyx.org/trac/ticket/8566"
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \end_inset
32524
32525
32526 \color none
32527  In this case TeX code has to be used like for 
32528 \series bold
32529
32530 \backslash
32531 ce{$
32532 \backslash
32533 mu
32534 \backslash
32535 hyphen$Cl}
32536 \series default
32537
32538 \begin_inset ERT
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542
32543
32544 \backslash
32545 ce{$
32546 \backslash
32547 mu
32548 \backslash
32549 hyphen$Cl}
32550 \end_layout
32551
32552 \end_inset
32553
32554  
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Standard
32563 \begin_inset Note Greyedout
32564 status open
32565
32566 \begin_layout Plain Layout
32567
32568 \series bold
32569 \color none
32570 Note:
32571 \series default
32572  It is not possible in LyX to use the character ^ to get an up-arrow as
32573  described in the 
32574 \series bold
32575 mhchem
32576 \series default
32577  manual.
32578  One instead uses a negative thin space followed by the command 
32579 \series bold
32580
32581 \backslash
32582 uparrow
32583 \series default
32584
32585 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32586 \end_inset
32587
32588
32589 \end_layout
32590
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \begin_layout Standard
32597 Using 
32598 \series bold
32599
32600 \backslash
32601 ce
32602 \series default
32603  the command for equation
32604 \begin_inset space ~
32605 \end_inset
32606
32607
32608 \begin_inset CommandInset ref
32609 LatexCommand eqref
32610 reference "eq:chem-reaction"
32611
32612 \end_inset
32613
32614  is:
32615 \begin_inset Newline newline
32616 \end_inset
32617
32618
32619 \series bold
32620  
32621 \backslash
32622 ce
32623 \begin_inset space \textvisiblespace{}
32624 \end_inset
32625
32626 2Na+
32627 \begin_inset space \textvisiblespace{}
32628 \end_inset
32629
32630 +
32631 \begin_inset space \textvisiblespace{}
32632 \end_inset
32633
32634 SO4^2-
32635 \begin_inset space \textvisiblespace{}
32636 \end_inset
32637
32638
32639 \begin_inset space \textvisiblespace{}
32640 \end_inset
32641
32642 ->
32643 \begin_inset space \textvisiblespace{}
32644 \end_inset
32645
32646 Na2SO4
32647 \end_layout
32648
32649 \begin_layout Standard
32650 To create multiline chemical equations first a multiline formula is created
32651  as described in 
32652 \begin_inset CommandInset ref
32653 LatexCommand ref
32654 reference "sec:Multiline-Formulas"
32655
32656 \end_inset
32657
32658 .
32659  Afterwards the command 
32660 \series bold
32661
32662 \backslash
32663 ce
32664 \series default
32665  is used in every small blue box of the formula.
32666  
32667 \begin_inset CommandInset ref
32668 LatexCommand eqref
32669 reference "eq:TEOS-reaction-1"
32670
32671 \end_inset
32672
32673  and 
32674 \begin_inset CommandInset ref
32675 LatexCommand eqref
32676 reference "eq:TEOS-reaction-2"
32677
32678 \end_inset
32679
32680  are an example of a multi-stage chemical reaction where every equation
32681  has its own number.
32682 \begin_inset Formula 
32683 \begin{eqnarray}
32684 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32685 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32686 \end{eqnarray}
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Standard
32694 Besides 
32695 \series bold
32696
32697 \backslash
32698 ce
32699 \series default
32700  the 
32701 \series bold
32702 mhchem
32703 \series default
32704  package provides the command 
32705 \series bold
32706
32707 \backslash
32708 cf
32709 \series default
32710
32711 \begin_inset Index idx
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 Commands ! C ! 
32716 \backslash
32717 cf
32718 \end_layout
32719
32720 \end_inset
32721
32722  that has to be used for special cases.
32723  For more information about 
32724 \series bold
32725
32726 \backslash
32727 cf
32728 \series default
32729  and more examples have a look at the documentation of 
32730 \series bold
32731 mhchem
32732 \series default
32733
32734 \begin_inset CommandInset citation
32735 LatexCommand cite
32736 key "mhchem"
32737
32738 \end_inset
32739
32740 .
32741 \end_layout
32742
32743 \begin_layout Section
32744 Diagrams
32745 \end_layout
32746
32747 \begin_layout Standard
32748 LyX supports two types of commutative diagrams: 
32749 \series bold
32750 amscd
32751 \series default
32752  and 
32753 \series bold
32754 xymatrix
32755 \series default
32756  that are explained in the following.
32757 \end_layout
32758
32759 \begin_layout Subsection
32760 Amscd Diagrams
32761 \begin_inset Index idx
32762 status collapsed
32763
32764 \begin_layout Plain Layout
32765 Diagrams ! amscd
32766 \end_layout
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \begin_layout Standard
32774 Diagrams of this type visualize relations by vertical and horizontal lines
32775  or arrows:
32776 \begin_inset Formula 
32777 \[
32778 \begin{CD}A@>>>B@>>>C\\
32779 @AAA@.@VVV\\
32780 F@<<<E@<<<D
32781 \end{CD}
32782 \]
32783
32784 \end_inset
32785
32786
32787 \end_layout
32788
32789 \begin_layout Standard
32790 To get them, the command 
32791 \series bold
32792
32793 \backslash
32794 CD
32795 \begin_inset Index idx
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 Commands ! C ! 
32800 \backslash
32801 CD
32802 \end_layout
32803
32804 \end_inset
32805
32806
32807 \series default
32808  is inserted to a formula.
32809  A blue box appears with two dashed lines where further commands can be
32810  inserted.
32811  With 
32812 \begin_inset Info
32813 type  "shortcut"
32814 arg   "newline-insert newline"
32815 \end_inset
32816
32817  a new line is created.
32818  Horizontal relations are inserted in odd, vertical in even formula lines.
32819 \end_layout
32820
32821 \begin_layout Standard
32822 To create the relations there are the following commands:
32823 \end_layout
32824
32825 \begin_layout Itemize
32826
32827 \series bold
32828 @<<<
32829 \series default
32830  creates a left arrow, 
32831 \series bold
32832 @>>>
32833 \series default
32834  a right arrow and 
32835 \series bold
32836 @=
32837 \series default
32838  a long equal sign
32839 \end_layout
32840
32841 \begin_layout Itemize
32842
32843 \series bold
32844 @AAA
32845 \series default
32846  creates an up arrow, 
32847 \series bold
32848 @VVV
32849 \series default
32850  a down arrow and 
32851 \series bold
32852 @|
32853 \series default
32854  a vertical equal sign
32855 \end_layout
32856
32857 \begin_layout Itemize
32858
32859 \series bold
32860 @.
32861
32862 \series default
32863  is a placeholder for non-existent relations
32864 \end_layout
32865
32866 \begin_layout Standard
32867 All arrows can be labeled as follows:
32868 \end_layout
32869
32870 \begin_layout Itemize
32871 If text inserted between the first and second < or >, resp., it is placed
32872  above the arrow.
32873  When it is inserted between the second and third one, it appears under
32874  the arrow.
32875 \end_layout
32876
32877 \begin_layout Itemize
32878 When text for vertical arrows is inserted between the first and second A
32879  or V, resp., it is placed left beside the arrow.
32880  When it is inserted between the second and third one, it appears right
32881  beside the arrow.
32882  If the text contains an A or V, these letters must be set into a TeX-brace.
32883 \end_layout
32884
32885 \begin_layout Standard
32886 As example a diagram with all possible relations:
32887 \end_layout
32888
32889 \begin_layout Standard
32890 \begin_inset Formula 
32891 \[
32892 \begin{CD}A@>j>>B@>>k>C@=F\\
32893 @AmAA@.@VV{V}V@|\\
32894 D@<<j<E@>k>>F@=C
32895 \end{CD}
32896 \]
32897
32898 \end_inset
32899
32900
32901 \end_layout
32902
32903 \begin_layout Standard
32904 The command for this is:
32905 \begin_inset Newline newline
32906 \end_inset
32907
32908
32909 \series bold
32910
32911 \backslash
32912 CD
32913 \begin_inset space \textvisiblespace{}
32914 \end_inset
32915
32916 A@>j>>B@>>k>C@=F Ctrl+Return
32917 \begin_inset Newline newline
32918 \end_inset
32919
32920
32921 \begin_inset Phantom HPhantom
32922 status open
32923
32924 \begin_layout Plain Layout
32925
32926 \series bold
32927
32928 \backslash
32929 CD
32930 \begin_inset space \textvisiblespace{}
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \end_inset
32937
32938 @AmAA@.@VV
32939 \backslash
32940 {V
32941 \series default
32942
32943 \begin_inset Formula $\to$
32944 \end_inset
32945
32946
32947 \series bold
32948 V@| Ctrl+Return
32949 \begin_inset Newline newline
32950 \end_inset
32951
32952
32953 \begin_inset Phantom HPhantom
32954 status open
32955
32956 \begin_layout Plain Layout
32957
32958 \series bold
32959
32960 \backslash
32961 CD
32962 \begin_inset space \textvisiblespace{}
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \end_inset
32969
32970 D@<<j<E@>k>>F@=C
32971 \end_layout
32972
32973 \begin_layout Subsection
32974 Xymatrix Diagrams
32975 \begin_inset Index idx
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979 Diagrams ! xymatrix
32980 \end_layout
32981
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \begin_layout Standard
32988 To be able to use xymatrices, the LaTeX-package 
32989 \series bold
32990 xypic
32991 \series default
32992  must be installed.
32993  A xymatrix is created by inserting the command 
32994 \series bold
32995
32996 \backslash
32997 xymatrix
32998 \series default
32999  in a formula.
33000  Then you are able to add new matrix columns and rows like for normal matrices,
33001  see 
33002 \begin_inset CommandInset ref
33003 LatexCommand ref
33004 reference "sec:Matrices"
33005
33006 \end_inset
33007
33008 .
33009 \end_layout
33010
33011 \begin_layout Standard
33012 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
33013  and much more.
33014  All possibilities to create commutative diagrams and decorations are explained
33015  in detail in the 
33016 \emph on
33017 XY-pic manual
33018 \emph default
33019  that you find in the menu 
33020 \family sans
33021 Help\SpecialChar \menuseparator
33022 Specific
33023 \begin_inset space ~
33024 \end_inset
33025
33026 Manuals
33027 \family default
33028 .
33029 \end_layout
33030
33031 \begin_layout Subsection
33032
33033 \noun on
33034 Feynman
33035 \noun default
33036  Diagrams
33037 \begin_inset Index idx
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 Diagrams ! Feynman
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 To be able to use 
33051 \noun on
33052 Feynman
33053 \noun default
33054 -diagrams, the LaTeX-package 
33055 \series bold
33056 feyn
33057 \series default
33058  must be installed.
33059  A 
33060 \noun on
33061 Feynman
33062 \noun default
33063 -diagram is created by inserting the command 
33064 \series bold
33065
33066 \backslash
33067 Diagram
33068 \series default
33069  in a formula.
33070  Then you are able to add new matrix columns and rows like for normal matrices,
33071  see 
33072 \begin_inset CommandInset ref
33073 LatexCommand ref
33074 reference "sec:Matrices"
33075
33076 \end_inset
33077
33078 .
33079 \end_layout
33080
33081 \begin_layout Standard
33082 Examples how to create 
33083 \noun on
33084 Feynman-
33085 \noun default
33086 diagrams in LyX is given in the 
33087 \emph on
33088 Feynman-diagram manual
33089 \emph default
33090  that you find in the menu 
33091 \family sans
33092 Help\SpecialChar \menuseparator
33093 Specific
33094 \begin_inset space ~
33095 \end_inset
33096
33097 Manuals
33098 \family default
33099 .
33100 \end_layout
33101
33102 \begin_layout Section
33103 User-defined Commands
33104 \begin_inset Index idx
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108 User-defined commands
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \begin_layout Standard
33117 \begin_inset Note Greyedout
33118 status open
33119
33120 \begin_layout Plain Layout
33121
33122 \series bold
33123 Note:
33124 \series default
33125  The names of user-defined commands and macros may only consist of Latin
33126  letters.
33127 \end_layout
33128
33129 \end_inset
33130
33131
33132 \end_layout
33133
33134 \begin_layout Subsection
33135 The Command 
33136 \backslash
33137 newcommand
33138 \begin_inset CommandInset label
33139 LatexCommand label
33140 name "sub:The-Command-newcommand"
33141
33142 \end_inset
33143
33144
33145 \begin_inset Index idx
33146 status collapsed
33147
33148 \begin_layout Plain Layout
33149 User-defined commands ! 
33150 \backslash
33151 newcommand
33152 \end_layout
33153
33154 \end_inset
33155
33156
33157 \begin_inset Index idx
33158 status collapsed
33159
33160 \begin_layout Plain Layout
33161 Commands ! N ! 
33162 \backslash
33163 newcommand
33164 \end_layout
33165
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \begin_layout Standard
33172 Many LaTeX-commands are too long to be used frequently.
33173  But it is possible to define with the command 
33174 \series bold
33175
33176 \backslash
33177 newcommand
33178 \series default
33179  new shorter commands.
33180 \end_layout
33181
33182 \begin_layout Standard
33183 The command scheme of 
33184 \series bold
33185
33186 \backslash
33187 newcommand
33188 \series default
33189  is:
33190 \end_layout
33191
33192 \begin_layout Standard
33193
33194 \series bold
33195
33196 \backslash
33197 newcommand{new command name}[number of arguments][optional
33198 \series default
33199  
33200 \series bold
33201 value]
33202 \begin_inset Newline newline
33203 \end_inset
33204
33205
33206 \begin_inset Phantom HPhantom
33207 status open
33208
33209 \begin_layout Plain Layout
33210
33211 \series bold
33212
33213 \backslash
33214 newcommand
33215 \end_layout
33216
33217 \end_inset
33218
33219 {command definition}
33220 \end_layout
33221
33222 \begin_layout Standard
33223 \begin_inset Note Greyedout
33224 status open
33225
33226 \begin_layout Plain Layout
33227
33228 \series bold
33229 Note:
33230 \series default
33231  Assure that the name of the new command is not already used in your document
33232  or by LaTeX-packages that you use.
33233  When you for example define the command 
33234 \series bold
33235
33236 \backslash
33237 le
33238 \series default
33239  for 
33240 \series bold
33241
33242 \backslash
33243 Leftarrow
33244 \series default
33245 , you get an error message because 
33246 \series bold
33247
33248 \backslash
33249 le
33250 \series default
33251  is already defined as command for 
33252 \begin_inset Quotes eld
33253 \end_inset
33254
33255
33256 \begin_inset Formula $\le$
33257 \end_inset
33258
33259
33260 \begin_inset Quotes erd
33261 \end_inset
33262
33263 .
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Standard
33272 The number of arguments is an integer in the range 0
33273 \begin_inset space \thinspace{}
33274 \end_inset
33275
33276 -
33277 \begin_inset space \thinspace{}
33278 \end_inset
33279
33280 9 and specifies how many arguments the new command should have.
33281  With the optional value a value for an optional argument can be predefined.
33282  When this is done, the 
33283 \emph on
33284 first
33285 \emph default
33286  
33287 \emph on
33288 a
33289 \emph default
33290 rgument of the new command is automatically an optional one.
33291 \end_layout
33292
33293 \begin_layout Standard
33294 Here are some examples:
33295 \end_layout
33296
33297 \begin_layout Itemize
33298 To define the command 
33299 \series bold
33300
33301 \backslash
33302 gr
33303 \series default
33304  for 
33305 \series bold
33306
33307 \backslash
33308 Longrightarrow
33309 \series default
33310 , the LaTeX-preamble line is:
33311 \begin_inset VSpace medskip
33312 \end_inset
33313
33314
33315 \begin_inset Newline newline
33316 \end_inset
33317
33318
33319 \series bold
33320
33321 \backslash
33322 newcommand{
33323 \backslash
33324 gr}{
33325 \backslash
33326 Longrightarrow}
33327 \end_layout
33328
33329 \begin_layout Itemize
33330 To define the command 
33331 \series bold
33332
33333 \backslash
33334 us
33335 \series default
33336  for 
33337 \series bold
33338
33339 \backslash
33340 underline
33341 \series default
33342 , the argument (that should be underlined) must be taken into account.
33343  For this the preamble line is:
33344 \begin_inset VSpace medskip
33345 \end_inset
33346
33347
33348 \begin_inset Newline newline
33349 \end_inset
33350
33351
33352 \series bold
33353
33354 \backslash
33355 newcommand{
33356 \backslash
33357 us}[1]{
33358 \backslash
33359 underline{#1}}
33360 \series default
33361
33362 \begin_inset VSpace medskip
33363 \end_inset
33364
33365
33366 \begin_inset Newline newline
33367 \end_inset
33368
33369 The character 
33370 \series bold
33371 #
33372 \series default
33373  acts as argument placeholder, the 
33374 \series bold
33375 1
33376 \series default
33377  behind it denotes that it is the placeholder for the first argument.
33378 \end_layout
33379
33380 \begin_layout Itemize
33381 For 
33382 \series bold
33383
33384 \backslash
33385 framebox
33386 \series default
33387  one can e.
33388 \begin_inset space \thinspace{}
33389 \end_inset
33390
33391 g.
33392 \begin_inset space \space{}
33393 \end_inset
33394
33395 define the command 
33396 \series bold
33397
33398 \backslash
33399 fb
33400 \series default
33401 :
33402 \begin_inset VSpace medskip
33403 \end_inset
33404
33405
33406 \begin_inset Newline newline
33407 \end_inset
33408
33409
33410 \series bold
33411
33412 \backslash
33413 newcommand{
33414 \backslash
33415 fb}[3]{
33416 \backslash
33417 framebox#1#2{$#3$}}
33418 \series default
33419
33420 \begin_inset VSpace medskip
33421 \end_inset
33422
33423
33424 \begin_inset Newline newline
33425 \end_inset
33426
33427 The two Dollar signs creates the extra formula needed for 
33428 \series bold
33429
33430 \backslash
33431 framebox
33432 \series default
33433 , see 
33434 \begin_inset CommandInset ref
33435 LatexCommand ref
33436 reference "sub:Boxes-with-Frame"
33437
33438 \end_inset
33439
33440 .
33441 \end_layout
33442
33443 \begin_layout Itemize
33444 To create a new command for 
33445 \series bold
33446
33447 \backslash
33448 fcolorbox
33449 \series default
33450  where the color for the box need not be specified, the argument for the
33451  color is defined optional:
33452 \begin_inset VSpace medskip
33453 \end_inset
33454
33455
33456 \begin_inset Newline newline
33457 \end_inset
33458
33459
33460 \series bold
33461
33462 \backslash
33463 newcommand{
33464 \backslash
33465 cb}[3][white]{
33466 \backslash
33467 fcolorbox{#2}{#1}{$#3$}}
33468 \series default
33469
33470 \begin_inset VSpace medskip
33471 \end_inset
33472
33473
33474 \begin_inset Newline newline
33475 \end_inset
33476
33477 When the color is not specified when using 
33478 \series bold
33479
33480 \backslash
33481 cb
33482 \series default
33483 , the predefined color 
33484 \series bold
33485 white
33486 \series default
33487  will be used.
33488 \end_layout
33489
33490 \begin_layout Standard
33491 A test of the new defined commands:
33492 \end_layout
33493
33494 \begin_layout Standard
33495 \align center
33496 \begin_inset Tabular
33497 <lyxtabular version="3" rows="6" columns="2">
33498 <features rotate="0" tabularvalignment="middle">
33499 <column alignment="center" valignment="top">
33500 <column alignment="center" valignment="top">
33501 <row>
33502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 Command
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 Result
33516 \begin_inset Note Note
33517 status collapsed
33518
33519 \begin_layout Plain Layout
33520
33521 \series bold
33522
33523 \backslash
33524 raisebox
33525 \series default
33526  is only used as spacer.
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 <row>
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 A
33543 \backslash
33544 gr
33545 \begin_inset space \textvisiblespace{}
33546 \end_inset
33547
33548 B
33549 \end_layout
33550
33551 \end_inset
33552 </cell>
33553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33554 \begin_inset Text
33555
33556 \begin_layout Plain Layout
33557 \begin_inset Formula $A\gr B$
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \end_inset
33564 </cell>
33565 </row>
33566 <row>
33567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33568 \begin_inset Text
33569
33570 \begin_layout Plain Layout
33571
33572 \backslash
33573 us{ABcd
33574 \end_layout
33575
33576 \end_inset
33577 </cell>
33578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33579 \begin_inset Text
33580
33581 \begin_layout Plain Layout
33582 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 </row>
33591 <row>
33592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33593 \begin_inset Text
33594
33595 \begin_layout Plain Layout
33596
33597 \backslash
33598 fb{[2cm]
33599 \begin_inset Formula $\to$
33600 \end_inset
33601
33602
33603 \backslash
33604 {
33605 \begin_inset Formula $\to$
33606 \end_inset
33607
33608
33609 \backslash
33610 {
33611 \backslash
33612 int
33613 \begin_inset space \textvisiblespace{}
33614 \end_inset
33615
33616 A=B
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 </row>
33634 <row>
33635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639
33640 \backslash
33641 cb{red
33642 \begin_inset Formula $\to$
33643 \end_inset
33644
33645
33646 \backslash
33647 {
33648 \backslash
33649 int
33650 \begin_inset space \textvisiblespace{}
33651 \end_inset
33652
33653 A=B
33654 \end_layout
33655
33656 \end_inset
33657 </cell>
33658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33659 \begin_inset Text
33660
33661 \begin_layout Plain Layout
33662 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33663 \end_inset
33664
33665
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 </row>
33671 <row>
33672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33673 \begin_inset Text
33674
33675 \begin_layout Plain Layout
33676
33677 \backslash
33678 cb[green]
33679 \backslash
33680 {red
33681 \begin_inset Formula $\to$
33682 \end_inset
33683
33684
33685 \backslash
33686 {
33687 \backslash
33688 int
33689 \begin_inset space \textvisiblespace{}
33690 \end_inset
33691
33692 A=B
33693 \end_layout
33694
33695 \end_inset
33696 </cell>
33697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33698 \begin_inset Text
33699
33700 \begin_layout Plain Layout
33701 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \end_inset
33708 </cell>
33709 </row>
33710 </lyxtabular>
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Subsection
33718 Math Macros
33719 \begin_inset Index idx
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723 User-defined commands! Math macros
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \begin_inset Index idx
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733 Macros
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \begin_layout Standard
33742 User-defined commands are especially convenient for complex expressions.
33743  When you are for example dealing with a document that has quadratic equations,
33744  the same solution type occurs several times.
33745  The general form of a quadratic equation is
33746 \begin_inset Formula 
33747 \[
33748 0=\lambda^{2}+p\lambda+q
33749 \]
33750
33751 \end_inset
33752
33753 The general form of the solution is
33754 \begin_inset Formula 
33755 \[
33756 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33757 \]
33758
33759 \end_inset
33760
33761
33762 \end_layout
33763
33764 \begin_layout Standard
33765 To define a command for the solution formula where only the three parameters
33766  
33767 \begin_inset Formula $\lambda$
33768 \end_inset
33769
33770
33771 \begin_inset Formula $p$
33772 \end_inset
33773
33774  and 
33775 \begin_inset Formula $q$
33776 \end_inset
33777
33778  need to be specified and the index of 
33779 \begin_inset Formula $\lambda$
33780 \end_inset
33781
33782  can be given optionally, the LaTeX-preamble line is
33783 \begin_inset Newline newline
33784 \end_inset
33785
33786
33787 \series bold
33788
33789 \backslash
33790 newcommand{
33791 \backslash
33792 qG}[4][1,
33793 \backslash
33794 ,2]{#2_{#1}=-
33795 \backslash
33796 frac{#3}{2}
33797 \backslash
33798 pm
33799 \begin_inset Newline newline
33800 \end_inset
33801
33802
33803 \begin_inset Phantom HPhantom
33804 status open
33805
33806 \begin_layout Plain Layout
33807
33808 \series bold
33809
33810 \backslash
33811 newcommand
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \backslash
33818 sqrt{
33819 \backslash
33820 frac{#3^{2}}{4}-#4}}
33821 \end_layout
33822
33823 \begin_layout Standard
33824 To create with this the solution formula, the command
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828
33829 \series bold
33830
33831 \backslash
33832 qG{
33833 \backslash
33834 lambda
33835 \begin_inset Formula $\to$
33836 \end_inset
33837
33838
33839 \backslash
33840 {p
33841 \begin_inset Formula $\to$
33842 \end_inset
33843
33844
33845 \backslash
33846 {q
33847 \series default
33848  is inserted to a formula
33849 \series bold
33850 .
33851 \end_layout
33852
33853 \begin_layout Standard
33854 The definition of the new command is unintuitive because one has to know
33855  the schemes of all used LaTeX commands, e.
33856 \begin_inset space \thinspace{}
33857 \end_inset
33858
33859 g.
33860 \begin_inset space \space{}
33861 \end_inset
33862
33863 that a fraction is inserted in LaTeX as 
33864 \series bold
33865
33866 \backslash
33867 frac{numerator}{denominator}
33868 \series default
33869 .
33870  Furthermore one can easily forget a brace in the definition and cannot
33871  see in LyX what the new command is doing.
33872  To avoid these problems LyX offers the possibility to use math macros instead
33873  of the command 
33874 \series bold
33875
33876 \backslash
33877 newcommand
33878 \series default
33879 .
33880 \end_layout
33881
33882 \begin_layout Standard
33883 A math macro is created by using the menu 
33884 \family sans
33885 Insert\SpecialChar \menuseparator
33886 Math\SpecialChar \menuseparator
33887 Macro
33888 \family default
33889  or the toolbar button 
33890 \begin_inset Info
33891 type  "icon"
33892 arg   "math-macro newmacroname_newcommand"
33893 \end_inset
33894
33895 .
33896  The math macro toolbar appears together with the following box where the
33897  macro is defined:
33898 \begin_inset Newline newline
33899 \end_inset
33900
33901
33902 \begin_inset space \hspace*{\fill}
33903 \end_inset
33904
33905
33906 \begin_inset Graphics
33907         filename clipart/macrobox.png
33908
33909 \end_inset
33910
33911
33912 \begin_inset space \hspace*{\fill}
33913 \end_inset
33914
33915
33916 \begin_inset Newline newline
33917 \end_inset
33918
33919
33920 \begin_inset FormulaMacro
33921 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33922 \end_inset
33923
33924
33925 \backslash
33926 newmacroname is the default name of the macro that should be changed to
33927  something sensible.
33928  The wanted formula is inserted in the first blue box.
33929  An argument placeholder is inserted with the command 
33930 \series bold
33931
33932 \backslash
33933 #argumentnumber
33934 \series default
33935 , e.
33936 \begin_inset space \thinspace{}
33937 \end_inset
33938
33939 g
33940 \begin_inset space \space{}
33941 \end_inset
33942
33943
33944 \series bold
33945
33946 \backslash
33947 #1
33948 \series default
33949  or by using the macro toolbar button 
33950 \begin_inset Info
33951 type  "icon"
33952 arg   "math-macro-add-param"
33953 \end_inset
33954
33955 .
33956  Argument placeholders are displayed red.
33957  A maximum of 9
33958 \begin_inset space ~
33959 \end_inset
33960
33961 arguments are possible.
33962  Optional arguments are created with the toolbar button 
33963 \begin_inset Info
33964 type  "icon"
33965 arg   "math-macro-add-optional-param"
33966 \end_inset
33967
33968 .
33969  The first non-optional argument can be transformed to an optional one with
33970  the toolbar button 
33971 \begin_inset Info
33972 type  "icon"
33973 arg   "math-macro-make-optional"
33974 \end_inset
33975
33976 .
33977  In the second blue box the appearance of the macro in LyX can be defined.
33978  Normally you want to see it as it is defined, so the box is kept empty.
33979  But when you have created a macro that needs lot of space on the screen,
33980  you can insert in the box for example
33981 \begin_inset Newline newline
33982 \end_inset
33983
33984
33985 \series bold
33986 qG: 
33987 \backslash
33988 #1
33989 \series default
33990  
33991 \series bold
33992 ,
33993 \series default
33994  
33995 \series bold
33996
33997 \backslash
33998 #2
33999 \series default
34000  
34001 \series bold
34002 ,
34003 \series default
34004  
34005 \series bold
34006
34007 \backslash
34008 #3, 
34009 \backslash
34010 #4
34011 \begin_inset Newline newline
34012 \end_inset
34013
34014
34015 \series default
34016 For the macro only the arguments with the macro name in front of them will
34017  then be displayed in LyX, leading to a better overview.
34018  The formula appears in the output as defined in the first box.
34019 \begin_inset Newline newline
34020 \end_inset
34021
34022 The appearance of macros in formulas can furthermore be changed for single
34023  macros by setting the cursor in the macro and using the menu 
34024 \family sans
34025 View\SpecialChar \menuseparator
34026 (Un)fold
34027 \begin_inset space ~
34028 \end_inset
34029
34030 Math
34031 \begin_inset space ~
34032 \end_inset
34033
34034 Macro
34035 \family default
34036 .
34037 \end_layout
34038
34039 \begin_layout Standard
34040 To use a macro, the macro name is inserted as command to a formula, in our
34041  case 
34042 \series bold
34043
34044 \backslash
34045 qG
34046 \series default
34047 .
34048  Our macro looks in LyX like this:
34049 \begin_inset Newline newline
34050 \end_inset
34051
34052
34053 \begin_inset space \hspace*{\fill}
34054 \end_inset
34055
34056
34057 \begin_inset Graphics
34058         filename clipart/macrouse.png
34059
34060 \end_inset
34061
34062
34063 \begin_inset space \hspace*{\fill}
34064 \end_inset
34065
34066
34067 \begin_inset Newline newline
34068 \end_inset
34069
34070 Here is our macro example with the arguments 
34071 \begin_inset Formula $x$
34072 \end_inset
34073
34074
34075 \begin_inset Formula $\ln(x)$
34076 \end_inset
34077
34078  and 
34079 \begin_inset Formula $B$
34080 \end_inset
34081
34082 :
34083 \end_layout
34084
34085 \begin_layout Standard
34086 \begin_inset Formula 
34087 \[
34088 \qG x{\ln(x)}B
34089 \]
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Standard
34097 LyX offers in the menu 
34098 \family sans
34099 Tools\SpecialChar \menuseparator
34100 Preferences\SpecialChar \menuseparator
34101 Editing\SpecialChar \menuseparator
34102 Control
34103 \family default
34104  different styles to edit macros.
34105  To find the style that suits you the most, choose a style and set the cursor
34106  in a macro formula to see the difference.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 A math macro is transformed internally to a 
34111 \series bold
34112
34113 \backslash
34114 newcommand
34115 \series default
34116  command when exporting the document.
34117  The created 
34118 \series bold
34119
34120 \backslash
34121 newcommand
34122 \series default
34123  command is not placed in the LaTeX-preamble, therefore macros can only
34124  be used in formulas that are in the document below the macro definition
34125  box.
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Math macros can also be directly created from a 
34130 \series bold
34131
34132 \backslash
34133 newcommand
34134 \series default
34135  command.
34136  When writing for example the command
34137 \series bold
34138
34139 \begin_inset Newline newline
34140 \end_inset
34141
34142
34143 \backslash
34144 newcommand{
34145 \backslash
34146 larrow}[2]{
34147 \backslash
34148 xleftarrow[#2]{#1}}
34149 \begin_inset Newline newline
34150 \end_inset
34151
34152
34153 \series default
34154 in LyX as normal text, highlighting it completely and using then the shortcut
34155  
34156 \family sans
34157 Ctrl+M
34158 \family default
34159 , the command will be transformed to a math macro.
34160  Using this method you need to be careful that the 
34161 \series bold
34162
34163 \backslash
34164 newcommand
34165 \series default
34166  command is typed correctly, otherwise you get a faulty macro leading to
34167  LaTeX errors.
34168 \end_layout
34169
34170 \begin_layout Standard
34171 Math macros currently have the problem that further formulas in macro definition
34172 s are handled wrongly.
34173  Therefore the example 
34174 \series bold
34175
34176 \backslash
34177 fb
34178 \series default
34179  from 
34180 \begin_inset CommandInset ref
34181 LatexCommand ref
34182 reference "sub:The-Command-newcommand"
34183
34184 \end_inset
34185
34186  cannot be created as macro.
34187 \end_layout
34188
34189 \begin_layout Standard
34190 When the cursor is in a macro definition box, you will see the macro toolbar
34191  in LyX:
34192 \end_layout
34193
34194 \begin_layout Standard
34195 \begin_inset VSpace defskip
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Standard
34202 \begin_inset Graphics
34203         filename clipart/MacroToolbar.png
34204
34205 \end_inset
34206
34207
34208 \begin_inset Index idx
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212 Macros ! Toolbar
34213 \end_layout
34214
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \begin_layout Standard
34221 \begin_inset VSpace defskip
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Standard
34228 The macro toolbar contains from left to right the following buttons:
34229 \end_layout
34230
34231 \begin_layout Standard
34232 \begin_inset VSpace defskip
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \begin_layout Standard
34239 \begin_inset Tabular
34240 <lyxtabular version="3" rows="9" columns="2">
34241 <features rotate="0" islongtable="true" longtabularalignment="center">
34242 <column alignment="left" valignment="top">
34243 <column alignment="left" valignment="top" width="85col%">
34244 <row interlinespace="2.5mm">
34245 <cell alignment="center" valignment="top" usebox="none">
34246 \begin_inset Text
34247
34248 \begin_layout Plain Layout
34249 \begin_inset Info
34250 type  "icon"
34251 arg   "math-macro-remove-param"
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \end_inset
34258 </cell>
34259 <cell alignment="center" valignment="top" usebox="none">
34260 \begin_inset Text
34261
34262 \begin_layout Plain Layout
34263
34264 \family sans
34265 Edit\SpecialChar \menuseparator
34266 Math\SpecialChar \menuseparator
34267 Macro
34268 \begin_inset space ~
34269 \end_inset
34270
34271 Definition\SpecialChar \menuseparator
34272 Remove Last Argument
34273 \end_layout
34274
34275 \end_inset
34276 </cell>
34277 </row>
34278 <row interlinespace="2.5mm">
34279 <cell alignment="center" valignment="top" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283 \begin_inset Info
34284 type  "icon"
34285 arg   "math-macro-add-param"
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \end_inset
34292 </cell>
34293 <cell alignment="center" valignment="top" usebox="none">
34294 \begin_inset Text
34295
34296 \begin_layout Plain Layout
34297
34298 \family sans
34299 Edit\SpecialChar \menuseparator
34300 Math\SpecialChar \menuseparator
34301 Macro
34302 \begin_inset space ~
34303 \end_inset
34304
34305 Definition\SpecialChar \menuseparator
34306 Append Argument
34307 \end_layout
34308
34309 \end_inset
34310 </cell>
34311 </row>
34312 <row interlinespace="2.5mm">
34313 <cell alignment="center" valignment="top" usebox="none">
34314 \begin_inset Text
34315
34316 \begin_layout Plain Layout
34317 \begin_inset Info
34318 type  "icon"
34319 arg   "math-macro-make-optional"
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 <cell alignment="center" valignment="top" usebox="none">
34328 \begin_inset Text
34329
34330 \begin_layout Plain Layout
34331
34332 \family sans
34333 Edit\SpecialChar \menuseparator
34334 Math\SpecialChar \menuseparator
34335 Macro
34336 \begin_inset space ~
34337 \end_inset
34338
34339 Definition\SpecialChar \menuseparator
34340 Transform First Non-Optional to
34341 \begin_inset Newline newline
34342 \end_inset
34343
34344
34345 \begin_inset Phantom HPhantom
34346 status open
34347
34348 \begin_layout Plain Layout
34349
34350 \family sans
34351 Edit\SpecialChar \menuseparator
34352 Math\SpecialChar \menuseparator
34353 Macro
34354 \begin_inset space ~
34355 \end_inset
34356
34357 Definition\SpecialChar \menuseparator
34358
34359 \end_layout
34360
34361 \end_inset
34362
34363 Optional Argument
34364 \end_layout
34365
34366 \end_inset
34367 </cell>
34368 </row>
34369 <row interlinespace="2.5mm">
34370 <cell alignment="center" valignment="top" usebox="none">
34371 \begin_inset Text
34372
34373 \begin_layout Plain Layout
34374 \begin_inset Info
34375 type  "icon"
34376 arg   "math-macro-make-nonoptional"
34377 \end_inset
34378
34379
34380 \end_layout
34381
34382 \end_inset
34383 </cell>
34384 <cell alignment="center" valignment="top" usebox="none">
34385 \begin_inset Text
34386
34387 \begin_layout Plain Layout
34388
34389 \family sans
34390 Edit\SpecialChar \menuseparator
34391 Math\SpecialChar \menuseparator
34392 Macro
34393 \begin_inset space ~
34394 \end_inset
34395
34396 Definition\SpecialChar \menuseparator
34397 Transform Last Optional to
34398 \begin_inset Newline newline
34399 \end_inset
34400
34401
34402 \begin_inset Phantom HPhantom
34403 status open
34404
34405 \begin_layout Plain Layout
34406
34407 \family sans
34408 Edit\SpecialChar \menuseparator
34409 Math\SpecialChar \menuseparator
34410 Macro
34411 \begin_inset space ~
34412 \end_inset
34413
34414 Definition\SpecialChar \menuseparator
34415
34416 \end_layout
34417
34418 \end_inset
34419
34420 Non-Optional Argument
34421 \end_layout
34422
34423 \end_inset
34424 </cell>
34425 </row>
34426 <row interlinespace="2.5mm">
34427 <cell alignment="center" valignment="top" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431 \begin_inset Info
34432 type  "icon"
34433 arg   "math-macro-remove-optional-param"
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \end_inset
34440 </cell>
34441 <cell alignment="center" valignment="top" usebox="none">
34442 \begin_inset Text
34443
34444 \begin_layout Plain Layout
34445
34446 \family sans
34447 Edit\SpecialChar \menuseparator
34448 Math\SpecialChar \menuseparator
34449 Macro
34450 \begin_inset space ~
34451 \end_inset
34452
34453 Definition\SpecialChar \menuseparator
34454 Remove Optional Argument
34455 \end_layout
34456
34457 \end_inset
34458 </cell>
34459 </row>
34460 <row interlinespace="2.5mm">
34461 <cell alignment="center" valignment="top" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465 \begin_inset Info
34466 type  "icon"
34467 arg   "math-macro-add-optional-param"
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \end_inset
34474 </cell>
34475 <cell alignment="center" valignment="top" usebox="none">
34476 \begin_inset Text
34477
34478 \begin_layout Plain Layout
34479
34480 \family sans
34481 Edit\SpecialChar \menuseparator
34482 Math\SpecialChar \menuseparator
34483 Macro
34484 \begin_inset space ~
34485 \end_inset
34486
34487 Definition\SpecialChar \menuseparator
34488 Insert Optional Argument
34489 \end_layout
34490
34491 \end_inset
34492 </cell>
34493 </row>
34494 <row interlinespace="2.5mm">
34495 <cell alignment="center" valignment="top" usebox="none">
34496 \begin_inset Text
34497
34498 \begin_layout Plain Layout
34499 \begin_inset Info
34500 type  "icon"
34501 arg   "math-macro-remove-greedy-param"
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \end_inset
34508 </cell>
34509 <cell alignment="center" valignment="top" usebox="none">
34510 \begin_inset Text
34511
34512 \begin_layout Plain Layout
34513
34514 \family sans
34515 Edit\SpecialChar \menuseparator
34516 Math\SpecialChar \menuseparator
34517 Macro
34518 \begin_inset space ~
34519 \end_inset
34520
34521 Definition\SpecialChar \menuseparator
34522 Remove Last Argument
34523 \begin_inset Newline newline
34524 \end_inset
34525
34526
34527 \begin_inset Phantom HPhantom
34528 status open
34529
34530 \begin_layout Plain Layout
34531
34532 \family sans
34533 Edit\SpecialChar \menuseparator
34534 Math\SpecialChar \menuseparator
34535 Macro
34536 \begin_inset space ~
34537 \end_inset
34538
34539 Definition\SpecialChar \menuseparator
34540
34541 \end_layout
34542
34543 \end_inset
34544
34545 Spitting Out To The Right
34546 \end_layout
34547
34548 \end_inset
34549 </cell>
34550 </row>
34551 <row interlinespace="2.5mm">
34552 <cell alignment="center" valignment="top" usebox="none">
34553 \begin_inset Text
34554
34555 \begin_layout Plain Layout
34556 \begin_inset Info
34557 type  "icon"
34558 arg   "math-macro-append-greedy-param"
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \end_inset
34565 </cell>
34566 <cell alignment="center" valignment="top" usebox="none">
34567 \begin_inset Text
34568
34569 \begin_layout Plain Layout
34570
34571 \family sans
34572 Edit\SpecialChar \menuseparator
34573 Math\SpecialChar \menuseparator
34574 Macro
34575 \begin_inset space ~
34576 \end_inset
34577
34578 Definition\SpecialChar \menuseparator
34579 Append Argument
34580 \begin_inset Newline newline
34581 \end_inset
34582
34583
34584 \begin_inset Phantom HPhantom
34585 status open
34586
34587 \begin_layout Plain Layout
34588
34589 \family sans
34590 Edit\SpecialChar \menuseparator
34591 Math\SpecialChar \menuseparator
34592 Macro
34593 \begin_inset space ~
34594 \end_inset
34595
34596 Definition\SpecialChar \menuseparator
34597
34598 \end_layout
34599
34600 \end_inset
34601
34602 Eating From The Right
34603 \end_layout
34604
34605 \end_inset
34606 </cell>
34607 </row>
34608 <row interlinespace="2.5mm">
34609 <cell alignment="center" valignment="top" usebox="none">
34610 \begin_inset Text
34611
34612 \begin_layout Plain Layout
34613 \begin_inset Info
34614 type  "icon"
34615 arg   "math-macro-add-greedy-optional-param"
34616 \end_inset
34617
34618
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 <cell alignment="center" valignment="top" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627
34628 \family sans
34629 Edit\SpecialChar \menuseparator
34630 Math\SpecialChar \menuseparator
34631 Macro
34632 \begin_inset space ~
34633 \end_inset
34634
34635 Definition\SpecialChar \menuseparator
34636 Append Optional Argument
34637 \begin_inset Newline newline
34638 \end_inset
34639
34640
34641 \begin_inset Phantom HPhantom
34642 status open
34643
34644 \begin_layout Plain Layout
34645
34646 \family sans
34647 Edit\SpecialChar \menuseparator
34648 Math\SpecialChar \menuseparator
34649 Macro
34650 \begin_inset space ~
34651 \end_inset
34652
34653 Definition\SpecialChar \menuseparator
34654
34655 \end_layout
34656
34657 \end_inset
34658
34659 Eating From The Right
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 </row>
34665 </lyxtabular>
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Section
34673 Computer Algebra Systems
34674 \end_layout
34675
34676 \begin_layout Standard
34677 LyX offers the exchange between mathematical expressions written in LyX's
34678  math editor and external applications or user defined scripts.
34679  Currently supported applications are 
34680 \family sans
34681 Maple
34682 \family default
34683
34684 \family sans
34685 Mathematica
34686 \family default
34687
34688 \family sans
34689 Maxima
34690 \family default
34691  and 
34692 \family sans
34693 Octave
34694 \family default
34695 .
34696  Note that the set of supported mathematical constructs is limited only
34697  to very simple cases.
34698 \end_layout
34699
34700 \begin_layout Subsection
34701 Usage
34702 \end_layout
34703
34704 \begin_layout Standard
34705 Write some expression in a formula, go to the 
34706 \family sans
34707 Edit\SpecialChar \menuseparator
34708 Math\SpecialChar \menuseparator
34709 Use Computer Algebra System
34710 \family default
34711  menu and choose the application you have installed on the computer.
34712  After that the result of computation should show on the right side of the
34713  expression together with the 
34714 \begin_inset Quotes eld
34715 \end_inset
34716
34717 =
34718 \begin_inset Quotes erd
34719 \end_inset
34720
34721  operator.
34722 \end_layout
34723
34724 \begin_layout Standard
34725 Here are few simple examples (with results from 
34726 \family typewriter
34727 Maxima
34728 \family default
34729 ) to show what kind of computations can be performed:
34730 \end_layout
34731
34732 \begin_layout Itemize
34733 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Itemize
34740 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Itemize
34747 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Itemize
34754 \begin_inset Formula $\det\left[\begin{array}{ccc}
34755 1 & 6 & 7\\
34756 2 & 5 & 8\\
34757 3 & 4 & 17
34758 \end{array}\right]=-56$
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Itemize
34765 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34766 \end_inset
34767
34768
34769 \end_layout
34770
34771 \begin_layout Subsection
34772 Keyboard shortcut
34773 \end_layout
34774
34775 \begin_layout Standard
34776 Currently there is no keyboard shortcut for calling the algebra applications.
34777  One can easily bind a shortcut to the 
34778 \family sans
34779 math-extern
34780 \family default
34781  LyX function (see the 
34782 \family sans
34783 \emph on
34784 LyX Functions
34785 \family default
34786 \emph default
34787  manual).
34788  One could e.
34789 \begin_inset space \thinspace{}
34790 \end_inset
34791
34792 g.
34793 \begin_inset space \space{}
34794 \end_inset
34795
34796 bind the 
34797 \family sans
34798 Return
34799 \family default
34800  key inside the math editor.
34801  To bind it to 
34802 \family typewriter
34803 Maxima
34804 \family default
34805  one would use this shortcut definition command:
34806 \end_layout
34807
34808 \begin_layout Standard
34809
34810 \series bold
34811 command-alternatives paragraph-break;math-extern maxima
34812 \end_layout
34813
34814 \begin_layout Section
34815 Miscellaneous
34816 \begin_inset Index idx
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 Miscellaneous
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Subsection
34829 Negative Numbers
34830 \begin_inset Index idx
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834 Numbers ! negative
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 Negative numbers often look ugly in formulas because the minus sign before
34844  the number is set with the same length as the minus operator sign.
34845  When writing the negative number in normal text, the minus sign appears
34846  correctly.
34847 \end_layout
34848
34849 \begin_layout Standard
34850 Thus, the problem disappears when converting the minus sign to mathematical
34851  text.
34852 \end_layout
34853
34854 \begin_layout Standard
34855 An example to visualize the problem:
34856 \end_layout
34857
34858 \begin_layout Standard
34859 \align center
34860 \begin_inset Tabular
34861 <lyxtabular version="3" rows="3" columns="2">
34862 <features rotate="0" tabularvalignment="middle">
34863 <column alignment="right" valignment="top">
34864 <column alignment="left" valignment="top">
34865 <row>
34866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 normal text:
34871 \end_layout
34872
34873 \end_inset
34874 </cell>
34875 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879 x = -2
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 </row>
34885 <row>
34886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890 formula:
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 \begin_inset Formula $x=-2$
34900 \end_inset
34901
34902
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 </row>
34908 <row>
34909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913 solution:
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Plain Layout
34922 \begin_inset Formula $x=\textrm{-}2$
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \end_inset
34929 </cell>
34930 </row>
34931 </lyxtabular>
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Subsection
34939 Comma as decimal Separator
34940 \begin_inset Index idx
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944 Comma
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \begin_layout Standard
34953 In LaTeX a comma inside a formula is used, according to the English convention,
34954  as number group separator.
34955  So there will be space added behind all commas in formulas.
34956 \end_layout
34957
34958 \begin_layout Standard
34959 To avoid this, the comma is highlighted and changed to mathematical text
34960  (shortcut 
34961 \begin_inset Info
34962 type  "shortcut"
34963 arg   "math-mode"
34964 \end_inset
34965
34966 ).
34967 \end_layout
34968
34969 \begin_layout Standard
34970 To use all formula commas in the document as decimal separator, the file
34971  
34972 \series bold
34973 icomma.sty
34974 \series default
34975
34976 \begin_inset Foot
34977 status collapsed
34978
34979 \begin_layout Plain Layout
34980
34981 \series bold
34982 icomma
34983 \series default
34984  is part of the LaTeX-package 
34985 \series bold
34986 was
34987 \series default
34988
34989 \begin_inset Index idx
34990 status collapsed
34991
34992 \begin_layout Plain Layout
34993 Packages ! was
34994 \begin_inset ERT
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999
35000 \backslash
35001 vspace{4mm}
35002 \end_layout
35003
35004 \end_inset
35005
35006
35007 \end_layout
35008
35009 \end_inset
35010
35011 .
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \begin_inset Index idx
35018 status collapsed
35019
35020 \begin_layout Plain Layout
35021 Packages ! icomma
35022 \end_layout
35023
35024 \end_inset
35025
35026  is loaded with the LaTeX-preamble line
35027 \end_layout
35028
35029 \begin_layout Standard
35030
35031 \series bold
35032
35033 \backslash
35034 usepackage{icomma}
35035 \end_layout
35036
35037 \begin_layout Subsection
35038 Physical Vectors
35039 \begin_inset CommandInset label
35040 LatexCommand label
35041 name "sub:Physical-Vectors"
35042
35043 \end_inset
35044
35045
35046 \begin_inset Index idx
35047 status collapsed
35048
35049 \begin_layout Plain Layout
35050 Vectors ! physical
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Standard
35059 Predefined vectors are offered by the LaTeX-package 
35060 \series bold
35061 braket
35062 \series default
35063
35064 \begin_inset Index idx
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068 Packages ! braket
35069 \end_layout
35070
35071 \end_inset
35072
35073  that is loaded with the LaTeX-preamble line
35074 \end_layout
35075
35076 \begin_layout Standard
35077
35078 \series bold
35079
35080 \backslash
35081 usepackage{braket}
35082 \end_layout
35083
35084 \begin_layout Standard
35085 \begin_inset ERT
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089
35090
35091 \backslash
35092 ifbraket 
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \begin_inset Note Note
35099 status open
35100
35101 \begin_layout Plain Layout
35102 The following table will only be displayed when the LaTeX-package 
35103 \series bold
35104 braket
35105 \series default
35106  is installed.
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \end_layout
35113
35114 \begin_layout Standard
35115 The following commands are defined:
35116 \end_layout
35117
35118 \begin_layout Standard
35119 \align center
35120 \begin_inset Tabular
35121 <lyxtabular version="3" rows="4" columns="2">
35122 <features rotate="0" tabularvalignment="middle">
35123 <column alignment="center" valignment="top">
35124 <column alignment="center" valignment="top">
35125 <row>
35126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35127 \begin_inset Text
35128
35129 \begin_layout Plain Layout
35130 Command
35131 \end_layout
35132
35133 \end_inset
35134 </cell>
35135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Plain Layout
35139 Result
35140 \end_layout
35141
35142 \end_inset
35143 </cell>
35144 </row>
35145 <row>
35146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35147 \begin_inset Text
35148
35149 \begin_layout Plain Layout
35150
35151 \backslash
35152 Bra{
35153 \backslash
35154 psi
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35160 \begin_inset Text
35161
35162 \begin_layout Plain Layout
35163 \begin_inset Formula $\Bra{\psi}$
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 </row>
35172 <row>
35173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35174 \begin_inset Text
35175
35176 \begin_layout Plain Layout
35177
35178 \backslash
35179 Ket{
35180 \backslash
35181 psi
35182 \end_layout
35183
35184 \end_inset
35185 </cell>
35186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35187 \begin_inset Text
35188
35189 \begin_layout Plain Layout
35190 \begin_inset Formula $\Ket{\psi}$
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \end_inset
35197 </cell>
35198 </row>
35199 <row>
35200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204
35205 \backslash
35206 Braket{
35207 \backslash
35208 psi|
35209 \backslash
35210 phi
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219 \begin_inset Formula $\Braket{\psi|\phi}$
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \end_inset
35226 </cell>
35227 </row>
35228 </lyxtabular>
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Standard
35236 The command 
35237 \series bold
35238
35239 \backslash
35240 Braket
35241 \series default
35242  assures that all vertical bars are set in the size of the surrounding brackets:
35243 \begin_inset Formula 
35244 \[
35245 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35246 \]
35247
35248 \end_inset
35249
35250
35251 \begin_inset ERT
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255
35256
35257 \backslash
35258 else 
35259 \end_layout
35260
35261 \end_inset
35262
35263
35264 \begin_inset Note Note
35265 status open
35266
35267 \begin_layout Plain Layout
35268 The following will be displayed when the LaTeX-package 
35269 \series bold
35270 braket
35271 \series default
35272  is not installed:
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \begin_layout Standard
35281 You need to install the LaTeX-package 
35282 \series bold
35283 braket
35284 \series default
35285  to see the rest of this subsection in the output.
35286 \end_layout
35287
35288 \begin_layout Standard
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294
35295 \backslash
35296 fi 
35297 \end_layout
35298
35299 \end_inset
35300
35301
35302 \end_layout
35303
35304 \begin_layout Standard
35305 The effect of 
35306 \series bold
35307
35308 \backslash
35309 Braket
35310 \series default
35311  can also be achieved using the command 
35312 \series bold
35313
35314 \backslash
35315 middle
35316 \series default
35317 , that is described in 
35318 \begin_inset CommandInset ref
35319 LatexCommand ref
35320 reference "sub:Automatic-Bracket-Size"
35321
35322 \end_inset
35323
35324 .
35325 \end_layout
35326
35327 \begin_layout Subsection
35328 Self-defined Fractions
35329 \begin_inset CommandInset label
35330 LatexCommand label
35331 name "sub:Self-defined-Fractions"
35332
35333 \end_inset
35334
35335
35336 \begin_inset Index idx
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340 Fractions ! self-defined
35341 \end_layout
35342
35343 \end_inset
35344
35345
35346 \end_layout
35347
35348 \begin_layout Standard
35349 To define custom commands for fractions, the command 
35350 \series bold
35351
35352 \backslash
35353 genfrac
35354 \series default
35355
35356 \begin_inset Index idx
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360 Commands ! G ! 
35361 \backslash
35362 genfrac
35363 \begin_inset ERT
35364 status collapsed
35365
35366 \begin_layout Plain Layout
35367
35368
35369 \backslash
35370 vspace{4mm}
35371 \end_layout
35372
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \end_inset
35379
35380  is used in the following scheme:
35381 \end_layout
35382
35383 \begin_layout Standard
35384
35385 \series bold
35386
35387 \backslash
35388 genfrac{left
35389 \series default
35390  
35391 \series bold
35392 bracket}{right
35393 \series default
35394  
35395 \series bold
35396 bracket}{fraction bar thickness}{style}
35397 \begin_inset Newline newline
35398 \end_inset
35399
35400
35401 \begin_inset Phantom HPhantom
35402 status open
35403
35404 \begin_layout Plain Layout
35405
35406 \series bold
35407
35408 \backslash
35409 genfrac
35410 \end_layout
35411
35412 \end_inset
35413
35414 {numerator}{denominator}
35415 \end_layout
35416
35417 \begin_layout Standard
35418 The style is a number in the range of 0
35419 \begin_inset space \thinspace{}
35420 \end_inset
35421
35422 -
35423 \begin_inset space \thinspace{}
35424 \end_inset
35425
35426 3.
35427 \end_layout
35428
35429 \begin_layout Standard
35430 \align center
35431 \begin_inset Tabular
35432 <lyxtabular version="3" rows="5" columns="2">
35433 <features rotate="0" tabularvalignment="middle">
35434 <column alignment="center" valignment="top">
35435 <column alignment="center" valignment="top">
35436 <row>
35437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35438 \begin_inset Text
35439
35440 \begin_layout Plain Layout
35441 Number
35442 \end_layout
35443
35444 \end_inset
35445 </cell>
35446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35447 \begin_inset Text
35448
35449 \begin_layout Plain Layout
35450 Style (Size)
35451 \end_layout
35452
35453 \end_inset
35454 </cell>
35455 </row>
35456 <row>
35457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35458 \begin_inset Text
35459
35460 \begin_layout Plain Layout
35461 0
35462 \end_layout
35463
35464 \end_inset
35465 </cell>
35466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35467 \begin_inset Text
35468
35469 \begin_layout Plain Layout
35470 display style formula
35471 \end_layout
35472
35473 \end_inset
35474 </cell>
35475 </row>
35476 <row>
35477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35478 \begin_inset Text
35479
35480 \begin_layout Plain Layout
35481 1
35482 \end_layout
35483
35484 \end_inset
35485 </cell>
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35487 \begin_inset Text
35488
35489 \begin_layout Plain Layout
35490 inline formula
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 </row>
35496 <row>
35497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501 2
35502 \end_layout
35503
35504 \end_inset
35505 </cell>
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35507 \begin_inset Text
35508
35509 \begin_layout Plain Layout
35510 small
35511 \end_layout
35512
35513 \end_inset
35514 </cell>
35515 </row>
35516 <row>
35517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35518 \begin_inset Text
35519
35520 \begin_layout Plain Layout
35521 3
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530 tiny
35531 \end_layout
35532
35533 \end_inset
35534 </cell>
35535 </row>
35536 </lyxtabular>
35537
35538 \end_inset
35539
35540
35541 \end_layout
35542
35543 \begin_layout Standard
35544 When no style is given, the size is adjusted to the surrounding environment
35545  like for the command 
35546 \series bold
35547
35548 \backslash
35549 frac
35550 \series default
35551 .
35552 \end_layout
35553
35554 \begin_layout Standard
35555 When no fraction bar thickness is given, the predefined value of 0.4
35556 \begin_inset space \thinspace{}
35557 \end_inset
35558
35559 pt will be used.
35560 \end_layout
35561
35562 \begin_layout Standard
35563 \begin_inset VSpace medskip
35564 \end_inset
35565
35566 For example, the commands 
35567 \series bold
35568
35569 \backslash
35570 dfrac
35571 \series default
35572  and 
35573 \series bold
35574
35575 \backslash
35576 tbinom
35577 \series default
35578  from 
35579 \begin_inset CommandInset ref
35580 LatexCommand ref
35581 reference "sub:Fractions"
35582
35583 \end_inset
35584
35585  are defined with the commands
35586 \end_layout
35587
35588 \begin_layout Standard
35589
35590 \series bold
35591
35592 \backslash
35593 newcommand{
35594 \backslash
35595 dfrac}[2]{
35596 \backslash
35597 genfrac{}{}{}{0}{#1}{#2}}
35598 \end_layout
35599
35600 \begin_layout Standard
35601 and
35602 \end_layout
35603
35604 \begin_layout Standard
35605
35606 \series bold
35607
35608 \backslash
35609 newcommand{
35610 \backslash
35611 tbinom}[2]{
35612 \backslash
35613 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35614 \end_layout
35615
35616 \begin_layout Standard
35617 \begin_inset VSpace medskip
35618 \end_inset
35619
35620 To define a fraction where the fraction bar thickness can be given as optional
35621  argument, the following line is inserted to the LaTeX-preamble:
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \series bold
35627
35628 \backslash
35629 newcommand{
35630 \backslash
35631 fracS}[3][]{
35632 \backslash
35633 genfrac{}{}{#1}{}{#2}{#3}}
35634 \end_layout
35635
35636 \begin_layout Standard
35637 A test:
35638 \begin_inset Formula 
35639 \begin{align*}
35640 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35641 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35642 \end{align*}
35643
35644 \end_inset
35645
35646 As one can see, the distance of the numerator and the denominator to the
35647  fraction bar is round about three times the bar thickness.
35648 \end_layout
35649
35650 \begin_layout Subsection
35651 Canceled Formulas
35652 \begin_inset Index idx
35653 status collapsed
35654
35655 \begin_layout Plain Layout
35656 Formula ! canceled
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665 There are four ways to cancel formulas or parts of formulas:
35666 \end_layout
35667
35668 \begin_layout Standard
35669 \begin_inset ERT
35670 status collapsed
35671
35672 \begin_layout Plain Layout
35673
35674
35675 \backslash
35676 ifcancel 
35677 \end_layout
35678
35679 \end_inset
35680
35681
35682 \begin_inset Note Note
35683 status open
35684
35685 \begin_layout Plain Layout
35686 The following table will only be displayed when the LaTeX-package 
35687 \series bold
35688 cancel
35689 \series default
35690  is installed.
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \begin_layout Standard
35699 \align center
35700 \begin_inset Tabular
35701 <lyxtabular version="3" rows="5" columns="2">
35702 <features rotate="0" tabularvalignment="middle">
35703 <column alignment="center" valignment="top">
35704 <column alignment="center" valignment="top">
35705 <row>
35706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710 Command
35711 \end_layout
35712
35713 \end_inset
35714 </cell>
35715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35716 \begin_inset Text
35717
35718 \begin_layout Plain Layout
35719 Result
35720 \begin_inset Note Note
35721 status collapsed
35722
35723 \begin_layout Plain Layout
35724 The space and
35725 \series bold
35726  
35727 \backslash
35728 raisebox
35729 \series default
35730  are used here as spacer.
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \end_layout
35737
35738 \end_inset
35739 </cell>
35740 </row>
35741 <row>
35742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35743 \begin_inset Text
35744
35745 \begin_layout Plain Layout
35746
35747 \backslash
35748 cancel
35749 \begin_inset space \textvisiblespace{}
35750 \end_inset
35751
35752
35753 \backslash
35754 int
35755 \begin_inset space \textvisiblespace{}
35756 \end_inset
35757
35758 A=B
35759 \end_layout
35760
35761 \end_inset
35762 </cell>
35763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35764 \begin_inset Text
35765
35766 \begin_layout Plain Layout
35767 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 </row>
35776 <row>
35777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781
35782 \backslash
35783 bcancel
35784 \begin_inset space \textvisiblespace{}
35785 \end_inset
35786
35787
35788 \backslash
35789 int
35790 \begin_inset space \textvisiblespace{}
35791 \end_inset
35792
35793 A=B
35794 \end_layout
35795
35796 \end_inset
35797 </cell>
35798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35799 \begin_inset Text
35800
35801 \begin_layout Plain Layout
35802 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35803 \end_inset
35804
35805
35806 \end_layout
35807
35808 \end_inset
35809 </cell>
35810 </row>
35811 <row>
35812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35813 \begin_inset Text
35814
35815 \begin_layout Plain Layout
35816
35817 \backslash
35818 xcancel
35819 \begin_inset space \textvisiblespace{}
35820 \end_inset
35821
35822
35823 \backslash
35824 int
35825 \begin_inset space \textvisiblespace{}
35826 \end_inset
35827
35828 A=B
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35834 \begin_inset Text
35835
35836 \begin_layout Plain Layout
35837 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \end_inset
35844 </cell>
35845 </row>
35846 <row>
35847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35848 \begin_inset Text
35849
35850 \begin_layout Plain Layout
35851
35852 \backslash
35853 cancelto
35854 \begin_inset space \textvisiblespace{}
35855 \end_inset
35856
35857
35858 \backslash
35859 int
35860 \begin_inset space \textvisiblespace{}
35861 \end_inset
35862
35863 A=B
35864 \begin_inset Formula $\to$
35865 \end_inset
35866
35867 1
35868 \end_layout
35869
35870 \end_inset
35871 </cell>
35872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35873 \begin_inset Text
35874
35875 \begin_layout Plain Layout
35876 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35877 \end_inset
35878
35879
35880 \end_layout
35881
35882 \end_inset
35883 </cell>
35884 </row>
35885 </lyxtabular>
35886
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \begin_layout Standard
35893
35894 \series bold
35895
35896 \backslash
35897 cancelto
35898 \series default
35899  is especially suitable to visualize the reduction of fractions within formulas:
35900 \begin_inset Formula 
35901 \[
35902 \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}}}
35903 \]
35904
35905 \end_inset
35906
35907
35908 \end_layout
35909
35910 \begin_layout Standard
35911 To change the size of 
35912 \series bold
35913
35914 \backslash
35915 cancelto
35916 \series default
35917 's 
35918 \begin_inset Quotes eld
35919 \end_inset
35920
35921 subscript
35922 \begin_inset Quotes erd
35923 \end_inset
35924
35925  value one can add the LaTeX-preamble line
35926 \end_layout
35927
35928 \begin_layout Standard
35929
35930 \series bold
35931
35932 \backslash
35933 PassOptionsToPackage{option}{cancel}
35934 \end_layout
35935
35936 \begin_layout Standard
35937 where 
35938 \series bold
35939 option
35940 \series default
35941  is either 
35942 \series bold
35943 samesize
35944 \series default
35945  which leads to the same size as for the canceled value, or 
35946 \series bold
35947 Smaller
35948 \series default
35949  which makes is it a bit smaller than normal.
35950 \end_layout
35951
35952 \begin_layout Standard
35953 To color the cancellation bar one adds this command as TeX code:
35954 \end_layout
35955
35956 \begin_layout Standard
35957
35958 \series bold
35959
35960 \backslash
35961 renewcommand{
35962 \backslash
35963 CancelColor}{
35964 \backslash
35965 color{red}}
35966 \end_layout
35967
35968 \begin_layout Standard
35969
35970 \series bold
35971 red
35972 \series default
35973  can be replaced by a color of your choice.
35974 \end_layout
35975
35976 \begin_layout Standard
35977 \begin_inset ERT
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982
35983 \backslash
35984 renewcommand{
35985 \backslash
35986 CancelColor}{
35987 \backslash
35988 color{red}}
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \end_layout
35995
35996 \begin_layout Standard
35997 \begin_inset Formula 
35998 \[
35999 \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}}}
36000 \]
36001
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Standard
36008 \begin_inset ERT
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012
36013
36014 \backslash
36015 renewcommand{
36016 \backslash
36017 CancelColor}{
36018 \backslash
36019 color{black}}
36020 \end_layout
36021
36022 \end_inset
36023
36024
36025 \begin_inset Note Note
36026 status open
36027
36028 \begin_layout Plain Layout
36029 reset the color
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \end_layout
36036
36037 \begin_layout Standard
36038 For further customizations, see the documentation of the package 
36039 \series bold
36040 cancel
36041 \series default
36042
36043 \begin_inset CommandInset citation
36044 LatexCommand cite
36045 key "cancel"
36046
36047 \end_inset
36048
36049 .
36050 \begin_inset Index idx
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054 Packages ! cancel
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \begin_layout Standard
36063 \begin_inset ERT
36064 status collapsed
36065
36066 \begin_layout Plain Layout
36067
36068
36069 \backslash
36070 else 
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \begin_inset Note Note
36077 status open
36078
36079 \begin_layout Plain Layout
36080 The following will be displayed when the LaTeX-package 
36081 \series bold
36082 cancel
36083 \series default
36084  is not installed:
36085 \end_layout
36086
36087 \end_inset
36088
36089
36090 \end_layout
36091
36092 \begin_layout Standard
36093 You need to install the LaTeX-package 
36094 \series bold
36095 cancel
36096 \series default
36097  to see the rest of this subsection in the output.
36098 \end_layout
36099
36100 \begin_layout Standard
36101 \begin_inset ERT
36102 status collapsed
36103
36104 \begin_layout Plain Layout
36105
36106
36107 \backslash
36108 fi 
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \begin_layout Subsection
36117 Formulas in Section Headings
36118 \begin_inset CommandInset label
36119 LatexCommand label
36120 name "sub:Formulas-in-Section"
36121
36122 \end_inset
36123
36124
36125 \begin_inset Index idx
36126 status collapsed
36127
36128 \begin_layout Plain Layout
36129 Formula ! in section headings
36130 \end_layout
36131
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \begin_layout Standard
36138 When formulas are used in section headings, the following has to be taken
36139  into account:
36140 \end_layout
36141
36142 \begin_layout Standard
36143 \begin_inset Note Greyedout
36144 status open
36145
36146 \begin_layout Plain Layout
36147 When 
36148 \series bold
36149 hyperref
36150 \series default
36151
36152 \begin_inset Index idx
36153 status collapsed
36154
36155 \begin_layout Plain Layout
36156 Packages ! hyperref
36157 \end_layout
36158
36159 \end_inset
36160
36161  support is enabled in the document settings dialog under 
36162 \family sans
36163 PDF
36164 \begin_inset space ~
36165 \end_inset
36166
36167 Properties
36168 \family default
36169 , PDF-bookmarks are created for every section heading in the table of contents.
36170  If a section heading contains formulas, they are incorrectly displayed
36171  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36172 s.
36173 \end_layout
36174
36175 \end_inset
36176
36177
36178 \end_layout
36179
36180 \begin_layout Standard
36181 Both problems can be solved by inserting at the end of the section heading
36182  a short title with the menu 
36183 \family sans
36184 Insert\SpecialChar \menuseparator
36185 Short
36186 \begin_inset space ~
36187 \end_inset
36188
36189 Title
36190 \family default
36191 .
36192  Short titles are used as alternative for multiline section headings to
36193  keep the table of contents clearly arranged.
36194  Only the short title appears in the table of contents and therefore also
36195  in the PDF-bookmark.
36196 \end_layout
36197
36198 \begin_layout Standard
36199 When formulas should be used in the table of contents but 
36200 \series bold
36201 hyperref
36202 \series default
36203  is used, one can use the following command in TeX-mode:
36204 \end_layout
36205
36206 \begin_layout Standard
36207
36208 \series bold
36209
36210 \backslash
36211 texorpdfstring{part}{alternative}
36212 \begin_inset Index idx
36213 status collapsed
36214
36215 \begin_layout Plain Layout
36216 Commands ! T ! 
36217 \backslash
36218 texorpdfstring
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \end_layout
36225
36226 \begin_layout Standard
36227 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36228  This can be characters, formulas, footnotes, but also cross-references.
36229  The alternative is used instead of the part for the bookmark.
36230 \end_layout
36231
36232 \begin_layout Standard
36233 Here are two example headings:
36234 \begin_inset VSpace -3mm
36235 \end_inset
36236
36237
36238 \begin_inset ERT
36239 status collapsed
36240
36241 \begin_layout Plain Layout
36242
36243
36244 \backslash
36245 boldmath 
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Subsubsection
36254 Heading without formula in table of contents 
36255 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36256 \end_inset
36257
36258
36259 \begin_inset Argument 1
36260 status collapsed
36261
36262 \begin_layout Plain Layout
36263 Heading without formula in table of contents
36264 \end_layout
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Subsubsection
36272 Heading with formula in table of contents
36273 \begin_inset ERT
36274 status collapsed
36275
36276 \begin_layout Plain Layout
36277
36278
36279 \backslash
36280 texorpdfstring{
36281 \end_layout
36282
36283 \end_inset
36284
36285  
36286 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36287 \end_inset
36288
36289
36290 \begin_inset ERT
36291 status collapsed
36292
36293 \begin_layout Plain Layout
36294
36295 }{}
36296 \end_layout
36297
36298 \end_inset
36299
36300
36301 \end_layout
36302
36303 \begin_layout Standard
36304 \begin_inset ERT
36305 status collapsed
36306
36307 \begin_layout Plain Layout
36308
36309
36310 \backslash
36311 unboldmath 
36312 \end_layout
36313
36314 \end_inset
36315
36316 In the first heading a short title was used, in the second one 
36317 \series bold
36318
36319 \backslash
36320 texorpdfstring
36321 \series default
36322 .
36323 \end_layout
36324
36325 \begin_layout Standard
36326 To get the same formatting as for the other headings, the complete heading
36327  was set into a 
36328 \series bold
36329 boldmath
36330 \series default
36331  environment
36332 \begin_inset Foot
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336 see 
36337 \begin_inset CommandInset ref
36338 LatexCommand ref
36339 reference "sub:Bold-Formulas"
36340
36341 \end_inset
36342
36343
36344 \end_layout
36345
36346 \end_inset
36347
36348 .
36349 \end_layout
36350
36351 \begin_layout Subsection
36352 Formulas in multi-column Text
36353 \begin_inset Index idx
36354 status collapsed
36355
36356 \begin_layout Plain Layout
36357 Formula ! in multi-column text
36358 \end_layout
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \begin_layout Standard
36366 Formulas in multi-column text are often too wide to fit into a column and
36367  thus need to be set over the whole page width.
36368  This is done by using the LaTeX-package 
36369 \series bold
36370 multicol
36371 \series default
36372
36373 \begin_inset Foot
36374 status collapsed
36375
36376 \begin_layout Plain Layout
36377
36378 \series bold
36379 multicol
36380 \series default
36381  is part of every LaTeX standard installation.
36382 \end_layout
36383
36384 \end_inset
36385
36386
36387 \begin_inset Index idx
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 Packages ! multicol
36392 \end_layout
36393
36394 \end_inset
36395
36396 , that is loaded with the LaTeX-preamble line
36397 \end_layout
36398
36399 \begin_layout Standard
36400
36401 \series bold
36402
36403 \backslash
36404 usepackage{multicol}
36405 \end_layout
36406
36407 \begin_layout Standard
36408 \begin_inset Note Greyedout
36409 status open
36410
36411 \begin_layout Plain Layout
36412 Note that in this case the setting 
36413 \family sans
36414 Two-column
36415 \begin_inset space ~
36416 \end_inset
36417
36418 document
36419 \family default
36420  in the menu 
36421 \family sans
36422 Document\SpecialChar \menuseparator
36423 Settings
36424 \family default
36425  under 
36426 \family sans
36427 Text
36428 \begin_inset space ~
36429 \end_inset
36430
36431 Layout
36432 \family default
36433 \emph on
36434  
36435 \emph default
36436 must 
36437 \emph on
36438 not
36439 \emph default
36440  be selected.
36441 \end_layout
36442
36443 \end_inset
36444
36445
36446 \end_layout
36447
36448 \begin_layout Standard
36449 Before the multi-column text the command
36450 \end_layout
36451
36452 \begin_layout Standard
36453
36454 \series bold
36455
36456 \backslash
36457 begin{multicols}{column number}
36458 \end_layout
36459
36460 \begin_layout Standard
36461 is written in TeX-mode.
36462  The column number is a number in the range of 2
36463 \begin_inset space \thinspace{}
36464 \end_inset
36465
36466 -
36467 \begin_inset space \thinspace{}
36468 \end_inset
36469
36470 10.
36471  Before the formula the multi-column text is ended by inserting the command
36472 \end_layout
36473
36474 \begin_layout Standard
36475
36476 \series bold
36477
36478 \backslash
36479 end{multicols}
36480 \end_layout
36481
36482 \begin_layout Standard
36483 in TeX-mode.
36484 \end_layout
36485
36486 \begin_layout Standard
36487 Due to the command some space is automatically added before the formula.
36488  To revert this, -6
36489 \begin_inset space \thinspace{}
36490 \end_inset
36491
36492 mm vertical space is inserted before the formula.
36493  When the formula style 
36494 \series bold
36495 Indented
36496 \begin_inset Foot
36497 status collapsed
36498
36499 \begin_layout Plain Layout
36500 formula styles see 
36501 \begin_inset CommandInset ref
36502 LatexCommand ref
36503 reference "sec:Formula-Styles"
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \end_inset
36511
36512
36513 \series default
36514  is used, -9
36515 \begin_inset space \thinspace{}
36516 \end_inset
36517
36518 mm space is inserted instead.
36519 \end_layout
36520
36521 \begin_layout Standard
36522 As example a multi-column text with a displayed formula:
36523 \end_layout
36524
36525 \begin_layout Standard
36526
36527 \lang german
36528 \begin_inset ERT
36529 status collapsed
36530
36531 \begin_layout Plain Layout
36532
36533
36534 \backslash
36535 begin{multicols}{2}
36536 \end_layout
36537
36538 \end_inset
36539
36540 Das Spektrum wird fouriertransformiert.
36541  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36542 , Lösungsmittel) zu trennen.
36543  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36544  nun das Aussehen des Ausgangssignals.
36545  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36546  über alle Phasen integrieren muss.
36547  Sei nun 
36548 \begin_inset Formula $S$
36549 \end_inset
36550
36551  unser normiertes Ausgangssignal und 
36552 \begin_inset Formula $P$
36553 \end_inset
36554
36555  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36556 \begin_inset ERT
36557 status collapsed
36558
36559 \begin_layout Plain Layout
36560
36561
36562 \backslash
36563 end{multicols}
36564 \end_layout
36565
36566 \end_inset
36567
36568
36569 \begin_inset VSpace -6mm
36570 \end_inset
36571
36572
36573 \begin_inset Formula 
36574 \begin{equation}
36575 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36576 \end{equation}
36577
36578 \end_inset
36579
36580
36581 \begin_inset ERT
36582 status collapsed
36583
36584 \begin_layout Plain Layout
36585
36586
36587 \backslash
36588 begin{multicols}{2}
36589 \end_layout
36590
36591 \end_inset
36592
36593 wobei 
36594 \begin_inset Formula $S_{0}$
36595 \end_inset
36596
36597  das Signal ohne Gradient ist und die Normierungsbedingung 
36598 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36599 \end_inset
36600
36601  gilt.
36602  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36603  Direkt nach dem 
36604 \begin_inset Formula $\nicefrac{\pi}{2}$
36605 \end_inset
36606
36607
36608 \begin_inset space \thinspace{}
36609 \end_inset
36610
36611 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36612  das Signal zusätzlich abschwächt.
36613  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36614  
36615 \begin_inset Formula $T_{2}$
36616 \end_inset
36617
36618 -Zeit.
36619 \end_layout
36620
36621 \begin_layout Standard
36622
36623 \lang german
36624 \begin_inset ERT
36625 status collapsed
36626
36627 \begin_layout Plain Layout
36628
36629
36630 \backslash
36631 end{multicols}
36632 \end_layout
36633
36634 \end_inset
36635
36636
36637 \end_layout
36638
36639 \begin_layout Subsection
36640 Formulas with Description of Variables
36641 \begin_inset Index idx
36642 status collapsed
36643
36644 \begin_layout Plain Layout
36645 Formula ! with description of variables
36646 \end_layout
36647
36648 \end_inset
36649
36650
36651 \end_layout
36652
36653 \begin_layout Standard
36654 To describe variables within a formula, like in formula 
36655 \begin_inset CommandInset ref
36656 LatexCommand eqref
36657 reference "eq:within"
36658
36659 \end_inset
36660
36661 , a 2
36662 \series bold
36663 ×
36664 \series default
36665
36666 \begin_inset Formula $n$
36667 \end_inset
36668
36669
36670 \begin_inset space ~
36671 \end_inset
36672
36673 matrix is used with left aligned columns for the 
36674 \begin_inset Formula $n$
36675 \end_inset
36676
36677  used variables.
36678 \begin_inset Foot
36679 status collapsed
36680
36681 \begin_layout Plain Layout
36682 matrices see 
36683 \begin_inset CommandInset ref
36684 LatexCommand ref
36685 reference "sec:Matrices"
36686
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \end_inset
36693
36694  To set the description in a smaller size, before the matrix e.
36695 \begin_inset space \thinspace{}
36696 \end_inset
36697
36698 g.
36699 \begin_inset space \space{}
36700 \end_inset
36701
36702 the command 
36703 \series bold
36704
36705 \backslash
36706 footnotesize
36707 \series default
36708  is inserted.
36709 \begin_inset Foot
36710 status collapsed
36711
36712 \begin_layout Plain Layout
36713 font sizes see 
36714 \begin_inset CommandInset ref
36715 LatexCommand ref
36716 reference "sub:Font-Sizes"
36717
36718 \end_inset
36719
36720
36721 \end_layout
36722
36723 \end_inset
36724
36725
36726 \end_layout
36727
36728 \begin_layout Standard
36729 When the formula style 
36730 \series bold
36731 Indented
36732 \begin_inset Foot
36733 status collapsed
36734
36735 \begin_layout Plain Layout
36736 formula styles see 
36737 \begin_inset CommandInset ref
36738 LatexCommand ref
36739 reference "sec:Formula-Styles"
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \end_inset
36747
36748
36749 \series default
36750  is used, a 
36751 \series bold
36752
36753 \backslash
36754 hfill
36755 \series default
36756
36757 \begin_inset Foot
36758 status collapsed
36759
36760 \begin_layout Plain Layout
36761
36762 \series bold
36763
36764 \backslash
36765 hfill
36766 \series default
36767  only works in formulas with the style 
36768 \series bold
36769 Indented
36770 \series default
36771 , see 
36772 \begin_inset CommandInset ref
36773 LatexCommand ref
36774 reference "sub:Variable-Space"
36775
36776 \end_inset
36777
36778 .
36779 \end_layout
36780
36781 \end_inset
36782
36783  is inserted before and after the matrix to have the same separation of
36784  the matrix from the equation and the side margin.
36785 \end_layout
36786
36787 \begin_layout Standard
36788 When the formula style 
36789 \series bold
36790 Centered
36791 \series default
36792  is used, the method described in 
36793 \begin_inset CommandInset ref
36794 LatexCommand ref
36795 reference "sub:Flalign-Environment"
36796
36797 \end_inset
36798
36799  is used to indent formulas.
36800  Formula 
36801 \begin_inset CommandInset ref
36802 LatexCommand eqref
36803 reference "eq:within"
36804
36805 \end_inset
36806
36807  consists of five columns where in the first two columns contain the equation,
36808  the third the matrix and the last one an empty TeX-brace.
36809 \begin_inset Formula 
36810 \begin{flalign}
36811 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36812 \rho & \textrm{density}\\
36813 V & \textrm{volume}\\
36814 g & \textrm{gravitational acceleration}
36815 \end{array} &  & {}\label{eq:within}
36816 \end{flalign}
36817
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \begin_layout Subsection
36824 Upright small Greek Letters
36825 \begin_inset CommandInset label
36826 LatexCommand label
36827 name "sub:Upright-small-Greek"
36828
36829 \end_inset
36830
36831
36832 \begin_inset Index idx
36833 status collapsed
36834
36835 \begin_layout Plain Layout
36836 Greek letters ! upright
36837 \end_layout
36838
36839 \end_inset
36840
36841
36842 \end_layout
36843
36844 \begin_layout Standard
36845 Most of the math fonts only provide italic small Greek letters.
36846  But for symbols of elementary particles like pions and neutrinos, upright
36847  Greek letters are needed.
36848  The file 
36849 \series bold
36850 upgreek.sty
36851 \series default
36852
36853 \begin_inset Foot
36854 status collapsed
36855
36856 \begin_layout Plain Layout
36857
36858 \series bold
36859 upgreek
36860 \series default
36861  is part of the LaTeX-package 
36862 \series bold
36863 was
36864 \series default
36865
36866 \begin_inset Index idx
36867 status collapsed
36868
36869 \begin_layout Plain Layout
36870 Packages ! was
36871 \begin_inset ERT
36872 status collapsed
36873
36874 \begin_layout Plain Layout
36875
36876
36877 \backslash
36878 vspace{4mm}
36879 \end_layout
36880
36881 \end_inset
36882
36883
36884 \end_layout
36885
36886 \end_inset
36887
36888 .
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \begin_inset Index idx
36895 status collapsed
36896
36897 \begin_layout Plain Layout
36898 Packages ! upgreek
36899 \end_layout
36900
36901 \end_inset
36902
36903  that is loaded with the LaTeX-preamble line
36904 \end_layout
36905
36906 \begin_layout Standard
36907
36908 \series bold
36909
36910 \backslash
36911 usepackage{upgreek}
36912 \end_layout
36913
36914 \begin_layout Standard
36915 provides them.
36916  
36917 \begin_inset ERT
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921
36922
36923 \backslash
36924 ifupgreek 
36925 \end_layout
36926
36927 \end_inset
36928
36929
36930 \begin_inset Note Note
36931 status open
36932
36933 \begin_layout Plain Layout
36934 The following table will only be displayed when the LaTeX-package 
36935 \series bold
36936 upgreek
36937 \series default
36938  is installed:
36939 \end_layout
36940
36941 \end_inset
36942
36943  They are created when the command for a small Greek letter is started with
36944  
36945 \series bold
36946 up
36947 \series default
36948 .
36949  For example the command 
36950 \series bold
36951
36952 \backslash
36953 uptau
36954 \series default
36955  creates this: 
36956 \begin_inset Formula $\uptau$
36957 \end_inset
36958
36959
36960 \end_layout
36961
36962 \begin_layout Standard
36963 With these commands reactions of elementary particles can be typeset:
36964 \begin_inset Formula 
36965 \[
36966 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36967 \]
36968
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Standard
36975 The upright letters are more bold and wider than the italic ones.
36976  They should therefore not be used for units like 
36977 \begin_inset Quotes eld
36978 \end_inset
36979
36980 µm
36981 \begin_inset Quotes erd
36982 \end_inset
36983
36984 .
36985 \end_layout
36986
36987 \begin_layout Standard
36988 \begin_inset ERT
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992
36993
36994 \backslash
36995 else 
36996 \end_layout
36997
36998 \end_inset
36999
37000
37001 \begin_inset Note Note
37002 status open
37003
37004 \begin_layout Plain Layout
37005 The following will be displayed when the LaTeX-package 
37006 \series bold
37007 upgreek
37008 \series default
37009  is not installed:
37010 \end_layout
37011
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \begin_layout Standard
37018 You need to install the LaTeX-package 
37019 \series bold
37020 upgreek
37021 \series default
37022  to see the rest of this subsection in the output.
37023 \end_layout
37024
37025 \begin_layout Standard
37026 \begin_inset ERT
37027 status collapsed
37028
37029 \begin_layout Plain Layout
37030
37031
37032 \backslash
37033 fi 
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \begin_layout Subsection
37042 Text Characters in Formulas
37043 \begin_inset Index idx
37044 status collapsed
37045
37046 \begin_layout Plain Layout
37047 Text ! in formulas
37048 \end_layout
37049
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \begin_layout Standard
37056 In some cases you might want to insert text characters directly into formulas.
37057  When for example the centered dot · is often used in formulas like 
37058 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37059 \end_inset
37060
37061 , one would have to insert the command 
37062 \series bold
37063
37064 \backslash
37065 cdot
37066 \series default
37067
37068 \begin_inset Foot
37069 status collapsed
37070
37071 \begin_layout Plain Layout
37072 see 
37073 \begin_inset CommandInset ref
37074 LatexCommand ref
37075 reference "sub:Binary-Operators"
37076
37077 \end_inset
37078
37079
37080 \end_layout
37081
37082 \end_inset
37083
37084  all the time, because this character is defined in all encodings as text
37085  character.
37086  But the encoding can be changed by this LaTeX-preamble line:
37087 \end_layout
37088
37089 \begin_layout Standard
37090
37091 \series bold
37092
37093 \backslash
37094 Declare Inputtext{183}{
37095 \backslash
37096 ifmmode
37097 \backslash
37098 cdot
37099 \backslash
37100 else
37101 \backslash
37102 textperiodcentered
37103 \backslash
37104 f\SpecialChar \textcompwordmark{}
37105 i}
37106 \end_layout
37107
37108 \begin_layout Standard
37109 The character encoding (menu 
37110 \family sans
37111 Document\SpecialChar \menuseparator
37112 Settings\SpecialChar \menuseparator
37113 Language
37114 \family default
37115 ) specifies what character appears when a keyboard key is pressed.
37116  When the key for the character '·' is pressed, internally the command 
37117 \series bold
37118
37119 \backslash
37120 textperiodcentered
37121 \series default
37122  is used.
37123  But this command is not available in a formula so that you would get LaTeX-erro
37124 rs.
37125  With the changed encoding the right command is chosen automatically, depending
37126  on if the character was inserted into a formula or not.
37127 \end_layout
37128
37129 \begin_layout Standard
37130 The encoding of several characters is saved in definition files.
37131  For example the encoding 
37132 \series bold
37133 latin9
37134 \series default
37135  is defined in the file 
37136 \series bold
37137 latin9.def
37138 \series default
37139  which is in the installation folder of LaTeX.
37140  Encodings should only be changed via the LaTeX-preamble and not in the
37141  definition files.
37142  Otherwise documents could not be edited by other LyX users working on other
37143  computers.
37144 \end_layout
37145
37146 \begin_layout Standard
37147 \begin_inset VSpace medskip
37148 \end_inset
37149
37150 Besides the centered dot, in this document the degree sign ° is defined
37151  with the following LaTeX-preamble line so that it can be directly inserted
37152  into a formula:
37153 \end_layout
37154
37155 \begin_layout Standard
37156
37157 \series bold
37158
37159 \backslash
37160 DeclareInputtext{176}{
37161 \backslash
37162 ifmmode^
37163 \backslash
37164 circ
37165 \backslash
37166 else
37167 \backslash
37168 textdegree
37169 \backslash
37170 f\SpecialChar \textcompwordmark{}
37171 i}
37172 \end_layout
37173
37174 \begin_layout Subsection
37175 LaTeX-comments in formulas
37176 \begin_inset Index idx
37177 status collapsed
37178
37179 \begin_layout Plain Layout
37180 LaTeX-comments
37181 \end_layout
37182
37183 \end_inset
37184
37185
37186 \end_layout
37187
37188 \begin_layout Standard
37189 In text you can insert a comment that will only be visible in the LaTeX
37190  source code of your file with the menu 
37191 \family sans
37192 Insert\SpecialChar \menuseparator
37193 Note\SpecialChar \menuseparator
37194 Comment
37195 \family default
37196 .
37197  This is not possible in a formula but you can insert LaTeX-comments with
37198  the command
37199 \end_layout
37200
37201 \begin_layout Standard
37202
37203 \series bold
37204
37205 \backslash
37206 %
37207 \end_layout
37208
37209 \begin_layout Standard
37210 This creates a box in which you can write your comment.
37211  Due to a bug in LyX
37212 \begin_inset Foot
37213 status collapsed
37214
37215 \begin_layout Plain Layout
37216 \begin_inset CommandInset href
37217 LatexCommand href
37218 name "LyX-bug #9002"
37219 target "http://www.lyx.org/trac/ticket/9002"
37220
37221 \end_inset
37222
37223
37224 \end_layout
37225
37226 \end_inset
37227
37228  you cannot write normal text inside the comment, even when you use mathematical
37229  text, you will see its LaTeX-commands in the LaTeX-output.
37230 \begin_inset Newline newline
37231 \end_inset
37232
37233 This a formula with a LaTeX-comment:
37234 \begin_inset Formula 
37235 \[
37236 A=B%\text{This is the comment}
37237 \]
37238
37239 \end_inset
37240
37241
37242 \end_layout
37243
37244 \begin_layout Standard
37245 \begin_inset Newpage newpage
37246 \end_inset
37247
37248
37249 \end_layout
37250
37251 \begin_layout Section
37252 \start_of_appendix
37253 Typographic Advice
37254 \begin_inset Index idx
37255 status collapsed
37256
37257 \begin_layout Plain Layout
37258 Typographic advice
37259 \end_layout
37260
37261 \end_inset
37262
37263
37264 \end_layout
37265
37266 \begin_layout Standard
37267 This section is a summary of the most important typographic rules, listed
37268  in ISO norms.
37269 \begin_inset Foot
37270 status collapsed
37271
37272 \begin_layout Plain Layout
37273 This collection was partly taken from the German semi-official dictionary
37274  called 
37275 \begin_inset Quotes eld
37276 \end_inset
37277
37278 Duden
37279 \begin_inset Quotes erd
37280 \end_inset
37281
37282  
37283 \begin_inset CommandInset citation
37284 LatexCommand cite
37285 key "Duden"
37286
37287 \end_inset
37288
37289  that lists some of the ISO rules.
37290  More rules are listed in 
37291 \begin_inset CommandInset citation
37292 LatexCommand cite
37293 key "Checklist"
37294
37295 \end_inset
37296
37297 .
37298 \end_layout
37299
37300 \end_inset
37301
37302
37303 \end_layout
37304
37305 \begin_layout Itemize
37306 Physical units are 
37307 \emph on
37308 always
37309 \emph default
37310  set upright
37311 \begin_inset Foot
37312 status collapsed
37313
37314 \begin_layout Plain Layout
37315 done with font styles, see 
37316 \begin_inset CommandInset ref
37317 LatexCommand ref
37318 reference "sub:Font-Styles"
37319
37320 \end_inset
37321
37322
37323 \end_layout
37324
37325 \end_inset
37326
37327 , no matter if they appear in italic text: 30
37328 \begin_inset space \thinspace{}
37329 \end_inset
37330
37331 km/h
37332 \begin_inset Newline newline
37333 \end_inset
37334
37335 Between the value and the unit is the smallest space, see 
37336 \begin_inset CommandInset ref
37337 LatexCommand ref
37338 reference "sub:Predefined-Space"
37339
37340 \end_inset
37341
37342 .
37343 \begin_inset Newline newline
37344 \end_inset
37345
37346 This convention is automatically fulfilled when the command 
37347 \series bold
37348
37349 \backslash
37350 unittwo
37351 \series default
37352  is used.
37353  When it is entered to a formula, two boxes appear.
37354  In the first one the value is inserted, in the second one the unit, and
37355  one gets as above: 
37356 \begin_inset Formula $\unit[30]{km/h}$
37357 \end_inset
37358
37359
37360 \begin_inset space \thinspace{}
37361 \end_inset
37362
37363 .
37364  Note that 
37365 \series bold
37366
37367 \backslash
37368 unittwo
37369 \series default
37370  is not a real LaTeX command but the command 
37371 \series bold
37372
37373 \backslash
37374 unit[value]{unit}
37375 \series default
37376 , therefore you cannot use it in TeX code.
37377 \end_layout
37378
37379 \begin_layout Itemize
37380 Percent and perthousand signs are set like physical units:
37381 \begin_inset Newline newline
37382 \end_inset
37383
37384 1.2
37385 \begin_inset space \thinspace{}
37386 \end_inset
37387
37388 ‰ alcohol in blood
37389 \end_layout
37390
37391 \begin_layout Itemize
37392 The degree sign follows directly on the value: 15°, but not when it is used
37393  in units: 15
37394 \begin_inset space \thinspace{}
37395 \end_inset
37396
37397 °C
37398 \end_layout
37399
37400 \begin_layout Itemize
37401 In numbers with more than four digits the smallest space is inserted before
37402  every third digit to group them: 
37403 \family roman
37404 \series medium
37405 \shape up
37406 \size normal
37407 \emph off
37408 \bar no
37409 \noun off
37410 \color none
37411 18
37412 \begin_inset space \thinspace{}
37413 \end_inset
37414
37415 473
37416 \begin_inset space \thinspace{}
37417 \end_inset
37418
37419 588
37420 \end_layout
37421
37422 \begin_layout Itemize
37423 For dimensions like 120×90×40
37424 \begin_inset space \thinspace{}
37425 \end_inset
37426
37427 cm the multiplication sign 
37428 \begin_inset Quotes eld
37429 \end_inset
37430
37431 ×
37432 \begin_inset Quotes erd
37433 \end_inset
37434
37435  is used.
37436  It is available either via the command 
37437 \series bold
37438
37439 \backslash
37440 times
37441 \series default
37442  or via the menu 
37443 \family sans
37444 Insert\SpecialChar \menuseparator
37445 Special Character\SpecialChar \menuseparator
37446 Symbols
37447 \family default
37448 .
37449 \end_layout
37450
37451 \begin_layout Itemize
37452 Functions with names consisting of several letters are set upright to avoid
37453  confusions, see 
37454 \begin_inset CommandInset ref
37455 LatexCommand ref
37456 reference "sub:Predefined-Functions"
37457
37458 \end_inset
37459
37460 .
37461 \end_layout
37462
37463 \begin_layout Itemize
37464 Indices consisting of several letters, are set upright: 
37465 \begin_inset Formula $E_{\mathrm{kin}}$
37466 \end_inset
37467
37468
37469 \begin_inset Newline newline
37470 \end_inset
37471
37472 Components of matrices are set italic: 
37473 \begin_inset Formula $\hat{H}_{kl}$
37474 \end_inset
37475
37476
37477 \end_layout
37478
37479 \begin_layout Itemize
37480 The differentiation/integration operator 'd', the Euler's number 'e' and
37481  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37482  other variables.
37483 \end_layout
37484
37485 \begin_layout Itemize
37486 The character that denotes a 
37487 \noun on
37488 Fourier
37489 \noun default
37490  transformation is inserted either by the command 
37491 \series bold
37492
37493 \backslash
37494 mathscr
37495 \begin_inset space \textvisiblespace{}
37496 \end_inset
37497
37498 F
37499 \series default
37500  or via the menu 
37501 \family sans
37502 Insert\SpecialChar \menuseparator
37503 Special Character\SpecialChar \menuseparator
37504 Symbols\SpecialChar \menuseparator
37505 Letterlike
37506 \begin_inset space ~
37507 \end_inset
37508
37509 Symbols
37510 \family default
37511
37512 \begin_inset Formula $\mathscr{F}$
37513 \end_inset
37514
37515
37516 \end_layout
37517
37518 \begin_layout Standard
37519 \begin_inset Newpage newpage
37520 \end_inset
37521
37522
37523 \end_layout
37524
37525 \begin_layout Section
37526 Synonyms
37527 \begin_inset Index idx
37528 status collapsed
37529
37530 \begin_layout Plain Layout
37531 Synonyms
37532 \end_layout
37533
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \begin_layout Standard
37540 Some characters and symbols can be created with several commands.
37541  Here is a list of the synonym commands:
37542 \end_layout
37543
37544 \begin_layout Standard
37545 \begin_inset VSpace bigskip
37546 \end_inset
37547
37548
37549 \begin_inset space \hfill{}
37550 \end_inset
37551
37552
37553 \begin_inset Tabular
37554 <lyxtabular version="3" rows="12" columns="2">
37555 <features rotate="0" tabularvalignment="middle">
37556 <column alignment="center" valignment="top" width="0pt">
37557 <column alignment="center" valignment="top" width="0pt">
37558 <row>
37559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37560 \begin_inset Text
37561
37562 \begin_layout Plain Layout
37563 Command
37564 \end_layout
37565
37566 \end_inset
37567 </cell>
37568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37569 \begin_inset Text
37570
37571 \begin_layout Plain Layout
37572 equivalent to
37573 \begin_inset Note Note
37574 status collapsed
37575
37576 \begin_layout Plain Layout
37577
37578 \series bold
37579
37580 \backslash
37581 raisebox
37582 \series default
37583  is only used as spacer.
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 </row>
37594 <row>
37595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37596 \begin_inset Text
37597
37598 \begin_layout Plain Layout
37599
37600 \backslash
37601 ast
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610 \begin_inset ERT
37611 status collapsed
37612
37613 \begin_layout Plain Layout
37614
37615
37616 \backslash
37617 raisebox{-1.2mm}{
37618 \end_layout
37619
37620 \end_inset
37621
37622 *
37623 \begin_inset ERT
37624 status collapsed
37625
37626 \begin_layout Plain Layout
37627
37628 }
37629 \end_layout
37630
37631 \end_inset
37632
37633
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 </row>
37639 <row>
37640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644
37645 \backslash
37646 choose
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655
37656 \backslash
37657 binom
37658 \end_layout
37659
37660 \end_inset
37661 </cell>
37662 </row>
37663 <row>
37664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37665 \begin_inset Text
37666
37667 \begin_layout Plain Layout
37668
37669 \backslash
37670 geq
37671 \end_layout
37672
37673 \end_inset
37674 </cell>
37675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37676 \begin_inset Text
37677
37678 \begin_layout Plain Layout
37679
37680 \backslash
37681 ge
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 </row>
37687 <row>
37688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37689 \begin_inset Text
37690
37691 \begin_layout Plain Layout
37692
37693 \backslash
37694 lbrace
37695 \end_layout
37696
37697 \end_inset
37698 </cell>
37699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37700 \begin_inset Text
37701
37702 \begin_layout Plain Layout
37703 {
37704 \end_layout
37705
37706 \end_inset
37707 </cell>
37708 </row>
37709 <row>
37710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37711 \begin_inset Text
37712
37713 \begin_layout Plain Layout
37714
37715 \backslash
37716 lbracket
37717 \end_layout
37718
37719 \end_inset
37720 </cell>
37721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37722 \begin_inset Text
37723
37724 \begin_layout Plain Layout
37725 [
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 </row>
37731 <row>
37732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37733 \begin_inset Text
37734
37735 \begin_layout Plain Layout
37736
37737 \backslash
37738 leftarrow
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37744 \begin_inset Text
37745
37746 \begin_layout Plain Layout
37747
37748 \backslash
37749 gets
37750 \end_layout
37751
37752 \end_inset
37753 </cell>
37754 </row>
37755 <row>
37756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37757 \begin_inset Text
37758
37759 \begin_layout Plain Layout
37760
37761 \backslash
37762 leq
37763 \end_layout
37764
37765 \end_inset
37766 </cell>
37767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37768 \begin_inset Text
37769
37770 \begin_layout Plain Layout
37771
37772 \backslash
37773 le
37774 \end_layout
37775
37776 \end_inset
37777 </cell>
37778 </row>
37779 <row>
37780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37781 \begin_inset Text
37782
37783 \begin_layout Plain Layout
37784
37785 \backslash
37786 lor
37787 \end_layout
37788
37789 \end_inset
37790 </cell>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795
37796 \backslash
37797 vee
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 </row>
37803 <row>
37804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37805 \begin_inset Text
37806
37807 \begin_layout Plain Layout
37808
37809 \backslash
37810 neq
37811 \end_layout
37812
37813 \end_inset
37814 </cell>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819
37820 \backslash
37821 not=
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 </row>
37827 <row>
37828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37829 \begin_inset Text
37830
37831 \begin_layout Plain Layout
37832
37833 \backslash
37834 slash
37835 \end_layout
37836
37837 \end_inset
37838 </cell>
37839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37840 \begin_inset Text
37841
37842 \begin_layout Plain Layout
37843 /
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 </row>
37849 <row>
37850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37851 \begin_inset Text
37852
37853 \begin_layout Plain Layout
37854
37855 \backslash
37856 vert
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37862 \begin_inset Text
37863
37864 \begin_layout Plain Layout
37865 |
37866 \end_layout
37867
37868 \end_inset
37869 </cell>
37870 </row>
37871 </lyxtabular>
37872
37873 \end_inset
37874
37875
37876 \begin_inset space \hfill{}
37877 \end_inset
37878
37879
37880 \begin_inset Tabular
37881 <lyxtabular version="3" rows="12" columns="2">
37882 <features rotate="0" tabularvalignment="middle">
37883 <column alignment="center" valignment="top" width="0pt">
37884 <column alignment="center" valignment="top" width="0pt">
37885 <row>
37886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37887 \begin_inset Text
37888
37889 \begin_layout Plain Layout
37890 Command
37891 \end_layout
37892
37893 \end_inset
37894 </cell>
37895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37896 \begin_inset Text
37897
37898 \begin_layout Plain Layout
37899 equivalent to
37900 \end_layout
37901
37902 \end_inset
37903 </cell>
37904 </row>
37905 <row>
37906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37907 \begin_inset Text
37908
37909 \begin_layout Plain Layout
37910
37911 \backslash
37912 backslash
37913 \end_layout
37914
37915 \end_inset
37916 </cell>
37917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37918 \begin_inset Text
37919
37920 \begin_layout Plain Layout
37921
37922 \backslash
37923
37924 \backslash
37925
37926 \end_layout
37927
37928 \end_inset
37929 </cell>
37930 </row>
37931 <row>
37932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37933 \begin_inset Text
37934
37935 \begin_layout Plain Layout
37936
37937 \backslash
37938 dasharrow
37939 \end_layout
37940
37941 \end_inset
37942 </cell>
37943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37944 \begin_inset Text
37945
37946 \begin_layout Plain Layout
37947
37948 \backslash
37949 dashrightarrow
37950 \end_layout
37951
37952 \end_inset
37953 </cell>
37954 </row>
37955 <row>
37956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960
37961 \backslash
37962 land
37963 \end_layout
37964
37965 \end_inset
37966 </cell>
37967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37968 \begin_inset Text
37969
37970 \begin_layout Plain Layout
37971
37972 \backslash
37973 wedge
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 </row>
37979 <row>
37980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37981 \begin_inset Text
37982
37983 \begin_layout Plain Layout
37984
37985 \backslash
37986 rbrace
37987 \end_layout
37988
37989 \end_inset
37990 </cell>
37991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37992 \begin_inset Text
37993
37994 \begin_layout Plain Layout
37995 }
37996 \end_layout
37997
37998 \end_inset
37999 </cell>
38000 </row>
38001 <row>
38002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38003 \begin_inset Text
38004
38005 \begin_layout Plain Layout
38006
38007 \backslash
38008 rbracket
38009 \end_layout
38010
38011 \end_inset
38012 </cell>
38013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38014 \begin_inset Text
38015
38016 \begin_layout Plain Layout
38017 ]
38018 \end_layout
38019
38020 \end_inset
38021 </cell>
38022 </row>
38023 <row>
38024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38025 \begin_inset Text
38026
38027 \begin_layout Plain Layout
38028
38029 \backslash
38030 rightarrow
38031 \end_layout
38032
38033 \end_inset
38034 </cell>
38035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38036 \begin_inset Text
38037
38038 \begin_layout Plain Layout
38039
38040 \backslash
38041 to
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 </row>
38047 <row>
38048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38049 \begin_inset Text
38050
38051 \begin_layout Plain Layout
38052
38053 \backslash
38054 lnot
38055 \end_layout
38056
38057 \end_inset
38058 </cell>
38059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38060 \begin_inset Text
38061
38062 \begin_layout Plain Layout
38063
38064 \backslash
38065 neg
38066 \end_layout
38067
38068 \end_inset
38069 </cell>
38070 </row>
38071 <row>
38072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38073 \begin_inset Text
38074
38075 \begin_layout Plain Layout
38076
38077 \backslash
38078 ne
38079 \end_layout
38080
38081 \end_inset
38082 </cell>
38083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38084 \begin_inset Text
38085
38086 \begin_layout Plain Layout
38087
38088 \backslash
38089 not=
38090 \end_layout
38091
38092 \end_inset
38093 </cell>
38094 </row>
38095 <row>
38096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38097 \begin_inset Text
38098
38099 \begin_layout Plain Layout
38100
38101 \backslash
38102 owns
38103 \end_layout
38104
38105 \end_inset
38106 </cell>
38107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111
38112 \backslash
38113 ni
38114 \end_layout
38115
38116 \end_inset
38117 </cell>
38118 </row>
38119 <row>
38120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38121 \begin_inset Text
38122
38123 \begin_layout Plain Layout
38124
38125 \backslash
38126 square
38127 \end_layout
38128
38129 \end_inset
38130 </cell>
38131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135
38136 \backslash
38137 Box
38138 \end_layout
38139
38140 \end_inset
38141 </cell>
38142 </row>
38143 <row>
38144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38145 \begin_inset Text
38146
38147 \begin_layout Plain Layout
38148
38149 \backslash
38150 Vert
38151 \end_layout
38152
38153 \end_inset
38154 </cell>
38155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38156 \begin_inset Text
38157
38158 \begin_layout Plain Layout
38159
38160 \backslash
38161 |
38162 \end_layout
38163
38164 \end_inset
38165 </cell>
38166 </row>
38167 </lyxtabular>
38168
38169 \end_inset
38170
38171
38172 \begin_inset space \hfill{}
38173 \end_inset
38174
38175
38176 \end_layout
38177
38178 \begin_layout Standard
38179 \begin_inset Newpage newpage
38180 \end_inset
38181
38182
38183 \end_layout
38184
38185 \begin_layout Bibliography
38186 \begin_inset CommandInset bibitem
38187 LatexCommand bibitem
38188 key "TLC2"
38189
38190 \end_inset
38191
38192
38193 \shape smallcaps
38194 Mittelbach, F.
38195  ; Goossens, M.
38196 \shape default
38197
38198 \shape italic
38199 The LaTeX Companion
38200 \shape default
38201 .
38202  Addison Wesley, 2004
38203 \end_layout
38204
38205 \begin_layout Bibliography
38206 \begin_inset CommandInset bibitem
38207 LatexCommand bibitem
38208 key "Mathmode"
38209
38210 \end_inset
38211
38212
38213 \begin_inset CommandInset href
38214 LatexCommand href
38215 name "Description"
38216 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38217
38218 \end_inset
38219
38220  of LaTeX's math abilities
38221 \end_layout
38222
38223 \begin_layout Bibliography
38224 \begin_inset CommandInset bibitem
38225 LatexCommand bibitem
38226 key "AMS"
38227
38228 \end_inset
38229
38230
38231 \begin_inset CommandInset href
38232 LatexCommand href
38233 name "Description"
38234 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38235
38236 \end_inset
38237
38238  of 
38239 \begin_inset ERT
38240 status collapsed
38241
38242 \begin_layout Plain Layout
38243
38244
38245 \backslash
38246 AmS
38247 \end_layout
38248
38249 \end_inset
38250
38251 -LaTeX
38252 \end_layout
38253
38254 \begin_layout Bibliography
38255 \begin_inset CommandInset bibitem
38256 LatexCommand bibitem
38257 key "Symbols"
38258
38259 \end_inset
38260
38261
38262 \begin_inset CommandInset href
38263 LatexCommand href
38264 name "List"
38265 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38266
38267 \end_inset
38268
38269  of all symbols available with LaTeX-packages
38270 \end_layout
38271
38272 \begin_layout Bibliography
38273 \begin_inset CommandInset bibitem
38274 LatexCommand bibitem
38275 key "cancel"
38276
38277 \end_inset
38278
38279
38280 \begin_inset CommandInset href
38281 LatexCommand href
38282 name "Documentation"
38283 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38284
38285 \end_inset
38286
38287  of the LaTeX-package 
38288 \series bold
38289 cancel
38290 \series default
38291
38292 \begin_inset Index idx
38293 status collapsed
38294
38295 \begin_layout Plain Layout
38296 Packages ! cancel
38297 \end_layout
38298
38299 \end_inset
38300
38301
38302 \end_layout
38303
38304 \begin_layout Bibliography
38305 \begin_inset CommandInset bibitem
38306 LatexCommand bibitem
38307 key "hyperref"
38308
38309 \end_inset
38310
38311
38312 \begin_inset CommandInset href
38313 LatexCommand href
38314 name "Documentation"
38315 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38316
38317 \end_inset
38318
38319  of the LaTeX-package 
38320 \series bold
38321 hyperref
38322 \series default
38323
38324 \begin_inset Index idx
38325 status collapsed
38326
38327 \begin_layout Plain Layout
38328 Packages ! hyperref
38329 \end_layout
38330
38331 \end_inset
38332
38333
38334 \end_layout
38335
38336 \begin_layout Bibliography
38337 \begin_inset CommandInset bibitem
38338 LatexCommand bibitem
38339 key "mhchem"
38340
38341 \end_inset
38342
38343
38344 \begin_inset CommandInset href
38345 LatexCommand href
38346 name "Documentation"
38347 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38348
38349 \end_inset
38350
38351  of the LaTeX-package 
38352 \series bold
38353 mhchem
38354 \series default
38355
38356 \begin_inset Index idx
38357 status collapsed
38358
38359 \begin_layout Plain Layout
38360 Packages ! mhchem
38361 \end_layout
38362
38363 \end_inset
38364
38365
38366 \end_layout
38367
38368 \begin_layout Bibliography
38369 \begin_inset CommandInset bibitem
38370 LatexCommand bibitem
38371 key "Duden"
38372
38373 \end_inset
38374
38375
38376 \emph on
38377 Duden Band 1
38378 \emph default
38379 .
38380  22.
38381  Auflage, Duden 2001
38382 \end_layout
38383
38384 \begin_layout Bibliography
38385 \begin_inset CommandInset bibitem
38386 LatexCommand bibitem
38387 key "Checklist"
38388
38389 \end_inset
38390
38391
38392 \begin_inset CommandInset href
38393 LatexCommand href
38394 name "Check list"
38395 target "http://physics.nist.gov/Document/checklist.pdf"
38396
38397 \end_inset
38398
38399  for reviewing manuscripts
38400 \end_layout
38401
38402 \begin_layout Standard
38403 \begin_inset CommandInset index_print
38404 LatexCommand printindex
38405 type "idx"
38406
38407 \end_inset
38408
38409
38410 \end_layout
38411
38412 \end_body
38413 \end_document