]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: describe \smashoperator and how to insert ^ and _
[features.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 .
7863  As a solution for the problem, the global formula row separation 
7864 \series bold
7865
7866 \backslash
7867 jot
7868 \series default
7869
7870 \begin_inset Index idx
7871 status collapsed
7872
7873 \begin_layout Plain Layout
7874 Commands ! J ! 
7875 \backslash
7876 jot
7877 \end_layout
7878
7879 \end_inset
7880
7881  must be changed to -6
7882 \begin_inset space \thinspace{}
7883 \end_inset
7884
7885 pt before the formula with the command 
7886 \series bold
7887
7888 \backslash
7889 setlength{
7890 \backslash
7891 jot}{-6pt}
7892 \series default
7893  in TeX-mode.
7894  
7895 \series bold
7896
7897 \backslash
7898 jot
7899 \series default
7900  is set back after the formula to the standard value of 3
7901 \begin_inset space \thinspace{}
7902 \end_inset
7903
7904 pt using the same command.
7905  More about the row separation in formulas is explained in 
7906 \begin_inset CommandInset ref
7907 LatexCommand ref
7908 reference "sub:Line-Separation"
7909
7910 \end_inset
7911
7912 .
7913 \end_layout
7914
7915 \begin_layout Section
7916 Arrows
7917 \begin_inset Index idx
7918 status collapsed
7919
7920 \begin_layout Plain Layout
7921 Arrows
7922 \end_layout
7923
7924 \end_inset
7925
7926
7927 \end_layout
7928
7929 \begin_layout Standard
7930 Arrows can be inserted via the math toolbar button 
7931 \begin_inset Info
7932 type  "icon"
7933 arg   "math-insert \\leftarrow"
7934 \end_inset
7935
7936  or the commands listed in the following subsections.
7937 \end_layout
7938
7939 \begin_layout Subsection
7940 Horizontal Arrows
7941 \begin_inset Index idx
7942 status collapsed
7943
7944 \begin_layout Plain Layout
7945 Arrows ! horizontal
7946 \end_layout
7947
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \begin_layout Standard
7954 \begin_inset space \hfill{}
7955 \end_inset
7956
7957
7958 \begin_inset Tabular
7959 <lyxtabular version="3" rows="8" columns="2">
7960 <features rotate="0" tabularvalignment="middle">
7961 <column alignment="center" valignment="top" width="0pt">
7962 <column alignment="center" valignment="top" width="0pt">
7963 <row>
7964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Command
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 Result
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \backslash
7990 gets
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 \begin_inset Formula $\gets$
8000 \end_inset
8001
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \backslash
8015 Leftarrow
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 \begin_inset Formula $\Leftarrow$
8025 \end_inset
8026
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \backslash
8040 longleftarrow
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 \begin_inset Formula $\longleftarrow$
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \backslash
8065 Longleftarrow
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 \begin_inset Formula $\Longleftarrow$
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \backslash
8090 leftharpoonup
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 \begin_inset Formula $\leftharpoonup$
8100 \end_inset
8101
8102
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \backslash
8115 leftharpoondown
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 \begin_inset Formula $\leftharpoondown$
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \backslash
8140 hookleftarrow
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 \begin_inset Formula $\hookleftarrow$
8150 \end_inset
8151
8152
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 </lyxtabular>
8159
8160 \end_inset
8161
8162
8163 \begin_inset space \hfill{}
8164 \end_inset
8165
8166
8167 \begin_inset Tabular
8168 <lyxtabular version="3" rows="8" columns="2">
8169 <features rotate="0" tabularvalignment="middle">
8170 <column alignment="center" valignment="top" width="0pt">
8171 <column alignment="center" valignment="top" width="0pt">
8172 <row>
8173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Command
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Result
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \backslash
8199 to
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 \begin_inset Formula $\to$
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \backslash
8224 Rightarrow
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 \begin_inset Formula $\Rightarrow$
8234 \end_inset
8235
8236
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 <row>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247
8248 \backslash
8249 longrightarrow
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 \begin_inset Formula $\longrightarrow$
8259 \end_inset
8260
8261
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \backslash
8274 Longrightarrow
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 \begin_inset Formula $\Longrightarrow$
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \backslash
8299 rightharpoonup
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 \begin_inset Formula $\rightharpoonup$
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \backslash
8324 rightharpoondown
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 \begin_inset Formula $\rightharpoondown$
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \backslash
8349 hookrightarrow
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 \begin_inset Formula $\hookrightarrow$
8359 \end_inset
8360
8361
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 </lyxtabular>
8368
8369 \end_inset
8370
8371
8372 \begin_inset space \hfill{}
8373 \end_inset
8374
8375
8376 \end_layout
8377
8378 \begin_layout Standard
8379 \begin_inset space \hfill{}
8380 \end_inset
8381
8382
8383 \begin_inset Tabular
8384 <lyxtabular version="3" rows="6" columns="2">
8385 <features rotate="0" tabularvalignment="middle">
8386 <column alignment="center" valignment="top" width="0pt">
8387 <column alignment="center" valignment="top" width="0pt">
8388 <row>
8389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Command
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Result
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 leftrightarrow
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\leftrightarrow$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 Leftrightarrow
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\Leftrightarrow$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 longleftrightarrow
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\longleftrightarrow$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 Longleftrightarrow
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\Longleftrightarrow$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \backslash
8515 rightleftharpoons
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $\rightleftharpoons$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 </lyxtabular>
8534
8535 \end_inset
8536
8537
8538 \begin_inset space \hspace{}
8539 \length 25pt
8540 \end_inset
8541
8542
8543 \begin_inset space \hfill{}
8544 \end_inset
8545
8546
8547 \begin_inset Tabular
8548 <lyxtabular version="3" rows="5" columns="2">
8549 <features rotate="0" tabularvalignment="middle">
8550 <column alignment="center" valignment="top" width="0pt">
8551 <column alignment="center" valignment="top" width="0pt">
8552 <row>
8553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Command
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Result
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \backslash
8579 mapsto
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 \begin_inset Formula $\mapsto$
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \backslash
8604 longmapsto
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 \begin_inset Formula $\longmapsto$
8614 \end_inset
8615
8616
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \backslash
8629 leadsto
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 \begin_inset Formula $\leadsto$
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \backslash
8654 dasharrow
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 \begin_inset Formula $\dasharrow$
8664 \end_inset
8665
8666
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 </lyxtabular>
8673
8674 \end_inset
8675
8676
8677 \begin_inset space \hfill{}
8678 \end_inset
8679
8680
8681 \end_layout
8682
8683 \begin_layout Standard
8684 \begin_inset VSpace medskip
8685 \end_inset
8686
8687 Arrows used as accents like e.
8688 \begin_inset space \thinspace{}
8689 \end_inset
8690
8691 g.
8692 \begin_inset space \space{}
8693 \end_inset
8694
8695 vector arrows are listed in 
8696 \begin_inset CommandInset ref
8697 LatexCommand ref
8698 reference "sec:Accents"
8699
8700 \end_inset
8701
8702 .
8703 \end_layout
8704
8705 \begin_layout Standard
8706 \begin_inset VSpace bigskip
8707 \end_inset
8708
8709 Furthermore there are the labeled arrows
8710 \begin_inset Index idx
8711 status collapsed
8712
8713 \begin_layout Plain Layout
8714 Arrows ! labeled
8715 \end_layout
8716
8717 \end_inset
8718
8719  
8720 \series bold
8721
8722 \backslash
8723 xleftarrow
8724 \series default
8725
8726 \begin_inset Index idx
8727 status collapsed
8728
8729 \begin_layout Plain Layout
8730 Commands ! X ! 
8731 \backslash
8732 xleftarrow
8733 \end_layout
8734
8735 \end_inset
8736
8737  and 
8738 \series bold
8739
8740 \backslash
8741 xrightarrow
8742 \series default
8743
8744 \begin_inset Index idx
8745 status collapsed
8746
8747 \begin_layout Plain Layout
8748 Commands ! X ! 
8749 \backslash
8750 xrightarrow
8751 \begin_inset ERT
8752 status collapsed
8753
8754 \begin_layout Plain Layout
8755
8756
8757 \backslash
8758 vspace{4mm}
8759 \end_layout
8760
8761 \end_inset
8762
8763
8764 \end_layout
8765
8766 \end_inset
8767
8768 .
8769  When inserting one of these commands in a formula, an arrow with two blue
8770  boxes appear where the label can be inserted.
8771  The length of the arrow adapts to the label width.
8772 \end_layout
8773
8774 \begin_layout Standard
8775 \align center
8776 \begin_inset Tabular
8777 <lyxtabular version="3" rows="3" columns="2">
8778 <features rotate="0" tabularvalignment="middle">
8779 <column alignment="center" valignment="top" width="0pt">
8780 <column alignment="center" valignment="top" width="0pt">
8781 <row>
8782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Command
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Result
8796 \begin_inset Note Note
8797 status collapsed
8798
8799 \begin_layout Plain Layout
8800
8801 \series bold
8802
8803 \backslash
8804 raisebox
8805 \series default
8806  is only used as spacer.
8807 \end_layout
8808
8809 \end_inset
8810
8811
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 F(a)
8823 \backslash
8824 xleftarrow
8825 \begin_inset space \textvisiblespace{}
8826 \end_inset
8827
8828 x=a
8829 \begin_inset Formula $\downarrow$
8830 \end_inset
8831
8832 x>0
8833 \begin_inset Formula $\to$
8834 \end_inset
8835
8836 F(x)
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8846 \end_inset
8847
8848
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 F(x)
8860 \backslash
8861 xrightarrow
8862 \begin_inset space \textvisiblespace{}
8863 \end_inset
8864
8865 x=a
8866 \begin_inset Formula $\downarrow$
8867 \end_inset
8868
8869 x>0
8870 \begin_inset Formula $\to$
8871 \end_inset
8872
8873 F(a)
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8883 \end_inset
8884
8885
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 </lyxtabular>
8892
8893 \end_inset
8894
8895
8896 \end_layout
8897
8898 \begin_layout Standard
8899 \begin_inset VSpace medskip
8900 \end_inset
8901
8902
8903 \end_layout
8904
8905 \begin_layout Standard
8906 If you set in the document settings under 
8907 \family sans
8908 Math
8909 \begin_inset space ~
8910 \end_inset
8911
8912 Options
8913 \family default
8914  for the package 
8915 \series bold
8916 mathtools
8917 \series default
8918
8919 \begin_inset Index idx
8920 status collapsed
8921
8922 \begin_layout Plain Layout
8923 Packages ! mathtools
8924 \end_layout
8925
8926 \end_inset
8927
8928  the option 
8929 \family sans
8930 Load
8931 \begin_inset space ~
8932 \end_inset
8933
8934 always
8935 \family default
8936 , you have access to the following labeled arrows:
8937 \end_layout
8938
8939 \begin_layout Standard
8940 \begin_inset Newpage newpage
8941 \end_inset
8942
8943
8944 \end_layout
8945
8946 \begin_layout Standard
8947 \align center
8948 \begin_inset space \hspace*{\fill}
8949 \end_inset
8950
8951
8952 \begin_inset Tabular
8953 <lyxtabular version="3" rows="7" columns="2">
8954 <features rotate="0" tabularvalignment="middle">
8955 <column alignment="center" valignment="top" width="0pt">
8956 <column alignment="center" valignment="top" width="0pt">
8957 <row>
8958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Command
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Example
8972 \begin_inset Note Note
8973 status collapsed
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978
8979 \backslash
8980 raisebox
8981 \series default
8982  is only used as spacer.
8983 \end_layout
8984
8985 \end_inset
8986
8987
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \family roman
9000 \series medium
9001 \shape up
9002 \size normal
9003 \emph off
9004 \bar no
9005 \strikeout off
9006 \uuline off
9007 \uwave off
9008 \noun off
9009 \color none
9010
9011 \backslash
9012 xleftrightarrow
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9022 \end_inset
9023
9024
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \family roman
9037 \series medium
9038 \shape up
9039 \size normal
9040 \emph off
9041 \bar no
9042 \strikeout off
9043 \uuline off
9044 \uwave off
9045 \noun off
9046 \color none
9047
9048 \backslash
9049 xLeftarrow
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9059 \end_inset
9060
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \backslash
9074
9075 \family roman
9076 \series medium
9077 \shape up
9078 \size normal
9079 \emph off
9080 \bar no
9081 \strikeout off
9082 \uuline off
9083 \uwave off
9084 \noun off
9085 \color none
9086 xRightarrow
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \backslash
9111
9112 \family roman
9113 \series medium
9114 \shape up
9115 \size normal
9116 \emph off
9117 \bar no
9118 \strikeout off
9119 \uuline off
9120 \uwave off
9121 \noun off
9122 \color none
9123 xLeftrightarrow
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \family roman
9148 \series medium
9149 \shape up
9150 \size normal
9151 \emph off
9152 \bar no
9153 \strikeout off
9154 \uuline off
9155 \uwave off
9156 \noun off
9157 \color none
9158
9159 \backslash
9160 xhookleftarrow
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9170 \end_inset
9171
9172
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \family roman
9185 \series medium
9186 \shape up
9187 \size normal
9188 \emph off
9189 \bar no
9190 \strikeout off
9191 \uuline off
9192 \uwave off
9193 \noun off
9194 \color none
9195
9196 \backslash
9197 xhookrightarrow
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 </lyxtabular>
9216
9217 \end_inset
9218
9219
9220 \begin_inset space \hspace*{\fill}
9221 \end_inset
9222
9223
9224 \begin_inset Tabular
9225 <lyxtabular version="3" rows="7" columns="2">
9226 <features rotate="0" tabularvalignment="middle">
9227 <column alignment="center" valignment="top" width="0pt">
9228 <column alignment="center" valignment="top" width="0pt">
9229 <row>
9230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 Command
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 Example
9244 \begin_inset Note Note
9245 status collapsed
9246
9247 \begin_layout Plain Layout
9248
9249 \series bold
9250
9251 \backslash
9252 raisebox
9253 \series default
9254  is only used as spacer.
9255 \end_layout
9256
9257 \end_inset
9258
9259
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \backslash
9272
9273 \family roman
9274 \series medium
9275 \shape up
9276 \size normal
9277 \emph off
9278 \bar no
9279 \strikeout off
9280 \uuline off
9281 \uwave off
9282 \noun off
9283 \color none
9284 xleftharpoondown
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \backslash
9309
9310 \family roman
9311 \series medium
9312 \shape up
9313 \size normal
9314 \emph off
9315 \bar no
9316 \strikeout off
9317 \uuline off
9318 \uwave off
9319 \noun off
9320 \color none
9321 xleftharpoonup
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9331 \end_inset
9332
9333
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \backslash
9346
9347 \family roman
9348 \series medium
9349 \shape up
9350 \size normal
9351 \emph off
9352 \bar no
9353 \strikeout off
9354 \uuline off
9355 \uwave off
9356 \noun off
9357 \color none
9358 xrightharpoondown
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9368 \end_inset
9369
9370
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \backslash
9383
9384 \family roman
9385 \series medium
9386 \shape up
9387 \size normal
9388 \emph off
9389 \bar no
9390 \strikeout off
9391 \uuline off
9392 \uwave off
9393 \noun off
9394 \color none
9395 xrightharpoonup
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 <row>
9414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \backslash
9420
9421 \family roman
9422 \series medium
9423 \shape up
9424 \size normal
9425 \emph off
9426 \bar no
9427 \strikeout off
9428 \uuline off
9429 \uwave off
9430 \noun off
9431 \color none
9432 xleftrightharpoons
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \backslash
9457
9458 \family roman
9459 \series medium
9460 \shape up
9461 \size normal
9462 \emph off
9463 \bar no
9464 \strikeout off
9465 \uuline off
9466 \uwave off
9467 \noun off
9468 \color none
9469 xrightleftharpoons
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9479 \end_inset
9480
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 </lyxtabular>
9488
9489 \end_inset
9490
9491
9492 \begin_inset space \hspace*{\fill}
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \begin_layout Standard
9499 The command scheme is for all these arrows:
9500 \end_layout
9501
9502 \begin_layout Standard
9503 \align center
9504 \begin_inset Tabular
9505 <lyxtabular version="3" rows="2" columns="2">
9506 <features rotate="0" tabularvalignment="middle">
9507 <column alignment="center" valignment="top" width="0pt">
9508 <column alignment="center" valignment="top" width="0pt">
9509 <row>
9510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 Command
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 Result
9524 \begin_inset Note Note
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528
9529 \series bold
9530
9531 \backslash
9532 raisebox
9533 \series default
9534  is only used as spacer.
9535 \end_layout
9536
9537 \end_inset
9538
9539
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 </row>
9545 <row>
9546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 F(a)
9551 \backslash
9552 xleftrightarrow[x=a]
9553 \backslash
9554 {x>0
9555 \begin_inset Formula $\to$
9556 \end_inset
9557
9558 F(x)
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9568 \end_inset
9569
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 </lyxtabular>
9577
9578 \end_inset
9579
9580
9581 \end_layout
9582
9583 \begin_layout Subsection
9584 Vertical and diagonal Arrows
9585 \begin_inset Index idx
9586 status collapsed
9587
9588 \begin_layout Plain Layout
9589 Arrows ! diagonal
9590 \end_layout
9591
9592 \end_inset
9593
9594
9595 \begin_inset Index idx
9596 status collapsed
9597
9598 \begin_layout Plain Layout
9599 Arrows ! vertical
9600 \end_layout
9601
9602 \end_inset
9603
9604
9605 \end_layout
9606
9607 \begin_layout Standard
9608 \begin_inset space \hfill{}
9609 \end_inset
9610
9611
9612 \begin_inset Tabular
9613 <lyxtabular version="3" rows="7" columns="2">
9614 <features rotate="0" tabularvalignment="middle">
9615 <column alignment="center" valignment="top" width="0pt">
9616 <column alignment="center" valignment="top" width="0pt">
9617 <row>
9618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 Command
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631 Result
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row>
9638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \backslash
9644 uparrow
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 \begin_inset Formula $\uparrow$
9654 \end_inset
9655
9656
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row>
9663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \backslash
9669 Uparrow
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\Uparrow$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 updownarrow
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703 \begin_inset Formula $\updownarrow$
9704 \end_inset
9705
9706
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \backslash
9719 Updownarrow
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 \begin_inset Formula $\Updownarrow$
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 </row>
9737 <row>
9738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742
9743 \backslash
9744 Downarrow
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 \begin_inset Formula $\Downarrow$
9754 \end_inset
9755
9756
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 </row>
9762 <row>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \backslash
9769 downarrow
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 \begin_inset Formula $\downarrow$
9779 \end_inset
9780
9781
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 </lyxtabular>
9788
9789 \end_inset
9790
9791
9792 \begin_inset space \hfill{}
9793 \end_inset
9794
9795
9796 \begin_inset Tabular
9797 <lyxtabular version="3" rows="5" columns="2">
9798 <features rotate="0" tabularvalignment="middle">
9799 <column alignment="center" valignment="top" width="0pt">
9800 <column alignment="center" valignment="top" width="0pt">
9801 <row>
9802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806 Command
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 Result
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 </row>
9821 <row>
9822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826
9827 \backslash
9828 nearrow
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 \begin_inset Formula $\nearrow$
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \backslash
9853 searrow
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 \begin_inset Formula $\searrow$
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \backslash
9878 swarrow
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 \begin_inset Formula $\swarrow$
9888 \end_inset
9889
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row>
9897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \backslash
9903 nwarrow
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 \begin_inset Formula $\nwarrow$
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 </lyxtabular>
9922
9923 \end_inset
9924
9925
9926 \begin_inset space \hfill{}
9927 \end_inset
9928
9929
9930 \end_layout
9931
9932 \begin_layout Standard
9933 \begin_inset VSpace medskip
9934 \end_inset
9935
9936 Vertical arrows can be used also as delimiters together with the commands
9937  described in 
9938 \begin_inset CommandInset ref
9939 LatexCommand ref
9940 reference "sub:Manual-Bracket-Size"
9941
9942 \end_inset
9943
9944  and 
9945 \begin_inset CommandInset ref
9946 LatexCommand ref
9947 reference "sub:Automatic-Bracket-Size"
9948
9949 \end_inset
9950
9951 .
9952 \end_layout
9953
9954 \begin_layout Section
9955 Accents
9956 \begin_inset CommandInset label
9957 LatexCommand label
9958 name "sec:Accents"
9959
9960 \end_inset
9961
9962
9963 \begin_inset Index idx
9964 status collapsed
9965
9966 \begin_layout Plain Layout
9967 Accents
9968 \end_layout
9969
9970 \end_inset
9971
9972
9973 \end_layout
9974
9975 \begin_layout Standard
9976 Accents can be inserted via the math toolbar button 
9977 \begin_inset Info
9978 type  "icon"
9979 arg   "math-insert \\hat"
9980 \end_inset
9981
9982  or the commands listed in the following subsections.
9983 \end_layout
9984
9985 \begin_layout Subsection
9986 Accents for one Character
9987 \begin_inset ERT
9988 status collapsed
9989
9990 \begin_layout Plain Layout
9991
9992
9993 \backslash
9994 texorpdfstring{
9995 \end_layout
9996
9997 \end_inset
9998
9999
10000 \begin_inset Foot
10001 status collapsed
10002
10003 \begin_layout Plain Layout
10004 accents in text see 
10005 \begin_inset CommandInset ref
10006 LatexCommand ref
10007 reference "sub:Accents-in-Text"
10008
10009 \end_inset
10010
10011
10012 \end_layout
10013
10014 \end_inset
10015
10016
10017 \begin_inset ERT
10018 status collapsed
10019
10020 \begin_layout Plain Layout
10021
10022 }{}
10023 \end_layout
10024
10025 \end_inset
10026
10027
10028 \begin_inset Note Note
10029 status collapsed
10030
10031 \begin_layout Plain Layout
10032
10033 \series bold
10034
10035 \backslash
10036 texorpdfstring
10037 \series default
10038  is used to avoid that the footnote appears in the PDF-bookmark.
10039 \end_layout
10040
10041 \begin_layout Plain Layout
10042 More about 
10043 \series bold
10044
10045 \backslash
10046 texorpdfstring
10047 \series default
10048  is in section 
10049 \begin_inset CommandInset ref
10050 LatexCommand ref
10051 reference "sub:Formulas-in-Section"
10052
10053 \end_inset
10054
10055 .
10056 \end_layout
10057
10058 \end_inset
10059
10060
10061 \begin_inset CommandInset label
10062 LatexCommand label
10063 name "sub:Accents-for-one"
10064
10065 \end_inset
10066
10067
10068 \begin_inset Index idx
10069 status collapsed
10070
10071 \begin_layout Plain Layout
10072 Accents ! for one character
10073 \end_layout
10074
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \begin_layout Standard
10081 \begin_inset space \hfill{}
10082 \end_inset
10083
10084
10085 \begin_inset Tabular
10086 <lyxtabular version="3" rows="8" columns="2">
10087 <features rotate="0" tabularvalignment="middle">
10088 <column alignment="center" valignment="top" width="0pt">
10089 <column alignment="center" valignment="top" width="0pt">
10090 <row>
10091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 Command
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 Result
10105 \begin_inset Note Note
10106 status collapsed
10107
10108 \begin_layout Plain Layout
10109
10110 \series bold
10111
10112 \backslash
10113 raisebox
10114 \series default
10115  is only used as spacer.
10116 \end_layout
10117
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \backslash
10133 dot
10134 \begin_inset space \textvisiblespace{}
10135 \end_inset
10136
10137 A
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
10147 \end_inset
10148
10149
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \backslash
10162 ddot
10163 \begin_inset space \textvisiblespace{}
10164 \end_inset
10165
10166 A
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row>
10185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \backslash
10191 dddot
10192 \begin_inset space \textvisiblespace{}
10193 \end_inset
10194
10195 A
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10205 \end_inset
10206
10207
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 <row>
10214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218
10219 \backslash
10220 ddddot
10221 \begin_inset space \textvisiblespace{}
10222 \end_inset
10223
10224 A
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \backslash
10249 vec
10250 \begin_inset space \textvisiblespace{}
10251 \end_inset
10252
10253 A
10254 \begin_inset Index idx
10255 status collapsed
10256
10257 \begin_layout Plain Layout
10258 Vectors
10259 \end_layout
10260
10261 \end_inset
10262
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10273 \end_inset
10274
10275
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \backslash
10288 bar
10289 \begin_inset space \textvisiblespace{}
10290 \end_inset
10291
10292 A
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10302 \end_inset
10303
10304
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \backslash
10317 mathring
10318 \begin_inset space \textvisiblespace{}
10319 \end_inset
10320
10321 A
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10331 \end_inset
10332
10333
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 </lyxtabular>
10340
10341 \end_inset
10342
10343
10344 \begin_inset space \hfill{}
10345 \end_inset
10346
10347
10348 \begin_inset Tabular
10349 <lyxtabular version="3" rows="7" columns="2">
10350 <features rotate="0" tabularvalignment="middle">
10351 <column alignment="center" valignment="top" width="0pt">
10352 <column alignment="center" valignment="top" width="0pt">
10353 <row>
10354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Command
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 Result
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \backslash
10380 tilde
10381 \begin_inset space \textvisiblespace{}
10382 \end_inset
10383
10384 A
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10394 \end_inset
10395
10396
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \backslash
10409 hat
10410 \begin_inset space \textvisiblespace{}
10411 \end_inset
10412
10413 A
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10423 \end_inset
10424
10425
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \backslash
10438 check
10439 \begin_inset space \textvisiblespace{}
10440 \end_inset
10441
10442 A
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \backslash
10467 acute
10468 \begin_inset space \textvisiblespace{}
10469 \end_inset
10470
10471 A
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \backslash
10496 grave
10497 \begin_inset space \textvisiblespace{}
10498 \end_inset
10499
10500 A
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \backslash
10525 breve
10526 \begin_inset space \textvisiblespace{}
10527 \end_inset
10528
10529 A
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 </lyxtabular>
10548
10549 \end_inset
10550
10551
10552 \begin_inset space \hfill{}
10553 \end_inset
10554
10555
10556 \end_layout
10557
10558 \begin_layout Standard
10559 \begin_inset VSpace bigskip
10560 \end_inset
10561
10562
10563 \end_layout
10564
10565 \begin_layout Standard
10566 You can directly insert accents like é to formulas.
10567  LyX will transform them to the corresponding accent command.
10568  For umlauts
10569 \begin_inset Index idx
10570 status collapsed
10571
10572 \begin_layout Plain Layout
10573 Umlauts
10574 \end_layout
10575
10576 \end_inset
10577
10578  it is better to insert a quotation mark before the vowel.
10579  These two characters are then treated by LaTeX as 
10580 \emph on
10581 one
10582 \emph default
10583  character when the formula part with the umlaut is marked as German.
10584  In contrary to 
10585 \series bold
10586
10587 \backslash
10588 ddot
10589 \series default
10590 , with this method 
10591 \begin_inset Quotes eld
10592 \end_inset
10593
10594 real
10595 \begin_inset Quotes erd
10596 \end_inset
10597
10598  umlauts are created as demonstrated in the following example:
10599 \end_layout
10600
10601 \begin_layout Standard
10602 \begin_inset VSpace -2mm
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \begin_layout Standard
10609 \align center
10610 \begin_inset Tabular
10611 <lyxtabular version="3" rows="3" columns="2">
10612 <features rotate="0" tabularvalignment="middle">
10613 <column alignment="center" valignment="top">
10614 <column alignment="center" valignment="top">
10615 <row>
10616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 Command
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 Result
10630 \begin_inset Note Note
10631 status collapsed
10632
10633 \begin_layout Plain Layout
10634
10635 \series bold
10636
10637 \backslash
10638 raisebox
10639 \series default
10640  and the 0
10641 \begin_inset space \thinspace{}
10642 \end_inset
10643
10644 pt space are only used as spacer.
10645 \end_layout
10646
10647 \end_inset
10648
10649
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \lang ngerman
10662 \begin_inset Quotes grd
10663 \end_inset
10664
10665 i
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 \begin_inset space \hspace{}
10675 \length 0pt
10676 \end_inset
10677
10678
10679 \lang ngerman
10680
10681 \begin_inset Formula $"i$
10682 \end_inset
10683
10684
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \backslash
10697 ddot
10698 \begin_inset space \textvisiblespace{}
10699 \end_inset
10700
10701 i
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 </row>
10719 </lyxtabular>
10720
10721 \end_inset
10722
10723
10724 \end_layout
10725
10726 \begin_layout Standard
10727 Another advantage to 
10728 \series bold
10729
10730 \backslash
10731 ddot
10732 \series default
10733  is that umlauts can directly be converted to mathematical text because
10734  the accent commands above are 
10735 \emph on
10736 not allowed
10737 \emph default
10738  
10739 \emph on
10740 in mathematical text
10741 \emph default
10742 .
10743  To convert an accented character to mathematical text, only the character
10744  under the accent may be converted.
10745  This applies also for all other conversions, e.
10746 \begin_inset space \thinspace{}
10747 \end_inset
10748
10749 g.
10750 \begin_inset space \space{}
10751 \end_inset
10752
10753 to italic or bold.
10754 \end_layout
10755
10756 \begin_layout Standard
10757 In mathematical text, umlauts and other accented characters can directly
10758  be inserted.
10759 \end_layout
10760
10761 \begin_layout Standard
10762 \begin_inset VSpace bigskip
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \begin_layout Standard
10769 LyX also supports a tilde under the character if the LaTeX-package 
10770 \series bold
10771 undertilde
10772 \series default
10773
10774 \begin_inset Index idx
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778 Packages ! undertilde
10779 \end_layout
10780
10781 \end_inset
10782
10783  is installed on your system:
10784 \end_layout
10785
10786 \begin_layout Standard
10787 \begin_inset ERT
10788 status collapsed
10789
10790 \begin_layout Plain Layout
10791
10792
10793 \backslash
10794 ifundertilde 
10795 \end_layout
10796
10797 \end_inset
10798
10799
10800 \begin_inset Note Note
10801 status open
10802
10803 \begin_layout Plain Layout
10804 The following table will only be displayed when the LaTeX-package 
10805 \series bold
10806 undertilde
10807 \series default
10808  is installed.
10809 \end_layout
10810
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \begin_layout Standard
10817 \noindent
10818 \align center
10819 \begin_inset Tabular
10820 <lyxtabular version="3" rows="2" columns="2">
10821 <features rotate="0" tabularvalignment="middle">
10822 <column alignment="center" valignment="top" width="0pt">
10823 <column alignment="center" valignment="top" width="0pt">
10824 <row>
10825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 Command
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 Result
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \backslash
10851 utilde
10852 \begin_inset space \textvisiblespace{}
10853 \end_inset
10854
10855 A
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10865 \end_inset
10866
10867
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 </row>
10873 </lyxtabular>
10874
10875 \end_inset
10876
10877
10878 \end_layout
10879
10880 \begin_layout Standard
10881 \begin_inset ERT
10882 status collapsed
10883
10884 \begin_layout Plain Layout
10885
10886
10887 \backslash
10888 else 
10889 \end_layout
10890
10891 \end_inset
10892
10893
10894 \begin_inset Note Note
10895 status open
10896
10897 \begin_layout Plain Layout
10898 The following will be displayed when the LaTeX-package 
10899 \series bold
10900 undertilde
10901 \series default
10902  is not installed:
10903 \end_layout
10904
10905 \end_inset
10906
10907
10908 \end_layout
10909
10910 \begin_layout Standard
10911 You need to install the LaTeX-package 
10912 \series bold
10913 undertilde
10914 \series default
10915  to see the rest of this subsection in the output.
10916 \end_layout
10917
10918 \begin_layout Standard
10919 \begin_inset ERT
10920 status collapsed
10921
10922 \begin_layout Plain Layout
10923
10924
10925 \backslash
10926 fi 
10927 \end_layout
10928
10929 \end_inset
10930
10931
10932 \end_layout
10933
10934 \begin_layout Standard
10935 \begin_inset Newpage newpage
10936 \end_inset
10937
10938
10939 \end_layout
10940
10941 \begin_layout Subsection
10942 Accents for several Characters
10943 \begin_inset Index idx
10944 status collapsed
10945
10946 \begin_layout Plain Layout
10947 Accents ! for several characters
10948 \end_layout
10949
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \begin_layout Standard
10956 \begin_inset space \hfill{}
10957 \end_inset
10958
10959
10960 \begin_inset Tabular
10961 <lyxtabular version="3" rows="5" columns="2">
10962 <features rotate="0" tabularvalignment="middle">
10963 <column alignment="center" valignment="top" width="0pt">
10964 <column alignment="center" valignment="top" width="0pt">
10965 <row>
10966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 Command
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Result
10980 \begin_inset Note Note
10981 status collapsed
10982
10983 \begin_layout Plain Layout
10984
10985 \series bold
10986
10987 \backslash
10988 raisebox
10989 \series default
10990  is only used as spacer.
10991 \end_layout
10992
10993 \end_inset
10994
10995
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \backslash
11008 overleftarrow
11009 \begin_inset space \textvisiblespace{}
11010 \end_inset
11011
11012 A=B
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row>
11031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \backslash
11037 underleftarrow
11038 \begin_inset space \textvisiblespace{}
11039 \end_inset
11040
11041 A=B
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
11051 \end_inset
11052
11053
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 <row>
11060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \backslash
11066 overleftrightarrow
11067 \begin_inset space \textvisiblespace{}
11068 \end_inset
11069
11070 A=B
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
11080 \end_inset
11081
11082
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \backslash
11095 underleftrightarrow
11096 \begin_inset space \textvisiblespace{}
11097 \end_inset
11098
11099 A=B
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
11109 \end_inset
11110
11111
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 </lyxtabular>
11118
11119 \end_inset
11120
11121
11122 \begin_inset space \hfill{}
11123 \end_inset
11124
11125
11126 \begin_inset Tabular
11127 <lyxtabular version="3" rows="5" columns="2">
11128 <features rotate="0" tabularvalignment="middle">
11129 <column alignment="center" valignment="top" width="0pt">
11130 <column alignment="center" valignment="top" width="0pt">
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 Command
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 Result
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \backslash
11158 overrightarrow
11159 \begin_inset space \textvisiblespace{}
11160 \end_inset
11161
11162 A=B
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 <row>
11181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \backslash
11187 underrightarrow
11188 \begin_inset space \textvisiblespace{}
11189 \end_inset
11190
11191 A=B
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11201 \end_inset
11202
11203
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 </row>
11209 <row>
11210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \backslash
11216 widetilde
11217 \begin_inset space \textvisiblespace{}
11218 \end_inset
11219
11220 A=B
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11230 \end_inset
11231
11232
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 </row>
11238 <row>
11239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243
11244 \backslash
11245 widehat
11246 \begin_inset space \textvisiblespace{}
11247 \end_inset
11248
11249 A=B
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 </lyxtabular>
11268
11269 \end_inset
11270
11271
11272 \begin_inset space \hfill{}
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \begin_layout Standard
11279 \begin_inset VSpace medskip
11280 \end_inset
11281
11282 With these commands as many characters as you like can be accented.
11283  But the accents 
11284 \series bold
11285
11286 \backslash
11287 widetilde
11288 \series default
11289  and 
11290 \series bold
11291
11292 \backslash
11293 widehat
11294 \series default
11295  will only be set in the output with a length of three characters, as shown
11296  in the following example:
11297 \begin_inset Formula 
11298 \[
11299 \widetilde{A+B=C-D}
11300 \]
11301
11302 \end_inset
11303
11304
11305 \end_layout
11306
11307 \begin_layout Standard
11308 With the commands 
11309 \series bold
11310
11311 \backslash
11312 overset
11313 \series default
11314
11315 \begin_inset Index idx
11316 status collapsed
11317
11318 \begin_layout Plain Layout
11319 Commands ! O ! 
11320 \backslash
11321 overset
11322 \end_layout
11323
11324 \end_inset
11325
11326  and 
11327 \series bold
11328
11329 \backslash
11330 underset
11331 \series default
11332
11333 \begin_inset Index idx
11334 status collapsed
11335
11336 \begin_layout Plain Layout
11337 Commands ! U ! 
11338 \backslash
11339 underset
11340 \end_layout
11341
11342 \end_inset
11343
11344  described in the previous subsection it is also possible to accent several
11345  characters.
11346  The command 
11347 \series bold
11348
11349 \backslash
11350 underset
11351 \begin_inset space \textvisiblespace{}
11352 \end_inset
11353
11354 A=B
11355 \begin_inset Formula $\downarrow$
11356 \end_inset
11357
11358 ***
11359 \series default
11360  creates:
11361 \begin_inset Formula 
11362 \[
11363 \underset{***}{A=B}
11364 \]
11365
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \begin_layout Section
11372 Space
11373 \begin_inset CommandInset label
11374 LatexCommand label
11375 name "sub:Space"
11376
11377 \end_inset
11378
11379
11380 \begin_inset Index idx
11381 status collapsed
11382
11383 \begin_layout Plain Layout
11384 Space ! horizontal
11385 \end_layout
11386
11387 \end_inset
11388
11389
11390 \end_layout
11391
11392 \begin_layout Subsection
11393 Predefined Space
11394 \begin_inset CommandInset label
11395 LatexCommand label
11396 name "sub:Predefined-Space"
11397
11398 \end_inset
11399
11400
11401 \begin_inset Index idx
11402 status collapsed
11403
11404 \begin_layout Plain Layout
11405 Space ! horizontal ! predefined
11406 \end_layout
11407
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \begin_layout Standard
11414 Sometimes it is necessary to insert horizontal space into a formula.
11415  This is done by inserting a protected space (shortcut 
11416 \begin_inset Info
11417 type  "shortcut"
11418 arg   "command-alternatives space-insert protected ; math-space"
11419 \end_inset
11420
11421 ).
11422  A 
11423 \begin_inset Quotes eld
11424 \end_inset
11425
11426
11427 \color blue
11428
11429 \begin_inset space \textvisiblespace{}
11430 \end_inset
11431
11432
11433 \color inherit
11434
11435 \begin_inset Quotes erd
11436 \end_inset
11437
11438  appears and by pressing 
11439 \family sans
11440 Space
11441 \family default
11442  several times one can select one of eight different space sizes.
11443  The spaces can also be inserted using the math toolbar button 
11444 \begin_inset Info
11445 type  "icon"
11446 arg   "math-insert \\space"
11447 \end_inset
11448
11449  or special commands.
11450  Independent from the inserted command, one can select the size again by
11451  pressing 
11452 \family sans
11453 Space
11454 \family default
11455  afterwards.
11456 \end_layout
11457
11458 \begin_layout Standard
11459 \noindent
11460 \align center
11461 \begin_inset Tabular
11462 <lyxtabular version="3" rows="6" columns="3">
11463 <features rotate="0" tabularvalignment="middle">
11464 <column alignment="center" valignment="top">
11465 <column alignment="center" valignment="top" width="15col%">
11466 <column alignment="center" valignment="top">
11467 <row>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 Command
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 Number of 
11482 \family sans
11483 Space
11484 \family default
11485  keystrokes
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 Result
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 <row>
11501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505
11506 \backslash
11507 ,
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 0
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 \begin_inset Formula $A\, B$
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539
11540 \backslash
11541 :
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 1
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Formula $A\: B$
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573
11574 \backslash
11575 ;
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 2
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 \begin_inset Formula $A\; B$
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607
11608 \backslash
11609 quad
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 3
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $A\quad B$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 <row>
11637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641
11642 \backslash
11643 qquad
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 4
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 \begin_inset Formula $A\qquad B$
11662 \end_inset
11663
11664
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 </row>
11670 </lyxtabular>
11671
11672 \end_inset
11673
11674
11675 \begin_inset space \hfill{}
11676 \end_inset
11677
11678
11679 \begin_inset Tabular
11680 <lyxtabular version="3" rows="6" columns="3">
11681 <features rotate="0" tabularvalignment="middle">
11682 <column alignment="center" valignment="top">
11683 <column alignment="center" valignment="top" width="15col%">
11684 <column alignment="center" valignment="top">
11685 <row>
11686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 Command
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 Number of 
11700 \family sans
11701 Space
11702 \family default
11703  keystrokes
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 Result
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 </row>
11718 <row>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723
11724 \backslash
11725 hfill
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 5
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 \begin_inset Formula $A\hfill B$
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 </row>
11752 <row>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757
11758 \backslash
11759 hspace*{1em}
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 6
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 \begin_inset Formula $A\hspace*{1em}B$
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 </row>
11786 <row>
11787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791
11792 \backslash
11793 hspace{1em}
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 7
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 \begin_inset Formula $A\hspace{1em}B$
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 </row>
11820 <row>
11821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825
11826 \backslash
11827
11828 \begin_inset space \textvisiblespace{}
11829 \end_inset
11830
11831
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 8
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Formula $A\ B$
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 </row>
11858 <row>
11859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863
11864 \backslash
11865 !
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 9
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Plain Layout
11883 \begin_inset Formula $A\! B$
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 </row>
11892 </lyxtabular>
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \begin_layout Standard
11900 Space
11901 \begin_inset space ~
11902 \end_inset
11903
11904 5
11905 \begin_inset space \thinspace{}
11906 \end_inset
11907
11908 --
11909 \begin_inset space \thinspace{}
11910 \end_inset
11911
11912 7 are variable spaces which are explained in 
11913 \begin_inset CommandInset ref
11914 LatexCommand ref
11915 reference "sub:Variable-Space"
11916
11917 \end_inset
11918
11919 .
11920  Space
11921 \begin_inset space ~
11922 \end_inset
11923
11924 9 seems to produce no space.
11925  It is displayed red in LyX contrary to the other sizes, because it is a
11926  negative space.
11927  There are two more negative spaces:
11928 \end_layout
11929
11930 \begin_layout Standard
11931 \align center
11932 \begin_inset Tabular
11933 <lyxtabular version="3" rows="3" columns="3">
11934 <features rotate="0" tabularvalignment="middle">
11935 <column alignment="center" valignment="middle" width="6.8cm">
11936 <column alignment="center" valignment="top" width="0pt">
11937 <column alignment="center" valignment="top" width="0pt">
11938 <row>
11939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 Command
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952
11953 \backslash
11954 negmedspace
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963
11964 \backslash
11965 negthickspace
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 <row>
11972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 Number of 
11977 \family sans
11978 Space
11979 \family default
11980  keystrokes after inserting the protected space
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989 10
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 11
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 </row>
12004 <row>
12005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 Result
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018 \begin_inset Formula $A\negmedspace B$
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 \begin_inset Formula $A\negthickspace B$
12031 \end_inset
12032
12033
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 </row>
12039 </lyxtabular>
12040
12041 \end_inset
12042
12043
12044 \end_layout
12045
12046 \begin_layout Standard
12047 Negative spaces can lead to characters overlapping each other.
12048  Thus they can be used to enforce ligatures, which are e.
12049 \begin_inset space \thinspace{}
12050 \end_inset
12051
12052 g.
12053 \begin_inset space \space{}
12054 \end_inset
12055
12056 useful for summation operators:
12057 \end_layout
12058
12059 \begin_layout Standard
12060 \align center
12061 \begin_inset Tabular
12062 <lyxtabular version="3" rows="3" columns="2">
12063 <features rotate="0" tabularvalignment="middle">
12064 <column alignment="center" valignment="top">
12065 <column alignment="center" valignment="top">
12066 <row>
12067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071 Command
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 Result
12081 \begin_inset Note Note
12082 status collapsed
12083
12084 \begin_layout Plain Layout
12085
12086 \series bold
12087
12088 \backslash
12089 raisebox
12090 \series default
12091  is only used as spacer.
12092 \end_layout
12093
12094 \end_inset
12095
12096
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107
12108 \backslash
12109 sum
12110 \backslash
12111 sum
12112 \begin_inset space \textvisiblespace{}
12113 \end_inset
12114
12115 f_kl
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 </row>
12133 <row>
12134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138
12139 \backslash
12140 sum
12141 \backslash
12142 negmedspace
12143 \backslash
12144 sum
12145 \begin_inset space \textvisiblespace{}
12146 \end_inset
12147
12148 f_kl
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
12158 \end_inset
12159
12160
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 </row>
12166 </lyxtabular>
12167
12168 \end_inset
12169
12170
12171 \end_layout
12172
12173 \begin_layout Standard
12174 \noindent
12175 \begin_inset VSpace medskip
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \begin_layout Standard
12182 \noindent
12183 Relations like for example equal signs, are always surrounded by space.
12184  To suppress this, the equal sign is placed into a TeX-brace.
12185  The following example demonstrates this:
12186 \end_layout
12187
12188 \begin_layout Standard
12189 \align center
12190 \begin_inset Tabular
12191 <lyxtabular version="3" rows="2" columns="2">
12192 <features rotate="0" tabularvalignment="middle">
12193 <column alignment="center" valignment="top" width="0pt">
12194 <column alignment="center" valignment="top" width="0pt">
12195 <row>
12196 <cell alignment="center" valignment="top" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 normal equation
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 <cell alignment="center" valignment="top" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 \begin_inset Formula $A=B$
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 </row>
12218 <row>
12219 <cell alignment="center" valignment="top" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223 \begin_inset Note Note
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227
12228 \series bold
12229
12230 \backslash
12231 raisebox
12232 \series default
12233  is only used as spacer.
12234 \end_layout
12235
12236 \end_inset
12237
12238
12239 \begin_inset Formula $\raisebox{5mm}{}$
12240 \end_inset
12241
12242 equation without space
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 \begin_inset Formula $A{=}B$
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 </row>
12260 </lyxtabular>
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 \noindent
12269 The command for the last formula is: 
12270 \series bold
12271 A
12272 \backslash
12273 {=
12274 \begin_inset Formula $\to$
12275 \end_inset
12276
12277 B
12278 \end_layout
12279
12280 \begin_layout Standard
12281 \begin_inset VSpace bigskip
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \begin_layout Standard
12288 Spaces are needed for physical units, because the space between the value
12289  and the unit is the smallest one and not a normal space.
12290  For units in text, the smallest space is inserted via the menu 
12291 \family sans
12292 Insert\SpecialChar \menuseparator
12293 Formatting\SpecialChar \menuseparator
12294 Thin
12295 \begin_inset space ~
12296 \end_inset
12297
12298 Space
12299 \family default
12300  (shortcut 
12301 \begin_inset Info
12302 type  "shortcut"
12303 arg   "space-insert thin"
12304 \end_inset
12305
12306 ).
12307 \end_layout
12308
12309 \begin_layout Standard
12310 An example to visualize the difference:
12311 \end_layout
12312
12313 \begin_layout Standard
12314 \begin_inset Tabular
12315 <lyxtabular version="3" rows="2" columns="2">
12316 <features rotate="0" tabularvalignment="middle">
12317 <column alignment="left" valignment="top">
12318 <column alignment="left" valignment="top">
12319 <row>
12320 <cell alignment="center" valignment="top" usebox="none">
12321 \begin_inset Text
12322
12323 \begin_layout Plain Layout
12324 24 kW
12325 \begin_inset Formula $\cdot$
12326 \end_inset
12327
12328 h
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell alignment="center" valignment="top" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 space between value and unit
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 </row>
12343 <row>
12344 <cell alignment="center" valignment="top" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Plain Layout
12348 24
12349 \begin_inset space \thinspace{}
12350 \end_inset
12351
12352 kW
12353 \begin_inset Formula $\cdot$
12354 \end_inset
12355
12356 h
12357 \end_layout
12358
12359 \end_inset
12360 </cell>
12361 <cell alignment="center" valignment="top" usebox="none">
12362 \begin_inset Text
12363
12364 \begin_layout Plain Layout
12365 smallest space between value and unit
12366 \end_layout
12367
12368 \end_inset
12369 </cell>
12370 </row>
12371 </lyxtabular>
12372
12373 \end_inset
12374
12375
12376 \end_layout
12377
12378 \begin_layout Subsection
12379 Variable Space
12380 \begin_inset ERT
12381 status collapsed
12382
12383 \begin_layout Plain Layout
12384
12385
12386 \backslash
12387 texorpdfstring{
12388 \end_layout
12389
12390 \end_inset
12391
12392
12393 \begin_inset Foot
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397 for vertical space in formulas see 
12398 \begin_inset CommandInset ref
12399 LatexCommand ref
12400 reference "sub:Line-Separation"
12401
12402 \end_inset
12403
12404
12405 \end_layout
12406
12407 \end_inset
12408
12409
12410 \begin_inset ERT
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414
12415 }{}
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \begin_inset Note Note
12422 status collapsed
12423
12424 \begin_layout Plain Layout
12425
12426 \backslash
12427 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12428 \end_layout
12429
12430 \begin_layout Plain Layout
12431 More about 
12432 \backslash
12433 texorpdfstring is in section 
12434 \begin_inset CommandInset ref
12435 LatexCommand ref
12436 reference "sub:Formulas-in-Section"
12437
12438 \end_inset
12439
12440 .
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \begin_inset CommandInset label
12447 LatexCommand label
12448 name "sub:Variable-Space"
12449
12450 \end_inset
12451
12452
12453 \begin_inset Index idx
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457 Space ! horizontal ! variable
12458 \end_layout
12459
12460 \end_inset
12461
12462
12463 \end_layout
12464
12465 \begin_layout Standard
12466 Space with a defined length can be inserted with the command 
12467 \series bold
12468
12469 \backslash
12470 hspace
12471 \series default
12472
12473 \begin_inset Index idx
12474 status collapsed
12475
12476 \begin_layout Plain Layout
12477 Commands ! H ! 
12478 \backslash
12479 hspace
12480 \end_layout
12481
12482 \end_inset
12483
12484 .
12485  Then a long 
12486 \begin_inset Quotes eld
12487 \end_inset
12488
12489
12490 \color blue
12491
12492 \begin_inset space \textvisiblespace{}
12493 \end_inset
12494
12495
12496 \color inherit
12497
12498 \begin_inset Quotes erd
12499 \end_inset
12500
12501  appears.
12502  The length can be specified by left-clicking on the 
12503 \begin_inset Quotes eld
12504 \end_inset
12505
12506
12507 \color blue
12508
12509 \begin_inset space \textvisiblespace{}
12510 \end_inset
12511
12512
12513 \color inherit
12514
12515 \begin_inset Quotes erd
12516 \end_inset
12517
12518 .
12519  The length may also be negative.
12520  When a space would be the first character in a line it would be omitted.
12521  To force its output use the command 
12522 \series bold
12523
12524 \backslash
12525 hspace*
12526 \series default
12527  instead of 
12528 \series bold
12529
12530 \backslash
12531 hspace
12532 \series default
12533  or left-click on the 
12534 \begin_inset Quotes eld
12535 \end_inset
12536
12537
12538 \color blue
12539
12540 \begin_inset space \textvisiblespace{}
12541 \end_inset
12542
12543
12544 \color inherit
12545
12546 \begin_inset Quotes erd
12547 \end_inset
12548
12549  and check the option 
12550 \family sans
12551 Protect
12552 \family default
12553 .
12554 \begin_inset Newline newline
12555 \end_inset
12556
12557 To insert as much space as is available, the command 
12558 \series bold
12559
12560 \backslash
12561 hfill
12562 \series default
12563
12564 \begin_inset Index idx
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568 Commands ! H ! 
12569 \backslash
12570 hfill
12571 \end_layout
12572
12573 \end_inset
12574
12575  is used.
12576 \end_layout
12577
12578 \begin_layout Standard
12579 \begin_inset VSpace -1mm
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \begin_layout Standard
12586 \align center
12587 \begin_inset Tabular
12588 <lyxtabular version="3" rows="4" columns="2">
12589 <features rotate="0" tabularvalignment="middle">
12590 <column alignment="center" valignment="top">
12591 <column alignment="center" valignment="top">
12592 <row>
12593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 Command (
12598 \backslash
12599 hspace length)
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 Result
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 </row>
12614 <row>
12615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 A=B
12620 \backslash
12621 hspace
12622 \begin_inset space \textvisiblespace{}
12623 \end_inset
12624
12625 A
12626 \backslash
12627 not=C (3
12628 \begin_inset space \thinspace{}
12629 \end_inset
12630
12631 cm)
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 </row>
12649 <row>
12650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 A
12655 \backslash
12656 hspace
12657 \begin_inset space \textvisiblespace{}
12658 \end_inset
12659
12660 A
12661 \backslash
12662 not=A (-1
12663 \begin_inset space \thinspace{}
12664 \end_inset
12665
12666 mm)
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12676 \end_inset
12677
12678
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 </row>
12684 <row>
12685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 A=A
12690 \backslash
12691 hfill
12692 \begin_inset space \textvisiblespace{}
12693 \end_inset
12694
12695 B=B
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704 \begin_inset Formula $A=A\hfill B=B$
12705 \end_inset
12706
12707
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 </row>
12713 </lyxtabular>
12714
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \begin_layout Standard
12721 In the last example the available space is given by the longest column entry
12722  of the table.
12723  In an inline formula the space depends on the length of the line in which
12724  
12725 \series bold
12726
12727 \backslash
12728 hfill
12729 \series default
12730  is inserted.
12731  Thus, when the line uses the full width, no space will be created.
12732  
12733 \series bold
12734
12735 \backslash
12736 hfill
12737 \series default
12738  only has an effect on displayed formulas when the formula style 
12739 \series bold
12740 Indented
12741 \series default
12742  is used.
12743  (Formula styles are explained in 
12744 \begin_inset CommandInset ref
12745 LatexCommand ref
12746 reference "sec:Formula-Styles"
12747
12748 \end_inset
12749
12750 .)
12751 \end_layout
12752
12753 \begin_layout Standard
12754 Besides 
12755 \series bold
12756
12757 \backslash
12758 hfill
12759 \series default
12760 , there are the commands 
12761 \series bold
12762
12763 \backslash
12764 dotfill
12765 \series default
12766  and 
12767 \series bold
12768
12769 \backslash
12770 hrulefill
12771 \series default
12772  that fill the space with a pattern, see 
12773 \begin_inset CommandInset ref
12774 LatexCommand ref
12775 reference "sub:Ellipses"
12776
12777 \end_inset
12778
12779  for an example.
12780 \end_layout
12781
12782 \begin_layout Standard
12783 For text, variable space can be inserted via the menu 
12784 \family sans
12785 Insert\SpecialChar \menuseparator
12786 Formatting\SpecialChar \menuseparator
12787 Horizontal
12788 \begin_inset space ~
12789 \end_inset
12790
12791 Space
12792 \family default
12793 :
12794 \end_layout
12795
12796 \begin_layout Standard
12797 This is a line with
12798 \begin_inset space \hspace{}
12799 \length 2cm
12800 \end_inset
12801
12802 2
12803 \begin_inset space \thinspace{}
12804 \end_inset
12805
12806 cm space.
12807 \end_layout
12808
12809 \begin_layout Standard
12810 This is a line with
12811 \begin_inset space \hfill{}
12812 \end_inset
12813
12814 maximum space.
12815 \end_layout
12816
12817 \begin_layout Subsection
12818 Space besides inline Formulas
12819 \begin_inset Index idx
12820 status collapsed
12821
12822 \begin_layout Plain Layout
12823 Space ! besides inline formulas
12824 \end_layout
12825
12826 \end_inset
12827
12828
12829 \end_layout
12830
12831 \begin_layout Standard
12832 The space that surrounds inline formulas can be adjusted with the length
12833  
12834 \series bold
12835
12836 \backslash
12837 mathsurround
12838 \series default
12839
12840 \begin_inset Index idx
12841 status collapsed
12842
12843 \begin_layout Plain Layout
12844 Commands ! M ! 
12845 \backslash
12846 mathsurround
12847 \end_layout
12848
12849 \end_inset
12850
12851 .
12852  The value of a length is set with the command 
12853 \series bold
12854
12855 \backslash
12856 setlength
12857 \series default
12858
12859 \begin_inset Index idx
12860 status collapsed
12861
12862 \begin_layout Plain Layout
12863 Commands ! S ! 
12864 \backslash
12865 setlength
12866 \end_layout
12867
12868 \end_inset
12869
12870  which has the following scheme:
12871 \end_layout
12872
12873 \begin_layout Standard
12874
12875 \series bold
12876
12877 \backslash
12878 setlength{length name}{value}
12879 \end_layout
12880
12881 \begin_layout Standard
12882 To set 
12883 \series bold
12884
12885 \backslash
12886 mathsurround
12887 \series default
12888  to the value 5
12889 \begin_inset space \thinspace{}
12890 \end_inset
12891
12892 mm, the command
12893 \end_layout
12894
12895 \begin_layout Standard
12896
12897 \series bold
12898
12899 \backslash
12900 setlength{
12901 \backslash
12902 mathsurround}{5mm}
12903 \end_layout
12904
12905 \begin_layout Standard
12906 is inserted in TeX-mode.
12907  5
12908 \begin_inset space \thinspace{}
12909 \end_inset
12910
12911 mm space will now be set around all inline formulas:
12912 \begin_inset ERT
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916
12917
12918 \backslash
12919 setlength{
12920 \backslash
12921 mathsurround}{5mm}
12922 \end_layout
12923
12924 \end_inset
12925
12926
12927 \end_layout
12928
12929 \begin_layout Standard
12930 This is a line with an inline formula 
12931 \begin_inset Formula $A=B$
12932 \end_inset
12933
12934  with 5
12935 \begin_inset space \thinspace{}
12936 \end_inset
12937
12938 mm surrounding space.
12939 \begin_inset ERT
12940 status collapsed
12941
12942 \begin_layout Plain Layout
12943
12944
12945 \backslash
12946 setlength{
12947 \backslash
12948 mathsurround}{0pt}
12949 \end_layout
12950
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \begin_layout Standard
12957 To return to the predefined value, 
12958 \series bold
12959
12960 \backslash
12961 mathsurround
12962 \series default
12963  is set to the value 0
12964 \begin_inset space \thinspace{}
12965 \end_inset
12966
12967 pt.
12968 \end_layout
12969
12970 \begin_layout Section
12971 Boxes and Frames
12972 \begin_inset Index idx
12973 status collapsed
12974
12975 \begin_layout Plain Layout
12976 Boxes
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \begin_inset Index idx
12983 status collapsed
12984
12985 \begin_layout Plain Layout
12986 Frames | see
12987 \begin_inset ERT
12988 status collapsed
12989
12990 \begin_layout Plain Layout
12991
12992 {
12993 \end_layout
12994
12995 \end_inset
12996
12997 Boxes
12998 \begin_inset ERT
12999 status collapsed
13000
13001 \begin_layout Plain Layout
13002
13003 }
13004 \end_layout
13005
13006 \end_inset
13007
13008
13009 \end_layout
13010
13011 \end_inset
13012
13013
13014 \end_layout
13015
13016 \begin_layout Standard
13017 Boxes for text are described in chapter 
13018 \family typewriter
13019 Boxes
13020 \family default
13021  in the 
13022 \family typewriter
13023 Embedded
13024 \begin_inset space ~
13025 \end_inset
13026
13027 Objects
13028 \family default
13029  manual.
13030 \end_layout
13031
13032 \begin_layout Subsection
13033 Boxes with Frame
13034 \begin_inset CommandInset label
13035 LatexCommand label
13036 name "sub:Boxes-with-Frame"
13037
13038 \end_inset
13039
13040
13041 \begin_inset Index idx
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045 Boxes ! with frame
13046 \end_layout
13047
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \begin_layout Standard
13054 It is possible to frame a formula or part of one with the commands 
13055 \series bold
13056
13057 \backslash
13058 fbox
13059 \series default
13060
13061 \begin_inset Index idx
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065 Commands ! F ! 
13066 \backslash
13067 fbox
13068 \end_layout
13069
13070 \end_inset
13071
13072  and 
13073 \series bold
13074
13075 \backslash
13076 boxed
13077 \series default
13078
13079 \begin_inset Index idx
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083 Commands ! B ! 
13084 \backslash
13085 boxed
13086 \end_layout
13087
13088 \end_inset
13089
13090 .
13091 \end_layout
13092
13093 \begin_layout Standard
13094 When one of these commands is inserted in a formula, a blue box appears
13095  within a frame to enter formula parts.
13096  For 
13097 \series bold
13098
13099 \backslash
13100 fbox
13101 \series default
13102  an additional formula has to be created by 
13103 \family sans
13104 Ctrl+M
13105 \family default
13106  within this box, because the box content will otherwise be treated as mathemati
13107 cal text.
13108  When 
13109 \series bold
13110
13111 \backslash
13112 boxed
13113 \series default
13114  is used, a new formula is automatically created inside the frame.
13115 \end_layout
13116
13117 \begin_layout Standard
13118 The command 
13119 \series bold
13120
13121 \backslash
13122 fbox
13123 \series default
13124  is not suitable to frame displayed formulas because the formula will always
13125  be set in the size of the text.
13126  
13127 \series bold
13128
13129 \backslash
13130 boxed
13131 \series default
13132  is in contrary not suitable to frame inline formulas, because the formula
13133  will always be set in the size of a displayed formula.
13134 \end_layout
13135
13136 \begin_layout Standard
13137 An extension to 
13138 \series bold
13139
13140 \backslash
13141 fbox
13142 \series default
13143  is the command 
13144 \series bold
13145
13146 \backslash
13147 framebox
13148 \series default
13149
13150 \begin_inset Index idx
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154 Commands ! F ! 
13155 \backslash
13156 framebox
13157 \end_layout
13158
13159 \end_inset
13160
13161  where additionally the frame width and the alignment can be specified.
13162  
13163 \series bold
13164
13165 \backslash
13166 framebox
13167 \series default
13168  is used in the following scheme:
13169 \end_layout
13170
13171 \begin_layout Standard
13172
13173 \series bold
13174
13175 \backslash
13176 framebox[frame width][position]{box content}
13177 \end_layout
13178
13179 \begin_layout Standard
13180 The position can either be 
13181 \emph on
13182 l
13183 \emph default
13184  or 
13185 \emph on
13186 r
13187 \emph default
13188 .
13189  
13190 \emph on
13191 l
13192 \emph default
13193  left aligns, 
13194 \emph on
13195 r
13196 \emph default
13197  right aligns the formula in the box.
13198  When no position is given, the formula will be centered.
13199 \begin_inset Newline newline
13200 \end_inset
13201
13202 If no width is given, also no position can be given.
13203  In this case the frame width is adjusted to the box content like for 
13204 \series bold
13205
13206 \backslash
13207 fbox
13208 \series default
13209 .
13210 \end_layout
13211
13212 \begin_layout Standard
13213 When the command 
13214 \series bold
13215
13216 \backslash
13217 framebox
13218 \series default
13219  is inserted, a box appears containing three blue boxes.
13220  The first two boxes are surrounded by brackets and denote the two optional
13221  arguments.
13222  The third box is for formula parts like for 
13223 \series bold
13224
13225 \backslash
13226 fbox
13227 \series default
13228 .
13229 \end_layout
13230
13231 \begin_layout Standard
13232 \align center
13233 \begin_inset Tabular
13234 <lyxtabular version="3" rows="5" columns="2">
13235 <features rotate="0" tabularvalignment="middle">
13236 <column alignment="center" valignment="top">
13237 <column alignment="center" valignment="top">
13238 <row>
13239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 Command
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 Result
13253 \begin_inset Note Note
13254 status collapsed
13255
13256 \begin_layout Plain Layout
13257
13258 \series bold
13259
13260 \backslash
13261 raisebox
13262 \series default
13263  is only used as spacer.
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 </row>
13274 <row>
13275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279
13280 \backslash
13281 fbox
13282 \begin_inset space \textvisiblespace{}
13283 \end_inset
13284
13285
13286 \family sans
13287 Ctrl+M
13288 \family default
13289  
13290 \backslash
13291 int
13292 \begin_inset space \textvisiblespace{}
13293 \end_inset
13294
13295 A=B
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 </row>
13313 <row>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318
13319 \backslash
13320 boxed
13321 \begin_inset space \textvisiblespace{}
13322 \end_inset
13323
13324
13325 \backslash
13326 int
13327 \begin_inset space \textvisiblespace{}
13328 \end_inset
13329
13330 A=B
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 </row>
13348 <row>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 A+
13354 \backslash
13355 fbox
13356 \begin_inset space \textvisiblespace{}
13357 \end_inset
13358
13359 B
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \backslash
13384 framebox
13385 \begin_inset space \textvisiblespace{}
13386 \end_inset
13387
13388 20mm
13389 \begin_inset Formula $\to$
13390 \end_inset
13391
13392
13393 \begin_inset Formula $\to$
13394 \end_inset
13395
13396
13397 \family sans
13398 Ctrl+M
13399 \family default
13400  
13401 \backslash
13402 frac
13403 \begin_inset space \textvisiblespace{}
13404 \end_inset
13405
13406 A
13407 \begin_inset Formula $\downarrow$
13408 \end_inset
13409
13410 B
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 \begin_inset Formula $\raisebox{6mm}{}$
13420 \end_inset
13421
13422
13423 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13424 \end_inset
13425
13426
13427 \begin_inset Formula $\raisebox{-4mm}{}$
13428 \end_inset
13429
13430
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 </lyxtabular>
13437
13438 \end_inset
13439
13440
13441 \end_layout
13442
13443 \begin_layout Standard
13444 The frame thickness can also be adjusted.
13445  To do this the following commands have to be inserted in TeX-mode before
13446  the formula
13447 \end_layout
13448
13449 \begin_layout Standard
13450
13451 \series bold
13452
13453 \backslash
13454 fboxrule
13455 \series default
13456  
13457 \series bold
13458
13459 \begin_inset Quotes eld
13460 \end_inset
13461
13462 thickness
13463 \begin_inset Quotes erd
13464 \end_inset
13465
13466
13467 \series default
13468  
13469 \series bold
13470
13471 \backslash
13472 fboxsep
13473 \series default
13474  
13475 \series bold
13476
13477 \begin_inset Quotes eld
13478 \end_inset
13479
13480 distance
13481 \begin_inset Quotes erd
13482 \end_inset
13483
13484
13485 \end_layout
13486
13487 \begin_layout Standard
13488 \begin_inset Quotes eld
13489 \end_inset
13490
13491 distance
13492 \begin_inset Quotes erd
13493 \end_inset
13494
13495  specifies the minimal distance between the frame and the first character
13496  in the box.
13497  An example for this is the following framed formula:
13498 \begin_inset ERT
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502
13503
13504 \backslash
13505 fboxrule 2mm 
13506 \backslash
13507 fboxsep 3mm
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \begin_inset Formula 
13514 \[
13515 \boxed{A+B=C}
13516 \]
13517
13518 \end_inset
13519
13520 Before this formula the commands
13521 \end_layout
13522
13523 \begin_layout Standard
13524
13525 \series bold
13526
13527 \backslash
13528 fboxrule
13529 \series default
13530  
13531 \series bold
13532 2mm
13533 \series default
13534  
13535 \series bold
13536
13537 \backslash
13538 fboxsep
13539 \series default
13540  
13541 \series bold
13542 3mm
13543 \end_layout
13544
13545 \begin_layout Standard
13546 were inserted in TeX-mode.
13547  The given values are used for all following boxes.
13548 \end_layout
13549
13550 \begin_layout Standard
13551 To return to the standard frame size, the command
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \series bold
13557
13558 \backslash
13559 fboxrule
13560 \series default
13561  
13562 \series bold
13563 0.4pt
13564 \series default
13565  
13566 \series bold
13567
13568 \backslash
13569 fboxsep
13570 \series default
13571  
13572 \series bold
13573 3pt
13574 \series default
13575
13576 \begin_inset ERT
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580
13581
13582 \backslash
13583 fboxrule 0.4pt 
13584 \backslash
13585 fboxsep 3pt
13586 \end_layout
13587
13588 \end_inset
13589
13590
13591 \end_layout
13592
13593 \begin_layout Standard
13594 is inserted in TeX-mode before the next formula.
13595 \end_layout
13596
13597 \begin_layout Subsection
13598 Boxes without Frame
13599 \begin_inset CommandInset label
13600 LatexCommand label
13601 name "sub:Boxes-without-Frame"
13602
13603 \end_inset
13604
13605
13606 \begin_inset Index idx
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610 Boxes ! without frame
13611 \end_layout
13612
13613 \end_inset
13614
13615
13616 \end_layout
13617
13618 \begin_layout Standard
13619 For boxes without a frame there are the following box commands: 
13620 \series bold
13621
13622 \backslash
13623 mbox
13624 \series default
13625
13626 \begin_inset Index idx
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630 Commands ! M ! 
13631 \backslash
13632 mbox
13633 \end_layout
13634
13635 \end_inset
13636
13637
13638 \series bold
13639
13640 \backslash
13641 makebox
13642 \series default
13643
13644 \begin_inset Index idx
13645 status collapsed
13646
13647 \begin_layout Plain Layout
13648 Commands ! M ! 
13649 \backslash
13650 makebox
13651 \end_layout
13652
13653 \end_inset
13654
13655  and 
13656 \series bold
13657
13658 \backslash
13659 raisebox
13660 \series default
13661
13662 \begin_inset Index idx
13663 status collapsed
13664
13665 \begin_layout Plain Layout
13666 Commands ! R ! 
13667 \backslash
13668 raisebox
13669 \end_layout
13670
13671 \end_inset
13672
13673
13674 \end_layout
13675
13676 \begin_layout Standard
13677 With 
13678 \series bold
13679
13680 \backslash
13681 raisebox
13682 \series default
13683  a box can be super- or subscripted.
13684  But in contrary to normal super- and subscripting, the characters in the
13685  box keep their font size.
13686  
13687 \series bold
13688
13689 \backslash
13690 raisebox
13691 \series default
13692  is used in the following scheme:
13693 \end_layout
13694
13695 \begin_layout Standard
13696
13697 \series bold
13698
13699 \backslash
13700 raisebox{height}{box content}
13701 \end_layout
13702
13703 \begin_layout Standard
13704 When the box should contain a formula, an extra formula is needed like for
13705  
13706 \series bold
13707
13708 \backslash
13709 fbox
13710 \series default
13711 .
13712  
13713 \series medium
13714
13715 \begin_inset Note Greyedout
13716 status open
13717
13718 \begin_layout Plain Layout
13719
13720 \series bold
13721 Note:
13722 \series default
13723  For 
13724 \series bold
13725
13726 \backslash
13727 raisebox
13728 \series default
13729  this extra formula is created by pressing 
13730 \family sans
13731 Ctrl+M
13732 \family default
13733  twice instead of once because LyX doesn't yet support 
13734 \series bold
13735
13736 \backslash
13737 raisebox
13738 \series default
13739  directly.
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Standard
13748 \align center
13749 \begin_inset Tabular
13750 <lyxtabular version="3" rows="4" columns="2">
13751 <features rotate="0" tabularvalignment="middle">
13752 <column alignment="center" valignment="top">
13753 <column alignment="center" valignment="top">
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 Command
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 Result
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 </row>
13774 <row>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 H
13780 \backslash
13781 raisebox{2mm
13782 \begin_inset Formula $\to$
13783 \end_inset
13784
13785
13786 \backslash
13787 {al
13788 \begin_inset Formula $\to$
13789 \end_inset
13790
13791  lo
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13801 \end_inset
13802
13803
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 </row>
13809 <row>
13810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 H
13815 \backslash
13816 raisebox{-2mm
13817 \begin_inset Formula $\to$
13818 \end_inset
13819
13820
13821 \backslash
13822 {al
13823 \begin_inset Formula $\to$
13824 \end_inset
13825
13826 lo
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13836 \end_inset
13837
13838
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 </row>
13844 <row>
13845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 A=
13850 \backslash
13851 raisebox{-2mm
13852 \begin_inset Formula $\to$
13853 \end_inset
13854
13855
13856 \backslash
13857 {
13858 \family sans
13859 Ctrl+M
13860 \family default
13861  
13862 \family sans
13863 Ctrl+M
13864 \family default
13865  
13866 \backslash
13867 sqrt
13868 \begin_inset space \textvisiblespace{}
13869 \end_inset
13870
13871
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 </row>
13889 </lyxtabular>
13890
13891 \end_inset
13892
13893
13894 \end_layout
13895
13896 \begin_layout Standard
13897 The command 
13898 \series bold
13899
13900 \backslash
13901 mbox
13902 \series default
13903  is equivalent to 
13904 \series bold
13905
13906 \backslash
13907 fbox
13908 \series default
13909  and 
13910 \series bold
13911
13912 \backslash
13913 makebox
13914 \series default
13915  is equivalent to 
13916 \series bold
13917
13918 \backslash
13919 framebox
13920 \series default
13921 , with the difference that there is no frame.
13922 \end_layout
13923
13924 \begin_layout Subsection
13925 Colored Boxes
13926 \begin_inset CommandInset label
13927 LatexCommand label
13928 name "sub:Colored-Boxes"
13929
13930 \end_inset
13931
13932
13933 \begin_inset Index idx
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937 Boxes ! colored
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \begin_layout Standard
13946 To be able to use all commands explained in this section, the LaTeX-package
13947  
13948 \series bold
13949 color
13950 \series default
13951
13952 \begin_inset Foot
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956 The LaTeX-package 
13957 \series bold
13958 color
13959 \series default
13960  is part of every LaTeX standard installation.
13961 \end_layout
13962
13963 \end_inset
13964
13965
13966 \begin_inset Index idx
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970 Packages ! color
13971 \end_layout
13972
13973 \end_inset
13974
13975  has to be loaded in the LaTeX-preamble with the line
13976 \begin_inset Foot
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980 When text is colored somewhere in the document with a predefined color,
13981  LyX loads the LaTeX-package 
13982 \series bold
13983 color
13984 \series default
13985  automatically.
13986  Thus it is possible that the package is loaded twice, but this does not
13987  cause problems.
13988 \end_layout
13989
13990 \end_inset
13991
13992
13993 \begin_inset Note Note
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13998 amble.
13999 \end_layout
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \begin_layout Standard
14007
14008 \series bold
14009
14010 \backslash
14011 usepackage{color}
14012 \end_layout
14013
14014 \begin_layout Standard
14015 \begin_inset VSpace medskip
14016 \end_inset
14017
14018 To color boxes, the command 
14019 \series bold
14020
14021 \backslash
14022 colorbox
14023 \series default
14024
14025 \begin_inset Index idx
14026 status collapsed
14027
14028 \begin_layout Plain Layout
14029 Commands ! C ! 
14030 \backslash
14031 colorbox
14032 \end_layout
14033
14034 \end_inset
14035
14036  is used in the following scheme:
14037 \end_layout
14038
14039 \begin_layout Standard
14040
14041 \series bold
14042
14043 \backslash
14044 colorbox{color}{box content}
14045 \end_layout
14046
14047 \begin_layout Standard
14048 The box content can also be a box and a 
14049 \series bold
14050
14051 \backslash
14052 colorbox
14053 \series default
14054  can also be part of another box (see the 2nd and 3rd example).
14055  When the box should contain a formula, an extra formula has to be created,
14056  the same way as for 
14057 \series bold
14058
14059 \backslash
14060 raisebox
14061 \series default
14062 .
14063 \begin_inset Foot
14064 status collapsed
14065
14066 \begin_layout Plain Layout
14067 This also applies for the command 
14068 \series bold
14069
14070 \backslash
14071 fcolorbox
14072 \series default
14073 .
14074 \end_layout
14075
14076 \end_inset
14077
14078
14079 \end_layout
14080
14081 \begin_layout Standard
14082 One of the following predefined colors can be chosen:
14083 \end_layout
14084
14085 \begin_layout Standard
14086
14087 \series bold
14088 black
14089 \series default
14090
14091 \series bold
14092 blue
14093 \series default
14094
14095 \series bold
14096 cyan
14097 \series default
14098
14099 \series bold
14100 green
14101 \series default
14102
14103 \series bold
14104 magenta
14105 \series default
14106
14107 \series bold
14108 red
14109 \series default
14110
14111 \series bold
14112 white
14113 \series default
14114  and 
14115 \series bold
14116 yellow
14117 \end_layout
14118
14119 \begin_layout Standard
14120 \align center
14121 \begin_inset Tabular
14122 <lyxtabular version="3" rows="4" columns="2">
14123 <features rotate="0" tabularvalignment="middle">
14124 <column alignment="center" valignment="top">
14125 <column alignment="center" valignment="top">
14126 <row>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 Command
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 Result
14141 \begin_inset Note Note
14142 status collapsed
14143
14144 \begin_layout Plain Layout
14145
14146 \series bold
14147
14148 \backslash
14149 raisebox
14150 \series default
14151  is only used as spacer.
14152 \end_layout
14153
14154 \end_inset
14155
14156
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 <row>
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167
14168 \backslash
14169 colorbox{yellow
14170 \begin_inset Formula $\to$
14171 \end_inset
14172
14173
14174 \backslash
14175 {A=B
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 </row>
14193 <row>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198
14199 \backslash
14200 colorbox{green
14201 \begin_inset Formula $\to$
14202 \end_inset
14203
14204
14205 \backslash
14206 {
14207 \backslash
14208 fbox
14209 \begin_inset space \textvisiblespace{}
14210 \end_inset
14211
14212 A=B
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14222 \end_inset
14223
14224
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 </row>
14230 <row>
14231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235
14236 \backslash
14237 fbox
14238 \begin_inset space \textvisiblespace{}
14239 \end_inset
14240
14241
14242 \backslash
14243 colorbox{green
14244 \begin_inset Formula $\to$
14245 \end_inset
14246
14247
14248 \backslash
14249 {
14250 \family sans
14251 Ctrl+M
14252 \family default
14253  
14254 \family sans
14255 Ctrl+M
14256 \family default
14257  
14258 \backslash
14259 int
14260 \begin_inset space \textvisiblespace{}
14261 \end_inset
14262
14263 C=D
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14273 \end_inset
14274
14275
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 </row>
14281 </lyxtabular>
14282
14283 \end_inset
14284
14285
14286 \end_layout
14287
14288 \begin_layout Standard
14289
14290 \series bold
14291
14292 \backslash
14293 colorbox
14294 \series default
14295  only colors the box but not the characters in the box.
14296  To color all characters, the whole formula is highlighted and the desired
14297  color is chosen in the 
14298 \family sans
14299 Text
14300 \begin_inset space ~
14301 \end_inset
14302
14303 Style
14304 \family default
14305  dialog.
14306  The dialog can be called with the toolbar button 
14307 \begin_inset Info
14308 type  "icon"
14309 arg   "dialog-show character"
14310 \end_inset
14311
14312  or the menu 
14313 \family sans
14314 Edit\SpecialChar \menuseparator
14315 Text
14316 \begin_inset space ~
14317 \end_inset
14318
14319 Style\SpecialChar \menuseparator
14320 Customized
14321 \family default
14322 .
14323  The formula number then has the same color as the formula.
14324  When the formula number should get another color than the formula characters,
14325  the color must be changed within the formula.
14326 \end_layout
14327
14328 \begin_layout Standard
14329 An example:
14330 \end_layout
14331
14332 \begin_layout Standard
14333
14334 \color red
14335 \begin_inset Formula 
14336 \begin{equation}
14337 \int A=B\label{eq:red}
14338 \end{equation}
14339
14340 \end_inset
14341
14342
14343 \color green
14344
14345 \begin_inset Formula 
14346 \begin{equation}
14347 \textcolor{red}{\int A=B}\label{eq:redgreen}
14348 \end{equation}
14349
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \begin_layout Standard
14356 Formula 
14357 \begin_inset CommandInset ref
14358 LatexCommand eqref
14359 reference "eq:red"
14360
14361 \end_inset
14362
14363  is completely colored red.
14364 \begin_inset Newline newline
14365 \end_inset
14366
14367 Formula 
14368 \begin_inset CommandInset ref
14369 LatexCommand eqref
14370 reference "eq:redgreen"
14371
14372 \end_inset
14373
14374  was first completely colored green to set the color for the formula number.
14375  Subsequently the formula characters were colored red.
14376 \end_layout
14377
14378 \begin_layout Standard
14379 \begin_inset VSpace bigskip
14380 \end_inset
14381
14382 To color the frame different than the rest of the box, the command 
14383 \series bold
14384
14385 \backslash
14386 fcolorbox
14387 \series default
14388
14389 \begin_inset Index idx
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393 Commands ! F ! 
14394 \backslash
14395 fcolorbox
14396 \end_layout
14397
14398 \end_inset
14399
14400  is used in the following scheme:
14401 \end_layout
14402
14403 \begin_layout Standard
14404
14405 \series bold
14406
14407 \backslash
14408 fcolorbox{frame color}{color}{box content}
14409 \end_layout
14410
14411 \begin_layout Standard
14412 So 
14413 \series bold
14414
14415 \backslash
14416 fcolorbox
14417 \series default
14418  is an extension of the command 
14419 \series bold
14420
14421 \backslash
14422 colorbox
14423 \series default
14424 .
14425  The frame width is set, like for 
14426 \series bold
14427
14428 \backslash
14429 framebox
14430 \series default
14431 , with 
14432 \series bold
14433
14434 \backslash
14435 fboxrule
14436 \series default
14437  and 
14438 \series bold
14439
14440 \backslash
14441 fboxsep
14442 \series default
14443 .
14444  An example:
14445 \begin_inset ERT
14446 status collapsed
14447
14448 \begin_layout Plain Layout
14449
14450
14451 \backslash
14452 fboxrule 1mm 
14453 \backslash
14454 fboxsep 1mm
14455 \end_layout
14456
14457 \end_inset
14458
14459
14460 \begin_inset Formula 
14461 \[
14462 \fcolorbox{cyan}{magenta}{A=B}
14463 \]
14464
14465 \end_inset
14466
14467
14468 \begin_inset ERT
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472
14473
14474 \backslash
14475 fboxrule 0.4pt 
14476 \backslash
14477 fboxsep 3pt
14478 \end_layout
14479
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Standard
14486 This formula was created with the command
14487 \begin_inset Newline newline
14488 \end_inset
14489
14490
14491 \series bold
14492
14493 \backslash
14494 fcolorbox{cyan
14495 \begin_inset Formula $\to$
14496 \end_inset
14497
14498
14499 \backslash
14500 {magenta
14501 \begin_inset Formula $\to$
14502 \end_inset
14503
14504
14505 \backslash
14506 {A=B
14507 \series default
14508 .
14509 \end_layout
14510
14511 \begin_layout Standard
14512 \begin_inset VSpace bigskip
14513 \end_inset
14514
14515 To use other colors than the predefined ones, they have to be defined first.
14516 \end_layout
14517
14518 \begin_layout Standard
14519 One can for example define the color 
14520 \begin_inset Quotes eld
14521 \end_inset
14522
14523
14524 \series bold
14525 darkgreen
14526 \series default
14527
14528 \begin_inset Quotes erd
14529 \end_inset
14530
14531  with the LaTeX-preamble line:
14532 \end_layout
14533
14534 \begin_layout Standard
14535
14536 \series bold
14537
14538 \backslash
14539 definecolor{darkgreen}{cmyk}{0.5,
14540 \series default
14541  
14542 \series bold
14543 0,
14544 \series default
14545  
14546 \series bold
14547 1,
14548 \series default
14549  
14550 \series bold
14551 0.5}
14552 \series default
14553
14554 \begin_inset Index idx
14555 status collapsed
14556
14557 \begin_layout Plain Layout
14558 Commands ! D ! 
14559 \backslash
14560 definecolor
14561 \end_layout
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \begin_layout Standard
14569
14570 \series bold
14571 cmyk
14572 \series default
14573  is the color space that denotes the colors 
14574 \series bold
14575 cyan
14576 \series default
14577
14578 \series bold
14579 magenta
14580 \series default
14581
14582 \series bold
14583 yellow
14584 \series default
14585  and 
14586 \series bold
14587 black
14588 \series default
14589 .
14590  The four comma separated numbers are the portion factor for the corresponding
14591  colors of the color space.
14592  The factors can be in the range of 0
14593 \begin_inset space \thinspace{}
14594 \end_inset
14595
14596 -
14597 \begin_inset space \thinspace{}
14598 \end_inset
14599
14600 1.
14601  Instead of 
14602 \series bold
14603 cmyk
14604 \series default
14605  also the color space 
14606 \series bold
14607 rgb
14608 \series default
14609  can be used for definitions.
14610  
14611 \series bold
14612 rgb
14613 \series default
14614  denotes 
14615 \series bold
14616 red
14617 \series default
14618
14619 \series bold
14620 green
14621 \series default
14622  and 
14623 \series bold
14624 blue
14625 \series default
14626 , so that there are in this case three portion factors for the corresponding
14627  colors.
14628  Furthermore there is the color space 
14629 \series bold
14630 gray
14631 \series default
14632  with one portion factor for the gray value.
14633 \end_layout
14634
14635 \begin_layout Standard
14636 As example a framed box with the new defined color 
14637 \series bold
14638 darkgreen
14639 \series default
14640  where the characters have been colored 
14641 \series bold
14642 yellow
14643 \series default
14644 :
14645 \begin_inset Formula 
14646 \begin{equation}
14647 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14648 \end{equation}
14649
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \begin_layout Standard
14656 Self-defined colors can also be used for text with the help of the command
14657  
14658 \series bold
14659
14660 \backslash
14661 textcolor
14662 \series default
14663 :
14664 \begin_inset Index idx
14665 status collapsed
14666
14667 \begin_layout Plain Layout
14668 Text ! colored
14669 \end_layout
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \begin_layout Standard
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682
14683 \backslash
14684 textcolor{darkgreen}{
14685 \end_layout
14686
14687 \end_inset
14688
14689 This sentence is 
14690 \begin_inset Quotes eld
14691 \end_inset
14692
14693 darkgreen
14694 \begin_inset Quotes erd
14695 \end_inset
14696
14697 .
14698 \begin_inset ERT
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702
14703 }
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \begin_layout Standard
14712
14713 \series bold
14714
14715 \backslash
14716 textcolor
14717 \series default
14718
14719 \begin_inset Index idx
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723 Commands ! T ! 
14724 \backslash
14725 textcolor
14726 \end_layout
14727
14728 \end_inset
14729
14730  is used in the scheme 
14731 \series bold
14732
14733 \backslash
14734 textcolor{color}{characters to color}
14735 \series default
14736 .
14737 \end_layout
14738
14739 \begin_layout Subsection
14740 Paragraph Boxes
14741 \begin_inset CommandInset label
14742 LatexCommand label
14743 name "sub:Paragraph-Boxes"
14744
14745 \end_inset
14746
14747
14748 \begin_inset Index idx
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752 Boxes ! as paragraph
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \begin_layout Standard
14761 A box that can contain several lines and paragraphs, a so-called paragraph
14762  box (parbox), can be created with the menu 
14763 \family sans
14764 Insert\SpecialChar \menuseparator
14765 Box
14766 \family default
14767  or the toolbar button 
14768 \begin_inset Info
14769 type  "icon"
14770 arg   "box-insert"
14771 \end_inset
14772
14773 .
14774 \end_layout
14775
14776 \begin_layout Standard
14777 The following example shows a framed parbox in a line:
14778 \end_layout
14779
14780 \begin_layout Standard
14781 \begin_inset VSpace medskip
14782 \end_inset
14783
14784 This is a line 
14785 \begin_inset Box Boxed
14786 position "c"
14787 hor_pos "c"
14788 has_inner_box 1
14789 inner_pos "t"
14790 use_parbox 1
14791 use_makebox 0
14792 width "5cm"
14793 special "none"
14794 height "1in"
14795 height_special "totalheight"
14796 status open
14797
14798 \begin_layout Plain Layout
14799 This is a paragraph box.
14800  It is exactly 5
14801 \begin_inset space \thinspace{}
14802 \end_inset
14803
14804 cm long and can also contain formulas: 
14805 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14806 \end_inset
14807
14808
14809 \end_layout
14810
14811 \end_inset
14812
14813  with a parbox.
14814 \end_layout
14815
14816 \begin_layout Standard
14817 \begin_inset VSpace medskip
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \begin_layout Standard
14824 Such a box is created by right-clicking on the gray box inset.
14825  A dialog pops up showing the box properties.
14826  In our case set: 
14827 \emph on
14828 Decoration
14829 \emph default
14830 : Rectangular box, 
14831 \emph on
14832 Inner Box
14833 \emph default
14834 : Parbox, 
14835 \emph on
14836 Width
14837 \emph default
14838 : 5
14839 \begin_inset space \thinspace{}
14840 \end_inset
14841
14842 cm, 
14843 \emph on
14844 Vertical Box Alignment
14845 \emph default
14846 : Middle
14847 \end_layout
14848
14849 \begin_layout Standard
14850 \begin_inset VSpace medskip
14851 \end_inset
14852
14853 In LaTeX a parbox is created with the command 
14854 \series bold
14855
14856 \backslash
14857 parbox
14858 \series default
14859
14860 \begin_inset Index idx
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 Commands ! P ! 
14865 \backslash
14866 parbox
14867 \end_layout
14868
14869 \end_inset
14870
14871  which has the following scheme:
14872 \end_layout
14873
14874 \begin_layout Standard
14875
14876 \series bold
14877
14878 \backslash
14879 parbox[position]{width}{box content}
14880 \end_layout
14881
14882 \begin_layout Standard
14883 The positions 
14884 \emph on
14885 b
14886 \emph default
14887  and 
14888 \emph on
14889 t
14890 \emph default
14891  are possible.
14892  
14893 \emph on
14894 b
14895 \emph default
14896  for 
14897 \begin_inset Quotes eld
14898 \end_inset
14899
14900 bottom
14901 \begin_inset Quotes erd
14902 \end_inset
14903
14904  means that the box is aligned within the surrounding text with its last
14905  line.
14906  With 
14907 \emph on
14908 t
14909 \emph default
14910  for 
14911 \begin_inset Quotes eld
14912 \end_inset
14913
14914 top
14915 \begin_inset Quotes erd
14916 \end_inset
14917
14918  this is done with the first line.
14919  When no position is given, the box will be vertically centered, see section
14920  
14921 \emph on
14922 Boxes
14923 \emph default
14924  of the 
14925 \emph on
14926 Embedded
14927 \begin_inset space ~
14928 \end_inset
14929
14930 Objects
14931 \emph default
14932  manual for examples.
14933 \end_layout
14934
14935 \begin_layout Standard
14936 \begin_inset VSpace bigskip
14937 \end_inset
14938
14939 To frame formulas completely, including the formula number, the formula
14940  must be set into a parbox.
14941  To do this, the command 
14942 \series bold
14943
14944 \backslash
14945 fbox{
14946 \backslash
14947 parbox{
14948 \backslash
14949 linewidth-2
14950 \backslash
14951 fboxsep-2
14952 \backslash
14953 fboxrule}{
14954 \series default
14955  is inserted in TeX-mode before the formula.
14956  
14957 \series bold
14958
14959 \backslash
14960 linewidth
14961 \series default
14962
14963 \begin_inset Index idx
14964 status collapsed
14965
14966 \begin_layout Plain Layout
14967 Commands ! L ! 
14968 \backslash
14969 linewidth
14970 \end_layout
14971
14972 \end_inset
14973
14974  is hereby the line width set for the document.
14975  Because the frame is outside the parbox, 2
14976 \begin_inset space \thinspace{}
14977 \end_inset
14978
14979 times the frame separation and the frame thickness must be subtracted from
14980  the line width.
14981  As this is not automatically done by LyX due to a bug
14982 \begin_inset Foot
14983 status collapsed
14984
14985 \begin_layout Plain Layout
14986 \begin_inset CommandInset href
14987 LatexCommand href
14988 name "LyX-bug #4483"
14989 target "http://www.lyx.org/trac/ticket/4483"
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \end_inset
14997
14998 , TeX-mode has to be used.
14999  To be able to multiply and subtract in arguments, the LaTeX-package 
15000 \series bold
15001 calc
15002 \series default
15003
15004 \begin_inset Foot
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008
15009 \series bold
15010 calc
15011 \series default
15012  is part of every LaTeX standard installation.
15013 \end_layout
15014
15015 \end_inset
15016
15017
15018 \begin_inset Index idx
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022 Packages ! calc
15023 \end_layout
15024
15025 \end_inset
15026
15027  must be loaded in the LaTeX-preamble with the line
15028 \end_layout
15029
15030 \begin_layout Standard
15031
15032 \series bold
15033
15034 \backslash
15035 usepackage{calc}
15036 \end_layout
15037
15038 \begin_layout Standard
15039 Behind the formula both boxes are closed by entering 
15040 \series bold
15041 }}
15042 \series default
15043  in TeX-mode.
15044  Here is an example:
15045 \begin_inset ERT
15046 status collapsed
15047
15048 \begin_layout Plain Layout
15049
15050
15051 \backslash
15052 fboxsep 5mm 
15053 \backslash
15054 fboxrule 5mm
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \begin_layout Standard
15063 \begin_inset ERT
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067
15068
15069 \backslash
15070 fbox{
15071 \backslash
15072 parbox{
15073 \backslash
15074 linewidth-2
15075 \backslash
15076 fboxsep-2
15077 \backslash
15078 fboxrule}{
15079 \end_layout
15080
15081 \end_inset
15082
15083
15084 \begin_inset Formula 
15085 \begin{equation}
15086 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
15087 \end{equation}
15088
15089 \end_inset
15090
15091
15092 \begin_inset ERT
15093 status collapsed
15094
15095 \begin_layout Plain Layout
15096
15097 }}
15098 \end_layout
15099
15100 \end_inset
15101
15102
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 fboxrule 0.4pt 
15111 \backslash
15112 fboxsep 3pt
15113 \end_layout
15114
15115 \end_inset
15116
15117
15118 \end_layout
15119
15120 \begin_layout Standard
15121 \begin_inset VSpace medskip
15122 \end_inset
15123
15124 As a parbox is used as the argument of 
15125 \series bold
15126
15127 \backslash
15128 fbox
15129 \series default
15130 , there is in this case no difference between 
15131 \series bold
15132
15133 \backslash
15134 fbox
15135 \series default
15136  and 
15137 \series bold
15138
15139 \backslash
15140 boxed
15141 \series default
15142 .
15143 \end_layout
15144
15145 \begin_layout Standard
15146 \begin_inset VSpace bigskip
15147 \end_inset
15148
15149 Paragraph boxes are very useful to comment formulas directly.
15150  To do this, 
15151 \series bold
15152
15153 \backslash
15154 parbox
15155 \series default
15156  is used in combination with the command 
15157 \series bold
15158
15159 \backslash
15160 tag
15161 \series default
15162 .
15163  (more about 
15164 \series bold
15165
15166 \backslash
15167 tag
15168 \series default
15169  see 
15170 \begin_inset CommandInset ref
15171 LatexCommand ref
15172 reference "sub:User-defined-Numbering"
15173
15174 \end_inset
15175
15176 )
15177 \end_layout
15178
15179 \begin_layout Standard
15180 An example of a formula commented with 
15181 \series bold
15182
15183 \backslash
15184 parbox
15185 \series default
15186 :
15187 \end_layout
15188
15189 \begin_layout Standard
15190 \begin_inset ERT
15191 status collapsed
15192
15193 \begin_layout Plain Layout
15194
15195
15196 \backslash
15197 [5x-7b=3b
15198 \backslash
15199 tag*{
15200 \backslash
15201 parbox{5cm}{
15202 \end_layout
15203
15204 \end_inset
15205
15206 This is a description.
15207  It is distinctly separated from the formula and multiline.
15208 \begin_inset ERT
15209 status collapsed
15210
15211 \begin_layout Plain Layout
15212
15213 }}
15214 \backslash
15215 ]
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \begin_layout Standard
15224 Such a formula must be inserted completely in TeX-mode because LyX does
15225  not yet support the command 
15226 \series bold
15227
15228 \backslash
15229 parbox
15230 \series default
15231  in formulas.
15232  The formula is created with the following command sequence:
15233 \end_layout
15234
15235 \begin_layout Standard
15236 The command 
15237 \series bold
15238
15239 \backslash
15240 [5x-7b=3b
15241 \backslash
15242 tag*
15243 \backslash
15244 {
15245 \backslash
15246 parbox{5cm}{
15247 \series default
15248  is inserted in TeX-mode.
15249 \begin_inset Foot
15250 status collapsed
15251
15252 \begin_layout Plain Layout
15253 When the formula style 
15254 \series bold
15255 Indented
15256 \series default
15257  is used, 
15258 \series bold
15259
15260 \backslash
15261 tag*
15262 \backslash
15263 {
15264 \series default
15265  can also be replaced by 
15266 \series bold
15267
15268 \backslash
15269 hfill
15270 \series default
15271 .
15272  (formula styles see 
15273 \begin_inset CommandInset ref
15274 LatexCommand ref
15275 reference "sec:Formula-Styles"
15276
15277 \end_inset
15278
15279 )
15280 \end_layout
15281
15282 \end_inset
15283
15284  Then the description follows as normal text and finally 
15285 \series bold
15286 }}
15287 \backslash
15288 ]
15289 \series default
15290  is inserted in TeX-mode.
15291  The commands 
15292 \series bold
15293
15294 \backslash
15295 [
15296 \series default
15297  and 
15298 \series bold
15299
15300 \backslash
15301 ]
15302 \series default
15303  hereby create a displayed formula.
15304 \end_layout
15305
15306 \begin_layout Standard
15307 The advantages of 
15308 \series bold
15309
15310 \backslash
15311 parbox
15312 \series default
15313  can be seen in this example that was 
15314 \begin_inset Quotes eld
15315 \end_inset
15316
15317 commented
15318 \begin_inset Quotes erd
15319 \end_inset
15320
15321  using the mathematical textmode:
15322 \begin_inset Formula 
15323 \[
15324 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15325 \]
15326
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \begin_layout Section
15333 Operators
15334 \begin_inset Index idx
15335 status collapsed
15336
15337 \begin_layout Plain Layout
15338 Operators
15339 \end_layout
15340
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \begin_layout Subsection
15347 Big Operators
15348 \begin_inset CommandInset label
15349 LatexCommand label
15350 name "sub:Big-Operators"
15351
15352 \end_inset
15353
15354
15355 \begin_inset Index idx
15356 status collapsed
15357
15358 \begin_layout Plain Layout
15359 Operators ! big
15360 \end_layout
15361
15362 \end_inset
15363
15364
15365 \begin_inset Index idx
15366 status collapsed
15367
15368 \begin_layout Plain Layout
15369 Sums
15370 \end_layout
15371
15372 \end_inset
15373
15374
15375 \begin_inset Index idx
15376 status collapsed
15377
15378 \begin_layout Plain Layout
15379 Integrals
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \begin_layout Standard
15388 To be able to use all integral operators listed here, the option 
15389 \family sans
15390 Use esint package automatically
15391 \family default
15392  must be set in the document settings under 
15393 \family sans
15394 Math
15395 \begin_inset space ~
15396 \end_inset
15397
15398 Options
15399 \family default
15400 .
15401 \end_layout
15402
15403 \begin_layout Standard
15404 \begin_inset space \hfill{}
15405 \end_inset
15406
15407
15408 \begin_inset Tabular
15409 <lyxtabular version="3" rows="11" columns="2">
15410 <features rotate="0" tabularvalignment="middle">
15411 <column alignment="center" valignment="top" width="0pt">
15412 <column alignment="center" valignment="top" width="0pt">
15413 <row>
15414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 Command
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427 Result
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row>
15434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \backslash
15440 int
15441 \begin_inset Index idx
15442 status collapsed
15443
15444 \begin_layout Plain Layout
15445 Commands ! I ! 
15446 \backslash
15447 int
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 \begin_inset Formula $\int$
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \backslash
15477 oint
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset Formula $\oint$
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 <row>
15496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \backslash
15502 ointctrclockwise
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511 \begin_inset Formula $\ointctrclockwise$
15512 \end_inset
15513
15514
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 </row>
15520 <row>
15521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525
15526 \backslash
15527 ointclockwise
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536 \begin_inset Formula $\ointclockwise$
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 </row>
15545 <row>
15546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550
15551 \backslash
15552 sqint
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561 \begin_inset Formula $\sqint$
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 <row>
15571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \backslash
15577 fint
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586  
15587 \begin_inset Formula $\fint$
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 <row>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \backslash
15603 landupint
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612  
15613 \begin_inset Formula $\landupint$
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 </row>
15622 <row>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \backslash
15629 landdownint
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638  
15639 \begin_inset Formula $\landdownint$
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 </row>
15648 <row>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653
15654 \backslash
15655 bigcap
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 \begin_inset Formula $\bigcap$
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 </row>
15673 <row>
15674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678
15679 \backslash
15680 bigcup
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 \begin_inset Formula $\bigcup$
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 </lyxtabular>
15699
15700 \end_inset
15701
15702
15703 \begin_inset space \hfill{}
15704 \end_inset
15705
15706
15707 \begin_inset Tabular
15708 <lyxtabular version="3" rows="11" columns="2">
15709 <features rotate="0" tabularvalignment="middle">
15710 <column alignment="center" valignment="top" width="0pt">
15711 <column alignment="center" valignment="top" width="0pt">
15712 <row>
15713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 Command
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 Result
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737
15738 \backslash
15739 sum
15740 \begin_inset Index idx
15741 status collapsed
15742
15743 \begin_layout Plain Layout
15744 Commands ! S ! 
15745 \backslash
15746 sum
15747 \end_layout
15748
15749 \end_inset
15750
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 \begin_inset Formula $\sum$
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row>
15770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \backslash
15776 prod
15777 \begin_inset Index idx
15778 status collapsed
15779
15780 \begin_layout Plain Layout
15781 Commands ! P ! 
15782 \backslash
15783 prod
15784 \begin_inset ERT
15785 status collapsed
15786
15787 \begin_layout Plain Layout
15788
15789
15790 \backslash
15791 vspace{4mm}
15792 \end_layout
15793
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 \begin_inset Formula $\prod$
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \backslash
15826 coprod
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 \begin_inset Formula $\coprod$
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 </row>
15844 <row>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \backslash
15851 bigodot
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 \begin_inset Formula $\bigodot$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 <row>
15870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \backslash
15876 bigotimes
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 \begin_inset Formula $\bigotimes$
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 <row>
15895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \backslash
15901 bigoplus
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 \begin_inset Formula $\bigoplus$
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row>
15920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \backslash
15926 bigwedge
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 \begin_inset Formula $\bigwedge$
15936 \end_inset
15937
15938
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 <row>
15945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949
15950 \backslash
15951 bigvee
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 \begin_inset Formula $\bigvee$
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \backslash
15976 bigsqcup
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 \begin_inset Formula $\bigsqcup$
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 </row>
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999
16000 \backslash
16001 biguplus
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 \begin_inset Formula $\biguplus$
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 </row>
16019 </lyxtabular>
16020
16021 \end_inset
16022
16023
16024 \begin_inset space \hfill{}
16025 \end_inset
16026
16027
16028 \end_layout
16029
16030 \begin_layout Standard
16031 All big operators can also be inserted via the math toolbar button 
16032 \begin_inset Info
16033 type  "icon"
16034 arg   "math-insert \\intop"
16035 \end_inset
16036
16037 .
16038 \end_layout
16039
16040 \begin_layout Standard
16041 The operators are called big because they are bigger than the sometimes
16042  equal looking binary operators.
16043  All big operators can have limits as described in the next subsection.
16044 \end_layout
16045
16046 \begin_layout Standard
16047 For all integral operators there is a second version available, ending in
16048  
16049 \series bold
16050 op
16051 \series default
16052
16053 \series bold
16054
16055 \backslash
16056 intop
16057 \series default
16058
16059 \series bold
16060
16061 \backslash
16062 ointop
16063 \series default
16064  etc..
16065  These operators are different from 
16066 \series bold
16067
16068 \backslash
16069 int
16070 \series default
16071  etc.
16072 \begin_inset space \space{}
16073 \end_inset
16074
16075 in the style the operator limits are displayed, see 
16076 \begin_inset CommandInset ref
16077 LatexCommand ref
16078 reference "sub:Operator-Limits"
16079
16080 \end_inset
16081
16082 .
16083  
16084 \end_layout
16085
16086 \begin_layout Subsubsection*
16087 Advice for Integrals
16088 \end_layout
16089
16090 \begin_layout Standard
16091 The letter 
16092 \emph on
16093 d
16094 \emph default
16095  in an integral is an operator, that therefore has to be set upright.
16096  This is done by highlighting the 
16097 \emph on
16098 d
16099 \emph default
16100  and using the keyboard shortcut 
16101 \begin_inset Info
16102 type  "shortcut"
16103 arg   "font-roman"
16104 \end_inset
16105
16106
16107 \begin_inset Foot
16108 status collapsed
16109
16110 \begin_layout Plain Layout
16111 Font styles
16112 \series bold
16113  
16114 \series default
16115 see 
16116 \begin_inset CommandInset ref
16117 LatexCommand ref
16118 reference "sub:Font-Styles"
16119
16120 \end_inset
16121
16122
16123 \end_layout
16124
16125 \end_inset
16126
16127 .
16128  Finally the smallest space is inserted before the 
16129 \emph on
16130 d
16131 \emph default
16132 , as this is usual for operators.
16133  An example:
16134 \end_layout
16135
16136 \begin_layout Standard
16137 incorrect: 
16138 \begin_inset Formula $\int A(x)dx$
16139 \end_inset
16140
16141
16142 \begin_inset Newline newline
16143 \end_inset
16144
16145
16146 \begin_inset Phantom HPhantom
16147 status open
16148
16149 \begin_layout Plain Layout
16150 in
16151 \end_layout
16152
16153 \end_inset
16154
16155 correct: 
16156 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
16157 \end_inset
16158
16159
16160 \end_layout
16161
16162 \begin_layout Standard
16163 For multiple integrals there are the following commands:
16164 \begin_inset VSpace medskip
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \begin_layout Standard
16171 \begin_inset space \hfill{}
16172 \end_inset
16173
16174
16175 \begin_inset Tabular
16176 <lyxtabular version="3" rows="4" columns="2">
16177 <features rotate="0" tabularvalignment="middle">
16178 <column alignment="center" valignment="top">
16179 <column alignment="center" valignment="top">
16180 <row>
16181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 Command
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 Result
16195 \begin_inset Note Note
16196 status collapsed
16197
16198 \begin_layout Plain Layout
16199
16200 \series bold
16201
16202 \backslash
16203 raisebox
16204 \series default
16205  is only used as spacer.
16206 \end_layout
16207
16208 \end_inset
16209
16210
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 </row>
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221
16222 \backslash
16223 iint
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246
16247 \backslash
16248 oiint
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 <row>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271
16272 \backslash
16273 sqiint
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 </row>
16291 </lyxtabular>
16292
16293 \end_inset
16294
16295
16296 \begin_inset space \hfill{}
16297 \end_inset
16298
16299
16300 \begin_inset Tabular
16301 <lyxtabular version="3" rows="4" columns="2">
16302 <features rotate="0" tabularvalignment="middle">
16303 <column alignment="center" valignment="top">
16304 <column alignment="center" valignment="top">
16305 <row>
16306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 Command
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 Result
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 </row>
16325 <row>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330
16331 \backslash
16332 iiint
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 <row>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355
16356 \backslash
16357 iiiint
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 </row>
16375 <row>
16376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380
16381 \backslash
16382 dotsint
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16392 \end_inset
16393
16394
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 </row>
16400 </lyxtabular>
16401
16402 \end_inset
16403
16404
16405 \begin_inset space \hfill{}
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \begin_layout Subsection
16412 Operator Limits
16413 \begin_inset CommandInset label
16414 LatexCommand label
16415 name "sub:Operator-Limits"
16416
16417 \end_inset
16418
16419
16420 \begin_inset Index idx
16421 status collapsed
16422
16423 \begin_layout Plain Layout
16424 Operators ! Limits
16425 \end_layout
16426
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \begin_layout Standard
16433 Limits are created by super- and subscripts:
16434 \end_layout
16435
16436 \begin_layout Standard
16437 \align center
16438 \begin_inset Tabular
16439 <lyxtabular version="3" rows="2" columns="2">
16440 <features rotate="0" tabularvalignment="middle">
16441 <column alignment="center" valignment="top" width="0pt">
16442 <column alignment="center" valignment="top" width="0pt">
16443 <row>
16444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 Command
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 Result
16458 \begin_inset Note Note
16459 status collapsed
16460
16461 \begin_layout Plain Layout
16462
16463 \series bold
16464
16465 \backslash
16466 raisebox
16467 \series default
16468  is only used as spacer.
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484
16485 \backslash
16486 prod^
16487 \backslash
16488 infty
16489 \begin_inset space \textvisiblespace{}
16490 \end_inset
16491
16492
16493 \begin_inset Formula $\to$
16494 \end_inset
16495
16496 _0
16497 \begin_inset Formula $\to$
16498 \end_inset
16499
16500 A(x)
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 </row>
16518 </lyxtabular>
16519
16520 \end_inset
16521
16522
16523 \end_layout
16524
16525 \begin_layout Standard
16526 Limits of inline formulas are set right beside the operator.
16527  Limits in displayed formulas are set above or below the operator, except
16528  for integral limits.
16529 \end_layout
16530
16531 \begin_layout Standard
16532 To force that the limits are set beside the operator, the cursor is set
16533  directly behind the operator and the limits type is changed with the menu
16534  
16535 \family sans
16536 Edit\SpecialChar \menuseparator
16537 Math\SpecialChar \menuseparator
16538 Change Limits Type
16539 \family default
16540  to 
16541 \family sans
16542 \series bold
16543 Inline
16544 \family default
16545 \series default
16546  (shortcut 
16547 \begin_inset Info
16548 type  "shortcut"
16549 arg   "math-limits"
16550 \end_inset
16551
16552 ).
16553  An example:
16554 \end_layout
16555
16556 \begin_layout Standard
16557 The default limits type is this:
16558 \begin_inset Formula 
16559 \[
16560 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16561 \]
16562
16563 \end_inset
16564
16565 This is how it looks when the limits type was changed to 
16566 \family sans
16567 \series bold
16568 Inline
16569 \family default
16570 \series default
16571 :
16572 \begin_inset Formula 
16573 \[
16574 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16575 \]
16576
16577 \end_inset
16578
16579 For integrals, except those ending with 
16580 \series bold
16581 op
16582 \series default
16583  like 
16584 \series bold
16585
16586 \backslash
16587 intop
16588 \series default
16589
16590 \series bold
16591
16592 \backslash
16593 ointop
16594 \series default
16595  etc., the limits are by default set beside the operator.
16596  But for multiple integrals the limits are often set below the operator.
16597  In the following example the limits type was therefore set to 
16598 \series bold
16599 Display
16600 \series default
16601  and so set below the integrals:
16602 \begin_inset Formula 
16603 \begin{equation}
16604 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16605 \end{equation}
16606
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset VSpace medskip
16614 \end_inset
16615
16616 To specify conditions for limits, the commands 
16617 \series bold
16618
16619 \backslash
16620 subarray
16621 \series default
16622
16623 \begin_inset Index idx
16624 status collapsed
16625
16626 \begin_layout Plain Layout
16627 Commands ! S ! 
16628 \backslash
16629 subarray
16630 \end_layout
16631
16632 \end_inset
16633
16634  and 
16635 \series bold
16636
16637 \backslash
16638 substack
16639 \series default
16640
16641 \begin_inset Index idx
16642 status collapsed
16643
16644 \begin_layout Plain Layout
16645 Commands ! S ! 
16646 \backslash
16647 substack
16648 \end_layout
16649
16650 \end_inset
16651
16652  are used.
16653  To create for example this expression 
16654 \begin_inset Formula 
16655 \begin{equation}
16656 \sum_{\begin{subarray}{c}
16657 0<k<1000\\
16658 \\
16659 k\,\in\,\mathbb{N}
16660 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16661 \end{equation}
16662
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \begin_layout Standard
16669 the following has to be done:
16670 \begin_inset Newline newline
16671 \end_inset
16672
16673 First the command 
16674 \series bold
16675
16676 \backslash
16677 sum
16678 \series default
16679 ^
16680 \series bold
16681 n
16682 \begin_inset space \textvisiblespace{}
16683 \end_inset
16684
16685 _
16686 \series default
16687  is typed in.
16688  One is now in a blue box under the summation operator and insert there
16689  the command 
16690 \series bold
16691
16692 \backslash
16693 subarray
16694 \begin_inset space \textvisiblespace{}
16695 \end_inset
16696
16697
16698 \series default
16699 .
16700  The blue box is now within a purple box and now several lines can be written
16701  among each other.
16702  A new line is created by inserting a line break (
16703 \begin_inset Info
16704 type  "shortcut"
16705 arg   "newline-insert newline"
16706 \end_inset
16707
16708 ).
16709  When now
16710 \begin_inset Newline newline
16711 \end_inset
16712
16713
16714 \series bold
16715 0<k<1000 Ctrl+Return
16716 \begin_inset Newline newline
16717 \end_inset
16718
16719
16720 \series default
16721 is typed in, a new box appears below for the new line.
16722 \end_layout
16723
16724 \begin_layout Standard
16725 The alignment of the lines can be changed to left aligned with the 
16726 \family sans
16727 table
16728 \family default
16729  
16730 \family sans
16731 toolbar
16732 \family default
16733  or the menu 
16734 \family sans
16735 Edit\SpecialChar \menuseparator
16736 Rows &Columns
16737 \family default
16738 .
16739  To get right alignment, 
16740 \series bold
16741
16742 \backslash
16743 hfill
16744 \begin_inset space \textvisiblespace{}
16745 \end_inset
16746
16747
16748 \series default
16749  is inserted at the beginning of the line.
16750 \end_layout
16751
16752 \begin_layout Standard
16753 The command 
16754 \series bold
16755
16756 \backslash
16757 substack
16758 \series default
16759  is equivalent to 
16760 \series bold
16761
16762 \backslash
16763 subarray
16764 \series default
16765  with the difference that the lines are always centered.
16766 \end_layout
16767
16768 \begin_layout Standard
16769 \begin_inset VSpace bigskip
16770 \end_inset
16771
16772 Like in formula 
16773 \begin_inset CommandInset ref
16774 LatexCommand eqref
16775 reference "eq:substack"
16776
16777 \end_inset
16778
16779  there can be too much space beside an operator, because the characters
16780  following the operator are set beside the limits.
16781  To avoid this the command 
16782 \series bold
16783
16784 \backslash
16785 smashoperator
16786 \series default
16787
16788 \begin_inset Index idx
16789 status collapsed
16790
16791 \begin_layout Plain Layout
16792 Commands ! S ! 
16793 \backslash
16794 smashoperator
16795 \end_layout
16796
16797 \end_inset
16798
16799  can be used.
16800  To activate it, set in the document settings under 
16801 \family sans
16802 Math
16803 \begin_inset space ~
16804 \end_inset
16805
16806 Options
16807 \family default
16808  for the package 
16809 \series bold
16810 mathtools
16811 \series default
16812
16813 \begin_inset Index idx
16814 status collapsed
16815
16816 \begin_layout Plain Layout
16817 Packages ! mathtools
16818 \end_layout
16819
16820 \end_inset
16821
16822  the option 
16823 \family sans
16824 Load
16825 \begin_inset space ~
16826 \end_inset
16827
16828 always
16829 \family default
16830 .
16831  
16832 \series bold
16833
16834 \backslash
16835 smashoperator
16836 \series default
16837  sets the space besides the operator to 0
16838 \begin_inset space \thinspace{}
16839 \end_inset
16840
16841 pt.
16842 \begin_inset Newline newline
16843 \end_inset
16844
16845 Applied on formula 
16846 \begin_inset CommandInset ref
16847 LatexCommand eqref
16848 reference "eq:substack"
16849
16850 \end_inset
16851
16852 , one uses the command
16853 \end_layout
16854
16855 \begin_layout Standard
16856
16857 \series bold
16858
16859 \backslash
16860 smashoperator{
16861 \end_layout
16862
16863 \begin_layout Standard
16864 and inserts the operator with its limits into the braces.
16865  Behind the brace one continues the formula:
16866 \begin_inset Formula 
16867 \[
16868 \smashoperator{\sum_{\begin{subarray}{c}
16869 0<k<1000\\
16870 \\
16871 k\,\in\,\mathbb{N}
16872 \end{subarray}}^{n}}k^{-2}
16873 \]
16874
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \begin_layout Standard
16881 It is possible to set the space of only one side of the operator to 0
16882 \begin_inset space \thinspace{}
16883 \end_inset
16884
16885 pt.
16886  To do this write either 
16887 \series bold
16888 [l]
16889 \series default
16890  or 
16891 \series bold
16892 [r]
16893 \series default
16894  between 
16895 \series bold
16896
16897 \backslash
16898 smashoperator
16899 \series default
16900  and its brace.
16901  
16902 \series bold
16903 l
16904 \series default
16905  stands for the left and 
16906 \series bold
16907 r
16908 \series default
16909  for the right side of the operator.
16910  Here is an example of the possible 
16911 \series bold
16912
16913 \backslash
16914 smashoperator
16915 \series default
16916  forms:
16917 \end_layout
16918
16919 \begin_layout Standard
16920 \begin_inset Formula 
16921 \[
16922 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}
16923 \]
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \begin_layout Standard
16931 \begin_inset VSpace bigskip
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \begin_layout Standard
16938 When several consecutive operators have limits the typesetting of the limits
16939  looks often imperfect in the output, see this example:
16940 \begin_inset Formula 
16941 \[
16942 \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}
16943 \]
16944
16945 \end_inset
16946
16947 To improve the typesetting set in the document settings under 
16948 \family sans
16949 Math
16950 \begin_inset space ~
16951 \end_inset
16952
16953 Options
16954 \family default
16955  for the package 
16956 \series bold
16957 mathtools
16958 \series default
16959
16960 \begin_inset Index idx
16961 status collapsed
16962
16963 \begin_layout Plain Layout
16964 Packages ! mathtools
16965 \end_layout
16966
16967 \end_inset
16968
16969  the option 
16970 \family sans
16971 Load
16972 \begin_inset space ~
16973 \end_inset
16974
16975 always
16976 \family default
16977 .
16978  Then insert into your formula the command 
16979 \series bold
16980
16981 \backslash
16982 adjustlimits
16983 \series default
16984
16985 \begin_inset Index idx
16986 status collapsed
16987
16988 \begin_layout Plain Layout
16989 Commands ! A ! 
16990 \backslash
16991 adjustlimits
16992 \end_layout
16993
16994 \end_inset
16995
16996  directly before the first operator.
16997  The example will then look like this:
16998 \begin_inset Formula 
16999 \[
17000 \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}
17001 \]
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \begin_layout Standard
17009 \begin_inset VSpace bigskip
17010 \end_inset
17011
17012 How to use one limit for several operators is described in 
17013 \begin_inset CommandInset ref
17014 LatexCommand ref
17015 reference "sub:Self-defined-Operators"
17016
17017 \end_inset
17018
17019 .
17020 \end_layout
17021
17022 \begin_layout Subsection
17023 Decoration for Operators
17024 \begin_inset Index idx
17025 status collapsed
17026
17027 \begin_layout Plain Layout
17028 Operators ! Decoration
17029 \end_layout
17030
17031 \end_inset
17032
17033
17034 \end_layout
17035
17036 \begin_layout Standard
17037 With the commands 
17038 \series bold
17039
17040 \backslash
17041 overset
17042 \series default
17043
17044 \begin_inset Index idx
17045 status collapsed
17046
17047 \begin_layout Plain Layout
17048 Commands ! O ! 
17049 \backslash
17050 overset
17051 \end_layout
17052
17053 \end_inset
17054
17055  and 
17056 \series bold
17057
17058 \backslash
17059 underset
17060 \series default
17061
17062 \begin_inset Index idx
17063 status collapsed
17064
17065 \begin_layout Plain Layout
17066 Commands ! U ! 
17067 \backslash
17068 underset
17069 \end_layout
17070
17071 \end_inset
17072
17073  characters can be placed above or below an operator, respectively.
17074  With the command 
17075 \series bold
17076
17077 \backslash
17078 sideset
17079 \series default
17080
17081 \begin_inset Index idx
17082 status collapsed
17083
17084 \begin_layout Plain Layout
17085 Commands ! S ! 
17086 \backslash
17087 sideset
17088 \end_layout
17089
17090 \end_inset
17091
17092  characters can be set before and behind a big operator.
17093 \end_layout
17094
17095 \begin_layout Standard
17096 There are 4
17097 \begin_inset space ~
17098 \end_inset
17099
17100 variants of 
17101 \series bold
17102
17103 \backslash
17104 sideset
17105 \series default
17106 :
17107 \end_layout
17108
17109 \begin_layout Itemize
17110
17111 \series bold
17112
17113 \backslash
17114 sideset
17115 \series default
17116  is used to set characters at the corners of the operator
17117 \end_layout
17118
17119 \begin_layout Itemize
17120
17121 \series bold
17122
17123 \backslash
17124 sidesetn
17125 \series default
17126  is used to set characters before and/or behind the operator (this variant
17127  represents LaTeX's original 
17128 \series bold
17129
17130 \backslash
17131 sideset
17132 \series default
17133  command)
17134 \end_layout
17135
17136 \begin_layout Itemize
17137
17138 \series bold
17139
17140 \backslash
17141 sidesetl
17142 \series default
17143  is used to set characters at the left corners and/or behind the operator
17144 \end_layout
17145
17146 \begin_layout Itemize
17147
17148 \series bold
17149
17150 \backslash
17151 sidesetr
17152 \series default
17153  is used to set characters at the right corners and/or before the operator
17154 \end_layout
17155
17156 \begin_layout Standard
17157 For example the command 
17158 \series bold
17159
17160 \backslash
17161 sidesetn
17162 \begin_inset space \textvisiblespace{}
17163 \end_inset
17164
17165
17166 \backslash
17167 sum
17168 \begin_inset space \textvisiblespace{}
17169 \end_inset
17170
17171
17172 \begin_inset Formula $\to$
17173 \end_inset
17174
17175 '
17176 \begin_inset Formula $\to$
17177 \end_inset
17178
17179 _k=1
17180 \begin_inset space \textvisiblespace{}
17181 \end_inset
17182
17183
17184 \series default
17185 ^
17186 \series bold
17187 n
17188 \series default
17189  produces:
17190 \begin_inset Formula 
17191 \[
17192 \sideset{}{'}\sum_{k=1}^{n}
17193 \]
17194
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \begin_layout Standard
17201 \begin_inset Note Greyedout
17202 status open
17203
17204 \begin_layout Plain Layout
17205
17206 \series bold
17207 Note: 
17208 \backslash
17209 sideset
17210 \series default
17211  can only be used to decorate big operators, binary operators are not allowed.
17212 \end_layout
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \begin_layout Standard
17220
17221 \series bold
17222
17223 \backslash
17224 overset
17225 \series default
17226  and 
17227 \series bold
17228
17229 \backslash
17230 underset
17231 \series default
17232  can also be used to decorate symbols and characters.
17233  For example, the command 
17234 \series bold
17235
17236 \backslash
17237 overset
17238 \begin_inset space \textvisiblespace{}
17239 \end_inset
17240
17241
17242 \backslash
17243 maltese
17244 \begin_inset space \textvisiblespace{}
17245 \end_inset
17246
17247
17248 \series default
17249
17250 \begin_inset Formula $\uparrow$
17251 \end_inset
17252
17253
17254 \series bold
17255 a
17256 \series default
17257  produces:
17258 \begin_inset Formula 
17259 \[
17260 \overset{a}{\maltese}
17261 \]
17262
17263 \end_inset
17264
17265
17266 \end_layout
17267
17268 \begin_layout Subsection
17269 Binary Operators
17270 \begin_inset CommandInset label
17271 LatexCommand label
17272 name "sub:Binary-Operators"
17273
17274 \end_inset
17275
17276
17277 \begin_inset Index idx
17278 status collapsed
17279
17280 \begin_layout Plain Layout
17281 Operators ! binary
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Standard
17290 Binary operators are surrounded by space when there is a character before
17291  and after them.
17292 \begin_inset VSpace medskip
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \begin_layout Standard
17299 \begin_inset space \hfill{}
17300 \end_inset
17301
17302
17303 \begin_inset Tabular
17304 <lyxtabular version="3" rows="13" columns="2">
17305 <features rotate="0" tabularvalignment="middle">
17306 <column alignment="center" valignment="top" width="0pt">
17307 <column alignment="center" valignment="top" width="0pt">
17308 <row>
17309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 Command
17314 \begin_inset Note Note
17315 status collapsed
17316
17317 \begin_layout Plain Layout
17318
17319 \series bold
17320
17321 \backslash
17322 raisebox
17323 \series default
17324  is only used as spacer.
17325 \end_layout
17326
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 Result
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 +
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358 \begin_inset Formula $+$
17359 \end_inset
17360
17361
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 -
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 \begin_inset Formula $-$
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 </row>
17390 <row>
17391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395
17396 \backslash
17397 pm
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 \begin_inset Formula $\pm$
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 </row>
17415 <row>
17416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420
17421 \backslash
17422 mp
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 \begin_inset Formula $\mp$
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445
17446 \backslash
17447 cdot
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $\cdot$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470
17471 \backslash
17472 times
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $\times$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495
17496 \backslash
17497 div
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset Formula $\div$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 <row>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 \begin_inset ERT
17521 status collapsed
17522
17523 \begin_layout Plain Layout
17524
17525
17526 \backslash
17527 raisebox{-1.2mm}{
17528 \end_layout
17529
17530 \end_inset
17531
17532 *
17533 \begin_inset ERT
17534 status collapsed
17535
17536 \begin_layout Plain Layout
17537
17538 }
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 \begin_inset Formula $*$
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 <row>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566
17567 \backslash
17568 star
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 \begin_inset Formula $\star$
17578 \end_inset
17579
17580
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 <row>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591
17592 \backslash
17593 circ
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602 \begin_inset Formula $\circ$
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 </row>
17611 <row>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616
17617 \backslash
17618 diamond
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 \begin_inset Formula $\diamond$
17628 \end_inset
17629
17630
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 </row>
17636 <row>
17637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641
17642 \backslash
17643 bullet
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\bullet$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 </row>
17661 </lyxtabular>
17662
17663 \end_inset
17664
17665
17666 \begin_inset space \hfill{}
17667 \end_inset
17668
17669
17670 \begin_inset Tabular
17671 <lyxtabular version="3" rows="13" columns="2">
17672 <features rotate="0" tabularvalignment="middle">
17673 <column alignment="center" valignment="top" width="0pt">
17674 <column alignment="center" valignment="top" width="0pt">
17675 <row>
17676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680 Command
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 Result
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \backslash
17702 nabla
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711 \begin_inset Formula $\nabla$
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 </row>
17720 <row>
17721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725
17726 \backslash
17727 bigtriangledown
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\bigtriangledown$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row>
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750
17751 \backslash
17752 bigtriangleup
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 \begin_inset Formula $\bigtriangleup$
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 <row>
17771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775
17776 \backslash
17777 Box
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 \begin_inset Formula $\Box$
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 </row>
17795 <row>
17796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800
17801 \backslash
17802 cap 
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 \begin_inset Formula $\cap$
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 </row>
17820 <row>
17821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825
17826 \backslash
17827 cup
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836 \begin_inset Formula $\cup$
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 </row>
17845 <row>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \backslash
17852 dagger
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861 \begin_inset Formula $\dagger$
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 </row>
17870 <row>
17871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875
17876 \backslash
17877 ddagger
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 \begin_inset Formula $\ddagger$
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 <row>
17896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900
17901 \backslash
17902 wr
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 \begin_inset Formula $\wr$
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 </row>
17920 <row>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \backslash
17927 bigcirc
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 \begin_inset Formula $\bigcirc$
17937 \end_inset
17938
17939
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950
17951 \backslash
17952 wedge
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 \begin_inset Formula $\wedge$
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 </row>
17970 <row>
17971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975
17976 \backslash
17977 vee
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 \begin_inset Formula $\vee$
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 </row>
17995 </lyxtabular>
17996
17997 \end_inset
17998
17999
18000 \begin_inset space \hfill{}
18001 \end_inset
18002
18003
18004 \begin_inset Tabular
18005 <lyxtabular version="3" rows="13" columns="2">
18006 <features rotate="0" tabularvalignment="middle">
18007 <column alignment="center" valignment="top" width="0pt">
18008 <column alignment="center" valignment="top" width="0pt">
18009 <row>
18010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 Command
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 Result
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 </row>
18029 <row>
18030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034
18035 \backslash
18036 oplus
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 \begin_inset Formula $\oplus$
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 </row>
18054 <row>
18055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059
18060 \backslash
18061 ominus
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 \begin_inset Formula $\ominus$
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 <row>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \backslash
18086 otimes
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 \begin_inset Formula $\otimes$
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 <row>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \backslash
18111 oslash
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 \begin_inset Formula $\oslash$
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 </row>
18129 <row>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \backslash
18136 odot
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 \begin_inset Formula $\odot$
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 </row>
18154 <row>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159
18160 \backslash
18161 amalg
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 \begin_inset Formula $\amalg$
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \backslash
18186 uplus
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 \begin_inset Formula $\uplus$
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 </row>
18204 <row>
18205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209
18210 \backslash
18211 setminus
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220 \begin_inset Formula $\setminus$
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 </row>
18229 <row>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \backslash
18236 sqcap
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 \begin_inset Formula $\sqcap$
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 </row>
18254 <row>
18255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259
18260 \backslash
18261 sqcup
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 \begin_inset Formula $\sqcup$
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 <row>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284
18285 \backslash
18286 triangleleft
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295 \begin_inset Formula $\triangleleft$
18296 \end_inset
18297
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
18305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309
18310 \backslash
18311 triangleright
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 \begin_inset Formula $\triangleright$
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 </row>
18329 </lyxtabular>
18330
18331 \end_inset
18332
18333
18334 \begin_inset space \hfill{}
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 All binary operators can also be inserted via the math toolbar button 
18342 \begin_inset Info
18343 type  "icon"
18344 arg   "math-insert \\pm"
18345 \end_inset
18346
18347 .
18348 \end_layout
18349
18350 \begin_layout Standard
18351 To typeset the Laplace operator also 
18352 \series bold
18353
18354 \backslash
18355 Delta
18356 \series default
18357  or 
18358 \series bold
18359
18360 \backslash
18361 nabla
18362 \series default
18363 ^
18364 \series bold
18365 2
18366 \series default
18367  (
18368 \begin_inset Formula $\nabla^{2}$
18369 \end_inset
18370
18371 ) can be used instead of 
18372 \series bold
18373
18374 \backslash
18375 bigtriangleup
18376 \series default
18377  .
18378 \end_layout
18379
18380 \begin_layout Standard
18381 The character 
18382 \family sans
18383 Menu Separator
18384 \family default
18385  from the menu 
18386 \family sans
18387 Insert\SpecialChar \menuseparator
18388 Special Character
18389 \family default
18390  is the operator 
18391 \series bold
18392
18393 \backslash
18394 triangleright
18395 \series default
18396 .
18397 \end_layout
18398
18399 \begin_layout Subsection
18400 Self-defined Operators
18401 \begin_inset CommandInset label
18402 LatexCommand label
18403 name "sub:Self-defined-Operators"
18404
18405 \end_inset
18406
18407
18408 \begin_inset Index idx
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412 Operators ! self-defined
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \begin_layout Standard
18421 With the help of the command 
18422 \series bold
18423
18424 \backslash
18425 DeclareMathOperator
18426 \series default
18427
18428 \begin_inset Index idx
18429 status collapsed
18430
18431 \begin_layout Plain Layout
18432 Commands ! D ! 
18433 \backslash
18434 dbinom@
18435 \backslash
18436 DeclareMathOperator
18437 \end_layout
18438
18439 \end_inset
18440
18441  custom operators can be defined in the LaTeX-preamble.
18442  Its command scheme is:
18443 \end_layout
18444
18445 \begin_layout Standard
18446
18447 \series bold
18448
18449 \backslash
18450 DeclareMathOperator{new command}{display}
18451 \end_layout
18452
18453 \begin_layout Standard
18454 Display can be characters or symbols that define how the operator looks
18455  in the output.
18456  To define a big operator a * is set behind the command.
18457  All self-defined big operators can have limits as described in 
18458 \begin_inset CommandInset ref
18459 LatexCommand ref
18460 reference "sub:Operator-Limits"
18461
18462 \end_inset
18463
18464 .
18465 \end_layout
18466
18467 \begin_layout Standard
18468 For example the LaTeX-preamble line
18469 \end_layout
18470
18471 \begin_layout Standard
18472
18473 \series bold
18474
18475 \backslash
18476 DeclareMathOperator*{
18477 \backslash
18478 Lozenge}{
18479 \backslash
18480 blacklozenge}
18481 \end_layout
18482
18483 \begin_layout Standard
18484 defines the command 
18485 \series bold
18486
18487 \backslash
18488 Lozenge
18489 \series default
18490 , that inserts a big operator consisting of the lozenge symbol from 
18491 \begin_inset CommandInset ref
18492 LatexCommand ref
18493 reference "sub:Miscellaneous-Symbols"
18494
18495 \end_inset
18496
18497 :
18498 \begin_inset Formula 
18499 \[
18500 \Lozenge_{n=1}^{\infty}
18501 \]
18502
18503 \end_inset
18504
18505 The command for this formula is: 
18506 \series bold
18507
18508 \backslash
18509 Lozenge
18510 \series default
18511 ^
18512 \series bold
18513
18514 \backslash
18515 infty
18516 \begin_inset Formula $\to$
18517 \end_inset
18518
18519 _n=1
18520 \end_layout
18521
18522 \begin_layout Standard
18523 \begin_inset VSpace bigskip
18524 \end_inset
18525
18526 When self-defined operators are not used several times in the document,
18527  they can also be defined with the commands 
18528 \series bold
18529
18530 \backslash
18531 mathop
18532 \series default
18533
18534 \begin_inset Index idx
18535 status collapsed
18536
18537 \begin_layout Plain Layout
18538 Commands ! M ! 
18539 \backslash
18540 mathop
18541 \end_layout
18542
18543 \end_inset
18544
18545  and 
18546 \series bold
18547
18548 \backslash
18549 mathbin
18550 \series default
18551
18552 \begin_inset Index idx
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556 Commands ! M ! 
18557 \backslash
18558 mathbin
18559 \end_layout
18560
18561 \end_inset
18562
18563 , which have the following scheme:
18564 \end_layout
18565
18566 \begin_layout Standard
18567
18568 \series bold
18569
18570 \backslash
18571 mathop{display}
18572 \series default
18573  and 
18574 \series bold
18575
18576 \backslash
18577 mathbin{display}
18578 \end_layout
18579
18580 \begin_layout Standard
18581
18582 \series bold
18583
18584 \backslash
18585 mathop
18586 \series default
18587  defines big operators, 
18588 \series bold
18589
18590 \backslash
18591 mathbin
18592 \series default
18593  binary operators.
18594 \end_layout
18595
18596 \begin_layout Standard
18597
18598 \series bold
18599
18600 \backslash
18601 mathop
18602 \series default
18603  can e.
18604 \begin_inset space \thinspace{}
18605 \end_inset
18606
18607 g.
18608 \begin_inset space \space{}
18609 \end_inset
18610
18611 be used to use one limit for several operators:
18612 \end_layout
18613
18614 \begin_layout Standard
18615 \begin_inset Formula 
18616 \[
18617 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18618 \]
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \begin_layout Standard
18626 The command for the formula above is:
18627 \begin_inset Newline newline
18628 \end_inset
18629
18630
18631 \series bold
18632
18633 \backslash
18634 mathop{
18635 \backslash
18636 sum
18637 \backslash
18638 negmedspace
18639 \backslash
18640 sum
18641 \series default
18642
18643 \begin_inset space \textvisiblespace{}
18644 \end_inset
18645
18646
18647 \series bold
18648
18649 \begin_inset Formula $\to$
18650 \end_inset
18651
18652 ^N
18653 \series default
18654
18655 \begin_inset space \textvisiblespace{}
18656 \end_inset
18657
18658
18659 \series bold
18660 _i,j=1
18661 \end_layout
18662
18663 \begin_layout Section
18664 Fonts
18665 \begin_inset Index idx
18666 status collapsed
18667
18668 \begin_layout Plain Layout
18669 Fonts
18670 \end_layout
18671
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \begin_layout Subsection
18678 Font Styles
18679 \begin_inset CommandInset label
18680 LatexCommand label
18681 name "sub:Font-Styles"
18682
18683 \end_inset
18684
18685
18686 \begin_inset Index idx
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690 Font ! style
18691 \end_layout
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \begin_layout Standard
18699 Latin letters in formulas can be set in one of the following font styles:
18700 \begin_inset VSpace -2mm
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \begin_layout Standard
18707 \align center
18708 \begin_inset Tabular
18709 <lyxtabular version="3" rows="7" columns="3">
18710 <features rotate="0" tabularvalignment="middle">
18711 <column alignment="center" valignment="top">
18712 <column alignment="center" valignment="top">
18713 <column alignment="center" valignment="top">
18714 <row>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 Command
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 Result
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 shortcut
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 </row>
18743 <row>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \backslash
18750 mathbb
18751 \series bold
18752
18753 \begin_inset space \textvisiblespace{}
18754 \end_inset
18755
18756
18757 \series default
18758 ABC
18759 \end_layout
18760
18761 \end_inset
18762 </cell>
18763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18764 \begin_inset Text
18765
18766 \begin_layout Plain Layout
18767 \begin_inset Formula $\mathbb{ABC}$
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 \begin_inset Info
18780 type  "shortcuts"
18781 arg   "font-noun"
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 </row>
18790 <row>
18791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795
18796 \backslash
18797 mathbf
18798 \series bold
18799
18800 \begin_inset space \textvisiblespace{}
18801 \end_inset
18802
18803
18804 \series default
18805 AbC
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814 \begin_inset Formula $\mathbf{AbC}$
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826 \begin_inset Info
18827 type  "shortcuts"
18828 arg   "font-bold"
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 </row>
18837 <row>
18838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842
18843 \backslash
18844 boldsymbol
18845 \series bold
18846
18847 \begin_inset space \textvisiblespace{}
18848 \end_inset
18849
18850
18851 \series default
18852 AbC
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 \begin_inset Formula $\boldsymbol{AbC}$
18862 \end_inset
18863
18864
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873 \begin_inset Info
18874 type  "shortcuts"
18875 arg   "font-boldsymbol"
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row>
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \backslash
18891 mathcal
18892 \series bold
18893
18894 \begin_inset space \textvisiblespace{}
18895 \end_inset
18896
18897
18898 \series default
18899 ABC
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908 \begin_inset Formula $\mathcal{ABC}$
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 \begin_inset Info
18921 type  "shortcuts"
18922 arg   "font-emph"
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 </row>
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936
18937 \backslash
18938 mathfrak
18939 \series bold
18940
18941 \begin_inset space \textvisiblespace{}
18942 \end_inset
18943
18944
18945 \series default
18946 AbC
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955 \begin_inset Formula $\mathfrak{AbC}$
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967 -
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 </row>
18973 <row>
18974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978
18979 \backslash
18980 mathscr
18981 \series bold
18982
18983 \begin_inset space \textvisiblespace{}
18984 \end_inset
18985
18986
18987 \series default
18988 AbC
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 \begin_inset Formula $\mathscr{AbC}$
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 -
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 </lyxtabular>
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 \align center
19024 \begin_inset Tabular
19025 <lyxtabular version="3" rows="5" columns="3">
19026 <features rotate="0" tabularvalignment="middle">
19027 <column alignment="center" valignment="top">
19028 <column alignment="center" valignment="top">
19029 <column alignment="center" valignment="top">
19030 <row>
19031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 Command
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 Result
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053 shortcut
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 </row>
19059 <row>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \backslash
19066 mathit
19067 \series bold
19068
19069 \begin_inset space \textvisiblespace{}
19070 \end_inset
19071
19072
19073 \series default
19074 AbC
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 \begin_inset Formula $\mathit{AbC}$
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 -
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 </row>
19101 <row>
19102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106
19107 \backslash
19108 mathrm
19109 \series bold
19110
19111 \begin_inset space \textvisiblespace{}
19112 \end_inset
19113
19114
19115 \series default
19116 AbC
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 \begin_inset Formula $\mathrm{AbC}$
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 \begin_inset Info
19138 type  "shortcuts"
19139 arg   "font-roman"
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \backslash
19155 mathsf
19156 \series bold
19157
19158 \begin_inset space \textvisiblespace{}
19159 \end_inset
19160
19161
19162 \series default
19163 AbC
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 \begin_inset Formula $\mathsf{AbC}$
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184 \begin_inset Info
19185 type  "shortcuts"
19186 arg   "font-sans"
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 </row>
19195 <row>
19196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200
19201 \backslash
19202 mathtt
19203 \series bold
19204
19205 \begin_inset space \textvisiblespace{}
19206 \end_inset
19207
19208
19209 \series default
19210 AbC
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219 \begin_inset Formula $\mathtt{AbC}$
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 \begin_inset Info
19232 type  "shortcuts"
19233 arg   "font-typewriter"
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 </lyxtabular>
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \begin_layout Standard
19250 \begin_inset Note Greyedout
19251 status open
19252
19253 \begin_layout Plain Layout
19254
19255 \series bold
19256 Note:
19257 \series default
19258  The styles 
19259 \series bold
19260
19261 \backslash
19262 mathbb
19263 \series default
19264  and 
19265 \series bold
19266
19267 \backslash
19268 mathcal
19269 \series default
19270  can only be used for big letters.
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Standard
19279 Predefined is the style 
19280 \series bold
19281
19282 \backslash
19283 mathnormal
19284 \series default
19285 .
19286 \end_layout
19287
19288 \begin_layout Standard
19289 The style commands work also for letters in mathematical constructs:
19290 \begin_inset Formula 
19291 \[
19292 \mathfrak{A=\frac{b}{C}}
19293 \]
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 Characters in mathematical text don't appear in a math font style but in
19302  the text font style 
19303 \series bold
19304
19305 \backslash
19306 textrm
19307 \series default
19308 .
19309  That their style can't be set correctly via the text style dialog is a
19310  bug in LyX.
19311 \begin_inset Foot
19312 status collapsed
19313
19314 \begin_layout Plain Layout
19315 \begin_inset CommandInset href
19316 LatexCommand href
19317 name "LyX-bug #4629"
19318 target "http://www.lyx.org/trac/ticket/4629"
19319
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \begin_layout Standard
19331 Instead of the style commands the dialog 
19332 \family sans
19333 Edit\SpecialChar \menuseparator
19334 Math\SpecialChar \menuseparator
19335 Text Style
19336 \family default
19337  or the toolbar button 
19338 \begin_inset Info
19339 type  "icon"
19340 arg   "math-insert \\font"
19341 \end_inset
19342
19343  can be used.
19344 \end_layout
19345
19346 \begin_layout Subsection
19347 Bold Formulas
19348 \begin_inset CommandInset label
19349 LatexCommand label
19350 name "sub:Bold-Formulas"
19351
19352 \end_inset
19353
19354
19355 \begin_inset Index idx
19356 status collapsed
19357
19358 \begin_layout Plain Layout
19359 Formula ! bold
19360 \end_layout
19361
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \begin_layout Standard
19368 To make a complete formula bold, the command 
19369 \series bold
19370
19371 \backslash
19372 mathbf
19373 \series default
19374  from the previous subsection cannot be used, because it doesn't work for
19375  small Greek letters.
19376  Furthermore it prints Latin letters always upright, like in the following
19377  equation:
19378 \end_layout
19379
19380 \begin_layout Standard
19381 \begin_inset Formula 
19382 \[
19383 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
19384 \]
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \begin_layout Standard
19392 To display the formula correctly, the command 
19393 \series bold
19394
19395 \backslash
19396 boldsymbol
19397 \series default
19398  is used:
19399 \begin_inset Formula 
19400 \[
19401 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
19402 \]
19403
19404 \end_inset
19405
19406 It is also possible to set the formula in a 
19407 \series bold
19408 boldmath environment
19409 \series default
19410 .
19411  This environment is created by inserting the command 
19412 \series bold
19413
19414 \backslash
19415 boldmath
19416 \series default
19417
19418 \begin_inset Index idx
19419 status collapsed
19420
19421 \begin_layout Plain Layout
19422 Commands ! B ! 
19423 \backslash
19424 boldmath
19425 \end_layout
19426
19427 \end_inset
19428
19429  in TeX-mode.
19430  To end the environment, the command 
19431 \series bold
19432
19433 \backslash
19434 unboldmath
19435 \series default
19436
19437 \begin_inset Index idx
19438 status collapsed
19439
19440 \begin_layout Plain Layout
19441 Commands ! U ! 
19442 \backslash
19443 unboldmath
19444 \end_layout
19445
19446 \end_inset
19447
19448  is inserted in TeX-mode.
19449 \begin_inset ERT
19450 status collapsed
19451
19452 \begin_layout Plain Layout
19453
19454
19455 \backslash
19456 boldmath 
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \begin_inset Formula 
19463 \[
19464 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19465 \]
19466
19467 \end_inset
19468
19469
19470 \begin_inset ERT
19471 status collapsed
19472
19473 \begin_layout Plain Layout
19474
19475
19476 \backslash
19477 unboldmath 
19478 \end_layout
19479
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \begin_layout Subsection
19486 Colored Formulas
19487 \begin_inset Index idx
19488 status collapsed
19489
19490 \begin_layout Plain Layout
19491 Formula ! colored
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \begin_layout Standard
19500 Formulas can be colored like normal text: Highlight a formula or a formula
19501  part and use the 
19502 \family sans
19503 Text Style
19504 \family default
19505  dialog.
19506  Here is a formula in magenta:
19507 \begin_inset Formula 
19508 \[
19509 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19510 \]
19511
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \begin_layout Standard
19518 You can also define your own colors as described in 
19519 \begin_inset CommandInset ref
19520 LatexCommand ref
19521 reference "sub:Colored-Boxes"
19522
19523 \end_inset
19524
19525 .
19526  They can be used with the TeX code command 
19527 \series bold
19528
19529 \backslash
19530 textcolor
19531 \series default
19532
19533 \begin_inset Index idx
19534 status collapsed
19535
19536 \begin_layout Plain Layout
19537 Commands ! T ! 
19538 \backslash
19539 textcolor
19540 \end_layout
19541
19542 \end_inset
19543
19544  in the scheme
19545 \end_layout
19546
19547 \begin_layout Standard
19548
19549 \series bold
19550
19551 \backslash
19552 textcolor{color}{characters or formula}
19553 \end_layout
19554
19555 \begin_layout Standard
19556 The following example was colored completely dark green and partly red:
19557 \end_layout
19558
19559 \begin_layout Standard
19560 \begin_inset ERT
19561 status collapsed
19562
19563 \begin_layout Plain Layout
19564
19565
19566 \backslash
19567 textcolor{darkgreen}{
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \begin_inset Formula 
19574 \[
19575 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19576 \]
19577
19578 \end_inset
19579
19580
19581 \begin_inset ERT
19582 status collapsed
19583
19584 \begin_layout Plain Layout
19585
19586 }
19587 \end_layout
19588
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \begin_layout Standard
19595 Due to a bug in LyX only complete formulas can be colored with self-defined
19596  colors.
19597 \begin_inset Foot
19598 status collapsed
19599
19600 \begin_layout Plain Layout
19601 \begin_inset CommandInset href
19602 LatexCommand href
19603 name "LyX-bug #5269"
19604 target "http://www.lyx.org/trac/ticket/5269"
19605
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \begin_layout Subsection
19617 Font Sizes
19618 \begin_inset CommandInset label
19619 LatexCommand label
19620 name "sub:Font-Sizes"
19621
19622 \end_inset
19623
19624
19625 \begin_inset Index idx
19626 status collapsed
19627
19628 \begin_layout Plain Layout
19629 Font ! size
19630 \end_layout
19631
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \begin_layout Standard
19638 For characters in formulas there are, analog to characters in text, the
19639  following size commands:
19640 \end_layout
19641
19642 \begin_layout Standard
19643
19644 \series bold
19645
19646 \backslash
19647 Huge
19648 \series default
19649
19650 \series bold
19651
19652 \backslash
19653 huge
19654 \series default
19655
19656 \series bold
19657
19658 \backslash
19659 LARGE
19660 \series default
19661
19662 \series bold
19663
19664 \backslash
19665 Large
19666 \series default
19667
19668 \series bold
19669
19670 \backslash
19671 large
19672 \series default
19673
19674 \series bold
19675
19676 \backslash
19677 normalsize
19678 \series default
19679
19680 \series bold
19681
19682 \backslash
19683 small
19684 \series default
19685 ,
19686 \begin_inset Newline newline
19687 \end_inset
19688
19689
19690 \series bold
19691
19692 \backslash
19693 footnotesize
19694 \series default
19695
19696 \series bold
19697
19698 \backslash
19699 scriptsize
19700 \series default
19701  and 
19702 \series bold
19703
19704 \backslash
19705 tiny
19706 \end_layout
19707
19708 \begin_layout Standard
19709 The size produced by the commands depends on the document font size, which
19710  corresponds to the command 
19711 \series bold
19712
19713 \backslash
19714 normalsize
19715 \series default
19716 .
19717  The other commands produce smaller or larger sizes than 
19718 \series bold
19719
19720 \backslash
19721 normalsize
19722 \series default
19723 .
19724  The font size can however not exceed a certain value.
19725  Is for example the document font size 12
19726 \begin_inset space \thinspace{}
19727 \end_inset
19728
19729 pt, the command 
19730 \series bold
19731
19732 \backslash
19733 Huge
19734 \series default
19735  switches to the same size as 
19736 \series bold
19737
19738 \backslash
19739 huge
19740 \series default
19741 .
19742  
19743 \end_layout
19744
19745 \begin_layout Standard
19746 A size command is inserted in TeX-mode before the formula and sets the size
19747  for all following formula and text characters.
19748  To switch back to the initial size, the command 
19749 \series bold
19750
19751 \backslash
19752 normalsize
19753 \series default
19754  is inserted behind the formula in TeX-mode.
19755 \end_layout
19756
19757 \begin_layout Standard
19758 Within a formula the size can be changed using the following size commands
19759  or the toolbar button 
19760 \begin_inset Info
19761 type  "icon"
19762 arg   "math-insert \\style"
19763 \end_inset
19764
19765 :
19766 \end_layout
19767
19768 \begin_layout Standard
19769 \noindent
19770 \align center
19771 \begin_inset Tabular
19772 <lyxtabular version="3" rows="5" columns="2">
19773 <features rotate="0" tabularvalignment="middle">
19774 <column alignment="center" valignment="top">
19775 <column alignment="center" valignment="top">
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 Command
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790 Result
19791 \begin_inset Note Note
19792 status collapsed
19793
19794 \begin_layout Plain Layout
19795
19796 \series bold
19797
19798 \backslash
19799 raisebox
19800 \series default
19801  is only used as spacer.
19802 \end_layout
19803
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \backslash
19819 displaystyle
19820 \begin_inset Index idx
19821 status collapsed
19822
19823 \begin_layout Plain Layout
19824 Commands ! D ! 
19825 \backslash
19826 displaystyle
19827 \end_layout
19828
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19841 \end_inset
19842
19843
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 </row>
19849 <row>
19850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \backslash
19856 textstyle
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 </row>
19874 <row>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \backslash
19881 scriptstyle
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 </row>
19899 <row>
19900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904
19905 \backslash
19906 scriptscriptstyle
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 </row>
19924 </lyxtabular>
19925
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \begin_layout Standard
19932 After entering these commands, a blue box appears in which the formula parts
19933  are inserted.
19934 \end_layout
19935
19936 \begin_layout Standard
19937 There is a further method to change the font size, that though only works
19938  for symbols or letters in mathematical text.
19939  To use it, one of the above text size commands is inserted in mathematical
19940  text.
19941  All following characters until the end of the mathematical text or until
19942  another size command will have the selected size.
19943  Two examples:
19944 \begin_inset VSpace -2mm
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout Standard
19951 \begin_inset ERT
19952 status collapsed
19953
19954 \begin_layout Plain Layout
19955
19956
19957 \backslash
19958 huge 
19959 \end_layout
19960
19961 \end_inset
19962
19963
19964 \begin_inset Formula 
19965 \[
19966 A=\frac{B}{c}\cdot\maltese
19967 \]
19968
19969 \end_inset
19970
19971
19972 \begin_inset Formula 
19973 \[
19974 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19975 \]
19976
19977 \end_inset
19978
19979
19980 \begin_inset ERT
19981 status collapsed
19982
19983 \begin_layout Plain Layout
19984
19985
19986 \backslash
19987 normalsize 
19988 \end_layout
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \begin_layout Standard
19996 \begin_inset VSpace medskip
19997 \end_inset
19998
19999 Before both formulas the command 
20000 \series bold
20001
20002 \backslash
20003 huge
20004 \series default
20005  was inserted.
20006  The command for the second formula is:
20007 \begin_inset Newline newline
20008 \end_inset
20009
20010
20011 \series bold
20012
20013 \backslash
20014 maltese
20015 \begin_inset space \textvisiblespace{}
20016 \end_inset
20017
20018 A Alt+M M 
20019 \backslash
20020 Large
20021 \begin_inset space \textvisiblespace{}
20022 \end_inset
20023
20024
20025 \backslash
20026 maltese
20027 \begin_inset space \textvisiblespace{}
20028 \end_inset
20029
20030
20031 \backslash
20032 textit
20033 \begin_inset space \textvisiblespace{}
20034 \end_inset
20035
20036 A
20037 \begin_inset Formula $\to$
20038 \end_inset
20039
20040
20041 \begin_inset Formula $\to$
20042 \end_inset
20043
20044
20045 \begin_inset Newline newline
20046 \end_inset
20047
20048
20049 \begin_inset space \hspace*{}
20050 \length 1cm
20051 \end_inset
20052
20053 Alt+M
20054 \series default
20055  
20056 \series bold
20057
20058 \backslash
20059 tiny
20060 \begin_inset space \textvisiblespace{}
20061 \end_inset
20062
20063
20064 \backslash
20065 maltese
20066 \begin_inset space \textvisiblespace{}
20067 \end_inset
20068
20069
20070 \backslash
20071 textit
20072 \begin_inset space \textvisiblespace{}
20073 \end_inset
20074
20075 A
20076 \end_layout
20077
20078 \begin_layout Standard
20079 If a symbol cannot be displayed in different sizes, it will always be displayed
20080  in the default size.
20081 \end_layout
20082
20083 \begin_layout Section
20084 Greek Letters
20085 \begin_inset Index idx
20086 status collapsed
20087
20088 \begin_layout Plain Layout
20089 Greek letters
20090 \end_layout
20091
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \begin_layout Standard
20098 Greek letters can also be inserted via the toolbar button 
20099 \begin_inset Info
20100 type  "icon"
20101 arg   "math-insert \\alpha"
20102 \end_inset
20103
20104 .
20105  All international typesetting norms purport that Greek letters in math
20106  have to be typeset italic/slanted.
20107  In some languages, like French or Russian, they are nevertheless sometimes
20108  typeset upright.
20109 \end_layout
20110
20111 \begin_layout Subsection
20112 Small Letters
20113 \begin_inset Index idx
20114 status collapsed
20115
20116 \begin_layout Plain Layout
20117 Greek letters ! small
20118 \end_layout
20119
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Standard
20126 \begin_inset space \hfill{}
20127 \end_inset
20128
20129
20130 \begin_inset Tabular
20131 <lyxtabular version="3" rows="11" columns="2">
20132 <features rotate="0" tabularvalignment="middle">
20133 <column alignment="center" valignment="top" width="0pt">
20134 <column alignment="center" valignment="top" width="0pt">
20135 <row>
20136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 Command
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 Result
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 </row>
20155 <row>
20156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160
20161 \backslash
20162 alpha
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset Formula $\alpha$
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 </row>
20180 <row>
20181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185
20186 \backslash
20187 beta
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196 \begin_inset Formula $\beta$
20197 \end_inset
20198
20199
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 </row>
20205 <row>
20206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20207 \begin_inset Text
20208
20209 \begin_layout Plain Layout
20210
20211 \backslash
20212 gamma
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Plain Layout
20221 \begin_inset Formula $\gamma$
20222 \end_inset
20223
20224
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 </row>
20230 <row>
20231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235
20236 \backslash
20237 delta
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246 \begin_inset Formula $\delta$
20247 \end_inset
20248
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 </row>
20255 <row>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260
20261 \backslash
20262 epsilon
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset Formula $\epsilon$
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 </row>
20280 <row>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285
20286 \backslash
20287 varepsilon
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296 \begin_inset Formula $\varepsilon$
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 </row>
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310
20311 \backslash
20312 zeta
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Formula $\zeta$
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 <row>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335
20336 \backslash
20337 eta
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset Formula $\eta$
20347 \end_inset
20348
20349
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \backslash
20362 theta
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 \begin_inset Formula $\theta$
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 </row>
20380 <row>
20381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \backslash
20387 vartheta
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396 \begin_inset Formula $\vartheta$
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 </row>
20405 </lyxtabular>
20406
20407 \end_inset
20408
20409
20410 \begin_inset space \hfill{}
20411 \end_inset
20412
20413
20414 \begin_inset Tabular
20415 <lyxtabular version="3" rows="12" columns="2">
20416 <features rotate="0" tabularvalignment="middle">
20417 <column alignment="center" valignment="top" width="0pt">
20418 <column alignment="center" valignment="top" width="0pt">
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 Command
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433 Result
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444
20445 \backslash
20446 iota
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455 \begin_inset Formula $\iota$
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 </row>
20464 <row>
20465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469
20470 \backslash
20471 kappa
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480 \begin_inset Formula $\kappa$
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 </row>
20489 <row>
20490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494
20495 \backslash
20496 varkappa
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505 \begin_inset Formula $\varkappa$
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row>
20515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \backslash
20521 lambda
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 \begin_inset Formula $\lambda$
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 </row>
20539 <row>
20540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \backslash
20546 mu
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555 \begin_inset Formula $\mu$
20556 \end_inset
20557
20558
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 </row>
20564 <row>
20565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569
20570 \backslash
20571 nu
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580 \begin_inset Formula $\nu$
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 </row>
20589 <row>
20590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594
20595 \backslash
20596 xi
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 \begin_inset Formula $\xi$
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 </row>
20614 <row>
20615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 o
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 \begin_inset Formula $o$
20629 \end_inset
20630
20631
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 <row>
20638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642
20643 \backslash
20644 pi
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653 \begin_inset Formula $\pi$
20654 \end_inset
20655
20656
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 </row>
20662 <row>
20663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667
20668 \backslash
20669 varpi
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678 \begin_inset Formula $\varpi$
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 </row>
20687 <row>
20688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692
20693 \backslash
20694 rho
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 \begin_inset Formula $\rho$
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 </lyxtabular>
20713
20714 \end_inset
20715
20716
20717 \begin_inset space \hfill{}
20718 \end_inset
20719
20720
20721 \begin_inset Tabular
20722 <lyxtabular version="3" rows="11" columns="2">
20723 <features rotate="0" tabularvalignment="middle">
20724 <column alignment="center" valignment="top" width="0pt">
20725 <column alignment="center" valignment="top" width="0pt">
20726 <row>
20727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731 Command
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740 Result
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \backslash
20753 varrho
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $\varrho$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 sigma
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\sigma$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 varsigma
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812 \begin_inset Formula $\varsigma$
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 <row>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \backslash
20828 tau
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 \begin_inset Formula $\tau$
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 upsilon
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\upsilon$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 phi
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\phi$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 varphi
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\varphi$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \backslash
20928 chi
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Formula $\chi$
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 <row>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951
20952 \backslash
20953 psi
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 \begin_inset Formula $\psi$
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 <row>
20972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976
20977 \backslash
20978 omega
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\omega$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 </lyxtabular>
20997
20998 \end_inset
20999
21000
21001 \begin_inset space \hfill{}
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \begin_layout Standard
21008 \begin_inset VSpace medskip
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \begin_layout Standard
21015 How to create special upright Greek letters is explained in 
21016 \begin_inset CommandInset ref
21017 LatexCommand ref
21018 reference "sub:Upright-small-Greek"
21019
21020 \end_inset
21021
21022 .
21023 \end_layout
21024
21025 \begin_layout Subsection
21026 Big Letters
21027 \begin_inset Index idx
21028 status collapsed
21029
21030 \begin_layout Plain Layout
21031 Greek letters ! big
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \begin_layout Standard
21040 \begin_inset space \hfill{}
21041 \end_inset
21042
21043
21044 \begin_inset Tabular
21045 <lyxtabular version="3" rows="7" columns="2">
21046 <features rotate="0" tabularvalignment="middle">
21047 <column alignment="center" valignment="top" width="0pt">
21048 <column alignment="center" valignment="top" width="0pt">
21049 <row>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 Command
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 Result
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 <row>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074
21075 \backslash
21076 Gamma
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 \begin_inset Formula $\Gamma$
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099
21100 \backslash
21101 Delta
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 \begin_inset Formula $\Delta$
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 </row>
21119 <row>
21120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124
21125 \backslash
21126 Theta
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset Formula $\Theta$
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 <row>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149
21150 \backslash
21151 Lambda
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 \begin_inset Formula $\Lambda$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 <row>
21170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174
21175 \backslash
21176 Xi
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185 \begin_inset Formula $\Xi$
21186 \end_inset
21187
21188
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 </row>
21194 <row>
21195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199
21200 \backslash
21201 Pi
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210 \begin_inset Formula $\Pi$
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 </row>
21219 </lyxtabular>
21220
21221 \end_inset
21222
21223
21224 \begin_inset space \hfill{}
21225 \end_inset
21226
21227
21228 \begin_inset Tabular
21229 <lyxtabular version="3" rows="6" columns="2">
21230 <features rotate="0" tabularvalignment="middle">
21231 <column alignment="center" valignment="top" width="0pt">
21232 <column alignment="center" valignment="top" width="0pt">
21233 <row>
21234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 Command
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 Result
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 </row>
21253 <row>
21254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258
21259 \backslash
21260 Sigma
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\Sigma$
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row>
21279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283
21284 \backslash
21285 Upsilon
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 \begin_inset Formula $\Upsilon$
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 </row>
21303 <row>
21304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308
21309 \backslash
21310 Phi
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319 \begin_inset Formula $\Phi$
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 </row>
21328 <row>
21329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333
21334 \backslash
21335 Psi
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $\Psi$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358
21359 \backslash
21360 Omega
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 \begin_inset Formula $\Omega$
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 </lyxtabular>
21379
21380 \end_inset
21381
21382
21383 \begin_inset space \hfill{}
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \begin_layout Standard
21390 \begin_inset VSpace medskip
21391 \end_inset
21392
21393 That the big Greek letters appear upright is caused by a design bug when
21394  TeX was developed.
21395  To get correct italic big letters, begin every command with 
21396 \series bold
21397 var
21398 \series default
21399 .
21400  For example the command 
21401 \series bold
21402
21403 \backslash
21404 varGamma
21405 \series default
21406  produces 
21407 \begin_inset Formula $\varGamma$
21408 \end_inset
21409
21410 .
21411  Another way is to load the package 
21412 \series bold
21413 fixmath
21414 \series default
21415
21416 \begin_inset Foot
21417 status collapsed
21418
21419 \begin_layout Plain Layout
21420
21421 \series bold
21422 fixmath
21423 \series default
21424  is part of the LaTeX-package 
21425 \series bold
21426 was
21427 \series default
21428
21429 \begin_inset Index idx
21430 status collapsed
21431
21432 \begin_layout Plain Layout
21433 Packages ! was
21434 \begin_inset ERT
21435 status collapsed
21436
21437 \begin_layout Plain Layout
21438
21439
21440 \backslash
21441 vspace{4mm}
21442 \end_layout
21443
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450
21451 .
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \begin_inset Index idx
21458 status collapsed
21459
21460 \begin_layout Plain Layout
21461 Packages ! fixmath
21462 \end_layout
21463
21464 \end_inset
21465
21466  with the LaTeX-preamble line
21467 \end_layout
21468
21469 \begin_layout Standard
21470
21471 \series bold
21472
21473 \backslash
21474 usepackage{fixmath}
21475 \end_layout
21476
21477 \begin_layout Standard
21478 Then all big Greek letters in a document will automatically be typeset italic.
21479 \end_layout
21480
21481 \begin_layout Subsection
21482 Bold Letters
21483 \begin_inset Index idx
21484 status collapsed
21485
21486 \begin_layout Plain Layout
21487 Greek letters ! bold
21488 \end_layout
21489
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \begin_layout Standard
21496 Greek letters cannot be set with different font styles like Latin letters.
21497  They can only be made bold with the command 
21498 \series bold
21499
21500 \backslash
21501 boldsymbol
21502 \series default
21503
21504 \begin_inset Index idx
21505 status collapsed
21506
21507 \begin_layout Plain Layout
21508 Commands ! B ! 
21509 \backslash
21510 boldsymbol
21511 \end_layout
21512
21513 \end_inset
21514
21515 .
21516 \end_layout
21517
21518 \begin_layout Standard
21519 \align center
21520 \begin_inset Tabular
21521 <lyxtabular version="3" rows="3" columns="2">
21522 <features rotate="0" tabularvalignment="middle">
21523 <column alignment="center" valignment="top">
21524 <column alignment="center" valignment="top">
21525 <row>
21526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 Command
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 Result
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550
21551 \backslash
21552 Upsilon
21553 \backslash
21554 boldsymbol
21555 \backslash
21556 Upsilon
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 </row>
21574 <row>
21575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579
21580 \backslash
21581 theta
21582 \backslash
21583 boldsymbol
21584 \backslash
21585 theta
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\theta\boldsymbol{\theta}$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 </lyxtabular>
21604
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \begin_layout Section
21611 Symbols
21612 \begin_inset ERT
21613 status collapsed
21614
21615 \begin_layout Plain Layout
21616
21617
21618 \backslash
21619 texorpdfstring{
21620 \end_layout
21621
21622 \end_inset
21623
21624
21625 \begin_inset Foot
21626 status collapsed
21627
21628 \begin_layout Plain Layout
21629 A list with all symbols of most of the LaTeX-packages can be found in 
21630 \begin_inset CommandInset citation
21631 LatexCommand cite
21632 key "Symbols"
21633
21634 \end_inset
21635
21636 .
21637 \end_layout
21638
21639 \end_inset
21640
21641
21642 \begin_inset ERT
21643 status collapsed
21644
21645 \begin_layout Plain Layout
21646
21647 }{}
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \begin_inset Note Note
21654 status collapsed
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21660 \end_layout
21661
21662 \begin_layout Plain Layout
21663 More about 
21664 \backslash
21665 texorpdfstring is in section 
21666 \begin_inset CommandInset ref
21667 LatexCommand ref
21668 reference "sub:Formulas-in-Section"
21669
21670 \end_inset
21671
21672 .
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \begin_inset Index idx
21679 status collapsed
21680
21681 \begin_layout Plain Layout
21682 Symbols
21683 \end_layout
21684
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \begin_layout Standard
21691 Many of the symbols listed in this section can also be inserted via the
21692  toolbar buttons 
21693 \begin_inset Info
21694 type  "icon"
21695 arg   "math-insert \\nabla"
21696 \end_inset
21697
21698  and 
21699 \begin_inset Info
21700 type  "icon"
21701 arg   "math-insert \\digamma"
21702 \end_inset
21703
21704 .
21705 \end_layout
21706
21707 \begin_layout Subsection
21708 Mathematical Symbols
21709 \begin_inset CommandInset label
21710 LatexCommand label
21711 name "sub:Mathematical-Symbols"
21712
21713 \end_inset
21714
21715
21716 \begin_inset Index idx
21717 status collapsed
21718
21719 \begin_layout Plain Layout
21720 Symbols ! mathematical
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \begin_layout Standard
21729 \begin_inset space \hfill{}
21730 \end_inset
21731
21732
21733 \begin_inset Tabular
21734 <lyxtabular version="3" rows="10" columns="2">
21735 <features rotate="0" tabularvalignment="middle">
21736 <column alignment="center" valignment="top" width="0pt">
21737 <column alignment="center" valignment="top" width="0pt">
21738 <row>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 Command
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 Result
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 neg
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\neg$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 Im
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\Im$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \backslash
21815 Re
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Formula $\Re$
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 aleph
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset Formula $\aleph$
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \backslash
21865 partial
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Formula $\partial$
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \backslash
21890 infty
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 \begin_inset Formula $\infty$
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \backslash
21915 wp
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Formula $\wp$
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \backslash
21940 imath
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Formula $\imath$
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 <row>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963
21964 \backslash
21965 jmath
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 \begin_inset Formula $\jmath$
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 </lyxtabular>
21984
21985 \end_inset
21986
21987
21988 \begin_inset space \hfill{}
21989 \end_inset
21990
21991
21992 \begin_inset Tabular
21993 <lyxtabular version="3" rows="10" columns="2">
21994 <features rotate="0" tabularvalignment="middle">
21995 <column alignment="center" valignment="top" width="0pt">
21996 <column alignment="center" valignment="top" width="0pt">
21997 <row>
21998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 Command
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 Result
22012 \begin_inset Note Note
22013 status collapsed
22014
22015 \begin_layout Plain Layout
22016
22017 \series bold
22018
22019 \backslash
22020 raisebox
22021 \series default
22022  is only used as spacer.
22023 \end_layout
22024
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 <row>
22034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038
22039 \backslash
22040 forall
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 \begin_inset Formula $\forall$
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 <row>
22059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063
22064 \backslash
22065 exists
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 \begin_inset Formula $\exists$
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 </row>
22083 <row>
22084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088
22089 \backslash
22090 nexists
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 \begin_inset Formula $\nexists$
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 </row>
22108 <row>
22109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113
22114 \backslash
22115 emptyset
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 \begin_inset Formula $\emptyset$
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 </row>
22133 <row>
22134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138
22139 \backslash
22140 varnothing
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149 \begin_inset Formula $\varnothing$
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 </row>
22158 <row>
22159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163
22164 \backslash
22165 dag
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 \begin_inset Formula $\dag$
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 <row>
22184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \backslash
22190 ddag
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 \begin_inset Formula $\ddag$
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 </row>
22208 <row>
22209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \backslash
22215 complement
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 \begin_inset ERT
22225 status collapsed
22226
22227 \begin_layout Plain Layout
22228
22229
22230 \backslash
22231 raisebox{-0.8mm}{
22232 \end_layout
22233
22234 \end_inset
22235
22236
22237 \begin_inset Formula $\complement$
22238 \end_inset
22239
22240
22241 \begin_inset ERT
22242 status collapsed
22243
22244 \begin_layout Plain Layout
22245
22246 }
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 <row>
22258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \backslash
22264 Bbbk
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Formula $\Bbbk$
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 </lyxtabular>
22283
22284 \end_inset
22285
22286
22287 \begin_inset space \hfill{}
22288 \end_inset
22289
22290
22291 \begin_inset Tabular
22292 <lyxtabular version="3" rows="10" columns="2">
22293 <features rotate="0" tabularvalignment="middle">
22294 <column alignment="center" valignment="top" width="0pt">
22295 <column alignment="center" valignment="top" width="0pt">
22296 <row>
22297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 Command
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310 Result
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 </row>
22316 <row>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321
22322 \backslash
22323 prime
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 \begin_inset Formula $\prime$
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 <row>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346
22347 \backslash
22348 backprime
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 \begin_inset Formula $\backprime$
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 </row>
22366 <row>
22367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \backslash
22373 mho
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 \begin_inset Formula $\mho$
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 <row>
22392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396
22397 \backslash
22398 triangle
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 \begin_inset Formula $\triangle$
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 <row>
22417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \backslash
22423 angle
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 \begin_inset Formula $\angle$
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 <row>
22442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \backslash
22448 measuredangle
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Formula $\measuredangle$
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 </row>
22466 <row>
22467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471
22472 \backslash
22473 sphericalangle
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 \begin_inset Formula $\sphericalangle$
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 </row>
22491 <row>
22492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496
22497 \backslash
22498 top
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 \begin_inset Formula $\top$
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 </row>
22516 <row>
22517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521
22522 \backslash
22523 bot
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 \begin_inset Formula $\bot$
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 </lyxtabular>
22542
22543 \end_inset
22544
22545
22546 \begin_inset space \hfill{}
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \begin_layout Subsection
22553 Miscellaneous Symbols
22554 \begin_inset CommandInset label
22555 LatexCommand label
22556 name "sub:Miscellaneous-Symbols"
22557
22558 \end_inset
22559
22560
22561 \begin_inset Index idx
22562 status collapsed
22563
22564 \begin_layout Plain Layout
22565 Symbols ! miscellaneous
22566 \end_layout
22567
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \begin_layout Standard
22574 \noindent
22575 \align center
22576 \begin_inset Tabular
22577 <lyxtabular version="3" rows="10" columns="2">
22578 <features rotate="0" tabularvalignment="middle">
22579 <column alignment="center" valignment="top" width="0pt">
22580 <column alignment="center" valignment="top" width="0pt">
22581 <row>
22582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 Command
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 Result
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 </row>
22601 <row>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606
22607 \backslash
22608 flat
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 \begin_inset Formula $\flat$
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 </row>
22626 <row>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631
22632 \backslash
22633 natural
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset Formula $\natural$
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 </row>
22651 <row>
22652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 sharp
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset Formula $\sharp$
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 <row>
22677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681
22682 \backslash
22683 surd
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 \begin_inset Formula $\surd$
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 </row>
22701 <row>
22702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706
22707 \backslash
22708 checkmark
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 \begin_inset Formula $\checkmark$
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731
22732 \backslash
22733 yen
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Formula $\yen$
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 <row>
22752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756
22757 \backslash
22758 pounds
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Formula $\pounds$
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 </row>
22776 <row>
22777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 $
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset Formula $\$$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 §
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 \begin_inset Formula $§$
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 </row>
22822 </lyxtabular>
22823
22824 \end_inset
22825
22826
22827 \begin_inset Tabular
22828 <lyxtabular version="3" rows="10" columns="2">
22829 <features rotate="0" tabularvalignment="middle">
22830 <column alignment="center" valignment="top">
22831 <column alignment="center" valignment="top">
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 Command
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 Result
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 </row>
22852 <row>
22853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \backslash
22859 hbar
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 \begin_inset Formula $\hbar$
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 </row>
22877 <row>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882
22883 \backslash
22884 hslash
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893 \begin_inset Formula $\hslash$
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 </row>
22902 <row>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907
22908 \backslash
22909 clubsuit
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 \begin_inset Formula $\clubsuit$
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 </row>
22927 <row>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932
22933 \backslash
22934 spadesuit
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 \begin_inset Formula $\spadesuit$
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 </row>
22952 <row>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \backslash
22959 bigstar
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 \begin_inset Formula $\bigstar$
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 </row>
22977 <row>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982
22983 \backslash
22984 blacklozenge
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 \begin_inset Formula $\blacklozenge$
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 </row>
23002 <row>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007
23008 \backslash
23009 blacktriangle
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 \begin_inset Formula $\blacktriangle$
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032
23033 \backslash
23034 blacktiangledown
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 \begin_inset Formula $\blacktriangledown$
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 <row>
23053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
23058 \backslash
23059 bullet
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Formula $\bullet$
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 </row>
23077 </lyxtabular>
23078
23079 \end_inset
23080
23081
23082 \begin_inset Tabular
23083 <lyxtabular version="3" rows="10" columns="2">
23084 <features rotate="0" tabularvalignment="middle">
23085 <column alignment="center" valignment="top" width="0pt">
23086 <column alignment="center" valignment="top" width="0pt">
23087 <row>
23088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 Command
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101 Result
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 diamondsuit
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\diamondsuit$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \backslash
23139 Diamond
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset Formula $\Diamond$
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 heartsuit
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\heartsuit$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 P
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\P$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 <row>
23208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212
23213 \backslash
23214 copyright
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 \begin_inset Formula $\copyright$
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \backslash
23239 circledR
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 \begin_inset Formula $\circledR$
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 <row>
23258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262
23263 \backslash
23264 maltese
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 \begin_inset Formula $\maltese$
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287
23288 \backslash
23289 diagup
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298 \begin_inset Formula $\diagup$
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 </row>
23307 <row>
23308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312
23313 \backslash
23314 diagdown
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 \begin_inset Formula $\diagdown$
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 </row>
23332 </lyxtabular>
23333
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \begin_layout Standard
23340 \begin_inset VSpace medskip
23341 \end_inset
23342
23343
23344 \end_layout
23345
23346 \begin_layout Standard
23347 Some symbols can be displayed in different sizes, see 
23348 \begin_inset CommandInset ref
23349 LatexCommand ref
23350 reference "sub:Font-Sizes"
23351
23352 \end_inset
23353
23354 .
23355 \end_layout
23356
23357 \begin_layout Subsection
23358 The Euro-Symbol €
23359 \begin_inset Index idx
23360 status collapsed
23361
23362 \begin_layout Plain Layout
23363 Symbols ! Euro-symbol
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \begin_inset Index idx
23370 status collapsed
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 @
23376 \begin_inset ERT
23377 status collapsed
23378
23379 \begin_layout Plain Layout
23380
23381
23382 \backslash
23383 officialeuro
23384 \end_layout
23385
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \begin_layout Standard
23397 To use the Euro symbol in formulas, the LaTeX-package 
23398 \series bold
23399 eurosym
23400 \series default
23401
23402 \begin_inset Index idx
23403 status collapsed
23404
23405 \begin_layout Plain Layout
23406 Packages ! eurosym
23407 \end_layout
23408
23409 \end_inset
23410
23411  must be installed and loaded with the LaTeX-preamble line
23412 \end_layout
23413
23414 \begin_layout Standard
23415
23416 \series bold
23417
23418 \backslash
23419 usepackage[gennarrow]{eurosym}
23420 \end_layout
23421
23422 \begin_layout Standard
23423 The Euro symbol can now be inserted with the command 
23424 \series bold
23425
23426 \backslash
23427 euro
23428 \series default
23429
23430 \begin_inset Index idx
23431 status collapsed
23432
23433 \begin_layout Plain Layout
23434 Commands ! E ! 
23435 \backslash
23436 euro
23437 \end_layout
23438
23439 \end_inset
23440
23441 .
23442 \end_layout
23443
23444 \begin_layout Standard
23445 The Euro symbol can directly be inserted with the € key in mathematical
23446  text, without having 
23447 \series bold
23448 eurosym
23449 \series default
23450  installed.
23451  When 
23452 \series bold
23453 eurosym
23454 \series default
23455  is installed, 
23456 \series bold
23457
23458 \backslash
23459 euro
23460 \series default
23461  can also be inserted in TeX-mode.
23462  The official currency symbol can then be inserted with the command 
23463 \series bold
23464
23465 \backslash
23466 officialeuro
23467 \series default
23468
23469 \begin_inset Index idx
23470 status collapsed
23471
23472 \begin_layout Plain Layout
23473 Commands ! O ! 
23474 \backslash
23475 officialeuro
23476 \end_layout
23477
23478 \end_inset
23479
23480 , that is only available in TeX-mode.
23481 \end_layout
23482
23483 \begin_layout Standard
23484 \begin_inset ERT
23485 status collapsed
23486
23487 \begin_layout Plain Layout
23488
23489
23490 \backslash
23491 ifeurosym 
23492 \end_layout
23493
23494 \end_inset
23495
23496
23497 \begin_inset Note Note
23498 status open
23499
23500 \begin_layout Plain Layout
23501 The following table will only be displayed when the LaTeX-package 
23502 \series bold
23503 eurosym
23504 \series default
23505  is installed.
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \begin_layout Standard
23514 An overview about the different Euro symbols:
23515 \end_layout
23516
23517 \begin_layout Standard
23518 \align center
23519 \begin_inset Tabular
23520 <lyxtabular version="3" rows="4" columns="3">
23521 <features rotate="0" tabularvalignment="middle">
23522 <column alignment="center" valignment="top" width="0pt">
23523 <column alignment="center" valignment="top" width="0pt">
23524 <column alignment="center" valignment="top" width="0pt">
23525 <row>
23526 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 Command 
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 Result
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 </row>
23554 <row>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 formula
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \backslash
23570 euro
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 \begin_inset Formula $\euro$
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 mathematical text
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 \begin_inset Formula $\mbox{€}$
23612 \end_inset
23613
23614
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 </row>
23620 <row>
23621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 TeX-mode
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634
23635 \backslash
23636 officialeuro
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 officialeuro
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 </lyxtabular>
23664
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \begin_layout Standard
23671 \begin_inset ERT
23672 status collapsed
23673
23674 \begin_layout Plain Layout
23675
23676
23677 \backslash
23678 else 
23679 \end_layout
23680
23681 \end_inset
23682
23683
23684 \begin_inset Note Note
23685 status open
23686
23687 \begin_layout Plain Layout
23688 The following will be displayed when the LaTeX-package 
23689 \series bold
23690 eurosym
23691 \series default
23692  is not installed:
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Standard
23701 You need to install the LaTeX-package 
23702 \series bold
23703 eurosym
23704 \series default
23705  to see the rest of this subsection in the output.
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset ERT
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713
23714
23715 \backslash
23716 fi 
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Section
23725 Relations
23726 \begin_inset CommandInset label
23727 LatexCommand label
23728 name "sec:Relations"
23729
23730 \end_inset
23731
23732
23733 \begin_inset Index idx
23734 status collapsed
23735
23736 \begin_layout Plain Layout
23737 Relations
23738 \end_layout
23739
23740 \end_inset
23741
23742
23743 \begin_inset Index idx
23744 status collapsed
23745
23746 \begin_layout Plain Layout
23747 Comparisons|see
23748 \begin_inset ERT
23749 status collapsed
23750
23751 \begin_layout Plain Layout
23752
23753 {
23754 \end_layout
23755
23756 \end_inset
23757
23758 Relations
23759 \begin_inset ERT
23760 status collapsed
23761
23762 \begin_layout Plain Layout
23763
23764 }
23765 \end_layout
23766
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \begin_layout Standard
23778 All following relations can also be inserted via the toolbar button 
23779 \begin_inset Info
23780 type  "icon"
23781 arg   "math-insert \\leq"
23782 \end_inset
23783
23784 .
23785 \end_layout
23786
23787 \begin_layout Standard
23788 \begin_inset space \hfill{}
23789 \end_inset
23790
23791
23792 \begin_inset Tabular
23793 <lyxtabular version="3" rows="17" columns="2">
23794 <features rotate="0" tabularvalignment="middle">
23795 <column alignment="center" valignment="top" width="0pt">
23796 <column alignment="center" valignment="top" width="0pt">
23797 <row>
23798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 Command
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811 Result
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 </row>
23817 <row>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822 <
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 \begin_inset Formula $<$
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 </row>
23840 <row>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \backslash
23847 le
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Formula $\le$
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 </row>
23865 <row>
23866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870
23871 \backslash
23872 ll
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881 \begin_inset Formula $\ll$
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 </row>
23890 <row>
23891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895
23896 \backslash
23897 prec
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906 \begin_inset Formula $\prec$
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 </row>
23915 <row>
23916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920
23921 \backslash
23922 preceq
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 \begin_inset Formula $\preceq$
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 </row>
23940 <row>
23941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945
23946 \backslash
23947 subset
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956 \begin_inset Formula $\subset$
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 </row>
23965 <row>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970
23971 \backslash
23972 subseteq
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 \begin_inset Formula $\subseteq$
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 </row>
23990 <row>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995
23996 \backslash
23997 sqsubseteq
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006 \begin_inset Formula $\sqsubseteq$
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 </row>
24015 <row>
24016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020
24021 \backslash
24022 in
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 \begin_inset Formula $\in$
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 </row>
24040 <row>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045
24046 \backslash
24047 vdash
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056 \begin_inset Formula $\vdash$
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 </row>
24065 <row>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070
24071 \backslash
24072 smile
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081 \begin_inset Formula $\smile$
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 </row>
24090 <row>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095
24096 \backslash
24097 lhd
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 \begin_inset Formula $\lhd$
24107 \end_inset
24108
24109
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 </row>
24115 <row>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \backslash
24122 unlhd
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 \begin_inset Formula $\unlhd$
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 </row>
24140 <row>
24141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145
24146 \backslash
24147 gtrless
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156 \begin_inset Formula $\gtrless$
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \end_inset
24163 </cell>
24164 </row>
24165 <row>
24166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170
24171 \backslash
24172 mid
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181 \begin_inset Formula $\mid$
24182 \end_inset
24183
24184
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 </row>
24190 <row>
24191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195
24196 \backslash
24197 nmid
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 \begin_inset Formula $\nmid$
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 </row>
24215 </lyxtabular>
24216
24217 \end_inset
24218
24219
24220 \begin_inset space \hfill{}
24221 \end_inset
24222
24223
24224 \begin_inset Tabular
24225 <lyxtabular version="3" rows="17" columns="2">
24226 <features rotate="0" tabularvalignment="middle">
24227 <column alignment="center" valignment="top" width="0pt">
24228 <column alignment="center" valignment="top" width="0pt">
24229 <row>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 Command
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 Result
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 </row>
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254 =
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263 \begin_inset Formula $=$
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 </row>
24272 <row>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 not=
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 \begin_inset Formula $\not=$
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 <row>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302
24303 \backslash
24304 equiv
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 \begin_inset Formula $\equiv$
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 </row>
24322 <row>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 sim
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338 \begin_inset Formula $\sim$
24339 \end_inset
24340
24341
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 </row>
24347 <row>
24348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352
24353 \backslash
24354 simeq
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363 \begin_inset Formula $\simeq$
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 </row>
24372 <row>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 approx
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388 \begin_inset Formula $\approx$
24389 \end_inset
24390
24391
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 </row>
24397 <row>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 cong
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 \begin_inset Formula $\cong$
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 </row>
24422 <row>
24423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427
24428 \backslash
24429 bowtie
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438 \begin_inset Formula $\bowtie$
24439 \end_inset
24440
24441
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 </row>
24447 <row>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \backslash
24454 notin
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463 \begin_inset Formula $\notin$
24464 \end_inset
24465
24466
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 </row>
24472 <row>
24473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477
24478 \backslash
24479 perp
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488 \begin_inset Formula $\perp$
24489 \end_inset
24490
24491
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 </row>
24497 <row>
24498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24499 \begin_inset Text
24500
24501 \begin_layout Plain Layout
24502
24503 \backslash
24504 propto
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513 \begin_inset Formula $\propto$
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 </row>
24522 <row>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 asymp
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538 \begin_inset Formula $\asymp$
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 </row>
24547 <row>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 doteq
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563 \begin_inset Formula $\doteq$
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 <row>
24573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577
24578 \backslash
24579 circeq
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 \begin_inset Formula $\circeq$
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 </row>
24597 <row>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \backslash
24604 models
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613 \begin_inset Formula $\models$
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 </row>
24622 <row>
24623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627
24628 \backslash
24629 widehat=
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 \begin_inset Formula $\widehat{=}$
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 </row>
24647 </lyxtabular>
24648
24649 \end_inset
24650
24651
24652 \begin_inset space \hfill{}
24653 \end_inset
24654
24655
24656 \begin_inset Tabular
24657 <lyxtabular version="3" rows="17" columns="2">
24658 <features rotate="0" tabularvalignment="middle">
24659 <column alignment="center" valignment="top" width="0pt">
24660 <column alignment="center" valignment="top" width="0pt">
24661 <row>
24662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666 Command
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675 Result
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 </row>
24681 <row>
24682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686 >
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695 \begin_inset Formula $>$
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 </row>
24704 <row>
24705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709
24710 \backslash
24711 ge
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 \begin_inset Formula $\ge$
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 </row>
24729 <row>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734
24735 \backslash
24736 gg
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 \begin_inset Formula $\gg$
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 </row>
24754 <row>
24755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759
24760 \backslash
24761 succ
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 \begin_inset Formula $\succ$
24771 \end_inset
24772
24773
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 </row>
24779 <row>
24780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784
24785 \backslash
24786 succeq
24787 \end_layout
24788
24789 \end_inset
24790 </cell>
24791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 \begin_inset Formula $\succeq$
24796 \end_inset
24797
24798
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 </row>
24804 <row>
24805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809
24810 \backslash
24811 supset
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820 \begin_inset Formula $\supset$
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 </row>
24829 <row>
24830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834
24835 \backslash
24836 supseteq
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845 \begin_inset Formula $\supseteq$
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 </row>
24854 <row>
24855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859
24860 \backslash
24861 sqsupseteq
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870 \begin_inset Formula $\sqsupseteq$
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 </row>
24879 <row>
24880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884
24885 \backslash
24886 ni
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 \begin_inset Formula $\ni$
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 </row>
24904 <row>
24905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909
24910 \backslash
24911 dashv
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920 \begin_inset Formula $\dashv$
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 </row>
24929 <row>
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \backslash
24936 frown
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945 \begin_inset Formula $\frown$
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 </row>
24954 <row>
24955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959
24960 \backslash
24961 rhd
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970 \begin_inset Formula $\rhd$
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 </row>
24979 <row>
24980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984
24985 \backslash
24986 unrhd
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995 \begin_inset Formula $\unrhd$
24996 \end_inset
24997
24998
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 </row>
25004 <row>
25005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \backslash
25011 lessgtr
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020 \begin_inset Formula $\lessgtr$
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \end_inset
25027 </cell>
25028 </row>
25029 <row>
25030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034
25035 \backslash
25036 parallel
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045 \begin_inset Formula $\parallel$
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 </row>
25054 <row>
25055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Plain Layout
25059
25060 \backslash
25061 nparallel
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 \begin_inset Formula $\nparallel$
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 </row>
25079 </lyxtabular>
25080
25081 \end_inset
25082
25083
25084 \begin_inset space \hfill{}
25085 \end_inset
25086
25087
25088 \end_layout
25089
25090 \begin_layout Standard
25091 \begin_inset VSpace medskip
25092 \end_inset
25093
25094 The characters 
25095 \series bold
25096
25097 \backslash
25098 lhd
25099 \series default
25100  and 
25101 \series bold
25102
25103 \backslash
25104 rhd
25105 \series default
25106  are bigger than the equal looking operators 
25107 \series bold
25108
25109 \backslash
25110 triangleleft
25111 \series default
25112  and 
25113 \series bold
25114
25115 \backslash
25116 triangleright
25117 \series default
25118 , respectively.
25119 \end_layout
25120
25121 \begin_layout Standard
25122 LyX supports also many special relations.
25123  Use the toolbar button 
25124 \begin_inset Info
25125 type  "icon"
25126 arg   "math-insert \\leqq"
25127 \end_inset
25128
25129  to see a list of these relations.
25130 \end_layout
25131
25132 \begin_layout Standard
25133 Relations are, in contrary to symbols, always surrounded by space.
25134 \end_layout
25135
25136 \begin_layout Standard
25137 Relations with labels can be created with the command 
25138 \series bold
25139
25140 \backslash
25141 stackrel
25142 \series default
25143
25144 \begin_inset Index idx
25145 status collapsed
25146
25147 \begin_layout Plain Layout
25148 Commands ! S ! 
25149 \backslash
25150 stackrel
25151 \end_layout
25152
25153 \end_inset
25154
25155 :
25156 \end_layout
25157
25158 \begin_layout Standard
25159 \align center
25160 \begin_inset Tabular
25161 <lyxtabular version="3" rows="2" columns="2">
25162 <features rotate="0" tabularvalignment="middle">
25163 <column alignment="center" valignment="top">
25164 <column alignment="center" valignment="top">
25165 <row>
25166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170 Command
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 Result
25180 \begin_inset Note Note
25181 status collapsed
25182
25183 \begin_layout Plain Layout
25184
25185 \series bold
25186
25187 \backslash
25188 raisebox
25189 \series default
25190  is only used as spacer.
25191 \end_layout
25192
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 </row>
25201 <row>
25202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206 A(r)
25207 \backslash
25208 stackrel
25209 \begin_inset space \textvisiblespace{}
25210 \end_inset
25211
25212 r
25213 \backslash
25214 to
25215 \backslash
25216 infty
25217 \begin_inset space \textvisiblespace{}
25218 \end_inset
25219
25220
25221 \begin_inset Formula $\downarrow$
25222 \end_inset
25223
25224
25225 \backslash
25226 approx
25227 \begin_inset space \textvisiblespace{}
25228 \end_inset
25229
25230
25231 \begin_inset space \textvisiblespace{}
25232 \end_inset
25233
25234 B
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25244 \end_inset
25245
25246
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 </row>
25252 </lyxtabular>
25253
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \begin_layout Section
25260 Functions
25261 \end_layout
25262
25263 \begin_layout Subsection
25264 Predefined Functions
25265 \begin_inset CommandInset label
25266 LatexCommand label
25267 name "sub:Predefined-Functions"
25268
25269 \end_inset
25270
25271
25272 \begin_inset Index idx
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276 Functions ! predefined
25277 \end_layout
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \begin_layout Standard
25285 In general, variables are set 
25286 \emph on
25287 italic
25288 \emph default
25289  in mathematical expressions, but not function names, because 
25290 \begin_inset Formula $sin$
25291 \end_inset
25292
25293  could be misunderstood as 
25294 \begin_inset Formula $s\cdot i\cdot n$
25295 \end_inset
25296
25297 .
25298  Therefore there are predefined functionswhich are additionally a bit separated
25299  from prefactors.
25300  They are inserted as commands starting with a backslash before their name.
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \align center
25305 \begin_inset Tabular
25306 <lyxtabular version="3" rows="2" columns="4">
25307 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
25312 <row>
25313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317 Command
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326 Result
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335 Command
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344 Result
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 <row>
25351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355 Asin(x)+B
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364 \begin_inset Formula $Asin(x)+B$
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376 A
25377 \backslash
25378 sin(x)+B
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Plain Layout
25387 \begin_inset Formula $A\sin(x)+B$
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 </row>
25396 </lyxtabular>
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \begin_layout Standard
25404 The following functions are predefined:
25405 \end_layout
25406
25407 \begin_layout Standard
25408 \begin_inset VSpace -2mm
25409 \end_inset
25410
25411
25412 \end_layout
25413
25414 \begin_layout Standard
25415 \align center
25416 \begin_inset Tabular
25417 <lyxtabular version="3" rows="9" columns="4">
25418 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
25423 <row>
25424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428 Command
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437 Command
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 Command
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 Command
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 </row>
25461 <row>
25462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466
25467 \backslash
25468 sin
25469 \end_layout
25470
25471 \end_inset
25472 </cell>
25473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477
25478 \backslash
25479 sinh
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488
25489 \backslash
25490 arcsin
25491 \end_layout
25492
25493 \end_inset
25494 </cell>
25495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Plain Layout
25499
25500 \backslash
25501 sup
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 </row>
25507 <row>
25508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512
25513 \backslash
25514 cos
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523
25524 \backslash
25525 cosh
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534
25535 \backslash
25536 arccos
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545
25546 \backslash
25547 inf
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 </row>
25553 <row>
25554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Plain Layout
25558
25559 \backslash
25560 tan
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569
25570 \backslash
25571 tanh
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 arctan
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591
25592 \backslash
25593 lim
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 </row>
25599 <row>
25600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604
25605 \backslash
25606 cot
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615
25616 \backslash
25617 coth
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626
25627 \backslash
25628 arg
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637
25638 \backslash
25639 liminf
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 </row>
25645 <row>
25646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650
25651 \backslash
25652 sec
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661
25662 \backslash
25663 min
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672
25673 \backslash
25674 deg
25675 \end_layout
25676
25677 \end_inset
25678 </cell>
25679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683
25684 \backslash
25685 limsup
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 </row>
25691 <row>
25692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696
25697 \backslash
25698 csc
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707
25708 \backslash
25709 max
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718
25719 \backslash
25720 det
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729
25730 \backslash
25731 Pr
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 </row>
25737 <row>
25738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742
25743 \backslash
25744 ln
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753
25754 \backslash
25755 exp
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764
25765 \backslash
25766 dim
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775
25776 \backslash
25777 hom
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 </row>
25783 <row>
25784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788
25789 \backslash
25790 lg
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799
25800 \backslash
25801 log
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25807 \begin_inset Text
25808
25809 \begin_layout Plain Layout
25810
25811 \backslash
25812 ker
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25818 \begin_inset Text
25819
25820 \begin_layout Plain Layout
25821
25822 \backslash
25823 gcd
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 </row>
25829 </lyxtabular>
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \begin_layout Standard
25837 They can also be inserted with the math toolbar button 
25838 \begin_inset Info
25839 type  "icon"
25840 arg   "math-insert \\functions"
25841 \end_inset
25842
25843 .
25844 \end_layout
25845
25846 \begin_layout Subsection
25847 Self-defined Functions
25848 \begin_inset Index idx
25849 status collapsed
25850
25851 \begin_layout Plain Layout
25852 Functions ! self-defined
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \begin_layout Standard
25861 To use a function that is not predefined, like for example the sign function
25862  sgn(x), there are two possibilities:
25863 \end_layout
25864
25865 \begin_layout Itemize
25866 Define the function by inserting the following line to the LaTeX-preamble
25867 \begin_inset Foot
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871 For more about 
25872 \series bold
25873
25874 \backslash
25875 DeclareMathOperator
25876 \series default
25877  see 
25878 \begin_inset CommandInset ref
25879 LatexCommand ref
25880 reference "sub:Self-defined-Operators"
25881
25882 \end_inset
25883
25884 .
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \begin_inset Newline newline
25891 \end_inset
25892
25893
25894 \begin_inset VSpace -3mm
25895 \end_inset
25896
25897
25898 \begin_inset Newline newline
25899 \end_inset
25900
25901
25902 \series bold
25903
25904 \backslash
25905 DeclareMathOperator{
25906 \backslash
25907 sgn}{sgn}
25908 \series default
25909
25910 \begin_inset Index idx
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914 Commands ! D ! 
25915 \backslash
25916 dbinom@
25917 \backslash
25918 DeclareMathOperator
25919 \end_layout
25920
25921 \end_inset
25922
25923
25924 \begin_inset Newline newline
25925 \end_inset
25926
25927
25928 \begin_inset VSpace -2mm
25929 \end_inset
25930
25931
25932 \begin_inset Newline newline
25933 \end_inset
25934
25935 Now the new defined function can be called with the command 
25936 \series bold
25937
25938 \backslash
25939 sgn
25940 \series default
25941 .
25942 \end_layout
25943
25944 \begin_layout Itemize
25945 Write the formula as usual, mark the formula name, in our example the letters
25946  
25947 \emph on
25948 sgn
25949 \emph default
25950 , and change it to mathematical text.
25951  Finally, a space is inserted between prefactor and function.
25952 \end_layout
25953
25954 \begin_layout Standard
25955 The result is the same with both methods as with a predefined function
25956 \begin_inset Foot
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960 In LyX self-defined functions are displayed red, predefined ones black.
25961 \end_layout
25962
25963 \end_inset
25964
25965 :
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \align center
25970 \begin_inset Tabular
25971 <lyxtabular version="3" rows="3" columns="2">
25972 <features rotate="0" tabularvalignment="middle">
25973 <column alignment="center" valignment="top" width="0pt">
25974 <column alignment="center" valignment="top" width="0pt">
25975 <row>
25976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980 Command
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989 Result
25990 \end_layout
25991
25992 \end_inset
25993 </cell>
25994 </row>
25995 <row>
25996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 A
26001 \backslash
26002 sgn(x)+B
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Plain Layout
26011 \begin_inset Formula $A\sgn(x)+B$
26012 \end_inset
26013
26014
26015 \end_layout
26016
26017 \end_inset
26018 </cell>
26019 </row>
26020 <row>
26021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025 A
26026 \backslash
26027 ,
26028 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
26029 \end_inset
26030
26031 (x)+B
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 </lyxtabular>
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 The first method is more suitable when the self-defined function should
26058  be used several times.
26059 \end_layout
26060
26061 \begin_layout Subsection
26062 Limits
26063 \begin_inset Index idx
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067 Limits
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Standard
26076 For limits, in addition to the commands 
26077 \series bold
26078
26079 \backslash
26080 lim
26081 \series default
26082
26083 \begin_inset Index idx
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087 Commands ! L ! 
26088 \backslash
26089 lim
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \series bold
26096
26097 \backslash
26098 liminf
26099 \series default
26100  and 
26101 \series bold
26102
26103 \backslash
26104 limsup
26105 \series default
26106  the following functions are defined:
26107 \end_layout
26108
26109 \begin_layout Standard
26110 \align center
26111 \begin_inset Tabular
26112 <lyxtabular version="3" rows="5" columns="2">
26113 <features rotate="0" tabularvalignment="middle">
26114 <column alignment="center" valignment="top">
26115 <column alignment="center" valignment="top">
26116 <row>
26117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 Command
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130 Result
26131 \begin_inset Note Note
26132 status collapsed
26133
26134 \begin_layout Plain Layout
26135
26136 \series bold
26137
26138 \backslash
26139 raisebox
26140 \series default
26141  is only used as spacer.
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 </row>
26152 <row>
26153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157
26158 \backslash
26159 varliminf
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 \begin_inset Formula $\varliminf$
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 <row>
26178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182
26183 \backslash
26184 varlimsup
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 \begin_inset Formula $\varlimsup$
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 </row>
26202 <row>
26203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207
26208 \backslash
26209 varprojlim
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218 \begin_inset Formula $\varprojlim$
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 </row>
26227 <row>
26228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232
26233 \backslash
26234 varinjlim
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 \begin_inset Formula $\varinjlim$
26244 \end_inset
26245
26246
26247 \begin_inset Formula $\raisebox{-2.5mm}{}$
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 </row>
26256 </lyxtabular>
26257
26258 \end_inset
26259
26260
26261 \end_layout
26262
26263 \begin_layout Standard
26264 \begin_inset VSpace medskip
26265 \end_inset
26266
26267 The limit is created by inserting a subscript.
26268  It is set right beside the function in an inline formula:
26269 \end_layout
26270
26271 \begin_layout Standard
26272 \align center
26273 \begin_inset Tabular
26274 <lyxtabular version="3" rows="2" columns="2">
26275 <features rotate="0" tabularvalignment="middle">
26276 <column alignment="center" valignment="top" width="0pt">
26277 <column alignment="center" valignment="top" width="0pt">
26278 <row>
26279 <cell alignment="center" valignment="top" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 Command
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 \begin_inset space \hspace{}
26293 \length 1cm
26294 \end_inset
26295
26296 Result
26297 \begin_inset Note Note
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301 The space and
26302 \series bold
26303  
26304 \backslash
26305 raisebox
26306 \series default
26307  are used here as spacer.
26308 \end_layout
26309
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 </row>
26318 <row>
26319 <cell alignment="center" valignment="top" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323
26324 \backslash
26325 lim_x
26326 \backslash
26327 to
26328 \begin_inset space \textvisiblespace{}
26329 \end_inset
26330
26331 A
26332 \begin_inset space \textvisiblespace{}
26333 \end_inset
26334
26335 x=B
26336 \end_layout
26337
26338 \end_inset
26339 </cell>
26340 <cell alignment="center" valignment="top" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 </row>
26353 </lyxtabular>
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \begin_layout Standard
26361 In a displayed formula the limit is set below the formula, as usual:
26362 \begin_inset Formula 
26363 \[
26364 \lim_{x\to A}x=B
26365 \]
26366
26367 \end_inset
26368
26369
26370 \end_layout
26371
26372 \begin_layout Standard
26373 \begin_inset VSpace medskip
26374 \end_inset
26375
26376
26377 \end_layout
26378
26379 \begin_layout Standard
26380 How to adjust the typesetting of the limits see 
26381 \begin_inset CommandInset ref
26382 LatexCommand ref
26383 reference "sub:Operator-Limits"
26384
26385 \end_inset
26386
26387 .
26388 \end_layout
26389
26390 \begin_layout Subsection
26391 Modulo-Functions
26392 \begin_inset Index idx
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396 Functions ! modulo-
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \begin_layout Standard
26405 The modulo-function is special, because it exists in four variants.
26406  The variants in a displayed formula are:
26407 \begin_inset Formula 
26408 \begin{align*}
26409 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26410 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26411 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26412 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26413 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26414 \end{align*}
26415
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \begin_layout Standard
26422 In an inline formula less space is set before the function names for all
26423  variants.
26424  By default the modulo-functions take only the first following character
26425  into account.
26426  To use more than one character, one has to put them into TeX-braces:
26427 \begin_inset Formula 
26428 \begin{align*}
26429 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26430 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26431 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26432 \end{align*}
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Section
26440 Special Characters
26441 \begin_inset Index idx
26442 status collapsed
26443
26444 \begin_layout Plain Layout
26445 Special characters
26446 \end_layout
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \begin_layout Standard
26454 The characters ^ and _ would normally create a subscript and subscript,
26455  respectively.
26456  To get these characters you have to insert them with a leading 
26457 \backslash
26458 :
26459 \end_layout
26460
26461 \begin_layout Standard
26462 \noindent
26463 \align center
26464 \begin_inset Tabular
26465 <lyxtabular version="3" rows="3" columns="2">
26466 <features rotate="0" tabularvalignment="middle">
26467 <column alignment="block" valignment="top">
26468 <column alignment="block" valignment="top">
26469 <row>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 Command
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 Result
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 </row>
26489 <row>
26490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494
26495 \backslash
26496 ^
26497 \begin_inset space \textvisiblespace{}
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509 \begin_inset Formula $\mathcircumflex$
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 </row>
26518 <row>
26519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523
26524 \backslash
26525 _
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 \begin_inset Formula $\_$
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 </row>
26543 </lyxtabular>
26544
26545 \end_inset
26546
26547
26548 \end_layout
26549
26550 \begin_layout Subsection
26551 Special Characters in Mathematical Text
26552 \end_layout
26553
26554 \begin_layout Standard
26555 The following commands can only be used in mathematical text or in TeX-mode:
26556 \end_layout
26557
26558 \begin_layout Standard
26559 \begin_inset space \hfill{}
26560 \end_inset
26561
26562
26563 \begin_inset Tabular
26564 <lyxtabular version="3" rows="8" columns="2">
26565 <features rotate="0" tabularvalignment="middle">
26566 <column alignment="block" valignment="top">
26567 <column alignment="block" valignment="top">
26568 <row>
26569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 Command
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 Result
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 <row>
26589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593
26594 \backslash
26595 oe
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 \begin_inset Formula $\textrm{œ}$
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 <row>
26614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618
26619 \backslash
26620 OE
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 \begin_inset Formula $\textrm{Œ}$
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 </row>
26638 <row>
26639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Plain Layout
26643
26644 \backslash
26645 ae
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654 \begin_inset Formula $\textrm{æ}$
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 </row>
26663 <row>
26664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Plain Layout
26668
26669 \backslash
26670 AE
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679 \begin_inset Formula $\textrm{Æ}$
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 </row>
26688 <row>
26689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693
26694 \backslash
26695 aa
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Plain Layout
26704 \begin_inset Formula $\textrm{\aa}$
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 </row>
26713 <row>
26714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Plain Layout
26718
26719 \backslash
26720 AA
26721 \begin_inset Index idx
26722 status collapsed
26723
26724 \begin_layout Plain Layout
26725
26726 \backslash
26727 @
26728 \begin_inset ERT
26729 status collapsed
26730
26731 \begin_layout Plain Layout
26732
26733
26734 \backslash
26735 textrm{
26736 \backslash
26737 AA}
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756 \begin_inset Formula $\textrm{Å}$
26757 \end_inset
26758
26759
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 </row>
26765 <row>
26766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770
26771 \backslash
26772 i
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Plain Layout
26781 \begin_inset Formula $\textrm{ı}$
26782 \end_inset
26783
26784
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 </row>
26790 </lyxtabular>
26791
26792 \end_inset
26793
26794
26795 \begin_inset space \hfill{}
26796 \end_inset
26797
26798
26799 \begin_inset Tabular
26800 <lyxtabular version="3" rows="8" columns="2">
26801 <features rotate="0" tabularvalignment="middle">
26802 <column alignment="block" valignment="top">
26803 <column alignment="center" valignment="top">
26804 <row>
26805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26806 \begin_inset Text
26807
26808 \begin_layout Plain Layout
26809 command
26810 \begin_inset Note Note
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814 The space of 0
26815 \begin_inset space \thinspace{}
26816 \end_inset
26817
26818 mm is used for separation, because otherwise the output will be ¡ and ¿
26819  respectively.
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 Result
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 </row>
26839 <row>
26840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844
26845 \backslash
26846 o
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 \begin_inset Formula $\textrm{ø}$
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 </row>
26864 <row>
26865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26866 \begin_inset Text
26867
26868 \begin_layout Plain Layout
26869
26870 \backslash
26871 O
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880 \begin_inset Formula $\textrm{Ø}$
26881 \end_inset
26882
26883
26884 \end_layout
26885
26886 \end_inset
26887 </cell>
26888 </row>
26889 <row>
26890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Plain Layout
26894
26895 \backslash
26896 l
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26902 \begin_inset Text
26903
26904 \begin_layout Plain Layout
26905 \begin_inset Formula $\textrm{ł}$
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \end_inset
26912 </cell>
26913 </row>
26914 <row>
26915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26916 \begin_inset Text
26917
26918 \begin_layout Plain Layout
26919
26920 \backslash
26921 L
26922 \end_layout
26923
26924 \end_inset
26925 </cell>
26926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26927 \begin_inset Text
26928
26929 \begin_layout Plain Layout
26930 \begin_inset Formula $\textrm{Ł}$
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937 </cell>
26938 </row>
26939 <row>
26940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Plain Layout
26944 !
26945 \begin_inset space \hspace{}
26946 \length 0mm
26947 \end_inset
26948
26949 `
26950 \begin_inset space \textvisiblespace{}
26951 \end_inset
26952
26953
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962 \begin_inset Formula $\textrm{!`}$
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \end_inset
26969 </cell>
26970 </row>
26971 <row>
26972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 ?
26977 \begin_inset space \hspace{}
26978 \length 0mm
26979 \end_inset
26980
26981 `
26982 \begin_inset space \textvisiblespace{}
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 \begin_inset Formula $\textrm{?`}$
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 </row>
27003 <row>
27004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008
27009 \backslash
27010 j
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Plain Layout
27019 \begin_inset Formula $\textrm{ȷ}$
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 </row>
27028 </lyxtabular>
27029
27030 \end_inset
27031
27032
27033 \begin_inset space \hfill{}
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Standard
27040 The characters 
27041 \begin_inset Formula $\textrm{\textrm{Å}}$
27042 \end_inset
27043
27044  and 
27045 \begin_inset Formula $\textrm{\textrm{Ø}}$
27046 \end_inset
27047
27048  can also be inserted via the math toolbar button 
27049 \begin_inset Info
27050 type  "icon"
27051 arg   "math-insert \\digamma"
27052 \end_inset
27053
27054 .
27055 \end_layout
27056
27057 \begin_layout Standard
27058 An exception are the commands 
27059 \series bold
27060 !
27061 \begin_inset space \hspace{}
27062 \length 0mm
27063 \end_inset
27064
27065 `
27066 \series default
27067  and 
27068 \series bold
27069 ?
27070 \begin_inset space \hspace{}
27071 \length 0mm
27072 \end_inset
27073
27074 `
27075 \series default
27076 , because they can be inserted in LyX directly to text.
27077 \end_layout
27078
27079 \begin_layout Subsection
27080 Accents in Text
27081 \begin_inset CommandInset label
27082 LatexCommand label
27083 name "sub:Accents-in-Text"
27084
27085 \end_inset
27086
27087
27088 \begin_inset Index idx
27089 status collapsed
27090
27091 \begin_layout Plain Layout
27092 Accents ! in text
27093 \end_layout
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Standard
27101 With the following commands all letters can be accented.
27102  The commands must be inserted in TeX-mode.
27103 \end_layout
27104
27105 \begin_layout Standard
27106 \begin_inset space \hfill{}
27107 \end_inset
27108
27109
27110 \begin_inset Tabular
27111 <lyxtabular version="3" rows="8" columns="2">
27112 <features rotate="0" tabularvalignment="middle">
27113 <column alignment="block" valignment="top">
27114 <column alignment="block" valignment="top">
27115 <row>
27116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120 Command
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27126 \begin_inset Text
27127
27128 \begin_layout Plain Layout
27129 Result
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 </row>
27135 <row>
27136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27137 \begin_inset Text
27138
27139 \begin_layout Plain Layout
27140
27141 \backslash
27142
27143 \begin_inset Quotes grd
27144 \end_inset
27145
27146 e
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155 \begin_inset ERT
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159
27160
27161 \backslash
27162 "e
27163 \end_layout
27164
27165 \end_inset
27166
27167
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 </row>
27173 <row>
27174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27175 \begin_inset Text
27176
27177 \begin_layout Plain Layout
27178
27179 \backslash
27180 `e
27181 \end_layout
27182
27183 \end_inset
27184 </cell>
27185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27186 \begin_inset Text
27187
27188 \begin_layout Plain Layout
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 `e
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 </row>
27207 <row>
27208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212
27213 \backslash
27214 ^
27215 \begin_inset space \textvisiblespace{}
27216 \end_inset
27217
27218 e
27219 \end_layout
27220
27221 \end_inset
27222 </cell>
27223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27224 \begin_inset Text
27225
27226 \begin_layout Plain Layout
27227 \begin_inset ERT
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231
27232
27233 \backslash
27234 ^e
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 </row>
27245 <row>
27246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250
27251 \backslash
27252 =e
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27258 \begin_inset Text
27259
27260 \begin_layout Plain Layout
27261 \begin_inset ERT
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265
27266
27267 \backslash
27268 =e
27269 \end_layout
27270
27271 \end_inset
27272
27273
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 </row>
27279 <row>
27280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27281 \begin_inset Text
27282
27283 \begin_layout Plain Layout
27284
27285 \backslash
27286 u
27287 \begin_inset space \textvisiblespace{}
27288 \end_inset
27289
27290 e
27291 \end_layout
27292
27293 \end_inset
27294 </cell>
27295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299 \begin_inset ERT
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303
27304
27305 \backslash
27306 u e
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \end_inset
27315 </cell>
27316 </row>
27317 <row>
27318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27319 \begin_inset Text
27320
27321 \begin_layout Plain Layout
27322
27323 \backslash
27324 b
27325 \begin_inset space \textvisiblespace{}
27326 \end_inset
27327
27328 e
27329 \end_layout
27330
27331 \end_inset
27332 </cell>
27333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27334 \begin_inset Text
27335
27336 \begin_layout Plain Layout
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 b e
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \end_inset
27353 </cell>
27354 </row>
27355 <row>
27356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27357 \begin_inset Text
27358
27359 \begin_layout Plain Layout
27360
27361 \backslash
27362 t
27363 \begin_inset space \textvisiblespace{}
27364 \end_inset
27365
27366 ee
27367 \end_layout
27368
27369 \end_inset
27370 </cell>
27371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375 \begin_inset ERT
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 t ee
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \end_inset
27391 </cell>
27392 </row>
27393 </lyxtabular>
27394
27395 \end_inset
27396
27397
27398 \begin_inset space \hfill{}
27399 \end_inset
27400
27401
27402 \begin_inset Tabular
27403 <lyxtabular version="3" rows="8" columns="2">
27404 <features rotate="0" tabularvalignment="middle">
27405 <column alignment="block" valignment="top">
27406 <column alignment="center" valignment="top">
27407 <row>
27408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27409 \begin_inset Text
27410
27411 \begin_layout Plain Layout
27412 Command
27413 \end_layout
27414
27415 \end_inset
27416 </cell>
27417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27418 \begin_inset Text
27419
27420 \begin_layout Plain Layout
27421 Result
27422 \end_layout
27423
27424 \end_inset
27425 </cell>
27426 </row>
27427 <row>
27428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27429 \begin_inset Text
27430
27431 \begin_layout Plain Layout
27432
27433 \backslash
27434 H
27435 \begin_inset space \textvisiblespace{}
27436 \end_inset
27437
27438 e
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447 \begin_inset ERT
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451
27452
27453 \backslash
27454 H e
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \end_inset
27463 </cell>
27464 </row>
27465 <row>
27466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27467 \begin_inset Text
27468
27469 \begin_layout Plain Layout
27470
27471 \backslash
27472 'e
27473 \end_layout
27474
27475 \end_inset
27476 </cell>
27477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27478 \begin_inset Text
27479
27480 \begin_layout Plain Layout
27481 \begin_inset ERT
27482 status collapsed
27483
27484 \begin_layout Plain Layout
27485
27486
27487 \backslash
27488 'e
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \end_inset
27497 </cell>
27498 </row>
27499 <row>
27500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27501 \begin_inset Text
27502
27503 \begin_layout Plain Layout
27504
27505 \backslash
27506 ~e
27507 \begin_inset Index idx
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511 Tilde
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 \begin_inset ERT
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529
27530
27531 \backslash
27532 ~e
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 </row>
27543 <row>
27544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27545 \begin_inset Text
27546
27547 \begin_layout Plain Layout
27548
27549 \backslash
27550 .e
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27556 \begin_inset Text
27557
27558 \begin_layout Plain Layout
27559 \begin_inset ERT
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563
27564
27565 \backslash
27566 .e
27567 \end_layout
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \end_inset
27575 </cell>
27576 </row>
27577 <row>
27578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27579 \begin_inset Text
27580
27581 \begin_layout Plain Layout
27582
27583 \backslash
27584 v
27585 \begin_inset space \textvisiblespace{}
27586 \end_inset
27587
27588 e
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597 \begin_inset ERT
27598 status collapsed
27599
27600 \begin_layout Plain Layout
27601
27602
27603 \backslash
27604 v e
27605 \end_layout
27606
27607 \end_inset
27608
27609
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 </row>
27615 <row>
27616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27617 \begin_inset Text
27618
27619 \begin_layout Plain Layout
27620
27621 \backslash
27622 d
27623 \begin_inset space \textvisiblespace{}
27624 \end_inset
27625
27626 e
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27632 \begin_inset Text
27633
27634 \begin_layout Plain Layout
27635 \begin_inset ERT
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639
27640
27641 \backslash
27642 d e
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 </row>
27653 <row>
27654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Plain Layout
27658
27659 \backslash
27660 c
27661 \begin_inset space \textvisiblespace{}
27662 \end_inset
27663
27664 e
27665 \end_layout
27666
27667 \end_inset
27668 </cell>
27669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27670 \begin_inset Text
27671
27672 \begin_layout Plain Layout
27673 \begin_inset ERT
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677
27678
27679 \backslash
27680 c e
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 </row>
27691 </lyxtabular>
27692
27693 \end_inset
27694
27695
27696 \begin_inset space \hfill{}
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \begin_layout Standard
27703 \begin_inset VSpace medskip
27704 \end_inset
27705
27706 With the command 
27707 \series bold
27708
27709 \backslash
27710 t
27711 \series default
27712  also two different characters can be accented.
27713  The command 
27714 \series bold
27715
27716 \backslash
27717 t
27718 \begin_inset space \textvisiblespace{}
27719 \end_inset
27720
27721 sz
27722 \series default
27723  creates: 
27724 \begin_inset ERT
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728
27729
27730 \backslash
27731 t sz
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \begin_layout Standard
27740 The accents 
27741 \series bold
27742 `
27743 \series default
27744  , 
27745 \series bold
27746 '
27747 \series default
27748  and 
27749 \series bold
27750 ^
27751 \series default
27752  can in combination with vowels directly be inserted with the keyboard without
27753  using TeX-mode.
27754  The same applies for the tilde
27755 \begin_inset Foot
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 This only applies for keyboards where the tilde is defined as accent.
27760 \end_layout
27761
27762 \end_inset
27763
27764  
27765 \series bold
27766 ~
27767 \series default
27768  in combination with 
27769 \emph on
27770 a
27771 \emph default
27772  , 
27773 \emph on
27774 n
27775 \emph default
27776  , or 
27777 \emph on
27778 o
27779 \emph default
27780 .
27781 \end_layout
27782
27783 \begin_layout Standard
27784 The commands 
27785 \series bold
27786
27787 \backslash
27788 b
27789 \series default
27790  , 
27791 \series bold
27792
27793 \backslash
27794 c
27795 \series default
27796  , 
27797 \series bold
27798
27799 \backslash
27800 d
27801 \series default
27802  , 
27803 \series bold
27804
27805 \backslash
27806 H
27807 \series default
27808  , 
27809 \series bold
27810
27811 \backslash
27812 t
27813 \series default
27814  , 
27815 \series bold
27816
27817 \backslash
27818 u
27819 \series default
27820  , 
27821 \series bold
27822
27823 \backslash
27824 v
27825 \series default
27826  and accents that are inserted directly with the keyboard are also available
27827  in mathematical text.
27828  For the other accents there are special math commands to be used in formulas,
27829  see 
27830 \begin_inset CommandInset ref
27831 LatexCommand ref
27832 reference "sub:Accents-for-one"
27833
27834 \end_inset
27835
27836 .
27837 \end_layout
27838
27839 \begin_layout Standard
27840 \begin_inset VSpace bigskip
27841 \end_inset
27842
27843 Furthermore, with the command 
27844 \series bold
27845
27846 \backslash
27847 textcircled
27848 \series default
27849
27850 \begin_inset Index idx
27851 status collapsed
27852
27853 \begin_layout Plain Layout
27854 Commands ! T ! 
27855 \backslash
27856 textcircled
27857 \end_layout
27858
27859 \end_inset
27860
27861  all numbers and letters can be set into a circle, quasi accented with a
27862  circle, similar to the copyright symbol.
27863 \end_layout
27864
27865 \begin_layout Standard
27866 \align center
27867 \begin_inset Tabular
27868 <lyxtabular version="3" rows="3" columns="2">
27869 <features rotate="0" tabularvalignment="middle">
27870 <column alignment="center" valignment="top">
27871 <column alignment="center" valignment="top">
27872 <row>
27873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Plain Layout
27877 Command
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Plain Layout
27886 Result
27887 \begin_inset Note Note
27888 status collapsed
27889
27890 \begin_layout Plain Layout
27891
27892 \series bold
27893
27894 \backslash
27895 raisebox
27896 \series default
27897  is only used as spacer.
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \end_inset
27906 </cell>
27907 </row>
27908 <row>
27909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27910 \begin_inset Text
27911
27912 \begin_layout Plain Layout
27913
27914 \backslash
27915 textcircled{w}
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Plain Layout
27924 \begin_inset ERT
27925 status collapsed
27926
27927 \begin_layout Plain Layout
27928
27929
27930 \backslash
27931 textcircled{w}
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \end_inset
27940 </cell>
27941 </row>
27942 <row>
27943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27944 \begin_inset Text
27945
27946 \begin_layout Plain Layout
27947
27948 \backslash
27949 Large 
27950 \backslash
27951 textcircled{
27952 \backslash
27953 normalsize
27954 \backslash
27955 protect
27956 \backslash
27957 raisebox{-1.5pt}{W}}
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27963 \begin_inset Text
27964
27965 \begin_layout Plain Layout
27966 \begin_inset Formula $\raisebox{4.5mm}{}$
27967 \end_inset
27968
27969
27970 \begin_inset ERT
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974
27975
27976 \backslash
27977 Large 
27978 \backslash
27979 textcircled{
27980 \backslash
27981 normalsize
27982 \backslash
27983 protect
27984 \backslash
27985 raisebox{-1.5pt}W}
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \begin_inset Formula $\raisebox{-2mm}{}$
27992 \end_inset
27993
27994
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 </row>
28000 </lyxtabular>
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Standard
28008 One has to take care that the character fits in the circle.
28009  
28010 \series bold
28011
28012 \backslash
28013 Large
28014 \series default
28015
28016 \begin_inset Foot
28017 status collapsed
28018
28019 \begin_layout Plain Layout
28020 see 
28021 \begin_inset CommandInset ref
28022 LatexCommand ref
28023 reference "sub:Font-Sizes"
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \end_inset
28031
28032  specifies thereby the size of the circle.
28033  With the help of 
28034 \series bold
28035
28036 \backslash
28037 raisebox
28038 \series default
28039
28040 \begin_inset Foot
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044 see 
28045 \begin_inset CommandInset ref
28046 LatexCommand ref
28047 reference "sub:Boxes-without-Frame"
28048
28049 \end_inset
28050
28051
28052 \end_layout
28053
28054 \end_inset
28055
28056  the character can be centered.
28057 \end_layout
28058
28059 \begin_layout Subsection
28060 Old-style Figures
28061 \begin_inset Index idx
28062 status collapsed
28063
28064 \begin_layout Plain Layout
28065 Old-style Figures
28066 \end_layout
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Standard
28074 Old-style figures (also known as old-style numerals) are created with the
28075  command 
28076 \series bold
28077
28078 \backslash
28079 oldstylenums
28080 \series default
28081
28082 \begin_inset Index idx
28083 status collapsed
28084
28085 \begin_layout Plain Layout
28086 Commands ! O ! 
28087 \backslash
28088 oldstylenums
28089 \end_layout
28090
28091 \end_inset
28092
28093 .
28094  The command can be used in formulas and in TeX-mode.
28095  The command scheme is:
28096 \end_layout
28097
28098 \begin_layout Standard
28099
28100 \series bold
28101
28102 \backslash
28103 oldstylenums{number}
28104 \end_layout
28105
28106 \begin_layout Standard
28107 The command 
28108 \series bold
28109
28110 \backslash
28111 oldstylenums{0123456789
28112 \series default
28113  produces: 
28114 \begin_inset Formula $\oldstylenums{0123456789}$
28115 \end_inset
28116
28117
28118 \end_layout
28119
28120 \begin_layout Section
28121 Formula Styles
28122 \begin_inset CommandInset label
28123 LatexCommand label
28124 name "sec:Formula-Styles"
28125
28126 \end_inset
28127
28128
28129 \begin_inset Index idx
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133 Formula ! styles
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Itemize
28142 There are two different alignment styles:
28143 \end_layout
28144
28145 \begin_deeper
28146 \begin_layout Description
28147 Centered is the predefined standard
28148 \end_layout
28149
28150 \begin_layout Description
28151 Indented for this the option 
28152 \series bold
28153 fleqn
28154 \series default
28155  must be inserted in the menu 
28156 \family sans
28157 Document\SpecialChar \menuseparator
28158 Settings
28159 \family default
28160  under 
28161 \family sans
28162 Document
28163 \begin_inset space ~
28164 \end_inset
28165
28166 Class
28167 \end_layout
28168
28169 \begin_layout Standard
28170 When 
28171 \series bold
28172 Indented
28173 \series default
28174  is used, the indentation can be adjusted with the length 
28175 \series bold
28176
28177 \backslash
28178 mathindent
28179 \series default
28180
28181 \begin_inset Index idx
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185 Commands ! M ! 
28186 \backslash
28187 mathindent
28188 \end_layout
28189
28190 \end_inset
28191
28192 .
28193  Should the distance be 15
28194 \begin_inset space \thinspace{}
28195 \end_inset
28196
28197 mm, the following command line is inserted in the LaTeX-preamble
28198 \end_layout
28199
28200 \begin_layout Standard
28201
28202 \series bold
28203
28204 \backslash
28205 setlength{
28206 \backslash
28207 mathindent}{15mm}
28208 \end_layout
28209
28210 \begin_layout Standard
28211 When no length is specified, the predefined value of 30
28212 \begin_inset space \thinspace{}
28213 \end_inset
28214
28215 pt will be used.
28216 \end_layout
28217
28218 \end_deeper
28219 \begin_layout Itemize
28220 And two different numbering styles:
28221 \end_layout
28222
28223 \begin_deeper
28224 \begin_layout Description
28225 Right is the predefined standard
28226 \end_layout
28227
28228 \begin_layout Description
28229 Left for this the option 
28230 \series bold
28231 leqno
28232 \series default
28233  must be inserted in the menu 
28234 \family sans
28235 Document\SpecialChar \menuseparator
28236 Settings
28237 \family default
28238  under 
28239 \family sans
28240 Document
28241 \begin_inset space ~
28242 \end_inset
28243
28244 Class
28245 \end_layout
28246
28247 \end_deeper
28248 \begin_layout Standard
28249
28250 \series bold
28251 fleqn
28252 \series default
28253  and 
28254 \series bold
28255 leqno
28256 \series default
28257  can also be used together.
28258  In this case both options are inserted, separated by a comma.
28259 \end_layout
28260
28261 \begin_layout Standard
28262 The chosen styles are used for all displayed formulas of the document.
28263  When both, centered and indented formulas should be created in a document,
28264  the style 
28265 \series bold
28266 Centered
28267 \series default
28268  is used.
28269  The indented formulas are then set in a flalign environment, see 
28270 \begin_inset CommandInset ref
28271 LatexCommand ref
28272 reference "sub:Flalign-Environment"
28273
28274 \end_inset
28275
28276 .
28277 \end_layout
28278
28279 \begin_layout Section
28280 Multiline Formulas
28281 \begin_inset CommandInset label
28282 LatexCommand label
28283 name "sec:Multiline-Formulas"
28284
28285 \end_inset
28286
28287
28288 \begin_inset Index idx
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292 Formula ! multiline
28293 \end_layout
28294
28295 \end_inset
28296
28297
28298 \end_layout
28299
28300 \begin_layout Subsection
28301 General
28302 \end_layout
28303
28304 \begin_layout Standard
28305 In LyX multiline formulas are created by pressing 
28306 \begin_inset Info
28307 type  "shortcut"
28308 arg   "newline-insert newline"
28309 \end_inset
28310
28311  inside a formula.
28312  This creates either an 
28313 \series bold
28314 eqnarray environment
28315 \series default
28316  that is described in 
28317 \begin_inset CommandInset ref
28318 LatexCommand ref
28319 reference "sub:Eqnarray-Environment"
28320
28321 \end_inset
28322
28323  or, when the option 
28324 \family sans
28325 Use AMS math package
28326 \family default
28327  in the document settings is selected, an 
28328 \series bold
28329 align environment
28330 \series default
28331  that is described in 
28332 \begin_inset CommandInset ref
28333 LatexCommand ref
28334 reference "sub:Standard-align-Environment"
28335
28336 \end_inset
28337
28338 .
28339  The align environment is recommended because it provides in any case a
28340  typographically correct output.
28341 \end_layout
28342
28343 \begin_layout Standard
28344 There are other multiline formula environments that can be created via the
28345  menu 
28346 \family sans
28347 Insert\SpecialChar \menuseparator
28348 Math
28349 \family default
28350 .
28351  These environments are described in the following sections.
28352 \end_layout
28353
28354 \begin_layout Standard
28355 In all multiline formula environments a new line is created by pressing
28356  
28357 \begin_inset Info
28358 type  "shortcut"
28359 arg   "newline-insert newline"
28360 \end_inset
28361
28362 .
28363  To add or delete lines, the math toolbar buttons 
28364 \begin_inset Info
28365 type  "icon"
28366 arg   "inset-modify tabular append-row"
28367 \end_inset
28368
28369  or 
28370 \begin_inset Info
28371 type  "icon"
28372 arg   "inset-modify tabular delete-row"
28373 \end_inset
28374
28375 , respectively, or the menu 
28376 \family sans
28377 Edit\SpecialChar \menuseparator
28378 Rows & Columns
28379 \family default
28380  can be used.
28381 \end_layout
28382
28383 \begin_layout Subsubsection
28384 Line Separation
28385 \begin_inset CommandInset label
28386 LatexCommand label
28387 name "sub:Line-Separation"
28388
28389 \end_inset
28390
28391
28392 \begin_inset Index idx
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396 Formula ! multiline ! Line separation
28397 \end_layout
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \begin_layout Standard
28405 There is sometimes not enough space in multiline formulas between the lines:
28406 \begin_inset Formula 
28407 \begin{eqnarray*}
28408 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}\\
28409 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
28410 \end{eqnarray*}
28411
28412 \end_inset
28413
28414
28415 \end_layout
28416
28417 \begin_layout Standard
28418 In LaTeX additional line space is specified as optional argument of the
28419  new line command.
28420  This is not yet possible in LyX
28421 \begin_inset Foot
28422 status collapsed
28423
28424 \begin_layout Plain Layout
28425 see 
28426 \begin_inset CommandInset href
28427 LatexCommand href
28428 name "LyX-bug #1505"
28429 target "http://www.lyx.org/trac/ticket/1505"
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \end_inset
28437
28438 , therefore the whole formula must be inserted in TeX-mode.
28439  To add in our example space, the command 
28440 \series bold
28441
28442 \backslash
28443
28444 \backslash
28445 [3mm]
28446 \series default
28447  is inserted at the end of the first line.
28448  One gets: 
28449 \begin_inset ERT
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453
28454
28455 \backslash
28456 begin{eqnarray*}
28457 \end_layout
28458
28459 \begin_layout Plain Layout
28460
28461 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28462  = & 
28463 \backslash
28464 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28465 \backslash
28466
28467 \backslash
28468 [3mm]
28469 \end_layout
28470
28471 \begin_layout Plain Layout
28472
28473 4x^{2}
28474 \backslash
28475 left(B^{2}+x_{0}^{2}
28476 \backslash
28477 right)+4x_{0}x
28478 \backslash
28479 left(D-B^{2}
28480 \backslash
28481 right)+B^{2}
28482 \backslash
28483 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28484 \backslash
28485 right) & = & 0
28486 \end_layout
28487
28488 \begin_layout Plain Layout
28489
28490
28491 \backslash
28492 end{eqnarray*}
28493 \end_layout
28494
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \begin_layout Standard
28501 \begin_inset VSpace bigskip
28502 \end_inset
28503
28504 To set the line separation for all lines in a formula, the length 
28505 \series bold
28506
28507 \backslash
28508 jot
28509 \series default
28510
28511 \begin_inset Index idx
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 Commands ! J ! 
28516 \backslash
28517 jot
28518 \end_layout
28519
28520 \end_inset
28521
28522  is changed.
28523  The definition is: 
28524 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28525 \end_inset
28526
28527 .
28528  Predefined for 
28529 \series bold
28530
28531 \backslash
28532 jot
28533 \series default
28534  is the value 3
28535 \begin_inset space \thinspace{}
28536 \end_inset
28537
28538 pt.
28539  To create 3
28540 \begin_inset space \thinspace{}
28541 \end_inset
28542
28543 mm additional line separation as in the previous example, the command
28544 \end_layout
28545
28546 \begin_layout Standard
28547
28548 \series bold
28549
28550 \backslash
28551 setlength{
28552 \backslash
28553 jot}{3mm+3pt}
28554 \end_layout
28555
28556 \begin_layout Standard
28557 is inserted in TeX-mode before the formula.
28558  This requires that the LaTeX-package 
28559 \series bold
28560 calc
28561 \series default
28562
28563 \begin_inset Foot
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567
28568 \series bold
28569 calc
28570 \series default
28571  is part of every LaTeX standard installation.
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \begin_inset Index idx
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581 Packages ! calc
28582 \end_layout
28583
28584 \end_inset
28585
28586  was loaded in LaTeX-preamble with the line
28587 \end_layout
28588
28589 \begin_layout Standard
28590
28591 \series bold
28592
28593 \backslash
28594 usepackage{calc}
28595 \end_layout
28596
28597 \begin_layout Standard
28598 One gets: 
28599 \begin_inset ERT
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603
28604
28605 \backslash
28606 setlength{
28607 \backslash
28608 jot}{3mm+3pt}
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \begin_inset Formula 
28615 \begin{eqnarray*}
28616 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}\\
28617 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
28618 \end{eqnarray*}
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \begin_layout Standard
28626 \begin_inset ERT
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630
28631
28632 \backslash
28633 setlength{
28634 \backslash
28635 jot}{3pt}
28636 \end_layout
28637
28638 \end_inset
28639
28640  To get back to the predefined distance, 
28641 \series bold
28642
28643 \backslash
28644 jot
28645 \series default
28646  is set to the value 3
28647 \begin_inset space \thinspace{}
28648 \end_inset
28649
28650 pt.
28651 \end_layout
28652
28653 \begin_layout Subsubsection
28654 Column Separation
28655 \begin_inset CommandInset label
28656 LatexCommand label
28657 name "sub:Column-Separation"
28658
28659 \end_inset
28660
28661
28662 \begin_inset Index idx
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 Formula ! multiline ! Column separation
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 Multiline formulas form a matrix.
28676  A formula in the eqnarray environment is for example a matrix with three
28677  columns.
28678  By changing the column separation in this environment, the space beside
28679  the relation sign can be changed.
28680 \end_layout
28681
28682 \begin_layout Standard
28683 The column separation is specified with the length 
28684 \series bold
28685
28686 \backslash
28687 arraycolsep
28688 \series default
28689
28690 \begin_inset Index idx
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 Commands ! A ! 
28695 \backslash
28696 arraycolsep
28697 \end_layout
28698
28699 \end_inset
28700
28701  according to:
28702 \begin_inset Newline newline
28703 \end_inset
28704
28705 column separation = 2
28706 \begin_inset space \thinspace{}
28707 \end_inset
28708
28709
28710 \series bold
28711
28712 \backslash
28713 arraycolsep
28714 \series default
28715
28716 \begin_inset Newline newline
28717 \end_inset
28718
28719 Thus, the command
28720 \end_layout
28721
28722 \begin_layout Standard
28723
28724 \series bold
28725
28726 \backslash
28727 setlength{
28728 \backslash
28729 arraycolsep}{1cm}
28730 \end_layout
28731
28732 \begin_layout Standard
28733 inserted in TeX-mode, sets for all following formulas a column separation
28734  of 2
28735 \begin_inset space \thinspace{}
28736 \end_inset
28737
28738 cm.
28739  To get back to the predefined distance, 
28740 \series bold
28741
28742 \backslash
28743 arraycolsep
28744 \series default
28745  is set to 5
28746 \begin_inset space \thinspace{}
28747 \end_inset
28748
28749 pt.
28750 \end_layout
28751
28752 \begin_layout Standard
28753 A formula with 2
28754 \begin_inset space \thinspace{}
28755 \end_inset
28756
28757 cm column separation:
28758 \begin_inset ERT
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762
28763
28764 \backslash
28765 setlength{
28766 \backslash
28767 arraycolsep}{1cm}
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \begin_inset Formula 
28774 \begin{eqnarray*}
28775 A & = & B\\
28776 C & \ne & A
28777 \end{eqnarray*}
28778
28779 \end_inset
28780
28781 A formula with the predefined column separation for matrices of 10
28782 \begin_inset space \thinspace{}
28783 \end_inset
28784
28785 pt:
28786 \begin_inset ERT
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790
28791
28792 \backslash
28793 setlength{
28794 \backslash
28795 arraycolsep}{5pt}
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \begin_inset Formula 
28802 \begin{eqnarray*}
28803 A & = & B\\
28804 C & \ne & A
28805 \end{eqnarray*}
28806
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \begin_layout Subsubsection
28813 Long Formulas
28814 \begin_inset Index idx
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818 Formula ! long
28819 \end_layout
28820
28821 \end_inset
28822
28823
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Long formulas can be typeset using these methods:
28828 \end_layout
28829
28830 \begin_layout Itemize
28831 When one side of the equation is much shorter than the line width, this
28832  one is chosen for the left side and the right side is typeset over two
28833  lines:
28834 \begin_inset Formula 
28835 \begin{eqnarray}
28836 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 \\
28837  &  & -\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}
28838 \end{eqnarray}
28839
28840 \end_inset
28841
28842 The minus sign at the beginning of the second line does normally not appear
28843  as an operator because it is the first character of the line.
28844  Thus it would not be surrounded by space and could not be distinguished
28845  from the fraction bar.
28846  To avoid this, 3
28847 \begin_inset space \thinspace{}
28848 \end_inset
28849
28850 pt space was inserted behind the minus sign with the command 
28851 \series bold
28852
28853 \backslash
28854 hspace
28855 \series default
28856 .
28857 \begin_inset Foot
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861 for more about 
28862 \series bold
28863
28864 \backslash
28865 hspace
28866 \series default
28867  see 
28868 \begin_inset CommandInset ref
28869 LatexCommand ref
28870 reference "sub:Variable-Space"
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \begin_inset Index idx
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884 Commands ! H ! 
28885 \backslash
28886 hspace
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \begin_layout Itemize
28895 When both sides of the equation are too long, the command 
28896 \series bold
28897
28898 \backslash
28899 lefteqn
28900 \series default
28901
28902 \begin_inset Index idx
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906 Commands ! L ! 
28907 \backslash
28908 lefteqn
28909 \end_layout
28910
28911 \end_inset
28912
28913  is used.
28914  It is inserted in the first column of the first line and causes all further
28915  insertions to overwrite the following columns:
28916 \begin_inset Formula 
28917 \begin{eqnarray}
28918 \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 \\
28919  &  & -\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 \\
28920  &  & =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}
28921 \end{eqnarray}
28922
28923 \end_inset
28924
28925 After the insertion of 
28926 \series bold
28927
28928 \backslash
28929 lefteqn
28930 \series default
28931 , the cursor is in a purple box that is a bit shifted to the left from the
28932  blue one.
28933  In this the formula is inserted.
28934 \begin_inset Newline newline
28935 \end_inset
28936
28937 The content of the further lines is inserted to the second or another formula
28938  column.
28939  The greater the column number where it was inserted, the larger the indentation.
28940 \begin_inset VSpace medskip
28941 \end_inset
28942
28943
28944 \begin_inset Newline newline
28945 \end_inset
28946
28947
28948 \begin_inset Note Greyedout
28949 status open
28950
28951 \begin_layout Plain Layout
28952 Note the following when using 
28953 \series bold
28954
28955 \backslash
28956 lefteqn
28957 \series default
28958 :
28959 \end_layout
28960
28961 \begin_layout Itemize
28962 The formula doesn't use the full page width.
28963  When e.
28964 \begin_inset space \thinspace{}
28965 \end_inset
28966
28967 g.
28968 \begin_inset space \space{}
28969 \end_inset
28970
28971 the term 
28972 \begin_inset Formula $-B^{2}$
28973 \end_inset
28974
28975  is added to the first line in the above example, it would have been outside
28976  the page margin.
28977  To better use the width, negative space can be inserted at the beginning
28978  of the first line.
28979 \end_layout
28980
28981 \begin_layout Itemize
28982 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28983  line.
28984 \begin_inset Foot
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988 \begin_inset CommandInset href
28989 LatexCommand href
28990 name "LyX-bug #1429"
28991 target "http://www.lyx.org/trac/ticket/1429"
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \end_inset
28999
29000  One can only set the cursor at the beginning of the line and move it with
29001  the arrow keys.
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Itemize
29010 Other methods to set long formulas are offered by the environments described
29011  in 
29012 \begin_inset CommandInset ref
29013 LatexCommand ref
29014 reference "sub:Multline-Environment"
29015
29016 \end_inset
29017
29018  and 
29019 \begin_inset CommandInset ref
29020 LatexCommand ref
29021 reference "sub:Multiline-Formula-Parts"
29022
29023 \end_inset
29024
29025 .
29026 \end_layout
29027
29028 \begin_layout Subsubsection
29029 Multiline Fractions
29030 \begin_inset CommandInset label
29031 LatexCommand label
29032 name "sub:Multiline-Fractions"
29033
29034 \end_inset
29035
29036
29037 \begin_inset Index idx
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Fractions ! multiline
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \end_layout
29048
29049 \begin_layout Standard
29050 There are cases where the denominator and/or the numerator of a fraction
29051  is so long that the fraction does not fit into one line.
29052  It is then necessary to add a line break within the fraction.
29053  This can be done using the command 
29054 \series bold
29055
29056 \backslash
29057 splitfrac
29058 \series default
29059
29060 \begin_inset Index idx
29061 status collapsed
29062
29063 \begin_layout Plain Layout
29064 Commands ! S ! 
29065 \backslash
29066 splitfrac
29067 \end_layout
29068
29069 \end_inset
29070
29071 .
29072  To activate it, set in the document settings under 
29073 \family sans
29074 Math
29075 \begin_inset space ~
29076 \end_inset
29077
29078 Options
29079 \family default
29080  for the package 
29081 \series bold
29082 mathtools
29083 \series default
29084
29085 \begin_inset Index idx
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089 Packages ! mathtools
29090 \end_layout
29091
29092 \end_inset
29093
29094  the option 
29095 \family sans
29096 Load
29097 \begin_inset space ~
29098 \end_inset
29099
29100 always
29101 \family default
29102 .
29103  
29104 \series bold
29105
29106 \backslash
29107 splitfrac
29108 \series default
29109  has the scheme
29110 \end_layout
29111
29112 \begin_layout Standard
29113
29114 \series bold
29115
29116 \backslash
29117 splitfrac{first line}{second line}
29118 \end_layout
29119
29120 \begin_layout Standard
29121 and is used as denominator and/or numerator:
29122 \end_layout
29123
29124 \begin_layout Standard
29125 \begin_inset Formula 
29126 \[
29127 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}
29128 \]
29129
29130 \end_inset
29131
29132 The command for the first numerator above is:
29133 \end_layout
29134
29135 \begin_layout Standard
29136
29137 \series bold
29138
29139 \backslash
29140 splitfrac{xy+xy+xy+xy+xy
29141 \begin_inset space \textvisiblespace{}
29142 \end_inset
29143
29144
29145 \backslash
29146 {+wy+wy+wy+wy
29147 \end_layout
29148
29149 \begin_layout Subsubsection
29150 Multiline Brackets
29151 \begin_inset CommandInset label
29152 LatexCommand label
29153 name "sub:Multiline-Brackets"
29154
29155 \end_inset
29156
29157
29158 \begin_inset Index idx
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Brackets ! for multiline expressions
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \end_layout
29169
29170 \begin_layout Standard
29171 For brackets spanning multiple lines the following problem occurs:
29172 \begin_inset Formula 
29173 \begin{eqnarray*}
29174 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29175  &  & \left.\cdots+B-D\right]
29176 \end{eqnarray*}
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 The closing bracket is smaller than the opening bracket because brackets
29185  with variable size may not span multiple lines.
29186 \end_layout
29187
29188 \begin_layout Standard
29189 To set the bracket size for the second line correctly, the first line is
29190  ended with 
29191 \series bold
29192
29193 \backslash
29194 right.
29195 \series default
29196
29197 \begin_inset Index idx
29198 status collapsed
29199
29200 \begin_layout Plain Layout
29201 Commands ! R ! 
29202 \backslash
29203 right
29204 \end_layout
29205
29206 \end_inset
29207
29208  and the second line with 
29209 \series bold
29210
29211 \backslash
29212 left.
29213 \begin_inset Foot
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217 for more about 
29218 \series bold
29219
29220 \backslash
29221 left
29222 \series default
29223  and 
29224 \series bold
29225
29226 \backslash
29227 right
29228 \series default
29229  see 
29230 \begin_inset CommandInset ref
29231 LatexCommand ref
29232 reference "sub:Automatic-Bracket-Size"
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \series default
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Commands ! L ! 
29249 \backslash
29250 left
29251 \end_layout
29252
29253 \end_inset
29254
29255 .
29256  After 
29257 \series bold
29258
29259 \backslash
29260 left.
29261
29262 \series default
29263  the command 
29264 \series bold
29265
29266 \backslash
29267 vphantom
29268 \series default
29269
29270 \begin_inset space \textvisiblespace{}
29271 \end_inset
29272
29273
29274 \series bold
29275
29276 \backslash
29277 prod
29278 \series default
29279 ^
29280 \begin_inset space \textvisiblespace{}
29281 \end_inset
29282
29283
29284 \series bold
29285
29286 \backslash
29287 infty
29288 \series default
29289
29290 \begin_inset space \textvisiblespace{}
29291 \end_inset
29292
29293
29294 \series bold
29295
29296 \begin_inset Formula $\downarrow$
29297 \end_inset
29298
29299 _R=1}
29300 \series default
29301
29302 \begin_inset Index idx
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306 Commands ! V ! 
29307 \backslash
29308 vphantom
29309 \end_layout
29310
29311 \end_inset
29312
29313  is inserted, because the multiplication operator with its limits is the
29314  largest symbol in the first line and this should be the size for the bracket
29315  in the second line.
29316 \end_layout
29317
29318 \begin_layout Standard
29319 The result is this:
29320 \begin_inset Formula 
29321 \begin{eqnarray*}
29322 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29323  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29324 \end{eqnarray*}
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Subsection
29332 Align Environments
29333 \end_layout
29334
29335 \begin_layout Standard
29336 Align environments can be used for every kind of multiline formulas.
29337  They are especially useful to set several formulas side by side.
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Align environments consist of columns.
29342  The odd columns are right aligned, the even ones left aligned.
29343  Every line in an Align environment can be numbered.
29344 \end_layout
29345
29346 \begin_layout Standard
29347 Align environments are created via the menu 
29348 \family sans
29349 Insert\SpecialChar \menuseparator
29350 Math
29351 \family default
29352 .
29353  With the menu 
29354 \family sans
29355 Edit\SpecialChar \menuseparator
29356 Math\SpecialChar \menuseparator
29357 Change Formula Type
29358 \family default
29359  already existing formulas can be converted to Align environments.
29360 \end_layout
29361
29362 \begin_layout Standard
29363 To add or delete columns, the math toolbar buttons 
29364 \begin_inset Info
29365 type  "icon"
29366 arg   "inset-modify tabular append-column"
29367 \end_inset
29368
29369  or 
29370 \begin_inset Info
29371 type  "icon"
29372 arg   "inset-modify tabular delete-column"
29373 \end_inset
29374
29375 , respectively, or the menu 
29376 \family sans
29377 Edit\SpecialChar \menuseparator
29378 Rows & Columns
29379 \family default
29380  can be used.
29381 \end_layout
29382
29383 \begin_layout Subsubsection
29384 Standard align Environment
29385 \begin_inset CommandInset label
29386 LatexCommand label
29387 name "sub:Standard-align-Environment"
29388
29389 \end_inset
29390
29391
29392 \begin_inset Index idx
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396 Formula ! multiline ! align environment
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405 This Align environment is created by pressing 
29406 \begin_inset Info
29407 type  "shortcut"
29408 arg   "newline-insert newline"
29409 \end_inset
29410
29411  in a formula or by the menu 
29412 \family sans
29413 Insert\SpecialChar \menuseparator
29414 Math\SpecialChar \menuseparator
29415 AMS align Environment
29416 \family default
29417 .
29418 \end_layout
29419
29420 \begin_layout Standard
29421 An example for two formulas set side by side, that are created with a four
29422  column align environment:
29423 \begin_inset Formula 
29424 \begin{align*}
29425 A & =\sin(B) & C & =D\\
29426 C & \ne A & B & \ne D
29427 \end{align*}
29428
29429 \end_inset
29430
29431 As it can be seen, the formulas in this environment are placed so as if
29432  there would be a 
29433 \series bold
29434
29435 \backslash
29436 hfill
29437 \begin_inset Foot
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441 more about 
29442 \series bold
29443
29444 \backslash
29445 hfill
29446 \series default
29447  see 
29448 \begin_inset CommandInset ref
29449 LatexCommand ref
29450 reference "sub:Variable-Space"
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \series default
29461  before the first and after every even column.
29462  When the formula style 
29463 \series bold
29464 Indented
29465 \begin_inset Foot
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469 formula styles see 
29470 \begin_inset CommandInset ref
29471 LatexCommand ref
29472 reference "sec:Formula-Styles"
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \series default
29483  is used, the formula is set without the 
29484 \series bold
29485
29486 \backslash
29487 hfill
29488 \series default
29489  before the first column.
29490 \end_layout
29491
29492 \begin_layout Subsubsection
29493 Alignat Environment
29494 \begin_inset Index idx
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498 Formula ! multiline ! alignat environment
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \begin_layout Standard
29507 The alignat environment has no predefined column separation.
29508  It can be inserted manually with the spaces that are described 
29509 \begin_inset CommandInset ref
29510 LatexCommand ref
29511 reference "sub:Space"
29512
29513 \end_inset
29514
29515 .
29516 \end_layout
29517
29518 \begin_layout Standard
29519 The above example in the alignat environment where 1
29520 \begin_inset space \thinspace{}
29521 \end_inset
29522
29523 cm space was inserted at the beginning of the second formula:
29524 \begin_inset Formula 
29525 \begin{alignat*}{2}
29526 A & =\sin(B) & \hspace{1cm}C & =D\\
29527 C & \ne A & B & \ne D
29528 \end{alignat*}
29529
29530 \end_inset
29531
29532 Because the column separation can be set separately for every column, this
29533  environment is especially suitable to set three and more formulas side
29534  by side.
29535 \end_layout
29536
29537 \begin_layout Subsubsection
29538 Flalign Environment
29539 \begin_inset CommandInset label
29540 LatexCommand label
29541 name "sub:Flalign-Environment"
29542
29543 \end_inset
29544
29545
29546 \begin_inset Index idx
29547 status collapsed
29548
29549 \begin_layout Plain Layout
29550 Formula ! multiline ! flalign environment
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \end_layout
29557
29558 \begin_layout Standard
29559 In this environment the first two columns are always set as much as possible
29560  to the left and the last two ones to the right.
29561  An example:
29562 \begin_inset Formula 
29563 \begin{flalign*}
29564 A & =1 & B & =2 & C & =3\\
29565 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29566 \end{flalign*}
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 By creating a flalign environment with an odd number of columns where an
29575  empty TeX-brace is inserted to the last column, several formulas in a document
29576  can be set to the left, although the formula style 
29577 \series bold
29578 Centered
29579 \series default
29580  is used.
29581  As example the indented formula 
29582 \begin_inset CommandInset ref
29583 LatexCommand eqref
29584 reference "eq:VolInt"
29585
29586 \end_inset
29587
29588 :
29589 \begin_inset Formula 
29590 \begin{flalign}
29591 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29592 \end{flalign}
29593
29594 \end_inset
29595
29596 The first two columns contain the formula.
29597  To indent it as with the formula style 
29598 \series bold
29599 Indented
29600 \series default
29601 , 30
29602 \begin_inset space \thinspace{}
29603 \end_inset
29604
29605 pt space was inserted at the beginning of the first column.
29606 \end_layout
29607
29608 \begin_layout Subsection
29609 Eqnarray Environment
29610 \begin_inset CommandInset label
29611 LatexCommand label
29612 name "sub:Eqnarray-Environment"
29613
29614 \end_inset
29615
29616
29617 \begin_inset Index idx
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 Formula ! multiline ! eqnarray environment
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \begin_layout Standard
29630 When this environment has been created, three blue boxes appear.
29631  The content of the first box is right aligned, the content of the last
29632  one left aligned.
29633  The content of the middle box appears centered and a bit smaller, because
29634  it is designed to insert there only relation characters.
29635 \begin_inset Formula 
29636 \begin{eqnarray*}
29637 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29638 AB & AB & AB\\
29639 A & = & A
29640 \end{eqnarray*}
29641
29642 \end_inset
29643
29644
29645 \end_layout
29646
29647 \begin_layout Subsection
29648 Gather Environment
29649 \begin_inset Index idx
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653 Formula ! multiline ! gather environment
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \end_layout
29660
29661 \begin_layout Standard
29662 This environment consists of only one centered column.
29663  Every line can be numbered.
29664 \begin_inset Formula 
29665 \begin{gather}
29666 A=1\\
29667 X=\textrm{-}1
29668 \end{gather}
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \begin_layout Subsection
29676 Multline Environment
29677 \begin_inset CommandInset label
29678 LatexCommand label
29679 name "sub:Multline-Environment"
29680
29681 \end_inset
29682
29683
29684 \begin_inset Index idx
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688 Formula ! multiline ! multline environment
29689 \end_layout
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \begin_layout Standard
29697 The multline environment consists, like the gather environment, of only
29698  one column.
29699  But the first line is left aligned, the last one right aligned.
29700  All other lines are centered.
29701  Therefore this environment is suitable for long formulas.
29702  As example formula 
29703 \begin_inset CommandInset ref
29704 LatexCommand eqref
29705 reference "eq:lefteqn"
29706
29707 \end_inset
29708
29709  in the multline environment:
29710 \begin_inset Formula 
29711 \begin{multline}
29712 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}\\
29713 -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}\\
29714 =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}}
29715 \end{multline}
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Standard
29723 In the output only the last (first) line of a multline environment appears
29724  numbered when the document numbering is right (left).
29725 \begin_inset Foot
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 numbering styles see 
29730 \begin_inset CommandInset ref
29731 LatexCommand ref
29732 reference "sec:Formula-Styles"
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Standard
29745 With the commands 
29746 \series bold
29747
29748 \backslash
29749 shoveright
29750 \series default
29751
29752 \begin_inset Index idx
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756 Commands ! S ! 
29757 \backslash
29758 shoveright
29759 \end_layout
29760
29761 \end_inset
29762
29763  and 
29764 \series bold
29765
29766 \backslash
29767 shoveleft
29768 \series default
29769
29770 \begin_inset Index idx
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774 Commands ! S ! 
29775 \backslash
29776 shoveleft
29777 \end_layout
29778
29779 \end_inset
29780
29781  a centered line can be right or left aligned, respectively.
29782  The commands are used as follows:
29783 \end_layout
29784
29785 \begin_layout Standard
29786
29787 \series bold
29788
29789 \backslash
29790 shoveright{line content}
29791 \series default
29792  and 
29793 \series bold
29794
29795 \backslash
29796 shoveleft{line content}
29797 \end_layout
29798
29799 \begin_layout Standard
29800 \begin_inset VSpace medskip
29801 \end_inset
29802
29803 The length 
29804 \series bold
29805
29806 \backslash
29807 multlinegap
29808 \series default
29809
29810 \begin_inset Index idx
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814 Commands ! M ! 
29815 \backslash
29816 multlinegap
29817 \end_layout
29818
29819 \end_inset
29820
29821  specifies the distance of the first line from the left page margin.
29822  Predefined is the length 0
29823 \begin_inset space \thinspace{}
29824 \end_inset
29825
29826 pt.
29827 \end_layout
29828
29829 \begin_layout Standard
29830 As example the above formula where the command
29831 \end_layout
29832
29833 \begin_layout Standard
29834
29835 \series bold
29836
29837 \backslash
29838 setlength{
29839 \backslash
29840 multlinegap}{2cm}
29841 \end_layout
29842
29843 \begin_layout Standard
29844 was inserted in TeX-mode before:
29845 \begin_inset ERT
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849
29850
29851 \backslash
29852 setlength{
29853 \backslash
29854 multlinegap}{2cm}
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \begin_inset Formula 
29861 \begin{multline}
29862 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}\\
29863 \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}}\\
29864 =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}}
29865 \end{multline}
29866
29867 \end_inset
29868
29869
29870 \begin_inset ERT
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875
29876 \backslash
29877 setlength{
29878 \backslash
29879 multlinegap}{0pt}
29880 \end_layout
29881
29882 \end_inset
29883
29884 The second line was left aligned using 
29885 \series bold
29886
29887 \backslash
29888 shoveleft
29889 \series default
29890 .
29891 \end_layout
29892
29893 \begin_layout Subsection
29894 Multiline Formula Parts
29895 \begin_inset CommandInset label
29896 LatexCommand label
29897 name "sub:Multiline-Formula-Parts"
29898
29899 \end_inset
29900
29901
29902 \begin_inset Index idx
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906 Formula ! multiline ! formula parts
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 To display only parts of a formula with multiple lines, one of the following
29916  environments is used: 
29917 \series bold
29918 aligned
29919 \series default
29920
29921 \series bold
29922 alignedat
29923 \series default
29924
29925 \series bold
29926 gathered
29927 \series default
29928  or 
29929 \series bold
29930 split
29931 \series default
29932 .
29933  They can be inserted via the menu 
29934 \family sans
29935 Insert\SpecialChar \menuseparator
29936 Math
29937 \family default
29938  or by using the commands described in this section.
29939 \end_layout
29940
29941 \begin_layout Standard
29942 The first three have the same properties as the corresponding multiline
29943  formula environments, but it is possible to set further formula parts beside
29944  them.
29945  An example:
29946 \begin_inset Formula 
29947 \[
29948 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29949 \Delta E\Delta t & \ge\frac{\hbar}{2}
29950 \end{aligned}
29951 \right\} \textrm{Uncertainty relations}
29952 \]
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Standard
29960 To get this formula, a displayed formula is created where the command 
29961 \series bold
29962
29963 \backslash
29964 aligned
29965 \series default
29966
29967 \begin_inset Index idx
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971 Commands ! A ! 
29972 \backslash
29973 aligned
29974 \end_layout
29975
29976 \end_inset
29977
29978  is inserted.
29979  A purple box appears around the blue formula box where now columns and
29980  lines can be added.
29981  Outside the multiline environment other formula parts can be set, like
29982  the brace.
29983 \end_layout
29984
29985 \begin_layout Standard
29986 The aligned environment is also suitable for long formulas whose lines are
29987  horizontally aligned.
29988  Using aligned in a displayed formula has the advantage that the formula
29989  number is vertically centered behind the lines.
29990  As example formula 
29991 \begin_inset CommandInset ref
29992 LatexCommand eqref
29993 reference "eq:shortlong"
29994
29995 \end_inset
29996
29997  in the aligned environment:
29998 \begin_inset Formula 
29999 \begin{equation}
30000 \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}|}\\
30001  & -\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}|}
30002 \end{aligned}
30003 \end{equation}
30004
30005 \end_inset
30006
30007
30008 \end_layout
30009
30010 \begin_layout Standard
30011 To use the environments 
30012 \series bold
30013 alignedat
30014 \series default
30015
30016 \series bold
30017 gathered
30018 \series default
30019 , or 
30020 \series bold
30021 split
30022 \series default
30023 , the command 
30024 \series bold
30025
30026 \backslash
30027 alignedat
30028 \series default
30029 ,
30030 \begin_inset Index idx
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034 Commands ! A ! 
30035 \backslash
30036 alignedat
30037 \end_layout
30038
30039 \end_inset
30040
30041  
30042 \series bold
30043
30044 \backslash
30045 gathered
30046 \series default
30047
30048 \begin_inset Index idx
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052 Commands ! G ! 
30053 \backslash
30054 gathered
30055 \end_layout
30056
30057 \end_inset
30058
30059 , or 
30060 \series bold
30061
30062 \backslash
30063 split
30064 \series default
30065
30066 \begin_inset Index idx
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070 Commands ! S ! 
30071 \backslash
30072 split
30073 \end_layout
30074
30075 \end_inset
30076
30077  are inserted, respectively.
30078  The split environment has the same properties as the aligned environment
30079  but it can only have two columns.
30080 \end_layout
30081
30082 \begin_layout Subsection
30083 Text in multiline Formulas
30084 \begin_inset CommandInset label
30085 LatexCommand label
30086 name "sub:Text-in-multiline"
30087
30088 \end_inset
30089
30090
30091 \begin_inset Index idx
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 Text ! in formulas
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \begin_inset Index idx
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105 Formula ! multiline ! text
30106 \end_layout
30107
30108 \end_inset
30109
30110
30111 \end_layout
30112
30113 \begin_layout Standard
30114 In the Align environments, and the multline and gather environment, text
30115  can be inserted that will appear in a separate line and doesn't affect
30116  the column alignment.
30117  To do this, the command 
30118 \series bold
30119
30120 \backslash
30121 intertext
30122 \series default
30123
30124 \begin_inset Index idx
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128 Commands ! I ! 
30129 \backslash
30130 intertext
30131 \end_layout
30132
30133 \end_inset
30134
30135  is used in the following scheme:
30136 \end_layout
30137
30138 \begin_layout Standard
30139
30140 \series bold
30141
30142 \backslash
30143 intertext{text}
30144 \end_layout
30145
30146 \begin_layout Standard
30147 The text should not be longer than a line because it cannot be hyphenated.
30148  As LyX doesn't yet support 
30149 \series bold
30150
30151 \backslash
30152 intertext
30153 \series default
30154  directly, the text is written as mathematical text.
30155  
30156 \series bold
30157
30158 \backslash
30159 intertext
30160 \series default
30161  must hereby be at the beginning of a line and appears in the output above
30162  this line.
30163  An example where the text was inserted at the beginning of the second line:
30164 \begin_inset Formula 
30165 \begin{align}
30166 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30167 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30168 \end{align}
30169
30170 \end_inset
30171
30172
30173 \end_layout
30174
30175 \begin_layout Standard
30176
30177 \series bold
30178
30179 \backslash
30180 intertext
30181 \series default
30182  always creates some vertical space between the text and the formula lines.
30183  To avoid this space, set in the document settings under 
30184 \family sans
30185 Math
30186 \begin_inset space ~
30187 \end_inset
30188
30189 Options
30190 \family default
30191  for the package 
30192 \series bold
30193 mathtools
30194 \series default
30195
30196 \begin_inset Index idx
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 Packages ! mathtools
30201 \end_layout
30202
30203 \end_inset
30204
30205  the option 
30206 \family sans
30207 Load
30208 \begin_inset space ~
30209 \end_inset
30210
30211 always
30212 \family default
30213 .
30214  Then you can use the command 
30215 \series bold
30216
30217 \backslash
30218 shortintertext
30219 \series default
30220
30221 \begin_inset Index idx
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225 Commands ! S ! 
30226 \backslash
30227 shortintertext
30228 \end_layout
30229
30230 \end_inset
30231
30232  instead of 
30233 \series bold
30234
30235 \backslash
30236 intertext
30237 \series default
30238 :
30239 \end_layout
30240
30241 \begin_layout Standard
30242 \begin_inset Formula 
30243 \begin{align}
30244 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30245 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30246 \end{align}
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Section
30254 Formula Numbering
30255 \begin_inset Index idx
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259 Formula numbering
30260 \end_layout
30261
30262 \end_inset
30263
30264
30265 \begin_inset Index idx
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269 Formula ! numbering|see
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274
30275 {
30276 \end_layout
30277
30278 \end_inset
30279
30280 Formula numbering
30281 \begin_inset ERT
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286 }
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \begin_layout Subsection
30300 General
30301 \end_layout
30302
30303 \begin_layout Standard
30304 Numbered formulas can be created with the menu 
30305 \family sans
30306 Insert\SpecialChar \menuseparator
30307 Math\SpecialChar \menuseparator
30308 Numbered
30309 \begin_inset space ~
30310 \end_inset
30311
30312 Formula
30313 \family default
30314  (shortcut 
30315 \family sans
30316 Ctrl+Alt
30317 \begin_inset space ~
30318 \end_inset
30319
30320 N
30321 \family default
30322 ).
30323  Existing formulas can be numbered with the menu 
30324 \family sans
30325 Edit\SpecialChar \menuseparator
30326 Math\SpecialChar \menuseparator
30327 Toggle
30328 \begin_inset space ~
30329 \end_inset
30330
30331 Numbering
30332 \family default
30333  (shortcut 
30334 \begin_inset Info
30335 type  "shortcut"
30336 arg   "math-number-toggle"
30337 \end_inset
30338
30339 ).
30340  The formula number is displayed in LyX behind the formula as a number sign
30341  in parentheses.
30342  The number sign is replaced in the output by the formula number.
30343 \end_layout
30344
30345 \begin_layout Standard
30346 When numbering is turned on in multiline formulas, all lines will be numbered.
30347  But the numbering can be controlled with the menu 
30348 \family sans
30349 Edit\SpecialChar \menuseparator
30350 Math\SpecialChar \menuseparator
30351 Toggle
30352 \begin_inset space ~
30353 \end_inset
30354
30355 Numbering
30356 \begin_inset space ~
30357 \end_inset
30358
30359 of
30360 \begin_inset space ~
30361 \end_inset
30362
30363 Line
30364 \family default
30365  (shortcut 
30366 \begin_inset Info
30367 type  "shortcut"
30368 arg   "math-number-line-toggle"
30369 \end_inset
30370
30371 ) for every line.
30372 \end_layout
30373
30374 \begin_layout Standard
30375 Except for inline formulas, all formulas can be numbered with two different
30376  styles, see 
30377 \begin_inset CommandInset ref
30378 LatexCommand ref
30379 reference "sec:Formula-Styles"
30380
30381 \end_inset
30382
30383 .
30384 \end_layout
30385
30386 \begin_layout Subsection
30387 Cross-References
30388 \begin_inset Index idx
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 Cross-references ! to formulas
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Standard
30401 All labeled formulas can be cross-referenced.
30402  A label is added by the menu 
30403 \family sans
30404 Insert\SpecialChar \menuseparator
30405 Label
30406 \family default
30407  or the toolbar button 
30408 \begin_inset Info
30409 type  "icon"
30410 arg   "label-insert"
30411 \end_inset
30412
30413 .
30414  The cursor must hereby be inside a displayed formula.
30415  Alternatively you can right-click on the formula and choose 
30416 \family sans
30417 Equation Label
30418 \family default
30419 .
30420  A dialog pops up displaying the prefix 
30421 \series bold
30422 eq:
30423 \series default
30424  in a text field.
30425  The label is inserted there behind the prefix.
30426  The predefined prefix means 
30427 \begin_inset Quotes eld
30428 \end_inset
30429
30430 equation
30431 \begin_inset Quotes erd
30432 \end_inset
30433
30434  and makes it easier to find labels in large documents because it marks
30435  it as formula label to divide it from e.
30436 \begin_inset space \thinspace{}
30437 \end_inset
30438
30439 g.
30440 \begin_inset space \space{}
30441 \end_inset
30442
30443 section labels.
30444  To change a label, the menu 
30445 \family sans
30446 Insert\SpecialChar \menuseparator
30447 Label
30448 \family default
30449  is used again or you right-click on a formula and then on 
30450 \family sans
30451 Equation Label
30452 \family default
30453 .
30454 \end_layout
30455
30456 \begin_layout Standard
30457 The name of the label is displayed in LyX within two parentheses behind
30458  formula.
30459  A formula with a label is always numbered.
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Cross-references are inserted via the menu 
30464 \family sans
30465 Insert\SpecialChar \menuseparator
30466 Cross-Reference
30467 \family default
30468  or with the toolbar button 
30469 \begin_inset Info
30470 type  "icon"
30471 arg   "dialog-show-new-inset ref"
30472 \end_inset
30473
30474 .
30475  A formula cross-reference appears in the output as formula number.
30476  When in the cross-reference dialog window the format 
30477 \series bold
30478 (<reference>)
30479 \series default
30480  is chosen, the cross-reference appears in the output as formula number
30481  in parentheses.
30482 \begin_inset Newline newline
30483 \end_inset
30484
30485 By right-clicking on a cross-reference in LyX, one jumps to the formula
30486  that is referenced.
30487 \end_layout
30488
30489 \begin_layout Standard
30490 Here are as examples cross-references to formulas of the following subsections:
30491 \begin_inset Note Note
30492 status open
30493
30494 \begin_layout Plain Layout
30495 Note the different cross-reference types.
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \end_layout
30502
30503 \begin_layout Standard
30504 The equations 
30505 \begin_inset CommandInset ref
30506 LatexCommand eqref
30507 reference "eq:tag"
30508
30509 \end_inset
30510
30511  and 
30512 \begin_inset CommandInset ref
30513 LatexCommand eqref
30514 reference "eq:c"
30515
30516 \end_inset
30517
30518  are equivalent.
30519  In (
30520 \begin_inset CommandInset ref
30521 LatexCommand ref
30522 reference "eq:Lat"
30523
30524 \end_inset
30525
30526 ) big Latin letters are used for the numbering in contrary to (
30527 \begin_inset CommandInset ref
30528 LatexCommand ref
30529 reference "eq:Rom"
30530
30531 \end_inset
30532
30533 ).
30534 \end_layout
30535
30536 \begin_layout Standard
30537 \begin_inset VSpace medskip
30538 \end_inset
30539
30540 When the argument of 
30541 \series bold
30542
30543 \backslash
30544 tag
30545 \begin_inset Foot
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550 \series bold
30551
30552 \backslash
30553 tag
30554 \series default
30555  is described in 
30556 \begin_inset CommandInset ref
30557 LatexCommand ref
30558 reference "sub:User-defined-Numbering"
30559
30560 \end_inset
30561
30562 .
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \series default
30569  contains a box like in 
30570 \begin_inset CommandInset ref
30571 LatexCommand ref
30572 reference "sub:Paragraph-Boxes"
30573
30574 \end_inset
30575
30576 , the formula cannot be referenced.
30577 \end_layout
30578
30579 \begin_layout Subsection
30580 Subnumbering
30581 \begin_inset Index idx
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585 Formula numbering ! subnumbering
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \end_layout
30592
30593 \begin_layout Standard
30594 With the help of the commands 
30595 \series bold
30596
30597 \backslash
30598 begin{subequations}
30599 \series default
30600  and 
30601 \series bold
30602
30603 \backslash
30604 end{subequations}
30605 \series default
30606  formulas can be subnumbered.
30607  Both commands are inserted in TeX-mode.
30608 \end_layout
30609
30610 \begin_layout Standard
30611 An example:
30612 \begin_inset Formula 
30613 \begin{equation}
30614 A=C-B\label{eq:a}
30615 \end{equation}
30616
30617 \end_inset
30618
30619
30620 \begin_inset ERT
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624
30625
30626 \backslash
30627 addtocounter{equation}{-1}
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \begin_inset ERT
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637
30638
30639 \backslash
30640 begin{subequations}
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \begin_inset VSpace -5mm
30647 \end_inset
30648
30649
30650 \begin_inset Formula 
30651 \begin{equation}
30652 B=C-A\label{eq:b}
30653 \end{equation}
30654
30655 \end_inset
30656
30657
30658 \begin_inset Formula 
30659 \begin{equation}
30660 C=A+B\label{eq:c}
30661 \end{equation}
30662
30663 \end_inset
30664
30665
30666 \end_layout
30667
30668 \begin_layout Standard
30669 \begin_inset ERT
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673
30674
30675 \backslash
30676 end{subequations}
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Standard
30685 To create the example, the following is done:
30686 \end_layout
30687
30688 \begin_layout Enumerate
30689 first formula is inserted
30690 \end_layout
30691
30692 \begin_layout Enumerate
30693
30694 \series bold
30695
30696 \backslash
30697 addtocounter{equation}{-1} 
30698 \backslash
30699 begin{subequations}
30700 \begin_inset Index idx
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704 Commands ! A ! 
30705 \backslash
30706 addtocounter
30707 \end_layout
30708
30709 \end_inset
30710
30711
30712 \begin_inset Newline newline
30713 \end_inset
30714
30715
30716 \series default
30717 is inserted after the first formula
30718 \end_layout
30719
30720 \begin_layout Enumerate
30721 second formula is inserted
30722 \end_layout
30723
30724 \begin_layout Enumerate
30725 third formula is inserted
30726 \end_layout
30727
30728 \begin_layout Enumerate
30729
30730 \series bold
30731
30732 \backslash
30733 end{subequations}
30734 \series default
30735  is inserted after the third formula
30736 \end_layout
30737
30738 \begin_layout Standard
30739 Every formula between the commands 
30740 \series bold
30741
30742 \backslash
30743 begin
30744 \series default
30745  and 
30746 \series bold
30747
30748 \backslash
30749 end
30750 \series default
30751  is subnumbered as a, b, 
30752 \begin_inset Newline linebreak
30753 \end_inset
30754
30755 c, \SpecialChar \ldots{}
30756  For multiline formulas every line will be subnumbered.
30757  All subnumbered formulas are treated as 
30758 \emph on
30759 one
30760 \emph default
30761  numbered formula.
30762  But as every numbered formula increases the counter 
30763 \series bold
30764 equation
30765 \series default
30766  by one, the command 
30767 \series bold
30768
30769 \backslash
30770 addtocounter
30771 \series default
30772  is needed to decrease it.
30773  Otherwise the formulas 
30774 \begin_inset CommandInset ref
30775 LatexCommand eqref
30776 reference "eq:a"
30777
30778 \end_inset
30779
30780
30781 \begin_inset CommandInset ref
30782 LatexCommand eqref
30783 reference "eq:b"
30784
30785 \end_inset
30786
30787
30788 \begin_inset CommandInset ref
30789 LatexCommand eqref
30790 reference "eq:c"
30791
30792 \end_inset
30793
30794  would be numbered as 
30795 \begin_inset CommandInset ref
30796 LatexCommand eqref
30797 reference "eq:a"
30798
30799 \end_inset
30800
30801
30802 \begin_inset CommandInset ref
30803 LatexCommand eqref
30804 reference "eq:d"
30805
30806 \end_inset
30807
30808
30809 \begin_inset CommandInset ref
30810 LatexCommand eqref
30811 reference "eq:f"
30812
30813 \end_inset
30814
30815 .
30816 \end_layout
30817
30818 \begin_layout Standard
30819 By inserting the commands in TeX-mode, a space is created between the first
30820  two formulas.
30821  To revert this -5
30822 \begin_inset space \thinspace{}
30823 \end_inset
30824
30825 mm vertical space is inserted after the command 
30826 \series bold
30827
30828 \backslash
30829 begin{subequations}
30830 \series default
30831 .
30832  When the formula style 
30833 \series bold
30834 Indented
30835 \begin_inset Foot
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 formula styles see 
30840 \begin_inset CommandInset ref
30841 LatexCommand ref
30842 reference "sec:Formula-Styles"
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \series default
30853  is used, -7
30854 \begin_inset space \thinspace{}
30855 \end_inset
30856
30857 mm space is inserted instead.
30858 \end_layout
30859
30860 \begin_layout Standard
30861 Here is an example for a multiline formula where the numbering was turned
30862  off for the second line:
30863 \begin_inset ERT
30864 status collapsed
30865
30866 \begin_layout Plain Layout
30867
30868
30869 \backslash
30870 begin{subequations}
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Formula 
30877 \begin{eqnarray}
30878 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30879  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30880  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30881 \end{eqnarray}
30882
30883 \end_inset
30884
30885
30886 \begin_inset ERT
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890
30891
30892 \backslash
30893 end{subequations}
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \begin_layout Subsection
30902 User-defined Numbering
30903 \begin_inset CommandInset label
30904 LatexCommand label
30905 name "sub:User-defined-Numbering"
30906
30907 \end_inset
30908
30909
30910 \begin_inset Index idx
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914 Formula numbering ! user-defined
30915 \end_layout
30916
30917 \end_inset
30918
30919
30920 \end_layout
30921
30922 \begin_layout Standard
30923 \begin_inset Index idx
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927 Formula numbering ! self-defined delimiters
30928 \end_layout
30929
30930 \end_inset
30931
30932 With the standard numbering parentheses are set around the formula number.
30933  To replace the parentheses for example by vertical bars, the following
30934  line is added to the LaTeX-preamble:
30935 \end_layout
30936
30937 \begin_layout Standard
30938
30939 \series bold
30940
30941 \backslash
30942 def
30943 \backslash
30944 tagform@#1{
30945 \backslash
30946 maketag@@@{|#1|}}
30947 \series default
30948
30949 \begin_inset Note Note
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 This macro is already declared in the LaTeX-preamble for testing.
30954  To activate it, remove the percent sign at the beginning.
30955 \end_layout
30956
30957 \end_inset
30958
30959
30960 \end_layout
30961
30962 \begin_layout Standard
30963 To use other characters, the vertical bars besides the 
30964 \series bold
30965 #1
30966 \series default
30967  are replaced by one ore more characters.
30968  To get only the formula number the vertical bars are omitted.
30969 \end_layout
30970
30971 \begin_layout Standard
30972 \begin_inset VSpace bigskip
30973 \end_inset
30974
30975 When there should be an expression of your choice instead of the consecutive
30976  formula number in parentheses behind the formula, the command 
30977 \series bold
30978
30979 \backslash
30980 tag
30981 \series default
30982
30983 \begin_inset Index idx
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987 Commands ! T ! 
30988 \backslash
30989 tag
30990 \end_layout
30991
30992 \end_inset
30993
30994  is used:
30995 \begin_inset Formula 
30996 \begin{equation}
30997 A+B=C\tag{something}\label{eq:tag}
30998 \end{equation}
30999
31000 \end_inset
31001
31002 In this example the command 
31003 \series bold
31004
31005 \backslash
31006 tag
31007 \begin_inset space \textvisiblespace{}
31008 \end_inset
31009
31010 something
31011 \series default
31012  was inserted in the formula.
31013 \end_layout
31014
31015 \begin_layout Standard
31016 When the command 
31017 \series bold
31018
31019 \backslash
31020 tag*
31021 \begin_inset space \textvisiblespace{}
31022 \end_inset
31023
31024 something
31025 \series default
31026  is inserted instead, the star prevents the parentheses around the expression:
31027 \begin_inset Formula 
31028 \[
31029 A+B=C\tag*{something}
31030 \]
31031
31032 \end_inset
31033
31034
31035 \end_layout
31036
31037 \begin_layout Standard
31038 \begin_inset VSpace bigskip
31039 \end_inset
31040
31041 To restart the formula numbering with new document parts or sections, the
31042  following command is used:
31043 \end_layout
31044
31045 \begin_layout Standard
31046
31047 \series bold
31048
31049 \backslash
31050 @addtoreset{equation}{part}
31051 \series default
31052
31053 \begin_inset Index idx
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 Commands ! 
31058 \begin_inset ERT
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062
31063 "
31064 \end_layout
31065
31066 \end_inset
31067
31068 @
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074 "
31075 \end_layout
31076
31077 \end_inset
31078
31079  ! 
31080 \backslash
31081
31082 \begin_inset ERT
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086
31087 "
31088 \end_layout
31089
31090 \end_inset
31091
31092 @
31093 \begin_inset ERT
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097
31098 "
31099 \end_layout
31100
31101 \end_inset
31102
31103 addtoreset
31104 \end_layout
31105
31106 \end_inset
31107
31108
31109 \begin_inset Newline newline
31110 \end_inset
31111
31112 resp.
31113 \begin_inset Newline newline
31114 \end_inset
31115
31116
31117 \series bold
31118
31119 \backslash
31120 @addtoreset{equation}{section}
31121 \end_layout
31122
31123 \begin_layout Standard
31124 To be able to use these commands in TeX-mode, the 
31125 \begin_inset Quotes eld
31126 \end_inset
31127
31128 @
31129 \begin_inset Quotes erd
31130 \end_inset
31131
31132  character has to be made 
31133 \begin_inset Quotes eld
31134 \end_inset
31135
31136 active
31137 \begin_inset Quotes erd
31138 \end_inset
31139
31140  for LaTeX using the command 
31141 \series bold
31142
31143 \backslash
31144 makeatletter.
31145
31146 \series default
31147  The command 
31148 \series bold
31149
31150 \backslash
31151 makeatother
31152 \series default
31153  reverts this.
31154  So the command sequence in TeX-mode is:
31155 \end_layout
31156
31157 \begin_layout Standard
31158
31159 \series bold
31160
31161 \backslash
31162 makeatletter
31163 \begin_inset Newline newline
31164 \end_inset
31165
31166
31167 \backslash
31168 @addtoreset{equation}{section}
31169 \begin_inset Newline newline
31170 \end_inset
31171
31172
31173 \backslash
31174 makeatother
31175 \end_layout
31176
31177 \begin_layout Standard
31178 In the LaTeX-preamble 
31179 \series bold
31180
31181 \backslash
31182 makeatletter
31183 \series default
31184  and 
31185 \series bold
31186
31187 \backslash
31188 makeatother
31189 \series default
31190  can be omitted as they are automatically internally inserted by LyX.
31191 \end_layout
31192
31193 \begin_layout Standard
31194 To revert 
31195 \series bold
31196
31197 \backslash
31198 @addtoreset
31199 \series default
31200 , the file 
31201 \series bold
31202 remreset.sty
31203 \series default
31204
31205 \begin_inset Foot
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210 \series bold
31211 remreset
31212 \series default
31213  is part of the LaTeX-package 
31214 \series bold
31215 carlisle
31216 \series default
31217
31218 \begin_inset Index idx
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222 Packages ! carlisle
31223 \end_layout
31224
31225 \end_inset
31226
31227  that is part of every LaTeX standard installation.
31228 \end_layout
31229
31230 \end_inset
31231
31232
31233 \begin_inset Index idx
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237 Packages ! remreset
31238 \end_layout
31239
31240 \end_inset
31241
31242  has to be loaded in the LaTeX-preamble with the line
31243 \end_layout
31244
31245 \begin_layout Standard
31246
31247 \series bold
31248
31249 \backslash
31250 usepackage{remreset}
31251 \end_layout
31252
31253 \begin_layout Standard
31254 Then the command 
31255 \series bold
31256
31257 \backslash
31258 @removefromreset
31259 \series default
31260
31261 \begin_inset Index idx
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265 Commands ! 
31266 \begin_inset ERT
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270
31271 "
31272 \end_layout
31273
31274 \end_inset
31275
31276 @
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282 "
31283 \end_layout
31284
31285 \end_inset
31286
31287  ! 
31288 \backslash
31289
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295 "
31296 \end_layout
31297
31298 \end_inset
31299
31300 @
31301 \begin_inset ERT
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305
31306 "
31307 \end_layout
31308
31309 \end_inset
31310
31311 removefromreset
31312 \end_layout
31313
31314 \end_inset
31315
31316  can be used with the same scheme as 
31317 \series bold
31318
31319 \backslash
31320 @addtoreset
31321 \series default
31322 .
31323 \end_layout
31324
31325 \begin_layout Standard
31326 \begin_inset VSpace bigskip
31327 \end_inset
31328
31329 Sometimes formulas should be numbered in the following form:
31330 \end_layout
31331
31332 \begin_layout Standard
31333
31334 \family typewriter
31335 (section number.formula number)
31336 \end_layout
31337
31338 \begin_layout Standard
31339 The formula number should start with every section with 
31340 \begin_inset Quotes eld
31341 \end_inset
31342
31343 1
31344 \begin_inset Quotes erd
31345 \end_inset
31346
31347 .
31348 \end_layout
31349
31350 \begin_layout Standard
31351 For this case there is the command 
31352 \series bold
31353
31354 \backslash
31355 numberwithin
31356 \series default
31357
31358 \begin_inset Index idx
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362 Commands ! N ! 
31363 \backslash
31364 numberwithin
31365 \end_layout
31366
31367 \end_inset
31368
31369 , which is used with the following scheme:
31370 \end_layout
31371
31372 \begin_layout Standard
31373
31374 \series bold
31375
31376 \backslash
31377 numberwithin{counter}{sectioning}
31378 \end_layout
31379
31380 \begin_layout Standard
31381 Counter denotes what kind of numbering is affected, sectioning denotes what
31382  number is before the dot.
31383 \end_layout
31384
31385 \begin_layout Standard
31386 Thus in our case the following LaTeX-preamble or TeX code line is used:
31387 \end_layout
31388
31389 \begin_layout Standard
31390
31391 \series bold
31392
31393 \backslash
31394 numberwithin{equation}{section}
31395 \end_layout
31396
31397 \begin_layout Standard
31398 This is the result:
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404
31405 \backslash
31406 numberwithin{equation}{section}
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \begin_inset Formula 
31413 \begin{equation}
31414 A+B=C
31415 \end{equation}
31416
31417 \end_inset
31418
31419
31420 \end_layout
31421
31422 \begin_layout Standard
31423 To number e.
31424 \begin_inset space \thinspace{}
31425 \end_inset
31426
31427 g.
31428 \begin_inset space \space{}
31429 \end_inset
31430
31431 tables so that the number of the part is the sectioning,
31432 \begin_inset Newline newline
31433 \end_inset
31434
31435
31436 \series bold
31437
31438 \backslash
31439 numberwithin{table}{part}
31440 \series default
31441  is used.
31442 \end_layout
31443
31444 \begin_layout Standard
31445 To go back to the standard numbering or to prevent this kind of numbering
31446  when it is defined by the document class, the following command is inserted
31447  as TeX code or to the LaTeX-preamble:
31448 \end_layout
31449
31450 \begin_layout Standard
31451
31452 \series bold
31453
31454 \backslash
31455 renewcommand{
31456 \backslash
31457 theequation}{
31458 \backslash
31459 arabic{equation}}
31460 \begin_inset Index idx
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 Commands ! A ! 
31465 \backslash
31466 arabic
31467 \end_layout
31468
31469 \end_inset
31470
31471
31472 \series default
31473
31474 \begin_inset ERT
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478
31479
31480 \backslash
31481 renewcommand{
31482 \backslash
31483 theequation}{
31484 \backslash
31485 arabic{equation}}
31486 \end_layout
31487
31488 \end_inset
31489
31490
31491 \series bold
31492
31493 \begin_inset Newline newline
31494 \end_inset
31495
31496
31497 \series default
31498 or
31499 \series bold
31500
31501 \begin_inset Newline newline
31502 \end_inset
31503
31504
31505 \backslash
31506 renewcommand{
31507 \backslash
31508 thetable}{
31509 \backslash
31510 arabic{table}}
31511 \end_layout
31512
31513 \begin_layout Standard
31514
31515 \series bold
31516
31517 \backslash
31518 numberwithin
31519 \series default
31520  uses internally the command 
31521 \series bold
31522
31523 \backslash
31524 @addtoreset
31525 \series default
31526 , described above, that also needs to be reverted.
31527 \begin_inset ERT
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531
31532
31533 \backslash
31534 makeatletter
31535 \end_layout
31536
31537 \begin_layout Plain Layout
31538
31539
31540 \backslash
31541 @removefromreset{equation}{section}
31542 \end_layout
31543
31544 \begin_layout Plain Layout
31545
31546
31547 \backslash
31548 makeatother
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Subsection
31557 Numbering with Roman Numbers and Letters
31558 \begin_inset Index idx
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562 Formula numbering ! with letters
31563 \end_layout
31564
31565 \end_inset
31566
31567
31568 \begin_inset Index idx
31569 status collapsed
31570
31571 \begin_layout Plain Layout
31572 Formula numbering ! with Roman numbers
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 Formulas can also be numbered with Roman numbers and Latin letters.
31582  To number for example with small Roman numbers, the command
31583 \end_layout
31584
31585 \begin_layout Standard
31586
31587 \series bold
31588
31589 \backslash
31590 renewcommand{
31591 \backslash
31592 theequation}{
31593 \backslash
31594 roman{equation}}
31595 \end_layout
31596
31597 \begin_layout Standard
31598 is inserted before the formula in TeX-mode.
31599  
31600 \series bold
31601
31602 \backslash
31603 renewcommand
31604 \series default
31605
31606 \begin_inset Index idx
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610 Commands ! R ! 
31611 \backslash
31612 renewcommand
31613 \end_layout
31614
31615 \end_inset
31616
31617  redefines the predefined command 
31618 \series bold
31619
31620 \backslash
31621 theequation
31622 \series default
31623  to the command 
31624 \series bold
31625
31626 \backslash
31627 roman{equation}
31628 \series default
31629 .
31630 \begin_inset Foot
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634 The command 
31635 \series bold
31636
31637 \backslash
31638 renewcommand
31639 \series default
31640  has the same scheme like the command 
31641 \series bold
31642
31643 \backslash
31644 newcommand
31645 \series default
31646  that is described in 
31647 \begin_inset CommandInset ref
31648 LatexCommand ref
31649 reference "sub:The-Command-newcommand"
31650
31651 \end_inset
31652
31653 .
31654 \end_layout
31655
31656 \end_inset
31657
31658  
31659 \series bold
31660 equation
31661 \series default
31662  is the formula counter.
31663  When the command 
31664 \series bold
31665
31666 \backslash
31667 the
31668 \series default
31669  is used as prefix for a counter, the value of the counter is output as
31670  Arabic number.
31671  When a formula is numbered, LaTeX sets internally the command 
31672 \series bold
31673
31674 \backslash
31675 theequation
31676 \series default
31677  behind the formula.
31678  
31679 \series bold
31680
31681 \backslash
31682 roman{equation}
31683 \begin_inset Index idx
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687 Commands ! R ! 
31688 \backslash
31689 roman
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \series default
31696  outputs the counter as small Roman number.
31697 \end_layout
31698
31699 \begin_layout Standard
31700 All formulas behind the command 
31701 \series bold
31702
31703 \backslash
31704 renew
31705 \series default
31706 c
31707 \series bold
31708 ommand
31709 \series default
31710  are now numbered Roman.
31711  To switch to numbering with big Roman numbers, the command is inserted
31712  again, but 
31713 \series bold
31714
31715 \backslash
31716 roman
31717 \series default
31718  is replaced by 
31719 \series bold
31720
31721 \backslash
31722 Roman
31723 \series default
31724
31725 \begin_inset Index idx
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729 Commands ! R ! 
31730 \backslash
31731 roman@
31732 \backslash
31733 Roman
31734 \end_layout
31735
31736 \end_inset
31737
31738 .
31739  To 
31740 \begin_inset Quotes eld
31741 \end_inset
31742
31743 number
31744 \begin_inset Quotes erd
31745 \end_inset
31746
31747  with small Latin letters there is the command 
31748 \series bold
31749
31750 \backslash
31751 alph
31752 \series default
31753
31754 \begin_inset Index idx
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758 Commands ! A ! 
31759 \backslash
31760 alph
31761 \end_layout
31762
31763 \end_inset
31764
31765 , for big ones there is the command 
31766 \series bold
31767
31768 \backslash
31769 Alph
31770 \series default
31771
31772 \begin_inset Index idx
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776 Commands ! A ! 
31777 \backslash
31778 alph@
31779 \backslash
31780 Alph
31781 \end_layout
31782
31783 \end_inset
31784
31785 .
31786 \end_layout
31787
31788 \begin_layout Standard
31789 \begin_inset Note Greyedout
31790 status open
31791
31792 \begin_layout Plain Layout
31793
31794 \series bold
31795 \color none
31796 Note:
31797 \series default
31798  Only maximal 26
31799 \begin_inset space ~
31800 \end_inset
31801
31802 formulas can be numbered with Latin letters in one document.
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \end_layout
31809
31810 \begin_layout Standard
31811 \begin_inset Newpage newpage
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \begin_layout Standard
31818 \begin_inset ERT
31819 status collapsed
31820
31821 \begin_layout Plain Layout
31822
31823
31824 \backslash
31825 renewcommand{
31826 \backslash
31827 theequation}{
31828 \backslash
31829 roman{equation}}
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 \begin_inset Formula 
31839 \begin{equation}
31840 A=\textrm{small roman}
31841 \end{equation}
31842
31843 \end_inset
31844
31845
31846 \begin_inset ERT
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850
31851
31852 \backslash
31853 renewcommand{
31854 \backslash
31855 theequation}{
31856 \backslash
31857 Roman{equation}}
31858 \end_layout
31859
31860 \end_inset
31861
31862
31863 \begin_inset Formula 
31864 \begin{equation}
31865 B=\textrm{big Roman}\label{eq:Rom}
31866 \end{equation}
31867
31868 \end_inset
31869
31870
31871 \begin_inset ERT
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875
31876
31877 \backslash
31878 renewcommand{
31879 \backslash
31880 theequation}{
31881 \backslash
31882 alph{equation}}
31883 \end_layout
31884
31885 \end_inset
31886
31887
31888 \begin_inset Formula 
31889 \begin{equation}
31890 C=\textrm{small Latin}
31891 \end{equation}
31892
31893 \end_inset
31894
31895
31896 \begin_inset ERT
31897 status collapsed
31898
31899 \begin_layout Plain Layout
31900
31901
31902 \backslash
31903 renewcommand{
31904 \backslash
31905 theequation}{
31906 \backslash
31907 Alph{equation}}
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \begin_inset Formula 
31914 \begin{equation}
31915 D=\textrm{big Latin}\label{eq:Lat}
31916 \end{equation}
31917
31918 \end_inset
31919
31920
31921 \end_layout
31922
31923 \begin_layout Standard
31924 To switch back to the default numbering, insert the command:
31925 \end_layout
31926
31927 \begin_layout Standard
31928
31929 \series bold
31930
31931 \backslash
31932 renewcommand{
31933 \backslash
31934 theequation}{
31935 \backslash
31936 arabic{equation}}
31937 \begin_inset Index idx
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941 Commands ! A ! 
31942 \backslash
31943 arabic
31944 \end_layout
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 \begin_inset ERT
31953 status collapsed
31954
31955 \begin_layout Plain Layout
31956
31957
31958 \backslash
31959 renewcommand{
31960 \backslash
31961 theequation}{
31962 \backslash
31963 arabic{equation}}
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \begin_inset Formula 
31970 \begin{equation}
31971 E=\textrm{Arabic}
31972 \end{equation}
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Standard
31980 \begin_inset VSpace medskip
31981 \end_inset
31982
31983 As you see, formulas are numbered serially independent from the numbering
31984  style.
31985  When then numbering should start with 
31986 \begin_inset Quotes eld
31987 \end_inset
31988
31989 1
31990 \begin_inset Quotes erd
31991 \end_inset
31992
31993  when the style is changed, new equation counters have to be defined.
31994  A description about this can be found in the file 
31995 \begin_inset CommandInset href
31996 LatexCommand href
31997 name "Formula-numbering.lyx"
31998 target "run:Formula-numbering.lyx"
31999
32000 \end_inset
32001
32002 .
32003 \end_layout
32004
32005 \begin_layout Section
32006 Chemical Symbols and Equations
32007 \begin_inset CommandInset label
32008 LatexCommand label
32009 name "sub:Chemical-Symbols-and"
32010
32011 \end_inset
32012
32013
32014 \begin_inset Index idx
32015 status collapsed
32016
32017 \begin_layout Plain Layout
32018 Chemical characters ! Symbols
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \begin_inset Index idx
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028 Chemical equations
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \begin_inset Index idx
32035 status collapsed
32036
32037 \begin_layout Plain Layout
32038 Symbols ! chemical
32039 \end_layout
32040
32041 \end_inset
32042
32043
32044 \end_layout
32045
32046 \begin_layout Standard
32047 An example text from chemistry:
32048 \end_layout
32049
32050 \begin_layout Quote
32051 The 
32052 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32053 \end_inset
32054
32055 -ion reacts with two 
32056 \begin_inset Formula $\mathrm{Na^{+}}$
32057 \end_inset
32058
32059 -ions to sodium sulfate 
32060 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32061 \end_inset
32062
32063 .
32064  The chemical equation for this is:
32065 \begin_inset Formula 
32066 \begin{equation}
32067 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
32068 \end{equation}
32069
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \begin_layout Standard
32076 This chemical equation can directly be created as formula.
32077  To avoid that the symbols appear italic, everything is highlighted and
32078  changed by the shortcut 
32079 \begin_inset Info
32080 type  "shortcut"
32081 arg   "font-roman"
32082 \end_inset
32083
32084  to the upright font style.
32085 \begin_inset Foot
32086 status collapsed
32087
32088 \begin_layout Plain Layout
32089 font styles
32090 \series bold
32091  
32092 \series default
32093 see 
32094 \begin_inset CommandInset ref
32095 LatexCommand ref
32096 reference "sub:Font-Styles"
32097
32098 \end_inset
32099
32100
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 A more convenient way to typeset chemical formulas is to use the command
32110  
32111 \series bold
32112
32113 \backslash
32114 ce
32115 \series default
32116
32117 \begin_inset Index idx
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121 Commands ! C ! 
32122 \backslash
32123 ce
32124 \end_layout
32125
32126 \end_inset
32127
32128  that is available when the LaTeX-package 
32129 \series bold
32130 mhchem
32131 \series default
32132
32133 \begin_inset Index idx
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137 Packages ! mhchem
32138 \end_layout
32139
32140 \end_inset
32141
32142  is installed.
32143  After inserting 
32144 \series bold
32145
32146 \backslash
32147 ce
32148 \series default
32149  to a formula a new blue box appears where chemical formulas can be inserted
32150  in an intuitive way.
32151 \end_layout
32152
32153 \begin_layout Standard
32154 \align center
32155 \begin_inset Tabular
32156 <lyxtabular version="3" rows="9" columns="2">
32157 <features rotate="0" tabularvalignment="middle">
32158 <column alignment="center" valignment="top">
32159 <column alignment="center" valignment="top">
32160 <row>
32161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32162 \begin_inset Text
32163
32164 \begin_layout Plain Layout
32165 Command
32166 \end_layout
32167
32168 \end_inset
32169 </cell>
32170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32171 \begin_inset Text
32172
32173 \begin_layout Plain Layout
32174 Result
32175 \begin_inset Note Note
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179
32180 \series bold
32181
32182 \backslash
32183 raisebox
32184 \series default
32185  is only used as spacer.
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \end_layout
32192
32193 \end_inset
32194 </cell>
32195 </row>
32196 <row>
32197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32198 \begin_inset Text
32199
32200 \begin_layout Plain Layout
32201
32202 \backslash
32203 ce
32204 \begin_inset space \textvisiblespace{}
32205 \end_inset
32206
32207 H2CO3
32208 \end_layout
32209
32210 \end_inset
32211 </cell>
32212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32213 \begin_inset Text
32214
32215 \begin_layout Plain Layout
32216 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \end_inset
32223 </cell>
32224 </row>
32225 <row>
32226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32227 \begin_inset Text
32228
32229 \begin_layout Plain Layout
32230
32231 \backslash
32232 ce
32233 \begin_inset space \textvisiblespace{}
32234 \end_inset
32235
32236 SO4^2-
32237 \end_layout
32238
32239 \end_inset
32240 </cell>
32241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32242 \begin_inset Text
32243
32244 \begin_layout Plain Layout
32245 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 </row>
32254 <row>
32255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32256 \begin_inset Text
32257
32258 \begin_layout Plain Layout
32259
32260 \backslash
32261 ce
32262 \begin_inset space \textvisiblespace{}
32263 \end_inset
32264
32265 (NH4)2S
32266 \end_layout
32267
32268 \end_inset
32269 </cell>
32270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32271 \begin_inset Text
32272
32273 \begin_layout Plain Layout
32274 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32275 \end_inset
32276
32277
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 </row>
32283 <row>
32284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32285 \begin_inset Text
32286
32287 \begin_layout Plain Layout
32288
32289 \backslash
32290 ce
32291 \begin_inset space \textvisiblespace{}
32292 \end_inset
32293
32294 KCr(SO4)2.12H2O
32295 \end_layout
32296
32297 \end_inset
32298 </cell>
32299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 </row>
32312 <row>
32313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32314 \begin_inset Text
32315
32316 \begin_layout Plain Layout
32317
32318 \backslash
32319 ce
32320 \begin_inset space \textvisiblespace{}
32321 \end_inset
32322
32323 A-B
32324 \backslash
32325 dbond
32326 \begin_inset space \textvisiblespace{}
32327 \end_inset
32328
32329 C
32330 \backslash
32331 tbond
32332 \begin_inset space \textvisiblespace{}
32333 \end_inset
32334
32335 D
32336 \end_layout
32337
32338 \end_inset
32339 </cell>
32340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32341 \begin_inset Text
32342
32343 \begin_layout Plain Layout
32344 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32345 \end_inset
32346
32347
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 </row>
32353 <row>
32354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358
32359 \backslash
32360 ce
32361 \begin_inset space \textvisiblespace{}
32362 \end_inset
32363
32364 ^227
32365 \begin_inset Formula $\downarrow$
32366 \end_inset
32367
32368 _90
32369 \begin_inset Formula $\to$
32370 \end_inset
32371
32372 Th+
32373 \end_layout
32374
32375 \end_inset
32376 </cell>
32377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32378 \begin_inset Text
32379
32380 \begin_layout Plain Layout
32381 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \end_inset
32388 </cell>
32389 </row>
32390 <row>
32391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32392 \begin_inset Text
32393
32394 \begin_layout Plain Layout
32395
32396 \backslash
32397 ce
32398 \begin_inset space \textvisiblespace{}
32399 \end_inset
32400
32401 CO2
32402 \begin_inset space \textvisiblespace{}
32403 \end_inset
32404
32405 +
32406 \begin_inset space \textvisiblespace{}
32407 \end_inset
32408
32409 C
32410 \begin_inset space \textvisiblespace{}
32411 \end_inset
32412
32413 <=>
32414 \begin_inset space \textvisiblespace{}
32415 \end_inset
32416
32417 2CO
32418 \end_layout
32419
32420 \end_inset
32421 </cell>
32422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32423 \begin_inset Text
32424
32425 \begin_layout Plain Layout
32426 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \end_inset
32433 </cell>
32434 </row>
32435 <row>
32436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440
32441 \backslash
32442 ce
32443 \begin_inset space \textvisiblespace{}
32444 \end_inset
32445
32446 CO2
32447 \begin_inset space \textvisiblespace{}
32448 \end_inset
32449
32450 +
32451 \begin_inset space \textvisiblespace{}
32452 \end_inset
32453
32454 C
32455 \begin_inset space \textvisiblespace{}
32456 \end_inset
32457
32458 ->[
32459 \backslash
32460 alpha][
32461 \backslash
32462 beta]
32463 \begin_inset space \textvisiblespace{}
32464 \end_inset
32465
32466 2CO}
32467 \end_layout
32468
32469 \end_inset
32470 </cell>
32471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32472 \begin_inset Text
32473
32474 \begin_layout Plain Layout
32475 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32476 \end_inset
32477
32478
32479 \end_layout
32480
32481 \end_inset
32482 </cell>
32483 </row>
32484 </lyxtabular>
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 \begin_inset Note Greyedout
32493 status open
32494
32495 \begin_layout Plain Layout
32496
32497 \series bold
32498 \color none
32499 Note:
32500 \series default
32501  Inserting a formula to a 
32502 \series bold
32503
32504 \backslash
32505 ce
32506 \series default
32507  box will lead to LaTeX errors due to a LyX bug.
32508 \color inherit
32509
32510 \begin_inset Foot
32511 status collapsed
32512
32513 \begin_layout Plain Layout
32514 \begin_inset CommandInset href
32515 LatexCommand href
32516 name "LyX-bug #8566"
32517 target "http://www.lyx.org/trac/ticket/8566"
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \color none
32528  In this case TeX code has to be used like for 
32529 \series bold
32530
32531 \backslash
32532 ce{$
32533 \backslash
32534 mu
32535 \backslash
32536 hyphen$Cl}
32537 \series default
32538
32539 \begin_inset ERT
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543
32544
32545 \backslash
32546 ce{$
32547 \backslash
32548 mu
32549 \backslash
32550 hyphen$Cl}
32551 \end_layout
32552
32553 \end_inset
32554
32555  
32556 \end_layout
32557
32558 \end_inset
32559
32560
32561 \end_layout
32562
32563 \begin_layout Standard
32564 \begin_inset Note Greyedout
32565 status open
32566
32567 \begin_layout Plain Layout
32568
32569 \series bold
32570 \color none
32571 Note:
32572 \series default
32573  It is not possible in LyX to use the character ^ to get an up-arrow as
32574  described in the 
32575 \series bold
32576 mhchem
32577 \series default
32578  manual.
32579  One instead uses a negative thin space followed by the command 
32580 \series bold
32581
32582 \backslash
32583 uparrow
32584 \series default
32585
32586 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32587 \end_inset
32588
32589
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Standard
32598 Using 
32599 \series bold
32600
32601 \backslash
32602 ce
32603 \series default
32604  the command for equation
32605 \begin_inset space ~
32606 \end_inset
32607
32608
32609 \begin_inset CommandInset ref
32610 LatexCommand eqref
32611 reference "eq:chem-reaction"
32612
32613 \end_inset
32614
32615  is:
32616 \begin_inset Newline newline
32617 \end_inset
32618
32619
32620 \series bold
32621  
32622 \backslash
32623 ce
32624 \begin_inset space \textvisiblespace{}
32625 \end_inset
32626
32627 2Na+
32628 \begin_inset space \textvisiblespace{}
32629 \end_inset
32630
32631 +
32632 \begin_inset space \textvisiblespace{}
32633 \end_inset
32634
32635 SO4^2-
32636 \begin_inset space \textvisiblespace{}
32637 \end_inset
32638
32639
32640 \begin_inset space \textvisiblespace{}
32641 \end_inset
32642
32643 ->
32644 \begin_inset space \textvisiblespace{}
32645 \end_inset
32646
32647 Na2SO4
32648 \end_layout
32649
32650 \begin_layout Standard
32651 To create multiline chemical equations first a multiline formula is created
32652  as described in 
32653 \begin_inset CommandInset ref
32654 LatexCommand ref
32655 reference "sec:Multiline-Formulas"
32656
32657 \end_inset
32658
32659 .
32660  Afterwards the command 
32661 \series bold
32662
32663 \backslash
32664 ce
32665 \series default
32666  is used in every small blue box of the formula.
32667  
32668 \begin_inset CommandInset ref
32669 LatexCommand eqref
32670 reference "eq:TEOS-reaction-1"
32671
32672 \end_inset
32673
32674  and 
32675 \begin_inset CommandInset ref
32676 LatexCommand eqref
32677 reference "eq:TEOS-reaction-2"
32678
32679 \end_inset
32680
32681  are an example of a multi-stage chemical reaction where every equation
32682  has its own number.
32683 \begin_inset Formula 
32684 \begin{eqnarray}
32685 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32686 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32687 \end{eqnarray}
32688
32689 \end_inset
32690
32691
32692 \end_layout
32693
32694 \begin_layout Standard
32695 Besides 
32696 \series bold
32697
32698 \backslash
32699 ce
32700 \series default
32701  the 
32702 \series bold
32703 mhchem
32704 \series default
32705  package provides the command 
32706 \series bold
32707
32708 \backslash
32709 cf
32710 \series default
32711
32712 \begin_inset Index idx
32713 status collapsed
32714
32715 \begin_layout Plain Layout
32716 Commands ! C ! 
32717 \backslash
32718 cf
32719 \end_layout
32720
32721 \end_inset
32722
32723  that has to be used for special cases.
32724  For more information about 
32725 \series bold
32726
32727 \backslash
32728 cf
32729 \series default
32730  and more examples have a look at the documentation of 
32731 \series bold
32732 mhchem
32733 \series default
32734
32735 \begin_inset CommandInset citation
32736 LatexCommand cite
32737 key "mhchem"
32738
32739 \end_inset
32740
32741 .
32742 \end_layout
32743
32744 \begin_layout Section
32745 Diagrams
32746 \end_layout
32747
32748 \begin_layout Standard
32749 LyX supports two types of commutative diagrams: 
32750 \series bold
32751 amscd
32752 \series default
32753  and 
32754 \series bold
32755 xymatrix
32756 \series default
32757  that are explained in the following.
32758 \end_layout
32759
32760 \begin_layout Subsection
32761 Amscd Diagrams
32762 \begin_inset Index idx
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766 Diagrams ! amscd
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 Diagrams of this type visualize relations by vertical and horizontal lines
32776  or arrows:
32777 \begin_inset Formula 
32778 \[
32779 \begin{CD}A@>>>B@>>>C\\
32780 @AAA@.@VVV\\
32781 F@<<<E@<<<D
32782 \end{CD}
32783 \]
32784
32785 \end_inset
32786
32787
32788 \end_layout
32789
32790 \begin_layout Standard
32791 To get them, the command 
32792 \series bold
32793
32794 \backslash
32795 CD
32796 \begin_inset Index idx
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800 Commands ! C ! 
32801 \backslash
32802 CD
32803 \end_layout
32804
32805 \end_inset
32806
32807
32808 \series default
32809  is inserted to a formula.
32810  A blue box appears with two dashed lines where further commands can be
32811  inserted.
32812  With 
32813 \begin_inset Info
32814 type  "shortcut"
32815 arg   "newline-insert newline"
32816 \end_inset
32817
32818  a new line is created.
32819  Horizontal relations are inserted in odd, vertical in even formula lines.
32820 \end_layout
32821
32822 \begin_layout Standard
32823 To create the relations there are the following commands:
32824 \end_layout
32825
32826 \begin_layout Itemize
32827
32828 \series bold
32829 @<<<
32830 \series default
32831  creates a left arrow, 
32832 \series bold
32833 @>>>
32834 \series default
32835  a right arrow and 
32836 \series bold
32837 @=
32838 \series default
32839  a long equal sign
32840 \end_layout
32841
32842 \begin_layout Itemize
32843
32844 \series bold
32845 @AAA
32846 \series default
32847  creates an up arrow, 
32848 \series bold
32849 @VVV
32850 \series default
32851  a down arrow and 
32852 \series bold
32853 @|
32854 \series default
32855  a vertical equal sign
32856 \end_layout
32857
32858 \begin_layout Itemize
32859
32860 \series bold
32861 @.
32862
32863 \series default
32864  is a placeholder for non-existent relations
32865 \end_layout
32866
32867 \begin_layout Standard
32868 All arrows can be labeled as follows:
32869 \end_layout
32870
32871 \begin_layout Itemize
32872 If text inserted between the first and second < or >, resp., it is placed
32873  above the arrow.
32874  When it is inserted between the second and third one, it appears under
32875  the arrow.
32876 \end_layout
32877
32878 \begin_layout Itemize
32879 When text for vertical arrows is inserted between the first and second A
32880  or V, resp., it is placed left beside the arrow.
32881  When it is inserted between the second and third one, it appears right
32882  beside the arrow.
32883  If the text contains an A or V, these letters must be set into a TeX-brace.
32884 \end_layout
32885
32886 \begin_layout Standard
32887 As example a diagram with all possible relations:
32888 \end_layout
32889
32890 \begin_layout Standard
32891 \begin_inset Formula 
32892 \[
32893 \begin{CD}A@>j>>B@>>k>C@=F\\
32894 @AmAA@.@VV{V}V@|\\
32895 D@<<j<E@>k>>F@=C
32896 \end{CD}
32897 \]
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \begin_layout Standard
32905 The command for this is:
32906 \begin_inset Newline newline
32907 \end_inset
32908
32909
32910 \series bold
32911
32912 \backslash
32913 CD
32914 \begin_inset space \textvisiblespace{}
32915 \end_inset
32916
32917 A@>j>>B@>>k>C@=F Ctrl+Return
32918 \begin_inset Newline newline
32919 \end_inset
32920
32921
32922 \begin_inset Phantom HPhantom
32923 status open
32924
32925 \begin_layout Plain Layout
32926
32927 \series bold
32928
32929 \backslash
32930 CD
32931 \begin_inset space \textvisiblespace{}
32932 \end_inset
32933
32934
32935 \end_layout
32936
32937 \end_inset
32938
32939 @AmAA@.@VV
32940 \backslash
32941 {V
32942 \series default
32943
32944 \begin_inset Formula $\to$
32945 \end_inset
32946
32947
32948 \series bold
32949 V@| Ctrl+Return
32950 \begin_inset Newline newline
32951 \end_inset
32952
32953
32954 \begin_inset Phantom HPhantom
32955 status open
32956
32957 \begin_layout Plain Layout
32958
32959 \series bold
32960
32961 \backslash
32962 CD
32963 \begin_inset space \textvisiblespace{}
32964 \end_inset
32965
32966
32967 \end_layout
32968
32969 \end_inset
32970
32971 D@<<j<E@>k>>F@=C
32972 \end_layout
32973
32974 \begin_layout Subsection
32975 Xymatrix Diagrams
32976 \begin_inset Index idx
32977 status collapsed
32978
32979 \begin_layout Plain Layout
32980 Diagrams ! xymatrix
32981 \end_layout
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \begin_layout Standard
32989 To be able to use xymatrices, the LaTeX-package 
32990 \series bold
32991 xypic
32992 \series default
32993  must be installed.
32994  A xymatrix is created by inserting the command 
32995 \series bold
32996
32997 \backslash
32998 xymatrix
32999 \series default
33000  in a formula.
33001  Then you are able to add new matrix columns and rows like for normal matrices,
33002  see 
33003 \begin_inset CommandInset ref
33004 LatexCommand ref
33005 reference "sec:Matrices"
33006
33007 \end_inset
33008
33009 .
33010 \end_layout
33011
33012 \begin_layout Standard
33013 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
33014  and much more.
33015  All possibilities to create commutative diagrams and decorations are explained
33016  in detail in the 
33017 \emph on
33018 XY-pic manual
33019 \emph default
33020  that you find in the menu 
33021 \family sans
33022 Help\SpecialChar \menuseparator
33023 Specific
33024 \begin_inset space ~
33025 \end_inset
33026
33027 Manuals
33028 \family default
33029 .
33030 \end_layout
33031
33032 \begin_layout Subsection
33033
33034 \noun on
33035 Feynman
33036 \noun default
33037  Diagrams
33038 \begin_inset Index idx
33039 status collapsed
33040
33041 \begin_layout Plain Layout
33042 Diagrams ! Feynman
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \end_layout
33049
33050 \begin_layout Standard
33051 To be able to use 
33052 \noun on
33053 Feynman
33054 \noun default
33055 -diagrams, the LaTeX-package 
33056 \series bold
33057 feyn
33058 \series default
33059  must be installed.
33060  A 
33061 \noun on
33062 Feynman
33063 \noun default
33064 -diagram is created by inserting the command 
33065 \series bold
33066
33067 \backslash
33068 Diagram
33069 \series default
33070  in a formula.
33071  Then you are able to add new matrix columns and rows like for normal matrices,
33072  see 
33073 \begin_inset CommandInset ref
33074 LatexCommand ref
33075 reference "sec:Matrices"
33076
33077 \end_inset
33078
33079 .
33080 \end_layout
33081
33082 \begin_layout Standard
33083 Examples how to create 
33084 \noun on
33085 Feynman-
33086 \noun default
33087 diagrams in LyX is given in the 
33088 \emph on
33089 Feynman-diagram manual
33090 \emph default
33091  that you find in the menu 
33092 \family sans
33093 Help\SpecialChar \menuseparator
33094 Specific
33095 \begin_inset space ~
33096 \end_inset
33097
33098 Manuals
33099 \family default
33100 .
33101 \end_layout
33102
33103 \begin_layout Section
33104 User-defined Commands
33105 \begin_inset Index idx
33106 status collapsed
33107
33108 \begin_layout Plain Layout
33109 User-defined commands
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \begin_layout Standard
33118 \begin_inset Note Greyedout
33119 status open
33120
33121 \begin_layout Plain Layout
33122
33123 \series bold
33124 Note:
33125 \series default
33126  The names of user-defined commands and macros may only consist of Latin
33127  letters.
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Subsection
33136 The Command 
33137 \backslash
33138 newcommand
33139 \begin_inset CommandInset label
33140 LatexCommand label
33141 name "sub:The-Command-newcommand"
33142
33143 \end_inset
33144
33145
33146 \begin_inset Index idx
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150 User-defined commands ! 
33151 \backslash
33152 newcommand
33153 \end_layout
33154
33155 \end_inset
33156
33157
33158 \begin_inset Index idx
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162 Commands ! N ! 
33163 \backslash
33164 newcommand
33165 \end_layout
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 Many LaTeX-commands are too long to be used frequently.
33174  But it is possible to define with the command 
33175 \series bold
33176
33177 \backslash
33178 newcommand
33179 \series default
33180  new shorter commands.
33181 \end_layout
33182
33183 \begin_layout Standard
33184 The command scheme of 
33185 \series bold
33186
33187 \backslash
33188 newcommand
33189 \series default
33190  is:
33191 \end_layout
33192
33193 \begin_layout Standard
33194
33195 \series bold
33196
33197 \backslash
33198 newcommand{new command name}[number of arguments][optional
33199 \series default
33200  
33201 \series bold
33202 value]
33203 \begin_inset Newline newline
33204 \end_inset
33205
33206
33207 \begin_inset Phantom HPhantom
33208 status open
33209
33210 \begin_layout Plain Layout
33211
33212 \series bold
33213
33214 \backslash
33215 newcommand
33216 \end_layout
33217
33218 \end_inset
33219
33220 {command definition}
33221 \end_layout
33222
33223 \begin_layout Standard
33224 \begin_inset Note Greyedout
33225 status open
33226
33227 \begin_layout Plain Layout
33228
33229 \series bold
33230 Note:
33231 \series default
33232  Assure that the name of the new command is not already used in your document
33233  or by LaTeX-packages that you use.
33234  When you for example define the command 
33235 \series bold
33236
33237 \backslash
33238 le
33239 \series default
33240  for 
33241 \series bold
33242
33243 \backslash
33244 Leftarrow
33245 \series default
33246 , you get an error message because 
33247 \series bold
33248
33249 \backslash
33250 le
33251 \series default
33252  is already defined as command for 
33253 \begin_inset Quotes eld
33254 \end_inset
33255
33256
33257 \begin_inset Formula $\le$
33258 \end_inset
33259
33260
33261 \begin_inset Quotes erd
33262 \end_inset
33263
33264 .
33265 \end_layout
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \begin_layout Standard
33273 The number of arguments is an integer in the range 0
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 -
33278 \begin_inset space \thinspace{}
33279 \end_inset
33280
33281 9 and specifies how many arguments the new command should have.
33282  With the optional value a value for an optional argument can be predefined.
33283  When this is done, the 
33284 \emph on
33285 first
33286 \emph default
33287  
33288 \emph on
33289 a
33290 \emph default
33291 rgument of the new command is automatically an optional one.
33292 \end_layout
33293
33294 \begin_layout Standard
33295 Here are some examples:
33296 \end_layout
33297
33298 \begin_layout Itemize
33299 To define the command 
33300 \series bold
33301
33302 \backslash
33303 gr
33304 \series default
33305  for 
33306 \series bold
33307
33308 \backslash
33309 Longrightarrow
33310 \series default
33311 , the LaTeX-preamble line is:
33312 \begin_inset VSpace medskip
33313 \end_inset
33314
33315
33316 \begin_inset Newline newline
33317 \end_inset
33318
33319
33320 \series bold
33321
33322 \backslash
33323 newcommand{
33324 \backslash
33325 gr}{
33326 \backslash
33327 Longrightarrow}
33328 \end_layout
33329
33330 \begin_layout Itemize
33331 To define the command 
33332 \series bold
33333
33334 \backslash
33335 us
33336 \series default
33337  for 
33338 \series bold
33339
33340 \backslash
33341 underline
33342 \series default
33343 , the argument (that should be underlined) must be taken into account.
33344  For this the preamble line is:
33345 \begin_inset VSpace medskip
33346 \end_inset
33347
33348
33349 \begin_inset Newline newline
33350 \end_inset
33351
33352
33353 \series bold
33354
33355 \backslash
33356 newcommand{
33357 \backslash
33358 us}[1]{
33359 \backslash
33360 underline{#1}}
33361 \series default
33362
33363 \begin_inset VSpace medskip
33364 \end_inset
33365
33366
33367 \begin_inset Newline newline
33368 \end_inset
33369
33370 The character 
33371 \series bold
33372 #
33373 \series default
33374  acts as argument placeholder, the 
33375 \series bold
33376 1
33377 \series default
33378  behind it denotes that it is the placeholder for the first argument.
33379 \end_layout
33380
33381 \begin_layout Itemize
33382 For 
33383 \series bold
33384
33385 \backslash
33386 framebox
33387 \series default
33388  one can e.
33389 \begin_inset space \thinspace{}
33390 \end_inset
33391
33392 g.
33393 \begin_inset space \space{}
33394 \end_inset
33395
33396 define the command 
33397 \series bold
33398
33399 \backslash
33400 fb
33401 \series default
33402 :
33403 \begin_inset VSpace medskip
33404 \end_inset
33405
33406
33407 \begin_inset Newline newline
33408 \end_inset
33409
33410
33411 \series bold
33412
33413 \backslash
33414 newcommand{
33415 \backslash
33416 fb}[3]{
33417 \backslash
33418 framebox#1#2{$#3$}}
33419 \series default
33420
33421 \begin_inset VSpace medskip
33422 \end_inset
33423
33424
33425 \begin_inset Newline newline
33426 \end_inset
33427
33428 The two Dollar signs creates the extra formula needed for 
33429 \series bold
33430
33431 \backslash
33432 framebox
33433 \series default
33434 , see 
33435 \begin_inset CommandInset ref
33436 LatexCommand ref
33437 reference "sub:Boxes-with-Frame"
33438
33439 \end_inset
33440
33441 .
33442 \end_layout
33443
33444 \begin_layout Itemize
33445 To create a new command for 
33446 \series bold
33447
33448 \backslash
33449 fcolorbox
33450 \series default
33451  where the color for the box need not be specified, the argument for the
33452  color is defined optional:
33453 \begin_inset VSpace medskip
33454 \end_inset
33455
33456
33457 \begin_inset Newline newline
33458 \end_inset
33459
33460
33461 \series bold
33462
33463 \backslash
33464 newcommand{
33465 \backslash
33466 cb}[3][white]{
33467 \backslash
33468 fcolorbox{#2}{#1}{$#3$}}
33469 \series default
33470
33471 \begin_inset VSpace medskip
33472 \end_inset
33473
33474
33475 \begin_inset Newline newline
33476 \end_inset
33477
33478 When the color is not specified when using 
33479 \series bold
33480
33481 \backslash
33482 cb
33483 \series default
33484 , the predefined color 
33485 \series bold
33486 white
33487 \series default
33488  will be used.
33489 \end_layout
33490
33491 \begin_layout Standard
33492 A test of the new defined commands:
33493 \end_layout
33494
33495 \begin_layout Standard
33496 \align center
33497 \begin_inset Tabular
33498 <lyxtabular version="3" rows="6" columns="2">
33499 <features rotate="0" tabularvalignment="middle">
33500 <column alignment="center" valignment="top">
33501 <column alignment="center" valignment="top">
33502 <row>
33503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33504 \begin_inset Text
33505
33506 \begin_layout Plain Layout
33507 Command
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33513 \begin_inset Text
33514
33515 \begin_layout Plain Layout
33516 Result
33517 \begin_inset Note Note
33518 status collapsed
33519
33520 \begin_layout Plain Layout
33521
33522 \series bold
33523
33524 \backslash
33525 raisebox
33526 \series default
33527  is only used as spacer.
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \end_inset
33536 </cell>
33537 </row>
33538 <row>
33539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543 A
33544 \backslash
33545 gr
33546 \begin_inset space \textvisiblespace{}
33547 \end_inset
33548
33549 B
33550 \end_layout
33551
33552 \end_inset
33553 </cell>
33554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33555 \begin_inset Text
33556
33557 \begin_layout Plain Layout
33558 \begin_inset Formula $A\gr B$
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \end_inset
33565 </cell>
33566 </row>
33567 <row>
33568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33569 \begin_inset Text
33570
33571 \begin_layout Plain Layout
33572
33573 \backslash
33574 us{ABcd
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33580 \begin_inset Text
33581
33582 \begin_layout Plain Layout
33583 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 </row>
33592 <row>
33593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33594 \begin_inset Text
33595
33596 \begin_layout Plain Layout
33597
33598 \backslash
33599 fb{[2cm]
33600 \begin_inset Formula $\to$
33601 \end_inset
33602
33603
33604 \backslash
33605 {
33606 \begin_inset Formula $\to$
33607 \end_inset
33608
33609
33610 \backslash
33611 {
33612 \backslash
33613 int
33614 \begin_inset space \textvisiblespace{}
33615 \end_inset
33616
33617 A=B
33618 \end_layout
33619
33620 \end_inset
33621 </cell>
33622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33623 \begin_inset Text
33624
33625 \begin_layout Plain Layout
33626 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 </row>
33635 <row>
33636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640
33641 \backslash
33642 cb{red
33643 \begin_inset Formula $\to$
33644 \end_inset
33645
33646
33647 \backslash
33648 {
33649 \backslash
33650 int
33651 \begin_inset space \textvisiblespace{}
33652 \end_inset
33653
33654 A=B
33655 \end_layout
33656
33657 \end_inset
33658 </cell>
33659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33660 \begin_inset Text
33661
33662 \begin_layout Plain Layout
33663 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33664 \end_inset
33665
33666
33667 \end_layout
33668
33669 \end_inset
33670 </cell>
33671 </row>
33672 <row>
33673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33674 \begin_inset Text
33675
33676 \begin_layout Plain Layout
33677
33678 \backslash
33679 cb[green]
33680 \backslash
33681 {red
33682 \begin_inset Formula $\to$
33683 \end_inset
33684
33685
33686 \backslash
33687 {
33688 \backslash
33689 int
33690 \begin_inset space \textvisiblespace{}
33691 \end_inset
33692
33693 A=B
33694 \end_layout
33695
33696 \end_inset
33697 </cell>
33698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33699 \begin_inset Text
33700
33701 \begin_layout Plain Layout
33702 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33703 \end_inset
33704
33705
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 </row>
33711 </lyxtabular>
33712
33713 \end_inset
33714
33715
33716 \end_layout
33717
33718 \begin_layout Subsection
33719 Math Macros
33720 \begin_inset Index idx
33721 status collapsed
33722
33723 \begin_layout Plain Layout
33724 User-defined commands! Math macros
33725 \end_layout
33726
33727 \end_inset
33728
33729
33730 \begin_inset Index idx
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734 Macros
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 User-defined commands are especially convenient for complex expressions.
33744  When you are for example dealing with a document that has quadratic equations,
33745  the same solution type occurs several times.
33746  The general form of a quadratic equation is
33747 \begin_inset Formula 
33748 \[
33749 0=\lambda^{2}+p\lambda+q
33750 \]
33751
33752 \end_inset
33753
33754 The general form of the solution is
33755 \begin_inset Formula 
33756 \[
33757 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33758 \]
33759
33760 \end_inset
33761
33762
33763 \end_layout
33764
33765 \begin_layout Standard
33766 To define a command for the solution formula where only the three parameters
33767  
33768 \begin_inset Formula $\lambda$
33769 \end_inset
33770
33771
33772 \begin_inset Formula $p$
33773 \end_inset
33774
33775  and 
33776 \begin_inset Formula $q$
33777 \end_inset
33778
33779  need to be specified and the index of 
33780 \begin_inset Formula $\lambda$
33781 \end_inset
33782
33783  can be given optionally, the LaTeX-preamble line is
33784 \begin_inset Newline newline
33785 \end_inset
33786
33787
33788 \series bold
33789
33790 \backslash
33791 newcommand{
33792 \backslash
33793 qG}[4][1,
33794 \backslash
33795 ,2]{#2_{#1}=-
33796 \backslash
33797 frac{#3}{2}
33798 \backslash
33799 pm
33800 \begin_inset Newline newline
33801 \end_inset
33802
33803
33804 \begin_inset Phantom HPhantom
33805 status open
33806
33807 \begin_layout Plain Layout
33808
33809 \series bold
33810
33811 \backslash
33812 newcommand
33813 \end_layout
33814
33815 \end_inset
33816
33817
33818 \backslash
33819 sqrt{
33820 \backslash
33821 frac{#3^{2}}{4}-#4}}
33822 \end_layout
33823
33824 \begin_layout Standard
33825 To create with this the solution formula, the command
33826 \begin_inset Newline newline
33827 \end_inset
33828
33829
33830 \series bold
33831
33832 \backslash
33833 qG{
33834 \backslash
33835 lambda
33836 \begin_inset Formula $\to$
33837 \end_inset
33838
33839
33840 \backslash
33841 {p
33842 \begin_inset Formula $\to$
33843 \end_inset
33844
33845
33846 \backslash
33847 {q
33848 \series default
33849  is inserted to a formula
33850 \series bold
33851 .
33852 \end_layout
33853
33854 \begin_layout Standard
33855 The definition of the new command is unintuitive because one has to know
33856  the schemes of all used LaTeX commands, e.
33857 \begin_inset space \thinspace{}
33858 \end_inset
33859
33860 g.
33861 \begin_inset space \space{}
33862 \end_inset
33863
33864 that a fraction is inserted in LaTeX as 
33865 \series bold
33866
33867 \backslash
33868 frac{numerator}{denominator}
33869 \series default
33870 .
33871  Furthermore one can easily forget a brace in the definition and cannot
33872  see in LyX what the new command is doing.
33873  To avoid these problems LyX offers the possibility to use math macros instead
33874  of the command 
33875 \series bold
33876
33877 \backslash
33878 newcommand
33879 \series default
33880 .
33881 \end_layout
33882
33883 \begin_layout Standard
33884 A math macro is created by using the menu 
33885 \family sans
33886 Insert\SpecialChar \menuseparator
33887 Math\SpecialChar \menuseparator
33888 Macro
33889 \family default
33890  or the toolbar button 
33891 \begin_inset Info
33892 type  "icon"
33893 arg   "math-macro newmacroname_newcommand"
33894 \end_inset
33895
33896 .
33897  The math macro toolbar appears together with the following box where the
33898  macro is defined:
33899 \begin_inset Newline newline
33900 \end_inset
33901
33902
33903 \begin_inset space \hspace*{\fill}
33904 \end_inset
33905
33906
33907 \begin_inset Graphics
33908         filename clipart/macrobox.png
33909
33910 \end_inset
33911
33912
33913 \begin_inset space \hspace*{\fill}
33914 \end_inset
33915
33916
33917 \begin_inset Newline newline
33918 \end_inset
33919
33920
33921 \begin_inset FormulaMacro
33922 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33923 \end_inset
33924
33925
33926 \backslash
33927 newmacroname is the default name of the macro that should be changed to
33928  something sensible.
33929  The wanted formula is inserted in the first blue box.
33930  An argument placeholder is inserted with the command 
33931 \series bold
33932
33933 \backslash
33934 #argumentnumber
33935 \series default
33936 , e.
33937 \begin_inset space \thinspace{}
33938 \end_inset
33939
33940 g
33941 \begin_inset space \space{}
33942 \end_inset
33943
33944
33945 \series bold
33946
33947 \backslash
33948 #1
33949 \series default
33950  or by using the macro toolbar button 
33951 \begin_inset Info
33952 type  "icon"
33953 arg   "math-macro-add-param"
33954 \end_inset
33955
33956 .
33957  Argument placeholders are displayed red.
33958  A maximum of 9
33959 \begin_inset space ~
33960 \end_inset
33961
33962 arguments are possible.
33963  Optional arguments are created with the toolbar button 
33964 \begin_inset Info
33965 type  "icon"
33966 arg   "math-macro-add-optional-param"
33967 \end_inset
33968
33969 .
33970  The first non-optional argument can be transformed to an optional one with
33971  the toolbar button 
33972 \begin_inset Info
33973 type  "icon"
33974 arg   "math-macro-make-optional"
33975 \end_inset
33976
33977 .
33978  In the second blue box the appearance of the macro in LyX can be defined.
33979  Normally you want to see it as it is defined, so the box is kept empty.
33980  But when you have created a macro that needs lot of space on the screen,
33981  you can insert in the box for example
33982 \begin_inset Newline newline
33983 \end_inset
33984
33985
33986 \series bold
33987 qG: 
33988 \backslash
33989 #1
33990 \series default
33991  
33992 \series bold
33993 ,
33994 \series default
33995  
33996 \series bold
33997
33998 \backslash
33999 #2
34000 \series default
34001  
34002 \series bold
34003 ,
34004 \series default
34005  
34006 \series bold
34007
34008 \backslash
34009 #3, 
34010 \backslash
34011 #4
34012 \begin_inset Newline newline
34013 \end_inset
34014
34015
34016 \series default
34017 For the macro only the arguments with the macro name in front of them will
34018  then be displayed in LyX, leading to a better overview.
34019  The formula appears in the output as defined in the first box.
34020 \begin_inset Newline newline
34021 \end_inset
34022
34023 The appearance of macros in formulas can furthermore be changed for single
34024  macros by setting the cursor in the macro and using the menu 
34025 \family sans
34026 View\SpecialChar \menuseparator
34027 (Un)fold
34028 \begin_inset space ~
34029 \end_inset
34030
34031 Math
34032 \begin_inset space ~
34033 \end_inset
34034
34035 Macro
34036 \family default
34037 .
34038 \end_layout
34039
34040 \begin_layout Standard
34041 To use a macro, the macro name is inserted as command to a formula, in our
34042  case 
34043 \series bold
34044
34045 \backslash
34046 qG
34047 \series default
34048 .
34049  Our macro looks in LyX like this:
34050 \begin_inset Newline newline
34051 \end_inset
34052
34053
34054 \begin_inset space \hspace*{\fill}
34055 \end_inset
34056
34057
34058 \begin_inset Graphics
34059         filename clipart/macrouse.png
34060
34061 \end_inset
34062
34063
34064 \begin_inset space \hspace*{\fill}
34065 \end_inset
34066
34067
34068 \begin_inset Newline newline
34069 \end_inset
34070
34071 Here is our macro example with the arguments 
34072 \begin_inset Formula $x$
34073 \end_inset
34074
34075
34076 \begin_inset Formula $\ln(x)$
34077 \end_inset
34078
34079  and 
34080 \begin_inset Formula $B$
34081 \end_inset
34082
34083 :
34084 \end_layout
34085
34086 \begin_layout Standard
34087 \begin_inset Formula 
34088 \[
34089 \qG x{\ln(x)}B
34090 \]
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \begin_layout Standard
34098 LyX offers in the menu 
34099 \family sans
34100 Tools\SpecialChar \menuseparator
34101 Preferences\SpecialChar \menuseparator
34102 Editing\SpecialChar \menuseparator
34103 Control
34104 \family default
34105  different styles to edit macros.
34106  To find the style that suits you the most, choose a style and set the cursor
34107  in a macro formula to see the difference.
34108 \end_layout
34109
34110 \begin_layout Standard
34111 A math macro is transformed internally to a 
34112 \series bold
34113
34114 \backslash
34115 newcommand
34116 \series default
34117  command when exporting the document.
34118  The created 
34119 \series bold
34120
34121 \backslash
34122 newcommand
34123 \series default
34124  command is not placed in the LaTeX-preamble, therefore macros can only
34125  be used in formulas that are in the document below the macro definition
34126  box.
34127 \end_layout
34128
34129 \begin_layout Standard
34130 Math macros can also be directly created from a 
34131 \series bold
34132
34133 \backslash
34134 newcommand
34135 \series default
34136  command.
34137  When writing for example the command
34138 \series bold
34139
34140 \begin_inset Newline newline
34141 \end_inset
34142
34143
34144 \backslash
34145 newcommand{
34146 \backslash
34147 larrow}[2]{
34148 \backslash
34149 xleftarrow[#2]{#1}}
34150 \begin_inset Newline newline
34151 \end_inset
34152
34153
34154 \series default
34155 in LyX as normal text, highlighting it completely and using then the shortcut
34156  
34157 \family sans
34158 Ctrl+M
34159 \family default
34160 , the command will be transformed to a math macro.
34161  Using this method you need to be careful that the 
34162 \series bold
34163
34164 \backslash
34165 newcommand
34166 \series default
34167  command is typed correctly, otherwise you get a faulty macro leading to
34168  LaTeX errors.
34169 \end_layout
34170
34171 \begin_layout Standard
34172 Math macros currently have the problem that further formulas in macro definition
34173 s are handled wrongly.
34174  Therefore the example 
34175 \series bold
34176
34177 \backslash
34178 fb
34179 \series default
34180  from 
34181 \begin_inset CommandInset ref
34182 LatexCommand ref
34183 reference "sub:The-Command-newcommand"
34184
34185 \end_inset
34186
34187  cannot be created as macro.
34188 \end_layout
34189
34190 \begin_layout Standard
34191 When the cursor is in a macro definition box, you will see the macro toolbar
34192  in LyX:
34193 \end_layout
34194
34195 \begin_layout Standard
34196 \begin_inset VSpace defskip
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Standard
34203 \begin_inset Graphics
34204         filename clipart/MacroToolbar.png
34205
34206 \end_inset
34207
34208
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 Macros ! Toolbar
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 \begin_inset VSpace defskip
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \begin_layout Standard
34229 The macro toolbar contains from left to right the following buttons:
34230 \end_layout
34231
34232 \begin_layout Standard
34233 \begin_inset VSpace defskip
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Standard
34240 \begin_inset Tabular
34241 <lyxtabular version="3" rows="9" columns="2">
34242 <features rotate="0" islongtable="true" longtabularalignment="center">
34243 <column alignment="left" valignment="top">
34244 <column alignment="left" valignment="top" width="85col%">
34245 <row interlinespace="2.5mm">
34246 <cell alignment="center" valignment="top" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250 \begin_inset Info
34251 type  "icon"
34252 arg   "math-macro-remove-param"
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \end_inset
34259 </cell>
34260 <cell alignment="center" valignment="top" usebox="none">
34261 \begin_inset Text
34262
34263 \begin_layout Plain Layout
34264
34265 \family sans
34266 Edit\SpecialChar \menuseparator
34267 Math\SpecialChar \menuseparator
34268 Macro
34269 \begin_inset space ~
34270 \end_inset
34271
34272 Definition\SpecialChar \menuseparator
34273 Remove Last Argument
34274 \end_layout
34275
34276 \end_inset
34277 </cell>
34278 </row>
34279 <row interlinespace="2.5mm">
34280 <cell alignment="center" valignment="top" usebox="none">
34281 \begin_inset Text
34282
34283 \begin_layout Plain Layout
34284 \begin_inset Info
34285 type  "icon"
34286 arg   "math-macro-add-param"
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 <cell alignment="center" valignment="top" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298
34299 \family sans
34300 Edit\SpecialChar \menuseparator
34301 Math\SpecialChar \menuseparator
34302 Macro
34303 \begin_inset space ~
34304 \end_inset
34305
34306 Definition\SpecialChar \menuseparator
34307 Append Argument
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 </row>
34313 <row interlinespace="2.5mm">
34314 <cell alignment="center" valignment="top" usebox="none">
34315 \begin_inset Text
34316
34317 \begin_layout Plain Layout
34318 \begin_inset Info
34319 type  "icon"
34320 arg   "math-macro-make-optional"
34321 \end_inset
34322
34323
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 <cell alignment="center" valignment="top" usebox="none">
34329 \begin_inset Text
34330
34331 \begin_layout Plain Layout
34332
34333 \family sans
34334 Edit\SpecialChar \menuseparator
34335 Math\SpecialChar \menuseparator
34336 Macro
34337 \begin_inset space ~
34338 \end_inset
34339
34340 Definition\SpecialChar \menuseparator
34341 Transform First Non-Optional to
34342 \begin_inset Newline newline
34343 \end_inset
34344
34345
34346 \begin_inset Phantom HPhantom
34347 status open
34348
34349 \begin_layout Plain Layout
34350
34351 \family sans
34352 Edit\SpecialChar \menuseparator
34353 Math\SpecialChar \menuseparator
34354 Macro
34355 \begin_inset space ~
34356 \end_inset
34357
34358 Definition\SpecialChar \menuseparator
34359
34360 \end_layout
34361
34362 \end_inset
34363
34364 Optional Argument
34365 \end_layout
34366
34367 \end_inset
34368 </cell>
34369 </row>
34370 <row interlinespace="2.5mm">
34371 <cell alignment="center" valignment="top" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375 \begin_inset Info
34376 type  "icon"
34377 arg   "math-macro-make-nonoptional"
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \end_inset
34384 </cell>
34385 <cell alignment="center" valignment="top" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389
34390 \family sans
34391 Edit\SpecialChar \menuseparator
34392 Math\SpecialChar \menuseparator
34393 Macro
34394 \begin_inset space ~
34395 \end_inset
34396
34397 Definition\SpecialChar \menuseparator
34398 Transform Last Optional to
34399 \begin_inset Newline newline
34400 \end_inset
34401
34402
34403 \begin_inset Phantom HPhantom
34404 status open
34405
34406 \begin_layout Plain Layout
34407
34408 \family sans
34409 Edit\SpecialChar \menuseparator
34410 Math\SpecialChar \menuseparator
34411 Macro
34412 \begin_inset space ~
34413 \end_inset
34414
34415 Definition\SpecialChar \menuseparator
34416
34417 \end_layout
34418
34419 \end_inset
34420
34421 Non-Optional Argument
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 </row>
34427 <row interlinespace="2.5mm">
34428 <cell alignment="center" valignment="top" usebox="none">
34429 \begin_inset Text
34430
34431 \begin_layout Plain Layout
34432 \begin_inset Info
34433 type  "icon"
34434 arg   "math-macro-remove-optional-param"
34435 \end_inset
34436
34437
34438 \end_layout
34439
34440 \end_inset
34441 </cell>
34442 <cell alignment="center" valignment="top" usebox="none">
34443 \begin_inset Text
34444
34445 \begin_layout Plain Layout
34446
34447 \family sans
34448 Edit\SpecialChar \menuseparator
34449 Math\SpecialChar \menuseparator
34450 Macro
34451 \begin_inset space ~
34452 \end_inset
34453
34454 Definition\SpecialChar \menuseparator
34455 Remove Optional Argument
34456 \end_layout
34457
34458 \end_inset
34459 </cell>
34460 </row>
34461 <row interlinespace="2.5mm">
34462 <cell alignment="center" valignment="top" usebox="none">
34463 \begin_inset Text
34464
34465 \begin_layout Plain Layout
34466 \begin_inset Info
34467 type  "icon"
34468 arg   "math-macro-add-optional-param"
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \end_inset
34475 </cell>
34476 <cell alignment="center" valignment="top" usebox="none">
34477 \begin_inset Text
34478
34479 \begin_layout Plain Layout
34480
34481 \family sans
34482 Edit\SpecialChar \menuseparator
34483 Math\SpecialChar \menuseparator
34484 Macro
34485 \begin_inset space ~
34486 \end_inset
34487
34488 Definition\SpecialChar \menuseparator
34489 Insert Optional Argument
34490 \end_layout
34491
34492 \end_inset
34493 </cell>
34494 </row>
34495 <row interlinespace="2.5mm">
34496 <cell alignment="center" valignment="top" usebox="none">
34497 \begin_inset Text
34498
34499 \begin_layout Plain Layout
34500 \begin_inset Info
34501 type  "icon"
34502 arg   "math-macro-remove-greedy-param"
34503 \end_inset
34504
34505
34506 \end_layout
34507
34508 \end_inset
34509 </cell>
34510 <cell alignment="center" valignment="top" usebox="none">
34511 \begin_inset Text
34512
34513 \begin_layout Plain Layout
34514
34515 \family sans
34516 Edit\SpecialChar \menuseparator
34517 Math\SpecialChar \menuseparator
34518 Macro
34519 \begin_inset space ~
34520 \end_inset
34521
34522 Definition\SpecialChar \menuseparator
34523 Remove Last Argument
34524 \begin_inset Newline newline
34525 \end_inset
34526
34527
34528 \begin_inset Phantom HPhantom
34529 status open
34530
34531 \begin_layout Plain Layout
34532
34533 \family sans
34534 Edit\SpecialChar \menuseparator
34535 Math\SpecialChar \menuseparator
34536 Macro
34537 \begin_inset space ~
34538 \end_inset
34539
34540 Definition\SpecialChar \menuseparator
34541
34542 \end_layout
34543
34544 \end_inset
34545
34546 Spitting Out To The Right
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 </row>
34552 <row interlinespace="2.5mm">
34553 <cell alignment="center" valignment="top" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 \begin_inset Info
34558 type  "icon"
34559 arg   "math-macro-append-greedy-param"
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 <cell alignment="center" valignment="top" usebox="none">
34568 \begin_inset Text
34569
34570 \begin_layout Plain Layout
34571
34572 \family sans
34573 Edit\SpecialChar \menuseparator
34574 Math\SpecialChar \menuseparator
34575 Macro
34576 \begin_inset space ~
34577 \end_inset
34578
34579 Definition\SpecialChar \menuseparator
34580 Append Argument
34581 \begin_inset Newline newline
34582 \end_inset
34583
34584
34585 \begin_inset Phantom HPhantom
34586 status open
34587
34588 \begin_layout Plain Layout
34589
34590 \family sans
34591 Edit\SpecialChar \menuseparator
34592 Math\SpecialChar \menuseparator
34593 Macro
34594 \begin_inset space ~
34595 \end_inset
34596
34597 Definition\SpecialChar \menuseparator
34598
34599 \end_layout
34600
34601 \end_inset
34602
34603 Eating From The Right
34604 \end_layout
34605
34606 \end_inset
34607 </cell>
34608 </row>
34609 <row interlinespace="2.5mm">
34610 <cell alignment="center" valignment="top" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Plain Layout
34614 \begin_inset Info
34615 type  "icon"
34616 arg   "math-macro-add-greedy-optional-param"
34617 \end_inset
34618
34619
34620 \end_layout
34621
34622 \end_inset
34623 </cell>
34624 <cell alignment="center" valignment="top" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628
34629 \family sans
34630 Edit\SpecialChar \menuseparator
34631 Math\SpecialChar \menuseparator
34632 Macro
34633 \begin_inset space ~
34634 \end_inset
34635
34636 Definition\SpecialChar \menuseparator
34637 Append Optional Argument
34638 \begin_inset Newline newline
34639 \end_inset
34640
34641
34642 \begin_inset Phantom HPhantom
34643 status open
34644
34645 \begin_layout Plain Layout
34646
34647 \family sans
34648 Edit\SpecialChar \menuseparator
34649 Math\SpecialChar \menuseparator
34650 Macro
34651 \begin_inset space ~
34652 \end_inset
34653
34654 Definition\SpecialChar \menuseparator
34655
34656 \end_layout
34657
34658 \end_inset
34659
34660 Eating From The Right
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 </row>
34666 </lyxtabular>
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \begin_layout Section
34674 Computer Algebra Systems
34675 \end_layout
34676
34677 \begin_layout Standard
34678 LyX offers the exchange between mathematical expressions written in LyX's
34679  math editor and external applications or user defined scripts.
34680  Currently supported applications are 
34681 \family sans
34682 Maple
34683 \family default
34684
34685 \family sans
34686 Mathematica
34687 \family default
34688
34689 \family sans
34690 Maxima
34691 \family default
34692  and 
34693 \family sans
34694 Octave
34695 \family default
34696 .
34697  Note that the set of supported mathematical constructs is limited only
34698  to very simple cases.
34699 \end_layout
34700
34701 \begin_layout Subsection
34702 Usage
34703 \end_layout
34704
34705 \begin_layout Standard
34706 Write some expression in a formula, go to the 
34707 \family sans
34708 Edit\SpecialChar \menuseparator
34709 Math\SpecialChar \menuseparator
34710 Use Computer Algebra System
34711 \family default
34712  menu and choose the application you have installed on the computer.
34713  After that the result of computation should show on the right side of the
34714  expression together with the 
34715 \begin_inset Quotes eld
34716 \end_inset
34717
34718 =
34719 \begin_inset Quotes erd
34720 \end_inset
34721
34722  operator.
34723 \end_layout
34724
34725 \begin_layout Standard
34726 Here are few simple examples (with results from 
34727 \family typewriter
34728 Maxima
34729 \family default
34730 ) to show what kind of computations can be performed:
34731 \end_layout
34732
34733 \begin_layout Itemize
34734 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34735 \end_inset
34736
34737
34738 \end_layout
34739
34740 \begin_layout Itemize
34741 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Itemize
34748 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Itemize
34755 \begin_inset Formula $\det\left[\begin{array}{ccc}
34756 1 & 6 & 7\\
34757 2 & 5 & 8\\
34758 3 & 4 & 17
34759 \end{array}\right]=-56$
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Itemize
34766 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Subsection
34773 Keyboard shortcut
34774 \end_layout
34775
34776 \begin_layout Standard
34777 Currently there is no keyboard shortcut for calling the algebra applications.
34778  One can easily bind a shortcut to the 
34779 \family sans
34780 math-extern
34781 \family default
34782  LyX function (see the 
34783 \family sans
34784 \emph on
34785 LyX Functions
34786 \family default
34787 \emph default
34788  manual).
34789  One could e.
34790 \begin_inset space \thinspace{}
34791 \end_inset
34792
34793 g.
34794 \begin_inset space \space{}
34795 \end_inset
34796
34797 bind the 
34798 \family sans
34799 Return
34800 \family default
34801  key inside the math editor.
34802  To bind it to 
34803 \family typewriter
34804 Maxima
34805 \family default
34806  one would use this shortcut definition command:
34807 \end_layout
34808
34809 \begin_layout Standard
34810
34811 \series bold
34812 command-alternatives break-paragraph;math-extern maxima
34813 \end_layout
34814
34815 \begin_layout Section
34816 Miscellaneous
34817 \begin_inset Index idx
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821 Miscellaneous
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \begin_layout Subsection
34830 Negative Numbers
34831 \begin_inset Index idx
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835 Numbers ! negative
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Standard
34844 Negative numbers often look ugly in formulas because the minus sign before
34845  the number is set with the same length as the minus operator sign.
34846  When writing the negative number in normal text, the minus sign appears
34847  correctly.
34848 \end_layout
34849
34850 \begin_layout Standard
34851 Thus, the problem disappears when converting the minus sign to mathematical
34852  text.
34853 \end_layout
34854
34855 \begin_layout Standard
34856 An example to visualize the problem:
34857 \end_layout
34858
34859 \begin_layout Standard
34860 \align center
34861 \begin_inset Tabular
34862 <lyxtabular version="3" rows="3" columns="2">
34863 <features rotate="0" tabularvalignment="middle">
34864 <column alignment="right" valignment="top">
34865 <column alignment="left" valignment="top">
34866 <row>
34867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34868 \begin_inset Text
34869
34870 \begin_layout Plain Layout
34871 normal text:
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34877 \begin_inset Text
34878
34879 \begin_layout Plain Layout
34880 x = -2
34881 \end_layout
34882
34883 \end_inset
34884 </cell>
34885 </row>
34886 <row>
34887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34888 \begin_inset Text
34889
34890 \begin_layout Plain Layout
34891 formula:
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900 \begin_inset Formula $x=-2$
34901 \end_inset
34902
34903
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 </row>
34909 <row>
34910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 solution:
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923 \begin_inset Formula $x=\textrm{-}2$
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 </lyxtabular>
34933
34934 \end_inset
34935
34936
34937 \end_layout
34938
34939 \begin_layout Subsection
34940 Comma as decimal Separator
34941 \begin_inset Index idx
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945 Comma
34946 \end_layout
34947
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Standard
34954 In LaTeX a comma inside a formula is used, according to the English convention,
34955  as number group separator.
34956  So there will be space added behind all commas in formulas.
34957 \end_layout
34958
34959 \begin_layout Standard
34960 To avoid this, the comma is highlighted and changed to mathematical text
34961  (shortcut 
34962 \begin_inset Info
34963 type  "shortcut"
34964 arg   "math-mode"
34965 \end_inset
34966
34967 ).
34968 \end_layout
34969
34970 \begin_layout Standard
34971 To use all formula commas in the document as decimal separator, the file
34972  
34973 \series bold
34974 icomma.sty
34975 \series default
34976
34977 \begin_inset Foot
34978 status collapsed
34979
34980 \begin_layout Plain Layout
34981
34982 \series bold
34983 icomma
34984 \series default
34985  is part of the LaTeX-package 
34986 \series bold
34987 was
34988 \series default
34989
34990 \begin_inset Index idx
34991 status collapsed
34992
34993 \begin_layout Plain Layout
34994 Packages ! was
34995 \begin_inset ERT
34996 status collapsed
34997
34998 \begin_layout Plain Layout
34999
35000
35001 \backslash
35002 vspace{4mm}
35003 \end_layout
35004
35005 \end_inset
35006
35007
35008 \end_layout
35009
35010 \end_inset
35011
35012 .
35013 \end_layout
35014
35015 \end_inset
35016
35017
35018 \begin_inset Index idx
35019 status collapsed
35020
35021 \begin_layout Plain Layout
35022 Packages ! icomma
35023 \end_layout
35024
35025 \end_inset
35026
35027  is loaded with the LaTeX-preamble line
35028 \end_layout
35029
35030 \begin_layout Standard
35031
35032 \series bold
35033
35034 \backslash
35035 usepackage{icomma}
35036 \end_layout
35037
35038 \begin_layout Subsection
35039 Physical Vectors
35040 \begin_inset CommandInset label
35041 LatexCommand label
35042 name "sub:Physical-Vectors"
35043
35044 \end_inset
35045
35046
35047 \begin_inset Index idx
35048 status collapsed
35049
35050 \begin_layout Plain Layout
35051 Vectors ! physical
35052 \end_layout
35053
35054 \end_inset
35055
35056
35057 \end_layout
35058
35059 \begin_layout Standard
35060 Predefined vectors are offered by the LaTeX-package 
35061 \series bold
35062 braket
35063 \series default
35064
35065 \begin_inset Index idx
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069 Packages ! braket
35070 \end_layout
35071
35072 \end_inset
35073
35074  that is loaded with the LaTeX-preamble line
35075 \end_layout
35076
35077 \begin_layout Standard
35078
35079 \series bold
35080
35081 \backslash
35082 usepackage{braket}
35083 \end_layout
35084
35085 \begin_layout Standard
35086 \begin_inset ERT
35087 status collapsed
35088
35089 \begin_layout Plain Layout
35090
35091
35092 \backslash
35093 ifbraket 
35094 \end_layout
35095
35096 \end_inset
35097
35098
35099 \begin_inset Note Note
35100 status open
35101
35102 \begin_layout Plain Layout
35103 The following table will only be displayed when the LaTeX-package 
35104 \series bold
35105 braket
35106 \series default
35107  is installed.
35108 \end_layout
35109
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \begin_layout Standard
35116 The following commands are defined:
35117 \end_layout
35118
35119 \begin_layout Standard
35120 \align center
35121 \begin_inset Tabular
35122 <lyxtabular version="3" rows="4" columns="2">
35123 <features rotate="0" tabularvalignment="middle">
35124 <column alignment="center" valignment="top">
35125 <column alignment="center" valignment="top">
35126 <row>
35127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35128 \begin_inset Text
35129
35130 \begin_layout Plain Layout
35131 Command
35132 \end_layout
35133
35134 \end_inset
35135 </cell>
35136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35137 \begin_inset Text
35138
35139 \begin_layout Plain Layout
35140 Result
35141 \end_layout
35142
35143 \end_inset
35144 </cell>
35145 </row>
35146 <row>
35147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35148 \begin_inset Text
35149
35150 \begin_layout Plain Layout
35151
35152 \backslash
35153 Bra{
35154 \backslash
35155 psi
35156 \end_layout
35157
35158 \end_inset
35159 </cell>
35160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164 \begin_inset Formula $\Bra{\psi}$
35165 \end_inset
35166
35167
35168 \end_layout
35169
35170 \end_inset
35171 </cell>
35172 </row>
35173 <row>
35174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35175 \begin_inset Text
35176
35177 \begin_layout Plain Layout
35178
35179 \backslash
35180 Ket{
35181 \backslash
35182 psi
35183 \end_layout
35184
35185 \end_inset
35186 </cell>
35187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35188 \begin_inset Text
35189
35190 \begin_layout Plain Layout
35191 \begin_inset Formula $\Ket{\psi}$
35192 \end_inset
35193
35194
35195 \end_layout
35196
35197 \end_inset
35198 </cell>
35199 </row>
35200 <row>
35201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Plain Layout
35205
35206 \backslash
35207 Braket{
35208 \backslash
35209 psi|
35210 \backslash
35211 phi
35212 \end_layout
35213
35214 \end_inset
35215 </cell>
35216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35217 \begin_inset Text
35218
35219 \begin_layout Plain Layout
35220 \begin_inset Formula $\Braket{\psi|\phi}$
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \end_inset
35227 </cell>
35228 </row>
35229 </lyxtabular>
35230
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \begin_layout Standard
35237 The command 
35238 \series bold
35239
35240 \backslash
35241 Braket
35242 \series default
35243  assures that all vertical bars are set in the size of the surrounding brackets:
35244 \begin_inset Formula 
35245 \[
35246 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35247 \]
35248
35249 \end_inset
35250
35251
35252 \begin_inset ERT
35253 status collapsed
35254
35255 \begin_layout Plain Layout
35256
35257
35258 \backslash
35259 else 
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \begin_inset Note Note
35266 status open
35267
35268 \begin_layout Plain Layout
35269 The following will be displayed when the LaTeX-package 
35270 \series bold
35271 braket
35272 \series default
35273  is not installed:
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \end_layout
35280
35281 \begin_layout Standard
35282 You need to install the LaTeX-package 
35283 \series bold
35284 braket
35285 \series default
35286  to see the rest of this subsection in the output.
35287 \end_layout
35288
35289 \begin_layout Standard
35290 \begin_inset ERT
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294
35295
35296 \backslash
35297 fi 
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Standard
35306 The effect of 
35307 \series bold
35308
35309 \backslash
35310 Braket
35311 \series default
35312  can also be achieved using the command 
35313 \series bold
35314
35315 \backslash
35316 middle
35317 \series default
35318 , that is described in 
35319 \begin_inset CommandInset ref
35320 LatexCommand ref
35321 reference "sub:Automatic-Bracket-Size"
35322
35323 \end_inset
35324
35325 .
35326 \end_layout
35327
35328 \begin_layout Subsection
35329 Self-defined Fractions
35330 \begin_inset CommandInset label
35331 LatexCommand label
35332 name "sub:Self-defined-Fractions"
35333
35334 \end_inset
35335
35336
35337 \begin_inset Index idx
35338 status collapsed
35339
35340 \begin_layout Plain Layout
35341 Fractions ! self-defined
35342 \end_layout
35343
35344 \end_inset
35345
35346
35347 \end_layout
35348
35349 \begin_layout Standard
35350 To define custom commands for fractions, the command 
35351 \series bold
35352
35353 \backslash
35354 genfrac
35355 \series default
35356
35357 \begin_inset Index idx
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361 Commands ! G ! 
35362 \backslash
35363 genfrac
35364 \begin_inset ERT
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368
35369
35370 \backslash
35371 vspace{4mm}
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \end_inset
35380
35381  is used in the following scheme:
35382 \end_layout
35383
35384 \begin_layout Standard
35385
35386 \series bold
35387
35388 \backslash
35389 genfrac{left
35390 \series default
35391  
35392 \series bold
35393 bracket}{right
35394 \series default
35395  
35396 \series bold
35397 bracket}{fraction bar thickness}{style}
35398 \begin_inset Newline newline
35399 \end_inset
35400
35401
35402 \begin_inset Phantom HPhantom
35403 status open
35404
35405 \begin_layout Plain Layout
35406
35407 \series bold
35408
35409 \backslash
35410 genfrac
35411 \end_layout
35412
35413 \end_inset
35414
35415 {numerator}{denominator}
35416 \end_layout
35417
35418 \begin_layout Standard
35419 The style is a number in the range of 0
35420 \begin_inset space \thinspace{}
35421 \end_inset
35422
35423 -
35424 \begin_inset space \thinspace{}
35425 \end_inset
35426
35427 3.
35428 \end_layout
35429
35430 \begin_layout Standard
35431 \align center
35432 \begin_inset Tabular
35433 <lyxtabular version="3" rows="5" columns="2">
35434 <features rotate="0" tabularvalignment="middle">
35435 <column alignment="center" valignment="top">
35436 <column alignment="center" valignment="top">
35437 <row>
35438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35439 \begin_inset Text
35440
35441 \begin_layout Plain Layout
35442 Number
35443 \end_layout
35444
35445 \end_inset
35446 </cell>
35447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35448 \begin_inset Text
35449
35450 \begin_layout Plain Layout
35451 Style (Size)
35452 \end_layout
35453
35454 \end_inset
35455 </cell>
35456 </row>
35457 <row>
35458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35459 \begin_inset Text
35460
35461 \begin_layout Plain Layout
35462 0
35463 \end_layout
35464
35465 \end_inset
35466 </cell>
35467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35468 \begin_inset Text
35469
35470 \begin_layout Plain Layout
35471 display style formula
35472 \end_layout
35473
35474 \end_inset
35475 </cell>
35476 </row>
35477 <row>
35478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35479 \begin_inset Text
35480
35481 \begin_layout Plain Layout
35482 1
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35488 \begin_inset Text
35489
35490 \begin_layout Plain Layout
35491 inline formula
35492 \end_layout
35493
35494 \end_inset
35495 </cell>
35496 </row>
35497 <row>
35498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35499 \begin_inset Text
35500
35501 \begin_layout Plain Layout
35502 2
35503 \end_layout
35504
35505 \end_inset
35506 </cell>
35507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35508 \begin_inset Text
35509
35510 \begin_layout Plain Layout
35511 small
35512 \end_layout
35513
35514 \end_inset
35515 </cell>
35516 </row>
35517 <row>
35518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35519 \begin_inset Text
35520
35521 \begin_layout Plain Layout
35522 3
35523 \end_layout
35524
35525 \end_inset
35526 </cell>
35527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35528 \begin_inset Text
35529
35530 \begin_layout Plain Layout
35531 tiny
35532 \end_layout
35533
35534 \end_inset
35535 </cell>
35536 </row>
35537 </lyxtabular>
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \begin_layout Standard
35545 When no style is given, the size is adjusted to the surrounding environment
35546  like for the command 
35547 \series bold
35548
35549 \backslash
35550 frac
35551 \series default
35552 .
35553 \end_layout
35554
35555 \begin_layout Standard
35556 When no fraction bar thickness is given, the predefined value of 0.4
35557 \begin_inset space \thinspace{}
35558 \end_inset
35559
35560 pt will be used.
35561 \end_layout
35562
35563 \begin_layout Standard
35564 \begin_inset VSpace medskip
35565 \end_inset
35566
35567 For example, the commands 
35568 \series bold
35569
35570 \backslash
35571 dfrac
35572 \series default
35573  and 
35574 \series bold
35575
35576 \backslash
35577 tbinom
35578 \series default
35579  from 
35580 \begin_inset CommandInset ref
35581 LatexCommand ref
35582 reference "sub:Fractions"
35583
35584 \end_inset
35585
35586  are defined with the commands
35587 \end_layout
35588
35589 \begin_layout Standard
35590
35591 \series bold
35592
35593 \backslash
35594 newcommand{
35595 \backslash
35596 dfrac}[2]{
35597 \backslash
35598 genfrac{}{}{}{0}{#1}{#2}}
35599 \end_layout
35600
35601 \begin_layout Standard
35602 and
35603 \end_layout
35604
35605 \begin_layout Standard
35606
35607 \series bold
35608
35609 \backslash
35610 newcommand{
35611 \backslash
35612 tbinom}[2]{
35613 \backslash
35614 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35615 \end_layout
35616
35617 \begin_layout Standard
35618 \begin_inset VSpace medskip
35619 \end_inset
35620
35621 To define a fraction where the fraction bar thickness can be given as optional
35622  argument, the following line is inserted to the LaTeX-preamble:
35623 \end_layout
35624
35625 \begin_layout Standard
35626
35627 \series bold
35628
35629 \backslash
35630 newcommand{
35631 \backslash
35632 fracS}[3][]{
35633 \backslash
35634 genfrac{}{}{#1}{}{#2}{#3}}
35635 \end_layout
35636
35637 \begin_layout Standard
35638 A test:
35639 \begin_inset Formula 
35640 \begin{align*}
35641 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35642 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35643 \end{align*}
35644
35645 \end_inset
35646
35647 As one can see, the distance of the numerator and the denominator to the
35648  fraction bar is round about three times the bar thickness.
35649 \end_layout
35650
35651 \begin_layout Subsection
35652 Canceled Formulas
35653 \begin_inset Index idx
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657 Formula ! canceled
35658 \end_layout
35659
35660 \end_inset
35661
35662
35663 \end_layout
35664
35665 \begin_layout Standard
35666 There are four ways to cancel formulas or parts of formulas:
35667 \end_layout
35668
35669 \begin_layout Standard
35670 \begin_inset ERT
35671 status collapsed
35672
35673 \begin_layout Plain Layout
35674
35675
35676 \backslash
35677 ifcancel 
35678 \end_layout
35679
35680 \end_inset
35681
35682
35683 \begin_inset Note Note
35684 status open
35685
35686 \begin_layout Plain Layout
35687 The following table will only be displayed when the LaTeX-package 
35688 \series bold
35689 cancel
35690 \series default
35691  is installed.
35692 \end_layout
35693
35694 \end_inset
35695
35696
35697 \end_layout
35698
35699 \begin_layout Standard
35700 \align center
35701 \begin_inset Tabular
35702 <lyxtabular version="3" rows="5" columns="2">
35703 <features rotate="0" tabularvalignment="middle">
35704 <column alignment="center" valignment="top">
35705 <column alignment="center" valignment="top">
35706 <row>
35707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 Command
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35717 \begin_inset Text
35718
35719 \begin_layout Plain Layout
35720 Result
35721 \begin_inset Note Note
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 The space and
35726 \series bold
35727  
35728 \backslash
35729 raisebox
35730 \series default
35731  are used here as spacer.
35732 \end_layout
35733
35734 \end_inset
35735
35736
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 </row>
35742 <row>
35743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35744 \begin_inset Text
35745
35746 \begin_layout Plain Layout
35747
35748 \backslash
35749 cancel
35750 \begin_inset space \textvisiblespace{}
35751 \end_inset
35752
35753
35754 \backslash
35755 int
35756 \begin_inset space \textvisiblespace{}
35757 \end_inset
35758
35759 A=B
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35765 \begin_inset Text
35766
35767 \begin_layout Plain Layout
35768 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35769 \end_inset
35770
35771
35772 \end_layout
35773
35774 \end_inset
35775 </cell>
35776 </row>
35777 <row>
35778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35779 \begin_inset Text
35780
35781 \begin_layout Plain Layout
35782
35783 \backslash
35784 bcancel
35785 \begin_inset space \textvisiblespace{}
35786 \end_inset
35787
35788
35789 \backslash
35790 int
35791 \begin_inset space \textvisiblespace{}
35792 \end_inset
35793
35794 A=B
35795 \end_layout
35796
35797 \end_inset
35798 </cell>
35799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35800 \begin_inset Text
35801
35802 \begin_layout Plain Layout
35803 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35804 \end_inset
35805
35806
35807 \end_layout
35808
35809 \end_inset
35810 </cell>
35811 </row>
35812 <row>
35813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35814 \begin_inset Text
35815
35816 \begin_layout Plain Layout
35817
35818 \backslash
35819 xcancel
35820 \begin_inset space \textvisiblespace{}
35821 \end_inset
35822
35823
35824 \backslash
35825 int
35826 \begin_inset space \textvisiblespace{}
35827 \end_inset
35828
35829 A=B
35830 \end_layout
35831
35832 \end_inset
35833 </cell>
35834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35835 \begin_inset Text
35836
35837 \begin_layout Plain Layout
35838 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35839 \end_inset
35840
35841
35842 \end_layout
35843
35844 \end_inset
35845 </cell>
35846 </row>
35847 <row>
35848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35849 \begin_inset Text
35850
35851 \begin_layout Plain Layout
35852
35853 \backslash
35854 cancelto
35855 \begin_inset space \textvisiblespace{}
35856 \end_inset
35857
35858
35859 \backslash
35860 int
35861 \begin_inset space \textvisiblespace{}
35862 \end_inset
35863
35864 A=B
35865 \begin_inset Formula $\to$
35866 \end_inset
35867
35868 1
35869 \end_layout
35870
35871 \end_inset
35872 </cell>
35873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35874 \begin_inset Text
35875
35876 \begin_layout Plain Layout
35877 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35878 \end_inset
35879
35880
35881 \end_layout
35882
35883 \end_inset
35884 </cell>
35885 </row>
35886 </lyxtabular>
35887
35888 \end_inset
35889
35890
35891 \end_layout
35892
35893 \begin_layout Standard
35894
35895 \series bold
35896
35897 \backslash
35898 cancelto
35899 \series default
35900  is especially suitable to visualize the reduction of fractions within formulas:
35901 \begin_inset Formula 
35902 \[
35903 \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}}}
35904 \]
35905
35906 \end_inset
35907
35908
35909 \end_layout
35910
35911 \begin_layout Standard
35912 To change the size of 
35913 \series bold
35914
35915 \backslash
35916 cancelto
35917 \series default
35918 's 
35919 \begin_inset Quotes eld
35920 \end_inset
35921
35922 subscript
35923 \begin_inset Quotes erd
35924 \end_inset
35925
35926  value one can add the LaTeX-preamble line
35927 \end_layout
35928
35929 \begin_layout Standard
35930
35931 \series bold
35932
35933 \backslash
35934 PassOptionsToPackage{option}{cancel}
35935 \end_layout
35936
35937 \begin_layout Standard
35938 where 
35939 \series bold
35940 option
35941 \series default
35942  is either 
35943 \series bold
35944 samesize
35945 \series default
35946  which leads to the same size as for the canceled value, or 
35947 \series bold
35948 Smaller
35949 \series default
35950  which makes is it a bit smaller than normal.
35951 \end_layout
35952
35953 \begin_layout Standard
35954 To color the cancellation bar one adds this command as TeX code:
35955 \end_layout
35956
35957 \begin_layout Standard
35958
35959 \series bold
35960
35961 \backslash
35962 renewcommand{
35963 \backslash
35964 CancelColor}{
35965 \backslash
35966 color{red}}
35967 \end_layout
35968
35969 \begin_layout Standard
35970
35971 \series bold
35972 red
35973 \series default
35974  can be replaced by a color of your choice.
35975 \end_layout
35976
35977 \begin_layout Standard
35978 \begin_inset ERT
35979 status collapsed
35980
35981 \begin_layout Plain Layout
35982
35983
35984 \backslash
35985 renewcommand{
35986 \backslash
35987 CancelColor}{
35988 \backslash
35989 color{red}}
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \end_layout
35996
35997 \begin_layout Standard
35998 \begin_inset Formula 
35999 \[
36000 \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}}}
36001 \]
36002
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \begin_layout Standard
36009 \begin_inset ERT
36010 status collapsed
36011
36012 \begin_layout Plain Layout
36013
36014
36015 \backslash
36016 renewcommand{
36017 \backslash
36018 CancelColor}{
36019 \backslash
36020 color{black}}
36021 \end_layout
36022
36023 \end_inset
36024
36025
36026 \begin_inset Note Note
36027 status open
36028
36029 \begin_layout Plain Layout
36030 reset the color
36031 \end_layout
36032
36033 \end_inset
36034
36035
36036 \end_layout
36037
36038 \begin_layout Standard
36039 For further customizations, see the documentation of the package 
36040 \series bold
36041 cancel
36042 \series default
36043
36044 \begin_inset CommandInset citation
36045 LatexCommand cite
36046 key "cancel"
36047
36048 \end_inset
36049
36050 .
36051 \begin_inset Index idx
36052 status collapsed
36053
36054 \begin_layout Plain Layout
36055 Packages ! cancel
36056 \end_layout
36057
36058 \end_inset
36059
36060
36061 \end_layout
36062
36063 \begin_layout Standard
36064 \begin_inset ERT
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068
36069
36070 \backslash
36071 else 
36072 \end_layout
36073
36074 \end_inset
36075
36076
36077 \begin_inset Note Note
36078 status open
36079
36080 \begin_layout Plain Layout
36081 The following will be displayed when the LaTeX-package 
36082 \series bold
36083 cancel
36084 \series default
36085  is not installed:
36086 \end_layout
36087
36088 \end_inset
36089
36090
36091 \end_layout
36092
36093 \begin_layout Standard
36094 You need to install the LaTeX-package 
36095 \series bold
36096 cancel
36097 \series default
36098  to see the rest of this subsection in the output.
36099 \end_layout
36100
36101 \begin_layout Standard
36102 \begin_inset ERT
36103 status collapsed
36104
36105 \begin_layout Plain Layout
36106
36107
36108 \backslash
36109 fi 
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \end_layout
36116
36117 \begin_layout Subsection
36118 Formulas in Section Headings
36119 \begin_inset CommandInset label
36120 LatexCommand label
36121 name "sub:Formulas-in-Section"
36122
36123 \end_inset
36124
36125
36126 \begin_inset Index idx
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130 Formula ! in section headings
36131 \end_layout
36132
36133 \end_inset
36134
36135
36136 \end_layout
36137
36138 \begin_layout Standard
36139 When formulas are used in section headings, the following has to be taken
36140  into account:
36141 \end_layout
36142
36143 \begin_layout Standard
36144 \begin_inset Note Greyedout
36145 status open
36146
36147 \begin_layout Plain Layout
36148 When 
36149 \series bold
36150 hyperref
36151 \series default
36152
36153 \begin_inset Index idx
36154 status collapsed
36155
36156 \begin_layout Plain Layout
36157 Packages ! hyperref
36158 \end_layout
36159
36160 \end_inset
36161
36162  support is enabled in the document settings dialog under 
36163 \family sans
36164 PDF
36165 \begin_inset space ~
36166 \end_inset
36167
36168 Properties
36169 \family default
36170 , PDF-bookmarks are created for every section heading in the table of contents.
36171  If a section heading contains formulas, they are incorrectly displayed
36172  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36173 s.
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \begin_layout Standard
36182 Both problems can be solved by inserting at the end of the section heading
36183  a short title with the menu 
36184 \family sans
36185 Insert\SpecialChar \menuseparator
36186 Short
36187 \begin_inset space ~
36188 \end_inset
36189
36190 Title
36191 \family default
36192 .
36193  Short titles are used as alternative for multiline section headings to
36194  keep the table of contents clearly arranged.
36195  Only the short title appears in the table of contents and therefore also
36196  in the PDF-bookmark.
36197 \end_layout
36198
36199 \begin_layout Standard
36200 When formulas should be used in the table of contents but 
36201 \series bold
36202 hyperref
36203 \series default
36204  is used, one can use the following command in TeX-mode:
36205 \end_layout
36206
36207 \begin_layout Standard
36208
36209 \series bold
36210
36211 \backslash
36212 texorpdfstring{part}{alternative}
36213 \begin_inset Index idx
36214 status collapsed
36215
36216 \begin_layout Plain Layout
36217 Commands ! T ! 
36218 \backslash
36219 texorpdfstring
36220 \end_layout
36221
36222 \end_inset
36223
36224
36225 \end_layout
36226
36227 \begin_layout Standard
36228 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36229  This can be characters, formulas, footnotes, but also cross-references.
36230  The alternative is used instead of the part for the bookmark.
36231 \end_layout
36232
36233 \begin_layout Standard
36234 Here are two example headings:
36235 \begin_inset VSpace -3mm
36236 \end_inset
36237
36238
36239 \begin_inset ERT
36240 status collapsed
36241
36242 \begin_layout Plain Layout
36243
36244
36245 \backslash
36246 boldmath 
36247 \end_layout
36248
36249 \end_inset
36250
36251
36252 \end_layout
36253
36254 \begin_layout Subsubsection
36255 Heading without formula in table of contents 
36256 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36257 \end_inset
36258
36259
36260 \begin_inset Argument 1
36261 status collapsed
36262
36263 \begin_layout Plain Layout
36264 Heading without formula in table of contents
36265 \end_layout
36266
36267 \end_inset
36268
36269
36270 \end_layout
36271
36272 \begin_layout Subsubsection
36273 Heading with formula in table of contents
36274 \begin_inset ERT
36275 status collapsed
36276
36277 \begin_layout Plain Layout
36278
36279
36280 \backslash
36281 texorpdfstring{
36282 \end_layout
36283
36284 \end_inset
36285
36286  
36287 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36288 \end_inset
36289
36290
36291 \begin_inset ERT
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295
36296 }{}
36297 \end_layout
36298
36299 \end_inset
36300
36301
36302 \end_layout
36303
36304 \begin_layout Standard
36305 \begin_inset ERT
36306 status collapsed
36307
36308 \begin_layout Plain Layout
36309
36310
36311 \backslash
36312 unboldmath 
36313 \end_layout
36314
36315 \end_inset
36316
36317 In the first heading a short title was used, in the second one 
36318 \series bold
36319
36320 \backslash
36321 texorpdfstring
36322 \series default
36323 .
36324 \end_layout
36325
36326 \begin_layout Standard
36327 To get the same formatting as for the other headings, the complete heading
36328  was set into a 
36329 \series bold
36330 boldmath
36331 \series default
36332  environment
36333 \begin_inset Foot
36334 status collapsed
36335
36336 \begin_layout Plain Layout
36337 see 
36338 \begin_inset CommandInset ref
36339 LatexCommand ref
36340 reference "sub:Bold-Formulas"
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \end_inset
36348
36349 .
36350 \end_layout
36351
36352 \begin_layout Subsection
36353 Formulas in multi-column Text
36354 \begin_inset Index idx
36355 status collapsed
36356
36357 \begin_layout Plain Layout
36358 Formula ! in multi-column text
36359 \end_layout
36360
36361 \end_inset
36362
36363
36364 \end_layout
36365
36366 \begin_layout Standard
36367 Formulas in multi-column text are often too wide to fit into a column and
36368  thus need to be set over the whole page width.
36369  This is done by using the LaTeX-package 
36370 \series bold
36371 multicol
36372 \series default
36373
36374 \begin_inset Foot
36375 status collapsed
36376
36377 \begin_layout Plain Layout
36378
36379 \series bold
36380 multicol
36381 \series default
36382  is part of every LaTeX standard installation.
36383 \end_layout
36384
36385 \end_inset
36386
36387
36388 \begin_inset Index idx
36389 status collapsed
36390
36391 \begin_layout Plain Layout
36392 Packages ! multicol
36393 \end_layout
36394
36395 \end_inset
36396
36397 , that is loaded with the LaTeX-preamble line
36398 \end_layout
36399
36400 \begin_layout Standard
36401
36402 \series bold
36403
36404 \backslash
36405 usepackage{multicol}
36406 \end_layout
36407
36408 \begin_layout Standard
36409 \begin_inset Note Greyedout
36410 status open
36411
36412 \begin_layout Plain Layout
36413 Note that in this case the setting 
36414 \family sans
36415 Two-column
36416 \begin_inset space ~
36417 \end_inset
36418
36419 document
36420 \family default
36421  in the menu 
36422 \family sans
36423 Document\SpecialChar \menuseparator
36424 Settings
36425 \family default
36426  under 
36427 \family sans
36428 Text
36429 \begin_inset space ~
36430 \end_inset
36431
36432 Layout
36433 \family default
36434 \emph on
36435  
36436 \emph default
36437 must 
36438 \emph on
36439 not
36440 \emph default
36441  be selected.
36442 \end_layout
36443
36444 \end_inset
36445
36446
36447 \end_layout
36448
36449 \begin_layout Standard
36450 Before the multi-column text the command
36451 \end_layout
36452
36453 \begin_layout Standard
36454
36455 \series bold
36456
36457 \backslash
36458 begin{multicols}{column number}
36459 \end_layout
36460
36461 \begin_layout Standard
36462 is written in TeX-mode.
36463  The column number is a number in the range of 2
36464 \begin_inset space \thinspace{}
36465 \end_inset
36466
36467 -
36468 \begin_inset space \thinspace{}
36469 \end_inset
36470
36471 10.
36472  Before the formula the multi-column text is ended by inserting the command
36473 \end_layout
36474
36475 \begin_layout Standard
36476
36477 \series bold
36478
36479 \backslash
36480 end{multicols}
36481 \end_layout
36482
36483 \begin_layout Standard
36484 in TeX-mode.
36485 \end_layout
36486
36487 \begin_layout Standard
36488 Due to the command some space is automatically added before the formula.
36489  To revert this, -6
36490 \begin_inset space \thinspace{}
36491 \end_inset
36492
36493 mm vertical space is inserted before the formula.
36494  When the formula style 
36495 \series bold
36496 Indented
36497 \begin_inset Foot
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501 formula styles see 
36502 \begin_inset CommandInset ref
36503 LatexCommand ref
36504 reference "sec:Formula-Styles"
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \series default
36515  is used, -9
36516 \begin_inset space \thinspace{}
36517 \end_inset
36518
36519 mm space is inserted instead.
36520 \end_layout
36521
36522 \begin_layout Standard
36523 As example a multi-column text with a displayed formula:
36524 \end_layout
36525
36526 \begin_layout Standard
36527
36528 \lang german
36529 \begin_inset ERT
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533
36534
36535 \backslash
36536 begin{multicols}{2}
36537 \end_layout
36538
36539 \end_inset
36540
36541 Das Spektrum wird fouriertransformiert.
36542  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36543 , Lösungsmittel) zu trennen.
36544  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36545  nun das Aussehen des Ausgangssignals.
36546  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36547  über alle Phasen integrieren muss.
36548  Sei nun 
36549 \begin_inset Formula $S$
36550 \end_inset
36551
36552  unser normiertes Ausgangssignal und 
36553 \begin_inset Formula $P$
36554 \end_inset
36555
36556  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36557 \begin_inset ERT
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561
36562
36563 \backslash
36564 end{multicols}
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \begin_inset VSpace -6mm
36571 \end_inset
36572
36573
36574 \begin_inset Formula 
36575 \begin{equation}
36576 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36577 \end{equation}
36578
36579 \end_inset
36580
36581
36582 \begin_inset ERT
36583 status collapsed
36584
36585 \begin_layout Plain Layout
36586
36587
36588 \backslash
36589 begin{multicols}{2}
36590 \end_layout
36591
36592 \end_inset
36593
36594 wobei 
36595 \begin_inset Formula $S_{0}$
36596 \end_inset
36597
36598  das Signal ohne Gradient ist und die Normierungsbedingung 
36599 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36600 \end_inset
36601
36602  gilt.
36603  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36604  Direkt nach dem 
36605 \begin_inset Formula $\nicefrac{\pi}{2}$
36606 \end_inset
36607
36608
36609 \begin_inset space \thinspace{}
36610 \end_inset
36611
36612 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36613  das Signal zusätzlich abschwächt.
36614  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36615  
36616 \begin_inset Formula $T_{2}$
36617 \end_inset
36618
36619 -Zeit.
36620 \end_layout
36621
36622 \begin_layout Standard
36623
36624 \lang german
36625 \begin_inset ERT
36626 status collapsed
36627
36628 \begin_layout Plain Layout
36629
36630
36631 \backslash
36632 end{multicols}
36633 \end_layout
36634
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \begin_layout Subsection
36641 Formulas with Description of Variables
36642 \begin_inset Index idx
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646 Formula ! with description of variables
36647 \end_layout
36648
36649 \end_inset
36650
36651
36652 \end_layout
36653
36654 \begin_layout Standard
36655 To describe variables within a formula, like in formula 
36656 \begin_inset CommandInset ref
36657 LatexCommand eqref
36658 reference "eq:within"
36659
36660 \end_inset
36661
36662 , a 2
36663 \series bold
36664 ×
36665 \series default
36666
36667 \begin_inset Formula $n$
36668 \end_inset
36669
36670
36671 \begin_inset space ~
36672 \end_inset
36673
36674 matrix is used with left aligned columns for the 
36675 \begin_inset Formula $n$
36676 \end_inset
36677
36678  used variables.
36679 \begin_inset Foot
36680 status collapsed
36681
36682 \begin_layout Plain Layout
36683 matrices see 
36684 \begin_inset CommandInset ref
36685 LatexCommand ref
36686 reference "sec:Matrices"
36687
36688 \end_inset
36689
36690
36691 \end_layout
36692
36693 \end_inset
36694
36695  To set the description in a smaller size, before the matrix e.
36696 \begin_inset space \thinspace{}
36697 \end_inset
36698
36699 g.
36700 \begin_inset space \space{}
36701 \end_inset
36702
36703 the command 
36704 \series bold
36705
36706 \backslash
36707 footnotesize
36708 \series default
36709  is inserted.
36710 \begin_inset Foot
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714 font sizes see 
36715 \begin_inset CommandInset ref
36716 LatexCommand ref
36717 reference "sub:Font-Sizes"
36718
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \end_layout
36728
36729 \begin_layout Standard
36730 When the formula style 
36731 \series bold
36732 Indented
36733 \begin_inset Foot
36734 status collapsed
36735
36736 \begin_layout Plain Layout
36737 formula styles see 
36738 \begin_inset CommandInset ref
36739 LatexCommand ref
36740 reference "sec:Formula-Styles"
36741
36742 \end_inset
36743
36744
36745 \end_layout
36746
36747 \end_inset
36748
36749
36750 \series default
36751  is used, a 
36752 \series bold
36753
36754 \backslash
36755 hfill
36756 \series default
36757
36758 \begin_inset Foot
36759 status collapsed
36760
36761 \begin_layout Plain Layout
36762
36763 \series bold
36764
36765 \backslash
36766 hfill
36767 \series default
36768  only works in formulas with the style 
36769 \series bold
36770 Indented
36771 \series default
36772 , see 
36773 \begin_inset CommandInset ref
36774 LatexCommand ref
36775 reference "sub:Variable-Space"
36776
36777 \end_inset
36778
36779 .
36780 \end_layout
36781
36782 \end_inset
36783
36784  is inserted before and after the matrix to have the same separation of
36785  the matrix from the equation and the side margin.
36786 \end_layout
36787
36788 \begin_layout Standard
36789 When the formula style 
36790 \series bold
36791 Centered
36792 \series default
36793  is used, the method described in 
36794 \begin_inset CommandInset ref
36795 LatexCommand ref
36796 reference "sub:Flalign-Environment"
36797
36798 \end_inset
36799
36800  is used to indent formulas.
36801  Formula 
36802 \begin_inset CommandInset ref
36803 LatexCommand eqref
36804 reference "eq:within"
36805
36806 \end_inset
36807
36808  consists of five columns where in the first two columns contain the equation,
36809  the third the matrix and the last one an empty TeX-brace.
36810 \begin_inset Formula 
36811 \begin{flalign}
36812 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36813 \rho & \textrm{density}\\
36814 V & \textrm{volume}\\
36815 g & \textrm{gravitational acceleration}
36816 \end{array} &  & {}\label{eq:within}
36817 \end{flalign}
36818
36819 \end_inset
36820
36821
36822 \end_layout
36823
36824 \begin_layout Subsection
36825 Upright small Greek Letters
36826 \begin_inset CommandInset label
36827 LatexCommand label
36828 name "sub:Upright-small-Greek"
36829
36830 \end_inset
36831
36832
36833 \begin_inset Index idx
36834 status collapsed
36835
36836 \begin_layout Plain Layout
36837 Greek letters ! upright
36838 \end_layout
36839
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \begin_layout Standard
36846 Most of the math fonts only provide italic small Greek letters.
36847  But for symbols of elementary particles like pions and neutrinos, upright
36848  Greek letters are needed.
36849  The file 
36850 \series bold
36851 upgreek.sty
36852 \series default
36853
36854 \begin_inset Foot
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858
36859 \series bold
36860 upgreek
36861 \series default
36862  is part of the LaTeX-package 
36863 \series bold
36864 was
36865 \series default
36866
36867 \begin_inset Index idx
36868 status collapsed
36869
36870 \begin_layout Plain Layout
36871 Packages ! was
36872 \begin_inset ERT
36873 status collapsed
36874
36875 \begin_layout Plain Layout
36876
36877
36878 \backslash
36879 vspace{4mm}
36880 \end_layout
36881
36882 \end_inset
36883
36884
36885 \end_layout
36886
36887 \end_inset
36888
36889 .
36890 \end_layout
36891
36892 \end_inset
36893
36894
36895 \begin_inset Index idx
36896 status collapsed
36897
36898 \begin_layout Plain Layout
36899 Packages ! upgreek
36900 \end_layout
36901
36902 \end_inset
36903
36904  that is loaded with the LaTeX-preamble line
36905 \end_layout
36906
36907 \begin_layout Standard
36908
36909 \series bold
36910
36911 \backslash
36912 usepackage{upgreek}
36913 \end_layout
36914
36915 \begin_layout Standard
36916 provides them.
36917  
36918 \begin_inset ERT
36919 status collapsed
36920
36921 \begin_layout Plain Layout
36922
36923
36924 \backslash
36925 ifupgreek 
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \begin_inset Note Note
36932 status open
36933
36934 \begin_layout Plain Layout
36935 The following table will only be displayed when the LaTeX-package 
36936 \series bold
36937 upgreek
36938 \series default
36939  is installed:
36940 \end_layout
36941
36942 \end_inset
36943
36944  They are created when the command for a small Greek letter is started with
36945  
36946 \series bold
36947 up
36948 \series default
36949 .
36950  For example the command 
36951 \series bold
36952
36953 \backslash
36954 uptau
36955 \series default
36956  creates this: 
36957 \begin_inset Formula $\uptau$
36958 \end_inset
36959
36960
36961 \end_layout
36962
36963 \begin_layout Standard
36964 With these commands reactions of elementary particles can be typeset:
36965 \begin_inset Formula 
36966 \[
36967 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36968 \]
36969
36970 \end_inset
36971
36972
36973 \end_layout
36974
36975 \begin_layout Standard
36976 The upright letters are more bold and wider than the italic ones.
36977  They should therefore not be used for units like 
36978 \begin_inset Quotes eld
36979 \end_inset
36980
36981 µm
36982 \begin_inset Quotes erd
36983 \end_inset
36984
36985 .
36986 \end_layout
36987
36988 \begin_layout Standard
36989 \begin_inset ERT
36990 status collapsed
36991
36992 \begin_layout Plain Layout
36993
36994
36995 \backslash
36996 else 
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \begin_inset Note Note
37003 status open
37004
37005 \begin_layout Plain Layout
37006 The following will be displayed when the LaTeX-package 
37007 \series bold
37008 upgreek
37009 \series default
37010  is not installed:
37011 \end_layout
37012
37013 \end_inset
37014
37015
37016 \end_layout
37017
37018 \begin_layout Standard
37019 You need to install the LaTeX-package 
37020 \series bold
37021 upgreek
37022 \series default
37023  to see the rest of this subsection in the output.
37024 \end_layout
37025
37026 \begin_layout Standard
37027 \begin_inset ERT
37028 status collapsed
37029
37030 \begin_layout Plain Layout
37031
37032
37033 \backslash
37034 fi 
37035 \end_layout
37036
37037 \end_inset
37038
37039
37040 \end_layout
37041
37042 \begin_layout Subsection
37043 Text Characters in Formulas
37044 \begin_inset Index idx
37045 status collapsed
37046
37047 \begin_layout Plain Layout
37048 Text ! in formulas
37049 \end_layout
37050
37051 \end_inset
37052
37053
37054 \end_layout
37055
37056 \begin_layout Standard
37057 In some cases you might want to insert text characters directly into formulas.
37058  When for example the centered dot · is often used in formulas like 
37059 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37060 \end_inset
37061
37062 , one would have to insert the command 
37063 \series bold
37064
37065 \backslash
37066 cdot
37067 \series default
37068
37069 \begin_inset Foot
37070 status collapsed
37071
37072 \begin_layout Plain Layout
37073 see 
37074 \begin_inset CommandInset ref
37075 LatexCommand ref
37076 reference "sub:Binary-Operators"
37077
37078 \end_inset
37079
37080
37081 \end_layout
37082
37083 \end_inset
37084
37085  all the time, because this character is defined in all encodings as text
37086  character.
37087  But the encoding can be changed by this LaTeX-preamble line:
37088 \end_layout
37089
37090 \begin_layout Standard
37091
37092 \series bold
37093
37094 \backslash
37095 Declare Inputtext{183}{
37096 \backslash
37097 ifmmode
37098 \backslash
37099 cdot
37100 \backslash
37101 else
37102 \backslash
37103 textperiodcentered
37104 \backslash
37105 f\SpecialChar \textcompwordmark{}
37106 i}
37107 \end_layout
37108
37109 \begin_layout Standard
37110 The character encoding (menu 
37111 \family sans
37112 Document\SpecialChar \menuseparator
37113 Settings\SpecialChar \menuseparator
37114 Language
37115 \family default
37116 ) specifies what character appears when a keyboard key is pressed.
37117  When the key for the character '·' is pressed, internally the command 
37118 \series bold
37119
37120 \backslash
37121 textperiodcentered
37122 \series default
37123  is used.
37124  But this command is not available in a formula so that you would get LaTeX-erro
37125 rs.
37126  With the changed encoding the right command is chosen automatically, depending
37127  on if the character was inserted into a formula or not.
37128 \end_layout
37129
37130 \begin_layout Standard
37131 The encoding of several characters is saved in definition files.
37132  For example the encoding 
37133 \series bold
37134 latin9
37135 \series default
37136  is defined in the file 
37137 \series bold
37138 latin9.def
37139 \series default
37140  which is in the installation folder of LaTeX.
37141  Encodings should only be changed via the LaTeX-preamble and not in the
37142  definition files.
37143  Otherwise documents could not be edited by other LyX users working on other
37144  computers.
37145 \end_layout
37146
37147 \begin_layout Standard
37148 \begin_inset VSpace medskip
37149 \end_inset
37150
37151 Besides the centered dot, in this document the degree sign ° is defined
37152  with the following LaTeX-preamble line so that it can be directly inserted
37153  into a formula:
37154 \end_layout
37155
37156 \begin_layout Standard
37157
37158 \series bold
37159
37160 \backslash
37161 DeclareInputtext{176}{
37162 \backslash
37163 ifmmode^
37164 \backslash
37165 circ
37166 \backslash
37167 else
37168 \backslash
37169 textdegree
37170 \backslash
37171 f\SpecialChar \textcompwordmark{}
37172 i}
37173 \end_layout
37174
37175 \begin_layout Standard
37176 \begin_inset Newpage newpage
37177 \end_inset
37178
37179
37180 \end_layout
37181
37182 \begin_layout Section
37183 \start_of_appendix
37184 Typographic Advice
37185 \begin_inset Index idx
37186 status collapsed
37187
37188 \begin_layout Plain Layout
37189 Typographic advice
37190 \end_layout
37191
37192 \end_inset
37193
37194
37195 \end_layout
37196
37197 \begin_layout Standard
37198 This section is a summary of the most important typographic rules, listed
37199  in ISO norms.
37200 \begin_inset Foot
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204 This collection was partly taken from the German semi-official dictionary
37205  called 
37206 \begin_inset Quotes eld
37207 \end_inset
37208
37209 Duden
37210 \begin_inset Quotes erd
37211 \end_inset
37212
37213  
37214 \begin_inset CommandInset citation
37215 LatexCommand cite
37216 key "Duden"
37217
37218 \end_inset
37219
37220  that lists some of the ISO rules.
37221  More rules are listed in 
37222 \begin_inset CommandInset citation
37223 LatexCommand cite
37224 key "Checklist"
37225
37226 \end_inset
37227
37228 .
37229 \end_layout
37230
37231 \end_inset
37232
37233
37234 \end_layout
37235
37236 \begin_layout Itemize
37237 Physical units are 
37238 \emph on
37239 always
37240 \emph default
37241  set upright
37242 \begin_inset Foot
37243 status collapsed
37244
37245 \begin_layout Plain Layout
37246 done with font styles, see 
37247 \begin_inset CommandInset ref
37248 LatexCommand ref
37249 reference "sub:Font-Styles"
37250
37251 \end_inset
37252
37253
37254 \end_layout
37255
37256 \end_inset
37257
37258 , no matter if they appear in italic text: 30
37259 \begin_inset space \thinspace{}
37260 \end_inset
37261
37262 km/h
37263 \begin_inset Newline newline
37264 \end_inset
37265
37266 Between the value and the unit is the smallest space, see 
37267 \begin_inset CommandInset ref
37268 LatexCommand ref
37269 reference "sub:Predefined-Space"
37270
37271 \end_inset
37272
37273 .
37274 \begin_inset Newline newline
37275 \end_inset
37276
37277 This convention is automatically fulfilled when the command 
37278 \series bold
37279
37280 \backslash
37281 unittwo
37282 \series default
37283  is used.
37284  When it is entered to a formula, two boxes appear.
37285  In the first one the value is inserted, in the second one the unit, and
37286  one gets as above: 
37287 \begin_inset Formula $\unit[30]{km/h}$
37288 \end_inset
37289
37290
37291 \begin_inset space \thinspace{}
37292 \end_inset
37293
37294 .
37295  Note that 
37296 \series bold
37297
37298 \backslash
37299 unittwo
37300 \series default
37301  is not a real LaTeX command but the command 
37302 \series bold
37303
37304 \backslash
37305 unit[value]{unit}
37306 \series default
37307 , therefore you cannot use it in TeX code.
37308 \end_layout
37309
37310 \begin_layout Itemize
37311 Percent and perthousand signs are set like physical units:
37312 \begin_inset Newline newline
37313 \end_inset
37314
37315 1.2
37316 \begin_inset space \thinspace{}
37317 \end_inset
37318
37319 ‰ alcohol in blood
37320 \end_layout
37321
37322 \begin_layout Itemize
37323 The degree sign follows directly on the value: 15°, but not when it is used
37324  in units: 15
37325 \begin_inset space \thinspace{}
37326 \end_inset
37327
37328 °C
37329 \end_layout
37330
37331 \begin_layout Itemize
37332 In numbers with more than four digits the smallest space is inserted before
37333  every third digit to group them: 
37334 \family roman
37335 \series medium
37336 \shape up
37337 \size normal
37338 \emph off
37339 \bar no
37340 \noun off
37341 \color none
37342 18
37343 \begin_inset space \thinspace{}
37344 \end_inset
37345
37346 473
37347 \begin_inset space \thinspace{}
37348 \end_inset
37349
37350 588
37351 \end_layout
37352
37353 \begin_layout Itemize
37354 For dimensions like 120×90×40
37355 \begin_inset space \thinspace{}
37356 \end_inset
37357
37358 cm the multiplication sign 
37359 \begin_inset Quotes eld
37360 \end_inset
37361
37362 ×
37363 \begin_inset Quotes erd
37364 \end_inset
37365
37366  is used.
37367  It is available either via the command 
37368 \series bold
37369
37370 \backslash
37371 times
37372 \series default
37373  or via the menu 
37374 \family sans
37375 Insert\SpecialChar \menuseparator
37376 Special Character\SpecialChar \menuseparator
37377 Symbols
37378 \family default
37379 .
37380 \end_layout
37381
37382 \begin_layout Itemize
37383 Functions with names consisting of several letters are set upright to avoid
37384  confusions, see 
37385 \begin_inset CommandInset ref
37386 LatexCommand ref
37387 reference "sub:Predefined-Functions"
37388
37389 \end_inset
37390
37391 .
37392 \end_layout
37393
37394 \begin_layout Itemize
37395 Indices consisting of several letters, are set upright: 
37396 \begin_inset Formula $E_{\mathrm{kin}}$
37397 \end_inset
37398
37399
37400 \begin_inset Newline newline
37401 \end_inset
37402
37403 Components of matrices are set italic: 
37404 \begin_inset Formula $\hat{H}_{kl}$
37405 \end_inset
37406
37407
37408 \end_layout
37409
37410 \begin_layout Itemize
37411 The differentiation/integration operator 'd', the Euler's number 'e' and
37412  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37413  other variables.
37414 \end_layout
37415
37416 \begin_layout Itemize
37417 The character that denotes a 
37418 \noun on
37419 Fourier
37420 \noun default
37421  transformation is inserted either by the command 
37422 \series bold
37423
37424 \backslash
37425 mathscr
37426 \begin_inset space \textvisiblespace{}
37427 \end_inset
37428
37429 F
37430 \series default
37431  or via the menu 
37432 \family sans
37433 Insert\SpecialChar \menuseparator
37434 Special Character\SpecialChar \menuseparator
37435 Symbols\SpecialChar \menuseparator
37436 Letterlike
37437 \begin_inset space ~
37438 \end_inset
37439
37440 Symbols
37441 \family default
37442
37443 \begin_inset Formula $\mathscr{F}$
37444 \end_inset
37445
37446
37447 \end_layout
37448
37449 \begin_layout Standard
37450 \begin_inset Newpage newpage
37451 \end_inset
37452
37453
37454 \end_layout
37455
37456 \begin_layout Section
37457 Synonyms
37458 \begin_inset Index idx
37459 status collapsed
37460
37461 \begin_layout Plain Layout
37462 Synonyms
37463 \end_layout
37464
37465 \end_inset
37466
37467
37468 \end_layout
37469
37470 \begin_layout Standard
37471 Some characters and symbols can be created with several commands.
37472  Here is a list of the synonym commands:
37473 \end_layout
37474
37475 \begin_layout Standard
37476 \begin_inset VSpace bigskip
37477 \end_inset
37478
37479
37480 \begin_inset space \hfill{}
37481 \end_inset
37482
37483
37484 \begin_inset Tabular
37485 <lyxtabular version="3" rows="12" columns="2">
37486 <features rotate="0" tabularvalignment="middle">
37487 <column alignment="center" valignment="top" width="0pt">
37488 <column alignment="center" valignment="top" width="0pt">
37489 <row>
37490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494 Command
37495 \end_layout
37496
37497 \end_inset
37498 </cell>
37499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503 equivalent to
37504 \begin_inset Note Note
37505 status collapsed
37506
37507 \begin_layout Plain Layout
37508
37509 \series bold
37510
37511 \backslash
37512 raisebox
37513 \series default
37514  is only used as spacer.
37515 \end_layout
37516
37517 \end_inset
37518
37519
37520 \end_layout
37521
37522 \end_inset
37523 </cell>
37524 </row>
37525 <row>
37526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530
37531 \backslash
37532 ast
37533 \end_layout
37534
37535 \end_inset
37536 </cell>
37537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541 \begin_inset ERT
37542 status collapsed
37543
37544 \begin_layout Plain Layout
37545
37546
37547 \backslash
37548 raisebox{-1.2mm}{
37549 \end_layout
37550
37551 \end_inset
37552
37553 *
37554 \begin_inset ERT
37555 status collapsed
37556
37557 \begin_layout Plain Layout
37558
37559 }
37560 \end_layout
37561
37562 \end_inset
37563
37564
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 </row>
37570 <row>
37571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575
37576 \backslash
37577 choose
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586
37587 \backslash
37588 binom
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 geq
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
37611 \backslash
37612 ge
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 </row>
37618 <row>
37619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623
37624 \backslash
37625 lbrace
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634 {
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 </row>
37640 <row>
37641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645
37646 \backslash
37647 lbracket
37648 \end_layout
37649
37650 \end_inset
37651 </cell>
37652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37653 \begin_inset Text
37654
37655 \begin_layout Plain Layout
37656 [
37657 \end_layout
37658
37659 \end_inset
37660 </cell>
37661 </row>
37662 <row>
37663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37664 \begin_inset Text
37665
37666 \begin_layout Plain Layout
37667
37668 \backslash
37669 leftarrow
37670 \end_layout
37671
37672 \end_inset
37673 </cell>
37674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678
37679 \backslash
37680 gets
37681 \end_layout
37682
37683 \end_inset
37684 </cell>
37685 </row>
37686 <row>
37687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37688 \begin_inset Text
37689
37690 \begin_layout Plain Layout
37691
37692 \backslash
37693 leq
37694 \end_layout
37695
37696 \end_inset
37697 </cell>
37698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37699 \begin_inset Text
37700
37701 \begin_layout Plain Layout
37702
37703 \backslash
37704 le
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 </row>
37710 <row>
37711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715
37716 \backslash
37717 lor
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37723 \begin_inset Text
37724
37725 \begin_layout Plain Layout
37726
37727 \backslash
37728 vee
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 </row>
37734 <row>
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37736 \begin_inset Text
37737
37738 \begin_layout Plain Layout
37739
37740 \backslash
37741 neq
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750
37751 \backslash
37752 not=
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 </row>
37758 <row>
37759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763
37764 \backslash
37765 slash
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774 /
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 </row>
37780 <row>
37781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37782 \begin_inset Text
37783
37784 \begin_layout Plain Layout
37785
37786 \backslash
37787 vert
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796 |
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 </row>
37802 </lyxtabular>
37803
37804 \end_inset
37805
37806
37807 \begin_inset space \hfill{}
37808 \end_inset
37809
37810
37811 \begin_inset Tabular
37812 <lyxtabular version="3" rows="12" columns="2">
37813 <features rotate="0" tabularvalignment="middle">
37814 <column alignment="center" valignment="top" width="0pt">
37815 <column alignment="center" valignment="top" width="0pt">
37816 <row>
37817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37818 \begin_inset Text
37819
37820 \begin_layout Plain Layout
37821 Command
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830 equivalent to
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 </row>
37836 <row>
37837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841
37842 \backslash
37843 backslash
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852
37853 \backslash
37854
37855 \backslash
37856
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 </row>
37862 <row>
37863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867
37868 \backslash
37869 dasharrow
37870 \end_layout
37871
37872 \end_inset
37873 </cell>
37874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37875 \begin_inset Text
37876
37877 \begin_layout Plain Layout
37878
37879 \backslash
37880 dashrightarrow
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 </row>
37886 <row>
37887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37888 \begin_inset Text
37889
37890 \begin_layout Plain Layout
37891
37892 \backslash
37893 land
37894 \end_layout
37895
37896 \end_inset
37897 </cell>
37898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902
37903 \backslash
37904 wedge
37905 \end_layout
37906
37907 \end_inset
37908 </cell>
37909 </row>
37910 <row>
37911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37912 \begin_inset Text
37913
37914 \begin_layout Plain Layout
37915
37916 \backslash
37917 rbrace
37918 \end_layout
37919
37920 \end_inset
37921 </cell>
37922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37923 \begin_inset Text
37924
37925 \begin_layout Plain Layout
37926 }
37927 \end_layout
37928
37929 \end_inset
37930 </cell>
37931 </row>
37932 <row>
37933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37934 \begin_inset Text
37935
37936 \begin_layout Plain Layout
37937
37938 \backslash
37939 rbracket
37940 \end_layout
37941
37942 \end_inset
37943 </cell>
37944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37945 \begin_inset Text
37946
37947 \begin_layout Plain Layout
37948 ]
37949 \end_layout
37950
37951 \end_inset
37952 </cell>
37953 </row>
37954 <row>
37955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37956 \begin_inset Text
37957
37958 \begin_layout Plain Layout
37959
37960 \backslash
37961 rightarrow
37962 \end_layout
37963
37964 \end_inset
37965 </cell>
37966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37967 \begin_inset Text
37968
37969 \begin_layout Plain Layout
37970
37971 \backslash
37972 to
37973 \end_layout
37974
37975 \end_inset
37976 </cell>
37977 </row>
37978 <row>
37979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37980 \begin_inset Text
37981
37982 \begin_layout Plain Layout
37983
37984 \backslash
37985 lnot
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37991 \begin_inset Text
37992
37993 \begin_layout Plain Layout
37994
37995 \backslash
37996 neg
37997 \end_layout
37998
37999 \end_inset
38000 </cell>
38001 </row>
38002 <row>
38003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38004 \begin_inset Text
38005
38006 \begin_layout Plain Layout
38007
38008 \backslash
38009 ne
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38015 \begin_inset Text
38016
38017 \begin_layout Plain Layout
38018
38019 \backslash
38020 not=
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 </row>
38026 <row>
38027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout Plain Layout
38031
38032 \backslash
38033 owns
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38039 \begin_inset Text
38040
38041 \begin_layout Plain Layout
38042
38043 \backslash
38044 ni
38045 \end_layout
38046
38047 \end_inset
38048 </cell>
38049 </row>
38050 <row>
38051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055
38056 \backslash
38057 square
38058 \end_layout
38059
38060 \end_inset
38061 </cell>
38062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38063 \begin_inset Text
38064
38065 \begin_layout Plain Layout
38066
38067 \backslash
38068 Box
38069 \end_layout
38070
38071 \end_inset
38072 </cell>
38073 </row>
38074 <row>
38075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38076 \begin_inset Text
38077
38078 \begin_layout Plain Layout
38079
38080 \backslash
38081 Vert
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38087 \begin_inset Text
38088
38089 \begin_layout Plain Layout
38090
38091 \backslash
38092 |
38093 \end_layout
38094
38095 \end_inset
38096 </cell>
38097 </row>
38098 </lyxtabular>
38099
38100 \end_inset
38101
38102
38103 \begin_inset space \hfill{}
38104 \end_inset
38105
38106
38107 \end_layout
38108
38109 \begin_layout Standard
38110 \begin_inset Newpage newpage
38111 \end_inset
38112
38113
38114 \end_layout
38115
38116 \begin_layout Bibliography
38117 \begin_inset CommandInset bibitem
38118 LatexCommand bibitem
38119 key "TLC2"
38120
38121 \end_inset
38122
38123
38124 \shape smallcaps
38125 Mittelbach, F.
38126  ; Goossens, M.
38127 \shape default
38128
38129 \shape italic
38130 The LaTeX Companion
38131 \shape default
38132 .
38133  Addison Wesley, 2004
38134 \end_layout
38135
38136 \begin_layout Bibliography
38137 \begin_inset CommandInset bibitem
38138 LatexCommand bibitem
38139 key "Mathmode"
38140
38141 \end_inset
38142
38143
38144 \begin_inset CommandInset href
38145 LatexCommand href
38146 name "Description"
38147 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38148
38149 \end_inset
38150
38151  of LaTeX's math abilities
38152 \end_layout
38153
38154 \begin_layout Bibliography
38155 \begin_inset CommandInset bibitem
38156 LatexCommand bibitem
38157 key "AMS"
38158
38159 \end_inset
38160
38161
38162 \begin_inset CommandInset href
38163 LatexCommand href
38164 name "Description"
38165 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38166
38167 \end_inset
38168
38169  of 
38170 \begin_inset ERT
38171 status collapsed
38172
38173 \begin_layout Plain Layout
38174
38175
38176 \backslash
38177 AmS
38178 \end_layout
38179
38180 \end_inset
38181
38182 -LaTeX
38183 \end_layout
38184
38185 \begin_layout Bibliography
38186 \begin_inset CommandInset bibitem
38187 LatexCommand bibitem
38188 key "Symbols"
38189
38190 \end_inset
38191
38192
38193 \begin_inset CommandInset href
38194 LatexCommand href
38195 name "List"
38196 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38197
38198 \end_inset
38199
38200  of all symbols available with LaTeX-packages
38201 \end_layout
38202
38203 \begin_layout Bibliography
38204 \begin_inset CommandInset bibitem
38205 LatexCommand bibitem
38206 key "cancel"
38207
38208 \end_inset
38209
38210
38211 \begin_inset CommandInset href
38212 LatexCommand href
38213 name "Documentation"
38214 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38215
38216 \end_inset
38217
38218  of the LaTeX-package 
38219 \series bold
38220 cancel
38221 \series default
38222
38223 \begin_inset Index idx
38224 status collapsed
38225
38226 \begin_layout Plain Layout
38227 Packages ! cancel
38228 \end_layout
38229
38230 \end_inset
38231
38232
38233 \end_layout
38234
38235 \begin_layout Bibliography
38236 \begin_inset CommandInset bibitem
38237 LatexCommand bibitem
38238 key "hyperref"
38239
38240 \end_inset
38241
38242
38243 \begin_inset CommandInset href
38244 LatexCommand href
38245 name "Documentation"
38246 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38247
38248 \end_inset
38249
38250  of the LaTeX-package 
38251 \series bold
38252 hyperref
38253 \series default
38254
38255 \begin_inset Index idx
38256 status collapsed
38257
38258 \begin_layout Plain Layout
38259 Packages ! hyperref
38260 \end_layout
38261
38262 \end_inset
38263
38264
38265 \end_layout
38266
38267 \begin_layout Bibliography
38268 \begin_inset CommandInset bibitem
38269 LatexCommand bibitem
38270 key "mhchem"
38271
38272 \end_inset
38273
38274
38275 \begin_inset CommandInset href
38276 LatexCommand href
38277 name "Documentation"
38278 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38279
38280 \end_inset
38281
38282  of the LaTeX-package 
38283 \series bold
38284 mhchem
38285 \series default
38286
38287 \begin_inset Index idx
38288 status collapsed
38289
38290 \begin_layout Plain Layout
38291 Packages ! mhchem
38292 \end_layout
38293
38294 \end_inset
38295
38296
38297 \end_layout
38298
38299 \begin_layout Bibliography
38300 \begin_inset CommandInset bibitem
38301 LatexCommand bibitem
38302 key "Duden"
38303
38304 \end_inset
38305
38306
38307 \emph on
38308 Duden Band 1
38309 \emph default
38310 .
38311  22.
38312  Auflage, Duden 2001
38313 \end_layout
38314
38315 \begin_layout Bibliography
38316 \begin_inset CommandInset bibitem
38317 LatexCommand bibitem
38318 key "Checklist"
38319
38320 \end_inset
38321
38322
38323 \begin_inset CommandInset href
38324 LatexCommand href
38325 name "Check list"
38326 target "http://physics.nist.gov/Document/checklist.pdf"
38327
38328 \end_inset
38329
38330  for reviewing manuscripts
38331 \end_layout
38332
38333 \begin_layout Standard
38334 \begin_inset CommandInset index_print
38335 LatexCommand printindex
38336 type "idx"
38337
38338 \end_inset
38339
38340
38341 \end_layout
38342
38343 \end_body
38344 \end_document