]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
6a93e376b2dc2e16be86d989fc962ae9e69e3822
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.1svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasenglish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.6
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values,
77 \usepackage{calc}
78
79 % for multiple table row and column cells
80 \usepackage{multirow}
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % center multirows (e.g. in sec. 13.3)
87 \renewcommand{\multirowsetup}{\centering}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % redefine the greyed out note
114 \renewenvironment{lyxgreyedout}
115  {\textcolor{blue}\bgroup}{\egroup}
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % needed in sec. 22.10
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
146 \use_default_options false
147 \language english
148 \inputencoding auto
149 \font_roman default
150 \font_sans default
151 \font_typewriter default
152 \font_default_family default
153 \font_sc false
154 \font_osf false
155 \font_sf_scale 100
156 \font_tt_scale 100
157
158 \graphics 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, pdfpagelabels"
176 \papersize a4paper
177 \use_geometry false
178 \use_amsmath 2
179 \use_esint 1
180 \cite_engine basic
181 \use_bibtopic false
182 \paperorientation portrait
183 \secnumdepth 4
184 \tocdepth 3
185 \paragraph_separation skip
186 \defskip medskip
187 \quotes_language english
188 \papercolumns 1
189 \papersides 2
190 \paperpagestyle plain
191 \bullet 1 0 6 -1
192 \bullet 2 2 35 -1
193 \bullet 3 2 7 -1
194 \tracking_changes false
195 \output_changes false
196 \author "" 
197 \author "" 
198 \end_header
199
200 \begin_body
201
202 \begin_layout Title
203 LyX's detailed Math manual
204 \end_layout
205
206 \begin_layout Author
207 by the LyX Team
208 \begin_inset Foot
209 status collapsed
210
211 \begin_layout Plain Layout
212 \noindent
213 If you have comments or error corrections, please send them to the LyX Documenta
214 tion mailing list: 
215 \family typewriter
216
217 \begin_inset CommandInset href
218 LatexCommand href
219 name "lyx-docs@lists.lyx.org"
220 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
221 type "mailto:"
222
223 \end_inset
224
225
226 \end_layout
227
228 \end_inset
229
230
231 \begin_inset Note Note
232 status collapsed
233
234 \begin_layout Plain Layout
235 author: Uwe Stöhr
236 \end_layout
237
238 \end_inset
239
240
241 \begin_inset Newline newline
242 \end_inset
243
244
245 \begin_inset Newline newline
246 \end_inset
247
248
249 \family sans
250 Version 1.6.0
251 \end_layout
252
253 \begin_layout Standard
254 \begin_inset CommandInset toc
255 LatexCommand tableofcontents
256
257 \end_inset
258
259
260 \end_layout
261
262 \begin_layout Standard
263 \begin_inset Note Note
264 status open
265
266 \begin_layout Plain Layout
267 To export this document to PDF, PS, or DVI the LaTeX-packages 
268 \series bold
269 eurosym,
270 \series default
271  
272 \series bold
273 multirow,
274 \series default
275  and 
276 \series bold
277 was
278 \series default
279  must be installed.
280  If they are not installed you can export the document anyway but the sections
281  where the packages are required won't appear in the output.
282 \end_layout
283
284 \begin_layout Plain Layout
285 The latest PDF-version of this document can be found here:
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \series bold
291 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
292 \end_layout
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset Newpage newpage
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Section
307 Introduction
308 \end_layout
309
310 \begin_layout Standard
311 This document explains LyX's math features and is furthermore a collection
312  of LaTeX-commands used for mathematical characters and constructs.
313  The explanations are designed for the usage of commands.
314  It is therefore required that you have read the section 
315 \family typewriter
316 Mathematical
317 \begin_inset space ~
318 \end_inset
319
320 Formulas
321 \family default
322  of the User's Guide.
323 \end_layout
324
325 \begin_layout Standard
326 Most of the characters and many constructs explained in this manual are
327  also accessible via the menu 
328 \family sans
329 Insert
330 \series bold
331 \SpecialChar \menuseparator
332
333 \series default
334 Math
335 \family default
336 , or the 
337 \family sans
338 math
339 \family default
340 \series bold
341  
342 \family sans
343 \series default
344 toolbar
345 \family default
346 .
347  But everybody who has to write lots of formulas will notice that it is
348  much faster to use commands instead of the math toolbar.
349  Therefore this manual is focused on commands but also mentions the correspondin
350 g toolbar buttons when available.
351 \end_layout
352
353 \begin_layout Standard
354 If not specially mentioned the commands are only available within formulas.
355  To be able to use all commands explained in this document, the option 
356 \family sans
357 Use AMS math package
358 \family default
359  must be used in the document settings (menu 
360 \family sans
361 Document\SpecialChar \menuseparator
362 Settings\SpecialChar \menuseparator
363 Math
364 \begin_inset space ~
365 \end_inset
366
367 Options
368 \family default
369 ).
370 \begin_inset Foot
371 status collapsed
372
373 \begin_layout Plain Layout
374 The option 
375 \family sans
376 Use AMS math package automatically
377 \family default
378  only uses 
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384
385 \backslash
386 AmS 
387 \end_layout
388
389 \end_inset
390
391 -math when math constructs are found that are supported by LyX.
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Standard
400 This document doesn't list all 
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413 -math commands
414 \begin_inset Foot
415 status collapsed
416
417 \begin_layout Plain Layout
418 A list with all 
419 \begin_inset ERT
420 status collapsed
421
422 \begin_layout Plain Layout
423
424
425 \backslash
426 AmS
427 \end_layout
428
429 \end_inset
430
431 -math commands is in the file 
432 \family sans
433
434 \begin_inset CommandInset href
435 LatexCommand href
436 name "amsguide.ps"
437 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
438
439 \end_inset
440
441
442 \family default
443 , which is part of every LaTeX standard installation.
444 \end_layout
445
446 \end_inset
447
448  for lucidity reasons.
449 \end_layout
450
451 \begin_layout Section
452 General Instructions
453 \end_layout
454
455 \begin_layout Standard
456 To create an inline formula
457 \begin_inset Index
458 status collapsed
459
460 \begin_layout Plain Layout
461 Formula ! inline
462 \end_layout
463
464 \end_inset
465
466  that is embedded into a text line, use one of the shortcuts 
467 \begin_inset Info
468 type  "shortcuts"
469 arg   "math-mode"
470 \end_inset
471
472  or the toolbar button 
473 \begin_inset Graphics
474         filename ../images/math-mode.png
475         scale 85
476
477 \end_inset
478
479
480 \begin_inset Newline newline
481 \end_inset
482
483 To create a display style formula
484 \begin_inset Index
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formula ! display style
489 \end_layout
490
491 \end_inset
492
493  that will appear bigger and in an own paragraph, use one of these shortcuts:
494  
495 \begin_inset Info
496 type  "shortcuts"
497 arg   "math-display"
498 \end_inset
499
500 .
501 \end_layout
502
503 \begin_layout Standard
504 To change a display style formula to an inline formula, set the cursor into
505  the formula and use one of the shortcuts 
506 \begin_inset Info
507 type  "shortcuts"
508 arg   "math-mode"
509 \end_inset
510
511  or the menu 
512 \family sans
513 Edit\SpecialChar \menuseparator
514 Math\SpecialChar \menuseparator
515 Change formula type
516 \family default
517 .
518  The same way is used to change an inline formula to a display style formula.
519 \end_layout
520
521 \begin_layout Standard
522 To display parts of an inline formula in the size of a display style formula,
523  enter the command 
524 \series bold
525
526 \backslash
527 displaystyle
528 \begin_inset Index
529 status collapsed
530
531 \begin_layout Plain Layout
532 Commands ! D ! 
533 \backslash
534 displaystyle
535 \end_layout
536
537 \end_inset
538
539
540 \series default
541  to a formula.
542  Then a new blue box appears in which the desired formula part is inserted.
543 \end_layout
544
545 \begin_layout Standard
546 Only inline formulas are allowed inside tables.
547 \end_layout
548
549 \begin_layout Standard
550 The 
551 \family sans
552 math toolbar
553 \family default
554  can be turned on in the menu 
555 \family sans
556 View\SpecialChar \menuseparator
557 Toolbars
558 \family default
559 .
560  When you click there on 
561 \begin_inset Quotes eld
562 \end_inset
563
564 Math
565 \begin_inset Quotes erd
566 \end_inset
567
568  the toolbar will be shown permanently at the bottom; this state is visualized
569  in the 
570 \family sans
571 Toolbars
572 \family default
573  menu with a checkmark.
574  When you click in this state again on 
575 \begin_inset Quotes eld
576 \end_inset
577
578 Math
579 \begin_inset Quotes erd
580 \end_inset
581
582  in the 
583 \family sans
584 Toolbars
585 \family default
586  menu, the 
587 \family sans
588 math toolbar
589 \family default
590  is only shown when the cursor is within a formula; this state is visualized
591  by the renaming of the menu entry from 
592 \begin_inset Quotes eld
593 \end_inset
594
595 Math
596 \begin_inset Quotes erd
597 \end_inset
598
599  to 
600 \begin_inset Quotes eld
601 \end_inset
602
603 Math
604 \begin_inset space ~
605 \end_inset
606
607 (auto)
608 \begin_inset Quotes erd
609 \end_inset
610
611 .
612 \end_layout
613
614 \begin_layout Standard
615 The TeX-mode
616 \begin_inset Index
617 status collapsed
618
619 \begin_layout Plain Layout
620 T@TeX-mode
621 \end_layout
622
623 \end_inset
624
625  is invoked by pressing the toolbar button 
626 \begin_inset Graphics
627         filename ../images/ert-insert.png
628         scale 85
629
630 \end_inset
631
632  or by using the menu 
633 \family sans
634 Insert\SpecialChar \menuseparator
635 Te
636 \begin_inset ERT
637 status collapsed
638
639 \begin_layout Plain Layout
640
641 {}
642 \end_layout
643
644 \end_inset
645
646 X Code
647 \family default
648  (shortcut 
649 \begin_inset Info
650 type  "shortcut"
651 arg   "ert-insert"
652 \end_inset
653
654 ).
655 \begin_inset Note Note
656 status collapsed
657
658 \begin_layout Plain Layout
659 In LyX there are three 
660 \begin_inset Quotes eld
661 \end_inset
662
663 proper names
664 \begin_inset Quotes erd
665 \end_inset
666
667  that appear in the output with sub- and superscript letters: TeX, LaTeX,
668  and LyX
669 \end_layout
670
671 \begin_layout Plain Layout
672 To avoid that these names are recognized as proper names, a TeX-brace pair
673  is inserted.
674 \end_layout
675
676 \end_inset
677
678
679 \end_layout
680
681 \begin_layout Standard
682 To change the LaTeX-preamble
683 \begin_inset Index
684 status collapsed
685
686 \begin_layout Plain Layout
687 L@LaTeX-preamble
688 \end_layout
689
690 \end_inset
691
692 , use the menu 
693 \family sans
694 Document\SpecialChar \menuseparator
695 Settings\SpecialChar \menuseparator
696 LaT
697 \begin_inset ERT
698 status collapsed
699
700 \begin_layout Plain Layout
701
702 {}
703 \end_layout
704
705 \end_inset
706
707 eX
708 \family default
709  
710 \family sans
711 Preamble
712 \family default
713 .
714 \end_layout
715
716 \begin_layout Standard
717 To edit matrices, case differentiations, and multiline formulas subsequently,
718  the menus 
719 \family sans
720 Edit\SpecialChar \menuseparator
721 Math
722 \family default
723  and 
724 \family sans
725 Edit\SpecialChar \menuseparator
726 Rows
727 \begin_inset space \thinspace{}
728 \end_inset
729
730 &
731 \begin_inset space \thinspace{}
732 \end_inset
733
734 Columns,
735 \family default
736  or the 
737 \family sans
738 table toolbar
739 \family default
740  can be used.
741  When lines and columns are swapped via the menu, the column or line where
742  the cursor is in is exchanged with the column to the right or the line
743  below, respectively.
744  Is the cursor in the last column or row, the exchange is done with the
745  column to the left or the line above.
746 \end_layout
747
748 \begin_layout Standard
749 To write text in formulas
750 \begin_inset Foot
751 status collapsed
752
753 \begin_layout Plain Layout
754 For multiline formulas the command 
755 \series bold
756
757 \backslash
758 intertext
759 \series default
760  is used, see 
761 \begin_inset CommandInset ref
762 LatexCommand ref
763 reference "sub:Text-in-multiline"
764
765 \end_inset
766
767 .
768 \end_layout
769
770 \end_inset
771
772  
773 \emph on
774 mathematical text
775 \emph default
776
777 \begin_inset Index
778 status collapsed
779
780 \begin_layout Plain Layout
781 Text ! in formulas
782 \end_layout
783
784 \end_inset
785
786
787 \begin_inset Index
788 status collapsed
789
790 \begin_layout Plain Layout
791 Mathematical text
792 \end_layout
793
794 \end_inset
795
796  is used.
797  This mode is invoked with the the shortcut 
798 \begin_inset Info
799 type  "shortcut"
800 arg   "math-mode"
801 \end_inset
802
803  or by the insertion of the command 
804 \series bold
805
806 \backslash
807 text
808 \begin_inset Index
809 status collapsed
810
811 \begin_layout Plain Layout
812 Commands ! T ! 
813 \backslash
814 text
815 \end_layout
816
817 \end_inset
818
819
820 \series default
821 .
822  The text appears black in LyX and can therefore be distinguished from the
823  other formula parts that appear blue.
824  In the output mathematical text is set upright, in contrary to other formula
825  parts.
826 \end_layout
827
828 \begin_layout Subsection*
829 Command Scheme
830 \end_layout
831
832 \begin_layout Standard
833 Most of the LaTeX-commands for math constructs have the following scheme:
834 \end_layout
835
836 \begin_layout Standard
837
838 \series bold
839
840 \backslash
841 commandname[optional
842 \series default
843  
844 \series bold
845 argument]{required
846 \series default
847  
848 \series bold
849 argument}
850 \end_layout
851
852 \begin_layout Standard
853 A command starts always with a backslash 
854 \begin_inset Quotes gld
855 \end_inset
856
857
858 \series bold
859
860 \backslash
861
862 \series default
863
864 \begin_inset Quotes grd
865 \end_inset
866
867 .
868  To omit optional arguments, also omit the associated brackets.
869  The braces around the required arguments are named in this document as
870  TeX-braces
871 \begin_inset Index
872 status collapsed
873
874 \begin_layout Plain Layout
875 T@TeX-braces
876 \end_layout
877
878 \end_inset
879
880 .
881  If you add in a formula a left brace to a command name, LyX creates automatical
882 ly a TeX-brace.
883  In all other cases TeX-braces are created in formulas with the command
884  
885 \series bold
886
887 \backslash
888 {
889 \series default
890 .
891  TeX-braces appear red in LyX, in contrary to normal braces that appear
892  blue.
893  In TeX-mode no command is needed to get TeX-braces.
894  TeX-braces don't appear in the output.
895 \end_layout
896
897 \begin_layout Standard
898 When commands without arguments, like commands for symbols are entered in
899  TeX-mode, a space character must 
900 \emph on
901 always
902 \emph default
903  be behind the command to end it.
904  This space doesn't appear in the output.
905  When the space should appear in the output, the space must be followed
906  by a protected space in normal text.
907 \end_layout
908
909 \begin_layout Standard
910 A protected space is inserted with 
911 \begin_inset Info
912 type  "shortcut"
913 arg   "space-insert protected"
914 \end_inset
915
916 .
917 \end_layout
918
919 \begin_layout Subsection*
920 \begin_inset Newpage newpage
921 \end_inset
922
923 Syntax Explanation
924 \end_layout
925
926 \begin_layout Itemize
927 The symbol
928 \begin_inset Foot
929 status collapsed
930
931 \begin_layout Plain Layout
932 This visible space character can be created with the command 
933 \series bold
934
935 \backslash
936 textvisiblespace
937 \series default
938
939 \begin_inset Index
940 status collapsed
941
942 \begin_layout Plain Layout
943 Commands ! T ! 
944 \backslash
945 textvisiblespace
946 \end_layout
947
948 \end_inset
949
950 , inserted in TeX-mode.
951 \end_layout
952
953 \end_inset
954
955  
956 \begin_inset ERT
957 status collapsed
958
959 \begin_layout Plain Layout
960
961
962 \backslash
963 spce 
964 \end_layout
965
966 \end_inset
967
968
969 \begin_inset space ~
970 \end_inset
971
972 denotes a space character to be input.
973 \end_layout
974
975 \begin_layout Itemize
976 An arrow like 
977 \begin_inset Formula $\to$
978 \end_inset
979
980  denotes the usage of the corresponding arrow key on the keyboard.
981 \end_layout
982
983 \begin_layout Subsection*
984 Available units
985 \end_layout
986
987 \begin_layout Standard
988 \align center
989 \begin_inset Float table
990 placement H
991 wide false
992 sideways false
993 status open
994
995 \begin_layout Plain Layout
996 \align center
997 \begin_inset Caption
998
999 \begin_layout Plain Layout
1000 \begin_inset CommandInset label
1001 LatexCommand label
1002 name "tab:Available-units"
1003
1004 \end_inset
1005
1006 Available units
1007 \end_layout
1008
1009 \end_inset
1010
1011
1012 \end_layout
1013
1014 \begin_layout Plain Layout
1015 \align center
1016 \begin_inset Tabular
1017 <lyxtabular version="3" rows="13" columns="2">
1018 <features>
1019 <column alignment="center" valignment="top" width="0">
1020 <column alignment="center" valignment="top" width="0">
1021 <row>
1022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1023 \begin_inset Text
1024
1025 \begin_layout Plain Layout
1026 Unit
1027 \end_layout
1028
1029 \end_inset
1030 </cell>
1031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1032 \begin_inset Text
1033
1034 \begin_layout Plain Layout
1035 Name / Description
1036 \end_layout
1037
1038 \end_inset
1039 </cell>
1040 </row>
1041 <row>
1042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 mm
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Millimeter
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 </row>
1061 <row>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 cm
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 Centimeter
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 </row>
1081 <row>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 in
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 Inch (1
1096 \begin_inset space \thinspace{}
1097 \end_inset
1098
1099 in = 2,54
1100 \begin_inset space \thinspace{}
1101 \end_inset
1102
1103 cm)
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 </row>
1109 <row>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 pt
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 Point (72.27
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 pt = 1
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 in)
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 </row>
1137 <row>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 pc
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Plain Layout
1151 Pica (1
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pc = 12
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 pt)
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 </row>
1165 <row>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 sp
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 scaled point (65536
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 sp = 1
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 pt)
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 </row>
1193 <row>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 bp
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 big point (72
1208 \begin_inset space \thinspace{}
1209 \end_inset
1210
1211 bp = 1
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 in)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 dd
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 Didot (1
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 dd 
1240 \begin_inset Formula $\approx$
1241 \end_inset
1242
1243  0.376
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 mm)
1248 \end_layout
1249
1250 \end_inset
1251 </cell>
1252 </row>
1253 <row>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 cc
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1264 \begin_inset Text
1265
1266 \begin_layout Plain Layout
1267 Cicero (1
1268 \begin_inset space \thinspace{}
1269 \end_inset
1270
1271 cc = 12
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 dd)
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 ex
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 Height of letter 
1296 \emph on
1297
1298 \begin_inset Quotes eld
1299 \end_inset
1300
1301 x
1302 \emph default
1303
1304 \begin_inset Quotes erd
1305 \end_inset
1306
1307  in the current font
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 </row>
1313 <row>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 em
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 width of letter 
1328 \begin_inset Quotes eld
1329 \end_inset
1330
1331
1332 \emph on
1333 M
1334 \emph default
1335
1336 \begin_inset Quotes erd
1337 \end_inset
1338
1339  in the current font
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 </row>
1345 <row>
1346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 mu
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1356 \begin_inset Text
1357
1358 \begin_layout Plain Layout
1359 math unit (1
1360 \begin_inset space \thinspace{}
1361 \end_inset
1362
1363 mu = 
1364 \begin_inset Formula $\nicefrac{1}{18}$
1365 \end_inset
1366
1367
1368 \begin_inset space \thinspace{}
1369 \end_inset
1370
1371 em)
1372 \end_layout
1373
1374 \end_inset
1375 </cell>
1376 </row>
1377 </lyxtabular>
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Standard
1390 \begin_inset Newpage newpage
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \begin_layout Section
1397 Basic Functions
1398 \end_layout
1399
1400 \begin_layout Subsection
1401 Exponents
1402 \begin_inset Index
1403 status collapsed
1404
1405 \begin_layout Plain Layout
1406 Exponents
1407 \end_layout
1408
1409 \end_inset
1410
1411  and Indices
1412 \begin_inset Index
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 Indices
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \begin_inset Index
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 Superscripts|see
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 {
1433 \end_layout
1434
1435 \end_inset
1436
1437 Exponents
1438 \begin_inset ERT
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442
1443 }
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \begin_inset Index
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 Subscripts|see
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 {
1465 \end_layout
1466
1467 \end_inset
1468
1469 Indices
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 }
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \begin_layout Standard
1489 Indices are created with an underscore 
1490 \begin_inset Quotes eld
1491 \end_inset
1492
1493 _
1494 \begin_inset Quotes erd
1495 \end_inset
1496
1497  or via the math toolbar button 
1498 \begin_inset Graphics
1499         filename ../images/math-subscript.png
1500         scale 85
1501
1502 \end_inset
1503
1504  , exponents with a caret 
1505 \begin_inset Quotes eld
1506 \end_inset
1507
1508 ^
1509 \begin_inset Quotes erd
1510 \end_inset
1511
1512  or via the math toolbar button 
1513 \begin_inset Graphics
1514         filename ../images/math-superscript.png
1515         scale 85
1516
1517 \end_inset
1518
1519 .
1520 \end_layout
1521
1522 \begin_layout Standard
1523 \align center
1524 \begin_inset Tabular
1525 <lyxtabular version="3" rows="4" columns="2">
1526 <features>
1527 <column alignment="center" valignment="top" width="0pt">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <row>
1530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534 command
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543 Result
1544 \begin_inset Note Note
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 \series bold
1550
1551 \backslash
1552 raisebox
1553 \series default
1554  is only used as spacer.
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 B_V
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 \begin_inset Formula $B_{V}$
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B^V
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 <row>
1612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1613 \begin_inset Text
1614
1615 \begin_layout Plain Layout
1616 B^
1617 \begin_inset ERT
1618 status collapsed
1619
1620 \begin_layout Plain Layout
1621
1622
1623 \backslash
1624 spce 
1625 \end_layout
1626
1627 \end_inset
1628
1629 A
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 </row>
1647 </lyxtabular>
1648
1649 \end_inset
1650
1651
1652 \end_layout
1653
1654 \begin_layout Standard
1655 As the caret is in some languages an accent, vowels will be accentuated
1656  in this case and not set as exponents
1657 \begin_inset Foot
1658 status collapsed
1659
1660 \begin_layout Plain Layout
1661 Depending on the used keyboard settings this can also happen for other character
1662 s than vowels.
1663 \end_layout
1664
1665 \end_inset
1666
1667 .
1668  To get in this case exponents, press 
1669 \family sans
1670 Space
1671 \family default
1672  after the caret as in the last example.
1673 \end_layout
1674
1675 \begin_layout Subsection
1676 Fractions
1677 \begin_inset CommandInset label
1678 LatexCommand label
1679 name "sub:Fractions"
1680
1681 \end_inset
1682
1683
1684 \begin_inset Index
1685 status collapsed
1686
1687 \begin_layout Plain Layout
1688 Fractions
1689 \end_layout
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \begin_layout Standard
1697 Fractions are generated with the command 
1698 \series bold
1699
1700 \backslash
1701 frac
1702 \series default
1703
1704 \begin_inset Index
1705 status collapsed
1706
1707 \begin_layout Plain Layout
1708 Commands ! F ! 
1709 \backslash
1710 frac
1711 \end_layout
1712
1713 \end_inset
1714
1715  or via the math toolbar button 
1716 \begin_inset Graphics
1717         filename ../images/math/frac.png
1718         scale 50
1719
1720 \end_inset
1721
1722 .
1723  The font size is adjusted automatically, depending on whether the fraction
1724  is in an inline or display style formula.
1725  With the math toolbar button 
1726 \begin_inset Graphics
1727         filename ../images/math/frac-square.png
1728         scale 85
1729
1730 \end_inset
1731
1732  you can select different fraction types.
1733 \end_layout
1734
1735 \begin_layout Standard
1736 With the command 
1737 \series bold
1738
1739 \backslash
1740 dfrac
1741 \begin_inset Index
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745 Commands ! D ! 
1746 \backslash
1747 dfrac
1748 \end_layout
1749
1750 \end_inset
1751
1752
1753 \series default
1754  a fraction can be created that has in any case the size of a display style
1755  formula.
1756  With 
1757 \series bold
1758
1759 \backslash
1760 tfrac
1761 \begin_inset Index
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765 Commands ! T ! 
1766 \backslash
1767 tfrac
1768 \end_layout
1769
1770 \end_inset
1771
1772
1773 \series default
1774  the fraction appears always with the size of an inline formula.
1775  An example:
1776 \end_layout
1777
1778 \begin_layout Standard
1779 A line with the fraction 
1780 \begin_inset Formula $\frac{1}{2}$
1781 \end_inset
1782
1783  that was created with the command 
1784 \series bold
1785
1786 \backslash
1787 frac
1788 \series default
1789 .
1790 \end_layout
1791
1792 \begin_layout Standard
1793 A line with the fraction 
1794 \begin_inset Formula $\dfrac{1}{2}$
1795 \end_inset
1796
1797  that was created with the command 
1798 \series bold
1799
1800 \backslash
1801 dfrac
1802 \series default
1803 .
1804 \end_layout
1805
1806 \begin_layout Standard
1807 \align center
1808 \begin_inset Tabular
1809 <lyxtabular version="3" rows="4" columns="2">
1810 <features>
1811 <column alignment="center" valignment="top" width="0pt">
1812 <column alignment="center" valignment="top" width="0pt">
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 Command
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827 Result
1828 \begin_inset Note Note
1829 status collapsed
1830
1831 \begin_layout Plain Layout
1832
1833 \series bold
1834
1835 \backslash
1836 raisebox
1837 \series default
1838  is only used as spacer.
1839 \end_layout
1840
1841 \end_inset
1842
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \backslash
1856 frac
1857 \begin_inset ERT
1858 status collapsed
1859
1860 \begin_layout Plain Layout
1861
1862
1863 \backslash
1864 spce 
1865 \end_layout
1866
1867 \end_inset
1868
1869 A
1870 \begin_inset Formula $\downarrow$
1871 \end_inset
1872
1873 B
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1883 \end_inset
1884
1885
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 </row>
1891 <row>
1892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \backslash
1898 dfrac
1899 \begin_inset ERT
1900 status collapsed
1901
1902 \begin_layout Plain Layout
1903
1904
1905 \backslash
1906 spce 
1907 \end_layout
1908
1909 \end_inset
1910
1911 A
1912 \begin_inset Formula $\downarrow$
1913 \end_inset
1914
1915 B
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1925 \end_inset
1926
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 </row>
1933 <row>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938
1939 \backslash
1940 dfrac
1941 \begin_inset ERT
1942 status collapsed
1943
1944 \begin_layout Plain Layout
1945
1946
1947 \backslash
1948 spce 
1949 \end_layout
1950
1951 \end_inset
1952
1953 e^
1954 \begin_inset ERT
1955 status collapsed
1956
1957 \begin_layout Plain Layout
1958
1959
1960 \backslash
1961 spce 
1962 \end_layout
1963
1964 \end_inset
1965
1966
1967 \backslash
1968 frac
1969 \begin_inset ERT
1970 status collapsed
1971
1972 \begin_layout Plain Layout
1973
1974
1975 \backslash
1976 spce 
1977 \end_layout
1978
1979 \end_inset
1980
1981 1
1982 \begin_inset Formula $\downarrow$
1983 \end_inset
1984
1985 2
1986 \begin_inset Formula $\downarrow\downarrow$
1987 \end_inset
1988
1989 3
1990 \end_layout
1991
1992 \end_inset
1993 </cell>
1994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1995 \begin_inset Text
1996
1997 \begin_layout Plain Layout
1998 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1999 \end_inset
2000
2001
2002 \end_layout
2003
2004 \end_inset
2005 </cell>
2006 </row>
2007 </lyxtabular>
2008
2009 \end_inset
2010
2011
2012 \end_layout
2013
2014 \begin_layout Standard
2015 \begin_inset VSpace bigskip
2016 \end_inset
2017
2018
2019 \begin_inset Newpage newpage
2020 \end_inset
2021
2022 For nested fractions the command 
2023 \series bold
2024
2025 \backslash
2026 cfrac
2027 \series default
2028
2029 \begin_inset Index
2030 status collapsed
2031
2032 \begin_layout Plain Layout
2033 Commands ! C ! 
2034 \backslash
2035 cfrac
2036 \end_layout
2037
2038 \end_inset
2039
2040  can be used.
2041  Here an example:
2042 \begin_inset VSpace -3mm
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049 \begin_inset Formula \begin{align*}
2050 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2051 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2052
2053 \end_inset
2054
2055
2056 \end_layout
2057
2058 \begin_layout Standard
2059 The command for the example above is:
2060 \end_layout
2061
2062 \begin_layout Standard
2063
2064 \series bold
2065
2066 \backslash
2067 cfrac{A
2068 \begin_inset Formula $\to$
2069 \end_inset
2070
2071
2072 \backslash
2073 {B+
2074 \backslash
2075 cfrac{C+
2076 \backslash
2077 cfrac{E
2078 \begin_inset Formula $\to$
2079 \end_inset
2080
2081
2082 \backslash
2083 {F
2084 \begin_inset Formula $\to\to$
2085 \end_inset
2086
2087
2088 \backslash
2089 {D
2090 \end_layout
2091
2092 \begin_layout Standard
2093 \begin_inset VSpace medskip
2094 \end_inset
2095
2096
2097 \end_layout
2098
2099 \begin_layout Standard
2100
2101 \series bold
2102
2103 \backslash
2104 cfrac
2105 \series default
2106  sets the fraction always in the size of a displayed formula, also when
2107  it is part of another fraction.
2108  
2109 \series bold
2110
2111 \backslash
2112 cfrac
2113 \series default
2114  has the following command scheme:
2115 \end_layout
2116
2117 \begin_layout Standard
2118
2119 \series bold
2120
2121 \backslash
2122 cfrac[numerator position]{numerator}{denominator}
2123 \end_layout
2124
2125 \begin_layout Standard
2126 The numerator position can be 
2127 \emph on
2128 l
2129 \emph default
2130  , 
2131 \emph on
2132 c
2133 \emph default
2134 , or 
2135 \emph on
2136 r
2137 \emph default
2138  .
2139  l or r aligns the numerator to the left or right, resp.
2140 \begin_inset space ~
2141 \end_inset
2142
2143 with the fraction stroke.
2144  When 
2145 \emph on
2146 c
2147 \emph default
2148  or no position is given, the numerator appears centered.
2149  These fractions demonstrate the different alignments:
2150 \begin_inset Newline newline
2151 \end_inset
2152
2153
2154 \series bold
2155
2156 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2157 \end_inset
2158
2159
2160 \begin_inset Formula $\cfrac{A}{B+C}$
2161 \end_inset
2162
2163
2164 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2165 \end_inset
2166
2167
2168 \end_layout
2169
2170 \begin_layout Standard
2171 \begin_inset VSpace medskip
2172 \end_inset
2173
2174 It is often advantageous to combine 
2175 \series bold
2176
2177 \backslash
2178 cfrac
2179 \series default
2180  and 
2181 \series bold
2182
2183 \backslash
2184 frac
2185 \series default
2186 :
2187 \begin_inset Formula \[
2188 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2189
2190 \end_inset
2191
2192
2193 \end_layout
2194
2195 \begin_layout Standard
2196 For inline fractions with a sloped fraction stroke you can use the command
2197  
2198 \series bold
2199
2200 \backslash
2201 nicefrac
2202 \series default
2203
2204 \begin_inset Index
2205 status collapsed
2206
2207 \begin_layout Plain Layout
2208 Commands ! N ! 
2209 \backslash
2210 nicefrac
2211 \end_layout
2212
2213 \end_inset
2214
2215
2216 \begin_inset Formula $\nicefrac{5}{31}$
2217 \end_inset
2218
2219  or 
2220 \series bold
2221
2222 \backslash
2223 unitfrac
2224 \series default
2225
2226 \begin_inset Index
2227 status collapsed
2228
2229 \begin_layout Plain Layout
2230 Commands ! U ! 
2231 \backslash
2232 unitfrac
2233 \end_layout
2234
2235 \end_inset
2236
2237
2238 \begin_inset Formula $\unitfrac{5}{31}$
2239 \end_inset
2240
2241  There is furthermore the command 
2242 \series bold
2243
2244 \backslash
2245 unitfracthree
2246 \series default
2247  that offers to write a fraction in combination with a number: 
2248 \begin_inset Formula $\unitfrac[2]{1}{3}$
2249 \end_inset
2250
2251
2252 \begin_inset Newline newline
2253 \end_inset
2254
2255 Note that 
2256 \series bold
2257
2258 \backslash
2259 unitfracthree
2260 \series default
2261  is not a real LaTeX command but the command
2262 \begin_inset Newline newline
2263 \end_inset
2264
2265
2266 \series bold
2267
2268 \backslash
2269 unitfrac[number]{numerator}{denominator}
2270 \series default
2271 , therefore you cannot use it in TeX code.
2272 \end_layout
2273
2274 \begin_layout Standard
2275 How to define own fractions where the fraction stroke can be changed, is
2276  explained in 
2277 \begin_inset CommandInset ref
2278 LatexCommand ref
2279 reference "sub:Self-defined-Fractions"
2280
2281 \end_inset
2282
2283 .
2284 \end_layout
2285
2286 \begin_layout Subsection
2287 Roots
2288 \begin_inset Index
2289 status collapsed
2290
2291 \begin_layout Plain Layout
2292 Roots
2293 \end_layout
2294
2295 \end_inset
2296
2297
2298 \end_layout
2299
2300 \begin_layout Standard
2301 Square roots are created with 
2302 \series bold
2303
2304 \backslash
2305 sqrt
2306 \series default
2307
2308 \begin_inset Index
2309 status collapsed
2310
2311 \begin_layout Plain Layout
2312 Commands ! S ! 
2313 \backslash
2314 sqrt
2315 \end_layout
2316
2317 \end_inset
2318
2319  or the math toolbar button 
2320 \begin_inset Graphics
2321         filename ../images/math/sqrt.png
2322         scale 85
2323
2324 \end_inset
2325
2326 , all other roots with the command 
2327 \series bold
2328
2329 \backslash
2330 root
2331 \series default
2332
2333 \begin_inset Index
2334 status collapsed
2335
2336 \begin_layout Plain Layout
2337 Commands ! R ! 
2338 \backslash
2339 root
2340 \end_layout
2341
2342 \end_inset
2343
2344  or with the math toolbar button 
2345 \begin_inset Graphics
2346         filename ../images/math/root.png
2347         scale 85
2348
2349 \end_inset
2350
2351 .
2352 \end_layout
2353
2354 \begin_layout Standard
2355 \align center
2356 \begin_inset Tabular
2357 <lyxtabular version="3" rows="3" columns="2">
2358 <features>
2359 <column alignment="center" valignment="top" width="0pt">
2360 <column alignment="center" valignment="top" width="0pt">
2361 <row>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 Command
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375 Result
2376 \begin_inset Note Note
2377 status collapsed
2378
2379 \begin_layout Plain Layout
2380
2381 \series bold
2382
2383 \backslash
2384 raisebox
2385 \series default
2386  is only used as spacer.
2387 \end_layout
2388
2389 \end_inset
2390
2391
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 </row>
2397 <row>
2398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2399 \begin_inset Text
2400
2401 \begin_layout Plain Layout
2402
2403 \backslash
2404 sqrt
2405 \begin_inset ERT
2406 status collapsed
2407
2408 \begin_layout Plain Layout
2409
2410
2411 \backslash
2412 spce 
2413 \end_layout
2414
2415 \end_inset
2416
2417 A-B
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Plain Layout
2426 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2427 \end_inset
2428
2429
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 </row>
2435 <row>
2436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2437 \begin_inset Text
2438
2439 \begin_layout Plain Layout
2440
2441 \backslash
2442 root
2443 \begin_inset ERT
2444 status collapsed
2445
2446 \begin_layout Plain Layout
2447
2448
2449 \backslash
2450 spce 
2451 \end_layout
2452
2453 \end_inset
2454
2455 3
2456 \begin_inset Formula $\downarrow$
2457 \end_inset
2458
2459 A-B
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2465 \begin_inset Text
2466
2467 \begin_layout Plain Layout
2468 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2469 \end_inset
2470
2471
2472 \end_layout
2473
2474 \end_inset
2475 </cell>
2476 </row>
2477 </lyxtabular>
2478
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \begin_layout Standard
2485 A square root can also be created with 
2486 \series bold
2487
2488 \backslash
2489 root
2490 \series default
2491  when the root index field is left empty.
2492 \end_layout
2493
2494 \begin_layout Standard
2495 With certain indices the distance to the root is too small, like in this
2496  formula: 
2497 \begin_inset Formula $\sqrt[\beta]{B}$
2498 \end_inset
2499
2500
2501 \begin_inset Newline newline
2502 \end_inset
2503
2504 The 
2505 \begin_inset Formula $\beta$
2506 \end_inset
2507
2508  touches the root.
2509  To avoid this, the commands 
2510 \series bold
2511
2512 \backslash
2513 leftroot
2514 \series default
2515
2516 \begin_inset Index
2517 status collapsed
2518
2519 \begin_layout Plain Layout
2520 Commands ! L ! 
2521 \backslash
2522 leftroot
2523 \end_layout
2524
2525 \end_inset
2526
2527  and 
2528 \series bold
2529
2530 \backslash
2531 uproot
2532 \series default
2533
2534 \begin_inset Index
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538 Commands ! U ! 
2539 \backslash
2540 uproot
2541 \end_layout
2542
2543 \end_inset
2544
2545  are used with the following scheme:
2546 \end_layout
2547
2548 \begin_layout Standard
2549
2550 \series bold
2551
2552 \backslash
2553 leftroot{distance}
2554 \series default
2555  and 
2556 \series bold
2557
2558 \backslash
2559 uproot{distance}
2560 \end_layout
2561
2562 \begin_layout Standard
2563 Distance is the number of Big Points (unit bp; 
2564 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2565 \end_inset
2566
2567 ), that the index should be moved to the left or top, resp..
2568  The commands are written to the index.
2569  This way the command
2570 \begin_inset Newline newline
2571 \end_inset
2572
2573
2574 \series bold
2575
2576 \backslash
2577 root
2578 \backslash
2579 leftroot{-1
2580 \begin_inset Formula $\to$
2581 \end_inset
2582
2583
2584 \backslash
2585 uproot{2
2586 \begin_inset Formula $\to$
2587 \end_inset
2588
2589
2590 \backslash
2591 beta
2592 \begin_inset ERT
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596
2597
2598 \backslash
2599 spce 
2600 \end_layout
2601
2602 \end_inset
2603
2604
2605 \begin_inset Formula $\to$
2606 \end_inset
2607
2608 B
2609 \begin_inset Newline newline
2610 \end_inset
2611
2612
2613 \series default
2614 produces a correct typeset formula: 
2615 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2616 \end_inset
2617
2618
2619 \end_layout
2620
2621 \begin_layout Subsection
2622 Binomial Coefficients
2623 \begin_inset Index
2624 status collapsed
2625
2626 \begin_layout Plain Layout
2627 Binomial coefficients
2628 \end_layout
2629
2630 \end_inset
2631
2632
2633 \end_layout
2634
2635 \begin_layout Standard
2636 Binomial coefficients are inserted with the command 
2637 \series bold
2638
2639 \backslash
2640 binom
2641 \series default
2642
2643 \begin_inset Index
2644 status collapsed
2645
2646 \begin_layout Plain Layout
2647 Commands ! B ! 
2648 \backslash
2649 binom
2650 \end_layout
2651
2652 \end_inset
2653
2654  or with the submenu of the math toolbar button 
2655 \begin_inset Graphics
2656         filename ../images/math/frac-square.png
2657         scale 85
2658
2659 \end_inset
2660
2661 .
2662  Analog to fractions (
2663 \series bold
2664
2665 \backslash
2666 frac
2667 \series default
2668 ) there are besides 
2669 \series bold
2670
2671 \backslash
2672 binom
2673 \series default
2674  the commands 
2675 \series bold
2676
2677 \backslash
2678 dbinom
2679 \begin_inset Index
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 Commands ! D ! 
2684 \backslash
2685 dbinom
2686 \end_layout
2687
2688 \end_inset
2689
2690
2691 \series default
2692  and 
2693 \series bold
2694
2695 \backslash
2696 tbinom
2697 \series default
2698
2699 \begin_inset Index
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 Commands ! T ! 
2704 \backslash
2705 tbinom
2706 \end_layout
2707
2708 \end_inset
2709
2710 .
2711  For other brackets around binomial coeficients there are the commands 
2712 \series bold
2713
2714 \backslash
2715 brace
2716 \series default
2717
2718 \begin_inset Index
2719 status collapsed
2720
2721 \begin_layout Plain Layout
2722 Commands ! B ! 
2723 \backslash
2724 brace
2725 \end_layout
2726
2727 \end_inset
2728
2729  and 
2730 \series bold
2731
2732 \backslash
2733 brack
2734 \series default
2735
2736 \begin_inset Index
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 Commands ! B ! 
2741 \backslash
2742 brack
2743 \end_layout
2744
2745 \end_inset
2746
2747 .
2748 \end_layout
2749
2750 \begin_layout Standard
2751 \align center
2752 \begin_inset Tabular
2753 <lyxtabular version="3" rows="6" columns="2">
2754 <features>
2755 <column alignment="center" valignment="top" width="0pt">
2756 <column alignment="center" valignment="top" width="0pt">
2757 <row>
2758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Plain Layout
2762 Command
2763 \end_layout
2764
2765 \end_inset
2766 </cell>
2767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2768 \begin_inset Text
2769
2770 \begin_layout Plain Layout
2771 Result
2772 \begin_inset Note Note
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776
2777 \series bold
2778
2779 \backslash
2780 raisebox
2781 \series default
2782  is only used as spacer.
2783 \end_layout
2784
2785 \end_inset
2786
2787
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 </row>
2793 <row>
2794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Plain Layout
2798
2799 \backslash
2800 binom
2801 \begin_inset ERT
2802 status collapsed
2803
2804 \begin_layout Plain Layout
2805
2806
2807 \backslash
2808 spce 
2809 \end_layout
2810
2811 \end_inset
2812
2813 A
2814 \begin_inset Formula $\downarrow$
2815 \end_inset
2816
2817 B
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2827 \end_inset
2828
2829
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 </row>
2835 <row>
2836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840
2841 \backslash
2842 dbinom
2843 \begin_inset ERT
2844 status collapsed
2845
2846 \begin_layout Plain Layout
2847
2848
2849 \backslash
2850 spce 
2851 \end_layout
2852
2853 \end_inset
2854
2855 A
2856 \begin_inset Formula $\downarrow$
2857 \end_inset
2858
2859 B
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2869 \end_inset
2870
2871
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 </row>
2877 <row>
2878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Plain Layout
2882
2883 \backslash
2884 tbinom
2885 \begin_inset ERT
2886 status collapsed
2887
2888 \begin_layout Plain Layout
2889
2890
2891 \backslash
2892 spce 
2893 \end_layout
2894
2895 \end_inset
2896
2897 A
2898 \begin_inset Formula $\downarrow$
2899 \end_inset
2900
2901 B
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 </row>
2919 <row>
2920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Plain Layout
2924
2925 \backslash
2926 brack
2927 \begin_inset ERT
2928 status collapsed
2929
2930 \begin_layout Plain Layout
2931
2932
2933 \backslash
2934 spce 
2935 \end_layout
2936
2937 \end_inset
2938
2939 A
2940 \begin_inset Formula $\downarrow$
2941 \end_inset
2942
2943 B
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2953 \end_inset
2954
2955
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 </row>
2961 <row>
2962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966
2967 \backslash
2968 brace
2969 \begin_inset ERT
2970 status collapsed
2971
2972 \begin_layout Plain Layout
2973
2974
2975 \backslash
2976 spce 
2977 \end_layout
2978
2979 \end_inset
2980
2981 A
2982 \begin_inset Formula $\downarrow$
2983 \end_inset
2984
2985 B
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 </row>
3003 </lyxtabular>
3004
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \begin_layout Subsection
3011 Case Differentiations
3012 \begin_inset Index
3013 status collapsed
3014
3015 \begin_layout Plain Layout
3016 Case differentiations 
3017 \end_layout
3018
3019 \end_inset
3020
3021
3022 \end_layout
3023
3024 \begin_layout Standard
3025 \align center
3026 \begin_inset Tabular
3027 <lyxtabular version="3" rows="3" columns="2">
3028 <features>
3029 <column alignment="center" valignment="top" width="0pt">
3030 <column alignment="center" valignment="top" width="0pt">
3031 <row>
3032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 Command
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045 Result
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 </row>
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \backslash
3058 cases
3059 \begin_inset ERT
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063
3064
3065 \backslash
3066 spce 
3067 \end_layout
3068
3069 \end_inset
3070
3071 A
3072 \begin_inset Formula $\to$
3073 \end_inset
3074
3075 B>0
3076 \begin_inset Index
3077 status collapsed
3078
3079 \begin_layout Plain Layout
3080 Commands ! C ! 
3081 \backslash
3082 cases
3083 \end_layout
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 \begin_inset Formula $\begin{cases}
3097 A & B>0\end{cases}$
3098 \end_inset
3099
3100
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 </row>
3106 <row>
3107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111
3112 \backslash
3113 cases
3114 \begin_inset ERT
3115 status collapsed
3116
3117 \begin_layout Plain Layout
3118
3119
3120 \backslash
3121 spce 
3122 \end_layout
3123
3124 \end_inset
3125
3126
3127 \begin_inset Info
3128 type  "shortcut"
3129 arg   "newline-insert newline"
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 \begin_inset Formula $\begin{cases}
3142 A & \textrm{for }x>0\\
3143 B & \textrm{for }x=0\end{cases}$
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 </lyxtabular>
3153
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \begin_layout Standard
3160 After inserting 
3161 \series bold
3162
3163 \backslash
3164 cases
3165 \series default
3166  or the usage of the math toolbar button 
3167 \begin_inset Graphics
3168         filename ../images/math/cases.png
3169         scale 85
3170
3171 \end_inset
3172
3173  you can create new lines with the shortcut 
3174 \begin_inset Info
3175 type  "shortcut"
3176 arg   "newline-insert newline"
3177 \end_inset
3178
3179  or the table toolbar button 
3180 \begin_inset Graphics
3181         filename ../images/tabular-feature_append-row.png
3182         scale 85
3183
3184 \end_inset
3185
3186 .
3187 \end_layout
3188
3189 \begin_layout Standard
3190 The command 
3191 \series bold
3192
3193 \backslash
3194 cases
3195 \series default
3196  is also available via the menu 
3197 \family sans
3198 Insert\SpecialChar \menuseparator
3199 Math\SpecialChar \menuseparator
3200 Cases-Environment
3201 \family default
3202 .
3203 \end_layout
3204
3205 \begin_layout Subsection
3206 Negations
3207 \begin_inset Index
3208 status collapsed
3209
3210 \begin_layout Plain Layout
3211 Negations
3212 \end_layout
3213
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \begin_layout Standard
3220 By inserting of 
3221 \series bold
3222
3223 \backslash
3224 not
3225 \series default
3226
3227 \begin_inset Index
3228 status collapsed
3229
3230 \begin_layout Plain Layout
3231 Commands ! N ! 
3232 \backslash
3233 not
3234 \end_layout
3235
3236 \end_inset
3237
3238  every character can be displayed canceled.
3239  The characters are quasi accentuated by a slash.
3240 \end_layout
3241
3242 \begin_layout Standard
3243 \align center
3244 \begin_inset Tabular
3245 <lyxtabular version="3" rows="4" columns="2">
3246 <features>
3247 <column alignment="center" valignment="top" width="0pt">
3248 <column alignment="center" valignment="top" width="0pt">
3249 <row>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 Command
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263 Result
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 </row>
3269 <row>
3270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274
3275 \backslash
3276 not=
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285 \begin_inset Formula $\not=$
3286 \end_inset
3287
3288
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 </row>
3294 <row>
3295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299
3300 \backslash
3301 not 
3302 \backslash
3303 le
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 \begin_inset Formula $\not\le$
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \backslash
3328 not 
3329 \backslash
3330 parallel
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 \begin_inset Formula $\not\parallel$
3340 \end_inset
3341
3342
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 </lyxtabular>
3349
3350 \end_inset
3351
3352
3353 \end_layout
3354
3355 \begin_layout Standard
3356 The last example shows, that not all negations look good.
3357  Therefore there are for some negations special commands (see 
3358 \begin_inset CommandInset ref
3359 LatexCommand ref
3360 reference "sub:Mathematical-Symbols"
3361
3362 \end_inset
3363
3364  and 
3365 \begin_inset CommandInset ref
3366 LatexCommand ref
3367 reference "sec:Relations"
3368
3369 \end_inset
3370
3371 ).
3372 \end_layout
3373
3374 \begin_layout Subsection
3375 Placeholders
3376 \begin_inset CommandInset label
3377 LatexCommand label
3378 name "sub:Placeholders"
3379
3380 \end_inset
3381
3382
3383 \begin_inset Index
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387 Placeholders
3388 \end_layout
3389
3390 \end_inset
3391
3392
3393 \begin_inset Index
3394 status collapsed
3395
3396 \begin_layout Plain Layout
3397 Chemical characters ! Isotopes
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \begin_inset Index
3404 status collapsed
3405
3406 \begin_layout Plain Layout
3407 Isotopes|see
3408 \begin_inset ERT
3409 status collapsed
3410
3411 \begin_layout Plain Layout
3412
3413 {
3414 \end_layout
3415
3416 \end_inset
3417
3418 Chemical characters
3419 \begin_inset ERT
3420 status collapsed
3421
3422 \begin_layout Plain Layout
3423
3424 }
3425 \end_layout
3426
3427 \end_inset
3428
3429
3430 \end_layout
3431
3432 \end_inset
3433
3434
3435 \end_layout
3436
3437 \begin_layout Standard
3438 When displaying e.
3439 \begin_inset space \thinspace{}
3440 \end_inset
3441
3442 g.
3443 \begin_inset space \space{}
3444 \end_inset
3445
3446 isotopes
3447 \begin_inset Foot
3448 status collapsed
3449
3450 \begin_layout Plain Layout
3451 More about chemical symbols is written in 
3452 \begin_inset CommandInset ref
3453 LatexCommand ref
3454 reference "sub:Chemical-Symbols-and"
3455
3456 \end_inset
3457
3458 .
3459 \end_layout
3460
3461 \end_inset
3462
3463  the following problem occurs:
3464 \end_layout
3465
3466 \begin_layout Standard
3467 \align center
3468 \begin_inset Tabular
3469 <lyxtabular version="3" rows="2" columns="2">
3470 <features>
3471 <column alignment="center" valignment="top" width="0pt">
3472 <column alignment="center" valignment="top" width="0pt">
3473 <row>
3474 <cell alignment="center" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Indices created with sub- and superscripts:
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3488 \end_inset
3489
3490
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 correct indices:
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 </lyxtabular>
3520
3521 \end_inset
3522
3523
3524 \begin_inset Note Note
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530
3531 \backslash
3532 raisebox
3533 \series default
3534  is only used as spacer.
3535 \end_layout
3536
3537 \end_inset
3538
3539
3540 \end_layout
3541
3542 \begin_layout Standard
3543 The shorter index is by default placed below or above the first character
3544  of the longer index.
3545  To avoid this there is the command 
3546 \series bold
3547
3548 \backslash
3549 phantom
3550 \series default
3551
3552 \begin_inset Index
3553 status collapsed
3554
3555 \begin_layout Plain Layout
3556 Commands ! P ! 
3557 \backslash
3558 phantom
3559 \end_layout
3560
3561 \end_inset
3562
3563  or the math toolbar button
3564 \begin_inset space \thinspace{}
3565 \end_inset
3566
3567
3568 \begin_inset Foot
3569 status collapsed
3570
3571 \begin_layout Plain Layout
3572 can be found in the submenu of the toolbar button 
3573 \begin_inset Graphics
3574         filename ../images/math/space.png
3575         scale 85
3576
3577 \end_inset
3578
3579
3580 \end_layout
3581
3582 \end_inset
3583
3584  
3585 \begin_inset Graphics
3586         filename ../images/math/phantom.png
3587         scale 85
3588
3589 \end_inset
3590
3591  that creates one or more phantom characters.
3592  When inserting 
3593 \series bold
3594
3595 \backslash
3596 phantom
3597 \series default
3598  a small blue box appears that is superposed with two red arrows.
3599  The arrows indicate that the complete width and height of the box content
3600  will be created as placeholder.
3601  Phantom characters are accordingly placeholders with the size of the characters.
3602 \end_layout
3603
3604 \begin_layout Standard
3605 \align center
3606 \begin_inset Tabular
3607 <lyxtabular version="3" rows="4" columns="2">
3608 <features>
3609 <column alignment="center" valignment="top" width="0">
3610 <column alignment="center" valignment="top" width="0">
3611 <row>
3612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Command
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 Result
3626 \begin_inset Note Note
3627 status collapsed
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632
3633 \backslash
3634 raisebox
3635 \series default
3636  is only used as spacer.
3637 \end_layout
3638
3639 \end_inset
3640
3641
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 ^19
3653 \begin_inset ERT
3654 status collapsed
3655
3656 \begin_layout Plain Layout
3657
3658
3659 \backslash
3660 spce 
3661 \end_layout
3662
3663 \end_inset
3664
3665 _
3666 \backslash
3667 phantom
3668 \begin_inset ERT
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673
3674 \backslash
3675 spce 
3676 \end_layout
3677
3678 \end_inset
3679
3680 1
3681 \begin_inset Formula $\to$
3682 \end_inset
3683
3684 9
3685 \begin_inset ERT
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689
3690
3691 \backslash
3692 spce 
3693 \end_layout
3694
3695 \end_inset
3696
3697 F
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3707 \end_inset
3708
3709
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 ^235
3721 \begin_inset ERT
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725
3726
3727 \backslash
3728 spce 
3729 \end_layout
3730
3731 \end_inset
3732
3733 _
3734 \backslash
3735 phantom
3736 \begin_inset ERT
3737 status collapsed
3738
3739 \begin_layout Plain Layout
3740
3741
3742 \backslash
3743 spce 
3744 \end_layout
3745
3746 \end_inset
3747
3748 23
3749 \begin_inset Formula $\to$
3750 \end_inset
3751
3752 9
3753 \begin_inset ERT
3754 status collapsed
3755
3756 \begin_layout Plain Layout
3757
3758
3759 \backslash
3760 spce 
3761 \end_layout
3762
3763 \end_inset
3764
3765 F
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3775 \end_inset
3776
3777
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788
3789 \backslash
3790 Lambda^
3791 \begin_inset ERT
3792 status collapsed
3793
3794 \begin_layout Plain Layout
3795
3796
3797 \backslash
3798 spce 
3799 \end_layout
3800
3801 \end_inset
3802
3803
3804 \backslash
3805 phantom
3806 \begin_inset ERT
3807 status collapsed
3808
3809 \begin_layout Plain Layout
3810
3811
3812 \backslash
3813 spce 
3814 \end_layout
3815
3816 \end_inset
3817
3818 ii
3819 \begin_inset Formula $\to$
3820 \end_inset
3821
3822 t
3823 \begin_inset ERT
3824 status collapsed
3825
3826 \begin_layout Plain Layout
3827
3828
3829 \backslash
3830 spce 
3831 \end_layout
3832
3833 \end_inset
3834
3835 _MMt
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3845 \end_inset
3846
3847
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 </lyxtabular>
3854
3855 \end_inset
3856
3857
3858 \end_layout
3859
3860 \begin_layout Standard
3861 Furthermore there are the commands 
3862 \series bold
3863
3864 \backslash
3865 vphantom
3866 \series default
3867
3868 \begin_inset Index
3869 status collapsed
3870
3871 \begin_layout Plain Layout
3872 Commands ! V ! 
3873 \backslash
3874 vphantom
3875 \end_layout
3876
3877 \end_inset
3878
3879  (toolbar button 
3880 \begin_inset space ~
3881 \end_inset
3882
3883
3884 \begin_inset Graphics
3885         filename ../images/math/vphantom.png
3886         scale 85
3887
3888 \end_inset
3889
3890 ) and 
3891 \series bold
3892
3893 \backslash
3894 hphantom
3895 \series default
3896
3897 \begin_inset Index
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901 Commands ! H ! 
3902 \backslash
3903 hphantom
3904 \end_layout
3905
3906 \end_inset
3907
3908  (toolbar button 
3909 \begin_inset space ~
3910 \end_inset
3911
3912
3913 \begin_inset Graphics
3914         filename ../images/math/hphantom.png
3915         scale 85
3916
3917 \end_inset
3918
3919 ).
3920  
3921 \series bold
3922
3923 \backslash
3924 hphantom
3925 \series default
3926  creates only space for the maximal height of the characters in the box
3927  but not for its width.
3928  
3929 \series bold
3930
3931 \backslash
3932 vphantom
3933 \series default
3934  creates only space for the width of the box content.
3935  Therefore  the boxes of both commands have only one red arrow.
3936 \end_layout
3937
3938 \begin_layout Standard
3939 For example creates 
3940 \series bold
3941
3942 \backslash
3943 vphantom
3944 \series default
3945
3946 \begin_inset ERT
3947 status collapsed
3948
3949 \begin_layout Plain Layout
3950
3951
3952 \backslash
3953 spce 
3954 \end_layout
3955
3956 \end_inset
3957
3958
3959 \series bold
3960 a
3961 \backslash
3962 int
3963 \series default
3964  space for the height of the integral sign,
3965 \begin_inset Foot
3966 status collapsed
3967
3968 \begin_layout Plain Layout
3969 The command 
3970 \series bold
3971
3972 \backslash
3973 int
3974 \series default
3975  creates an integral sign, see 
3976 \begin_inset CommandInset ref
3977 LatexCommand ref
3978 reference "sub:Big-Operators"
3979
3980 \end_inset
3981
3982 .
3983 \end_layout
3984
3985 \end_inset
3986
3987  because this is the larger character.
3988  An example application is in 
3989 \begin_inset CommandInset ref
3990 LatexCommand ref
3991 reference "sub:Multiline-Brackets"
3992
3993 \end_inset
3994
3995 .
3996 \end_layout
3997
3998 \begin_layout Subsection
3999 Lines
4000 \begin_inset Index
4001 status collapsed
4002
4003 \begin_layout Plain Layout
4004 Lines
4005 \end_layout
4006
4007 \end_inset
4008
4009
4010 \begin_inset Index
4011 status collapsed
4012
4013 \begin_layout Plain Layout
4014 Formula ! underlined
4015 \end_layout
4016
4017 \end_inset
4018
4019
4020 \end_layout
4021
4022 \begin_layout Standard
4023 \align center
4024 \begin_inset Tabular
4025 <lyxtabular version="3" rows="4" columns="2">
4026 <features>
4027 <column alignment="center" valignment="top" width="0pt">
4028 <column alignment="center" valignment="top" width="0pt">
4029 <row>
4030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Command
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Result
4044 \begin_inset Note Note
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048
4049 \series bold
4050
4051 \backslash
4052 raisebox
4053 \series default
4054  is only used as spacer.
4055 \end_layout
4056
4057 \end_inset
4058
4059
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \backslash
4072 overline
4073 \begin_inset ERT
4074 status collapsed
4075
4076 \begin_layout Plain Layout
4077
4078
4079 \backslash
4080 spce 
4081 \end_layout
4082
4083 \end_inset
4084
4085 A+B
4086 \begin_inset Index
4087 status collapsed
4088
4089 \begin_layout Plain Layout
4090 Commands ! O ! 
4091 \backslash
4092 overline
4093 \end_layout
4094
4095 \end_inset
4096
4097
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4107 \end_inset
4108
4109
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 </row>
4115 <row>
4116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120
4121 \backslash
4122 underline
4123 \begin_inset ERT
4124 status collapsed
4125
4126 \begin_layout Plain Layout
4127
4128
4129 \backslash
4130 spce 
4131 \end_layout
4132
4133 \end_inset
4134
4135 A+B
4136 \begin_inset Index
4137 status collapsed
4138
4139 \begin_layout Plain Layout
4140 Commands ! U ! 
4141 \backslash
4142 underline
4143 \end_layout
4144
4145 \end_inset
4146
4147
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4157 \end_inset
4158
4159
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170
4171 \backslash
4172 overline
4173 \begin_inset ERT
4174 status collapsed
4175
4176 \begin_layout Plain Layout
4177
4178
4179 \backslash
4180 spce 
4181 \end_layout
4182
4183 \end_inset
4184
4185
4186 \backslash
4187 underline
4188 \begin_inset ERT
4189 status collapsed
4190
4191 \begin_layout Plain Layout
4192
4193
4194 \backslash
4195 spce 
4196 \end_layout
4197
4198 \end_inset
4199
4200 A+B
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 </lyxtabular>
4219
4220 \end_inset
4221
4222
4223 \end_layout
4224
4225 \begin_layout Standard
4226 In the last example it doesn't matter if first 
4227 \series bold
4228
4229 \backslash
4230 overline
4231 \series default
4232  or 
4233 \series bold
4234
4235 \backslash
4236 underline
4237 \series default
4238  is inserted.
4239 \end_layout
4240
4241 \begin_layout Standard
4242 To double underline e.
4243 \begin_inset space \thinspace{}
4244 \end_inset
4245
4246 g.
4247 \begin_inset space \space{}
4248 \end_inset
4249
4250 results, one uses 
4251 \series bold
4252
4253 \backslash
4254 underline
4255 \series default
4256  twice.
4257 \end_layout
4258
4259 \begin_layout Standard
4260 It is possible to place up to 6 lines above or below characters.
4261 \end_layout
4262
4263 \begin_layout Standard
4264 \begin_inset VSpace bigskip
4265 \end_inset
4266
4267 Custom lines can be created using the command 
4268 \series bold
4269
4270 \backslash
4271 rule
4272 \series default
4273
4274 \begin_inset Index
4275 status collapsed
4276
4277 \begin_layout Plain Layout
4278 Commands ! R ! 
4279 \backslash
4280 rule
4281 \end_layout
4282
4283 \end_inset
4284
4285  which has the following scheme:
4286 \end_layout
4287
4288 \begin_layout Standard
4289
4290 \series bold
4291
4292 \backslash
4293 rule[vertical offset]{length}{thickness}
4294 \end_layout
4295
4296 \begin_layout Standard
4297 The optional vertical offset shifts the line upwards (or downwards, when
4298  the value is negative).
4299  The units listed in 
4300 \begin_inset CommandInset ref
4301 LatexCommand ref
4302 reference "tab:Available-units"
4303
4304 \end_inset
4305
4306  can be used for the values.
4307  Here are two example lines created with the commands
4308 \begin_inset Newline newline
4309 \end_inset
4310
4311
4312 \series bold
4313
4314 \backslash
4315 rule[-2ex]{3cm}{2pt}
4316 \series default
4317  and 
4318 \series bold
4319
4320 \backslash
4321 rule{2cm}{1pt}
4322 \series default
4323 :
4324 \end_layout
4325
4326 \begin_layout Standard
4327 This is a sentence 
4328 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4329 \end_inset
4330
4331  with two lines.
4332 \end_layout
4333
4334 \begin_layout Standard
4335
4336 \series bold
4337
4338 \backslash
4339 rule
4340 \series default
4341  can also be used for text when it is inserted in TeX-mode.
4342 \end_layout
4343
4344 \begin_layout Subsection
4345 Ellipses
4346 \begin_inset CommandInset label
4347 LatexCommand label
4348 name "sub:Ellipses"
4349
4350 \end_inset
4351
4352
4353 \begin_inset Index
4354 status collapsed
4355
4356 \begin_layout Plain Layout
4357 Ellipses
4358 \end_layout
4359
4360 \end_inset
4361
4362
4363 \end_layout
4364
4365 \begin_layout Standard
4366 There are different types of ellipses available.
4367 \begin_inset Foot
4368 status collapsed
4369
4370 \begin_layout Plain Layout
4371 In the math toolbar in the submenu of the button 
4372 \begin_inset Graphics
4373         filename ../images/math/ldots.png
4374         scale 85
4375
4376 \end_inset
4377
4378
4379 \end_layout
4380
4381 \end_inset
4382
4383  For listings dots at the baseline are used (
4384 \series bold
4385
4386 \backslash
4387 ldots
4388 \series default
4389
4390 \begin_inset Index
4391 status collapsed
4392
4393 \begin_layout Plain Layout
4394 Commands ! L ! 
4395 \backslash
4396 ldots
4397 \end_layout
4398
4399 \end_inset
4400
4401 ), while for operations dots are needed that are on the same height as the
4402  operators (
4403 \series bold
4404
4405 \backslash
4406 cdots
4407 \series default
4408
4409 \begin_inset Index
4410 status collapsed
4411
4412 \begin_layout Plain Layout
4413 Commands ! C ! 
4414 \backslash
4415 cdots
4416 \end_layout
4417
4418 \end_inset
4419
4420 ).
4421  When using the command 
4422 \series bold
4423
4424 \backslash
4425 dots
4426 \series default
4427
4428 \begin_inset Index
4429 status collapsed
4430
4431 \begin_layout Plain Layout
4432 Commands ! D ! 
4433 \backslash
4434 dots
4435 \end_layout
4436
4437 \end_inset
4438
4439 , LaTeX decides on the basis of the next character what type is used.
4440 \end_layout
4441
4442 \begin_layout Standard
4443 \align center
4444 \begin_inset Tabular
4445 <lyxtabular version="3" rows="8" columns="2">
4446 <features>
4447 <column alignment="center" valignment="top" width="0pt">
4448 <column alignment="center" valignment="top" width="0pt">
4449 <row>
4450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 Command
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Result
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 A_1
4475 \begin_inset ERT
4476 status collapsed
4477
4478 \begin_layout Plain Layout
4479
4480
4481 \backslash
4482 spce 
4483 \end_layout
4484
4485 \end_inset
4486
4487 ,
4488 \backslash
4489 dots
4490 \begin_inset ERT
4491 status collapsed
4492
4493 \begin_layout Plain Layout
4494
4495
4496 \backslash
4497 spce 
4498 \end_layout
4499
4500 \end_inset
4501
4502 ,A_n
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 \begin_inset Formula $A_{1},\dots,A_{n}$
4512 \end_inset
4513
4514
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 A_1
4526 \begin_inset ERT
4527 status collapsed
4528
4529 \begin_layout Plain Layout
4530
4531
4532 \backslash
4533 spce 
4534 \end_layout
4535
4536 \end_inset
4537
4538 +
4539 \backslash
4540 dots
4541 \begin_inset ERT
4542 status collapsed
4543
4544 \begin_layout Plain Layout
4545
4546
4547 \backslash
4548 spce 
4549 \end_layout
4550
4551 \end_inset
4552
4553 +A_n
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 \begin_inset Formula $A_{1}+\dots+A_{n}$
4563 \end_inset
4564
4565
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 A_1
4577 \begin_inset ERT
4578 status collapsed
4579
4580 \begin_layout Plain Layout
4581
4582
4583 \backslash
4584 spce 
4585 \end_layout
4586
4587 \end_inset
4588
4589 ,
4590 \backslash
4591 ldots
4592 \begin_inset ERT
4593 status collapsed
4594
4595 \begin_layout Plain Layout
4596
4597
4598 \backslash
4599 spce 
4600 \end_layout
4601
4602 \end_inset
4603
4604 ,A_n
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 \begin_inset Formula $A_{1},\ldots,A_{n}$
4614 \end_inset
4615
4616
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 A_1
4628 \begin_inset ERT
4629 status collapsed
4630
4631 \begin_layout Plain Layout
4632
4633
4634 \backslash
4635 spce 
4636 \end_layout
4637
4638 \end_inset
4639
4640 +
4641 \backslash
4642 cdots
4643 \begin_inset ERT
4644 status collapsed
4645
4646 \begin_layout Plain Layout
4647
4648
4649 \backslash
4650 spce 
4651 \end_layout
4652
4653 \end_inset
4654
4655 +A_n
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4665 \end_inset
4666
4667
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 </row>
4673 <row>
4674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678
4679 \backslash
4680 vdots
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 \begin_inset Formula $\vdots$
4690 \end_inset
4691
4692
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \backslash
4705 ddots
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 \begin_inset Formula $\ddots$
4715 \end_inset
4716
4717
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 </row>
4723 <row>
4724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 3×3
4729 \begin_inset space \thinspace{}
4730 \end_inset
4731
4732 matrix with the different dots
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 \begin_inset Formula $\begin{array}{ccc}
4742 A_{11} & \cdots & A_{1m}\\
4743 \vdots & \ddots & \vdots\\
4744 A_{n1} & \cdots & A_{nm}\end{array}$
4745 \end_inset
4746
4747
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 </lyxtabular>
4754
4755 \end_inset
4756
4757
4758 \end_layout
4759
4760 \begin_layout Standard
4761 The ellipses available in menu 
4762 \family sans
4763 Insert\SpecialChar \menuseparator
4764 Special
4765 \begin_inset space ~
4766 \end_inset
4767
4768 Character
4769 \family default
4770  are 
4771 \series bold
4772
4773 \backslash
4774 ldots
4775 \series default
4776 .
4777 \end_layout
4778
4779 \begin_layout Standard
4780 \begin_inset VSpace medskip
4781 \end_inset
4782
4783 Specially for matrices there are ellipses that span over several columns.
4784  They are created with the command 
4785 \series bold
4786
4787 \backslash
4788 hdotsfor
4789 \series default
4790
4791 \begin_inset Index
4792 status collapsed
4793
4794 \begin_layout Plain Layout
4795 Commands ! H ! 
4796 \backslash
4797 hdotsfor
4798 \end_layout
4799
4800 \end_inset
4801
4802 , that has the following scheme:
4803 \end_layout
4804
4805 \begin_layout Standard
4806
4807 \series bold
4808
4809 \backslash
4810 hdotsfor[distance]{number of columns}
4811 \end_layout
4812
4813 \begin_layout Standard
4814 The number of columns specifies how many columns should be spanned.
4815  Distance is a factor for the distance between the dots.
4816 \end_layout
4817
4818 \begin_layout Standard
4819 In the following matrix the command 
4820 \series bold
4821
4822 \backslash
4823 hdotsfor[2]{4}
4824 \series default
4825  was inserted in the first box of the second line, to get an ellipsis with
4826  a dot distance twice as long as with the command 
4827 \series bold
4828
4829 \backslash
4830 dots
4831 \series default
4832 :
4833 \begin_inset Formula \[
4834 \left(\begin{array}{cccc}
4835 A & B & C & D\\
4836 \hdotsfor[2]{4}\\
4837 q & w & e & r\end{array}\right)\]
4838
4839 \end_inset
4840
4841 Note that the matrix fields that should be spanned must be empty, otherwise
4842  you get LaTeX-errors.
4843 \end_layout
4844
4845 \begin_layout Standard
4846 \begin_inset VSpace bigskip
4847 \end_inset
4848
4849 Furthermore you can fill with the command 
4850 \series bold
4851
4852 \backslash
4853 dotfill
4854 \series default
4855
4856 \begin_inset Index
4857 status collapsed
4858
4859 \begin_layout Plain Layout
4860 Commands ! D ! 
4861 \backslash
4862 dotfill
4863 \end_layout
4864
4865 \end_inset
4866
4867  the rest of a line with dots.
4868  The effect of these commands is the same like with 
4869 \series bold
4870
4871 \backslash
4872 hfill
4873 \series default
4874 , see 
4875 \begin_inset CommandInset ref
4876 LatexCommand ref
4877 reference "sub:Variable-Space"
4878
4879 \end_inset
4880
4881 .
4882 \end_layout
4883
4884 \begin_layout Standard
4885 For example the command 
4886 \series bold
4887 A
4888 \backslash
4889 dotfill
4890 \begin_inset ERT
4891 status collapsed
4892
4893 \begin_layout Plain Layout
4894
4895
4896 \backslash
4897 spce 
4898 \end_layout
4899
4900 \end_inset
4901
4902 B
4903 \series default
4904  produces
4905 \end_layout
4906
4907 \begin_layout Standard
4908 \begin_inset Formula $A\dotfill B$
4909 \end_inset
4910
4911
4912 \end_layout
4913
4914 \begin_layout Standard
4915 Analog to
4916 \series bold
4917  
4918 \backslash
4919 dotfill
4920 \series default
4921  there is for a line the command 
4922 \series bold
4923
4924 \backslash
4925 hrulefill
4926 \series default
4927
4928 \begin_inset Index
4929 status collapsed
4930
4931 \begin_layout Plain Layout
4932 Commands ! H ! 
4933 \backslash
4934 hrulefill
4935 \end_layout
4936
4937 \end_inset
4938
4939 :
4940 \end_layout
4941
4942 \begin_layout Standard
4943 \begin_inset Formula $A\hrulefill B$
4944 \end_inset
4945
4946
4947 \end_layout
4948
4949 \begin_layout Standard
4950 To use the commands for text, they have to be inserted in TeX-mode.
4951 \end_layout
4952
4953 \begin_layout Section
4954 Matrices
4955 \begin_inset CommandInset label
4956 LatexCommand label
4957 name "sec:Matrices"
4958
4959 \end_inset
4960
4961
4962 \begin_inset Index
4963 status collapsed
4964
4965 \begin_layout Plain Layout
4966 Matrices
4967 \end_layout
4968
4969 \end_inset
4970
4971
4972 \end_layout
4973
4974 \begin_layout Standard
4975 Matrices can be inserted via the math toolbar button 
4976 \begin_inset Graphics
4977         filename ../images/dialog-show_mathmatrix.png
4978         scale 85
4979
4980 \end_inset
4981
4982  or the menu 
4983 \family sans
4984 Insert\SpecialChar \menuseparator
4985 Math\SpecialChar \menuseparator
4986 Matrix
4987 \family default
4988 .
4989  You will be asked for the number of matrix columns and rows, and the alignment.
4990  The vertical alignment is hereby only of importance for matrices in inline
4991  formulas:
4992 \end_layout
4993
4994 \begin_layout Standard
4995 The first matrix is top 
4996 \begin_inset Formula $\begin{array}[t]{cccc}
4997 A & D & G & J\\
4998 B & E & H & K\\
4999 C & F & I & L\end{array}$
5000 \end_inset
5001
5002 , the second middle 
5003 \begin_inset Formula $\begin{array}{cccc}
5004 A & D & G & J\\
5005 B & E & H & K\\
5006 C & F & I & L\end{array}$
5007 \end_inset
5008
5009 , and the third bottom 
5010 \begin_inset Formula $\begin{array}[b]{cccc}
5011 A & D & G & J\\
5012 B & E & H & K\\
5013 C & F & I & L\end{array}$
5014 \end_inset
5015
5016  aligned.
5017 \end_layout
5018
5019 \begin_layout Standard
5020 The horizontal alignment specifies how the column entries should be aligned.
5021  It is set by entering a letter for every column.
5022  
5023 \emph on
5024 l
5025 \emph default
5026  denotes left aligned, 
5027 \emph on
5028 c
5029 \emph default
5030  centered, and 
5031 \emph on
5032 r
5033 \emph default
5034  right aligned.
5035  To create for example a 4
5036 \series bold
5037 ×
5038 \series default
5039 4
5040 \begin_inset space ~
5041 \end_inset
5042
5043 matrix where the first column is left aligned, the second and third are
5044  centered, and the last one is right aligned, one enters for the horizontal
5045  alignment 
5046 \series bold
5047 lccr
5048 \series default
5049 .
5050  Normally are in a matrix all columns centered, therefore the default is
5051  for every column is a 
5052 \series bold
5053 c
5054 \series default
5055 .
5056 \end_layout
5057
5058 \begin_layout Standard
5059 Horizontal alignment:
5060 \end_layout
5061
5062 \begin_layout Standard
5063
5064 \series bold
5065 lll
5066 \series default
5067  : 
5068 \begin_inset Formula $\begin{array}{lll}
5069 10000 & D & G\\
5070 B & 10000 & H\\
5071 C & F & 10000\end{array}$
5072 \end_inset
5073
5074  , 
5075 \series bold
5076 ccc
5077 \series default
5078  : 
5079 \begin_inset Formula $\begin{array}{ccc}
5080 10000 & D & G\\
5081 B & 10000 & H\\
5082 C & F & 10000\end{array}$
5083 \end_inset
5084
5085  , 
5086 \series bold
5087 rrr
5088 \series default
5089  : 
5090 \begin_inset Formula $\begin{array}{rrr}
5091 10000 & D & G\\
5092 B & 10000 & H\\
5093 C & F & 10000\end{array}$
5094 \end_inset
5095
5096
5097 \end_layout
5098
5099 \begin_layout Standard
5100 To add or delete rows and columns subsequently, the math toolbar buttons
5101  
5102 \begin_inset Graphics
5103         filename ../images/tabular-feature_append-row.png
5104         scale 85
5105
5106 \end_inset
5107
5108
5109 \begin_inset Graphics
5110         filename ../images/tabular-feature_delete-row.png
5111         scale 85
5112
5113 \end_inset
5114
5115 , etc.
5116 \begin_inset space \thinspace{}
5117 \end_inset
5118
5119 , or the menu 
5120 \family sans
5121 Edit\SpecialChar \menuseparator
5122 Rows & Columns
5123 \family default
5124  can be used.
5125  New rows can also be created with 
5126 \begin_inset Info
5127 type  "shortcut"
5128 arg   "newline-insert newline"
5129 \end_inset
5130
5131 .
5132 \end_layout
5133
5134 \begin_layout Standard
5135 \begin_inset VSpace bigskip
5136 \end_inset
5137
5138 Parentheses around a matrix can can either be created with the commands
5139  
5140 \series bold
5141
5142 \backslash
5143 left
5144 \series default
5145
5146 \begin_inset Index
5147 status collapsed
5148
5149 \begin_layout Plain Layout
5150 Commands ! L ! 
5151 \backslash
5152 left
5153 \end_layout
5154
5155 \end_inset
5156
5157  and 
5158 \series bold
5159
5160 \backslash
5161 right
5162 \series default
5163
5164 \begin_inset Index
5165 status collapsed
5166
5167 \begin_layout Plain Layout
5168 Commands ! R ! 
5169 \backslash
5170 right
5171 \end_layout
5172
5173 \end_inset
5174
5175  (shortcut 
5176 \family sans
5177 Alt+M
5178 \begin_inset space ~
5179 \end_inset
5180
5181 Parenthesis
5182 \family default
5183 ), see 
5184 \begin_inset CommandInset ref
5185 LatexCommand ref
5186 reference "sub:Automatic-Bracket-Size"
5187
5188 \end_inset
5189
5190 , or by using the following commands:
5191 \begin_inset VSpace medskip
5192 \end_inset
5193
5194
5195 \end_layout
5196
5197 \begin_layout Standard
5198 \begin_inset space \hfill{}
5199 \end_inset
5200
5201
5202 \begin_inset Tabular
5203 <lyxtabular version="3" rows="4" columns="2">
5204 <features>
5205 <column alignment="center" valignment="top" width="0">
5206 <column alignment="center" valignment="top" width="0">
5207 <row>
5208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 Command
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Result
5222 \begin_inset Note Note
5223 status collapsed
5224
5225 \begin_layout Plain Layout
5226
5227 \series bold
5228
5229 \backslash
5230 raisebox
5231 \series default
5232  is only used as spacer.
5233 \end_layout
5234
5235 \end_inset
5236
5237
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \backslash
5250 bmatrix
5251 \begin_inset ERT
5252 status collapsed
5253
5254 \begin_layout Plain Layout
5255
5256
5257 \backslash
5258 spce 
5259 \end_layout
5260
5261 \end_inset
5262
5263 2
5264 \series bold
5265 ×
5266 \series default
5267 2
5268 \begin_inset space \thinspace{}
5269 \end_inset
5270
5271 matrix
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5281 0 & \textrm{-}\mathrm{i}\\
5282 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5283 \end_inset
5284
5285
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 </row>
5291 <row>
5292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296
5297 \backslash
5298 Bmatrix
5299 \begin_inset ERT
5300 status collapsed
5301
5302 \begin_layout Plain Layout
5303
5304
5305 \backslash
5306 spce 
5307 \end_layout
5308
5309 \end_inset
5310
5311 2
5312 \series bold
5313 ×
5314 \series default
5315 2
5316 \begin_inset space \thinspace{}
5317 \end_inset
5318
5319 matrix
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5329 0 & \textrm{-}\mathrm{i}\\
5330 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \backslash
5346 pmatrix
5347 \begin_inset ERT
5348 status collapsed
5349
5350 \begin_layout Plain Layout
5351
5352
5353 \backslash
5354 spce 
5355 \end_layout
5356
5357 \end_inset
5358
5359 2
5360 \series bold
5361 ×
5362 \series default
5363 2
5364 \begin_inset space \thinspace{}
5365 \end_inset
5366
5367 matrix
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5377 0 & \textrm{-}\mathrm{i}\\
5378 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5379 \end_inset
5380
5381
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 </lyxtabular>
5388
5389 \end_inset
5390
5391
5392 \begin_inset space \hfill{}
5393 \end_inset
5394
5395
5396 \begin_inset Tabular
5397 <lyxtabular version="3" rows="4" columns="2">
5398 <features>
5399 <column alignment="center" valignment="top" width="0">
5400 <column alignment="center" valignment="top" width="0">
5401 <row>
5402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 Command
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 Result
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426
5427 \backslash
5428 vmatrix
5429 \begin_inset ERT
5430 status collapsed
5431
5432 \begin_layout Plain Layout
5433
5434
5435 \backslash
5436 spce 
5437 \end_layout
5438
5439 \end_inset
5440
5441 2
5442 \series bold
5443 ×
5444 \series default
5445 2
5446 \begin_inset space \thinspace{}
5447 \end_inset
5448
5449 matrix
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5459 0 & \textrm{-}\mathrm{i}\\
5460 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row>
5470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474
5475 \backslash
5476 Vmatrix
5477 \begin_inset ERT
5478 status collapsed
5479
5480 \begin_layout Plain Layout
5481
5482
5483 \backslash
5484 spce 
5485 \end_layout
5486
5487 \end_inset
5488
5489 2
5490 \series bold
5491 ×
5492 \series default
5493 2
5494 \begin_inset space \thinspace{}
5495 \end_inset
5496
5497 matrix
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5507 0 & \textrm{-}\mathrm{i}\\
5508 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5509 \end_inset
5510
5511
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 </row>
5517 <row>
5518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522
5523 \backslash
5524 matrix
5525 \begin_inset ERT
5526 status collapsed
5527
5528 \begin_layout Plain Layout
5529
5530
5531 \backslash
5532 spce 
5533 \end_layout
5534
5535 \end_inset
5536
5537 2
5538 \series bold
5539 ×
5540 \series default
5541 2
5542 \begin_inset space \thinspace{}
5543 \end_inset
5544
5545 matrix
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5555 0 & \textrm{-}\mathrm{i}\\
5556 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 </row>
5565 </lyxtabular>
5566
5567 \end_inset
5568
5569
5570 \begin_inset space \hfill{}
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \begin_layout Standard
5577 \begin_inset VSpace medskip
5578 \end_inset
5579
5580 When e.
5581 \begin_inset space \thinspace{}
5582 \end_inset
5583
5584 g.
5585 \begin_inset space \space{}
5586 \end_inset
5587
5588
5589 \series bold
5590
5591 \backslash
5592 vmatrix
5593 \series default
5594  is inserted, a blue box appears between two vertical lines where the matrix
5595  is inserted.
5596 \end_layout
5597
5598 \begin_layout Standard
5599 \begin_inset VSpace bigskip
5600 \end_inset
5601
5602 As all multiline formulas are matrices, the length 
5603 \series bold
5604
5605 \backslash
5606 arraycolsep
5607 \series default
5608
5609 \begin_inset Index
5610 status collapsed
5611
5612 \begin_layout Plain Layout
5613 Commands ! A ! 
5614 \backslash
5615 arraycolsep
5616 \end_layout
5617
5618 \end_inset
5619
5620  that is described in 
5621 \begin_inset CommandInset ref
5622 LatexCommand ref
5623 reference "sub:Column-Separation"
5624
5625 \end_inset
5626
5627  can also be used to change the column separation of matrices.
5628 \end_layout
5629
5630 \begin_layout Standard
5631 To change the row separation, the command 
5632 \series bold
5633
5634 \backslash
5635 arraystretch
5636 \series default
5637
5638 \begin_inset Index
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642 Commands ! A ! 
5643 \backslash
5644 arraystretch
5645 \end_layout
5646
5647 \end_inset
5648
5649  is used.
5650  It is used as follows:
5651 \end_layout
5652
5653 \begin_layout Standard
5654
5655 \series bold
5656
5657 \backslash
5658 renewcommand{
5659 \backslash
5660 arraystretch}{stretch factor}
5661 \begin_inset Index
5662 status collapsed
5663
5664 \begin_layout Plain Layout
5665 Commands ! R ! 
5666 \backslash
5667 renewcommand
5668 \end_layout
5669
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \begin_layout Standard
5676 The command 
5677 \series bold
5678
5679 \backslash
5680 renewcommand
5681 \series default
5682  assigns the stretch factor to the predefined command 
5683 \series bold
5684
5685 \backslash
5686 arraystretch
5687 \series default
5688 .
5689  To double e.
5690 \begin_inset space \thinspace{}
5691 \end_inset
5692
5693 g.
5694 \begin_inset space \space{}
5695 \end_inset
5696
5697 the row separation, use the factor 2.
5698  This is then used for all following matrices.
5699  To go back to the original separation, assign the factor 1 to 
5700 \series bold
5701
5702 \backslash
5703 arraystretch
5704 \series default
5705 .
5706 \end_layout
5707
5708 \begin_layout Standard
5709 To set matrices into a text line, the command 
5710 \series bold
5711
5712 \backslash
5713 smallmatrix
5714 \series default
5715
5716 \begin_inset Index
5717 status collapsed
5718
5719 \begin_layout Plain Layout
5720 Commands ! S ! 
5721 \backslash
5722 smallmatrix
5723 \end_layout
5724
5725 \end_inset
5726
5727  is used.
5728  When it is inserted a blue box with two dashed lines appears.
5729  In this box the matrix is inserted.
5730 \end_layout
5731
5732 \begin_layout Standard
5733 This is a matrix 
5734 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5735 C & D\end{smallmatrix}\right)$
5736 \end_inset
5737
5738  in a text line.
5739 \end_layout
5740
5741 \begin_layout Section
5742 Brackets and Delimiters
5743 \begin_inset Index
5744 status collapsed
5745
5746 \begin_layout Plain Layout
5747 Brackets
5748 \end_layout
5749
5750 \end_inset
5751
5752
5753 \begin_inset Index
5754 status collapsed
5755
5756 \begin_layout Plain Layout
5757 Delimiters
5758 \end_layout
5759
5760 \end_inset
5761
5762
5763 \end_layout
5764
5765 \begin_layout Subsection
5766 Vertical Brackets and Delimiters
5767 \begin_inset Index
5768 status collapsed
5769
5770 \begin_layout Plain Layout
5771 Brackets ! vertical
5772 \end_layout
5773
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 \begin_inset space \hfill{}
5781 \end_inset
5782
5783
5784 \begin_inset Tabular
5785 <lyxtabular version="3" rows="9" columns="2">
5786 <features>
5787 <column alignment="center" valignment="top" width="0pt">
5788 <column alignment="center" valignment="top" width="0pt">
5789 <row>
5790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 Command
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 Result
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 </row>
5809 <row>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 (
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 \begin_inset Formula $($
5824 \end_inset
5825
5826
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 </row>
5832 <row>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 {
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 \begin_inset Formula $\{$
5847 \end_inset
5848
5849
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 </row>
5855 <row>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 [
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 \begin_inset Formula $[$
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 <row>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883
5884 \backslash
5885 langle
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 \begin_inset Formula $\langle$
5895 \end_inset
5896
5897
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 </row>
5903 <row>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908
5909 \backslash
5910 lceil
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 \begin_inset Formula $\lceil$
5920 \end_inset
5921
5922
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 </row>
5928 <row>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933
5934 \backslash
5935 lfloor
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 \begin_inset Formula $\lfloor$
5945 \end_inset
5946
5947
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 </row>
5953 <row>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 /
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 \begin_inset Formula $/$
5968 \end_inset
5969
5970
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 </row>
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 |
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 \begin_inset Formula $|$
5991 \end_inset
5992
5993
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 </row>
5999 </lyxtabular>
6000
6001 \end_inset
6002
6003
6004 \begin_inset space \hfill{}
6005 \end_inset
6006
6007
6008 \begin_inset Tabular
6009 <lyxtabular version="3" rows="9" columns="2">
6010 <features>
6011 <column alignment="center" valignment="top" width="0pt">
6012 <column alignment="center" valignment="top" width="0pt">
6013 <row>
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 Command
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 Result
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 </row>
6033 <row>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 )
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 \begin_inset Formula $)$
6048 \end_inset
6049
6050
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 </row>
6056 <row>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 }
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 \begin_inset Formula $\}$
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 </row>
6079 <row>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 ]
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 \begin_inset Formula $]$
6094 \end_inset
6095
6096
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 </row>
6102 <row>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107
6108 \backslash
6109 rangle
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 \begin_inset Formula $\rangle$
6119 \end_inset
6120
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132
6133 \backslash
6134 rceil
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 \begin_inset Formula $\rceil$
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 </row>
6152 <row>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157
6158 \backslash
6159 rfloor
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 \begin_inset Formula $\rfloor$
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 </row>
6177 <row>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \backslash
6184
6185 \backslash
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 \begin_inset Formula $\backslash$
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 <row>
6205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209
6210 \backslash
6211 |
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 \begin_inset Formula $\|$
6221 \end_inset
6222
6223
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 </row>
6229 </lyxtabular>
6230
6231 \end_inset
6232
6233
6234 \begin_inset space \hfill{}
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \begin_layout Standard
6241
6242 \series medium
6243 \begin_inset Note Greyedout
6244 status open
6245
6246 \begin_layout Plain Layout
6247
6248 \series bold
6249 Note:
6250 \series default
6251  In TeX-mode the command 
6252 \series bold
6253
6254 \backslash
6255 textbackslash
6256 \series default
6257
6258 \begin_inset Index
6259 status collapsed
6260
6261 \begin_layout Plain Layout
6262 Commands ! T ! 
6263 \backslash
6264 textbackslash
6265 \end_layout
6266
6267 \end_inset
6268
6269  must be used for the backslash, because the command 
6270 \series bold
6271
6272 \backslash
6273
6274 \backslash
6275
6276 \series default
6277  produces there a line break.
6278 \end_layout
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Standard
6286 For all characters listed above the size can be adjusted with the commands
6287  described in the following two subsections.
6288  When using these commands, the characters < and > can directly be used
6289  instead of the commands 
6290 \series bold
6291
6292 \backslash
6293 langle
6294 \series default
6295  and 
6296 \series bold
6297
6298 \backslash
6299 rangle
6300 \series default
6301 .
6302 \end_layout
6303
6304 \begin_layout Subsubsection
6305 Manual Bracket Size
6306 \begin_inset CommandInset label
6307 LatexCommand label
6308 name "sub:Manual-Bracket-Size"
6309
6310 \end_inset
6311
6312
6313 \begin_inset Index
6314 status collapsed
6315
6316 \begin_layout Plain Layout
6317 Bracket size ! manual
6318 \end_layout
6319
6320 \end_inset
6321
6322
6323 \end_layout
6324
6325 \begin_layout Standard
6326 The bracket size can be specified manually by the LaTeX-commands 
6327 \series bold
6328
6329 \backslash
6330 big
6331 \series default
6332
6333 \begin_inset Index
6334 status collapsed
6335
6336 \begin_layout Plain Layout
6337 Commands ! B ! 
6338 \backslash
6339 big
6340 \end_layout
6341
6342 \end_inset
6343
6344
6345 \series bold
6346
6347 \backslash
6348 Big
6349 \series default
6350
6351 \series bold
6352
6353 \backslash
6354 bigg
6355 \series default
6356 , and 
6357 \series bold
6358
6359 \backslash
6360 Bigg
6361 \series default
6362 .
6363  
6364 \series bold
6365
6366 \backslash
6367 big
6368 \series default
6369  denotes the smallest and 
6370 \series bold
6371
6372 \backslash
6373 Bigg
6374 \series default
6375  the largest bracket size.
6376 \end_layout
6377
6378 \begin_layout Standard
6379 These commands are used to emphasize levels of brackets:
6380 \end_layout
6381
6382 \begin_layout Standard
6383 \align center
6384 \begin_inset Tabular
6385 <lyxtabular version="3" rows="2" columns="2">
6386 <features>
6387 <column alignment="center" valignment="top" width="0pt">
6388 <column alignment="center" valignment="top" width="0pt">
6389 <row>
6390 <cell alignment="center" valignment="top" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 all brackets in the same size:
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6404 \end_inset
6405
6406
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 </row>
6412 <row>
6413 <cell alignment="center" valignment="top" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 this looks better:
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 </row>
6435 </lyxtabular>
6436
6437 \end_inset
6438
6439
6440 \begin_inset Note Note
6441 status collapsed
6442
6443 \begin_layout Plain Layout
6444
6445 \series bold
6446
6447 \backslash
6448 raisebox
6449 \series default
6450  is only used as spacer.
6451 \end_layout
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \begin_layout Standard
6459 For the second formula the command 
6460 \series bold
6461
6462 \backslash
6463 Big((A+B)(A-B)
6464 \backslash
6465 Big)^
6466 \begin_inset ERT
6467 status collapsed
6468
6469 \begin_layout Plain Layout
6470
6471
6472 \backslash
6473 spce 
6474 \end_layout
6475
6476 \end_inset
6477
6478 C
6479 \series default
6480  has been used.
6481 \end_layout
6482
6483 \begin_layout Standard
6484 Here is an overview about all bracket sizes:
6485 \end_layout
6486
6487 \begin_layout Standard
6488 \align center
6489
6490 \backslash
6491 Bigg(
6492 \backslash
6493 exp
6494 \backslash
6495 bigg<
6496 \backslash
6497 Big[
6498 \backslash
6499 big{
6500 \backslash
6501 ln(3x)
6502 \backslash
6503 big}^2
6504 \begin_inset ERT
6505 status collapsed
6506
6507 \begin_layout Plain Layout
6508
6509
6510 \backslash
6511 spce 
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \backslash
6518 sin(x)
6519 \backslash
6520 Big]^
6521 \begin_inset ERT
6522 status collapsed
6523
6524 \begin_layout Plain Layout
6525
6526
6527 \backslash
6528 spce 
6529 \end_layout
6530
6531 \end_inset
6532
6533 A
6534 \begin_inset ERT
6535 status collapsed
6536
6537 \begin_layout Plain Layout
6538
6539
6540 \backslash
6541 spce 
6542 \end_layout
6543
6544 \end_inset
6545
6546
6547 \backslash
6548 bigg>
6549 \backslash
6550 Bigg)^0,5
6551 \end_layout
6552
6553 \begin_layout Standard
6554 \align center
6555 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Standard
6562 Besides the 
6563 \series bold
6564
6565 \backslash
6566 big
6567 \series default
6568 -commands there is the variant 
6569 \series bold
6570
6571 \backslash
6572 bigm
6573 \series default
6574
6575 \begin_inset Index
6576 status collapsed
6577
6578 \begin_layout Plain Layout
6579 Commands ! B ! 
6580 \backslash
6581 bigm
6582 \end_layout
6583
6584 \end_inset
6585
6586  that adds a bit more space between the bracket and its content, and the
6587  variant 
6588 \series bold
6589
6590 \backslash
6591 bigl
6592 \series default
6593 -
6594 \series bold
6595
6596 \backslash
6597 bigr
6598 \series default
6599
6600 \begin_inset Index
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Commands ! B ! 
6605 \backslash
6606 bigl - 
6607 \backslash
6608 bigr
6609 \end_layout
6610
6611 \end_inset
6612
6613 , that don't add additional space.
6614  The 
6615 \emph on
6616 l
6617 \emph default
6618  at the end of the command 
6619 \series bold
6620
6621 \backslash
6622 bigl
6623 \series default
6624  is for a left bracket; for a right bracket this will be replaced by an
6625  
6626 \emph on
6627 r
6628 \emph default
6629 .
6630  A left or right bracket can each be an opening or closing bracket.
6631 \end_layout
6632
6633 \begin_layout Standard
6634 In the following table is a comparison of the variants:
6635 \end_layout
6636
6637 \begin_layout Standard
6638 \align center
6639 \begin_inset Tabular
6640 <lyxtabular version="3" rows="5" columns="2">
6641 <features>
6642 <column alignment="center" valignment="middle" width="0">
6643 <column alignment="center" valignment="middle" width="0">
6644 <row>
6645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 Command
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 Result
6659 \begin_inset Note Note
6660 status collapsed
6661
6662 \begin_layout Plain Layout
6663
6664 \series bold
6665
6666 \backslash
6667 raisebox
6668 \series default
6669  is only used as spacer.
6670 \end_layout
6671
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 <row>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \backslash
6687 Bigm(
6688 \backslash
6689 bigm(
6690 \backslash
6691 ln(3x)
6692 \backslash
6693 bigm)^2
6694 \series bold
6695
6696 \begin_inset ERT
6697 status collapsed
6698
6699 \begin_layout Plain Layout
6700
6701
6702 \backslash
6703 spce 
6704 \end_layout
6705
6706 \end_inset
6707
6708
6709 \series default
6710
6711 \backslash
6712 Bigm)
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 </row>
6730 <row>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735
6736 \backslash
6737 Big(
6738 \backslash
6739 big(
6740 \backslash
6741 ln(3x)
6742 \backslash
6743 big)^2
6744 \series bold
6745
6746 \begin_inset ERT
6747 status collapsed
6748
6749 \begin_layout Plain Layout
6750
6751
6752 \backslash
6753 spce 
6754 \end_layout
6755
6756 \end_inset
6757
6758
6759 \series default
6760
6761 \backslash
6762 Big)
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 <row>
6781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785
6786 \backslash
6787 Bigl(
6788 \backslash
6789 bigl(
6790 \backslash
6791 ln(3x)
6792 \backslash
6793 bigr)^2
6794 \series bold
6795
6796 \begin_inset ERT
6797 status collapsed
6798
6799 \begin_layout Plain Layout
6800
6801
6802 \backslash
6803 spce 
6804 \end_layout
6805
6806 \end_inset
6807
6808
6809 \series default
6810
6811 \backslash
6812 Bigr)
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 </row>
6830 <row>
6831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835
6836 \backslash
6837 bigl)
6838 \backslash
6839 ln(3x)
6840 \backslash
6841 bigr(
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6851 \end_inset
6852
6853
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 </row>
6859 </lyxtabular>
6860
6861 \end_inset
6862
6863
6864 \end_layout
6865
6866 \begin_layout Subsubsection
6867 Automatic Bracket Size
6868 \begin_inset CommandInset label
6869 LatexCommand label
6870 name "sub:Automatic-Bracket-Size"
6871
6872 \end_inset
6873
6874
6875 \begin_inset Index
6876 status collapsed
6877
6878 \begin_layout Plain Layout
6879 Bracket size ! automatic
6880 \end_layout
6881
6882 \end_inset
6883
6884
6885 \end_layout
6886
6887 \begin_layout Standard
6888 Brackets with variable size can be inserted with the commands 
6889 \series bold
6890
6891 \backslash
6892 left
6893 \series default
6894
6895 \begin_inset Index
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899 Commands ! L ! 
6900 \backslash
6901 left
6902 \end_layout
6903
6904 \end_inset
6905
6906  and 
6907 \series bold
6908
6909 \backslash
6910 right
6911 \series default
6912
6913 \begin_inset Index
6914 status collapsed
6915
6916 \begin_layout Plain Layout
6917 Commands ! R ! 
6918 \backslash
6919 right
6920 \end_layout
6921
6922 \end_inset
6923
6924  or via the math toolbar button 
6925 \begin_inset Graphics
6926         filename ../images/dialog-show_mathdelimiter.png
6927         scale 85
6928
6929 \end_inset
6930
6931 .
6932  Directly behind 
6933 \series bold
6934
6935 \backslash
6936 left
6937 \series default
6938  and 
6939 \series bold
6940
6941 \backslash
6942 right
6943 \series default
6944  the wanted bracket must be inserted.
6945  The bracket size will then automatically be calculated for the output.
6946 \end_layout
6947
6948 \begin_layout Standard
6949 \align center
6950 normal bracket: The command 
6951 \series bold
6952
6953 \backslash
6954 ln(
6955 \backslash
6956 frac
6957 \begin_inset ERT
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961
6962
6963 \backslash
6964 spce 
6965 \end_layout
6966
6967 \end_inset
6968
6969 A
6970 \begin_inset Formula $\downarrow$
6971 \end_inset
6972
6973 C
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979
6980 \backslash
6981 spce 
6982 \end_layout
6983
6984 \end_inset
6985
6986 )
6987 \series default
6988  creates
6989 \begin_inset Formula \[
6990 \ln(\frac{A}{C})\]
6991
6992 \end_inset
6993
6994
6995 \end_layout
6996
6997 \begin_layout Standard
6998 \align center
6999 multiline bracket: The command 
7000 \series bold
7001
7002 \backslash
7003 ln
7004 \backslash
7005 left(
7006 \backslash
7007 frac
7008 \begin_inset ERT
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012
7013
7014 \backslash
7015 spce 
7016 \end_layout
7017
7018 \end_inset
7019
7020 A
7021 \begin_inset Formula $\downarrow$
7022 \end_inset
7023
7024 C
7025 \begin_inset ERT
7026 status collapsed
7027
7028 \begin_layout Plain Layout
7029
7030
7031 \backslash
7032 spce 
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \backslash
7039 right)
7040 \series default
7041  creates
7042 \begin_inset Formula \[
7043 \ln\left(\frac{A}{C}\right)\]
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \begin_layout Standard
7051 Instead of 
7052 \series bold
7053
7054 \backslash
7055 left
7056 \series default
7057  and 
7058 \series bold
7059
7060 \backslash
7061 right
7062 \series default
7063  the shortcut 
7064 \family sans
7065 Alt+M
7066 \begin_inset space ~
7067 \end_inset
7068
7069 Bracket
7070 \family default
7071  can be used.
7072  This has the advantage that you can see in LyX immediately the real bracket
7073  size and that the matching right bracket will be created too.
7074 \begin_inset Newline newline
7075 \end_inset
7076
7077 The command for the last example would then be: 
7078 \series bold
7079
7080 \backslash
7081 ln Alt+M
7082 \series default
7083  
7084 \series bold
7085 (
7086 \backslash
7087 frac
7088 \begin_inset ERT
7089 status collapsed
7090
7091 \begin_layout Plain Layout
7092
7093
7094 \backslash
7095 spce 
7096 \end_layout
7097
7098 \end_inset
7099
7100 A
7101 \begin_inset Formula $\downarrow$
7102 \end_inset
7103
7104 C
7105 \end_layout
7106
7107 \begin_layout Standard
7108 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7109  For example the command 
7110 \series bold
7111
7112 \backslash
7113 left.
7114 \backslash
7115 frac
7116 \begin_inset ERT
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120
7121
7122 \backslash
7123 spce 
7124 \end_layout
7125
7126 \end_inset
7127
7128 A
7129 \begin_inset Formula $\downarrow$
7130 \end_inset
7131
7132 B
7133 \begin_inset ERT
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137
7138
7139 \backslash
7140 spce 
7141 \end_layout
7142
7143 \end_inset
7144
7145
7146 \backslash
7147 right}
7148 \series default
7149  creates:
7150 \series bold
7151
7152 \begin_inset Formula \[
7153 \left.\frac{A}{B}\right\} \]
7154
7155 \end_inset
7156
7157
7158 \series default
7159 The commands 
7160 \series bold
7161
7162 \backslash
7163 left
7164 \series default
7165  and 
7166 \series bold
7167
7168 \backslash
7169 right
7170 \series default
7171  will be converted by LyX to brackets in the right size when the document
7172  is reloaded and an omitted bracket will appear as dashed line.
7173 \end_layout
7174
7175 \begin_layout Standard
7176 \begin_inset VSpace bigskip
7177 \end_inset
7178
7179 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7180  the command 
7181 \series bold
7182
7183 \backslash
7184 middle
7185 \series default
7186
7187 \begin_inset Index
7188 status collapsed
7189
7190 \begin_layout Plain Layout
7191 Commands ! M ! 
7192 \backslash
7193 middle
7194 \end_layout
7195
7196 \end_inset
7197
7198  is additionally available for all brackets and limits.
7199  With this command the height of the following character is adapted to the
7200  one of the surrounding brackets, what is e.
7201 \begin_inset space \thinspace{}
7202 \end_inset
7203
7204 g.
7205 \begin_inset space \space{}
7206 \end_inset
7207
7208 needed for physical vectors:
7209 \begin_inset Formula \[
7210 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7211
7212 \end_inset
7213
7214 For physical vectors there is a special LaTeX-package, described in 
7215 \begin_inset CommandInset ref
7216 LatexCommand ref
7217 reference "sub:Physical-Vectors"
7218
7219 \end_inset
7220
7221 .
7222 \end_layout
7223
7224 \begin_layout Subsection
7225 Horizontal Brackets
7226 \begin_inset Index
7227 status collapsed
7228
7229 \begin_layout Plain Layout
7230 Brackets ! horizontal
7231 \end_layout
7232
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \begin_layout Standard
7239 \align center
7240 \begin_inset Tabular
7241 <lyxtabular version="3" rows="4" columns="2">
7242 <features>
7243 <column alignment="center" valignment="top" width="0pt">
7244 <column alignment="center" valignment="top" width="0pt">
7245 <row>
7246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 Command
7251 \begin_inset Note Note
7252 status collapsed
7253
7254 \begin_layout Plain Layout
7255
7256 \series bold
7257
7258 \backslash
7259 raisebox
7260 \series default
7261  is only used as spacer.
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 Result
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 </row>
7281 <row>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 \begin_inset ERT
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290
7291
7292 \backslash
7293 raisebox{2.3mm}{
7294 \end_layout
7295
7296 \end_inset
7297
7298
7299 \backslash
7300 overbrace
7301 \begin_inset ERT
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305
7306
7307 \backslash
7308 spce 
7309 \end_layout
7310
7311 \end_inset
7312
7313 A+B
7314 \begin_inset ERT
7315 status collapsed
7316
7317 \begin_layout Plain Layout
7318
7319
7320 \backslash
7321 spce 
7322 \end_layout
7323
7324 \end_inset
7325
7326 ^
7327 \begin_inset ERT
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331
7332
7333 \backslash
7334 spce 
7335 \end_layout
7336
7337 \end_inset
7338
7339 3
7340 \begin_inset ERT
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344
7345 }
7346 \end_layout
7347
7348 \end_inset
7349
7350
7351 \begin_inset Index
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355 Commands ! O ! 
7356 \backslash
7357 overbrace
7358 \end_layout
7359
7360 \end_inset
7361
7362
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 \begin_inset Formula $\overbrace{A+B}^{3}$
7372 \end_inset
7373
7374
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 </row>
7380 <row>
7381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 raisebox{-2.2mm}{
7393 \end_layout
7394
7395 \end_inset
7396
7397
7398 \backslash
7399 underbrace
7400 \begin_inset ERT
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404
7405
7406 \backslash
7407 spce 
7408 \end_layout
7409
7410 \end_inset
7411
7412 A+B
7413 \begin_inset ERT
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417
7418
7419 \backslash
7420 spce 
7421 \end_layout
7422
7423 \end_inset
7424
7425 _5
7426 \begin_inset ERT
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430
7431 }
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \begin_inset Index
7438 status collapsed
7439
7440 \begin_layout Plain Layout
7441 Commands ! U ! 
7442 \backslash
7443 underbrace
7444 \end_layout
7445
7446 \end_inset
7447
7448
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 \begin_inset Formula $\underbrace{A+B}_{5}$
7458 \end_inset
7459
7460
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row>
7467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471
7472 \backslash
7473 overbrace
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 spce 
7482 \end_layout
7483
7484 \end_inset
7485
7486
7487 \backslash
7488 underbrace
7489 \begin_inset ERT
7490 status collapsed
7491
7492 \begin_layout Plain Layout
7493
7494
7495 \backslash
7496 spce 
7497 \end_layout
7498
7499 \end_inset
7500
7501 A+B_w
7502 \begin_inset ERT
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506
7507
7508 \backslash
7509 spce 
7510 \end_layout
7511
7512 \end_inset
7513
7514
7515 \begin_inset ERT
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519
7520
7521 \backslash
7522 spce 
7523 \end_layout
7524
7525 \end_inset
7526
7527 _7
7528 \begin_inset ERT
7529 status collapsed
7530
7531 \begin_layout Plain Layout
7532
7533
7534 \backslash
7535 spce 
7536 \end_layout
7537
7538 \end_inset
7539
7540
7541 \begin_inset ERT
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545
7546
7547 \backslash
7548 spce 
7549 \end_layout
7550
7551 \end_inset
7552
7553 ^
7554 \begin_inset ERT
7555 status collapsed
7556
7557 \begin_layout Plain Layout
7558
7559
7560 \backslash
7561 spce 
7562 \end_layout
7563
7564 \end_inset
7565
7566 C
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7576 \end_inset
7577
7578
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 </row>
7584 </lyxtabular>
7585
7586 \end_inset
7587
7588
7589 \end_layout
7590
7591 \begin_layout Standard
7592 In the last example it doesn't matter if 
7593 \series bold
7594
7595 \backslash
7596 overbrace
7597 \series default
7598  or 
7599 \series bold
7600
7601 \backslash
7602 underbrace
7603 \series default
7604  is inserted at first.
7605 \end_layout
7606
7607 \begin_layout Standard
7608 \begin_inset VSpace bigskip
7609 \end_inset
7610
7611 When brackets are needed that overlap each other, multiline formulas, as
7612  described in 
7613 \begin_inset CommandInset ref
7614 LatexCommand ref
7615 reference "sec:Multiline-Formulas"
7616
7617 \end_inset
7618
7619 , must be used:
7620 \begin_inset Formula \begin{eqnarray*}
7621 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7622  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7623
7624 \end_inset
7625
7626 In the first row the formula is inserted together with the first brace.
7627  It is hereby important that the space command
7628 \begin_inset Foot
7629 status collapsed
7630
7631 \begin_layout Plain Layout
7632 Space commands are explained in 
7633 \begin_inset CommandInset ref
7634 LatexCommand ref
7635 reference "sub:Predefined-Space"
7636
7637 \end_inset
7638
7639 .
7640 \end_layout
7641
7642 \end_inset
7643
7644  
7645 \series bold
7646
7647 \backslash
7648 :
7649 \series default
7650  is inserted before the first 
7651 \begin_inset Formula $d$
7652 \end_inset
7653
7654 , because the brace that ends behind the 
7655 \begin_inset Formula $q$
7656 \end_inset
7657
7658  prevents that the following 
7659 \begin_inset Quotes eld
7660 \end_inset
7661
7662 +
7663 \begin_inset Quotes erd
7664 \end_inset
7665
7666  is surrounded by space.
7667 \begin_inset Foot
7668 status collapsed
7669
7670 \begin_layout Plain Layout
7671 because a bracket is not handled as character, see 
7672 \begin_inset CommandInset ref
7673 LatexCommand ref
7674 reference "sub:Binary-Operators"
7675
7676 \end_inset
7677
7678
7679 \end_layout
7680
7681 \end_inset
7682
7683  In the second row the second brace is inserted.
7684  As it should begin before the 
7685 \begin_inset Formula $b$
7686 \end_inset
7687
7688 , first the command 
7689 \series bold
7690
7691 \backslash
7692 hphantom{gggg+
7693 \backslash
7694 :}
7695 \series default
7696  is inserted.
7697 \begin_inset Foot
7698 status collapsed
7699
7700 \begin_layout Plain Layout
7701 more about 
7702 \series bold
7703
7704 \backslash
7705 hphantom
7706 \series default
7707  see 
7708 \begin_inset CommandInset ref
7709 LatexCommand ref
7710 reference "sub:Placeholders"
7711
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \end_inset
7718
7719  This space is needed because the 
7720 \begin_inset Quotes eld
7721 \end_inset
7722
7723 +
7724 \begin_inset Quotes erd
7725 \end_inset
7726
7727  is also surrounded by space in the formula.
7728  The brace is placed under the command 
7729 \series bold
7730
7731 \backslash
7732 hphantom{bbqq+dddd}
7733 \series default
7734 .
7735 \end_layout
7736
7737 \begin_layout Standard
7738 It gets more complicated when brackets overlap each other, like in the following
7739  example:
7740 \begin_inset ERT
7741 status collapsed
7742
7743 \begin_layout Plain Layout
7744
7745
7746 \backslash
7747 setlength{
7748 \backslash
7749 jot}{-6pt}
7750 \end_layout
7751
7752 \end_inset
7753
7754
7755 \begin_inset Formula \begin{eqnarray*}
7756  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7757 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7758
7759 \end_inset
7760
7761
7762 \begin_inset ERT
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766
7767
7768 \backslash
7769 setlength{
7770 \backslash
7771 jot}{3pt}
7772 \end_layout
7773
7774 \end_inset
7775
7776 The first formula row is the same as the second row of the previous example,
7777  with the difference that the brace is above.
7778  The second row contains the formula together with the second brace.
7779  To avoid that there is space between the upper brace in the first row and
7780  the formula, the row spacing need to be reduced.
7781  This is not easily possible due to a bug in LyX
7782 \begin_inset Foot
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786 \begin_inset CommandInset href
7787 LatexCommand href
7788 name "LyX-bug #1505"
7789 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7790
7791 \end_inset
7792
7793
7794 \end_layout
7795
7796 \end_inset
7797
7798 .
7799  As solution for the problem, the global formula row separation 
7800 \series bold
7801
7802 \backslash
7803 jot
7804 \series default
7805
7806 \begin_inset Index
7807 status collapsed
7808
7809 \begin_layout Plain Layout
7810 Commands ! J ! 
7811 \backslash
7812 jot
7813 \end_layout
7814
7815 \end_inset
7816
7817  must be changed to -6
7818 \begin_inset space \thinspace{}
7819 \end_inset
7820
7821 pt before the formula with the command 
7822 \series bold
7823
7824 \backslash
7825 setlength{
7826 \backslash
7827 jot}{-6pt}
7828 \series default
7829  in TeX-mode.
7830  
7831 \series bold
7832
7833 \backslash
7834 jot
7835 \series default
7836  is set back after the formula to the standard value of 3
7837 \begin_inset space \thinspace{}
7838 \end_inset
7839
7840 pt using the same command.
7841  More about the row separation in formulas is explained in 
7842 \begin_inset CommandInset ref
7843 LatexCommand ref
7844 reference "sub:Line-Separation"
7845
7846 \end_inset
7847
7848 .
7849 \end_layout
7850
7851 \begin_layout Section
7852 Arrows
7853 \begin_inset Index
7854 status collapsed
7855
7856 \begin_layout Plain Layout
7857 Arrows
7858 \end_layout
7859
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \begin_layout Standard
7866 Arrows can be inserted via the math toolbar button 
7867 \begin_inset Graphics
7868         filename ../images/math/leftarrow.png
7869         scale 85
7870
7871 \end_inset
7872
7873  or the commands listed in the following subsections.
7874 \end_layout
7875
7876 \begin_layout Standard
7877 \begin_inset Newpage newpage
7878 \end_inset
7879
7880
7881 \end_layout
7882
7883 \begin_layout Subsection
7884 Horizontal Arrows
7885 \begin_inset Index
7886 status collapsed
7887
7888 \begin_layout Plain Layout
7889 Arrows ! horizontal
7890 \end_layout
7891
7892 \end_inset
7893
7894
7895 \end_layout
7896
7897 \begin_layout Standard
7898 \begin_inset space \hfill{}
7899 \end_inset
7900
7901
7902 \begin_inset Tabular
7903 <lyxtabular version="3" rows="8" columns="2">
7904 <features>
7905 <column alignment="center" valignment="top" width="0pt">
7906 <column alignment="center" valignment="top" width="0pt">
7907 <row>
7908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 Command
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 Result
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row>
7928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \backslash
7934 gets
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 \begin_inset Formula $\gets$
7944 \end_inset
7945
7946
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \backslash
7959 Leftarrow
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 \begin_inset Formula $\Leftarrow$
7969 \end_inset
7970
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \backslash
7984 longleftarrow
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 \begin_inset Formula $\longleftarrow$
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \backslash
8009 Longleftarrow
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 \begin_inset Formula $\Longleftarrow$
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \backslash
8034 leftharpoonup
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 \begin_inset Formula $\leftharpoonup$
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \backslash
8059 leftharpoondown
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 \begin_inset Formula $\leftharpoondown$
8069 \end_inset
8070
8071
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \backslash
8084 hookleftarrow
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 \begin_inset Formula $\hookleftarrow$
8094 \end_inset
8095
8096
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 </lyxtabular>
8103
8104 \end_inset
8105
8106
8107 \begin_inset space \hfill{}
8108 \end_inset
8109
8110
8111 \begin_inset Tabular
8112 <lyxtabular version="3" rows="8" columns="2">
8113 <features>
8114 <column alignment="center" valignment="top" width="0pt">
8115 <column alignment="center" valignment="top" width="0pt">
8116 <row>
8117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 Command
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 Result
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 </row>
8136 <row>
8137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141
8142 \backslash
8143 to
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 \begin_inset Formula $\to$
8153 \end_inset
8154
8155
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \backslash
8168 Rightarrow
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 \begin_inset Formula $\Rightarrow$
8178 \end_inset
8179
8180
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \backslash
8193 longrightarrow
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 \begin_inset Formula $\longrightarrow$
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 <row>
8212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216
8217 \backslash
8218 Longrightarrow
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 \begin_inset Formula $\Longrightarrow$
8228 \end_inset
8229
8230
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \backslash
8243 rightharpoonup
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 \begin_inset Formula $\rightharpoonup$
8253 \end_inset
8254
8255
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \backslash
8268 rightharpoondown
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 \begin_inset Formula $\rightharpoondown$
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \backslash
8293 hookrightarrow
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 \begin_inset Formula $\hookrightarrow$
8303 \end_inset
8304
8305
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 </lyxtabular>
8312
8313 \end_inset
8314
8315
8316 \begin_inset space \hfill{}
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \begin_layout Standard
8323 \begin_inset space \hfill{}
8324 \end_inset
8325
8326
8327 \begin_inset Tabular
8328 <lyxtabular version="3" rows="6" columns="2">
8329 <features>
8330 <column alignment="center" valignment="top" width="0pt">
8331 <column alignment="center" valignment="top" width="0pt">
8332 <row>
8333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Command
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Result
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \backslash
8359 leftrightarrow
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 \begin_inset Formula $\leftrightarrow$
8369 \end_inset
8370
8371
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \backslash
8384 Leftrightarrow
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 \begin_inset Formula $\Leftrightarrow$
8394 \end_inset
8395
8396
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \backslash
8409 longleftrightarrow
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 \begin_inset Formula $\longleftrightarrow$
8419 \end_inset
8420
8421
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \backslash
8434 Longleftrightarrow
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 \begin_inset Formula $\Longleftrightarrow$
8444 \end_inset
8445
8446
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \backslash
8459 rightleftharpoons
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 \begin_inset Formula $\rightleftharpoons$
8469 \end_inset
8470
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 </lyxtabular>
8478
8479 \end_inset
8480
8481
8482 \begin_inset space \hspace{}
8483 \length 25pt
8484 \end_inset
8485
8486
8487 \begin_inset space \hfill{}
8488 \end_inset
8489
8490
8491 \begin_inset Tabular
8492 <lyxtabular version="3" rows="5" columns="2">
8493 <features>
8494 <column alignment="center" valignment="top" width="0pt">
8495 <column alignment="center" valignment="top" width="0pt">
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Command
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Result
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \backslash
8523 mapsto
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 \begin_inset Formula $\mapsto$
8533 \end_inset
8534
8535
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \backslash
8548 longmapsto
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 \begin_inset Formula $\longmapsto$
8558 \end_inset
8559
8560
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \backslash
8573 leadsto
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 \begin_inset Formula $\leadsto$
8583 \end_inset
8584
8585
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \backslash
8598 dasharrow
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 \begin_inset Formula $\dasharrow$
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 </lyxtabular>
8617
8618 \end_inset
8619
8620
8621 \begin_inset space \hfill{}
8622 \end_inset
8623
8624
8625 \end_layout
8626
8627 \begin_layout Standard
8628 \begin_inset VSpace medskip
8629 \end_inset
8630
8631 Arrows used as accent like e.
8632 \begin_inset space \thinspace{}
8633 \end_inset
8634
8635 g.
8636 \begin_inset space \space{}
8637 \end_inset
8638
8639 vector arrows are listed in 
8640 \begin_inset CommandInset ref
8641 LatexCommand ref
8642 reference "sec:Accents"
8643
8644 \end_inset
8645
8646 .
8647 \end_layout
8648
8649 \begin_layout Standard
8650 \begin_inset VSpace bigskip
8651 \end_inset
8652
8653 Furthermore there are the labeled arrows
8654 \begin_inset Index
8655 status collapsed
8656
8657 \begin_layout Plain Layout
8658 Arrows ! labeled
8659 \end_layout
8660
8661 \end_inset
8662
8663  
8664 \series bold
8665
8666 \backslash
8667 xleftarrow
8668 \series default
8669
8670 \begin_inset Index
8671 status collapsed
8672
8673 \begin_layout Plain Layout
8674 Commands ! X ! 
8675 \backslash
8676 xleftarrow
8677 \end_layout
8678
8679 \end_inset
8680
8681  and 
8682 \series bold
8683
8684 \backslash
8685 xrightarrow
8686 \series default
8687
8688 \begin_inset Index
8689 status collapsed
8690
8691 \begin_layout Plain Layout
8692 Commands ! X ! 
8693 \backslash
8694 xrightarrow
8695 \begin_inset ERT
8696 status collapsed
8697
8698 \begin_layout Plain Layout
8699
8700
8701 \backslash
8702 vspace{4mm}
8703 \end_layout
8704
8705 \end_inset
8706
8707
8708 \end_layout
8709
8710 \end_inset
8711
8712 .
8713  When inserting one of these commands in a formula, an arrow with two blue
8714  boxes appear where the label can be inserted.
8715  The length of the arrow adapts to the label width.
8716 \end_layout
8717
8718 \begin_layout Standard
8719 \align center
8720 \begin_inset Tabular
8721 <lyxtabular version="3" rows="3" columns="2">
8722 <features>
8723 <column alignment="center" valignment="top" width="0pt">
8724 <column alignment="center" valignment="top" width="0pt">
8725 <row>
8726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Command
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Result
8740 \begin_inset Note Note
8741 status collapsed
8742
8743 \begin_layout Plain Layout
8744
8745 \series bold
8746
8747 \backslash
8748 raisebox
8749 \series default
8750  is only used as spacer.
8751 \end_layout
8752
8753 \end_inset
8754
8755
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 F(a)
8767 \backslash
8768 xleftarrow
8769 \begin_inset ERT
8770 status collapsed
8771
8772 \begin_layout Plain Layout
8773
8774
8775 \backslash
8776 spce 
8777 \end_layout
8778
8779 \end_inset
8780
8781 x=a
8782 \begin_inset Formula $\downarrow$
8783 \end_inset
8784
8785 x>0
8786 \begin_inset Formula $\to$
8787 \end_inset
8788
8789 F(x)
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8799 \end_inset
8800
8801
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 F(x)
8813 \backslash
8814 xrightarrow
8815 \begin_inset ERT
8816 status collapsed
8817
8818 \begin_layout Plain Layout
8819
8820
8821 \backslash
8822 spce 
8823 \end_layout
8824
8825 \end_inset
8826
8827 x=a
8828 \begin_inset Formula $\downarrow$
8829 \end_inset
8830
8831 x>0
8832 \begin_inset Formula $\to$
8833 \end_inset
8834
8835 F(a)
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8845 \end_inset
8846
8847
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 </lyxtabular>
8854
8855 \end_inset
8856
8857
8858 \end_layout
8859
8860 \begin_layout Subsection
8861 Vertical and diagonal Arrows
8862 \begin_inset Index
8863 status collapsed
8864
8865 \begin_layout Plain Layout
8866 Arrows ! diagonal
8867 \end_layout
8868
8869 \end_inset
8870
8871
8872 \begin_inset Index
8873 status collapsed
8874
8875 \begin_layout Plain Layout
8876 Arrows ! vertical
8877 \end_layout
8878
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \begin_layout Standard
8885 \begin_inset space \hfill{}
8886 \end_inset
8887
8888
8889 \begin_inset Tabular
8890 <lyxtabular version="3" rows="7" columns="2">
8891 <features>
8892 <column alignment="center" valignment="top" width="0pt">
8893 <column alignment="center" valignment="top" width="0pt">
8894 <row>
8895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Command
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Result
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919
8920 \backslash
8921 uparrow
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 \begin_inset Formula $\uparrow$
8931 \end_inset
8932
8933
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \backslash
8946 Uparrow
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 \begin_inset Formula $\Uparrow$
8956 \end_inset
8957
8958
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \backslash
8971 updownarrow
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 \begin_inset Formula $\updownarrow$
8981 \end_inset
8982
8983
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \backslash
8996 Updownarrow
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 \begin_inset Formula $\Updownarrow$
9006 \end_inset
9007
9008
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \backslash
9021 Downarrow
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 \begin_inset Formula $\Downarrow$
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \backslash
9046 downarrow
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 \begin_inset Formula $\downarrow$
9056 \end_inset
9057
9058
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 </lyxtabular>
9065
9066 \end_inset
9067
9068
9069 \begin_inset space \hfill{}
9070 \end_inset
9071
9072
9073 \begin_inset Tabular
9074 <lyxtabular version="3" rows="5" columns="2">
9075 <features>
9076 <column alignment="center" valignment="top" width="0pt">
9077 <column alignment="center" valignment="top" width="0pt">
9078 <row>
9079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Command
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Result
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \backslash
9105 nearrow
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 \begin_inset Formula $\nearrow$
9115 \end_inset
9116
9117
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \backslash
9130 searrow
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 \begin_inset Formula $\searrow$
9140 \end_inset
9141
9142
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 </row>
9148 <row>
9149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153
9154 \backslash
9155 swarrow
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 \begin_inset Formula $\swarrow$
9165 \end_inset
9166
9167
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \backslash
9180 nwarrow
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 \begin_inset Formula $\nwarrow$
9190 \end_inset
9191
9192
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 </lyxtabular>
9199
9200 \end_inset
9201
9202
9203 \begin_inset space \hfill{}
9204 \end_inset
9205
9206
9207 \end_layout
9208
9209 \begin_layout Standard
9210 \begin_inset VSpace medskip
9211 \end_inset
9212
9213 Vertical arrows can be used also as delimiter together with the commands
9214  described in 
9215 \begin_inset CommandInset ref
9216 LatexCommand ref
9217 reference "sub:Manual-Bracket-Size"
9218
9219 \end_inset
9220
9221  and 
9222 \begin_inset CommandInset ref
9223 LatexCommand ref
9224 reference "sub:Automatic-Bracket-Size"
9225
9226 \end_inset
9227
9228 .
9229 \end_layout
9230
9231 \begin_layout Standard
9232 \begin_inset Newpage newpage
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \begin_layout Section
9239 Accents
9240 \begin_inset CommandInset label
9241 LatexCommand label
9242 name "sec:Accents"
9243
9244 \end_inset
9245
9246
9247 \begin_inset Index
9248 status collapsed
9249
9250 \begin_layout Plain Layout
9251 Accents
9252 \end_layout
9253
9254 \end_inset
9255
9256
9257 \end_layout
9258
9259 \begin_layout Standard
9260 Accents can be inserted via the math toolbar button 
9261 \begin_inset Graphics
9262         filename ../images/math/hat.png
9263         scale 85
9264
9265 \end_inset
9266
9267  or the commands listed in the following subsections.
9268 \end_layout
9269
9270 \begin_layout Subsection
9271 Accents for one Character
9272 \begin_inset ERT
9273 status collapsed
9274
9275 \begin_layout Plain Layout
9276
9277
9278 \backslash
9279 texorpdfstring{
9280 \end_layout
9281
9282 \end_inset
9283
9284
9285 \begin_inset Foot
9286 status collapsed
9287
9288 \begin_layout Plain Layout
9289 accents in text see 
9290 \begin_inset CommandInset ref
9291 LatexCommand ref
9292 reference "sub:Accents-in-Text"
9293
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \end_inset
9300
9301
9302 \begin_inset ERT
9303 status collapsed
9304
9305 \begin_layout Plain Layout
9306
9307 }{}
9308 \end_layout
9309
9310 \end_inset
9311
9312
9313 \begin_inset Note Note
9314 status collapsed
9315
9316 \begin_layout Plain Layout
9317
9318 \backslash
9319 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9320 \end_layout
9321
9322 \begin_layout Plain Layout
9323 More about 
9324 \backslash
9325 texorpdfstring is in section 
9326 \begin_inset CommandInset ref
9327 LatexCommand ref
9328 reference "sub:Formulas-in-Section"
9329
9330 \end_inset
9331
9332 .
9333 \end_layout
9334
9335 \end_inset
9336
9337
9338 \begin_inset CommandInset label
9339 LatexCommand label
9340 name "sub:Accents-for-one"
9341
9342 \end_inset
9343
9344
9345 \begin_inset Index
9346 status collapsed
9347
9348 \begin_layout Plain Layout
9349 Accents ! for one character
9350 \end_layout
9351
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \begin_layout Standard
9358 \begin_inset space \hfill{}
9359 \end_inset
9360
9361
9362 \begin_inset Tabular
9363 <lyxtabular version="3" rows="8" columns="2">
9364 <features>
9365 <column alignment="center" valignment="top" width="0pt">
9366 <column alignment="center" valignment="top" width="0pt">
9367 <row>
9368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Command
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 Result
9382 \begin_inset Note Note
9383 status collapsed
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388
9389 \backslash
9390 raisebox
9391 \series default
9392  is only used as spacer.
9393 \end_layout
9394
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 dot
9411 \begin_inset ERT
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415
9416
9417 \backslash
9418 spce 
9419 \end_layout
9420
9421 \end_inset
9422
9423 A
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \backslash
9448 ddot
9449 \begin_inset ERT
9450 status collapsed
9451
9452 \begin_layout Plain Layout
9453
9454
9455 \backslash
9456 spce 
9457 \end_layout
9458
9459 \end_inset
9460
9461 A
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \backslash
9486 dddot
9487 \begin_inset ERT
9488 status collapsed
9489
9490 \begin_layout Plain Layout
9491
9492
9493 \backslash
9494 spce 
9495 \end_layout
9496
9497 \end_inset
9498
9499 A
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9509 \end_inset
9510
9511
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 </row>
9517 <row>
9518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522
9523 \backslash
9524 ddddot{A
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9534 \end_inset
9535
9536
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 </row>
9542 <row>
9543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547
9548 \backslash
9549 vec
9550 \begin_inset ERT
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554
9555
9556 \backslash
9557 spce 
9558 \end_layout
9559
9560 \end_inset
9561
9562 A
9563 \begin_inset Index
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567 Vectors
9568 \end_layout
9569
9570 \end_inset
9571
9572
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \backslash
9597 bar
9598 \begin_inset ERT
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602
9603
9604 \backslash
9605 spce 
9606 \end_layout
9607
9608 \end_inset
9609
9610 A
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9620 \end_inset
9621
9622
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 <row>
9629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \backslash
9635 mathring
9636 \begin_inset ERT
9637 status collapsed
9638
9639 \begin_layout Plain Layout
9640
9641
9642 \backslash
9643 spce 
9644 \end_layout
9645
9646 \end_inset
9647
9648 A
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 </lyxtabular>
9667
9668 \end_inset
9669
9670
9671 \begin_inset space \hfill{}
9672 \end_inset
9673
9674
9675 \begin_inset Tabular
9676 <lyxtabular version="3" rows="7" columns="2">
9677 <features>
9678 <column alignment="center" valignment="top" width="0pt">
9679 <column alignment="center" valignment="top" width="0pt">
9680 <row>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 Command
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694 Result
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 <row>
9701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \backslash
9707 tilde
9708 \begin_inset ERT
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712
9713
9714 \backslash
9715 spce 
9716 \end_layout
9717
9718 \end_inset
9719
9720 A
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row>
9739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \backslash
9745 hat
9746 \begin_inset ERT
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750
9751
9752 \backslash
9753 spce 
9754 \end_layout
9755
9756 \end_inset
9757
9758 A
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 </row>
9776 <row>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \backslash
9783 check
9784 \begin_inset ERT
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788
9789
9790 \backslash
9791 spce 
9792 \end_layout
9793
9794 \end_inset
9795
9796 A
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \backslash
9821 acute
9822 \begin_inset ERT
9823 status collapsed
9824
9825 \begin_layout Plain Layout
9826
9827
9828 \backslash
9829 spce 
9830 \end_layout
9831
9832 \end_inset
9833
9834 A
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \backslash
9859 grave
9860 \begin_inset ERT
9861 status collapsed
9862
9863 \begin_layout Plain Layout
9864
9865
9866 \backslash
9867 spce 
9868 \end_layout
9869
9870 \end_inset
9871
9872 A
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \backslash
9897 breve
9898 \begin_inset ERT
9899 status collapsed
9900
9901 \begin_layout Plain Layout
9902
9903
9904 \backslash
9905 spce 
9906 \end_layout
9907
9908 \end_inset
9909
9910 A
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 </lyxtabular>
9929
9930 \end_inset
9931
9932
9933 \begin_inset space \hfill{}
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \begin_layout Standard
9940 \begin_inset VSpace bigskip
9941 \end_inset
9942
9943
9944 \end_layout
9945
9946 \begin_layout Standard
9947 You can directly insert accents like é to formulas.
9948  LyX will transform them to the corresponding accent command.
9949  For umlauts
9950 \begin_inset Index
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954 Umlauts
9955 \end_layout
9956
9957 \end_inset
9958
9959  it is better to insert a quotation mark before the vowel.
9960  These two characters are then treated by LaTeX as 
9961 \emph on
9962 one
9963 \emph default
9964  character when the formula part with the umlaut is marked as German.
9965  In contrary to 
9966 \series bold
9967
9968 \backslash
9969 ddot
9970 \series default
9971 , with this method 
9972 \begin_inset Quotes eld
9973 \end_inset
9974
9975 real
9976 \begin_inset Quotes erd
9977 \end_inset
9978
9979  umlauts are created as demonstrated in the following example:
9980 \end_layout
9981
9982 \begin_layout Standard
9983 \begin_inset VSpace -2mm
9984 \end_inset
9985
9986
9987 \end_layout
9988
9989 \begin_layout Standard
9990 \align center
9991 \begin_inset Tabular
9992 <lyxtabular version="3" rows="3" columns="2">
9993 <features>
9994 <column alignment="center" valignment="top" width="0">
9995 <column alignment="center" valignment="top" width="0">
9996 <row>
9997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 Command
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 Result
10011 \begin_inset Note Note
10012 status collapsed
10013
10014 \begin_layout Plain Layout
10015
10016 \series bold
10017
10018 \backslash
10019 raisebox
10020 \series default
10021  and the 0
10022 \begin_inset space \thinspace{}
10023 \end_inset
10024
10025 pt space are only used as spacer.
10026 \end_layout
10027
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \lang ngerman
10043 \begin_inset Quotes grd
10044 \end_inset
10045
10046 i
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 \begin_inset space \hspace{}
10056 \length 0pt
10057 \end_inset
10058
10059
10060 \lang ngerman
10061
10062 \begin_inset Formula $"i$
10063 \end_inset
10064
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row>
10072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \backslash
10078 ddot
10079 \begin_inset ERT
10080 status collapsed
10081
10082 \begin_layout Plain Layout
10083
10084
10085 \backslash
10086 spce 
10087 \end_layout
10088
10089 \end_inset
10090
10091 i
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10101 \end_inset
10102
10103
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 </lyxtabular>
10110
10111 \end_inset
10112
10113
10114 \end_layout
10115
10116 \begin_layout Standard
10117 Another advantage to 
10118 \series bold
10119
10120 \backslash
10121 ddot
10122 \series default
10123  is that umlauts can directly be converted to mathematical text because
10124  the accent commands above are 
10125 \emph on
10126 not allowed
10127 \emph default
10128  
10129 \emph on
10130 in mathematical text
10131 \emph default
10132 .
10133  To convert an accented character to mathematical text, only the character
10134  under the accent may be converted.
10135  This applies also for all other conversions, e.
10136 \begin_inset space \thinspace{}
10137 \end_inset
10138
10139 g.
10140 \begin_inset space \space{}
10141 \end_inset
10142
10143 to italic or bold.
10144 \end_layout
10145
10146 \begin_layout Standard
10147 In mathematical text, umlauts and other accented characters can directly
10148  be inserted.
10149 \end_layout
10150
10151 \begin_layout Subsection
10152 Accents for Operators
10153 \begin_inset Index
10154 status collapsed
10155
10156 \begin_layout Plain Layout
10157 Accents ! for operators
10158 \end_layout
10159
10160 \end_inset
10161
10162
10163 \end_layout
10164
10165 \begin_layout Standard
10166 With the commands 
10167 \series bold
10168
10169 \backslash
10170 overset
10171 \series default
10172
10173 \begin_inset Index
10174 status collapsed
10175
10176 \begin_layout Plain Layout
10177 Commands ! O ! 
10178 \backslash
10179 overset
10180 \end_layout
10181
10182 \end_inset
10183
10184  and 
10185 \series bold
10186
10187 \backslash
10188 underset
10189 \series default
10190
10191 \begin_inset Index
10192 status collapsed
10193
10194 \begin_layout Plain Layout
10195 Commands ! U ! 
10196 \backslash
10197 underset
10198 \end_layout
10199
10200 \end_inset
10201
10202  characters can be placed above or below an operator, respectively, to accent
10203  it.
10204  With the command 
10205 \series bold
10206
10207 \backslash
10208 sideset
10209 \series default
10210
10211 \begin_inset Index
10212 status collapsed
10213
10214 \begin_layout Plain Layout
10215 Commands ! S ! 
10216 \backslash
10217 sideset
10218 \end_layout
10219
10220 \end_inset
10221
10222  characters can be set before and behind an operator.
10223  The command scheme is:
10224 \end_layout
10225
10226 \begin_layout Standard
10227
10228 \series bold
10229
10230 \backslash
10231 sideset{character
10232 \series default
10233  
10234 \series bold
10235 before}{character
10236 \series default
10237  
10238 \series bold
10239 behind}
10240 \end_layout
10241
10242 \begin_layout Standard
10243
10244 \series bold
10245
10246 \backslash
10247 sideset
10248 \series default
10249  must always be before the operator that should be accented.
10250  You can accent with several characters and even with other operators and
10251  symbols.
10252  To place with 
10253 \series bold
10254
10255 \backslash
10256 sideset
10257 \series default
10258  for example only characters behind an operator, write nothing between the
10259  first braces but don't omit the braces.
10260 \end_layout
10261
10262 \begin_layout Standard
10263 For example the command 
10264 \series bold
10265
10266 \backslash
10267 sideset{
10268 \begin_inset Formula $\to$
10269 \end_inset
10270
10271
10272 \backslash
10273 {
10274 \series default
10275 '
10276 \series bold
10277
10278 \begin_inset Formula $\to$
10279 \end_inset
10280
10281
10282 \backslash
10283 sum_k=1
10284 \begin_inset ERT
10285 status collapsed
10286
10287 \begin_layout Plain Layout
10288
10289
10290 \backslash
10291 spce 
10292 \end_layout
10293
10294 \end_inset
10295
10296
10297 \series default
10298 ^
10299 \series bold
10300 n
10301 \series default
10302  produces:
10303 \begin_inset Formula \[
10304 \sideset{}{'}\sum_{k=1}^{n}\]
10305
10306 \end_inset
10307
10308
10309 \end_layout
10310
10311 \begin_layout Standard
10312 The command 
10313 \series bold
10314
10315 \backslash
10316 overset
10317 \begin_inset ERT
10318 status collapsed
10319
10320 \begin_layout Plain Layout
10321
10322
10323 \backslash
10324 spce 
10325 \end_layout
10326
10327 \end_inset
10328
10329
10330 \backslash
10331 maltese
10332 \begin_inset ERT
10333 status collapsed
10334
10335 \begin_layout Plain Layout
10336
10337
10338 \backslash
10339 spce 
10340 \end_layout
10341
10342 \end_inset
10343
10344
10345 \series default
10346
10347 \begin_inset Formula $\uparrow$
10348 \end_inset
10349
10350
10351 \series bold
10352 a
10353 \series default
10354  produces:
10355 \begin_inset Formula \[
10356 \overset{a}{\maltese}\]
10357
10358 \end_inset
10359
10360 As seen in the last example, with 
10361 \series bold
10362
10363 \backslash
10364 overset
10365 \series default
10366  and 
10367 \series bold
10368
10369 \backslash
10370 underset
10371 \series default
10372  also symbols and characters can be accented; with 
10373 \series bold
10374
10375 \backslash
10376 sideset
10377 \series default
10378  this is not possible.
10379 \end_layout
10380
10381 \begin_layout Subsection
10382 Accents for several Characters
10383 \begin_inset Index
10384 status collapsed
10385
10386 \begin_layout Plain Layout
10387 Accents ! for several characters
10388 \end_layout
10389
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \begin_layout Standard
10396 \begin_inset space \hfill{}
10397 \end_inset
10398
10399
10400 \begin_inset Tabular
10401 <lyxtabular version="3" rows="5" columns="2">
10402 <features>
10403 <column alignment="center" valignment="top" width="0pt">
10404 <column alignment="center" valignment="top" width="0pt">
10405 <row>
10406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Command
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Result
10420 \begin_inset Note Note
10421 status collapsed
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426
10427 \backslash
10428 raisebox
10429 \series default
10430  is only used as spacer.
10431 \end_layout
10432
10433 \end_inset
10434
10435
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \backslash
10448 overleftarrow
10449 \begin_inset ERT
10450 status collapsed
10451
10452 \begin_layout Plain Layout
10453
10454
10455 \backslash
10456 spce 
10457 \end_layout
10458
10459 \end_inset
10460
10461 A=B
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10471 \end_inset
10472
10473
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \backslash
10486 underleftarrow
10487 \begin_inset ERT
10488 status collapsed
10489
10490 \begin_layout Plain Layout
10491
10492
10493 \backslash
10494 spce 
10495 \end_layout
10496
10497 \end_inset
10498
10499 A=B
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \backslash
10524 overleftrightarrow
10525 \begin_inset ERT
10526 status collapsed
10527
10528 \begin_layout Plain Layout
10529
10530
10531 \backslash
10532 spce 
10533 \end_layout
10534
10535 \end_inset
10536
10537 A=B
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10547 \end_inset
10548
10549
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \backslash
10562 underleftrightarrow
10563 \begin_inset ERT
10564 status collapsed
10565
10566 \begin_layout Plain Layout
10567
10568
10569 \backslash
10570 spce 
10571 \end_layout
10572
10573 \end_inset
10574
10575 A=B
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10585 \end_inset
10586
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 </lyxtabular>
10594
10595 \end_inset
10596
10597
10598 \begin_inset space \hfill{}
10599 \end_inset
10600
10601
10602 \begin_inset Tabular
10603 <lyxtabular version="3" rows="5" columns="2">
10604 <features>
10605 <column alignment="center" valignment="top" width="0pt">
10606 <column alignment="center" valignment="top" width="0pt">
10607 <row>
10608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Command
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 Result
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \backslash
10634 overrightarrow
10635 \begin_inset ERT
10636 status collapsed
10637
10638 \begin_layout Plain Layout
10639
10640
10641 \backslash
10642 spce 
10643 \end_layout
10644
10645 \end_inset
10646
10647 A=B
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10657 \end_inset
10658
10659
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 </row>
10665 <row>
10666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670
10671 \backslash
10672 underrightarrow
10673 \begin_inset ERT
10674 status collapsed
10675
10676 \begin_layout Plain Layout
10677
10678
10679 \backslash
10680 spce 
10681 \end_layout
10682
10683 \end_inset
10684
10685 A=B
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \backslash
10710 widetilde
10711 \begin_inset ERT
10712 status collapsed
10713
10714 \begin_layout Plain Layout
10715
10716
10717 \backslash
10718 spce 
10719 \end_layout
10720
10721 \end_inset
10722
10723 A=B
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10733 \end_inset
10734
10735
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \backslash
10748 widehat
10749 \begin_inset ERT
10750 status collapsed
10751
10752 \begin_layout Plain Layout
10753
10754
10755 \backslash
10756 spce 
10757 \end_layout
10758
10759 \end_inset
10760
10761 A=B
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10771 \end_inset
10772
10773
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 </lyxtabular>
10780
10781 \end_inset
10782
10783
10784 \begin_inset space \hfill{}
10785 \end_inset
10786
10787
10788 \end_layout
10789
10790 \begin_layout Standard
10791 \begin_inset VSpace medskip
10792 \end_inset
10793
10794 With these commands as many characters as you like can be accented.
10795  But the accents 
10796 \series bold
10797
10798 \backslash
10799 widetilde
10800 \series default
10801  and 
10802 \series bold
10803
10804 \backslash
10805 widehat
10806 \series default
10807  will only be set in the output with a length of three characters, as shown
10808  in the following example:
10809 \begin_inset Formula \[
10810 \widetilde{A+B=C-D}\]
10811
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \begin_layout Standard
10818 With the commands 
10819 \series bold
10820
10821 \backslash
10822 overset
10823 \series default
10824
10825 \begin_inset Index
10826 status collapsed
10827
10828 \begin_layout Plain Layout
10829 Commands ! O ! 
10830 \backslash
10831 overset
10832 \end_layout
10833
10834 \end_inset
10835
10836  and 
10837 \series bold
10838
10839 \backslash
10840 underset
10841 \series default
10842
10843 \begin_inset Index
10844 status collapsed
10845
10846 \begin_layout Plain Layout
10847 Commands ! U ! 
10848 \backslash
10849 underset
10850 \end_layout
10851
10852 \end_inset
10853
10854  described in the previous subsection it is also possible to accent several
10855  characters.
10856  The command 
10857 \series bold
10858
10859 \backslash
10860 underset
10861 \begin_inset ERT
10862 status collapsed
10863
10864 \begin_layout Plain Layout
10865
10866
10867 \backslash
10868 spce 
10869 \end_layout
10870
10871 \end_inset
10872
10873 A=B
10874 \begin_inset Formula $\downarrow$
10875 \end_inset
10876
10877 ***
10878 \series default
10879  creates:
10880 \begin_inset Formula \[
10881 \underset{***}{A=B}\]
10882
10883 \end_inset
10884
10885
10886 \end_layout
10887
10888 \begin_layout Section
10889 Space
10890 \begin_inset CommandInset label
10891 LatexCommand label
10892 name "sub:Space"
10893
10894 \end_inset
10895
10896
10897 \begin_inset Index
10898 status collapsed
10899
10900 \begin_layout Plain Layout
10901 Space ! horizontal
10902 \end_layout
10903
10904 \end_inset
10905
10906
10907 \end_layout
10908
10909 \begin_layout Subsection
10910 Predefined Space
10911 \begin_inset CommandInset label
10912 LatexCommand label
10913 name "sub:Predefined-Space"
10914
10915 \end_inset
10916
10917
10918 \begin_inset Index
10919 status collapsed
10920
10921 \begin_layout Plain Layout
10922 Space ! horizontal ! predefined
10923 \end_layout
10924
10925 \end_inset
10926
10927
10928 \end_layout
10929
10930 \begin_layout Standard
10931 Sometimes it is necessary to insert horizontal space to a formula.
10932  This is done by inserting a protected space (shortcut 
10933 \begin_inset Info
10934 type  "shortcut"
10935 arg   "space-insert protected"
10936 \end_inset
10937
10938 ).
10939  A blue 
10940 \begin_inset Quotes eld
10941 \end_inset
10942
10943
10944 \series bold
10945 \color blue
10946
10947 \begin_inset ERT
10948 status collapsed
10949
10950 \begin_layout Plain Layout
10951
10952
10953 \backslash
10954 spce 
10955 \end_layout
10956
10957 \end_inset
10958
10959
10960 \series default
10961 \color inherit
10962
10963 \begin_inset Quotes erd
10964 \end_inset
10965
10966  appears and by pressing 
10967 \family sans
10968 Space
10969 \family default
10970  several times one can select one of eight different space sizes.
10971  The spaces can also be inserted using the math toolbar button 
10972 \begin_inset Graphics
10973         filename ../images/math/space.png
10974         scale 85
10975
10976 \end_inset
10977
10978  or special commands.
10979  Independent from the inserted command, one can select the size again by
10980  pressing 
10981 \family sans
10982 Space
10983 \family default
10984  afterwards.
10985 \end_layout
10986
10987 \begin_layout Standard
10988 \noindent
10989 \align center
10990 \begin_inset VSpace -5mm
10991 \end_inset
10992
10993
10994 \begin_inset Tabular
10995 <lyxtabular version="3" rows="3" columns="7">
10996 <features>
10997 <column alignment="center" valignment="middle" width="6.8cm">
10998 <column alignment="center" valignment="top" width="0">
10999 <column alignment="center" valignment="top" width="0">
11000 <column alignment="center" valignment="top" width="0">
11001 <column alignment="center" valignment="top" width="0">
11002 <column alignment="center" valignment="top" width="0">
11003 <column alignment="center" valignment="top" width="0">
11004 <row>
11005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 Command
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018
11019 \backslash
11020 ,
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029
11030 \backslash
11031 :
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \backslash
11042 ;
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \backslash
11053 quad
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \backslash
11064 qquad
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073
11074 \backslash
11075 !
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 <row>
11082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 Number of 
11087 \family sans
11088 Space
11089 \family default
11090  keystrokes after inserting the protected space
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 0
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 1
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 2
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 3
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 4
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 5
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 Result
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 \begin_inset Formula $A\, B$
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 \begin_inset Formula $A\: B$
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 \begin_inset Formula $A\; B$
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 \begin_inset Formula $A\quad B$
11201 \end_inset
11202
11203
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 \begin_inset Formula $A\qquad B$
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 \begin_inset Formula $A\! B$
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 </lyxtabular>
11234
11235 \end_inset
11236
11237
11238 \end_layout
11239
11240 \begin_layout Standard
11241 The last size seem to produce no space.
11242  It is displayed red in LyX contrary to the other sizes, because it is a
11243  negative space.
11244  There are two more negative spaces:
11245 \end_layout
11246
11247 \begin_layout Standard
11248 \align center
11249 \begin_inset Tabular
11250 <lyxtabular version="3" rows="3" columns="3">
11251 <features>
11252 <column alignment="center" valignment="middle" width="6.8cm">
11253 <column alignment="center" valignment="top" width="0pt">
11254 <column alignment="center" valignment="top" width="0pt">
11255 <row>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 Command
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269
11270 \backslash
11271 negmedspace
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \backslash
11282 negthickspace
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 Number of 
11294 \family sans
11295 Space
11296 \family default
11297  keystrokes after inserting the protected space
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 6
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315 7
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 </row>
11321 <row>
11322 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 Result
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 \begin_inset Formula $A\negmedspace B$
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 \begin_inset Formula $A\negthickspace B$
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 </row>
11356 </lyxtabular>
11357
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \begin_layout Standard
11364 Negative spaces can lead to characters overlapping each other.
11365  Thus they can be used to enforce ligatures, what is e.
11366 \begin_inset space \thinspace{}
11367 \end_inset
11368
11369 g.
11370 \begin_inset space \space{}
11371 \end_inset
11372
11373 useful for summation operators: 
11374 \end_layout
11375
11376 \begin_layout Standard
11377 \align center
11378 \begin_inset Tabular
11379 <lyxtabular version="3" rows="3" columns="2">
11380 <features>
11381 <column alignment="center" valignment="top" width="0">
11382 <column alignment="center" valignment="top" width="0">
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 Command
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 Result
11398 \begin_inset Note Note
11399 status collapsed
11400
11401 \begin_layout Plain Layout
11402
11403 \series bold
11404
11405 \backslash
11406 raisebox
11407 \series default
11408  is only used as spacer.
11409 \end_layout
11410
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 <row>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424
11425 \backslash
11426 sum
11427 \backslash
11428 sum
11429 \begin_inset ERT
11430 status collapsed
11431
11432 \begin_layout Plain Layout
11433
11434
11435 \backslash
11436 spce 
11437 \end_layout
11438
11439 \end_inset
11440
11441 f_kl
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464
11465 \backslash
11466 sum
11467 \backslash
11468 negmedspace
11469 \backslash
11470 sum
11471 \begin_inset ERT
11472 status collapsed
11473
11474 \begin_layout Plain Layout
11475
11476
11477 \backslash
11478 spce 
11479 \end_layout
11480
11481 \end_inset
11482
11483 f_kl
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 </row>
11501 </lyxtabular>
11502
11503 \end_inset
11504
11505
11506 \end_layout
11507
11508 \begin_layout Standard
11509 Relations like for example equal signs, are always surrounded by space.
11510  To suppress this, the equal sign is placed into a TeX-brace.
11511  The following example demonstrates this:
11512 \end_layout
11513
11514 \begin_layout Standard
11515 \align center
11516 \begin_inset Tabular
11517 <lyxtabular version="3" rows="2" columns="2">
11518 <features>
11519 <column alignment="center" valignment="top" width="0pt">
11520 <column alignment="center" valignment="top" width="0pt">
11521 <row>
11522 <cell alignment="center" valignment="top" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 normal equation
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 \begin_inset Formula $A=B$
11536 \end_inset
11537
11538
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 </row>
11544 <row>
11545 <cell alignment="center" valignment="top" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 \begin_inset Note Note
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553
11554 \series bold
11555
11556 \backslash
11557 raisebox
11558 \series default
11559  is only used as spacer.
11560 \end_layout
11561
11562 \end_inset
11563
11564
11565 \begin_inset Formula $\raisebox{5mm}{}$
11566 \end_inset
11567
11568 equation without space
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 \begin_inset Formula $A{=}B$
11578 \end_inset
11579
11580
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 </lyxtabular>
11587
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Standard
11594 \noindent
11595 The command for the last formula is: 
11596 \series bold
11597 A
11598 \backslash
11599 {=
11600 \begin_inset Formula $\to$
11601 \end_inset
11602
11603 B
11604 \end_layout
11605
11606 \begin_layout Standard
11607 \begin_inset VSpace bigskip
11608 \end_inset
11609
11610 Spaces are needed for physical units, because the space between the value
11611  and the unit is the smallest one and not a normal space.
11612  For units in text, the smallest space is inserted via the menu 
11613 \family sans
11614 Insert\SpecialChar \menuseparator
11615 Formatting\SpecialChar \menuseparator
11616 Thin
11617 \begin_inset space ~
11618 \end_inset
11619
11620 Space
11621 \family default
11622  (shortcut 
11623 \begin_inset Info
11624 type  "shortcut"
11625 arg   "space-insert thin"
11626 \end_inset
11627
11628 ).
11629 \end_layout
11630
11631 \begin_layout Standard
11632 An example to visualize the difference:
11633 \end_layout
11634
11635 \begin_layout Standard
11636 \begin_inset Tabular
11637 <lyxtabular version="3" rows="2" columns="2">
11638 <features>
11639 <column alignment="left" valignment="top" width="0">
11640 <column alignment="left" valignment="top" width="0">
11641 <row>
11642 <cell alignment="center" valignment="top" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 24 kW
11647 \begin_inset Formula $\cdot$
11648 \end_inset
11649
11650 h
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 space between value and unit
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 <row>
11666 <cell alignment="center" valignment="top" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 24
11671 \begin_inset space \thinspace{}
11672 \end_inset
11673
11674 kW
11675 \begin_inset Formula $\cdot$
11676 \end_inset
11677
11678 h
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 smallest space between value and unit
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 </row>
11693 </lyxtabular>
11694
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \begin_layout Subsection
11701 Variable Space
11702 \begin_inset ERT
11703 status collapsed
11704
11705 \begin_layout Plain Layout
11706
11707
11708 \backslash
11709 texorpdfstring{
11710 \end_layout
11711
11712 \end_inset
11713
11714
11715 \begin_inset Foot
11716 status collapsed
11717
11718 \begin_layout Plain Layout
11719 for vertical space in formulas see 
11720 \begin_inset CommandInset ref
11721 LatexCommand ref
11722 reference "sub:Line-Separation"
11723
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \end_inset
11730
11731
11732 \begin_inset ERT
11733 status collapsed
11734
11735 \begin_layout Plain Layout
11736
11737 }{}
11738 \end_layout
11739
11740 \end_inset
11741
11742
11743 \begin_inset Note Note
11744 status collapsed
11745
11746 \begin_layout Plain Layout
11747
11748 \backslash
11749 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11750 \end_layout
11751
11752 \begin_layout Plain Layout
11753 More about 
11754 \backslash
11755 texorpdfstring is in section 
11756 \begin_inset CommandInset ref
11757 LatexCommand ref
11758 reference "sub:Formulas-in-Section"
11759
11760 \end_inset
11761
11762 .
11763 \end_layout
11764
11765 \end_inset
11766
11767
11768 \begin_inset CommandInset label
11769 LatexCommand label
11770 name "sub:Variable-Space"
11771
11772 \end_inset
11773
11774
11775 \begin_inset Index
11776 status collapsed
11777
11778 \begin_layout Plain Layout
11779 Space ! horizontal ! variable
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Standard
11788 Space with a defined length can be inserted in LyX with the command
11789 \begin_inset Newline newline
11790 \end_inset
11791
11792
11793 \series bold
11794
11795 \backslash
11796 hspace{length}
11797 \series default
11798
11799 \begin_inset Index
11800 status collapsed
11801
11802 \begin_layout Plain Layout
11803 Commands ! H ! 
11804 \backslash
11805 hspace
11806 \end_layout
11807
11808 \end_inset
11809
11810 .
11811  For the length all units listed in 
11812 \begin_inset CommandInset ref
11813 LatexCommand ref
11814 reference "tab:Available-units"
11815
11816 \end_inset
11817
11818  are allowed, except of the unit 
11819 \begin_inset Quotes eld
11820 \end_inset
11821
11822 mu
11823 \begin_inset Quotes erd
11824 \end_inset
11825
11826 .
11827  The length may also be negative.
11828  To insert so many space that the formula uses all available space, the
11829  command 
11830 \series bold
11831
11832 \backslash
11833 hfill
11834 \series default
11835
11836 \begin_inset Index
11837 status collapsed
11838
11839 \begin_layout Plain Layout
11840 Commands ! H ! 
11841 \backslash
11842 hfill
11843 \end_layout
11844
11845 \end_inset
11846
11847  is used.
11848 \end_layout
11849
11850 \begin_layout Standard
11851 \begin_inset VSpace -1mm
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \begin_layout Standard
11858 \align center
11859 \begin_inset Tabular
11860 <lyxtabular version="3" rows="4" columns="2">
11861 <features>
11862 <column alignment="center" valignment="top" width="0">
11863 <column alignment="center" valignment="top" width="0">
11864 <row>
11865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 Command
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 Result
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 <row>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 A=B
11890 \backslash
11891 hspace{3cm
11892 \begin_inset Formula $\to$
11893 \end_inset
11894
11895 A
11896 \backslash
11897 not=C
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 </row>
11915 <row>
11916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 A
11921 \backslash
11922 hspace{-1mm
11923 \begin_inset Formula $\to$
11924 \end_inset
11925
11926 A
11927 \backslash
11928 not=A
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11938 \end_inset
11939
11940
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 <row>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 A=A
11952 \backslash
11953 hfill
11954 \begin_inset ERT
11955 status collapsed
11956
11957 \begin_layout Plain Layout
11958
11959
11960 \backslash
11961 spce 
11962 \end_layout
11963
11964 \end_inset
11965
11966 B=B
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 \begin_inset Formula $A=A\hfill B=B$
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 </row>
11984 </lyxtabular>
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \begin_layout Standard
11992 In the last example the available space is given by the longest column entry
11993  of the table.
11994  In an inline formula the space depends on the length of the line in which
11995  
11996 \series bold
11997
11998 \backslash
11999 hfill
12000 \series default
12001  is inserted.
12002  Thus, when the line uses the full width, no space will be created.
12003  
12004 \series bold
12005
12006 \backslash
12007 hfill
12008 \series default
12009  only has an effect on displayed formulas when the formula style 
12010 \series bold
12011 Indented
12012 \series default
12013  is used.
12014  (Formula styles are explained in 
12015 \begin_inset CommandInset ref
12016 LatexCommand ref
12017 reference "sec:Formula-Styles"
12018
12019 \end_inset
12020
12021 .)
12022 \end_layout
12023
12024 \begin_layout Standard
12025 Besides 
12026 \series bold
12027
12028 \backslash
12029 hfill
12030 \series default
12031 , there are the commands 
12032 \series bold
12033
12034 \backslash
12035 dotfill
12036 \series default
12037  and 
12038 \series bold
12039
12040 \backslash
12041 hrulefill
12042 \series default
12043  that fill the space with a pattern, see 
12044 \begin_inset CommandInset ref
12045 LatexCommand ref
12046 reference "sub:Ellipses"
12047
12048 \end_inset
12049
12050  for an example.
12051 \end_layout
12052
12053 \begin_layout Standard
12054 For text, variable space can be inserted via the menu 
12055 \family sans
12056 Insert\SpecialChar \menuseparator
12057 Formatting\SpecialChar \menuseparator
12058 Horizontal
12059 \begin_inset space ~
12060 \end_inset
12061
12062 Space
12063 \family default
12064 , what is not possible in formulas:
12065 \end_layout
12066
12067 \begin_layout Standard
12068 This is a line with
12069 \begin_inset space \hspace{}
12070 \length 2cm
12071 \end_inset
12072
12073 2
12074 \begin_inset space \thinspace{}
12075 \end_inset
12076
12077 cm space.
12078 \end_layout
12079
12080 \begin_layout Standard
12081 This is a line with
12082 \begin_inset space \hfill{}
12083 \end_inset
12084
12085 maximum space.
12086 \end_layout
12087
12088 \begin_layout Subsection
12089 Space besides inline Formulas
12090 \begin_inset Index
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094 Space ! besides inline formulas
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \begin_layout Standard
12103 The space that surrounds inline formulas can be adjusted with the length
12104  
12105 \series bold
12106
12107 \backslash
12108 mathsurround
12109 \begin_inset Index
12110 status collapsed
12111
12112 \begin_layout Plain Layout
12113 Commands ! M ! 
12114 \backslash
12115 mathsurround
12116 \end_layout
12117
12118 \end_inset
12119
12120
12121 \series default
12122 .
12123  The value of a length is set with the command 
12124 \series bold
12125
12126 \backslash
12127 setlength
12128 \begin_inset Index
12129 status collapsed
12130
12131 \begin_layout Plain Layout
12132 Commands ! S ! 
12133 \backslash
12134 setlength
12135 \end_layout
12136
12137 \end_inset
12138
12139
12140 \series default
12141  that has the following scheme:
12142 \end_layout
12143
12144 \begin_layout Standard
12145
12146 \series bold
12147
12148 \backslash
12149 setlength{length name}{value}
12150 \end_layout
12151
12152 \begin_layout Standard
12153 To set 
12154 \series bold
12155
12156 \backslash
12157 mathsurround
12158 \series default
12159  to the value 5
12160 \begin_inset space \thinspace{}
12161 \end_inset
12162
12163 mm, the command
12164 \end_layout
12165
12166 \begin_layout Standard
12167
12168 \series bold
12169
12170 \backslash
12171 setlength{
12172 \backslash
12173 mathsurround}{5mm}
12174 \end_layout
12175
12176 \begin_layout Standard
12177 is inserted in TeX-mode.
12178  5
12179 \begin_inset space \thinspace{}
12180 \end_inset
12181
12182 mm space will now be set around all inline formulas:
12183 \begin_inset ERT
12184 status collapsed
12185
12186 \begin_layout Plain Layout
12187
12188
12189 \backslash
12190 setlength{
12191 \backslash
12192 mathsurround}{5mm}
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Standard
12201 This is a line with an inline formula 
12202 \begin_inset Formula $A=B$
12203 \end_inset
12204
12205  with 5
12206 \begin_inset space \thinspace{}
12207 \end_inset
12208
12209 mm surrounding space.
12210 \begin_inset ERT
12211 status collapsed
12212
12213 \begin_layout Plain Layout
12214
12215
12216 \backslash
12217 setlength{
12218 \backslash
12219 mathsurround}{0pt}
12220 \end_layout
12221
12222 \end_inset
12223
12224
12225 \end_layout
12226
12227 \begin_layout Standard
12228 To return to the predefined value, 
12229 \series bold
12230
12231 \backslash
12232 mathsurround
12233 \series default
12234  is set to the value 0
12235 \begin_inset space \thinspace{}
12236 \end_inset
12237
12238 pt.
12239 \end_layout
12240
12241 \begin_layout Section
12242 Boxes and Frames
12243 \begin_inset Index
12244 status collapsed
12245
12246 \begin_layout Plain Layout
12247 Boxes
12248 \end_layout
12249
12250 \end_inset
12251
12252
12253 \begin_inset Index
12254 status collapsed
12255
12256 \begin_layout Plain Layout
12257 Frames | see
12258 \begin_inset ERT
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262
12263 {
12264 \end_layout
12265
12266 \end_inset
12267
12268 Boxes
12269 \begin_inset ERT
12270 status collapsed
12271
12272 \begin_layout Plain Layout
12273
12274 }
12275 \end_layout
12276
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \begin_layout Standard
12288 Boxes for text are described in chapter 
12289 \family typewriter
12290 Boxes
12291 \family default
12292  in the 
12293 \family typewriter
12294 Embedded
12295 \begin_inset space ~
12296 \end_inset
12297
12298 Objects
12299 \family default
12300  manual.
12301 \end_layout
12302
12303 \begin_layout Subsection
12304 Boxes with Frame
12305 \begin_inset CommandInset label
12306 LatexCommand label
12307 name "sub:Boxes-with-Frame"
12308
12309 \end_inset
12310
12311
12312 \begin_inset Index
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316 Boxes ! with frame
12317 \end_layout
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Standard
12325 It is possible to frame formulas or parts of it with the commands 
12326 \series bold
12327
12328 \backslash
12329 fbox
12330 \series default
12331
12332 \begin_inset Index
12333 status collapsed
12334
12335 \begin_layout Plain Layout
12336 Commands ! F ! 
12337 \backslash
12338 fbox
12339 \end_layout
12340
12341 \end_inset
12342
12343  and 
12344 \series bold
12345
12346 \backslash
12347 boxed
12348 \series default
12349
12350 \begin_inset Index
12351 status collapsed
12352
12353 \begin_layout Plain Layout
12354 Commands ! B ! 
12355 \backslash
12356 boxed
12357 \end_layout
12358
12359 \end_inset
12360
12361 .
12362 \end_layout
12363
12364 \begin_layout Standard
12365 When one of these commands is inserted to a formula, a blue box appears
12366  within a frame to enter formula parts.
12367  For 
12368 \series bold
12369
12370 \backslash
12371 fbox
12372 \series default
12373  an additional formula has to be created by 
12374 \family sans
12375 Ctrl+M
12376 \family default
12377  within this box
12378 \begin_inset Foot
12379 status collapsed
12380
12381 \begin_layout Plain Layout
12382 Due to a bug in LyX it is not possible to create a new formula with 
12383 \family sans
12384 Ctrl+M
12385 \family default
12386 , see 
12387 \begin_inset CommandInset href
12388 LatexCommand href
12389 name "LyX-bug #1435"
12390 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12391
12392 \end_inset
12393
12394 .
12395 \end_layout
12396
12397 \end_inset
12398
12399 , because the box content will otherwise be treated as mathematical text.
12400  When 
12401 \series bold
12402
12403 \backslash
12404 boxed
12405 \series default
12406  is used, a new formula is automatically created inside the frame.
12407 \end_layout
12408
12409 \begin_layout Standard
12410 The command 
12411 \series bold
12412
12413 \backslash
12414 fbox
12415 \series default
12416  is not suitable to frame displayed formulas, because the formula will always
12417  be set in the size of the text.
12418  
12419 \series bold
12420
12421 \backslash
12422 boxed
12423 \series default
12424  is in contrary not suitable to frame inline formulas, because the formula
12425  will always be set in the size of a displayed formula.
12426 \end_layout
12427
12428 \begin_layout Standard
12429 As extension to 
12430 \series bold
12431
12432 \backslash
12433 fbox
12434 \series default
12435  there is the command 
12436 \series bold
12437
12438 \backslash
12439 framebox
12440 \series default
12441
12442 \begin_inset Index
12443 status collapsed
12444
12445 \begin_layout Plain Layout
12446 Commands ! F ! 
12447 \backslash
12448 framebox
12449 \end_layout
12450
12451 \end_inset
12452
12453  where additionally the frame width and the alignment can be specified.
12454  
12455 \series bold
12456
12457 \backslash
12458 framebox
12459 \series default
12460  is used in the following scheme:
12461 \end_layout
12462
12463 \begin_layout Standard
12464
12465 \series bold
12466
12467 \backslash
12468 framebox[frame width][position]{box content}
12469 \end_layout
12470
12471 \begin_layout Standard
12472 The position can either be 
12473 \emph on
12474 l
12475 \emph default
12476  or 
12477 \emph on
12478 r
12479 \emph default
12480 .
12481  
12482 \emph on
12483 l
12484 \emph default
12485  left aligns, 
12486 \emph on
12487 r
12488 \emph default
12489  right aligns the formula in the box.
12490  When no position is given, the formula will be centered.
12491 \begin_inset Newline newline
12492 \end_inset
12493
12494 Is no width given, also no position can be given.
12495  In this case the frame width is adjusted to the box content like for 
12496 \series bold
12497
12498 \backslash
12499 fbox
12500 \series default
12501 .
12502 \end_layout
12503
12504 \begin_layout Standard
12505 When the command 
12506 \series bold
12507
12508 \backslash
12509 framebox
12510 \series default
12511  is inserted, a box appears containing three blue boxes.
12512  The first two boxes are surrounded by brackets and denote the two optional
12513  arguments.
12514  The third box is for formula parts like for 
12515 \series bold
12516
12517 \backslash
12518 fbox
12519 \series default
12520 .
12521 \end_layout
12522
12523 \begin_layout Standard
12524 \align center
12525 \begin_inset Note Note
12526 status open
12527
12528 \begin_layout Plain Layout
12529 The table has been set into a minipage to make the footnote appearing.
12530  Otherwise the footnote text would not be displayed.
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \begin_inset Box Frameless
12537 position "c"
12538 hor_pos "c"
12539 has_inner_box 1
12540 inner_pos "c"
12541 use_parbox 0
12542 width "100col%"
12543 special "none"
12544 height "1in"
12545 height_special "totalheight"
12546 status open
12547
12548 \begin_layout Plain Layout
12549 \align center
12550 \begin_inset Tabular
12551 <lyxtabular version="3" rows="5" columns="2">
12552 <features>
12553 <column alignment="center" valignment="top" width="0">
12554 <column alignment="center" valignment="top" width="0">
12555 <row>
12556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 Command
12561 \begin_inset Foot
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565 Due to a bug in LyX it is not possible to create a new formula with 
12566 \family sans
12567 Ctrl+m
12568 \family default
12569 , see 
12570 \begin_inset CommandInset href
12571 LatexCommand href
12572 name "LyX-bug #1435"
12573 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12574
12575 \end_inset
12576
12577 .
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 Result
12592 \begin_inset Note Note
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596
12597 \series bold
12598
12599 \backslash
12600 raisebox
12601 \series default
12602  is only used as spacer.
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618
12619 \backslash
12620 fbox
12621 \begin_inset ERT
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625
12626
12627 \backslash
12628 spce 
12629 \end_layout
12630
12631 \end_inset
12632
12633
12634 \family sans
12635 Ctrl+M
12636 \family default
12637  
12638 \backslash
12639 int
12640 \begin_inset ERT
12641 status collapsed
12642
12643 \begin_layout Plain Layout
12644
12645
12646 \backslash
12647 spce 
12648 \end_layout
12649
12650 \end_inset
12651
12652 A=B
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12662 \end_inset
12663
12664
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 </row>
12670 <row>
12671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675
12676 \backslash
12677 boxed
12678 \begin_inset ERT
12679 status collapsed
12680
12681 \begin_layout Plain Layout
12682
12683
12684 \backslash
12685 spce 
12686 \end_layout
12687
12688 \end_inset
12689
12690
12691 \backslash
12692 int
12693 \begin_inset ERT
12694 status collapsed
12695
12696 \begin_layout Plain Layout
12697
12698
12699 \backslash
12700 spce 
12701 \end_layout
12702
12703 \end_inset
12704
12705 A=B
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 </row>
12723 <row>
12724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 A+
12729 \backslash
12730 fbox
12731 \begin_inset ERT
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735
12736
12737 \backslash
12738 spce 
12739 \end_layout
12740
12741 \end_inset
12742
12743 B
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12753 \end_inset
12754
12755
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 </row>
12761 <row>
12762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766
12767 \backslash
12768 framebox
12769 \begin_inset ERT
12770 status collapsed
12771
12772 \begin_layout Plain Layout
12773
12774
12775 \backslash
12776 spce 
12777 \end_layout
12778
12779 \end_inset
12780
12781 20mm
12782 \begin_inset Formula $\to$
12783 \end_inset
12784
12785
12786 \begin_inset Formula $\to$
12787 \end_inset
12788
12789
12790 \family sans
12791 Ctrl+M
12792 \family default
12793  
12794 \backslash
12795 frac
12796 \begin_inset ERT
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800
12801
12802 \backslash
12803 spce 
12804 \end_layout
12805
12806 \end_inset
12807
12808 A
12809 \begin_inset Formula $\downarrow$
12810 \end_inset
12811
12812 B
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 \begin_inset Formula $\raisebox{6mm}{}$
12822 \end_inset
12823
12824
12825 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12826 \end_inset
12827
12828
12829 \begin_inset Formula $\raisebox{-4mm}{}$
12830 \end_inset
12831
12832
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 </lyxtabular>
12839
12840 \end_inset
12841
12842
12843 \end_layout
12844
12845 \end_inset
12846
12847
12848 \end_layout
12849
12850 \begin_layout Standard
12851 The frame thickness can also be adjusted.
12852  To do this the following commands have to be inserted in TeX-mode before
12853  the formula
12854 \end_layout
12855
12856 \begin_layout Standard
12857
12858 \series bold
12859
12860 \backslash
12861 fboxrule
12862 \series default
12863  
12864 \series bold
12865
12866 \begin_inset Quotes eld
12867 \end_inset
12868
12869 thickness
12870 \begin_inset Quotes erd
12871 \end_inset
12872
12873
12874 \series default
12875  
12876 \series bold
12877
12878 \backslash
12879 fboxsep
12880 \series default
12881  
12882 \series bold
12883
12884 \begin_inset Quotes eld
12885 \end_inset
12886
12887 distance
12888 \begin_inset Quotes erd
12889 \end_inset
12890
12891
12892 \end_layout
12893
12894 \begin_layout Standard
12895 \begin_inset Quotes eld
12896 \end_inset
12897
12898 distance
12899 \begin_inset Quotes erd
12900 \end_inset
12901
12902  specifies the minimal distance between the frame and the first character
12903  in the box.
12904  An example for this is the following framed formula:
12905 \begin_inset ERT
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 fboxrule 2mm 
12913 \backslash
12914 fboxsep 3mm
12915 \end_layout
12916
12917 \end_inset
12918
12919
12920 \begin_inset Formula \[
12921 \boxed{A+B=C}\]
12922
12923 \end_inset
12924
12925 Before this formula the commands
12926 \end_layout
12927
12928 \begin_layout Standard
12929
12930 \series bold
12931
12932 \backslash
12933 fboxrule
12934 \series default
12935  
12936 \series bold
12937 2mm
12938 \series default
12939  
12940 \series bold
12941
12942 \backslash
12943 fboxsep
12944 \series default
12945  
12946 \series bold
12947 3mm
12948 \end_layout
12949
12950 \begin_layout Standard
12951 were inserted in TeX-mode.
12952  The given values are used for all following boxes.
12953 \end_layout
12954
12955 \begin_layout Standard
12956 To return to the standard frame size, the command
12957 \end_layout
12958
12959 \begin_layout Standard
12960
12961 \series bold
12962
12963 \backslash
12964 fboxrule
12965 \series default
12966  
12967 \series bold
12968 0.4pt
12969 \series default
12970  
12971 \series bold
12972
12973 \backslash
12974 fboxsep
12975 \series default
12976  
12977 \series bold
12978 3pt
12979 \series default
12980
12981 \begin_inset ERT
12982 status collapsed
12983
12984 \begin_layout Plain Layout
12985
12986
12987 \backslash
12988 fboxrule 0.4pt 
12989 \backslash
12990 fboxsep 3pt
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \begin_layout Standard
12999 is inserted in TeX-mode before the next formula.
13000 \end_layout
13001
13002 \begin_layout Subsection
13003 Boxes without Frame
13004 \begin_inset CommandInset label
13005 LatexCommand label
13006 name "sub:Boxes-without-Frame"
13007
13008 \end_inset
13009
13010
13011 \begin_inset Index
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015 Boxes ! without frame
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Standard
13024 For boxes without a frame there are the following box commands: 
13025 \series bold
13026
13027 \backslash
13028 mbox
13029 \series default
13030
13031 \begin_inset Index
13032 status collapsed
13033
13034 \begin_layout Plain Layout
13035 Commands ! M ! 
13036 \backslash
13037 mbox
13038 \end_layout
13039
13040 \end_inset
13041
13042
13043 \series bold
13044
13045 \backslash
13046 makebox
13047 \series default
13048
13049 \begin_inset Index
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053 Commands ! M ! 
13054 \backslash
13055 makebox
13056 \end_layout
13057
13058 \end_inset
13059
13060 , and 
13061 \series bold
13062
13063 \backslash
13064 raisebox
13065 \series default
13066
13067 \begin_inset Index
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071 Commands ! R ! 
13072 \backslash
13073 raisebox
13074 \end_layout
13075
13076 \end_inset
13077
13078
13079 \end_layout
13080
13081 \begin_layout Standard
13082 With 
13083 \series bold
13084
13085 \backslash
13086 raisebox
13087 \series default
13088  a box can be super- or subscripted.
13089  But in contrary to normal super- and subscripting, the characters in the
13090  box keep their font size.
13091  
13092 \series bold
13093
13094 \backslash
13095 raisebox
13096 \series default
13097  is used in the following scheme:
13098 \end_layout
13099
13100 \begin_layout Standard
13101
13102 \series bold
13103
13104 \backslash
13105 raisebox{height}{box content}
13106 \end_layout
13107
13108 \begin_layout Standard
13109 When the box should contain a formula, an extra formula is needed like for
13110  
13111 \series bold
13112
13113 \backslash
13114 fbox
13115 \series default
13116 .
13117 \end_layout
13118
13119 \begin_layout Standard
13120 \align center
13121 \begin_inset Tabular
13122 <lyxtabular version="3" rows="4" columns="2">
13123 <features>
13124 <column alignment="center" valignment="top" width="0">
13125 <column alignment="center" valignment="top" width="0">
13126 <row>
13127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 Command
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 Result
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 </row>
13146 <row>
13147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 H
13152 \backslash
13153 raisebox{2mm
13154 \begin_inset Formula $\to$
13155 \end_inset
13156
13157
13158 \backslash
13159 {al
13160 \begin_inset Formula $\to$
13161 \end_inset
13162
13163  lo
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13173 \end_inset
13174
13175
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 </row>
13181 <row>
13182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 H
13187 \backslash
13188 raisebox{-2mm
13189 \begin_inset Formula $\to$
13190 \end_inset
13191
13192
13193 \backslash
13194 {al
13195 \begin_inset Formula $\to$
13196 \end_inset
13197
13198 lo
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13208 \end_inset
13209
13210
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 </row>
13216 <row>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 A=
13222 \backslash
13223 raisebox{-2mm
13224 \begin_inset Formula $\to$
13225 \end_inset
13226
13227
13228 \backslash
13229 {
13230 \family sans
13231 Ctrl+M
13232 \family default
13233  
13234 \backslash
13235 sqrt
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241
13242 \backslash
13243 spce 
13244 \end_layout
13245
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 \begin_inset ERT
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261
13262 $A=
13263 \backslash
13264 raisebox{-2mm}{$
13265 \backslash
13266 sqrt{B}$}$
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 </row>
13277 </lyxtabular>
13278
13279 \end_inset
13280
13281
13282 \end_layout
13283
13284 \begin_layout Standard
13285 The last formula can currently only be created using TeX-mode because LyX
13286  inserts a box instead of the needed extra formula.
13287 \begin_inset Foot
13288 status collapsed
13289
13290 \begin_layout Plain Layout
13291 see 
13292 \begin_inset CommandInset href
13293 LatexCommand href
13294 name "LyX-bug #1435"
13295 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13296
13297 \end_inset
13298
13299
13300 \end_layout
13301
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \begin_layout Standard
13308 The command 
13309 \series bold
13310
13311 \backslash
13312 mbox
13313 \series default
13314  is equivalent to 
13315 \series bold
13316
13317 \backslash
13318 fbox
13319 \series default
13320  and 
13321 \series bold
13322
13323 \backslash
13324 makebox
13325 \series default
13326  is equivalent to 
13327 \series bold
13328
13329 \backslash
13330 framebox
13331 \series default
13332 , with the difference that there is no frame.
13333 \end_layout
13334
13335 \begin_layout Subsection
13336 Colored Boxes
13337 \begin_inset CommandInset label
13338 LatexCommand label
13339 name "sub:Colored-Boxes"
13340
13341 \end_inset
13342
13343
13344 \begin_inset Index
13345 status collapsed
13346
13347 \begin_layout Plain Layout
13348 Boxes ! colored
13349 \end_layout
13350
13351 \end_inset
13352
13353
13354 \end_layout
13355
13356 \begin_layout Standard
13357 To be able to use all commands explained in this section, the LaTeX-package
13358  
13359 \series bold
13360 color
13361 \series default
13362
13363 \begin_inset Foot
13364 status collapsed
13365
13366 \begin_layout Plain Layout
13367 The LaTeX-package 
13368 \series bold
13369 color
13370 \series default
13371  is part of every LaTeX standard installation.
13372 \end_layout
13373
13374 \end_inset
13375
13376
13377 \begin_inset Index
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381 Packages ! color
13382 \end_layout
13383
13384 \end_inset
13385
13386  has to be loaded in the LaTeX-preamble with the line
13387 \begin_inset Foot
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391 When text is colored somewhere in the document with a predefined color,
13392  LyX loads the LaTeX-package 
13393 \series bold
13394 color
13395 \series default
13396  automatically.
13397  Thus it is possible that the package is loaded twice, but this doesn't
13398  arise problems.
13399 \end_layout
13400
13401 \end_inset
13402
13403
13404 \begin_inset Note Note
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13409 amble.
13410 \end_layout
13411
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420
13421 \backslash
13422 usepackage{color}
13423 \end_layout
13424
13425 \begin_layout Standard
13426 \begin_inset VSpace medskip
13427 \end_inset
13428
13429 To color boxes, the command 
13430 \series bold
13431
13432 \backslash
13433 colorbox
13434 \series default
13435
13436 \begin_inset Index
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440 Commands ! C ! 
13441 \backslash
13442 colorbox
13443 \end_layout
13444
13445 \end_inset
13446
13447  is used in the following scheme:
13448 \end_layout
13449
13450 \begin_layout Standard
13451
13452 \series bold
13453
13454 \backslash
13455 colorbox{color}{box content}
13456 \end_layout
13457
13458 \begin_layout Standard
13459 The box content can also be a box and a 
13460 \series bold
13461
13462 \backslash
13463 colorbox
13464 \series default
13465  can also be part of another box (see the 2nd and 3rd example).
13466  When the box should contain a formula, an extra formula has to be created,
13467  the same as for 
13468 \series bold
13469
13470 \backslash
13471 fbox
13472 \series default
13473 .
13474 \begin_inset Foot
13475 status collapsed
13476
13477 \begin_layout Plain Layout
13478 This also applies for the command 
13479 \series bold
13480
13481 \backslash
13482 fcolorbox
13483 \series default
13484 .
13485  Thereby note 
13486 \begin_inset CommandInset href
13487 LatexCommand href
13488 name "LyX-bug #1435"
13489 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13490
13491 \end_inset
13492
13493 .
13494 \end_layout
13495
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \begin_layout Standard
13502 One of the following predefined colors can be chosen:
13503 \end_layout
13504
13505 \begin_layout Standard
13506
13507 \series bold
13508 black
13509 \series default
13510
13511 \series bold
13512 blue
13513 \series default
13514
13515 \series bold
13516 cyan
13517 \series default
13518
13519 \series bold
13520 green
13521 \series default
13522
13523 \series bold
13524 magenta
13525 \series default
13526
13527 \series bold
13528 red
13529 \series default
13530
13531 \series bold
13532 white
13533 \series default
13534 , and 
13535 \series bold
13536 yellow
13537 \end_layout
13538
13539 \begin_layout Standard
13540 \align center
13541 \begin_inset Tabular
13542 <lyxtabular version="3" rows="4" columns="2">
13543 <features>
13544 <column alignment="center" valignment="top" width="0">
13545 <column alignment="center" valignment="top" width="0">
13546 <row>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 Command
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 Result
13561 \begin_inset Note Note
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565
13566 \series bold
13567
13568 \backslash
13569 raisebox
13570 \series default
13571  is only used as spacer.
13572 \end_layout
13573
13574 \end_inset
13575
13576
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 </row>
13582 <row>
13583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587
13588 \backslash
13589 colorbox{yellow
13590 \begin_inset Formula $\to$
13591 \end_inset
13592
13593
13594 \backslash
13595 {A=B
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 </row>
13613 <row>
13614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618
13619 \backslash
13620 colorbox{green
13621 \begin_inset Formula $\to$
13622 \end_inset
13623
13624
13625 \backslash
13626 {
13627 \backslash
13628 fbox
13629 \begin_inset ERT
13630 status collapsed
13631
13632 \begin_layout Plain Layout
13633
13634
13635 \backslash
13636 spce 
13637 \end_layout
13638
13639 \end_inset
13640
13641 A=B
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 </row>
13659 <row>
13660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664
13665 \backslash
13666 fbox
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672
13673 \backslash
13674 spce 
13675 \end_layout
13676
13677 \end_inset
13678
13679
13680 \backslash
13681 colorbox{green
13682 \begin_inset Formula $\to$
13683 \end_inset
13684
13685
13686 \backslash
13687 {A=B
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13697 \end_inset
13698
13699
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 </row>
13705 </lyxtabular>
13706
13707 \end_inset
13708
13709
13710 \end_layout
13711
13712 \begin_layout Standard
13713
13714 \series bold
13715
13716 \backslash
13717 colorbox
13718 \series default
13719  only colors the box but not the characters in the box.
13720  To color all characters, the whole formula is highlighted and the wanted
13721  color is chosen in the 
13722 \family sans
13723 Text
13724 \begin_inset space ~
13725 \end_inset
13726
13727 Style
13728 \family default
13729  dialog.
13730  The dialog can be called with the toolbar button 
13731 \begin_inset Graphics
13732         filename ../images/dialog-show_character.png
13733         scale 85
13734
13735 \end_inset
13736
13737  or the menu 
13738 \family sans
13739 Edit\SpecialChar \menuseparator
13740 Text
13741 \begin_inset space ~
13742 \end_inset
13743
13744 Style\SpecialChar \menuseparator
13745 Customized
13746 \family default
13747 .
13748  The formula number has then the same color as the formula.
13749  When the formula number should get another color than the formula characters,
13750  the color must be changed within the formula.
13751 \end_layout
13752
13753 \begin_layout Standard
13754 An example:
13755 \end_layout
13756
13757 \begin_layout Standard
13758
13759 \color red
13760 \begin_inset Formula \begin{equation}
13761 \int A=B\label{eq:red}\end{equation}
13762
13763 \end_inset
13764
13765
13766 \color green
13767
13768 \begin_inset Formula \begin{equation}
13769 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13770
13771 \end_inset
13772
13773
13774 \end_layout
13775
13776 \begin_layout Standard
13777 Formula 
13778 \begin_inset CommandInset ref
13779 LatexCommand eqref
13780 reference "eq:red"
13781
13782 \end_inset
13783
13784  is completely colored red.
13785 \begin_inset Newline newline
13786 \end_inset
13787
13788 Formula 
13789 \begin_inset CommandInset ref
13790 LatexCommand eqref
13791 reference "eq:redgreen"
13792
13793 \end_inset
13794
13795  was first completely colored green to set the color for the formula number.
13796  Subsequently the formula characters were colored red.
13797 \end_layout
13798
13799 \begin_layout Standard
13800 \begin_inset VSpace bigskip
13801 \end_inset
13802
13803 To color the frame different than the rest of the box, the command 
13804 \series bold
13805
13806 \backslash
13807 fcolorbox
13808 \series default
13809
13810 \begin_inset Index
13811 status collapsed
13812
13813 \begin_layout Plain Layout
13814 Commands ! F ! 
13815 \backslash
13816 fcolorbox
13817 \end_layout
13818
13819 \end_inset
13820
13821  is used in the following scheme:
13822 \end_layout
13823
13824 \begin_layout Standard
13825
13826 \series bold
13827
13828 \backslash
13829 fcolorbox{frame color}{color}{box content}
13830 \end_layout
13831
13832 \begin_layout Standard
13833 So 
13834 \series bold
13835
13836 \backslash
13837 fcolorbox
13838 \series default
13839  is an extension of the command 
13840 \series bold
13841
13842 \backslash
13843 colorbox
13844 \series default
13845 .
13846  The frame width is set, like for 
13847 \series bold
13848
13849 \backslash
13850 framebox
13851 \series default
13852 , with 
13853 \series bold
13854
13855 \backslash
13856 fboxrule
13857 \series default
13858  and 
13859 \series bold
13860
13861 \backslash
13862 fboxsep
13863 \series default
13864 .
13865  An example:
13866 \begin_inset ERT
13867 status collapsed
13868
13869 \begin_layout Plain Layout
13870
13871
13872 \backslash
13873 fboxrule 1mm 
13874 \backslash
13875 fboxsep 1mm
13876 \end_layout
13877
13878 \end_inset
13879
13880
13881 \begin_inset Formula \[
13882 \fcolorbox{cyan}{magenta}{A=B}\]
13883
13884 \end_inset
13885
13886
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892
13893 \backslash
13894 fboxrule 0.4pt 
13895 \backslash
13896 fboxsep 3pt
13897 \end_layout
13898
13899 \end_inset
13900
13901
13902 \end_layout
13903
13904 \begin_layout Standard
13905 This formula was created with the command
13906 \begin_inset Newline newline
13907 \end_inset
13908
13909
13910 \series bold
13911
13912 \backslash
13913 fcolorbox{cyan
13914 \begin_inset Formula $\to$
13915 \end_inset
13916
13917
13918 \backslash
13919 {magenta
13920 \begin_inset Formula $\to$
13921 \end_inset
13922
13923
13924 \backslash
13925 {A=B
13926 \series default
13927 .
13928 \end_layout
13929
13930 \begin_layout Standard
13931 \begin_inset VSpace bigskip
13932 \end_inset
13933
13934 To use other colors than the predefined ones, they have to be defined first.
13935 \end_layout
13936
13937 \begin_layout Standard
13938 One can for example define the color 
13939 \begin_inset Quotes eld
13940 \end_inset
13941
13942
13943 \series bold
13944 darkgreen
13945 \series default
13946
13947 \begin_inset Quotes erd
13948 \end_inset
13949
13950  with the LaTeX-preamble line:
13951 \end_layout
13952
13953 \begin_layout Standard
13954
13955 \series bold
13956
13957 \backslash
13958 definecolor{darkgreen}{cmyk}{0.5,
13959 \series default
13960  
13961 \series bold
13962 0,
13963 \series default
13964  
13965 \series bold
13966 1,
13967 \series default
13968  
13969 \series bold
13970 0.5}
13971 \series default
13972
13973 \begin_inset Index
13974 status collapsed
13975
13976 \begin_layout Plain Layout
13977 Commands ! D ! 
13978 \backslash
13979 definecolor
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \begin_layout Standard
13988
13989 \series bold
13990 cmyk
13991 \series default
13992  is the color space that denotes the colors 
13993 \series bold
13994 cyan
13995 \series default
13996
13997 \series bold
13998 magenta
13999 \series default
14000
14001 \series bold
14002 yellow
14003 \series default
14004 , and 
14005 \series bold
14006 black
14007 \series default
14008 .
14009  The four comma separated numbers are the portion factor for the corresponding
14010  colors of the color space.
14011  The factors can be in the range of 0
14012 \begin_inset space \thinspace{}
14013 \end_inset
14014
14015 -
14016 \begin_inset space \thinspace{}
14017 \end_inset
14018
14019 1.
14020  Instead of 
14021 \series bold
14022 cmyk
14023 \series default
14024  also the color space 
14025 \series bold
14026 rgb
14027 \series default
14028  can be used for definitions.
14029  
14030 \series bold
14031 rgb
14032 \series default
14033  denotes 
14034 \series bold
14035 red
14036 \series default
14037
14038 \series bold
14039 green
14040 \series default
14041 , and 
14042 \series bold
14043 blue
14044 \series default
14045 , so that there are in this case three portion factors for the corresponding
14046  colors.
14047  Furthermore there is the color space 
14048 \series bold
14049 gray
14050 \series default
14051  with one portion factor for the gray value.
14052 \end_layout
14053
14054 \begin_layout Standard
14055 As example a framed box with the new defined color 
14056 \series bold
14057 darkgreen
14058 \series default
14059  where the characters have been colored 
14060 \series bold
14061 yellow
14062 \series default
14063 :
14064 \begin_inset Formula \begin{equation}
14065 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14066
14067 \end_inset
14068
14069
14070 \end_layout
14071
14072 \begin_layout Standard
14073 Self-defined colors can also be used for text with the help of the command
14074  
14075 \series bold
14076
14077 \backslash
14078 textcolor
14079 \series default
14080 :
14081 \begin_inset Index
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085 Text ! colored
14086 \end_layout
14087
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \begin_layout Standard
14094 \begin_inset ERT
14095 status collapsed
14096
14097 \begin_layout Plain Layout
14098
14099
14100 \backslash
14101 textcolor{darkgreen}{
14102 \end_layout
14103
14104 \end_inset
14105
14106 This sentence is 
14107 \begin_inset Quotes eld
14108 \end_inset
14109
14110 darkgreen
14111 \begin_inset Quotes erd
14112 \end_inset
14113
14114 .
14115 \begin_inset ERT
14116 status collapsed
14117
14118 \begin_layout Plain Layout
14119
14120 }
14121 \end_layout
14122
14123 \end_inset
14124
14125
14126 \end_layout
14127
14128 \begin_layout Standard
14129
14130 \series bold
14131
14132 \backslash
14133 textcolor
14134 \series default
14135
14136 \begin_inset Index
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 Commands ! T ! 
14141 \backslash
14142 textcolor
14143 \end_layout
14144
14145 \end_inset
14146
14147  is used in the scheme 
14148 \series bold
14149
14150 \backslash
14151 textcolor{color}{characters to color}
14152 \series default
14153 .
14154 \end_layout
14155
14156 \begin_layout Subsection
14157 Paragraph Boxes
14158 \begin_inset CommandInset label
14159 LatexCommand label
14160 name "sub:Paragraph-Boxes"
14161
14162 \end_inset
14163
14164
14165 \begin_inset Index
14166 status collapsed
14167
14168 \begin_layout Plain Layout
14169 Boxes ! as paragraph
14170 \end_layout
14171
14172 \end_inset
14173
14174
14175 \end_layout
14176
14177 \begin_layout Standard
14178 A box that can contain several lines and paragraphs, a so called paragraph
14179  box (parbox), can be created with the menu 
14180 \family sans
14181 Insert\SpecialChar \menuseparator
14182 Box
14183 \family default
14184  or the toolbar button 
14185 \begin_inset Graphics
14186         filename ../images/box-insert.png
14187         scale 85
14188
14189 \end_inset
14190
14191 .
14192 \end_layout
14193
14194 \begin_layout Standard
14195 The following example shows a framed parbox in a line:
14196 \end_layout
14197
14198 \begin_layout Standard
14199 \begin_inset VSpace medskip
14200 \end_inset
14201
14202 This is a line 
14203 \begin_inset Box Boxed
14204 position "c"
14205 hor_pos "c"
14206 has_inner_box 1
14207 inner_pos "t"
14208 use_parbox 1
14209 width "5cm"
14210 special "none"
14211 height "1in"
14212 height_special "totalheight"
14213 status open
14214
14215 \begin_layout Plain Layout
14216 This is a paragraph box.
14217  It is exactly 5
14218 \begin_inset space \thinspace{}
14219 \end_inset
14220
14221 cm long and can also contain formulas: 
14222 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \end_inset
14229
14230  with a parbox.
14231 \end_layout
14232
14233 \begin_layout Standard
14234 \begin_inset VSpace medskip
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241 Such a box is created by right-clicking on the gray box inset.
14242  A dialog pops up showing the box properties.
14243  In our case set: 
14244 \emph on
14245 Decoration
14246 \emph default
14247 : Recangular box, 
14248 \emph on
14249 Inner Box
14250 \emph default
14251 : Parbox, 
14252 \emph on
14253 Width
14254 \emph default
14255 : 5
14256 \begin_inset space \thinspace{}
14257 \end_inset
14258
14259 cm, 
14260 \emph on
14261 Vertical Box Alignment
14262 \emph default
14263 : Middle
14264 \end_layout
14265
14266 \begin_layout Standard
14267 \begin_inset VSpace medskip
14268 \end_inset
14269
14270 In LaTeX a parbox is created with the command 
14271 \series bold
14272
14273 \backslash
14274 parbox
14275 \series default
14276
14277 \begin_inset Index
14278 status collapsed
14279
14280 \begin_layout Plain Layout
14281 Commands ! P ! 
14282 \backslash
14283 parbox
14284 \end_layout
14285
14286 \end_inset
14287
14288  that has the following scheme:
14289 \end_layout
14290
14291 \begin_layout Standard
14292
14293 \series bold
14294
14295 \backslash
14296 parbox[position]{width}{box content}
14297 \end_layout
14298
14299 \begin_layout Standard
14300 The positions 
14301 \emph on
14302 b
14303 \emph default
14304  and 
14305 \emph on
14306 t
14307 \emph default
14308  are possible.
14309  
14310 \emph on
14311 b
14312 \emph default
14313  for bottom means that the box is aligned within the surrounding text with
14314  its last line.
14315  With 
14316 \emph on
14317 t
14318 \emph default
14319  for top this is done with the first line.
14320  When no position is given, the box will be vertically centered, see section
14321  
14322 \emph on
14323 Boxes
14324 \emph default
14325  of the 
14326 \emph on
14327 Embedded
14328 \begin_inset space ~
14329 \end_inset
14330
14331 Objects
14332 \emph default
14333  manual for examples.
14334 \end_layout
14335
14336 \begin_layout Standard
14337 \begin_inset VSpace bigskip
14338 \end_inset
14339
14340 To frame formulas completely, including the formula number, the formula
14341  must be set into a parbox.
14342  To do this, the command 
14343 \series bold
14344
14345 \backslash
14346 fbox{
14347 \backslash
14348 parbox{
14349 \backslash
14350 linewidth-2
14351 \backslash
14352 fboxsep-2
14353 \backslash
14354 fboxrule}{
14355 \series default
14356  is inserted in TeX-mode before the formula.
14357  
14358 \series bold
14359
14360 \backslash
14361 linewidth
14362 \begin_inset Index
14363 status collapsed
14364
14365 \begin_layout Plain Layout
14366 Commands ! L ! 
14367 \backslash
14368 linewidth
14369 \end_layout
14370
14371 \end_inset
14372
14373
14374 \series default
14375  is hereby the line width set for the document.
14376  Because the frame is outside the parbox, 2
14377 \begin_inset space \thinspace{}
14378 \end_inset
14379
14380 times the frame separation and the frame thickness must be subtracted from
14381  the line width.
14382  As this is not automatically done by LyX due to a bug
14383 \begin_inset Foot
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387 \begin_inset CommandInset href
14388 LatexCommand href
14389 name "LyX-bug #4483"
14390 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \end_inset
14398
14399 , TeX-mode has to be used.
14400  To be able to multiply and subtract in arguments, the LaTeX-package 
14401 \series bold
14402 calc
14403 \series default
14404
14405 \begin_inset Foot
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409
14410 \series bold
14411 calc
14412 \series default
14413  is part of every LaTeX standard installation.
14414 \end_layout
14415
14416 \end_inset
14417
14418
14419 \begin_inset Index
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423 Packages ! calc
14424 \end_layout
14425
14426 \end_inset
14427
14428  must be loaded in the LaTeX-preamble with the line
14429 \end_layout
14430
14431 \begin_layout Standard
14432
14433 \series bold
14434
14435 \backslash
14436 usepackage{calc}
14437 \end_layout
14438
14439 \begin_layout Standard
14440 Behind the formula both boxes are closed by entering 
14441 \series bold
14442 }}
14443 \series default
14444  in TeX-mode.
14445  Here is an example:
14446 \begin_inset ERT
14447 status collapsed
14448
14449 \begin_layout Plain Layout
14450
14451
14452 \backslash
14453 fboxsep 5mm 
14454 \backslash
14455 fboxrule 5mm
14456 \end_layout
14457
14458 \end_inset
14459
14460
14461 \end_layout
14462
14463 \begin_layout Standard
14464 \begin_inset ERT
14465 status collapsed
14466
14467 \begin_layout Plain Layout
14468
14469
14470 \backslash
14471 fbox{
14472 \backslash
14473 parbox{
14474 \backslash
14475 linewidth-2
14476 \backslash
14477 fboxsep-2
14478 \backslash
14479 fboxrule}{
14480 \end_layout
14481
14482 \end_inset
14483
14484
14485 \begin_inset Formula \begin{equation}
14486 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14487
14488 \end_inset
14489
14490
14491 \begin_inset ERT
14492 status collapsed
14493
14494 \begin_layout Plain Layout
14495
14496 }}
14497 \end_layout
14498
14499 \end_inset
14500
14501
14502 \begin_inset ERT
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506
14507
14508 \backslash
14509 fboxrule 0.4pt 
14510 \backslash
14511 fboxsep 3pt
14512 \end_layout
14513
14514 \end_inset
14515
14516
14517 \end_layout
14518
14519 \begin_layout Standard
14520 \begin_inset VSpace medskip
14521 \end_inset
14522
14523 As a parbox is used as argument of 
14524 \series bold
14525
14526 \backslash
14527 fbox
14528 \series default
14529 , there is in this case no difference between 
14530 \series bold
14531
14532 \backslash
14533 fbox
14534 \series default
14535  and 
14536 \series bold
14537
14538 \backslash
14539 boxed
14540 \series default
14541 .
14542 \end_layout
14543
14544 \begin_layout Standard
14545 \begin_inset VSpace bigskip
14546 \end_inset
14547
14548 Paragraph boxes are very useful to comment formulas directly.
14549  To do this, 
14550 \series bold
14551
14552 \backslash
14553 parbox
14554 \series default
14555  is used in combination with the command 
14556 \series bold
14557
14558 \backslash
14559 tag
14560 \series default
14561 .
14562  (more about 
14563 \series bold
14564
14565 \backslash
14566 tag
14567 \series default
14568  see 
14569 \begin_inset CommandInset ref
14570 LatexCommand ref
14571 reference "sub:User-defined-Numbering"
14572
14573 \end_inset
14574
14575 )
14576 \end_layout
14577
14578 \begin_layout Standard
14579 An example of a formula commented with 
14580 \series bold
14581
14582 \backslash
14583 parbox
14584 \series default
14585 :
14586 \end_layout
14587
14588 \begin_layout Standard
14589 \begin_inset ERT
14590 status collapsed
14591
14592 \begin_layout Plain Layout
14593
14594
14595 \backslash
14596 [5x-7b=3b
14597 \backslash
14598 tag*{
14599 \backslash
14600 parbox{5cm}{
14601 \end_layout
14602
14603 \end_inset
14604
14605 This is a description.
14606  It is distinctly separated from the formula and multiline.
14607 \begin_inset ERT
14608 status collapsed
14609
14610 \begin_layout Plain Layout
14611
14612 }}
14613 \backslash
14614 ]
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \begin_layout Standard
14623 Such a formula must be inserted completely in TeX-mode because LyX does
14624  not yet support the command 
14625 \series bold
14626
14627 \backslash
14628 parbox
14629 \series default
14630  in formulas.
14631  The formula is created with the following command sequence:
14632 \end_layout
14633
14634 \begin_layout Standard
14635 The command 
14636 \series bold
14637
14638 \backslash
14639 [5x-7b=3b
14640 \backslash
14641 tag*
14642 \backslash
14643 {
14644 \backslash
14645 parbox{5cm}{
14646 \series default
14647  is inserted in TeX-mode.
14648 \begin_inset Foot
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652 When the formula style 
14653 \series bold
14654 Indented
14655 \series default
14656  is used, 
14657 \series bold
14658
14659 \backslash
14660 tag*
14661 \backslash
14662 {
14663 \series default
14664  can also be replaced by 
14665 \series bold
14666
14667 \backslash
14668 hfill
14669 \series default
14670 .
14671  (formula styles see 
14672 \begin_inset CommandInset ref
14673 LatexCommand ref
14674 reference "sec:Formula-Styles"
14675
14676 \end_inset
14677
14678 )
14679 \end_layout
14680
14681 \end_inset
14682
14683  Then the description follows as normal text, and finally 
14684 \series bold
14685 }}
14686 \backslash
14687 ]
14688 \series default
14689  is inserted in TeX-mode.
14690  The commands 
14691 \series bold
14692
14693 \backslash
14694 [
14695 \series default
14696  and 
14697 \series bold
14698
14699 \backslash
14700 ]
14701 \series default
14702  hereby create a displayed formula.
14703 \end_layout
14704
14705 \begin_layout Standard
14706 The advantages of 
14707 \series bold
14708
14709 \backslash
14710 parbox
14711 \series default
14712  can be seen in this example that was 
14713 \begin_inset Quotes eld
14714 \end_inset
14715
14716 commented
14717 \begin_inset Quotes erd
14718 \end_inset
14719
14720  using the mathematical textmode:
14721 \begin_inset Formula \[
14722 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14723
14724 \end_inset
14725
14726
14727 \end_layout
14728
14729 \begin_layout Section
14730 Operators
14731 \begin_inset Index
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735 Operators
14736 \end_layout
14737
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \begin_layout Subsection
14744 Big Operators
14745 \begin_inset CommandInset label
14746 LatexCommand label
14747 name "sub:Big-Operators"
14748
14749 \end_inset
14750
14751
14752 \begin_inset Index
14753 status collapsed
14754
14755 \begin_layout Plain Layout
14756 Operators ! big
14757 \end_layout
14758
14759 \end_inset
14760
14761
14762 \begin_inset Index
14763 status collapsed
14764
14765 \begin_layout Plain Layout
14766 Sums
14767 \end_layout
14768
14769 \end_inset
14770
14771
14772 \begin_inset Index
14773 status collapsed
14774
14775 \begin_layout Plain Layout
14776 Integrals
14777 \end_layout
14778
14779 \end_inset
14780
14781
14782 \end_layout
14783
14784 \begin_layout Standard
14785 To be able to use all integral operators listed here, the option 
14786 \family sans
14787 Use esint package automatically
14788 \family default
14789  must be set in the document settings under 
14790 \family sans
14791 Math
14792 \begin_inset space ~
14793 \end_inset
14794
14795 Options
14796 \family default
14797 .
14798 \end_layout
14799
14800 \begin_layout Standard
14801 \begin_inset space \hfill{}
14802 \end_inset
14803
14804
14805 \begin_inset Tabular
14806 <lyxtabular version="3" rows="11" columns="2">
14807 <features>
14808 <column alignment="center" valignment="top" width="0pt">
14809 <column alignment="center" valignment="top" width="0pt">
14810 <row>
14811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815 Command
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824 Result
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 </row>
14830 <row>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835
14836 \backslash
14837 sum
14838 \begin_inset Index
14839 status collapsed
14840
14841 \begin_layout Plain Layout
14842 Commands ! S ! 
14843 \backslash
14844 sum
14845 \end_layout
14846
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858 \begin_inset Formula $\sum$
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \backslash
14874 int
14875 \begin_inset Index
14876 status collapsed
14877
14878 \begin_layout Plain Layout
14879 Commands ! I ! 
14880 \backslash
14881 int
14882 \end_layout
14883
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895 \begin_inset Formula $\int$
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 <row>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909
14910 \backslash
14911 intop
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 \begin_inset Formula $\intop$
14921 \end_inset
14922
14923
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 </row>
14929 <row>
14930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934
14935 \backslash
14936 oint
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 \begin_inset Formula $\oint$
14946 \end_inset
14947
14948
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 </row>
14954 <row>
14955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959
14960 \backslash
14961 ointop
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 \begin_inset Formula $\ointop$
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 </row>
14979 <row>
14980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984
14985 \backslash
14986 ointctrclockwise
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 \begin_inset Formula $\ointctrclockwise$
14996 \end_inset
14997
14998
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 </row>
15004 <row>
15005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009
15010 \backslash
15011 ointclockwise
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020 \begin_inset Formula $\ointclockwise$
15021 \end_inset
15022
15023
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 </row>
15029 <row>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \backslash
15036 sqint
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 \begin_inset Formula $\sqint$
15046 \end_inset
15047
15048
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059
15060 \backslash
15061 bigcap
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 \begin_inset Formula $\bigcap$
15071 \end_inset
15072
15073
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 <row>
15080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \backslash
15086 bigcup
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 \begin_inset Formula $\bigcup$
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 </row>
15104 </lyxtabular>
15105
15106 \end_inset
15107
15108
15109 \begin_inset space \hfill{}
15110 \end_inset
15111
15112
15113 \begin_inset Tabular
15114 <lyxtabular version="3" rows="10" columns="2">
15115 <features>
15116 <column alignment="center" valignment="top" width="0pt">
15117 <column alignment="center" valignment="top" width="0pt">
15118 <row>
15119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 Command
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 Result
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 </row>
15138 <row>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143
15144 \backslash
15145 prod
15146 \begin_inset Index
15147 status collapsed
15148
15149 \begin_layout Plain Layout
15150 Commands ! P ! 
15151 \backslash
15152 prod
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166 \begin_inset Formula $\prod$
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 </row>
15175 <row>
15176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180
15181 \backslash
15182 coprod
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191 \begin_inset Formula $\coprod$
15192 \end_inset
15193
15194
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 </row>
15200 <row>
15201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205
15206 \backslash
15207 bigodot
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216 \begin_inset Formula $\bigodot$
15217 \end_inset
15218
15219
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row>
15226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230
15231 \backslash
15232 bigotimes
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 \begin_inset Formula $\bigotimes$
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 </row>
15250 <row>
15251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255
15256 \backslash
15257 bigoplus
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 \begin_inset Formula $\bigoplus$
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row>
15276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \backslash
15282 bigwedge
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291 \begin_inset Formula $\bigwedge$
15292 \end_inset
15293
15294
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 </row>
15300 <row>
15301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305
15306 \backslash
15307 bigvee
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316 \begin_inset Formula $\bigvee$
15317 \end_inset
15318
15319
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 </row>
15325 <row>
15326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330
15331 \backslash
15332 bigsqcup
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 \begin_inset Formula $\bigsqcup$
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 </row>
15350 <row>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355
15356 \backslash
15357 biguplus
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 \begin_inset Formula $\biguplus$
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 </lyxtabular>
15376
15377 \end_inset
15378
15379
15380 \begin_inset space \hfill{}
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \begin_layout Standard
15387 All big operators can also be inserted via the math toolbar button 
15388 \begin_inset Graphics
15389         filename ../images/math/intop.png
15390         scale 85
15391
15392 \end_inset
15393
15394 .
15395 \end_layout
15396
15397 \begin_layout Standard
15398 The operators are called big because they are bigger than the sometimes
15399  equal looking binary operators.
15400  All big operators can have limits as described in the next subsection.
15401 \end_layout
15402
15403 \begin_layout Standard
15404 The operators 
15405 \series bold
15406
15407 \backslash
15408 intop
15409 \series default
15410  and 
15411 \series bold
15412
15413 \backslash
15414 ointop
15415 \series default
15416  are different from 
15417 \series bold
15418
15419 \backslash
15420 int
15421 \series default
15422  and 
15423 \series bold
15424
15425 \backslash
15426 oint
15427 \series default
15428 , resp.
15429 \begin_inset space ~
15430 \end_inset
15431
15432 in the style the operator limits are displayed, see 
15433 \begin_inset CommandInset ref
15434 LatexCommand ref
15435 reference "sub:Operator-Limits"
15436
15437 \end_inset
15438
15439 .
15440  
15441 \end_layout
15442
15443 \begin_layout Subsubsection*
15444 Advices for Integrals
15445 \end_layout
15446
15447 \begin_layout Standard
15448 The letter 
15449 \emph on
15450 d
15451 \emph default
15452  in an integral is an operator, that therefore has to be set upright.
15453  This is done by highlighting the 
15454 \emph on
15455 d
15456 \emph default
15457  and using the keyboard shortcut 
15458 \begin_inset Info
15459 type  "shortcut"
15460 arg   "font-roman"
15461 \end_inset
15462
15463
15464 \begin_inset Foot
15465 status collapsed
15466
15467 \begin_layout Plain Layout
15468 Font styles
15469 \series bold
15470  
15471 \series default
15472 see 
15473 \begin_inset CommandInset ref
15474 LatexCommand ref
15475 reference "sub:Font-Styles"
15476
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \end_inset
15483
15484 .
15485  Finally the smallest space is inserted before the 
15486 \emph on
15487 d
15488 \emph default
15489 , as this is usual for operators.
15490  An example:
15491 \end_layout
15492
15493 \begin_layout Standard
15494 incorrect: 
15495 \begin_inset Formula $\int A(x)dx$
15496 \end_inset
15497
15498
15499 \begin_inset Newline newline
15500 \end_inset
15501
15502
15503 \begin_inset ERT
15504 status collapsed
15505
15506 \begin_layout Plain Layout
15507
15508
15509 \backslash
15510 hphantom{in}
15511 \end_layout
15512
15513 \end_inset
15514
15515 correct: 
15516 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \begin_layout Standard
15523 For multiple integrals there are the following commands:
15524 \begin_inset VSpace medskip
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \begin_layout Standard
15531 \begin_inset space \hfill{}
15532 \end_inset
15533
15534
15535 \begin_inset Tabular
15536 <lyxtabular version="3" rows="4" columns="2">
15537 <features>
15538 <column alignment="center" valignment="top" width="0">
15539 <column alignment="center" valignment="top" width="0">
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545 Command
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554 Result
15555 \begin_inset Note Note
15556 status collapsed
15557
15558 \begin_layout Plain Layout
15559
15560 \series bold
15561
15562 \backslash
15563 raisebox
15564 \series default
15565  is only used as spacer.
15566 \end_layout
15567
15568 \end_inset
15569
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 </row>
15576 <row>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581
15582 \backslash
15583 iint
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606
15607 \backslash
15608 oiint
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \backslash
15633 sqiint
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 </row>
15651 </lyxtabular>
15652
15653 \end_inset
15654
15655
15656 \begin_inset space \hfill{}
15657 \end_inset
15658
15659
15660 \begin_inset Tabular
15661 <lyxtabular version="3" rows="4" columns="2">
15662 <features>
15663 <column alignment="center" valignment="top" width="0">
15664 <column alignment="center" valignment="top" width="0">
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670 Command
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 Result
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row>
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690
15691 \backslash
15692 iiint
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15702 \end_inset
15703
15704
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 <row>
15711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715
15716 \backslash
15717 iiiint
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \backslash
15742 dotsint
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 </row>
15760 </lyxtabular>
15761
15762 \end_inset
15763
15764
15765 \begin_inset space \hfill{}
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Subsection
15772 Operator Limits
15773 \begin_inset CommandInset label
15774 LatexCommand label
15775 name "sub:Operator-Limits"
15776
15777 \end_inset
15778
15779
15780 \begin_inset Index
15781 status collapsed
15782
15783 \begin_layout Plain Layout
15784 Operators ! Limits
15785 \end_layout
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \begin_layout Standard
15793 Limits are created by super- and subscripts:
15794 \end_layout
15795
15796 \begin_layout Standard
15797 \align center
15798 \begin_inset Tabular
15799 <lyxtabular version="3" rows="2" columns="2">
15800 <features>
15801 <column alignment="center" valignment="top" width="0pt">
15802 <column alignment="center" valignment="top" width="0pt">
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 Command
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 Result
15818 \begin_inset Note Note
15819 status collapsed
15820
15821 \begin_layout Plain Layout
15822
15823 \series bold
15824
15825 \backslash
15826 raisebox
15827 \series default
15828  is only used as spacer.
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 </row>
15839 <row>
15840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844
15845 \backslash
15846 prod^
15847 \backslash
15848 infty
15849 \begin_inset ERT
15850 status collapsed
15851
15852 \begin_layout Plain Layout
15853
15854
15855 \backslash
15856 spce 
15857 \end_layout
15858
15859 \end_inset
15860
15861
15862 \begin_inset Formula $\to$
15863 \end_inset
15864
15865 _0
15866 \begin_inset Formula $\to$
15867 \end_inset
15868
15869 A(x)
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15879 \end_inset
15880
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 </row>
15887 </lyxtabular>
15888
15889 \end_inset
15890
15891
15892 \end_layout
15893
15894 \begin_layout Standard
15895 Limits of inline formulas are set right beside the operator.
15896  Limits in displayed formulas are set above or below the operator, except
15897  of integral limits.
15898 \end_layout
15899
15900 \begin_layout Standard
15901 To force that the limits are set beside the operator, the cursor is set
15902  directly behind the operator and the limits type is changed with the menu
15903  
15904 \family sans
15905 Edit\SpecialChar \menuseparator
15906 Math\SpecialChar \menuseparator
15907 Change Limits Type
15908 \family default
15909  to 
15910 \family sans
15911 \series bold
15912 Inline
15913 \family default
15914 \series default
15915  (shortcut 
15916 \begin_inset Info
15917 type  "shortcut"
15918 arg   "math-limits"
15919 \end_inset
15920
15921 ).
15922  An example:
15923 \end_layout
15924
15925 \begin_layout Standard
15926 The default limits type is this:
15927 \begin_inset Formula \[
15928 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15929
15930 \end_inset
15931
15932 This is how it looks when the limits type was changed to 
15933 \family sans
15934 \series bold
15935 Inline
15936 \family default
15937 \series default
15938 :
15939 \begin_inset Formula \[
15940 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15941
15942 \end_inset
15943
15944 For integrals, except of 
15945 \series bold
15946
15947 \backslash
15948 intop
15949 \series default
15950  and 
15951 \series bold
15952
15953 \backslash
15954 ointop
15955 \series default
15956 , the limits are by default set beside the operator.
15957  But for multiple integrals the limits are often set below the operator.
15958  In the following example the limits type was therefore set to 
15959 \series bold
15960 Display
15961 \series default
15962  and so set below the integrals:
15963 \begin_inset Formula \begin{equation}
15964 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Standard
15972 \begin_inset VSpace medskip
15973 \end_inset
15974
15975 To specify conditions for limits, the commands 
15976 \series bold
15977
15978 \backslash
15979 subarray
15980 \series default
15981
15982 \begin_inset Index
15983 status collapsed
15984
15985 \begin_layout Plain Layout
15986 Commands ! S ! 
15987 \backslash
15988 subarray
15989 \end_layout
15990
15991 \end_inset
15992
15993  and 
15994 \series bold
15995
15996 \backslash
15997 substack
15998 \series default
15999
16000 \begin_inset Index
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004 Commands ! S ! 
16005 \backslash
16006 substack
16007 \end_layout
16008
16009 \end_inset
16010
16011  are used.
16012  To create for example this expression 
16013 \begin_inset Formula \begin{equation}
16014 \sum_{\begin{subarray}{c}
16015 0<k<1000\\
16016 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \begin_layout Standard
16024 the following has to be done:
16025 \begin_inset Newline newline
16026 \end_inset
16027
16028 First the command 
16029 \series bold
16030
16031 \backslash
16032 sum
16033 \series default
16034 ^
16035 \series bold
16036 n
16037 \begin_inset ERT
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041
16042
16043 \backslash
16044 spce 
16045 \end_layout
16046
16047 \end_inset
16048
16049 _
16050 \series default
16051  is typed in.
16052  One is now in a blue box under the summation operator and insert there
16053  the command 
16054 \series bold
16055
16056 \backslash
16057 subarray
16058 \begin_inset ERT
16059 status collapsed
16060
16061 \begin_layout Plain Layout
16062
16063
16064 \backslash
16065 spce 
16066 \end_layout
16067
16068 \end_inset
16069
16070
16071 \series default
16072 .
16073  The blue box is now within a purple box and now several lines can be written
16074  among each other.
16075  A new line is created by inserting a line break (
16076 \begin_inset Info
16077 type  "shortcut"
16078 arg   "newline-insert newline"
16079 \end_inset
16080
16081 ).
16082  When now
16083 \begin_inset Newline newline
16084 \end_inset
16085
16086
16087 \series bold
16088 0<k<1000 Ctrl+Return
16089 \begin_inset Newline newline
16090 \end_inset
16091
16092
16093 \series default
16094 is typed in, a new box appears below for the new line.
16095 \end_layout
16096
16097 \begin_layout Standard
16098 The alignment of the lines can be changed to left aligned with the 
16099 \family sans
16100 table
16101 \family default
16102  
16103 \family sans
16104 toolbar
16105 \family default
16106  or the menu 
16107 \family sans
16108 Edit\SpecialChar \menuseparator
16109 Rows &Columns
16110 \family default
16111 .
16112  To get right alignment, 
16113 \series bold
16114
16115 \backslash
16116 hfill
16117 \begin_inset ERT
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121
16122
16123 \backslash
16124 spce 
16125 \end_layout
16126
16127 \end_inset
16128
16129
16130 \series default
16131  is inserted at the beginning of the line.
16132 \end_layout
16133
16134 \begin_layout Standard
16135 The command 
16136 \series bold
16137
16138 \backslash
16139 substack
16140 \series default
16141  is equivalent to 
16142 \series bold
16143
16144 \backslash
16145 subarray
16146 \series default
16147  with the difference that the lines are always centered.
16148 \end_layout
16149
16150 \begin_layout Standard
16151 \begin_inset VSpace bigskip
16152 \end_inset
16153
16154 Like in formula 
16155 \begin_inset CommandInset ref
16156 LatexCommand eqref
16157 reference "eq:substack"
16158
16159 \end_inset
16160
16161  there can be too much space beside an operator, because the characters
16162  following the operator are set beside the limits.
16163 \end_layout
16164
16165 \begin_layout Standard
16166 To avoid this, the following macro can be used in the LaTeX-preamble:
16167 \end_layout
16168
16169 \begin_layout Standard
16170
16171 \series bold
16172
16173 \backslash
16174 def
16175 \backslash
16176 clap#1{
16177 \backslash
16178 hbox to 0pt{
16179 \backslash
16180 hss #1
16181 \backslash
16182 hss}}
16183 \begin_inset Newline newline
16184 \end_inset
16185
16186
16187 \backslash
16188 def
16189 \backslash
16190 mathclap {
16191 \backslash
16192 mathpalette 
16193 \backslash
16194 mathclapinternal}
16195 \begin_inset Newline newline
16196 \end_inset
16197
16198
16199 \backslash
16200 def
16201 \backslash
16202 mathclapinternal #1#2{
16203 \backslash
16204 clap{$
16205 \backslash
16206 mathsurround =0pt #1{#2}$}}
16207 \end_layout
16208
16209 \begin_layout Standard
16210 This defines the command 
16211 \series bold
16212
16213 \backslash
16214 mathclap
16215 \series default
16216
16217 \begin_inset Index
16218 status collapsed
16219
16220 \begin_layout Plain Layout
16221 Commands ! M ! 
16222 \backslash
16223 mathclap
16224 \end_layout
16225
16226 \end_inset
16227
16228  that sets the width of the limit to 0
16229 \begin_inset space \thinspace{}
16230 \end_inset
16231
16232 pt.
16233  The command scheme is
16234 \end_layout
16235
16236 \begin_layout Standard
16237
16238 \series bold
16239
16240 \backslash
16241 mathclap{limit}
16242 \end_layout
16243
16244 \begin_layout Standard
16245 where the limit can consist of several conditions.
16246 \end_layout
16247
16248 \begin_layout Standard
16249 Applied on formula 
16250 \begin_inset CommandInset ref
16251 LatexCommand eqref
16252 reference "eq:substack"
16253
16254 \end_inset
16255
16256 , one uses the command
16257 \end_layout
16258
16259 \begin_layout Standard
16260
16261 \series bold
16262
16263 \backslash
16264 sum_
16265 \backslash
16266 mathclap{
16267 \backslash
16268 substack
16269 \begin_inset ERT
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273
16274
16275 \backslash
16276 spce 
16277 \end_layout
16278
16279 \end_inset
16280
16281 0<k<1000 Ctrl+Return
16282 \end_layout
16283
16284 \begin_layout Standard
16285 to create the lower limit.
16286  The summand is now directly behind the summation operator:
16287 \begin_inset Formula \[
16288 \sum_{\mathclap{\substack{0<k<1000\\
16289 \\k\,\in\,\mathbb{N}}
16290 }}^{n}k^{-2}\]
16291
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \begin_layout Standard
16298 \begin_inset VSpace bigskip
16299 \end_inset
16300
16301 How to use one limit for several operators is described in 
16302 \begin_inset CommandInset ref
16303 LatexCommand ref
16304 reference "sub:Self-defined-Operators"
16305
16306 \end_inset
16307
16308 .
16309 \end_layout
16310
16311 \begin_layout Standard
16312 \begin_inset Newpage newpage
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \begin_layout Subsection
16319 Binary Operators
16320 \begin_inset CommandInset label
16321 LatexCommand label
16322 name "sub:Binary-Operators"
16323
16324 \end_inset
16325
16326
16327 \begin_inset Index
16328 status collapsed
16329
16330 \begin_layout Plain Layout
16331 Operators ! binary
16332 \end_layout
16333
16334 \end_inset
16335
16336
16337 \end_layout
16338
16339 \begin_layout Standard
16340 Binary operators are surrounded by space when there is a character before
16341  and behind them.
16342 \begin_inset VSpace medskip
16343 \end_inset
16344
16345
16346 \end_layout
16347
16348 \begin_layout Standard
16349 \begin_inset space \hfill{}
16350 \end_inset
16351
16352
16353 \begin_inset Tabular
16354 <lyxtabular version="3" rows="13" columns="2">
16355 <features>
16356 <column alignment="center" valignment="top" width="0pt">
16357 <column alignment="center" valignment="top" width="0pt">
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 Command
16364 \begin_inset Note Note
16365 status collapsed
16366
16367 \begin_layout Plain Layout
16368
16369 \series bold
16370
16371 \backslash
16372 raisebox
16373 \series default
16374  is only used as spacer.
16375 \end_layout
16376
16377 \end_inset
16378
16379
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 Result
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 </row>
16394 <row>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 +
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 \begin_inset Formula $+$
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 -
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 \begin_inset Formula $-$
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \backslash
16447 pm
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 \begin_inset Formula $\pm$
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470
16471 \backslash
16472 mp
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 \begin_inset Formula $\mp$
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495
16496 \backslash
16497 cdot
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset Formula $\cdot$
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 </row>
16515 <row>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520
16521 \backslash
16522 times
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 \begin_inset Formula $\times$
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \backslash
16547 div
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 \begin_inset Formula $\div$
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset ERT
16571 status collapsed
16572
16573 \begin_layout Plain Layout
16574
16575
16576 \backslash
16577 raisebox{-1.2mm}{
16578 \end_layout
16579
16580 \end_inset
16581
16582 *
16583 \begin_inset ERT
16584 status collapsed
16585
16586 \begin_layout Plain Layout
16587
16588 }
16589 \end_layout
16590
16591 \end_inset
16592
16593
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Formula $*$
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616
16617 \backslash
16618 star
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 \begin_inset Formula $\star$
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641
16642 \backslash
16643 circ
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 \begin_inset Formula $\circ$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666
16667 \backslash
16668 diamond
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Formula $\diamond$
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691
16692 \backslash
16693 bullet
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\bullet$
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 </lyxtabular>
16712
16713 \end_inset
16714
16715
16716 \begin_inset space \hfill{}
16717 \end_inset
16718
16719
16720 \begin_inset Tabular
16721 <lyxtabular version="3" rows="13" columns="2">
16722 <features>
16723 <column alignment="center" valignment="top" width="0pt">
16724 <column alignment="center" valignment="top" width="0pt">
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 Command
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 Result
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 </row>
16745 <row>
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750
16751 \backslash
16752 nabla
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 \begin_inset Formula $\nabla$
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 <row>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775
16776 \backslash
16777 bigtriangledown
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Formula $\bigtriangledown$
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \backslash
16802 bigtriangleup
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $\bigtriangleup$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \backslash
16827 Box
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $\Box$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \backslash
16852 cap 
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Formula $\cap$
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \backslash
16877 cup
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\cup$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \backslash
16902 dagger
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Formula $\dagger$
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \backslash
16927 ddagger
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $\ddagger$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \backslash
16952 wr
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $\wr$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \backslash
16977 bigcirc
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 \begin_inset Formula $\bigcirc$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \backslash
17002 wedge
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\wedge$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \backslash
17027 vee
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $\vee$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 </lyxtabular>
17046
17047 \end_inset
17048
17049
17050 \begin_inset space \hfill{}
17051 \end_inset
17052
17053
17054 \begin_inset Tabular
17055 <lyxtabular version="3" rows="13" columns="2">
17056 <features>
17057 <column alignment="center" valignment="top" width="0pt">
17058 <column alignment="center" valignment="top" width="0pt">
17059 <row>
17060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 Command
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 Result
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 </row>
17079 <row>
17080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084
17085 \backslash
17086 oplus
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 \begin_inset Formula $\oplus$
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \backslash
17111 ominus
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\ominus$
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 </row>
17129 <row>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134
17135 \backslash
17136 otimes
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $\otimes$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 <row>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159
17160 \backslash
17161 oslash
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\oslash$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \backslash
17186 odot
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 \begin_inset Formula $\odot$
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 </row>
17204 <row>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209
17210 \backslash
17211 amalg
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 \begin_inset Formula $\amalg$
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \backslash
17236 uplus
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 \begin_inset Formula $\uplus$
17246 \end_inset
17247
17248
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \backslash
17261 setminus
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 \begin_inset Formula $\setminus$
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 <row>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284
17285 \backslash
17286 sqcap
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $\sqcap$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 <row>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \backslash
17311 sqcup
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 \begin_inset Formula $\sqcup$
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 <row>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \backslash
17336 triangleleft
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 \begin_inset Formula $\triangleleft$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 </row>
17354 <row>
17355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \backslash
17361 triangleright
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 \begin_inset Formula $\triangleright$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 </lyxtabular>
17380
17381 \end_inset
17382
17383
17384 \begin_inset space \hfill{}
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \begin_layout Standard
17391 All binary operators can also be inserted via the math toolbar button 
17392 \begin_inset Graphics
17393         filename ../images/math/pm.png
17394         scale 85
17395
17396 \end_inset
17397
17398 .
17399 \end_layout
17400
17401 \begin_layout Standard
17402 To typeset the Laplace operator also 
17403 \series bold
17404
17405 \backslash
17406 Delta
17407 \series default
17408  or 
17409 \series bold
17410
17411 \backslash
17412 nabla
17413 \series default
17414 ^
17415 \series bold
17416 2
17417 \series default
17418  (
17419 \begin_inset Formula $\nabla^{2}$
17420 \end_inset
17421
17422 ) can be used instead of 
17423 \series bold
17424
17425 \backslash
17426 bigtriangleup
17427 \series default
17428  .
17429 \end_layout
17430
17431 \begin_layout Standard
17432 The character 
17433 \family sans
17434 Menu Separator
17435 \family default
17436  from the menu 
17437 \family sans
17438 Insert\SpecialChar \menuseparator
17439 Special Character
17440 \family default
17441  is the operator 
17442 \series bold
17443
17444 \backslash
17445 triangleright
17446 \series default
17447 .
17448 \end_layout
17449
17450 \begin_layout Subsection
17451 Self-defined Operators
17452 \begin_inset CommandInset label
17453 LatexCommand label
17454 name "sub:Self-defined-Operators"
17455
17456 \end_inset
17457
17458
17459 \begin_inset Index
17460 status collapsed
17461
17462 \begin_layout Plain Layout
17463 Operators ! self-defined
17464 \end_layout
17465
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \begin_layout Standard
17472 With the help of the command 
17473 \series bold
17474
17475 \backslash
17476 DeclareMathOperator
17477 \series default
17478
17479 \begin_inset Index
17480 status collapsed
17481
17482 \begin_layout Plain Layout
17483 Commands ! D ! 
17484 \backslash
17485 dbinom@
17486 \backslash
17487 DeclareMathOperator
17488 \end_layout
17489
17490 \end_inset
17491
17492  custom operators can be defined in the LaTeX-preamble.
17493  Its command scheme is:
17494 \end_layout
17495
17496 \begin_layout Standard
17497
17498 \series bold
17499
17500 \backslash
17501 DeclareMathOperator{new command}{display}
17502 \end_layout
17503
17504 \begin_layout Standard
17505 Display can be characters or symbols that define how the operator looks
17506  in the output.
17507  To define a big operator a * is set behind the command.
17508  All self-defined big operators can have limits as described in 
17509 \begin_inset CommandInset ref
17510 LatexCommand ref
17511 reference "sub:Operator-Limits"
17512
17513 \end_inset
17514
17515 .
17516 \end_layout
17517
17518 \begin_layout Standard
17519 For example the LaTeX-preamble line
17520 \end_layout
17521
17522 \begin_layout Standard
17523
17524 \series bold
17525
17526 \backslash
17527 DeclareMathOperator*{
17528 \backslash
17529 Lozenge}{
17530 \backslash
17531 blacklozenge}
17532 \end_layout
17533
17534 \begin_layout Standard
17535 defines the command 
17536 \series bold
17537
17538 \backslash
17539 Lozenge
17540 \series default
17541 , that inserts a big operator consisting of the lozenge symbol from 
17542 \begin_inset CommandInset ref
17543 LatexCommand ref
17544 reference "sub:Miscellaneous-Symbols"
17545
17546 \end_inset
17547
17548 :
17549 \begin_inset Formula \[
17550 \Lozenge_{n=1}^{\infty}\]
17551
17552 \end_inset
17553
17554 The command for this formula is: 
17555 \series bold
17556
17557 \backslash
17558 Lozenge
17559 \series default
17560 ^
17561 \series bold
17562
17563 \backslash
17564 infty
17565 \begin_inset Formula $\to$
17566 \end_inset
17567
17568 _n=1
17569 \end_layout
17570
17571 \begin_layout Standard
17572 \begin_inset VSpace bigskip
17573 \end_inset
17574
17575 When self-defined operators are not used several times in the document,
17576  they can also be defined with the commands 
17577 \series bold
17578
17579 \backslash
17580 mathop
17581 \series default
17582
17583 \begin_inset Index
17584 status collapsed
17585
17586 \begin_layout Plain Layout
17587 Commands ! M ! 
17588 \backslash
17589 mathop
17590 \end_layout
17591
17592 \end_inset
17593
17594  and 
17595 \series bold
17596
17597 \backslash
17598 mathbin
17599 \series default
17600
17601 \begin_inset Index
17602 status collapsed
17603
17604 \begin_layout Plain Layout
17605 Commands ! M ! 
17606 \backslash
17607 mathbin
17608 \end_layout
17609
17610 \end_inset
17611
17612 , which have the following scheme:
17613 \end_layout
17614
17615 \begin_layout Standard
17616
17617 \series bold
17618
17619 \backslash
17620 mathop{display}
17621 \series default
17622  and 
17623 \series bold
17624
17625 \backslash
17626 mathbin{display}
17627 \end_layout
17628
17629 \begin_layout Standard
17630
17631 \series bold
17632
17633 \backslash
17634 mathop
17635 \series default
17636  defines big operators, 
17637 \series bold
17638
17639 \backslash
17640 mathbin
17641 \series default
17642  binary operators.
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648
17649 \backslash
17650 mathop
17651 \series default
17652  can e.
17653 \begin_inset space \thinspace{}
17654 \end_inset
17655
17656 g.
17657 \begin_inset space \space{}
17658 \end_inset
17659
17660 be used to use one limit for several operators:
17661 \end_layout
17662
17663 \begin_layout Standard
17664 \begin_inset Formula \[
17665 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Standard
17673 The command for the formula above is:
17674 \begin_inset Newline newline
17675 \end_inset
17676
17677
17678 \series bold
17679
17680 \backslash
17681 mathop{
17682 \backslash
17683 sum
17684 \backslash
17685 negmedspace
17686 \backslash
17687 sum
17688 \series default
17689
17690 \begin_inset ERT
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694
17695
17696 \backslash
17697 spce 
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \series bold
17704
17705 \begin_inset Formula $\to$
17706 \end_inset
17707
17708 ^N
17709 \series default
17710
17711 \begin_inset ERT
17712 status collapsed
17713
17714 \begin_layout Plain Layout
17715
17716
17717 \backslash
17718 spce 
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \series bold
17725 _i,j=1
17726 \end_layout
17727
17728 \begin_layout Section
17729 Fonts
17730 \begin_inset Index
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734 Fonts
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Subsection
17743 Font Styles
17744 \begin_inset CommandInset label
17745 LatexCommand label
17746 name "sub:Font-Styles"
17747
17748 \end_inset
17749
17750
17751 \begin_inset Index
17752 status collapsed
17753
17754 \begin_layout Plain Layout
17755 Font ! style
17756 \end_layout
17757
17758 \end_inset
17759
17760
17761 \end_layout
17762
17763 \begin_layout Standard
17764 Latin letters in formulas can be set in one of the following font styles:
17765 \begin_inset VSpace -2mm
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 \align center
17773 \begin_inset Tabular
17774 <lyxtabular version="3" rows="6" columns="3">
17775 <features>
17776 <column alignment="center" valignment="top" width="0">
17777 <column alignment="center" valignment="top" width="0">
17778 <column alignment="center" valignment="top" width="0">
17779 <row>
17780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 Command
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 Result
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 shortcut
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 </row>
17808 <row>
17809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813
17814 \backslash
17815 mathbb
17816 \series bold
17817
17818 \begin_inset ERT
17819 status collapsed
17820
17821 \begin_layout Plain Layout
17822
17823
17824 \backslash
17825 spce 
17826 \end_layout
17827
17828 \end_inset
17829
17830
17831 \series default
17832 ABC
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841 \begin_inset Formula $\mathbb{ABC}$
17842 \end_inset
17843
17844
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853 \begin_inset Info
17854 type  "shortcut"
17855 arg   "font-noun"
17856 \end_inset
17857
17858
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 </row>
17864 <row>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869
17870 \backslash
17871 mathbf
17872 \series bold
17873
17874 \begin_inset ERT
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878
17879
17880 \backslash
17881 spce 
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \series default
17888 AbC
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897 \begin_inset Formula $\mathbf{AbC}$
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 \begin_inset Info
17910 type  "shortcut"
17911 arg   "font-bold"
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 boldsymbol
17928 \series bold
17929
17930 \begin_inset ERT
17931 status collapsed
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 spce 
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \series default
17944 AbC
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Formula $\boldsymbol{AbC}$
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 \begin_inset Info
17966 type  "shortcuts"
17967 arg   "font-boldsymbol"
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 </row>
17976 <row>
17977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981
17982 \backslash
17983 mathcal
17984 \series bold
17985
17986 \begin_inset ERT
17987 status collapsed
17988
17989 \begin_layout Plain Layout
17990
17991
17992 \backslash
17993 spce 
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \series default
18000 ABC
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 \begin_inset Formula $\mathcal{ABC}$
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 \begin_inset Info
18022 type  "shortcut"
18023 arg   "font-emph"
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 </row>
18032 <row>
18033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037
18038 \backslash
18039 mathfrak
18040 \series bold
18041
18042 \begin_inset ERT
18043 status collapsed
18044
18045 \begin_layout Plain Layout
18046
18047
18048 \backslash
18049 spce 
18050 \end_layout
18051
18052 \end_inset
18053
18054
18055 \series default
18056 AbC
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 \begin_inset Formula $\mathfrak{AbC}$
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 -
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 </row>
18083 </lyxtabular>
18084
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \begin_layout Standard
18091 \align center
18092 \begin_inset Tabular
18093 <lyxtabular version="3" rows="5" columns="3">
18094 <features>
18095 <column alignment="center" valignment="top" width="0">
18096 <column alignment="center" valignment="top" width="0">
18097 <column alignment="center" valignment="top" width="0">
18098 <row>
18099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103 Command
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112 Result
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 shortcut
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 </row>
18127 <row>
18128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132
18133 \backslash
18134 mathit
18135 \series bold
18136
18137 \begin_inset ERT
18138 status collapsed
18139
18140 \begin_layout Plain Layout
18141
18142
18143 \backslash
18144 spce 
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \series default
18151 AbC
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 \begin_inset Formula $\mathit{AbC}$
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172 -
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 </row>
18178 <row>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \backslash
18185 mathrm
18186 \series bold
18187
18188 \begin_inset ERT
18189 status collapsed
18190
18191 \begin_layout Plain Layout
18192
18193
18194 \backslash
18195 spce 
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \series default
18202 AbC
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 \begin_inset Formula $\mathrm{AbC}$
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 \begin_inset Info
18224 type  "shortcut"
18225 arg   "font-roman"
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 <row>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239
18240 \backslash
18241 mathsf
18242 \series bold
18243
18244 \begin_inset ERT
18245 status collapsed
18246
18247 \begin_layout Plain Layout
18248
18249
18250 \backslash
18251 spce 
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \series default
18258 AbC
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 \begin_inset Formula $\mathsf{AbC}$
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 \begin_inset Info
18280 type  "shortcut"
18281 arg   "font-sans"
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \backslash
18297 mathtt
18298 \series bold
18299
18300 \begin_inset ERT
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304
18305
18306 \backslash
18307 spce 
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \series default
18314 AbC
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Formula $\mathtt{AbC}$
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 \begin_inset Info
18336 type  "shortcut"
18337 arg   "font-typewriter"
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 </lyxtabular>
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Standard
18354 \begin_inset Note Greyedout
18355 status open
18356
18357 \begin_layout Plain Layout
18358
18359 \series bold
18360 Note:
18361 \series default
18362  The styles 
18363 \series bold
18364
18365 \backslash
18366 mathbb
18367 \series default
18368  and 
18369 \series bold
18370
18371 \backslash
18372 mathcal
18373 \series default
18374  can only be used for big letters.
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Standard
18383 Predefined is the style 
18384 \series bold
18385
18386 \backslash
18387 mathnormal
18388 \series default
18389 .
18390 \end_layout
18391
18392 \begin_layout Standard
18393 The style commands work also for letters in mathematical constructs:
18394 \begin_inset Formula \[
18395 \mathfrak{A=\frac{b}{C}}\]
18396
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \begin_layout Standard
18403 Characters in mathematical text don't appear in a math font style but in
18404  the text font style 
18405 \series bold
18406
18407 \backslash
18408 textrm
18409 \series default
18410 .
18411  That their style can't be set correctly via the text style dialog is a
18412  bug in LyX.
18413 \begin_inset Foot
18414 status collapsed
18415
18416 \begin_layout Plain Layout
18417 \begin_inset CommandInset href
18418 LatexCommand href
18419 name "LyX-bug #4091"
18420 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \begin_layout Standard
18433 Instead of the style commands the dialog 
18434 \family sans
18435 Edit\SpecialChar \menuseparator
18436 Math\SpecialChar \menuseparator
18437 Text Style
18438 \family default
18439  or the toolbar button 
18440 \begin_inset Graphics
18441         filename ../images/math/font.png
18442         scale 85
18443
18444 \end_inset
18445
18446  can be used.
18447 \end_layout
18448
18449 \begin_layout Subsection
18450 Bold Formulas
18451 \begin_inset CommandInset label
18452 LatexCommand label
18453 name "sub:Bold-Formulas"
18454
18455 \end_inset
18456
18457
18458 \begin_inset Index
18459 status collapsed
18460
18461 \begin_layout Plain Layout
18462 Formula ! bold
18463 \end_layout
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \begin_layout Standard
18471 To make a complete formula bold, the command 
18472 \series bold
18473
18474 \backslash
18475 mathbf
18476 \series default
18477  from the previous subsection cannot be used, because it doesn't work for
18478  small Greek letters.
18479  Furthermore it prints Latin letters always upright, like in the following
18480  equation:
18481 \end_layout
18482
18483 \begin_layout Standard
18484 \begin_inset Formula \[
18485 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Standard
18493 To display the formula correctly, the command 
18494 \series bold
18495
18496 \backslash
18497 boldsymbol
18498 \series default
18499  is used:
18500 \begin_inset Formula \[
18501 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18502
18503 \end_inset
18504
18505 It is also possible to set the formula in a 
18506 \series bold
18507 boldmath environment
18508 \series default
18509 .
18510  This environment is created by inserting the command 
18511 \series bold
18512
18513 \backslash
18514 boldmath
18515 \begin_inset Index
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519 Commands ! B ! 
18520 \backslash
18521 boldmath
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \series default
18528  in TeX-mode.
18529  To end the environment, the command 
18530 \series bold
18531
18532 \backslash
18533 unboldmath
18534 \begin_inset Index
18535 status collapsed
18536
18537 \begin_layout Plain Layout
18538 Commands ! U ! 
18539 \backslash
18540 unboldmath
18541 \end_layout
18542
18543 \end_inset
18544
18545
18546 \series default
18547  is inserted in TeX-mode.
18548 \begin_inset ERT
18549 status collapsed
18550
18551 \begin_layout Plain Layout
18552
18553
18554 \backslash
18555 boldmath 
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \begin_inset Formula \[
18562 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18563
18564 \end_inset
18565
18566
18567 \begin_inset ERT
18568 status collapsed
18569
18570 \begin_layout Plain Layout
18571
18572
18573 \backslash
18574 unboldmath 
18575 \end_layout
18576
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \begin_layout Subsection
18583 Colored Formulas
18584 \begin_inset Index
18585 status collapsed
18586
18587 \begin_layout Plain Layout
18588 Formula ! colored
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Standard
18597 Formulas can be colored like normal text: Highlight a formula or a formula
18598  part and use the 
18599 \family sans
18600 Text Style
18601 \family default
18602  dialog.
18603  Here is a formula in magenta:
18604 \begin_inset Formula \[
18605 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 You can also define your own colors as described in 
18614 \begin_inset CommandInset ref
18615 LatexCommand ref
18616 reference "sub:Colored-Boxes"
18617
18618 \end_inset
18619
18620 .
18621  They can be used with the TeX code command 
18622 \series bold
18623
18624 \backslash
18625 textcolor
18626 \series default
18627
18628 \begin_inset Index
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632 Commands ! T ! 
18633 \backslash
18634 textcolor
18635 \end_layout
18636
18637 \end_inset
18638
18639  in the scheme
18640 \end_layout
18641
18642 \begin_layout Standard
18643
18644 \series bold
18645
18646 \backslash
18647 textcolor{color}{characters or formula}
18648 \end_layout
18649
18650 \begin_layout Standard
18651 The following example was colored completely dark green and partly red:
18652 \end_layout
18653
18654 \begin_layout Standard
18655 \begin_inset ERT
18656 status collapsed
18657
18658 \begin_layout Plain Layout
18659
18660
18661 \backslash
18662 textcolor{darkgreen}{
18663 \end_layout
18664
18665 \end_inset
18666
18667
18668 \begin_inset Formula \[
18669 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18670
18671 \end_inset
18672
18673
18674 \begin_inset ERT
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678
18679 }
18680 \end_layout
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \begin_layout Standard
18688 Due to a bug in LyX only complete formulas can be colored with self-defined
18689  colors.
18690 \begin_inset Foot
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694 \begin_inset CommandInset href
18695 LatexCommand href
18696 name "LyX-bug #5269"
18697 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Subsection
18710 Font Sizes
18711 \begin_inset CommandInset label
18712 LatexCommand label
18713 name "sub:Font-Sizes"
18714
18715 \end_inset
18716
18717
18718 \begin_inset Index
18719 status collapsed
18720
18721 \begin_layout Plain Layout
18722 Font ! size
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 For characters in formulas there are, analog to characters in text, the
18732  following size commands:
18733 \end_layout
18734
18735 \begin_layout Standard
18736
18737 \series bold
18738
18739 \backslash
18740 Huge
18741 \series default
18742
18743 \series bold
18744
18745 \backslash
18746 huge
18747 \series default
18748
18749 \series bold
18750
18751 \backslash
18752 LARGE
18753 \series default
18754
18755 \series bold
18756
18757 \backslash
18758 Large
18759 \series default
18760
18761 \series bold
18762
18763 \backslash
18764 large
18765 \series default
18766
18767 \series bold
18768
18769 \backslash
18770 normalsize
18771 \series default
18772
18773 \series bold
18774
18775 \backslash
18776 small
18777 \series default
18778 ,
18779 \begin_inset Newline newline
18780 \end_inset
18781
18782
18783 \series bold
18784
18785 \backslash
18786 footnotesize
18787 \series default
18788
18789 \series bold
18790
18791 \backslash
18792 scriptsize
18793 \series default
18794 , and 
18795 \series bold
18796
18797 \backslash
18798 tiny
18799 \end_layout
18800
18801 \begin_layout Standard
18802 The size produced by the commands depends on the document font size, that
18803  corresponds with the command 
18804 \series bold
18805
18806 \backslash
18807 normalsize
18808 \series default
18809 .
18810  The other commands produce smaller or larger sizes than 
18811 \series bold
18812
18813 \backslash
18814 normalsize
18815 \series default
18816 .
18817  The font size can however not exceed a certain value.
18818  Is for example the document font size 12
18819 \begin_inset space \thinspace{}
18820 \end_inset
18821
18822 pt, the command 
18823 \series bold
18824
18825 \backslash
18826 Huge
18827 \series default
18828  switches to the same size as 
18829 \series bold
18830
18831 \backslash
18832 huge
18833 \series default
18834 .
18835  
18836 \end_layout
18837
18838 \begin_layout Standard
18839 A size command is inserted in TeX-mode before the formula and sets the size
18840  for all following formula and text characters.
18841  To switch back to the initial size, the command 
18842 \series bold
18843
18844 \backslash
18845 normalsize
18846 \series default
18847  is inserted behind the formula in TeX-mode.
18848 \end_layout
18849
18850 \begin_layout Standard
18851 Within a formula the size can only be changed for symbols or letters in
18852  mathematical text.
18853  To do this, the size command is inserted in mathematical text.
18854  All following characters until the end of the mathematical text or until
18855  another size command will have the selected size.
18856  Two examples:
18857 \begin_inset VSpace -2mm
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Standard
18864 \begin_inset ERT
18865 status collapsed
18866
18867 \begin_layout Plain Layout
18868
18869
18870 \backslash
18871 huge 
18872 \end_layout
18873
18874 \end_inset
18875
18876
18877 \begin_inset Formula \[
18878 A=\frac{B}{c}\cdot\maltese\]
18879
18880 \end_inset
18881
18882
18883 \begin_inset Formula \[
18884 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18885
18886 \end_inset
18887
18888
18889 \begin_inset ERT
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893
18894
18895 \backslash
18896 normalsize 
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Standard
18905 \begin_inset VSpace medskip
18906 \end_inset
18907
18908 Before both formulas the command 
18909 \series bold
18910
18911 \backslash
18912 huge
18913 \series default
18914  was inserted.
18915  The command for the second formula is:
18916 \begin_inset Newline newline
18917 \end_inset
18918
18919
18920 \series bold
18921
18922 \backslash
18923 maltese
18924 \begin_inset ERT
18925 status collapsed
18926
18927 \begin_layout Plain Layout
18928
18929
18930 \backslash
18931 spce 
18932 \end_layout
18933
18934 \end_inset
18935
18936 A Alt+M M 
18937 \backslash
18938 Large
18939 \begin_inset ERT
18940 status collapsed
18941
18942 \begin_layout Plain Layout
18943
18944
18945 \backslash
18946 spce 
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \backslash
18953 maltese
18954 \begin_inset ERT
18955 status collapsed
18956
18957 \begin_layout Plain Layout
18958
18959
18960 \backslash
18961 spce 
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \backslash
18968 textit
18969 \begin_inset ERT
18970 status collapsed
18971
18972 \begin_layout Plain Layout
18973
18974
18975 \backslash
18976 spce 
18977 \end_layout
18978
18979 \end_inset
18980
18981 A
18982 \begin_inset Formula $\to$
18983 \end_inset
18984
18985
18986 \begin_inset Formula $\to$
18987 \end_inset
18988
18989
18990 \begin_inset Newline newline
18991 \end_inset
18992
18993
18994 \begin_inset space \hspace*{}
18995 \length 1cm
18996 \end_inset
18997
18998 Alt+M
18999 \series default
19000  
19001 \series bold
19002
19003 \backslash
19004 tiny
19005 \begin_inset ERT
19006 status collapsed
19007
19008 \begin_layout Plain Layout
19009
19010
19011 \backslash
19012 spce 
19013 \end_layout
19014
19015 \end_inset
19016
19017
19018 \backslash
19019 maltese
19020 \begin_inset ERT
19021 status collapsed
19022
19023 \begin_layout Plain Layout
19024
19025
19026 \backslash
19027 spce 
19028 \end_layout
19029
19030 \end_inset
19031
19032
19033 \backslash
19034 textit
19035 \begin_inset ERT
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039
19040
19041 \backslash
19042 spce 
19043 \end_layout
19044
19045 \end_inset
19046
19047 A
19048 \end_layout
19049
19050 \begin_layout Standard
19051 If a symbol cannot be displayed in different sizes, it will always be displayed
19052  in the default size.
19053 \end_layout
19054
19055 \begin_layout Section
19056 Greek Letters
19057 \begin_inset Index
19058 status collapsed
19059
19060 \begin_layout Plain Layout
19061 Greek letters
19062 \end_layout
19063
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \begin_layout Standard
19070 All Greek letters can also be inserted via the toolbar button 
19071 \begin_inset Graphics
19072         filename ../images/math/alpha.png
19073         scale 85
19074
19075 \end_inset
19076
19077 .
19078 \end_layout
19079
19080 \begin_layout Subsection
19081 Small Letters
19082 \begin_inset Index
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086 Greek letters ! small
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Standard
19095 \begin_inset space \hfill{}
19096 \end_inset
19097
19098
19099 \begin_inset Tabular
19100 <lyxtabular version="3" rows="11" columns="2">
19101 <features>
19102 <column alignment="center" valignment="top" width="0pt">
19103 <column alignment="center" valignment="top" width="0pt">
19104 <row>
19105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 Command
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118 Result
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 </row>
19124 <row>
19125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129
19130 \backslash
19131 alpha
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140 \begin_inset Formula $\alpha$
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 </row>
19149 <row>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \backslash
19156 beta
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 \begin_inset Formula $\beta$
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 </row>
19174 <row>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \backslash
19181 gamma
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190 \begin_inset Formula $\gamma$
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 </row>
19199 <row>
19200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204
19205 \backslash
19206 delta
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 \begin_inset Formula $\delta$
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 </row>
19224 <row>
19225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229
19230 \backslash
19231 epsilon
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 \begin_inset Formula $\epsilon$
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 </row>
19249 <row>
19250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \backslash
19256 varepsilon
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 \begin_inset Formula $\varepsilon$
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \backslash
19281 zeta
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290 \begin_inset Formula $\zeta$
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 <row>
19300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \backslash
19306 eta
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 \begin_inset Formula $\eta$
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \backslash
19331 theta
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 \begin_inset Formula $\theta$
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row>
19350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \backslash
19356 vartheta
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 \begin_inset Formula $\vartheta$
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 </lyxtabular>
19375
19376 \end_inset
19377
19378
19379 \begin_inset space \hfill{}
19380 \end_inset
19381
19382
19383 \begin_inset Tabular
19384 <lyxtabular version="3" rows="12" columns="2">
19385 <features>
19386 <column alignment="center" valignment="top" width="0pt">
19387 <column alignment="center" valignment="top" width="0pt">
19388 <row>
19389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 Command
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 Result
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 </row>
19408 <row>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413
19414 \backslash
19415 iota
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 \begin_inset Formula $\iota$
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 </row>
19433 <row>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438
19439 \backslash
19440 kappa
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449 \begin_inset Formula $\kappa$
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 <row>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463
19464 \backslash
19465 varkappa
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 \begin_inset Formula $\varkappa$
19475 \end_inset
19476
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 </row>
19483 <row>
19484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \backslash
19490 lambda
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 \begin_inset Formula $\lambda$
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 </row>
19508 <row>
19509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513
19514 \backslash
19515 mu
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 \begin_inset Formula $\mu$
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 </row>
19533 <row>
19534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538
19539 \backslash
19540 nu
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549 \begin_inset Formula $\nu$
19550 \end_inset
19551
19552
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 </row>
19558 <row>
19559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563
19564 \backslash
19565 xi
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 \begin_inset Formula $\xi$
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 </row>
19583 <row>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 o
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Formula $o$
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \backslash
19613 pi
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 \begin_inset Formula $\pi$
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 </row>
19631 <row>
19632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636
19637 \backslash
19638 varpi
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647 \begin_inset Formula $\varpi$
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 </row>
19656 <row>
19657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661
19662 \backslash
19663 rho
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672 \begin_inset Formula $\rho$
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 </row>
19681 </lyxtabular>
19682
19683 \end_inset
19684
19685
19686 \begin_inset space \hfill{}
19687 \end_inset
19688
19689
19690 \begin_inset Tabular
19691 <lyxtabular version="3" rows="11" columns="2">
19692 <features>
19693 <column alignment="center" valignment="top" width="0pt">
19694 <column alignment="center" valignment="top" width="0pt">
19695 <row>
19696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 Command
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709 Result
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \backslash
19722 varrho
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $\varrho$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 sigma
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\sigma$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \backslash
19772 varsigma
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 \begin_inset Formula $\varsigma$
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 <row>
19791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \backslash
19797 tau
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 \begin_inset Formula $\tau$
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 </row>
19815 <row>
19816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820
19821 \backslash
19822 upsilon
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831 \begin_inset Formula $\upsilon$
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 </row>
19840 <row>
19841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845
19846 \backslash
19847 phi
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Formula $\phi$
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 </row>
19865 <row>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870
19871 \backslash
19872 varphi
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881 \begin_inset Formula $\varphi$
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 </row>
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895
19896 \backslash
19897 chi
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 \begin_inset Formula $\chi$
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 <row>
19916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \backslash
19922 psi
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931 \begin_inset Formula $\psi$
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row>
19941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945
19946 \backslash
19947 omega
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 \begin_inset Formula $\omega$
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 </lyxtabular>
19966
19967 \end_inset
19968
19969
19970 \begin_inset space \hfill{}
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \begin_layout Standard
19977 \begin_inset VSpace medskip
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \begin_layout Standard
19984 How to create upright Greek letters is explained in 
19985 \begin_inset CommandInset ref
19986 LatexCommand ref
19987 reference "sub:Upright-small-Greek"
19988
19989 \end_inset
19990
19991 .
19992 \end_layout
19993
19994 \begin_layout Subsection
19995 Big Letters
19996 \begin_inset Index
19997 status collapsed
19998
19999 \begin_layout Plain Layout
20000 Greek letters ! big
20001 \end_layout
20002
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \begin_layout Standard
20009 \begin_inset space \hfill{}
20010 \end_inset
20011
20012
20013 \begin_inset Tabular
20014 <lyxtabular version="3" rows="7" columns="2">
20015 <features>
20016 <column alignment="center" valignment="top" width="0pt">
20017 <column alignment="center" valignment="top" width="0pt">
20018 <row>
20019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 Command
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 Result
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 </row>
20038 <row>
20039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \backslash
20045 Gamma
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 \begin_inset Formula $\Gamma$
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 </row>
20063 <row>
20064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \backslash
20070 Delta
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 \begin_inset Formula $\Delta$
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row>
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093
20094 \backslash
20095 Theta
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104 \begin_inset Formula $\Theta$
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 </row>
20113 <row>
20114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118
20119 \backslash
20120 Lambda
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129 \begin_inset Formula $\Lambda$
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 </row>
20138 <row>
20139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20140 \begin_inset Text
20141
20142 \begin_layout Plain Layout
20143
20144 \backslash
20145 Xi
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154 \begin_inset Formula $\Xi$
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 </row>
20163 <row>
20164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168
20169 \backslash
20170 Pi
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179 \begin_inset Formula $\Pi$
20180 \end_inset
20181
20182
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 </row>
20188 </lyxtabular>
20189
20190 \end_inset
20191
20192
20193 \begin_inset space \hfill{}
20194 \end_inset
20195
20196
20197 \begin_inset Tabular
20198 <lyxtabular version="3" rows="6" columns="2">
20199 <features>
20200 <column alignment="center" valignment="top" width="0pt">
20201 <column alignment="center" valignment="top" width="0pt">
20202 <row>
20203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 Command
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 Result
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 <row>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227
20228 \backslash
20229 Sigma
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset Formula $\Sigma$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252
20253 \backslash
20254 Upsilon
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Plain Layout
20263 \begin_inset Formula $\Upsilon$
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 <row>
20273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277
20278 \backslash
20279 Phi
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 \begin_inset Formula $\Phi$
20289 \end_inset
20290
20291
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 </row>
20297 <row>
20298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302
20303 \backslash
20304 Psi
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 \begin_inset Formula $\Psi$
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 <row>
20323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \backslash
20329 Omega
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset Formula $\Omega$
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 </lyxtabular>
20348
20349 \end_inset
20350
20351
20352 \begin_inset space \hfill{}
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \begin_layout Standard
20359 \begin_inset VSpace medskip
20360 \end_inset
20361
20362 That the big Greek letters appear upright is caused by a design bug when
20363  TeX was developed.
20364  To get correct italic big letters, begin every command with 
20365 \series bold
20366 var
20367 \series default
20368 .
20369  For example the command 
20370 \series bold
20371
20372 \backslash
20373 varGamma
20374 \series default
20375  produces: 
20376 \begin_inset Formula $\varGamma$
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \begin_layout Subsection
20383 Bold Letters
20384 \begin_inset Index
20385 status collapsed
20386
20387 \begin_layout Plain Layout
20388 Greek letters ! bold
20389 \end_layout
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \begin_layout Standard
20397 Greek letters cannot be set with different font styles like Latin letters.
20398  They can only be made bold with the command 
20399 \series bold
20400
20401 \backslash
20402 boldsymbol
20403 \series default
20404
20405 \begin_inset Index
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409 Commands ! B ! 
20410 \backslash
20411 boldsymbol
20412 \end_layout
20413
20414 \end_inset
20415
20416 .
20417 \end_layout
20418
20419 \begin_layout Standard
20420 \align center
20421 \begin_inset Tabular
20422 <lyxtabular version="3" rows="3" columns="2">
20423 <features>
20424 <column alignment="center" valignment="top" width="0">
20425 <column alignment="center" valignment="top" width="0">
20426 <row>
20427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431 Command
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 Result
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 </row>
20446 <row>
20447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451
20452 \backslash
20453 Upsilon
20454 \backslash
20455 boldsymbol
20456 \backslash
20457 Upsilon
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \backslash
20482 theta
20483 \backslash
20484 boldsymbol
20485 \backslash
20486 theta
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\theta\boldsymbol{\theta}$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 </lyxtabular>
20505
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \begin_layout Section
20512 Symbols
20513 \begin_inset ERT
20514 status collapsed
20515
20516 \begin_layout Plain Layout
20517
20518
20519 \backslash
20520 texorpdfstring{
20521 \end_layout
20522
20523 \end_inset
20524
20525
20526 \begin_inset Foot
20527 status collapsed
20528
20529 \begin_layout Plain Layout
20530 A list with all symbols of most of the LaTeX-packages can be found in 
20531 \begin_inset CommandInset citation
20532 LatexCommand cite
20533 key "Symbole"
20534
20535 \end_inset
20536
20537 .
20538 \end_layout
20539
20540 \end_inset
20541
20542
20543 \begin_inset ERT
20544 status collapsed
20545
20546 \begin_layout Plain Layout
20547
20548 }{}
20549 \end_layout
20550
20551 \end_inset
20552
20553
20554 \begin_inset Note Note
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558
20559 \backslash
20560 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20561 \end_layout
20562
20563 \begin_layout Plain Layout
20564 More about 
20565 \backslash
20566 texorpdfstring is in section 
20567 \begin_inset CommandInset ref
20568 LatexCommand ref
20569 reference "sub:Formulas-in-Section"
20570
20571 \end_inset
20572
20573 .
20574 \end_layout
20575
20576 \end_inset
20577
20578
20579 \begin_inset Index
20580 status collapsed
20581
20582 \begin_layout Plain Layout
20583 Symbols
20584 \end_layout
20585
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \begin_layout Standard
20592 Many of the symbols listed in this section can also be inserted via the
20593  toolbar buttons 
20594 \begin_inset Graphics
20595         filename ../images/math/nabla.png
20596         scale 85
20597
20598 \end_inset
20599
20600  and 
20601 \begin_inset Graphics
20602         filename ../images/math/digamma.png
20603         scale 85
20604
20605 \end_inset
20606
20607 .
20608 \end_layout
20609
20610 \begin_layout Subsection
20611 Mathematical Symbols
20612 \begin_inset CommandInset label
20613 LatexCommand label
20614 name "sub:Mathematical-Symbols"
20615
20616 \end_inset
20617
20618
20619 \begin_inset Index
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623 Symbols ! mathematical
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \begin_layout Standard
20632 \begin_inset space \hfill{}
20633 \end_inset
20634
20635
20636 \begin_inset Tabular
20637 <lyxtabular version="3" rows="10" columns="2">
20638 <features>
20639 <column alignment="center" valignment="top" width="0pt">
20640 <column alignment="center" valignment="top" width="0pt">
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 Command
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 Result
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 </row>
20661 <row>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \backslash
20668 neg
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 \begin_inset Formula $\neg$
20678 \end_inset
20679
20680
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 <row>
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691
20692 \backslash
20693 Im
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702 \begin_inset Formula $\Im$
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 <row>
20712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716
20717 \backslash
20718 Re
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727 \begin_inset Formula $\Re$
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 </row>
20736 <row>
20737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741
20742 \backslash
20743 aleph
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 \begin_inset Formula $\aleph$
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 </row>
20761 <row>
20762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766
20767 \backslash
20768 partial
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 \begin_inset Formula $\partial$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791
20792 \backslash
20793 infty
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 \begin_inset Formula $\infty$
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 <row>
20812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \backslash
20818 wp
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\wp$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 imath
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\imath$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \backslash
20868 jmath
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Formula $\jmath$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 </lyxtabular>
20887
20888 \end_inset
20889
20890
20891 \begin_inset space \hfill{}
20892 \end_inset
20893
20894
20895 \begin_inset Tabular
20896 <lyxtabular version="3" rows="10" columns="2">
20897 <features>
20898 <column alignment="center" valignment="top" width="0pt">
20899 <column alignment="center" valignment="top" width="0pt">
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 Command
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 Result
20915 \begin_inset Note Note
20916 status collapsed
20917
20918 \begin_layout Plain Layout
20919
20920 \series bold
20921
20922 \backslash
20923 raisebox
20924 \series default
20925  is only used as spacer.
20926 \end_layout
20927
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 <row>
20937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941
20942 \backslash
20943 forall
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $\forall$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 <row>
20962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966
20967 \backslash
20968 exists
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 \begin_inset Formula $\exists$
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991
20992 \backslash
20993 nexists
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Formula $\nexists$
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 </row>
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \backslash
21018 emptyset
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $\emptyset$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 </row>
21036 <row>
21037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041
21042 \backslash
21043 varnothing
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 \begin_inset Formula $\varnothing$
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 </row>
21061 <row>
21062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066
21067 \backslash
21068 dag
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $\dag$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 </row>
21086 <row>
21087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091
21092 \backslash
21093 ddag
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 \begin_inset Formula $\ddag$
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \backslash
21118 complement
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 \begin_inset ERT
21128 status collapsed
21129
21130 \begin_layout Plain Layout
21131
21132
21133 \backslash
21134 raisebox{-0.8mm}{
21135 \end_layout
21136
21137 \end_inset
21138
21139
21140 \begin_inset Formula $\complement$
21141 \end_inset
21142
21143
21144 \begin_inset ERT
21145 status collapsed
21146
21147 \begin_layout Plain Layout
21148
21149 }
21150 \end_layout
21151
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 </row>
21160 <row>
21161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165
21166 \backslash
21167 Bbbk
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $\Bbbk$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 </row>
21185 </lyxtabular>
21186
21187 \end_inset
21188
21189
21190 \begin_inset space \hfill{}
21191 \end_inset
21192
21193
21194 \begin_inset Tabular
21195 <lyxtabular version="3" rows="10" columns="2">
21196 <features>
21197 <column alignment="center" valignment="top" width="0pt">
21198 <column alignment="center" valignment="top" width="0pt">
21199 <row>
21200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 Command
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 Result
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 </row>
21219 <row>
21220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224
21225 \backslash
21226 prime
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235 \begin_inset Formula $\prime$
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 </row>
21244 <row>
21245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249
21250 \backslash
21251 backprime
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Formula $\backprime$
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 </row>
21269 <row>
21270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274
21275 \backslash
21276 mho
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 \begin_inset Formula $\mho$
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \backslash
21301 triangle
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\triangle$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \backslash
21326 angle
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\angle$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row>
21345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349
21350 \backslash
21351 measuredangle
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 \begin_inset Formula $\measuredangle$
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 <row>
21370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \backslash
21376 sphericalangle
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $\sphericalangle$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 <row>
21395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399
21400 \backslash
21401 top
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 \begin_inset Formula $\top$
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row>
21420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424
21425 \backslash
21426 bot
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 \begin_inset Formula $\bot$
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 </row>
21444 </lyxtabular>
21445
21446 \end_inset
21447
21448
21449 \begin_inset space \hfill{}
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \begin_layout Subsection
21456 Miscellaneous Symbols
21457 \begin_inset CommandInset label
21458 LatexCommand label
21459 name "sub:Miscellaneous-Symbols"
21460
21461 \end_inset
21462
21463
21464 \begin_inset Index
21465 status collapsed
21466
21467 \begin_layout Plain Layout
21468 Symbols ! miscellaneous
21469 \end_layout
21470
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \begin_layout Standard
21477 \noindent
21478 \align center
21479 \begin_inset Tabular
21480 <lyxtabular version="3" rows="10" columns="2">
21481 <features>
21482 <column alignment="center" valignment="top" width="0pt">
21483 <column alignment="center" valignment="top" width="0pt">
21484 <row>
21485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 Command
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 Result
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 </row>
21504 <row>
21505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \backslash
21511 flat
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Formula $\flat$
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534
21535 \backslash
21536 natural
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 \begin_inset Formula $\natural$
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 </row>
21554 <row>
21555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559
21560 \backslash
21561 sharp
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset Formula $\sharp$
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 </row>
21579 <row>
21580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584
21585 \backslash
21586 surd
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Formula $\surd$
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 <row>
21605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609
21610 \backslash
21611 checkmark
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620 \begin_inset Formula $\checkmark$
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 <row>
21630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \backslash
21636 yen
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 \begin_inset Formula $\yen$
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 </row>
21654 <row>
21655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659
21660 \backslash
21661 pounds
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Formula $\pounds$
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 $
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\$$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 §
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 \begin_inset Formula $§$
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 </row>
21725 </lyxtabular>
21726
21727 \end_inset
21728
21729
21730 \begin_inset Tabular
21731 <lyxtabular version="3" rows="10" columns="2">
21732 <features>
21733 <column alignment="center" valignment="top" width="0">
21734 <column alignment="center" valignment="top" width="0">
21735 <row>
21736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 Command
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 Result
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 <row>
21756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \backslash
21762 hbar
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 \begin_inset Formula $\hbar$
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 <row>
21781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785
21786 \backslash
21787 hslash
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796 \begin_inset Formula $\hslash$
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 clubsuit
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\clubsuit$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 <row>
21831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \backslash
21837 spadesuit
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 \begin_inset Formula $\spadesuit$
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860
21861 \backslash
21862 bigstar
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Formula $\bigstar$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \backslash
21887 blacklozenge
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Formula $\blacklozenge$
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \backslash
21912 blacktriangle
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $\blacktriangle$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 <row>
21931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \backslash
21937 blacktiangledown
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Formula $\blacktriangledown$
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 <row>
21956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960
21961 \backslash
21962 bullet
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Formula $\bullet$
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 </lyxtabular>
21981
21982 \end_inset
21983
21984
21985 \begin_inset Tabular
21986 <lyxtabular version="3" rows="10" columns="2">
21987 <features>
21988 <column alignment="center" valignment="top" width="0pt">
21989 <column alignment="center" valignment="top" width="0pt">
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 Command
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 Result
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 <row>
22011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015
22016 \backslash
22017 diamondsuit
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026 \begin_inset Formula $\diamondsuit$
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \backslash
22042 Diamond
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 \begin_inset Formula $\Diamond$
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 </row>
22060 <row>
22061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065
22066 \backslash
22067 heartsuit
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 \begin_inset Formula $\heartsuit$
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 </row>
22085 <row>
22086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090
22091 \backslash
22092 P
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 \begin_inset Formula $\P$
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 </row>
22110 <row>
22111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115
22116 \backslash
22117 copyright
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 \begin_inset Formula $\copyright$
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 </row>
22135 <row>
22136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140
22141 \backslash
22142 circledR
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 \begin_inset Formula $\circledR$
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 </row>
22160 <row>
22161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \backslash
22167 maltese
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 \begin_inset Formula $\maltese$
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 </row>
22185 <row>
22186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \backslash
22192 diagup
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Formula $\diagup$
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 </row>
22210 <row>
22211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215
22216 \backslash
22217 diagdown
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 \begin_inset Formula $\diagdown$
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 </lyxtabular>
22236
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \begin_layout Standard
22243 \begin_inset VSpace medskip
22244 \end_inset
22245
22246 More symbols are listed in 
22247 \begin_inset CommandInset ref
22248 LatexCommand ref
22249 reference "sub:Miscellaneous-special-Characters"
22250
22251 \end_inset
22252
22253 .
22254 \end_layout
22255
22256 \begin_layout Standard
22257 Some symbols can be displayed in different sizes, see 
22258 \begin_inset CommandInset ref
22259 LatexCommand ref
22260 reference "sub:Font-Sizes"
22261
22262 \end_inset
22263
22264 .
22265 \end_layout
22266
22267 \begin_layout Subsection
22268 The Euro-Symbol €
22269 \begin_inset Index
22270 status collapsed
22271
22272 \begin_layout Plain Layout
22273 Symbols ! Euro-symbol
22274 \end_layout
22275
22276 \end_inset
22277
22278
22279 \begin_inset Index
22280 status collapsed
22281
22282 \begin_layout Plain Layout
22283
22284 \backslash
22285 @
22286 \begin_inset ERT
22287 status collapsed
22288
22289 \begin_layout Plain Layout
22290
22291
22292 \backslash
22293 officialeuro
22294 \end_layout
22295
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \begin_layout Standard
22307 To use the Euro symbol in formulas, the LaTeX-package 
22308 \series bold
22309 eurosym
22310 \series default
22311
22312 \begin_inset Index
22313 status collapsed
22314
22315 \begin_layout Plain Layout
22316 Packages ! eurosym
22317 \end_layout
22318
22319 \end_inset
22320
22321  must be installed and loaded with the LaTeX-preamble line
22322 \end_layout
22323
22324 \begin_layout Standard
22325
22326 \series bold
22327
22328 \backslash
22329 usepackage[gennarrow]{eurosym}
22330 \end_layout
22331
22332 \begin_layout Standard
22333 The Euro symbol can now be inserted with the command 
22334 \series bold
22335
22336 \backslash
22337 euro
22338 \series default
22339
22340 \begin_inset Index
22341 status collapsed
22342
22343 \begin_layout Plain Layout
22344 Commands ! E ! 
22345 \backslash
22346 euro
22347 \end_layout
22348
22349 \end_inset
22350
22351 .
22352 \end_layout
22353
22354 \begin_layout Standard
22355 The Euro symbol can directly be inserted with the € key in mathematical
22356  text, without having 
22357 \series bold
22358 eurosym
22359 \series default
22360  installed.
22361  When 
22362 \series bold
22363 eurosym
22364 \series default
22365  is installed, 
22366 \series bold
22367
22368 \backslash
22369 euro
22370 \series default
22371  can also be inserted in TeX-mode.
22372  The official currency symbol can then be inserted with the command 
22373 \series bold
22374
22375 \backslash
22376 officialeuro
22377 \series default
22378
22379 \begin_inset Index
22380 status collapsed
22381
22382 \begin_layout Plain Layout
22383 Commands ! O ! 
22384 \backslash
22385 officialeuro
22386 \end_layout
22387
22388 \end_inset
22389
22390 , that is only available in TeX-mode.
22391 \end_layout
22392
22393 \begin_layout Standard
22394 \begin_inset ERT
22395 status collapsed
22396
22397 \begin_layout Plain Layout
22398
22399
22400 \backslash
22401 ifeurosym 
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \begin_inset Note Note
22408 status open
22409
22410 \begin_layout Plain Layout
22411 The following table will only be displayed when the LaTeX-package 
22412 \series bold
22413 eurosym
22414 \series default
22415  is installed.
22416 \end_layout
22417
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \begin_layout Standard
22424 An overview about the different Euro symbols:
22425 \end_layout
22426
22427 \begin_layout Standard
22428 \align center
22429 \begin_inset Tabular
22430 <lyxtabular version="3" rows="4" columns="3">
22431 <features>
22432 <column alignment="center" valignment="top" width="0pt">
22433 <column alignment="center" valignment="top" width="0pt">
22434 <column alignment="center" valignment="top" width="0pt">
22435 <row>
22436 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 Command 
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 Result
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 </row>
22464 <row>
22465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 formula
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478
22479 \backslash
22480 euro
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $\euro$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 <row>
22499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503 mathematical text
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 \begin_inset Formula $\mbox{€}$
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 </row>
22530 <row>
22531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 TeX-mode
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544
22545 \backslash
22546 officialeuro
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 \begin_inset ERT
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559
22560
22561 \backslash
22562 officialeuro
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 </lyxtabular>
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \begin_layout Standard
22581 \begin_inset ERT
22582 status collapsed
22583
22584 \begin_layout Plain Layout
22585
22586
22587 \backslash
22588 else 
22589 \end_layout
22590
22591 \end_inset
22592
22593
22594 \begin_inset Note Note
22595 status open
22596
22597 \begin_layout Plain Layout
22598 The following will be displayed when the LaTeX-package 
22599 \series bold
22600 eurosym
22601 \series default
22602  is not installed:
22603 \end_layout
22604
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \begin_layout Standard
22611 You need to install the LaTeX-package 
22612 \series bold
22613 eurosym
22614 \series default
22615  to see the rest of this subsection in the output.
22616 \end_layout
22617
22618 \begin_layout Standard
22619 \begin_inset ERT
22620 status collapsed
22621
22622 \begin_layout Plain Layout
22623
22624
22625 \backslash
22626 fi 
22627 \end_layout
22628
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \begin_layout Section
22635 Relations
22636 \begin_inset CommandInset label
22637 LatexCommand label
22638 name "sec:Relations"
22639
22640 \end_inset
22641
22642
22643 \begin_inset Index
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647 Relations
22648 \end_layout
22649
22650 \end_inset
22651
22652
22653 \begin_inset Index
22654 status collapsed
22655
22656 \begin_layout Plain Layout
22657 Comparisons|see
22658 \begin_inset ERT
22659 status collapsed
22660
22661 \begin_layout Plain Layout
22662
22663 {
22664 \end_layout
22665
22666 \end_inset
22667
22668 Relations
22669 \begin_inset ERT
22670 status collapsed
22671
22672 \begin_layout Plain Layout
22673
22674 }
22675 \end_layout
22676
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \begin_layout Standard
22688 All relations can also be inserted via the toolbar button 
22689 \begin_inset Graphics
22690         filename ../images/math/leq.png
22691         scale 85
22692
22693 \end_inset
22694
22695 .
22696 \end_layout
22697
22698 \begin_layout Standard
22699 \begin_inset space \hfill{}
22700 \end_inset
22701
22702
22703 \begin_inset Tabular
22704 <lyxtabular version="3" rows="17" columns="2">
22705 <features>
22706 <column alignment="center" valignment="top" width="0pt">
22707 <column alignment="center" valignment="top" width="0pt">
22708 <row>
22709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713 Command
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 Result
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 </row>
22728 <row>
22729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 <
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Formula $<$
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 <row>
22752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756
22757 \backslash
22758 le
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Formula $\le$
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 </row>
22776 <row>
22777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781
22782 \backslash
22783 ll
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 \begin_inset Formula $\ll$
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 </row>
22801 <row>
22802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806
22807 \backslash
22808 prec
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 \begin_inset Formula $\prec$
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 </row>
22826 <row>
22827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831
22832 \backslash
22833 preceq
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Formula $\preceq$
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row>
22852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856
22857 \backslash
22858 subset
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 \begin_inset Formula $\subset$
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \backslash
22883 subseteq
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 \begin_inset Formula $\subseteq$
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 </row>
22901 <row>
22902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906
22907 \backslash
22908 sqsubseteq
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Formula $\sqsubseteq$
22918 \end_inset
22919
22920
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 </row>
22926 <row>
22927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931
22932 \backslash
22933 in
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942 \begin_inset Formula $\in$
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 </row>
22951 <row>
22952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956
22957 \backslash
22958 vdash
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 \begin_inset Formula $\vdash$
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 </row>
22976 <row>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981
22982 \backslash
22983 smile
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 \begin_inset Formula $\smile$
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 </row>
23001 <row>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006
23007 \backslash
23008 lhd
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 \begin_inset Formula $\lhd$
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 </row>
23026 <row>
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031
23032 \backslash
23033 unlhd
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042 \begin_inset Formula $\unlhd$
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 </row>
23051 <row>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \backslash
23058 gtrless
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 \begin_inset Formula $\gtrless$
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 </row>
23076 <row>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \backslash
23083 mid
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 \begin_inset Formula $\mid$
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 </row>
23101 <row>
23102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106
23107 \backslash
23108 nmid
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 \begin_inset Formula $\nmid$
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 </row>
23126 </lyxtabular>
23127
23128 \end_inset
23129
23130
23131 \begin_inset space \hfill{}
23132 \end_inset
23133
23134
23135 \begin_inset Tabular
23136 <lyxtabular version="3" rows="17" columns="2">
23137 <features>
23138 <column alignment="center" valignment="top" width="0pt">
23139 <column alignment="center" valignment="top" width="0pt">
23140 <row>
23141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145 Command
23146 \end_layout
23147
23148 \end_inset
23149 </cell>
23150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154 Result
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 </row>
23160 <row>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 =
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 \begin_inset Formula $=$
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 </row>
23183 <row>
23184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188
23189 \backslash
23190 not=
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 \begin_inset Formula $\not=$
23200 \end_inset
23201
23202
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 </row>
23208 <row>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213
23214 \backslash
23215 equiv
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 \begin_inset Formula $\equiv$
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 </row>
23233 <row>
23234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238
23239 \backslash
23240 sim
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 \begin_inset Formula $\sim$
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 <row>
23259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263
23264 \backslash
23265 simeq
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 \begin_inset Formula $\simeq$
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 </row>
23283 <row>
23284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288
23289 \backslash
23290 approx
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 \begin_inset Formula $\approx$
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 </row>
23308 <row>
23309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313
23314 \backslash
23315 cong
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 \begin_inset Formula $\cong$
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 </row>
23333 <row>
23334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338
23339 \backslash
23340 bowtie
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 \begin_inset Formula $\bowtie$
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363
23364 \backslash
23365 notin
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374 \begin_inset Formula $\notin$
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 </row>
23383 <row>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388
23389 \backslash
23390 perp
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 \begin_inset Formula $\perp$
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413
23414 \backslash
23415 propto
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset Formula $\propto$
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438
23439 \backslash
23440 asymp
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Formula $\asymp$
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 </row>
23458 <row>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463
23464 \backslash
23465 doteq
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 \begin_inset Formula $\doteq$
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 </row>
23483 <row>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \backslash
23490 circeq
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 \begin_inset Formula $\circeq$
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 </row>
23508 <row>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513
23514 \backslash
23515 models
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524 \begin_inset Formula $\models$
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 <row>
23534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \backslash
23540 widehat=
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 \begin_inset Formula $\widehat{=}$
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 </lyxtabular>
23559
23560 \end_inset
23561
23562
23563 \begin_inset space \hfill{}
23564 \end_inset
23565
23566
23567 \begin_inset Tabular
23568 <lyxtabular version="3" rows="17" columns="2">
23569 <features>
23570 <column alignment="center" valignment="top" width="0pt">
23571 <column alignment="center" valignment="top" width="0pt">
23572 <row>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 Command
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586 Result
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 </row>
23592 <row>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 >
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 \begin_inset Formula $>$
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 <row>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \backslash
23622 ge
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 \begin_inset Formula $\ge$
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \backslash
23647 gg
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\gg$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 <row>
23666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670
23671 \backslash
23672 succ
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Formula $\succ$
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 </row>
23690 <row>
23691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695
23696 \backslash
23697 succeq
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 \begin_inset Formula $\succeq$
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 </row>
23715 <row>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \backslash
23722 supset
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 \begin_inset Formula $\supset$
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 </row>
23740 <row>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745
23746 \backslash
23747 supseteq
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Formula $\supseteq$
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 <row>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770
23771 \backslash
23772 sqsupseteq
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 \begin_inset Formula $\sqsupseteq$
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795
23796 \backslash
23797 ni
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 \begin_inset Formula $\ni$
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 </row>
23815 <row>
23816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820
23821 \backslash
23822 dashv
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 $\dashv$
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 frown
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 $\frown$
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 rhd
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 $\rhd$
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 unrhd
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 $\unrhd$
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 lessgtr
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 $\lessgtr$
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 parallel
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 $\parallel$
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" bottomline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970
23971 \backslash
23972 nparallel
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 \begin_inset Formula $\nparallel$
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 </row>
23990 </lyxtabular>
23991
23992 \end_inset
23993
23994
23995 \begin_inset space \hfill{}
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \begin_layout Standard
24002 \begin_inset VSpace medskip
24003 \end_inset
24004
24005 The characters 
24006 \series bold
24007
24008 \backslash
24009 lhd
24010 \series default
24011  and 
24012 \series bold
24013
24014 \backslash
24015 rhd
24016 \series default
24017  are bigger than the equal looking operators 
24018 \series bold
24019
24020 \backslash
24021 triangleleft
24022 \series default
24023  and 
24024 \series bold
24025
24026 \backslash
24027 triangleright
24028 \series default
24029 , respectively.
24030 \end_layout
24031
24032 \begin_layout Standard
24033 Relations are, in contrary to symbols, always surrounded by space.
24034 \end_layout
24035
24036 \begin_layout Standard
24037 Relations with labels can be created with the command 
24038 \series bold
24039
24040 \backslash
24041 stackrel
24042 \series default
24043
24044 \begin_inset Index
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048 Commands ! S ! 
24049 \backslash
24050 stackrel
24051 \end_layout
24052
24053 \end_inset
24054
24055 :
24056 \end_layout
24057
24058 \begin_layout Standard
24059 \align center
24060 \begin_inset Tabular
24061 <lyxtabular version="3" rows="2" columns="2">
24062 <features>
24063 <column alignment="center" valignment="top" width="0">
24064 <column alignment="center" valignment="top" width="0">
24065 <row>
24066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 Command
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 Result
24080 \begin_inset Note Note
24081 status collapsed
24082
24083 \begin_layout Plain Layout
24084
24085 \series bold
24086
24087 \backslash
24088 raisebox
24089 \series default
24090  is only used as spacer.
24091 \end_layout
24092
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 </row>
24101 <row>
24102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 A(r)
24107 \backslash
24108 stackrel
24109 \begin_inset ERT
24110 status collapsed
24111
24112 \begin_layout Plain Layout
24113
24114
24115 \backslash
24116 spce 
24117 \end_layout
24118
24119 \end_inset
24120
24121 r
24122 \backslash
24123 to
24124 \backslash
24125 infty
24126 \begin_inset ERT
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130
24131
24132 \backslash
24133 spce 
24134 \end_layout
24135
24136 \end_inset
24137
24138
24139 \begin_inset Formula $\downarrow$
24140 \end_inset
24141
24142
24143 \backslash
24144 approx
24145 \begin_inset ERT
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149
24150
24151 \backslash
24152 spce 
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \begin_inset ERT
24159 status collapsed
24160
24161 \begin_layout Plain Layout
24162
24163
24164 \backslash
24165 spce 
24166 \end_layout
24167
24168 \end_inset
24169
24170 B
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 </row>
24188 </lyxtabular>
24189
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \begin_layout Section
24196 Functions
24197 \end_layout
24198
24199 \begin_layout Subsection
24200 Predefined Functions
24201 \begin_inset CommandInset label
24202 LatexCommand label
24203 name "sub:Predefined-Functions"
24204
24205 \end_inset
24206
24207
24208 \begin_inset Index
24209 status collapsed
24210
24211 \begin_layout Plain Layout
24212 Functions ! predefined
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \begin_layout Standard
24221 In general, variables are set 
24222 \emph on
24223 italic
24224 \emph default
24225  in mathematical expressions, but not function names, because 
24226 \begin_inset Formula $sin$
24227 \end_inset
24228
24229  could be misunderstood as 
24230 \begin_inset Formula $s\cdot i\cdot n$
24231 \end_inset
24232
24233 .
24234  Therefore there are predefined functions, that are additionally a bit separated
24235  from prefactors.
24236  They are inserted as commands starting with a backslash before their name.
24237 \end_layout
24238
24239 \begin_layout Standard
24240 \align center
24241 \begin_inset Tabular
24242 <lyxtabular version="3" rows="2" columns="4">
24243 <features>
24244 <column alignment="center" valignment="top" width="0pt">
24245 <column alignment="center" valignment="top" width="0pt">
24246 <column alignment="center" valignment="top" width="0pt">
24247 <column alignment="center" valignment="top" width="0pt">
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 Command
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 Result
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271 Command
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 Result
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 </row>
24286 <row>
24287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 Asin(x)+B
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300 \begin_inset Formula $Asin(x)+B$
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312 A
24313 \backslash
24314 sin(x)+B
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 \begin_inset Formula $A\sin(x)+B$
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 </lyxtabular>
24333
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \begin_layout Standard
24340 The following functions are predefined:
24341 \end_layout
24342
24343 \begin_layout Standard
24344 \begin_inset VSpace -2mm
24345 \end_inset
24346
24347
24348 \end_layout
24349
24350 \begin_layout Standard
24351 \align center
24352 \begin_inset Tabular
24353 <lyxtabular version="3" rows="9" columns="4">
24354 <features>
24355 <column alignment="center" valignment="top" width="0pt">
24356 <column alignment="center" valignment="top" width="0pt">
24357 <column alignment="center" valignment="top" width="0pt">
24358 <column alignment="center" valignment="top" width="0pt">
24359 <row>
24360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 Command
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 Command
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 Command
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 Command
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 sin
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 sinh
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 arcsin
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435
24436 \backslash
24437 sup
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 </row>
24443 <row>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 cos
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 cosh
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 arccos
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 inf
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 <row>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 tan
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 tanh
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 arctan
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 lim
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 </row>
24535 <row>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 cot
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \backslash
24553 coth
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 arg
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 liminf
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 </row>
24581 <row>
24582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586
24587 \backslash
24588 sec
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597
24598 \backslash
24599 min
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \backslash
24610 deg
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619
24620 \backslash
24621 limsup
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 </row>
24627 <row>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632
24633 \backslash
24634 csc
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643
24644 \backslash
24645 max
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654
24655 \backslash
24656 det
24657 \end_layout
24658
24659 \end_inset
24660 </cell>
24661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 Pr
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 </row>
24673 <row>
24674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24675 \begin_inset Text
24676
24677 \begin_layout Plain Layout
24678
24679 \backslash
24680 ln
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689
24690 \backslash
24691 exp
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700
24701 \backslash
24702 dim
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 hom
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 </row>
24719 <row>
24720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724
24725 \backslash
24726 lg
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735
24736 \backslash
24737 log
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \backslash
24748 ker
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 gcd
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 </row>
24765 </lyxtabular>
24766
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Standard
24773 They can also be inserted with the math toolbar button 
24774 \begin_inset Graphics
24775         filename ../images/math/functions.png
24776         scale 85
24777
24778 \end_inset
24779
24780 .
24781 \end_layout
24782
24783 \begin_layout Subsection
24784 Self-defined Functions
24785 \begin_inset Index
24786 status collapsed
24787
24788 \begin_layout Plain Layout
24789 Functions ! self-defined
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \begin_layout Standard
24798 To use a function that is not predefined, like for example the sign function
24799  sgn(x), there are two possibilities:
24800 \end_layout
24801
24802 \begin_layout Itemize
24803 Define the function by inserting the following line to the LaTeX-preamble
24804 \begin_inset Foot
24805 status collapsed
24806
24807 \begin_layout Plain Layout
24808 For more about 
24809 \series bold
24810
24811 \backslash
24812 DeclareMathOperator
24813 \series default
24814  see 
24815 \begin_inset CommandInset ref
24816 LatexCommand ref
24817 reference "sub:Self-defined-Operators"
24818
24819 \end_inset
24820
24821 .
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \begin_inset Newline newline
24828 \end_inset
24829
24830
24831 \begin_inset VSpace -3mm
24832 \end_inset
24833
24834
24835 \begin_inset Newline newline
24836 \end_inset
24837
24838
24839 \series bold
24840
24841 \backslash
24842 DeclareMathOperator{
24843 \backslash
24844 sgn}{sgn}
24845 \series default
24846
24847 \begin_inset Index
24848 status collapsed
24849
24850 \begin_layout Plain Layout
24851 Commands ! D ! 
24852 \backslash
24853 dbinom@
24854 \backslash
24855 DeclareMathOperator
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \begin_inset Newline newline
24862 \end_inset
24863
24864
24865 \begin_inset VSpace -2mm
24866 \end_inset
24867
24868
24869 \begin_inset Newline newline
24870 \end_inset
24871
24872 Now the new defined function can be called with the command 
24873 \series bold
24874
24875 \backslash
24876 sgn
24877 \series default
24878 .
24879 \end_layout
24880
24881 \begin_layout Itemize
24882 Write the the formula as usual, mark the formula name, in our example the
24883  letters 
24884 \emph on
24885 sgn
24886 \emph default
24887 , and change it to mathematical text.
24888  At last a space is inserted between prefactor and function.
24889 \end_layout
24890
24891 \begin_layout Standard
24892 The result is the same with both methods as with a predefined function
24893 \begin_inset Foot
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897 In LyX self-defined functions are displayed red, predefined ones black.
24898 \end_layout
24899
24900 \end_inset
24901
24902 :
24903 \end_layout
24904
24905 \begin_layout Standard
24906 \align center
24907 \begin_inset Tabular
24908 <lyxtabular version="3" rows="3" columns="2">
24909 <features>
24910 <column alignment="center" valignment="top" width="0pt">
24911 <column alignment="center" valignment="top" width="0pt">
24912 <row>
24913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 Command
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Plain Layout
24926 Result
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 </row>
24932 <row>
24933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937 A
24938 \backslash
24939 sgn(x)+B
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24945 \begin_inset Text
24946
24947 \begin_layout Plain Layout
24948 \begin_inset Formula $A\sgn(x)+B$
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 </row>
24957 <row>
24958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962 A
24963 \backslash
24964 ,
24965 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24966 \end_inset
24967
24968 (x)+B
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 </row>
24986 </lyxtabular>
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 The first method is more suitable when the self-defined function should
24995  be used several times.
24996 \end_layout
24997
24998 \begin_layout Subsection
24999 Limits
25000 \begin_inset Index
25001 status collapsed
25002
25003 \begin_layout Plain Layout
25004 Limits
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \begin_layout Standard
25013 For limits there are defined besides 
25014 \series bold
25015
25016 \backslash
25017 lim
25018 \series default
25019
25020 \begin_inset Index
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024 Commands ! L ! 
25025 \backslash
25026 lim
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \series bold
25033
25034 \backslash
25035 liminf
25036 \series default
25037  and 
25038 \series bold
25039
25040 \backslash
25041 limsup
25042 \series default
25043  furthermore the following functions:
25044 \end_layout
25045
25046 \begin_layout Standard
25047 \align center
25048 \begin_inset Tabular
25049 <lyxtabular version="3" rows="5" columns="2">
25050 <features>
25051 <column alignment="center" valignment="top" width="0">
25052 <column alignment="center" valignment="top" width="0">
25053 <row>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 Command
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 Result
25068 \begin_inset Note Note
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072
25073 \series bold
25074
25075 \backslash
25076 raisebox
25077 \series default
25078  is only used as spacer.
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 </row>
25089 <row>
25090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094
25095 \backslash
25096 varliminf
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105 \begin_inset Formula $\varliminf$
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 </row>
25114 <row>
25115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 varlimsup
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130 \begin_inset Formula $\varlimsup$
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 </row>
25139 <row>
25140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 varprojlim
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 \begin_inset Formula $\varprojlim$
25156 \end_inset
25157
25158
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 </row>
25164 <row>
25165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 varinjlim
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 \begin_inset Formula $\varinjlim$
25181 \end_inset
25182
25183
25184 \begin_inset Formula $\raisebox{-2.5mm}{}$
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 </row>
25193 </lyxtabular>
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \begin_layout Standard
25201 \begin_inset VSpace medskip
25202 \end_inset
25203
25204 The limit is created by inserting a subscript.
25205  It is set right beside the function in an inline formula:
25206 \end_layout
25207
25208 \begin_layout Standard
25209 \align center
25210 \begin_inset Tabular
25211 <lyxtabular version="3" rows="2" columns="2">
25212 <features>
25213 <column alignment="center" valignment="top" width="0pt">
25214 <column alignment="center" valignment="top" width="0pt">
25215 <row>
25216 <cell alignment="center" valignment="top" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220 Command
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229 \begin_inset space \hspace{}
25230 \length 1cm
25231 \end_inset
25232
25233 Result
25234 \begin_inset Note Note
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238
25239 \series bold
25240
25241 \backslash
25242 hspace
25243 \series default
25244  and
25245 \series bold
25246  
25247 \backslash
25248 raisebox
25249 \series default
25250  are used here as spacer.
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 </row>
25261 <row>
25262 <cell alignment="center" valignment="top" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266
25267 \backslash
25268 lim_x
25269 \backslash
25270 to
25271 \begin_inset ERT
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275
25276
25277 \backslash
25278 spce 
25279 \end_layout
25280
25281 \end_inset
25282
25283 A
25284 \begin_inset ERT
25285 status collapsed
25286
25287 \begin_layout Plain Layout
25288
25289
25290 \backslash
25291 spce 
25292 \end_layout
25293
25294 \end_inset
25295
25296 x=B
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 <cell alignment="center" valignment="top" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 </row>
25314 </lyxtabular>
25315
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \begin_layout Standard
25322 In a displayed formula the limit is set below the formula, as usual:
25323 \begin_inset Formula \[
25324 \lim_{x\to A}x=B\]
25325
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \begin_layout Subsection
25332 Modulo-Functions
25333 \begin_inset Index
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 Functions ! modulo-
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Standard
25346 The modulo-function is special, because it exists in four variants.
25347 \end_layout
25348
25349 \begin_layout Standard
25350 The variants in a displayed formula:
25351 \begin_inset Formula \begin{align*}
25352 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25353 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25354 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25355 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25356 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25357
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \begin_layout Standard
25364 In an inline formula less space is set before the function names for all
25365  variants.
25366 \end_layout
25367
25368 \begin_layout Section
25369 Special Characters
25370 \begin_inset Index
25371 status collapsed
25372
25373 \begin_layout Plain Layout
25374 Special characters
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \end_layout
25381
25382 \begin_layout Subsection
25383 Special Characters in Mathematical Text
25384 \end_layout
25385
25386 \begin_layout Standard
25387 The following commands can only be used in mathematical text or in TeX-mode:
25388 \end_layout
25389
25390 \begin_layout Standard
25391 \begin_inset space \hfill{}
25392 \end_inset
25393
25394
25395 \begin_inset Tabular
25396 <lyxtabular version="3" rows="8" columns="2">
25397 <features>
25398 <column alignment="block" valignment="top" width="0">
25399 <column alignment="block" valignment="top" width="0">
25400 <row>
25401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405 Command
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 Result
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 </row>
25420 <row>
25421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \backslash
25427 oe
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436 \begin_inset Formula $\textrm{œ}$
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 </row>
25445 <row>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450
25451 \backslash
25452 OE
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461 \begin_inset Formula $\textrm{Œ}$
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 </row>
25470 <row>
25471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475
25476 \backslash
25477 ae
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486 \begin_inset Formula $\textrm{æ}$
25487 \end_inset
25488
25489
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 </row>
25495 <row>
25496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500
25501 \backslash
25502 AE
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511 \begin_inset Formula $\textrm{Æ}$
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 </row>
25520 <row>
25521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525
25526 \backslash
25527 aa
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Plain Layout
25536 \begin_inset Formula $\textrm{\aa}$
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 </row>
25545 <row>
25546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550
25551 \backslash
25552 AA
25553 \begin_inset Index
25554 status collapsed
25555
25556 \begin_layout Plain Layout
25557
25558 \backslash
25559 @
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565
25566 \backslash
25567 textrm{
25568 \backslash
25569 AA}
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588 \begin_inset Formula $\textrm{Å}$
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 </row>
25597 <row>
25598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602
25603 \backslash
25604 i
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613 \begin_inset Formula $\textrm{ı}$
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 </row>
25622 </lyxtabular>
25623
25624 \end_inset
25625
25626
25627 \begin_inset space \hfill{}
25628 \end_inset
25629
25630
25631 \begin_inset Tabular
25632 <lyxtabular version="3" rows="8" columns="2">
25633 <features>
25634 <column alignment="block" valignment="top" width="0">
25635 <column alignment="center" valignment="top" width="0">
25636 <row>
25637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641 command
25642 \begin_inset Note Note
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646
25647 \series bold
25648
25649 \backslash
25650 hspace{0mm}
25651 \series default
25652  is used for separation, because otherwise the output will be ¡ and ¿ respective
25653 ly.
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667 Result
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 </row>
25673 <row>
25674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678
25679 \backslash
25680 o
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689 \begin_inset Formula $\textrm{ø}$
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \end_inset
25696 </cell>
25697 </row>
25698 <row>
25699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703
25704 \backslash
25705 O
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714 \begin_inset Formula $\textrm{Ø}$
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \end_inset
25721 </cell>
25722 </row>
25723 <row>
25724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728
25729 \backslash
25730 l
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Plain Layout
25739 \begin_inset Formula $\textrm{ł}$
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 </row>
25748 <row>
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 L
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764 \begin_inset Formula $\textrm{Ł}$
25765 \end_inset
25766
25767
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 </row>
25773 <row>
25774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25775 \begin_inset Text
25776
25777 \begin_layout Plain Layout
25778 !
25779 \begin_inset space \hspace{}
25780 \length 0mm
25781 \end_inset
25782
25783 `
25784 \begin_inset ERT
25785 status collapsed
25786
25787 \begin_layout Plain Layout
25788
25789
25790 \backslash
25791 spce 
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805 \begin_inset Formula $\textrm{!`}$
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 <row>
25815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 ?
25820 \begin_inset space \hspace{}
25821 \length 0mm
25822 \end_inset
25823
25824 `
25825 \begin_inset ERT
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829
25830
25831 \backslash
25832 spce 
25833 \end_layout
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 \begin_inset Formula $\textrm{?`}$
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 </row>
25855 <row>
25856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25857 \begin_inset Text
25858
25859 \begin_layout Plain Layout
25860
25861 \backslash
25862 j
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25868 \begin_inset Text
25869
25870 \begin_layout Plain Layout
25871 \begin_inset Formula $\textrm{ȷ}$
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 </row>
25880 </lyxtabular>
25881
25882 \end_inset
25883
25884
25885 \begin_inset space \hfill{}
25886 \end_inset
25887
25888
25889 \end_layout
25890
25891 \begin_layout Standard
25892 The characters 
25893 \begin_inset Formula $\textrm{\textrm{Å}}$
25894 \end_inset
25895
25896  and 
25897 \begin_inset Formula $\textrm{\textrm{Ø}}$
25898 \end_inset
25899
25900  can also be inserted via the math toolbar button 
25901 \begin_inset Graphics
25902         filename ../images/math/digamma.png
25903         scale 85
25904
25905 \end_inset
25906
25907 .
25908 \end_layout
25909
25910 \begin_layout Standard
25911 An exception are the commands 
25912 \series bold
25913 !
25914 \begin_inset space \hspace{}
25915 \length 0mm
25916 \end_inset
25917
25918 `
25919 \series default
25920  and 
25921 \series bold
25922 ?
25923 \begin_inset space \hspace{}
25924 \length 0mm
25925 \end_inset
25926
25927 `
25928 \series default
25929 , because they can be inserted in LyX directly to text.
25930 \end_layout
25931
25932 \begin_layout Subsection
25933 Accents in Text
25934 \begin_inset CommandInset label
25935 LatexCommand label
25936 name "sub:Accents-in-Text"
25937
25938 \end_inset
25939
25940
25941 \begin_inset Index
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945 Accents ! in text
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Standard
25954 With the following commands all letters can be accented.
25955  The commands must be inserted in TeX-mode.
25956 \end_layout
25957
25958 \begin_layout Standard
25959 \begin_inset space \hfill{}
25960 \end_inset
25961
25962
25963 \begin_inset Tabular
25964 <lyxtabular version="3" rows="8" columns="2">
25965 <features>
25966 <column alignment="block" valignment="top" width="0">
25967 <column alignment="block" valignment="top" width="0">
25968 <row>
25969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Plain Layout
25973 Command
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982 Result
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 </row>
25988 <row>
25989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993
25994 \backslash
25995
25996 \begin_inset Quotes grd
25997 \end_inset
25998
25999 e
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Plain Layout
26008 \begin_inset ERT
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012
26013
26014 \backslash
26015 "e
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 </row>
26026 <row>
26027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26028 \begin_inset Text
26029
26030 \begin_layout Plain Layout
26031
26032 \backslash
26033 `e
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26039 \begin_inset Text
26040
26041 \begin_layout Plain Layout
26042 \begin_inset ERT
26043 status collapsed
26044
26045 \begin_layout Plain Layout
26046
26047
26048 \backslash
26049 `e
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 </row>
26060 <row>
26061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065
26066 \backslash
26067 ^
26068 \begin_inset ERT
26069 status collapsed
26070
26071 \begin_layout Plain Layout
26072
26073
26074 \backslash
26075 spce 
26076 \end_layout
26077
26078 \end_inset
26079
26080 e
26081 \end_layout
26082
26083 \end_inset
26084 </cell>
26085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26086 \begin_inset Text
26087
26088 \begin_layout Plain Layout
26089 \begin_inset ERT
26090 status collapsed
26091
26092 \begin_layout Plain Layout
26093
26094
26095 \backslash
26096 ^e
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 </row>
26107 <row>
26108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112
26113 \backslash
26114 =e
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 \begin_inset ERT
26124 status collapsed
26125
26126 \begin_layout Plain Layout
26127
26128
26129 \backslash
26130 =e
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 </row>
26141 <row>
26142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146
26147 \backslash
26148 u
26149 \begin_inset ERT
26150 status collapsed
26151
26152 \begin_layout Plain Layout
26153
26154
26155 \backslash
26156 spce 
26157 \end_layout
26158
26159 \end_inset
26160
26161 e
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 \begin_inset ERT
26171 status collapsed
26172
26173 \begin_layout Plain Layout
26174
26175
26176 \backslash
26177 u e
26178 \end_layout
26179
26180 \end_inset
26181
26182
26183 \end_layout
26184
26185 \end_inset
26186 </cell>
26187 </row>
26188 <row>
26189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193
26194 \backslash
26195 b
26196 \begin_inset ERT
26197 status collapsed
26198
26199 \begin_layout Plain Layout
26200
26201
26202 \backslash
26203 spce 
26204 \end_layout
26205
26206 \end_inset
26207
26208 e
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 b e
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 </row>
26235 <row>
26236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 t
26243 \begin_inset ERT
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247
26248
26249 \backslash
26250 spce 
26251 \end_layout
26252
26253 \end_inset
26254
26255 ee
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264 \begin_inset ERT
26265 status collapsed
26266
26267 \begin_layout Plain Layout
26268
26269
26270 \backslash
26271 t ee
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 </row>
26282 </lyxtabular>
26283
26284 \end_inset
26285
26286
26287 \begin_inset space \hfill{}
26288 \end_inset
26289
26290
26291 \begin_inset Tabular
26292 <lyxtabular version="3" rows="8" columns="2">
26293 <features>
26294 <column alignment="block" valignment="top" width="0">
26295 <column alignment="center" valignment="top" width="0">
26296 <row>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 Command
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 Result
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 </row>
26316 <row>
26317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321
26322 \backslash
26323 H
26324 \begin_inset ERT
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329
26330 \backslash
26331 spce 
26332 \end_layout
26333
26334 \end_inset
26335
26336 e
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 \begin_inset ERT
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349
26350
26351 \backslash
26352 H e
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 </row>
26363 <row>
26364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368
26369 \backslash
26370 'e
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379 \begin_inset ERT
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383
26384
26385 \backslash
26386 'e
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 </row>
26397 <row>
26398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26399 \begin_inset Text
26400
26401 \begin_layout Plain Layout
26402
26403 \backslash
26404 ~e
26405 \begin_inset Index
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409 Tilde
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427
26428
26429 \backslash
26430 ~e
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 </row>
26441 <row>
26442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446
26447 \backslash
26448 .e
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Plain Layout
26457 \begin_inset ERT
26458 status collapsed
26459
26460 \begin_layout Plain Layout
26461
26462
26463 \backslash
26464 .e
26465 \end_layout
26466
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 </row>
26475 <row>
26476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480
26481 \backslash
26482 v
26483 \begin_inset ERT
26484 status collapsed
26485
26486 \begin_layout Plain Layout
26487
26488
26489 \backslash
26490 spce 
26491 \end_layout
26492
26493 \end_inset
26494
26495 e
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 \begin_inset ERT
26505 status collapsed
26506
26507 \begin_layout Plain Layout
26508
26509
26510 \backslash
26511 v e
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 </row>
26522 <row>
26523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527
26528 \backslash
26529 d
26530 \begin_inset ERT
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534
26535
26536 \backslash
26537 spce 
26538 \end_layout
26539
26540 \end_inset
26541
26542 e
26543 \end_layout
26544
26545 \end_inset
26546 </cell>
26547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551 \begin_inset ERT
26552 status collapsed
26553
26554 \begin_layout Plain Layout
26555
26556
26557 \backslash
26558 d e
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 </row>
26569 <row>
26570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Plain Layout
26574
26575 \backslash
26576 c
26577 \begin_inset ERT
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581
26582
26583 \backslash
26584 spce 
26585 \end_layout
26586
26587 \end_inset
26588
26589 e
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598 \begin_inset ERT
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602
26603
26604 \backslash
26605 c e
26606 \end_layout
26607
26608 \end_inset
26609
26610
26611 \end_layout
26612
26613 \end_inset
26614 </cell>
26615 </row>
26616 </lyxtabular>
26617
26618 \end_inset
26619
26620
26621 \begin_inset space \hfill{}
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Standard
26628 \begin_inset VSpace medskip
26629 \end_inset
26630
26631 With the command 
26632 \series bold
26633
26634 \backslash
26635 t
26636 \series default
26637  also two different characters can be accented.
26638  The command 
26639 \series bold
26640
26641 \backslash
26642 t
26643 \begin_inset ERT
26644 status collapsed
26645
26646 \begin_layout Plain Layout
26647
26648
26649 \backslash
26650 spce 
26651 \end_layout
26652
26653 \end_inset
26654
26655 sz
26656 \series default
26657  creates: 
26658 \begin_inset ERT
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662
26663
26664 \backslash
26665 t sz
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \begin_layout Standard
26674 The accents 
26675 \series bold
26676 `
26677 \series default
26678  , 
26679 \series bold
26680 '
26681 \series default
26682  , and 
26683 \series bold
26684 ^
26685 \series default
26686  can in combination with vowels directly be inserted with the keyboard without
26687  using TeX-mode.
26688  The same applies for the tilde
26689 \begin_inset Foot
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693 This only applies for keyboards where the tilde is defined as accent.
26694 \end_layout
26695
26696 \end_inset
26697
26698  
26699 \series bold
26700 ~
26701 \series default
26702  in combination with 
26703 \emph on
26704 a
26705 \emph default
26706  , 
26707 \emph on
26708 n
26709 \emph default
26710  , or 
26711 \emph on
26712 o
26713 \emph default
26714 .
26715 \end_layout
26716
26717 \begin_layout Standard
26718 The commands 
26719 \series bold
26720
26721 \backslash
26722 b
26723 \series default
26724  , 
26725 \series bold
26726
26727 \backslash
26728 c
26729 \series default
26730  , 
26731 \series bold
26732
26733 \backslash
26734 d
26735 \series default
26736  , 
26737 \series bold
26738
26739 \backslash
26740 H
26741 \series default
26742  , 
26743 \series bold
26744
26745 \backslash
26746 t
26747 \series default
26748  , 
26749 \series bold
26750
26751 \backslash
26752 u
26753 \series default
26754  , 
26755 \series bold
26756
26757 \backslash
26758 v
26759 \series default
26760 , and accents inserted directly with the keyboard are also available in
26761  mathematical text.
26762  For the other accents there are special math commands to be used in formulas,
26763  see 
26764 \begin_inset CommandInset ref
26765 LatexCommand ref
26766 reference "sub:Accents-for-one"
26767
26768 \end_inset
26769
26770 .
26771 \end_layout
26772
26773 \begin_layout Standard
26774 \begin_inset VSpace bigskip
26775 \end_inset
26776
26777 Furthermore, with the command 
26778 \series bold
26779
26780 \backslash
26781 textcircled
26782 \series default
26783
26784 \begin_inset Index
26785 status collapsed
26786
26787 \begin_layout Plain Layout
26788 Commands ! T ! 
26789 \backslash
26790 textcircled
26791 \end_layout
26792
26793 \end_inset
26794
26795  all numbers and letters can be set into a circle, quasi accented with a
26796  circle, similar to the the copyright symbol.
26797 \end_layout
26798
26799 \begin_layout Standard
26800 \align center
26801 \begin_inset Tabular
26802 <lyxtabular version="3" rows="3" columns="2">
26803 <features>
26804 <column alignment="center" valignment="top" width="0">
26805 <column alignment="center" valignment="top" width="0">
26806 <row>
26807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 Command
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820 Result
26821 \begin_inset Note Note
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825
26826 \series bold
26827
26828 \backslash
26829 raisebox
26830 \series default
26831  is only used as spacer.
26832 \end_layout
26833
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 </row>
26842 <row>
26843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26844 \begin_inset Text
26845
26846 \begin_layout Plain Layout
26847
26848 \backslash
26849 textcircled{w}
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 \begin_inset ERT
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862
26863
26864 \backslash
26865 textcircled{w}
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 </row>
26876 <row>
26877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Plain Layout
26881
26882 \backslash
26883 Large 
26884 \backslash
26885 textcircled{
26886 \backslash
26887 normalsize
26888 \backslash
26889 protect
26890 \backslash
26891 raisebox{-1.5pt}{W}}
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900 \begin_inset Formula $\raisebox{4.5mm}{}$
26901 \end_inset
26902
26903
26904 \begin_inset ERT
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908
26909
26910 \backslash
26911 Large 
26912 \backslash
26913 textcircled{
26914 \backslash
26915 normalsize
26916 \backslash
26917 protect
26918 \backslash
26919 raisebox{-1.5pt}W}
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \begin_inset Formula $\raisebox{-2mm}{}$
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 </row>
26934 </lyxtabular>
26935
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \begin_layout Standard
26942 One has to take care that the character fits in the circle.
26943  
26944 \series bold
26945
26946 \backslash
26947 Large
26948 \series default
26949
26950 \begin_inset Foot
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954 see 
26955 \begin_inset CommandInset ref
26956 LatexCommand ref
26957 reference "sub:Font-Sizes"
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \end_inset
26965
26966  specifies thereby the size of the circle.
26967  With the help of 
26968 \series bold
26969
26970 \backslash
26971 raisebox
26972 \series default
26973
26974 \begin_inset Foot
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978 see 
26979 \begin_inset CommandInset ref
26980 LatexCommand ref
26981 reference "sub:Boxes-without-Frame"
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989
26990  the character can be centered.
26991 \end_layout
26992
26993 \begin_layout Subsection
26994 Minuscule Numbers
26995 \begin_inset Index
26996 status collapsed
26997
26998 \begin_layout Plain Layout
26999 Minuscule numbers
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \begin_layout Standard
27008 Minuscule numbers are created with the command 
27009 \series bold
27010
27011 \backslash
27012 oldstylenums
27013 \series default
27014
27015 \begin_inset Index
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019 Commands ! O ! 
27020 \backslash
27021 oldstylenums
27022 \end_layout
27023
27024 \end_inset
27025
27026 .
27027  The command can be used in formulas and in TeX-mode.
27028  The command scheme is:
27029 \end_layout
27030
27031 \begin_layout Standard
27032
27033 \series bold
27034
27035 \backslash
27036 oldstylenums{number}
27037 \end_layout
27038
27039 \begin_layout Standard
27040 The command 
27041 \series bold
27042
27043 \backslash
27044 oldstylenums{0123456789
27045 \series default
27046  produces: 
27047 \begin_inset Formula $\oldstylenums{0123456789}$
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \begin_layout Subsection
27054 Miscellaneous special Characters
27055 \begin_inset CommandInset label
27056 LatexCommand label
27057 name "sub:Miscellaneous-special-Characters"
27058
27059 \end_inset
27060
27061
27062 \begin_inset Index
27063 status collapsed
27064
27065 \begin_layout Plain Layout
27066 Special characters ! miscellaneous
27067 \end_layout
27068
27069 \end_inset
27070
27071
27072 \end_layout
27073
27074 \begin_layout Standard
27075 The following characters can only be inserted to formulas by using commands:
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \align center
27080 \begin_inset Tabular
27081 <lyxtabular version="3" rows="4" columns="2">
27082 <features>
27083 <column alignment="center" valignment="top" width="0">
27084 <column alignment="center" valignment="top" width="0">
27085 <row>
27086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090 Command
27091 \end_layout
27092
27093 \end_inset
27094 </cell>
27095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27096 \begin_inset Text
27097
27098 \begin_layout Plain Layout
27099 Result
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 </row>
27105 <row>
27106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27107 \begin_inset Text
27108
27109 \begin_layout Plain Layout
27110
27111 \backslash
27112 ^
27113 \begin_inset ERT
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117
27118
27119 \backslash
27120 spce 
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134 \begin_inset Formula $\mathcircumflex$
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \end_inset
27141 </cell>
27142 </row>
27143 <row>
27144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27145 \begin_inset Text
27146
27147 \begin_layout Plain Layout
27148
27149 \backslash
27150 _
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159 \begin_inset Formula $\_$
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 </row>
27168 <row>
27169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Plain Layout
27173 ^
27174 \begin_inset ERT
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178
27179
27180 \backslash
27181 spce 
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \backslash
27188 circ
27189 \begin_inset Index
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194 \backslash
27195
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \end_inset
27204 </cell>
27205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Plain Layout
27209 \begin_inset Formula $^{\circ}$
27210 \end_inset
27211
27212
27213 \end_layout
27214
27215 \end_inset
27216 </cell>
27217 </row>
27218 </lyxtabular>
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Standard
27226 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27227  contains the following line
27228 \begin_inset Foot
27229 status collapsed
27230
27231 \begin_layout Plain Layout
27232 More about this is described in 
27233 \begin_inset CommandInset ref
27234 LatexCommand ref
27235 reference "sub:Text-Characters-in"
27236
27237 \end_inset
27238
27239 .
27240 \end_layout
27241
27242 \end_inset
27243
27244 :
27245 \end_layout
27246
27247 \begin_layout Standard
27248
27249 \series bold
27250
27251 \backslash
27252 DeclareInputtext{176}{
27253 \backslash
27254 ifmmode^
27255 \backslash
27256 circ
27257 \backslash
27258 else
27259 \backslash
27260 textdegree
27261 \backslash
27262 fi}
27263 \end_layout
27264
27265 \begin_layout Section
27266 Formula Styles
27267 \begin_inset CommandInset label
27268 LatexCommand label
27269 name "sec:Formula-Styles"
27270
27271 \end_inset
27272
27273
27274 \begin_inset Index
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278 Formula ! styles
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \end_layout
27285
27286 \begin_layout Itemize
27287 There are two different alignment styles:
27288 \end_layout
27289
27290 \begin_deeper
27291 \begin_layout Description
27292 Centered is the predefined standard
27293 \end_layout
27294
27295 \begin_layout Description
27296 Indented for this the option 
27297 \series bold
27298 fleqn
27299 \series default
27300  must be inserted in the menu 
27301 \family sans
27302 Document\SpecialChar \menuseparator
27303 Settings
27304 \family default
27305  under 
27306 \family sans
27307 Document
27308 \begin_inset space ~
27309 \end_inset
27310
27311 Class
27312 \end_layout
27313
27314 \begin_layout Standard
27315 When 
27316 \series bold
27317 Indented
27318 \series default
27319  is used, the indentation can be adjusted with the length 
27320 \series bold
27321
27322 \backslash
27323 mathindent
27324 \series default
27325
27326 \begin_inset Index
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330 Commands ! M ! 
27331 \backslash
27332 mathindent
27333 \end_layout
27334
27335 \end_inset
27336
27337 .
27338  Should the distance be 15
27339 \begin_inset space \thinspace{}
27340 \end_inset
27341
27342 mm, the following command line is inserted in the LaTeX-preamble
27343 \end_layout
27344
27345 \begin_layout Standard
27346
27347 \series bold
27348
27349 \backslash
27350 setlength{
27351 \backslash
27352 mathindent}{15mm}
27353 \end_layout
27354
27355 \begin_layout Standard
27356 When no length is specified, the predefined value of 30
27357 \begin_inset space \thinspace{}
27358 \end_inset
27359
27360 pt will be used.
27361 \end_layout
27362
27363 \end_deeper
27364 \begin_layout Itemize
27365 And two different numbering styles:
27366 \end_layout
27367
27368 \begin_deeper
27369 \begin_layout Description
27370 Right is the predefined standard
27371 \end_layout
27372
27373 \begin_layout Description
27374 Left for this the option 
27375 \series bold
27376 leqno
27377 \series default
27378  must be inserted in the menu 
27379 \family sans
27380 Document\SpecialChar \menuseparator
27381 Settings
27382 \family default
27383  under 
27384 \family sans
27385 Document
27386 \begin_inset space ~
27387 \end_inset
27388
27389 Class
27390 \end_layout
27391
27392 \end_deeper
27393 \begin_layout Standard
27394
27395 \series bold
27396 fleqn
27397 \series default
27398  and 
27399 \series bold
27400 leqno
27401 \series default
27402  can also be used together.
27403  In this case both options are inserted, separated by a comma.
27404 \end_layout
27405
27406 \begin_layout Standard
27407 The chosen styles are used for all displayed formulas of the document.
27408  When both, centered and indented formulas should be created in a document,
27409  the style 
27410 \series bold
27411 Centered
27412 \series default
27413  is used.
27414  The indented formulas are then set in a flalign environment, see 
27415 \begin_inset CommandInset ref
27416 LatexCommand ref
27417 reference "sub:Flalign-Environment"
27418
27419 \end_inset
27420
27421 .
27422 \end_layout
27423
27424 \begin_layout Section
27425 Multiline Formulas
27426 \begin_inset CommandInset label
27427 LatexCommand label
27428 name "sec:Multiline-Formulas"
27429
27430 \end_inset
27431
27432
27433 \begin_inset Index
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437 Formula ! multiline
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Subsection
27446 General
27447 \end_layout
27448
27449 \begin_layout Standard
27450 In LyX multiline formulas are created by pressing 
27451 \series bold
27452
27453 \begin_inset Info
27454 type  "shortcut"
27455 arg   "newline-insert newline"
27456 \end_inset
27457
27458
27459 \series default
27460  inside a formula.
27461  This creates either an 
27462 \series bold
27463 eqnarray environment
27464 \series default
27465  that is described in 
27466 \begin_inset CommandInset ref
27467 LatexCommand ref
27468 reference "sub:Eqnarray-Environment"
27469
27470 \end_inset
27471
27472  or, when the option 
27473 \family sans
27474 Use AMS math package
27475 \family default
27476  in the document settings is selected, an 
27477 \series bold
27478 align environment
27479 \series default
27480  that is described in 
27481 \begin_inset CommandInset ref
27482 LatexCommand ref
27483 reference "sub:Standard-align-Environment"
27484
27485 \end_inset
27486
27487 .
27488 \end_layout
27489
27490 \begin_layout Standard
27491 There are other multiline formula environments that can be created via the
27492  menu 
27493 \family sans
27494 Insert\SpecialChar \menuseparator
27495 Math
27496 \family default
27497 .
27498  These environments are described in the following sections.
27499 \end_layout
27500
27501 \begin_layout Standard
27502 In all multiline formula environments a new line is created by pressing
27503  
27504 \begin_inset Info
27505 type  "shortcut"
27506 arg   "newline-insert newline"
27507 \end_inset
27508
27509 .
27510  To add or delete lines, the math toolbar buttons 
27511 \begin_inset Graphics
27512         filename ../images/tabular-feature_append-row.png
27513         scale 85
27514
27515 \end_inset
27516
27517  or 
27518 \begin_inset Graphics
27519         filename ../images/tabular-feature_delete-row.png
27520         scale 85
27521
27522 \end_inset
27523
27524 , respectively, or the menu 
27525 \family sans
27526 Edit\SpecialChar \menuseparator
27527 Rows & Columns
27528 \family default
27529  can be used.
27530 \end_layout
27531
27532 \begin_layout Subsubsection
27533 Line Separation
27534 \begin_inset CommandInset label
27535 LatexCommand label
27536 name "sub:Line-Separation"
27537
27538 \end_inset
27539
27540
27541 \begin_inset Index
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545 Formula ! multiline ! Line separation
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 There is sometimes not enough space in multiline formulas between the lines:
27555 \begin_inset Formula \begin{eqnarray*}
27556 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}\\
27557 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Standard
27565 In LaTeX additional line space is specified as optional argument of the
27566  new line command.
27567  This is not yet possible in LyX
27568 \begin_inset Foot
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 see 
27573 \begin_inset CommandInset href
27574 LatexCommand href
27575 name "LyX-bug #1505"
27576 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \end_inset
27584
27585 , therefore the whole formula must be inserted in TeX-mode.
27586  To add in our example space, the command 
27587 \series bold
27588
27589 \backslash
27590
27591 \backslash
27592 [3mm]
27593 \series default
27594  is inserted at the end of the first line.
27595  One gets: 
27596 \begin_inset ERT
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600
27601
27602 \backslash
27603 begin{eqnarray*}
27604 \end_layout
27605
27606 \begin_layout Plain Layout
27607
27608 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27609  = & 
27610 \backslash
27611 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27612 \backslash
27613
27614 \backslash
27615 [3mm]
27616 \end_layout
27617
27618 \begin_layout Plain Layout
27619
27620 4x^{2}
27621 \backslash
27622 left(B^{2}+x_{0}^{2}
27623 \backslash
27624 right)+4x_{0}x
27625 \backslash
27626 left(D-B^{2}
27627 \backslash
27628 right)+B^{2}
27629 \backslash
27630 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27631 \backslash
27632 right) & = & 0
27633 \end_layout
27634
27635 \begin_layout Plain Layout
27636
27637
27638 \backslash
27639 end{eqnarray*}
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Standard
27648 \begin_inset VSpace bigskip
27649 \end_inset
27650
27651 To set the the line separation for all lines in a formula, the length 
27652 \series bold
27653
27654 \backslash
27655 jot
27656 \series default
27657
27658 \begin_inset Index
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662 Commands ! J ! 
27663 \backslash
27664 jot
27665 \end_layout
27666
27667 \end_inset
27668
27669  is changed.
27670  The definition is: 
27671 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27672 \end_inset
27673
27674 .
27675  Predefined for 
27676 \series bold
27677
27678 \backslash
27679 jot
27680 \series default
27681  is the value 3
27682 \begin_inset space \thinspace{}
27683 \end_inset
27684
27685 pt.
27686  To create 3
27687 \begin_inset space \thinspace{}
27688 \end_inset
27689
27690 mm additional line separation as in the previous example, the command
27691 \end_layout
27692
27693 \begin_layout Standard
27694
27695 \series bold
27696
27697 \backslash
27698 setlength{
27699 \backslash
27700 jot}{3mm+3pt}
27701 \end_layout
27702
27703 \begin_layout Standard
27704 is inserted in TeX-mode before the formula.
27705  This requires that the LaTeX-package 
27706 \series bold
27707 calc
27708 \series default
27709
27710 \begin_inset Foot
27711 status collapsed
27712
27713 \begin_layout Plain Layout
27714
27715 \series bold
27716 calc
27717 \series default
27718  is part of every LaTeX standard installation.
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \begin_inset Index
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728 Packages ! calc
27729 \end_layout
27730
27731 \end_inset
27732
27733  was loaded in LaTeX-preamble with the line
27734 \end_layout
27735
27736 \begin_layout Standard
27737
27738 \series bold
27739
27740 \backslash
27741 usepackage{calc}
27742 \end_layout
27743
27744 \begin_layout Standard
27745 One gets: 
27746 \begin_inset ERT
27747 status collapsed
27748
27749 \begin_layout Plain Layout
27750
27751
27752 \backslash
27753 setlength{
27754 \backslash
27755 jot}{3mm+3pt}
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \begin_inset Formula \begin{eqnarray*}
27762 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}\\
27763 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27764
27765 \end_inset
27766
27767
27768 \end_layout
27769
27770 \begin_layout Standard
27771 \begin_inset ERT
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775
27776
27777 \backslash
27778 setlength{
27779 \backslash
27780 jot}{3pt}
27781 \end_layout
27782
27783 \end_inset
27784
27785  To get back to the predefined distance, 
27786 \series bold
27787
27788 \backslash
27789 jot
27790 \series default
27791  is set to the value 3
27792 \begin_inset space \thinspace{}
27793 \end_inset
27794
27795 pt.
27796 \end_layout
27797
27798 \begin_layout Subsubsection
27799 Column Separation
27800 \begin_inset CommandInset label
27801 LatexCommand label
27802 name "sub:Column-Separation"
27803
27804 \end_inset
27805
27806
27807 \begin_inset Index
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811 Formula ! multiline ! Column separation
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \begin_layout Standard
27820 Multiline formulas form a matrix.
27821  A formula in the eqnarray environment is for example a matrix with three
27822  columns.
27823  By changing the column separation in this environment, the space beside
27824  the relation sign can be changed.
27825 \end_layout
27826
27827 \begin_layout Standard
27828 The column separation is specified with the length 
27829 \series bold
27830
27831 \backslash
27832 arraycolsep
27833 \series default
27834
27835 \begin_inset Index
27836 status collapsed
27837
27838 \begin_layout Plain Layout
27839 Commands ! A ! 
27840 \backslash
27841 arraycolsep
27842 \end_layout
27843
27844 \end_inset
27845
27846  according to:
27847 \begin_inset Newline newline
27848 \end_inset
27849
27850 column separation = 2
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854
27855 \series bold
27856
27857 \backslash
27858 arraycolsep
27859 \series default
27860
27861 \begin_inset Newline newline
27862 \end_inset
27863
27864 Thus, the command
27865 \end_layout
27866
27867 \begin_layout Standard
27868
27869 \series bold
27870
27871 \backslash
27872 setlength{
27873 \backslash
27874 arraycolsep}{1cm}
27875 \end_layout
27876
27877 \begin_layout Standard
27878 inserted in TeX-mode, sets for all following formulas a column separation
27879  of 2
27880 \begin_inset space \thinspace{}
27881 \end_inset
27882
27883 cm.
27884  To get back to the predefined distance, 
27885 \series bold
27886
27887 \backslash
27888 arraycolsep
27889 \series default
27890  is set to 5
27891 \begin_inset space \thinspace{}
27892 \end_inset
27893
27894 pt.
27895 \end_layout
27896
27897 \begin_layout Standard
27898 A formula with 2
27899 \begin_inset space \thinspace{}
27900 \end_inset
27901
27902 cm column separation:
27903 \begin_inset ERT
27904 status collapsed
27905
27906 \begin_layout Plain Layout
27907
27908
27909 \backslash
27910 setlength{
27911 \backslash
27912 arraycolsep}{1cm}
27913 \end_layout
27914
27915 \end_inset
27916
27917
27918 \begin_inset Formula \begin{eqnarray*}
27919 A & = & B\\
27920 C & \ne & A\end{eqnarray*}
27921
27922 \end_inset
27923
27924 A formula with the predefined column separation for matrices of 10
27925 \begin_inset space \thinspace{}
27926 \end_inset
27927
27928 pt:
27929 \begin_inset ERT
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933
27934
27935 \backslash
27936 setlength{
27937 \backslash
27938 arraycolsep}{5pt}
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \begin_inset Formula \begin{eqnarray*}
27945 A & = & B\\
27946 C & \ne & A\end{eqnarray*}
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \begin_layout Subsubsection
27954 Long Formulas
27955 \begin_inset Index
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959 Formula ! long
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Standard
27968 Long formulas can be typeset using these methods:
27969 \end_layout
27970
27971 \begin_layout Itemize
27972 When one side of the equation is much shorther than the line width, this
27973  one is chosen for the left side and the right side is typeset over two
27974  lines:
27975 \begin_inset ERT
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979
27980
27981 \backslash
27982 medskip
27983 \end_layout
27984
27985 \end_inset
27986
27987  
27988 \begin_inset Formula \begin{eqnarray}
27989 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 \\
27990  &  & -\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}\end{eqnarray}
27991
27992 \end_inset
27993
27994
27995 \begin_inset ERT
27996 status collapsed
27997
27998 \begin_layout Plain Layout
27999
28000
28001 \backslash
28002 smallskip
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \begin_inset Newline newline
28009 \end_inset
28010
28011 The minus sign at the beginning of the second line does normally not appear
28012  as operator because it is the first character of the line.
28013  Thus it would not be surrounded by space and could not be distinguished
28014  from the fraction bar.
28015  To avoid this, space was inserted behind the minus sign with the command
28016  
28017 \series bold
28018
28019 \backslash
28020 hspace{3pt}
28021 \series default
28022
28023 \begin_inset Foot
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027 more about 
28028 \series bold
28029
28030 \backslash
28031 hspace
28032 \series default
28033  see 
28034 \begin_inset CommandInset ref
28035 LatexCommand ref
28036 reference "sub:Variable-Space"
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \begin_inset Index
28047 status collapsed
28048
28049 \begin_layout Plain Layout
28050 Commands ! H ! 
28051 \backslash
28052 hspace
28053 \end_layout
28054
28055 \end_inset
28056
28057 .
28058 \end_layout
28059
28060 \begin_layout Itemize
28061 When both sides of the equation are too long, the command 
28062 \series bold
28063
28064 \backslash
28065 lefteqn
28066 \series default
28067
28068 \begin_inset Index
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 Commands ! L ! 
28073 \backslash
28074 lefteqn
28075 \end_layout
28076
28077 \end_inset
28078
28079  is used.
28080  It is inserted to the first column of the first line and effects that all
28081  further insertions overwrite the following columns:
28082 \begin_inset ERT
28083 status collapsed
28084
28085 \begin_layout Plain Layout
28086
28087
28088 \backslash
28089 medskip
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \begin_inset Formula \begin{eqnarray}
28096 \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 \\
28097  &  & -\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 \\
28098  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}\end{eqnarray}
28099
28100 \end_inset
28101
28102
28103 \begin_inset ERT
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107
28108
28109 \backslash
28110 smallskip
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \begin_inset Newline newline
28117 \end_inset
28118
28119 After the insertion of 
28120 \series bold
28121
28122 \backslash
28123 lefteqn
28124 \series default
28125 , the cursor is in a purple box that is a bit shifted to the left from the
28126  blue one.
28127  In this the formula is inserted.
28128 \begin_inset ERT
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132
28133
28134 \backslash
28135 medskip
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \begin_inset Newline newline
28142 \end_inset
28143
28144 The content of the further lines is inserted to the second or another formula
28145  column.
28146  The greater the column number where it was inserted, the larger the indentation.
28147 \begin_inset ERT
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151
28152
28153 \backslash
28154 medskip
28155 \end_layout
28156
28157 \end_inset
28158
28159
28160 \begin_inset Newline newline
28161 \end_inset
28162
28163
28164 \begin_inset Note Greyedout
28165 status open
28166
28167 \begin_layout Plain Layout
28168 Note the following when using 
28169 \series bold
28170
28171 \backslash
28172 lefteqn
28173 \series default
28174 :
28175 \end_layout
28176
28177 \begin_layout Itemize
28178 The formula doesn't use the full page width.
28179  When e.
28180 \begin_inset space \thinspace{}
28181 \end_inset
28182
28183 g.
28184 \begin_inset space \space{}
28185 \end_inset
28186
28187 the term 
28188 \begin_inset Formula $-B^{2}$
28189 \end_inset
28190
28191  is added to the first line in the above example, it would have been outside
28192  the page margin.
28193  To better use the width, negative space can be inserted at the beginning
28194  of the first line.
28195 \end_layout
28196
28197 \begin_layout Itemize
28198 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28199  line.
28200 \begin_inset Foot
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204 \begin_inset CommandInset href
28205 LatexCommand href
28206 name "LyX-bug #1429"
28207 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \end_inset
28215
28216  One can only set the cursor at the beginning of the line and move it with
28217  the arrow keys.
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Itemize
28226 Other methods to set long formulas are offered by the environments described
28227  in 
28228 \begin_inset CommandInset ref
28229 LatexCommand ref
28230 reference "sub:Multline-Environment"
28231
28232 \end_inset
28233
28234  and 
28235 \begin_inset CommandInset ref
28236 LatexCommand ref
28237 reference "sub:Multiline-Formula-Parts"
28238
28239 \end_inset
28240
28241 .
28242 \end_layout
28243
28244 \begin_layout Subsubsection
28245 Multiline Brackets
28246 \begin_inset CommandInset label
28247 LatexCommand label
28248 name "sub:Multiline-Brackets"
28249
28250 \end_inset
28251
28252
28253 \begin_inset Index
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 Brackets ! for multiline expressions
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \begin_layout Standard
28266 For brackets spanning multiple lines the following problem occurs:
28267 \begin_inset Formula \begin{eqnarray*}
28268 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28269  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Standard
28277 The closing bracket is smaller than the opening bracket because brackets
28278  with variable size may not span multiple lines.
28279 \end_layout
28280
28281 \begin_layout Standard
28282 To set the bracket size for the second line correctly, the first line is
28283  ended with 
28284 \series bold
28285
28286 \backslash
28287 right.
28288 \series default
28289
28290 \begin_inset Index
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294 Commands ! R ! 
28295 \backslash
28296 right
28297 \end_layout
28298
28299 \end_inset
28300
28301  and the second line with 
28302 \series bold
28303
28304 \backslash
28305 left.
28306 \begin_inset Foot
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310 for more about 
28311 \series bold
28312
28313 \backslash
28314 left
28315 \series default
28316  and 
28317 \series bold
28318
28319 \backslash
28320 right
28321 \series default
28322  see 
28323 \begin_inset CommandInset ref
28324 LatexCommand ref
28325 reference "sub:Automatic-Bracket-Size"
28326
28327 \end_inset
28328
28329
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \series default
28336
28337 \begin_inset Index
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Commands ! L ! 
28342 \backslash
28343 left
28344 \end_layout
28345
28346 \end_inset
28347
28348 .
28349  After 
28350 \series bold
28351
28352 \backslash
28353 left.
28354
28355 \series default
28356  the command 
28357 \series bold
28358
28359 \backslash
28360 vphantom
28361 \series default
28362
28363 \begin_inset ERT
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367
28368
28369 \backslash
28370 spce 
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \series bold
28377
28378 \backslash
28379 prod
28380 \series default
28381 ^
28382 \begin_inset ERT
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386
28387
28388 \backslash
28389 spce 
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \series bold
28396
28397 \backslash
28398 infty
28399 \series default
28400
28401 \begin_inset ERT
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405
28406
28407 \backslash
28408 spce 
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \series bold
28415
28416 \begin_inset Formula $\downarrow$
28417 \end_inset
28418
28419 _R=1}
28420 \series default
28421
28422 \begin_inset Index
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426 Commands ! V ! 
28427 \backslash
28428 vphantom
28429 \end_layout
28430
28431 \end_inset
28432
28433  is inserted, because the multiplication operator with its limits is the
28434  largest symbol in the first line and this should be the size for the bracket
28435  in the second line.
28436 \end_layout
28437
28438 \begin_layout Standard
28439 The result is this:
28440 \begin_inset Formula \begin{eqnarray*}
28441 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28442  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Subsection
28450 Align Environments
28451 \end_layout
28452
28453 \begin_layout Standard
28454 Align environments can be used for every kind of multiline formulas.
28455  They are specially useful to set several formulas side by side.
28456 \end_layout
28457
28458 \begin_layout Standard
28459 Align environments consist of columns.
28460  The odd columns are right aligned, the even ones left aligned.
28461  Every line in an Align environment can be numbered.
28462 \end_layout
28463
28464 \begin_layout Standard
28465 Align environments are created via the menu 
28466 \family sans
28467 Insert\SpecialChar \menuseparator
28468 Math
28469 \family default
28470 .
28471  With the menu 
28472 \family sans
28473 Edit\SpecialChar \menuseparator
28474 Math\SpecialChar \menuseparator
28475 Change Formula Type
28476 \family default
28477  already existing formulas can be converted to Align environments.
28478 \end_layout
28479
28480 \begin_layout Standard
28481 To add or delete columns, the math toolbar buttons 
28482 \begin_inset Graphics
28483         filename ../images/tabular-feature_append-column.png
28484         scale 85
28485
28486 \end_inset
28487
28488  or 
28489 \begin_inset Graphics
28490         filename ../images/tabular-feature_delete-column.png
28491         scale 85
28492
28493 \end_inset
28494
28495 , respectively, or the menu 
28496 \family sans
28497 Edit\SpecialChar \menuseparator
28498 Rows & Columns
28499 \family default
28500  can be used.
28501 \end_layout
28502
28503 \begin_layout Subsubsection
28504 Standard align Environment
28505 \begin_inset CommandInset label
28506 LatexCommand label
28507 name "sub:Standard-align-Environment"
28508
28509 \end_inset
28510
28511
28512 \begin_inset Index
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 Formula ! multiline ! align environment
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525 This Align environment is created by presssing 
28526 \begin_inset Info
28527 type  "shortcut"
28528 arg   "newline-insert newline"
28529 \end_inset
28530
28531  in a formula or by the menu 
28532 \family sans
28533 Insert\SpecialChar \menuseparator
28534 Math\SpecialChar \menuseparator
28535 AMS align Environment
28536 \family default
28537 .
28538 \end_layout
28539
28540 \begin_layout Standard
28541 An example for two formulas set side by side, that are created with a four
28542  column align environment:
28543 \begin_inset Formula \begin{align*}
28544 A & =\sin(B) & C & =D\\
28545 C & \ne A & B & \ne D\end{align*}
28546
28547 \end_inset
28548
28549 As it can be seen, the formulas in this environment are placed so as if
28550  there would be a 
28551 \series bold
28552
28553 \backslash
28554 hfill
28555 \begin_inset Foot
28556 status collapsed
28557
28558 \begin_layout Plain Layout
28559 more about 
28560 \series bold
28561
28562 \backslash
28563 hfill
28564 \series default
28565  see 
28566 \begin_inset CommandInset ref
28567 LatexCommand ref
28568 reference "sub:Variable-Space"
28569
28570 \end_inset
28571
28572
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \series default
28579  before the first and after every even column.
28580  When the formula style 
28581 \series bold
28582 Indented
28583 \begin_inset Foot
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 formula styles see 
28588 \begin_inset CommandInset ref
28589 LatexCommand ref
28590 reference "sec:Formula-Styles"
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \series default
28601  is used, the formula is set without the 
28602 \series bold
28603
28604 \backslash
28605 hfill
28606 \series default
28607  before the first column.
28608 \end_layout
28609
28610 \begin_layout Subsubsection
28611 Alignat Environment
28612 \begin_inset Index
28613 status collapsed
28614
28615 \begin_layout Plain Layout
28616 Formula ! multiline ! alignat environment
28617 \end_layout
28618
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \begin_layout Standard
28625 The alignat environment has no predefined column separation.
28626  It can be inserted manually with the spaces that are described 
28627 \begin_inset CommandInset ref
28628 LatexCommand ref
28629 reference "sub:Space"
28630
28631 \end_inset
28632
28633 .
28634 \end_layout
28635
28636 \begin_layout Standard
28637 The above example in the alignat environment where 1
28638 \begin_inset space \thinspace{}
28639 \end_inset
28640
28641 cm space was inserted at the beginning of the second formula:
28642 \begin_inset Formula \begin{alignat*}{2}
28643 A & =\sin(B) & \hspace{1cm}C & =D\\
28644 C & \ne A & B & \ne D\end{alignat*}
28645
28646 \end_inset
28647
28648 Because the column separation can be set separately for every column, this
28649  environment is especially suitable to set three and more formulas side
28650  by side.
28651 \end_layout
28652
28653 \begin_layout Subsubsection
28654 Flalign Environment
28655 \begin_inset CommandInset label
28656 LatexCommand label
28657 name "sub:Flalign-Environment"
28658
28659 \end_inset
28660
28661
28662 \begin_inset Index
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 Formula ! multiline ! flalign environment
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 In this environment the first two columns are always set as much as possible
28676  to the left and the last two ones to the right.
28677  An example:
28678 \begin_inset Formula \begin{flalign*}
28679 A & =1 & B & =2 & C & =3\\
28680 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Standard
28688 By creating a flalign environment with an odd number of columns where an
28689  empty TeX-brace is inserted to the last column, several formulas in a document
28690  can be set to the left, although the formula style 
28691 \series bold
28692 Centered
28693 \series default
28694  is used.
28695  As example the indented formula 
28696 \begin_inset CommandInset ref
28697 LatexCommand eqref
28698 reference "eq:VolInt"
28699
28700 \end_inset
28701
28702 :
28703 \begin_inset Formula \begin{flalign}
28704 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28705
28706 \end_inset
28707
28708 The first two columns contain the formula.
28709  To indent it as with the formula style 
28710 \series bold
28711 Indented
28712 \series default
28713 , 30
28714 \begin_inset space \thinspace{}
28715 \end_inset
28716
28717 pt space was inserted at the beginning of the first column.
28718 \end_layout
28719
28720 \begin_layout Subsection
28721 Eqnarray Environment
28722 \begin_inset CommandInset label
28723 LatexCommand label
28724 name "sub:Eqnarray-Environment"
28725
28726 \end_inset
28727
28728
28729 \begin_inset Index
28730 status collapsed
28731
28732 \begin_layout Plain Layout
28733 Formula ! multiline ! eqnarray environment
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742 When this environment has been created, three blue boxes appear.
28743  The content of the first box is right aligned, the content of the last
28744  one left aligned.
28745  The content of the middle box appears centered and a bit smaller, because
28746  it is designed to insert there only relation characters.
28747 \begin_inset Formula \begin{eqnarray*}
28748 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28749 AB & AB & AB\\
28750 A & = & A\end{eqnarray*}
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Subsection
28758 Gather Environment
28759 \begin_inset Index
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763 Formula ! multiline ! gather environment
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \end_layout
28770
28771 \begin_layout Standard
28772 This environment consists of only one centered column.
28773  Every line can be numbered.
28774 \begin_inset Formula \begin{gather}
28775 A=1\\
28776 X=\textrm{-}1\end{gather}
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Subsection
28784 Multline Environment
28785 \begin_inset CommandInset label
28786 LatexCommand label
28787 name "sub:Multline-Environment"
28788
28789 \end_inset
28790
28791
28792 \begin_inset Index
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796 Formula ! multiline ! multline environment
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Standard
28805 The multline environment consists, like the gather environment, of only
28806  one column.
28807  But the first line is left aligned, the last one right aligned.
28808  All other lines are centered.
28809  Therefore this environment is suitable for long formulas.
28810  As example formula 
28811 \begin_inset CommandInset ref
28812 LatexCommand eqref
28813 reference "eq:lefteqn"
28814
28815 \end_inset
28816
28817  in the multline environment:
28818 \begin_inset Formula \begin{multline}
28819 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}\\
28820 -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}\\
28821 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Standard
28829 In the output only the last (first) line of a multline environment appears
28830  numbered when the document numbering is right (left).
28831 \begin_inset Foot
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 numbering styles see 
28836 \begin_inset CommandInset ref
28837 LatexCommand ref
28838 reference "sec:Formula-Styles"
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Standard
28851 With the commands 
28852 \series bold
28853
28854 \backslash
28855 shoveright
28856 \begin_inset Index
28857 status collapsed
28858
28859 \begin_layout Plain Layout
28860 Commands ! S ! 
28861 \backslash
28862 shoveright
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \series default
28869  and 
28870 \series bold
28871
28872 \backslash
28873 shoveleft
28874 \begin_inset Index
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878 Commands ! S ! 
28879 \backslash
28880 shoveleft
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \series default
28887  a centered line can be right or left aligned, respectively.
28888  The commands are used as follows:
28889 \end_layout
28890
28891 \begin_layout Standard
28892
28893 \series bold
28894
28895 \backslash
28896 shoveright{line content}
28897 \series default
28898  and 
28899 \series bold
28900
28901 \backslash
28902 shoveleft{line content}
28903 \end_layout
28904
28905 \begin_layout Standard
28906 \begin_inset VSpace medskip
28907 \end_inset
28908
28909 The length 
28910 \series bold
28911
28912 \backslash
28913 multlinegap
28914 \begin_inset Index
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918 Commands ! M ! 
28919 \backslash
28920 multlinegap
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \series default
28927  specifies the distance of the first line from the left page margin.
28928  Predefined is the length 0
28929 \begin_inset space \thinspace{}
28930 \end_inset
28931
28932 pt.
28933 \end_layout
28934
28935 \begin_layout Standard
28936 As example the above formula where the command
28937 \end_layout
28938
28939 \begin_layout Standard
28940
28941 \series bold
28942
28943 \backslash
28944 setlength{
28945 \backslash
28946 multlinegap}{2cm}
28947 \end_layout
28948
28949 \begin_layout Standard
28950 was inserted in TeX-mode before:
28951 \begin_inset ERT
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955
28956
28957 \backslash
28958 setlength{
28959 \backslash
28960 multlinegap}{2cm}
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \begin_inset Formula \begin{multline}
28967 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}\\
28968 \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}}\\
28969 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28970
28971 \end_inset
28972
28973
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979
28980 \backslash
28981 setlength{
28982 \backslash
28983 multlinegap}{0pt}
28984 \end_layout
28985
28986 \end_inset
28987
28988 The second line was left aligned using 
28989 \series bold
28990
28991 \backslash
28992 shoveleft
28993 \series default
28994 .
28995 \end_layout
28996
28997 \begin_layout Subsection
28998 Multiline Formula Parts
28999 \begin_inset CommandInset label
29000 LatexCommand label
29001 name "sub:Multiline-Formula-Parts"
29002
29003 \end_inset
29004
29005
29006 \begin_inset Index
29007 status collapsed
29008
29009 \begin_layout Plain Layout
29010 Formula ! multiline ! formula parts
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \end_layout
29017
29018 \begin_layout Standard
29019 To display only parts of a formula with multiple lines, one of the following
29020  environments are used: 
29021 \series bold
29022 aligned
29023 \series default
29024
29025 \series bold
29026 alignedat
29027 \series default
29028
29029 \series bold
29030 gathered
29031 \series default
29032  or 
29033 \series bold
29034 split
29035 \series default
29036 .
29037  They can be inserted via the menu 
29038 \family sans
29039 Insert\SpecialChar \menuseparator
29040 Math
29041 \family default
29042  or by using the commands described in this section.
29043 \end_layout
29044
29045 \begin_layout Standard
29046 The first three have the same properties as the corresponding multiline
29047  formula environments, but it is possible to set further formula parts beside
29048  them.
29049  An example:
29050 \begin_inset Formula \[
29051 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29052 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29053 \right\} \textrm{Uncertainty relations}\]
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 To get this formula, a displayed formula is created where the command 
29062 \series bold
29063
29064 \backslash
29065 aligned
29066 \begin_inset Index
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070 Commands ! A ! 
29071 \backslash
29072 aligned
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \series default
29079  is inserted.
29080  A purple box appears around the blue formula box where now columns and
29081  lines can be added.
29082  Outside the multiline environment other formula parts can be set, like
29083  the brace.
29084 \end_layout
29085
29086 \begin_layout Standard
29087 The aligned environment is also suitable for long formulas whose lines are
29088  horizontally aligned.
29089  Using aligned in a displayed formula has the advantage that the formula
29090  number is vertically centered behind the lines.
29091  As example formula 
29092 \begin_inset CommandInset ref
29093 LatexCommand eqref
29094 reference "eq:shortlong"
29095
29096 \end_inset
29097
29098  in the aligned environment:
29099 \begin_inset Formula \begin{equation}
29100 \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}|}\\
29101  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
29102 \end{equation}
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 To use the environments 
29111 \series bold
29112 alignedat
29113 \series default
29114
29115 \series bold
29116 gathered
29117 \series default
29118 , or 
29119 \series bold
29120 split
29121 \series default
29122 , the command 
29123 \series bold
29124
29125 \backslash
29126 alignedat
29127 \series default
29128 ,
29129 \begin_inset Index
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Commands ! A ! 
29134 \backslash
29135 alignedat
29136 \end_layout
29137
29138 \end_inset
29139
29140  
29141 \series bold
29142
29143 \backslash
29144 gathered
29145 \series default
29146
29147 \begin_inset Index
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151 Commands ! G ! 
29152 \backslash
29153 gathered
29154 \end_layout
29155
29156 \end_inset
29157
29158 , or 
29159 \series bold
29160
29161 \backslash
29162 split
29163 \series default
29164
29165 \begin_inset Index
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169 Commands ! S ! 
29170 \backslash
29171 split
29172 \end_layout
29173
29174 \end_inset
29175
29176  are inserted, respectively.
29177  The split environment has the same properties as the aligned environment
29178  but it can only have two columns.
29179 \end_layout
29180
29181 \begin_layout Subsection
29182 Text in multiline Formulas
29183 \begin_inset CommandInset label
29184 LatexCommand label
29185 name "sub:Text-in-multiline"
29186
29187 \end_inset
29188
29189
29190 \begin_inset Index
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194 Text ! in formulas
29195 \end_layout
29196
29197 \end_inset
29198
29199
29200 \begin_inset Index
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204 Formula ! multiline ! text
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Standard
29213 In the Align environments, and the multline and gather environment, text
29214  can be inserted that will appear in a separate line and doesn't affect
29215  the column alignment.
29216  To do this, the command 
29217 \series bold
29218
29219 \backslash
29220 intertext
29221 \begin_inset Index
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 Commands ! I ! 
29226 \backslash
29227 intertext
29228 \end_layout
29229
29230 \end_inset
29231
29232
29233 \series default
29234  is used in the following scheme:
29235 \end_layout
29236
29237 \begin_layout Standard
29238
29239 \series bold
29240
29241 \backslash
29242 intertext{text}
29243 \end_layout
29244
29245 \begin_layout Standard
29246 The text should not be longer than a line because it cannot be hyphenated.
29247  As LyX doesn't yet support 
29248 \series bold
29249
29250 \backslash
29251 intertext
29252 \series default
29253  directly, the text is written as mathematical text.
29254  
29255 \series bold
29256
29257 \backslash
29258 intertext
29259 \series default
29260  must hereby be at the beginning of a line and appears in the output above
29261  this line.
29262  An example where the text was inserted at the beginning of the second line:
29263 \begin_inset Formula \begin{align}
29264 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29265 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \begin_layout Section
29273 Formula Numbering
29274 \begin_inset Index
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278 Formula numbering
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \begin_inset Index
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288 Formula ! numbering|see
29289 \begin_inset ERT
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293
29294 {
29295 \end_layout
29296
29297 \end_inset
29298
29299 Formula numbering
29300 \begin_inset ERT
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304
29305 }
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Subsection
29319 General
29320 \end_layout
29321
29322 \begin_layout Standard
29323 Numbered formulas can be created with the menu 
29324 \family sans
29325 Insert\SpecialChar \menuseparator
29326 Math\SpecialChar \menuseparator
29327 Numbered
29328 \begin_inset space ~
29329 \end_inset
29330
29331 Formula
29332 \family default
29333  (shortcut 
29334 \family sans
29335 Ctrl+Alt
29336 \begin_inset space ~
29337 \end_inset
29338
29339 N
29340 \family default
29341 ).
29342  Existing formulas can be numbered with the menu 
29343 \family sans
29344 Edit\SpecialChar \menuseparator
29345 Math\SpecialChar \menuseparator
29346 Toggle
29347 \begin_inset space ~
29348 \end_inset
29349
29350 Numbering
29351 \family default
29352  (shortcut 
29353 \begin_inset Info
29354 type  "shortcut"
29355 arg   "math-number-toggle"
29356 \end_inset
29357
29358 ).
29359  The formula number is displayed in LyX behind the formula as number sign
29360  in parentheses.
29361  The number sign is replaced in the output by the formula number.
29362 \end_layout
29363
29364 \begin_layout Standard
29365 When numbering is turned on in multiline formulas, all lines will be numbered.
29366  But the numbering can be controlled with the menu 
29367 \family sans
29368 Edit\SpecialChar \menuseparator
29369 Math\SpecialChar \menuseparator
29370 Toggle
29371 \begin_inset space ~
29372 \end_inset
29373
29374 Numbering
29375 \begin_inset space ~
29376 \end_inset
29377
29378 of
29379 \begin_inset space ~
29380 \end_inset
29381
29382 Line
29383 \family default
29384  (shortcut
29385 \begin_inset Info
29386 type  "shortcut"
29387 arg   "math-number-line-toggle"
29388 \end_inset
29389
29390 ) for every line.
29391 \end_layout
29392
29393 \begin_layout Standard
29394 Except of inline formulas, all formulas can be numbered with two different
29395  styles, see 
29396 \begin_inset CommandInset ref
29397 LatexCommand ref
29398 reference "sec:Formula-Styles"
29399
29400 \end_inset
29401
29402 .
29403 \end_layout
29404
29405 \begin_layout Subsection
29406 Cross-References
29407 \begin_inset Index
29408 status collapsed
29409
29410 \begin_layout Plain Layout
29411 Cross-references ! to formulas
29412 \end_layout
29413
29414 \end_inset
29415
29416
29417 \end_layout
29418
29419 \begin_layout Standard
29420 All labeled formulas can be cross-referenced.
29421  A label is added by the menu 
29422 \family sans
29423 Insert\SpecialChar \menuseparator
29424 Label
29425 \family default
29426  or the toolbar button 
29427 \begin_inset Graphics
29428         filename ../images/label-insert.png
29429         scale 85
29430
29431 \end_inset
29432
29433 .
29434  The cursor must hereby be inside a displayed formula.
29435  A dialog pops up displaying the prefix 
29436 \series bold
29437 eq:
29438 \series default
29439  in a text field.
29440  The label is inserted there behind the prefix.
29441  The predefined prefix means 
29442 \begin_inset Quotes eld
29443 \end_inset
29444
29445 equation
29446 \begin_inset Quotes erd
29447 \end_inset
29448
29449  and makes it easier to find labels in large documents because it marks
29450  it as formula label to divide it from e.
29451 \begin_inset space \thinspace{}
29452 \end_inset
29453
29454 g.
29455 \begin_inset space \space{}
29456 \end_inset
29457
29458 section labels.
29459  To change a label, the menu 
29460 \family sans
29461 Insert\SpecialChar \menuseparator
29462 Label
29463 \family default
29464  is used again.
29465 \end_layout
29466
29467 \begin_layout Standard
29468 The name of the label is displayed in LyX within two parentheses behind
29469  formula.
29470  A formula with a label is always numbered.
29471 \end_layout
29472
29473 \begin_layout Standard
29474 Cross-references are inserted via the menu 
29475 \family sans
29476 Insert\SpecialChar \menuseparator
29477 Cross-Reference
29478 \family default
29479  or with the toolbar button 
29480 \begin_inset Graphics
29481         filename ../images/dialog-show-new-inset_ref.png
29482         scale 85
29483
29484 \end_inset
29485
29486 .
29487  A formula cross-reference appears in the output as formula number.
29488  When in the cross-reference dialog window the format 
29489 \series bold
29490 (<reference>)
29491 \series default
29492  is chosen, the cross-reference appears in the output as formula number
29493  in parentheses.
29494 \begin_inset Newline newline
29495 \end_inset
29496
29497 By right-clicking on a cross-reference in LyX, one jumps to the formula
29498  that is referenced.
29499 \end_layout
29500
29501 \begin_layout Standard
29502 Here are as examples cross-references to formulas of the following subsections:
29503 \begin_inset Note Note
29504 status open
29505
29506 \begin_layout Plain Layout
29507 Note the different cross-reference types.
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \begin_layout Standard
29516 The equations 
29517 \begin_inset CommandInset ref
29518 LatexCommand eqref
29519 reference "eq:tag"
29520
29521 \end_inset
29522
29523  and 
29524 \begin_inset CommandInset ref
29525 LatexCommand eqref
29526 reference "eq:c"
29527
29528 \end_inset
29529
29530  are equivalent.
29531  In (
29532 \begin_inset CommandInset ref
29533 LatexCommand ref
29534 reference "eq:Lat"
29535
29536 \end_inset
29537
29538 ) big Latin letters are used for the numbering in contrary to (
29539 \begin_inset CommandInset ref
29540 LatexCommand ref
29541 reference "eq:Rom"
29542
29543 \end_inset
29544
29545 ).
29546 \end_layout
29547
29548 \begin_layout Standard
29549 \begin_inset VSpace medskip
29550 \end_inset
29551
29552 When the argument of 
29553 \series bold
29554
29555 \backslash
29556 tag
29557 \begin_inset Foot
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561
29562 \series bold
29563
29564 \backslash
29565 tag
29566 \series default
29567  is described in 
29568 \begin_inset CommandInset ref
29569 LatexCommand ref
29570 reference "sub:User-defined-Numbering"
29571
29572 \end_inset
29573
29574 .
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \series default
29581  contains a box like in 
29582 \begin_inset CommandInset ref
29583 LatexCommand ref
29584 reference "sub:Paragraph-Boxes"
29585
29586 \end_inset
29587
29588 , the formula cannot be referenced.
29589 \end_layout
29590
29591 \begin_layout Subsection
29592 Subnumbering
29593 \begin_inset Index
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 Formula numbering ! subnumbering
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Standard
29606 With the help of the commands 
29607 \series bold
29608
29609 \backslash
29610 begin{subequations}
29611 \series default
29612  and 
29613 \series bold
29614
29615 \backslash
29616 end{subequations}
29617 \series default
29618  formulas can be subnumbered.
29619  Both commands are inserted in TeX-mode.
29620 \end_layout
29621
29622 \begin_layout Standard
29623 An example:
29624 \begin_inset Formula \begin{equation}
29625 A=C-B\label{eq:a}\end{equation}
29626
29627 \end_inset
29628
29629
29630 \begin_inset ERT
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634
29635
29636 \backslash
29637 addtocounter{equation}{-1}
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 begin{subequations}
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset VSpace -5mm
29657 \end_inset
29658
29659
29660 \begin_inset Formula \begin{equation}
29661 B=C-A\label{eq:b}\end{equation}
29662
29663 \end_inset
29664
29665
29666 \begin_inset Formula \begin{equation}
29667 C=A+B\label{eq:c}\end{equation}
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \begin_layout Standard
29675 \begin_inset ERT
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679
29680
29681 \backslash
29682 end{subequations}
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Standard
29691 To create the example, the following is done:
29692 \end_layout
29693
29694 \begin_layout Enumerate
29695 first formula is inserted
29696 \end_layout
29697
29698 \begin_layout Enumerate
29699
29700 \series bold
29701
29702 \backslash
29703 addtocounter{equation}{-1} 
29704 \backslash
29705 begin{subequations}
29706 \begin_inset Index
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710 Commands ! A ! 
29711 \backslash
29712 addtocounter
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \begin_inset Newline newline
29719 \end_inset
29720
29721
29722 \series default
29723 is inserted after the first formula
29724 \end_layout
29725
29726 \begin_layout Enumerate
29727 second formula is inserted
29728 \end_layout
29729
29730 \begin_layout Enumerate
29731 third formula is inserted
29732 \end_layout
29733
29734 \begin_layout Enumerate
29735
29736 \series bold
29737
29738 \backslash
29739 end{subequations}
29740 \series default
29741  is inserted after the third formula
29742 \end_layout
29743
29744 \begin_layout Standard
29745 Every formula between the commands 
29746 \series bold
29747
29748 \backslash
29749 begin
29750 \series default
29751  and 
29752 \series bold
29753
29754 \backslash
29755 end
29756 \series default
29757  is subnumbered as a, b, 
29758 \begin_inset Newline linebreak
29759 \end_inset
29760
29761 c, \SpecialChar \ldots{}
29762  For multiline formulas every line will be subnumbered.
29763  All subnumbered formulas are treated as 
29764 \emph on
29765 one
29766 \emph default
29767  numbered formula.
29768  But as every numbered formula increases the counter 
29769 \series bold
29770 equation
29771 \series default
29772  by one, the command 
29773 \series bold
29774
29775 \backslash
29776 addtocounter
29777 \series default
29778  is needed to decrease it.
29779  Otherwise the formulas 
29780 \begin_inset CommandInset ref
29781 LatexCommand eqref
29782 reference "eq:a"
29783
29784 \end_inset
29785
29786
29787 \begin_inset CommandInset ref
29788 LatexCommand eqref
29789 reference "eq:b"
29790
29791 \end_inset
29792
29793
29794 \begin_inset CommandInset ref
29795 LatexCommand eqref
29796 reference "eq:c"
29797
29798 \end_inset
29799
29800  would be numbered as 
29801 \begin_inset CommandInset ref
29802 LatexCommand eqref
29803 reference "eq:a"
29804
29805 \end_inset
29806
29807
29808 \begin_inset CommandInset ref
29809 LatexCommand eqref
29810 reference "eq:d"
29811
29812 \end_inset
29813
29814
29815 \begin_inset CommandInset ref
29816 LatexCommand eqref
29817 reference "eq:f"
29818
29819 \end_inset
29820
29821 .
29822 \end_layout
29823
29824 \begin_layout Standard
29825 By inserting the commands in TeX-mode, a space is created between the first
29826  two formulas.
29827  To revert this -5
29828 \begin_inset space \thinspace{}
29829 \end_inset
29830
29831 mm vertical space is inserted after the command 
29832 \series bold
29833
29834 \backslash
29835 begin{subequations}
29836 \series default
29837 .
29838  When the formula style 
29839 \series bold
29840 Indented
29841 \begin_inset Foot
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845 formula styles see 
29846 \begin_inset CommandInset ref
29847 LatexCommand ref
29848 reference "sec:Formula-Styles"
29849
29850 \end_inset
29851
29852
29853 \end_layout
29854
29855 \end_inset
29856
29857
29858 \series default
29859  is used, -7
29860 \begin_inset space \thinspace{}
29861 \end_inset
29862
29863 mm space is inserted instead.
29864 \end_layout
29865
29866 \begin_layout Standard
29867 Here is an example for a multiline formula where the numbering was turned
29868  off for the second line:
29869 \begin_inset ERT
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873
29874
29875 \backslash
29876 begin{subequations}
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \begin_inset Formula \begin{eqnarray}
29883 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29884  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29885  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29886
29887 \end_inset
29888
29889
29890 \begin_inset ERT
29891 status collapsed
29892
29893 \begin_layout Plain Layout
29894
29895
29896 \backslash
29897 end{subequations}
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \begin_layout Subsection
29906 User-defined Numbering
29907 \begin_inset CommandInset label
29908 LatexCommand label
29909 name "sub:User-defined-Numbering"
29910
29911 \end_inset
29912
29913
29914 \begin_inset Index
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918 Formula numbering ! user-defined
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset Index
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931 Formula numbering ! self-defined delimiters
29932 \end_layout
29933
29934 \end_inset
29935
29936 With the standard numbering parentheses are set around the formula number.
29937  To replace the parentheses for example by vertical bars, the following
29938  line is added to the LaTeX-preamble:
29939 \end_layout
29940
29941 \begin_layout Standard
29942
29943 \series bold
29944
29945 \backslash
29946 def
29947 \backslash
29948 tagform@#1{
29949 \backslash
29950 maketag@@@{|#1|}}
29951 \series default
29952
29953 \begin_inset Note Note
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957 This macro is already declared in the LaTeX-preamble for testing.
29958  To activate it, remove the percent sign at the beginning.
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 To use other characters, the vertical bars besides the 
29968 \series bold
29969 #1
29970 \series default
29971  are replaced by one ore more characters.
29972  To get only the formula number the vertical bars are omitted.
29973 \end_layout
29974
29975 \begin_layout Standard
29976 \begin_inset VSpace bigskip
29977 \end_inset
29978
29979 When there should be an expression of your choice instead of the consecutive
29980  formula number in parentheses behind the formula, the command 
29981 \series bold
29982
29983 \backslash
29984 tag
29985 \series default
29986
29987 \begin_inset Index
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 Commands ! T ! 
29992 \backslash
29993 tag
29994 \end_layout
29995
29996 \end_inset
29997
29998  is used:
29999 \begin_inset Formula \begin{equation}
30000 A+B=C\tag{something}\label{eq:tag}\end{equation}
30001
30002 \end_inset
30003
30004 In this example the command 
30005 \series bold
30006
30007 \backslash
30008 tag
30009 \begin_inset ERT
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013
30014
30015 \backslash
30016 spce 
30017 \end_layout
30018
30019 \end_inset
30020
30021 something
30022 \series default
30023  was inserted to the formula.
30024 \end_layout
30025
30026 \begin_layout Standard
30027 When the command 
30028 \series bold
30029
30030 \backslash
30031 tag*
30032 \begin_inset ERT
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036
30037
30038 \backslash
30039 spce 
30040 \end_layout
30041
30042 \end_inset
30043
30044 something
30045 \series default
30046  is inserted instead, the star prevents the parentheses around the expression:
30047 \begin_inset Formula \[
30048 A+B=C\tag*{something}\]
30049
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Standard
30056 \begin_inset VSpace bigskip
30057 \end_inset
30058
30059 To restart the formula numbering with new document parts or sections, the
30060  following command is used:
30061 \end_layout
30062
30063 \begin_layout Standard
30064
30065 \series bold
30066
30067 \backslash
30068 @addtoreset{equation}{part}
30069 \series default
30070
30071 \begin_inset Index
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075 Commands ! 
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081 "
30082 \end_layout
30083
30084 \end_inset
30085
30086 @
30087 \begin_inset ERT
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091
30092 "
30093 \end_layout
30094
30095 \end_inset
30096
30097  ! 
30098 \backslash
30099
30100 \begin_inset ERT
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104
30105 "
30106 \end_layout
30107
30108 \end_inset
30109
30110 @
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116 "
30117 \end_layout
30118
30119 \end_inset
30120
30121 addtoreset
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \begin_inset Newline newline
30128 \end_inset
30129
30130 resp.
30131 \begin_inset Newline newline
30132 \end_inset
30133
30134
30135 \series bold
30136
30137 \backslash
30138 @addtoreset{equation}{section}
30139 \end_layout
30140
30141 \begin_layout Standard
30142 To be able to use these commands in TeX-mode, the 
30143 \begin_inset Quotes eld
30144 \end_inset
30145
30146 @
30147 \begin_inset Quotes erd
30148 \end_inset
30149
30150  character has to be made 
30151 \begin_inset Quotes eld
30152 \end_inset
30153
30154 active
30155 \begin_inset Quotes erd
30156 \end_inset
30157
30158  for LaTeX using the command 
30159 \series bold
30160
30161 \backslash
30162 makeatletter.
30163
30164 \series default
30165  The command 
30166 \series bold
30167
30168 \backslash
30169 makeatother
30170 \series default
30171  reverts this.
30172  So the command sequence in TeX-mode is:
30173 \end_layout
30174
30175 \begin_layout Standard
30176
30177 \series bold
30178
30179 \backslash
30180 makeatletter
30181 \begin_inset Newline newline
30182 \end_inset
30183
30184
30185 \backslash
30186 @addtoreset{equation}{section}
30187 \begin_inset Newline newline
30188 \end_inset
30189
30190
30191 \backslash
30192 makeatother
30193 \end_layout
30194
30195 \begin_layout Standard
30196 In the LaTeX-preamble 
30197 \series bold
30198
30199 \backslash
30200 makeatletter
30201 \series default
30202  and 
30203 \series bold
30204
30205 \backslash
30206 makeatother
30207 \series default
30208  can be omitted as they are automatically internally inserted by LyX.
30209 \end_layout
30210
30211 \begin_layout Standard
30212 To revert 
30213 \series bold
30214
30215 \backslash
30216 @addtoreset
30217 \series default
30218 , the file 
30219 \series bold
30220 remreset.sty
30221 \series default
30222
30223 \begin_inset Foot
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228 \series bold
30229 remreset
30230 \series default
30231  is part of the LaTeX-package 
30232 \series bold
30233 carlisle
30234 \series default
30235
30236 \begin_inset Index
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240 Packages ! carlisle
30241 \end_layout
30242
30243 \end_inset
30244
30245  that is part of every LaTeX standard installation.
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \begin_inset Index
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255 Packages ! remreset
30256 \end_layout
30257
30258 \end_inset
30259
30260  has to be loaded in the LaTeX-preamble with the line
30261 \end_layout
30262
30263 \begin_layout Standard
30264
30265 \series bold
30266
30267 \backslash
30268 usepackage{remreset}
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Then the command 
30273 \series bold
30274
30275 \backslash
30276 @removefromreset
30277 \series default
30278
30279 \begin_inset Index
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283 Commands ! 
30284 \begin_inset ERT
30285 status collapsed
30286
30287 \begin_layout Plain Layout
30288
30289 "
30290 \end_layout
30291
30292 \end_inset
30293
30294 @
30295 \begin_inset ERT
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299
30300 "
30301 \end_layout
30302
30303 \end_inset
30304
30305  ! 
30306 \backslash
30307
30308 \begin_inset ERT
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312
30313 "
30314 \end_layout
30315
30316 \end_inset
30317
30318 @
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324 "
30325 \end_layout
30326
30327 \end_inset
30328
30329 removefromreset
30330 \end_layout
30331
30332 \end_inset
30333
30334  can be used with the same scheme as 
30335 \series bold
30336
30337 \backslash
30338 @addtoreset
30339 \series default
30340 .
30341 \end_layout
30342
30343 \begin_layout Standard
30344 \begin_inset VSpace bigskip
30345 \end_inset
30346
30347 Sometimes formulas should be numbered in the following form:
30348 \end_layout
30349
30350 \begin_layout Standard
30351
30352 \family typewriter
30353 (section number.formula number)
30354 \end_layout
30355
30356 \begin_layout Standard
30357 The formula number should start with every section with 
30358 \begin_inset Quotes eld
30359 \end_inset
30360
30361 1
30362 \begin_inset Quotes erd
30363 \end_inset
30364
30365 .
30366 \end_layout
30367
30368 \begin_layout Standard
30369 For this case there is the command 
30370 \series bold
30371
30372 \backslash
30373 numberwithin
30374 \series default
30375
30376 \begin_inset Index
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380 Commands ! N ! 
30381 \backslash
30382 numberwithin
30383 \end_layout
30384
30385 \end_inset
30386
30387 , which is used with the following scheme:
30388 \end_layout
30389
30390 \begin_layout Standard
30391
30392 \series bold
30393
30394 \backslash
30395 numberwithin{counter}{sectioning}
30396 \end_layout
30397
30398 \begin_layout Standard
30399 Counter denotes what kind of numbering is affected, sectioning denotes what
30400  number is before the dot.
30401 \end_layout
30402
30403 \begin_layout Standard
30404 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30405 \end_layout
30406
30407 \begin_layout Standard
30408
30409 \series bold
30410
30411 \backslash
30412 numberwithin{equation}{section}
30413 \end_layout
30414
30415 \begin_layout Standard
30416 This is the result:
30417 \begin_inset ERT
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421
30422
30423 \backslash
30424 numberwithin{equation}{section}
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \begin_inset Formula \begin{equation}
30431 A+B=C\end{equation}
30432
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \begin_layout Standard
30439 To number e.
30440 \begin_inset space \thinspace{}
30441 \end_inset
30442
30443 g.
30444 \begin_inset space \space{}
30445 \end_inset
30446
30447 tables so that the number of the part is the sectioning,
30448 \begin_inset Newline newline
30449 \end_inset
30450
30451
30452 \series bold
30453
30454 \backslash
30455 numberwithin{table}{part}
30456 \series default
30457  is used.
30458 \end_layout
30459
30460 \begin_layout Standard
30461 To go back to the standard numbering or to prevent this kind of numbering
30462  when it is defined by the document class, the following command is inserted
30463  as TeX-Code or to the LaTeX-preamble:
30464 \end_layout
30465
30466 \begin_layout Standard
30467
30468 \series bold
30469
30470 \backslash
30471 renewcommand{
30472 \backslash
30473 theequation}{
30474 \backslash
30475 arabic{equation}}
30476 \begin_inset Index
30477 status collapsed
30478
30479 \begin_layout Plain Layout
30480 Commands ! A ! 
30481 \backslash
30482 arabic
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \series default
30489
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495
30496 \backslash
30497 renewcommand{
30498 \backslash
30499 theequation}{
30500 \backslash
30501 arabic{equation}}
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \series bold
30508
30509 \begin_inset Newline newline
30510 \end_inset
30511
30512
30513 \series default
30514 or
30515 \series bold
30516
30517 \begin_inset Newline newline
30518 \end_inset
30519
30520
30521 \backslash
30522 renewcommand{
30523 \backslash
30524 thetable}{
30525 \backslash
30526 arabic{table}}
30527 \end_layout
30528
30529 \begin_layout Standard
30530
30531 \series bold
30532
30533 \backslash
30534 numberwithin
30535 \series default
30536  uses internally the command 
30537 \series bold
30538
30539 \backslash
30540 @addtoreset
30541 \series default
30542 , described above, that also needs to be reverted.
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548
30549 \backslash
30550 makeatletter
30551 \end_layout
30552
30553 \begin_layout Plain Layout
30554
30555
30556 \backslash
30557 @removefromreset{equation}{section}
30558 \end_layout
30559
30560 \begin_layout Plain Layout
30561
30562
30563 \backslash
30564 makeatother
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \begin_layout Subsection
30573 Numbering with Roman Numbers and Letters
30574 \begin_inset Index
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578 Formula numbering ! with letters
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \begin_inset Index
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588 Formula numbering ! with Roman numbers
30589 \end_layout
30590
30591 \end_inset
30592
30593
30594 \end_layout
30595
30596 \begin_layout Standard
30597 Formulas can also be numbered with Roman numbers and Latin letters.
30598  To number for example with small Roman numbers, the command
30599 \end_layout
30600
30601 \begin_layout Standard
30602
30603 \series bold
30604
30605 \backslash
30606 renewcommand{
30607 \backslash
30608 theequation}{
30609 \backslash
30610 roman{equation}}
30611 \end_layout
30612
30613 \begin_layout Standard
30614 is inserted before the formula in TeX-mode.
30615  
30616 \series bold
30617
30618 \backslash
30619 renewcommand
30620 \series default
30621
30622 \begin_inset Index
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626 Commands ! R ! 
30627 \backslash
30628 renewcommand
30629 \end_layout
30630
30631 \end_inset
30632
30633  redefines the predefined command 
30634 \series bold
30635
30636 \backslash
30637 theequation
30638 \series default
30639  to the command 
30640 \series bold
30641
30642 \backslash
30643 roman{equation}
30644 \series default
30645 .
30646 \begin_inset Foot
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 The command 
30651 \series bold
30652
30653 \backslash
30654 renewcommand
30655 \series default
30656  has the same scheme like the command 
30657 \series bold
30658
30659 \backslash
30660 newcommand
30661 \series default
30662  that is described in 
30663 \begin_inset CommandInset ref
30664 LatexCommand ref
30665 reference "sub:The-Command-newcommand"
30666
30667 \end_inset
30668
30669 .
30670 \end_layout
30671
30672 \end_inset
30673
30674  
30675 \series bold
30676 equation
30677 \series default
30678  is the formula counter.
30679  When the command 
30680 \series bold
30681
30682 \backslash
30683 the
30684 \series default
30685  is used as prefix for a counter, the value of the counter is output as
30686  Arabic number.
30687  When a formula is numbered, LaTeX sets internally the command 
30688 \series bold
30689
30690 \backslash
30691 theequation
30692 \series default
30693  behind the formula.
30694  
30695 \series bold
30696
30697 \backslash
30698 roman{equation}
30699 \begin_inset Index
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703 Commands ! R ! 
30704 \backslash
30705 roman
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \series default
30712  outputs the counter as small Roman number.
30713 \end_layout
30714
30715 \begin_layout Standard
30716 All formulas behind the command 
30717 \series bold
30718
30719 \backslash
30720 renew
30721 \series default
30722 c
30723 \series bold
30724 ommand
30725 \series default
30726  are now numbered Roman.
30727  To switch to numbering with big Roman numbers, the command is inserted
30728  again, but 
30729 \series bold
30730
30731 \backslash
30732 roman
30733 \series default
30734  is replaced by 
30735 \series bold
30736
30737 \backslash
30738 Roman
30739 \series default
30740
30741 \begin_inset Index
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745 Commands ! R ! 
30746 \backslash
30747 roman@
30748 \backslash
30749 Roman
30750 \end_layout
30751
30752 \end_inset
30753
30754 .
30755  To 
30756 \begin_inset Quotes eld
30757 \end_inset
30758
30759 number
30760 \begin_inset Quotes erd
30761 \end_inset
30762
30763  with small Latin letters there is the command 
30764 \series bold
30765
30766 \backslash
30767 alph
30768 \series default
30769
30770 \begin_inset Index
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774 Commands ! A ! 
30775 \backslash
30776 alph
30777 \end_layout
30778
30779 \end_inset
30780
30781 , for big ones there is the command 
30782 \series bold
30783
30784 \backslash
30785 Alph
30786 \series default
30787
30788 \begin_inset Index
30789 status open
30790
30791 \begin_layout Plain Layout
30792 Commands ! A ! 
30793 \backslash
30794 alph@
30795 \backslash
30796 Alph
30797 \end_layout
30798
30799 \end_inset
30800
30801 .
30802 \end_layout
30803
30804 \begin_layout Standard
30805 \begin_inset Note Greyedout
30806 status open
30807
30808 \begin_layout Plain Layout
30809
30810 \series bold
30811 Note:
30812 \series default
30813  Only maximal 26 formulas can be numbered with Latin letters in one document.
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827
30828 \backslash
30829 renewcommand{
30830 \backslash
30831 theequation}{
30832 \backslash
30833 roman{equation}}
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \begin_layout Standard
30842 \begin_inset Formula \begin{equation}
30843 A=\textrm{small roman}\label{eq:rom}\end{equation}
30844
30845 \end_inset
30846
30847
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853
30854 \backslash
30855 renewcommand{
30856 \backslash
30857 theequation}{
30858 \backslash
30859 Roman{equation}}
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \begin_inset Formula \begin{equation}
30866 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30867
30868 \end_inset
30869
30870
30871 \begin_inset ERT
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875
30876
30877 \backslash
30878 renewcommand{
30879 \backslash
30880 theequation}{
30881 \backslash
30882 alph{equation}}
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \begin_inset Formula \begin{equation}
30889 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30890
30891 \end_inset
30892
30893
30894 \begin_inset ERT
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898
30899
30900 \backslash
30901 renewcommand{
30902 \backslash
30903 theequation}{
30904 \backslash
30905 Alph{equation}}
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \begin_inset Formula \begin{equation}
30912 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30913
30914 \end_inset
30915
30916
30917 \end_layout
30918
30919 \begin_layout Standard
30920 To switch back to the default numbering, insert the command:
30921 \end_layout
30922
30923 \begin_layout Standard
30924
30925 \series bold
30926
30927 \backslash
30928 renewcommand{
30929 \backslash
30930 theequation}{
30931 \backslash
30932 arabic{equation}}
30933 \begin_inset Index
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937 Commands ! A ! 
30938 \backslash
30939 arabic
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \end_layout
30946
30947 \begin_layout Standard
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 renewcommand{
30956 \backslash
30957 theequation}{
30958 \backslash
30959 arabic{equation}}
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \begin_inset Formula \begin{equation}
30966 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Standard
30974 \begin_inset VSpace medskip
30975 \end_inset
30976
30977 As you see, formulas are numbered serially independent from the numbering
30978  style.
30979  When then numbering should start with 
30980 \begin_inset Quotes eld
30981 \end_inset
30982
30983 1
30984 \begin_inset Quotes erd
30985 \end_inset
30986
30987  when the style is changed, new equation counters have to be defined.
30988  A description about this can be found in the file 
30989 \begin_inset CommandInset href
30990 LatexCommand href
30991 target "Formula-numbering.lyx"
30992
30993 \end_inset
30994
30995 .
30996 \end_layout
30997
30998 \begin_layout Section
30999 User-defined Commands
31000 \begin_inset Index
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004 User-defined commands
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \end_layout
31011
31012 \begin_layout Standard
31013 \begin_inset Note Greyedout
31014 status open
31015
31016 \begin_layout Plain Layout
31017
31018 \series bold
31019 Note:
31020 \series default
31021  The names of user-defined commands and macros may only consist of Latin
31022  letters.
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \end_layout
31029
31030 \begin_layout Subsection
31031 The Command 
31032 \backslash
31033 newcommand
31034 \begin_inset CommandInset label
31035 LatexCommand label
31036 name "sub:The-Command-newcommand"
31037
31038 \end_inset
31039
31040
31041 \begin_inset Index
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045 User-defined commands ! 
31046 \backslash
31047 newcommand
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \begin_inset Index
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 Commands ! N ! 
31058 \backslash
31059 newcommand
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 Many LaTeX-commands are too long to be used frequently.
31069  But it is possible to define with the command 
31070 \series bold
31071
31072 \backslash
31073 newcommand
31074 \series default
31075  new shorter commands.
31076 \end_layout
31077
31078 \begin_layout Standard
31079 The command scheme of 
31080 \series bold
31081
31082 \backslash
31083 newcommand
31084 \series default
31085  is:
31086 \end_layout
31087
31088 \begin_layout Standard
31089
31090 \series bold
31091
31092 \backslash
31093 newcommand{new command name}[number of arguments][optional
31094 \series default
31095  
31096 \series bold
31097 value]
31098 \begin_inset Newline newline
31099 \end_inset
31100
31101
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107
31108 \backslash
31109 phantom{
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \backslash
31116 newcommand
31117 \begin_inset ERT
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121
31122 }
31123 \end_layout
31124
31125 \end_inset
31126
31127 {command definition}
31128 \end_layout
31129
31130 \begin_layout Standard
31131 \begin_inset Note Greyedout
31132 status open
31133
31134 \begin_layout Plain Layout
31135
31136 \series bold
31137 Note:
31138 \series default
31139  Assure that the name of the new command is not already used in your document
31140  or by LaTeX-packages that you use.
31141  When you for example define the command 
31142 \series bold
31143
31144 \backslash
31145 le
31146 \series default
31147  for 
31148 \series bold
31149
31150 \backslash
31151 Leftarrow
31152 \series default
31153 , you get an error message because 
31154 \series bold
31155
31156 \backslash
31157 le
31158 \series default
31159  is already defined as command for 
31160 \begin_inset Quotes eld
31161 \end_inset
31162
31163
31164 \begin_inset Formula $\le$
31165 \end_inset
31166
31167
31168 \begin_inset Quotes erd
31169 \end_inset
31170
31171 .
31172 \end_layout
31173
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 The number of arguments is an integer in the range 0
31181 \begin_inset space \thinspace{}
31182 \end_inset
31183
31184 -
31185 \begin_inset space \thinspace{}
31186 \end_inset
31187
31188 9 and specifies how many arguments the new command should have.
31189  With the optional value a value for an optional argument can be predefined.
31190  When this is done, the 
31191 \emph on
31192 first
31193 \emph default
31194  
31195 \emph on
31196 a
31197 \emph default
31198 rgument of the new command is automatically an optional one.
31199 \end_layout
31200
31201 \begin_layout Standard
31202 Here are some examples:
31203 \end_layout
31204
31205 \begin_layout Itemize
31206 To define the command 
31207 \series bold
31208
31209 \backslash
31210 gr
31211 \series default
31212  for 
31213 \series bold
31214
31215 \backslash
31216 Longrightarrow
31217 \series default
31218 , the LaTeX-preamble line is:
31219 \begin_inset ERT
31220 status collapsed
31221
31222 \begin_layout Plain Layout
31223
31224
31225 \backslash
31226 medskip
31227 \end_layout
31228
31229 \end_inset
31230
31231
31232 \series bold
31233
31234 \begin_inset Newline newline
31235 \end_inset
31236
31237
31238 \backslash
31239 newcommand{
31240 \backslash
31241 gr}{
31242 \backslash
31243 Longrightarrow}
31244 \end_layout
31245
31246 \begin_layout Itemize
31247 To define the command 
31248 \series bold
31249
31250 \backslash
31251 us
31252 \series default
31253  for 
31254 \series bold
31255
31256 \backslash
31257 underline
31258 \series default
31259 , the argument (that should be underlined) must be taken into account.
31260  For this the preamble line is:
31261 \begin_inset ERT
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265
31266
31267 \backslash
31268 medskip
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \series bold
31275
31276 \begin_inset Newline newline
31277 \end_inset
31278
31279
31280 \backslash
31281 newcommand{
31282 \backslash
31283 us}[1]{
31284 \backslash
31285 underline{#1}}
31286 \series default
31287
31288 \begin_inset ERT
31289 status collapsed
31290
31291 \begin_layout Plain Layout
31292
31293
31294 \backslash
31295 medskip
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \series bold
31302
31303 \begin_inset Newline newline
31304 \end_inset
31305
31306
31307 \series default
31308 The character 
31309 \series bold
31310 #
31311 \series default
31312  acts as argument placeholder, the 
31313 \series bold
31314 1
31315 \series default
31316  behind it denotes that it is the placeholder for the first argument.
31317 \end_layout
31318
31319 \begin_layout Itemize
31320 For 
31321 \series bold
31322
31323 \backslash
31324 framebox
31325 \series default
31326  one can e.
31327 \begin_inset space \thinspace{}
31328 \end_inset
31329
31330 g.
31331 \begin_inset space \space{}
31332 \end_inset
31333
31334 define the command 
31335 \series bold
31336
31337 \backslash
31338 fb
31339 \series default
31340 :
31341 \begin_inset ERT
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345
31346
31347 \backslash
31348 medskip
31349 \end_layout
31350
31351 \end_inset
31352
31353
31354 \series bold
31355
31356 \begin_inset Newline newline
31357 \end_inset
31358
31359
31360 \backslash
31361 newcommand{
31362 \backslash
31363 fb}[3]{
31364 \backslash
31365 framebox#1#2{$#3$}}
31366 \series default
31367
31368 \begin_inset ERT
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372
31373
31374 \backslash
31375 medskip
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \series bold
31382
31383 \begin_inset Newline newline
31384 \end_inset
31385
31386
31387 \series default
31388 The two Dollar signs creates the extra formula needed for 
31389 \series bold
31390
31391 \backslash
31392 framebox
31393 \series default
31394 , see 
31395 \begin_inset CommandInset ref
31396 LatexCommand ref
31397 reference "sub:Boxes-with-Frame"
31398
31399 \end_inset
31400
31401 .
31402 \end_layout
31403
31404 \begin_layout Itemize
31405 To create a new command for 
31406 \series bold
31407
31408 \backslash
31409 fcolorbox
31410 \series default
31411  where the color for the box needn't to be specified, the argument for the
31412  color is defined optional:
31413 \begin_inset ERT
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417
31418
31419 \backslash
31420 medskip
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \series bold
31427
31428 \begin_inset Newline newline
31429 \end_inset
31430
31431
31432 \backslash
31433 newcommand{
31434 \backslash
31435 cb}[3][white]{
31436 \backslash
31437 fcolorbox{#2}{#1}{$#3$}}
31438 \series default
31439
31440 \begin_inset ERT
31441 status collapsed
31442
31443 \begin_layout Plain Layout
31444
31445
31446 \backslash
31447 medskip
31448 \end_layout
31449
31450 \end_inset
31451
31452
31453 \begin_inset Newline newline
31454 \end_inset
31455
31456 When the color is not specified when using 
31457 \series bold
31458
31459 \backslash
31460 cb
31461 \series default
31462 , the predefined color 
31463 \series bold
31464 white
31465 \series default
31466  will be used.
31467 \end_layout
31468
31469 \begin_layout Standard
31470 A test of the new defined commands:
31471 \end_layout
31472
31473 \begin_layout Standard
31474 \align center
31475 \begin_inset Tabular
31476 <lyxtabular version="3" rows="6" columns="2">
31477 <features>
31478 <column alignment="center" valignment="top" width="0">
31479 <column alignment="center" valignment="top" width="0">
31480 <row>
31481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485 Command
31486 \end_layout
31487
31488 \end_inset
31489 </cell>
31490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31491 \begin_inset Text
31492
31493 \begin_layout Plain Layout
31494 Result
31495 \begin_inset Note Note
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500 \series bold
31501
31502 \backslash
31503 raisebox
31504 \series default
31505  is only used as spacer.
31506 \end_layout
31507
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \end_inset
31514 </cell>
31515 </row>
31516 <row>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Plain Layout
31521 A
31522 \backslash
31523 gr
31524 \begin_inset ERT
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528
31529
31530 \backslash
31531 spce 
31532 \end_layout
31533
31534 \end_inset
31535
31536 B
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 \begin_inset Formula $A\gr B$
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \end_inset
31552 </cell>
31553 </row>
31554 <row>
31555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559
31560 \backslash
31561 us{ABcd
31562 \end_layout
31563
31564 \end_inset
31565 </cell>
31566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31567 \begin_inset Text
31568
31569 \begin_layout Plain Layout
31570 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \end_inset
31577 </cell>
31578 </row>
31579 <row>
31580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31581 \begin_inset Text
31582
31583 \begin_layout Plain Layout
31584
31585 \backslash
31586 fb{[2cm]
31587 \begin_inset Formula $\to$
31588 \end_inset
31589
31590
31591 \backslash
31592 {
31593 \begin_inset Formula $\to$
31594 \end_inset
31595
31596
31597 \backslash
31598 {
31599 \backslash
31600 int
31601 \begin_inset ERT
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605
31606
31607 \backslash
31608 spce 
31609 \end_layout
31610
31611 \end_inset
31612
31613 A=B
31614 \end_layout
31615
31616 \end_inset
31617 </cell>
31618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \end_inset
31629 </cell>
31630 </row>
31631 <row>
31632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31633 \begin_inset Text
31634
31635 \begin_layout Plain Layout
31636
31637 \backslash
31638 cb{red
31639 \begin_inset Formula $\to$
31640 \end_inset
31641
31642
31643 \backslash
31644 {
31645 \backslash
31646 int
31647 \begin_inset ERT
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651
31652
31653 \backslash
31654 spce 
31655 \end_layout
31656
31657 \end_inset
31658
31659 A=B
31660 \end_layout
31661
31662 \end_inset
31663 </cell>
31664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31665 \begin_inset Text
31666
31667 \begin_layout Plain Layout
31668 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \end_inset
31675 </cell>
31676 </row>
31677 <row>
31678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31679 \begin_inset Text
31680
31681 \begin_layout Plain Layout
31682
31683 \backslash
31684 cb[green]
31685 \backslash
31686 {red
31687 \begin_inset Formula $\to$
31688 \end_inset
31689
31690
31691 \backslash
31692 {
31693 \backslash
31694 int
31695 \begin_inset ERT
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699
31700
31701 \backslash
31702 spce 
31703 \end_layout
31704
31705 \end_inset
31706
31707 A=B
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \end_inset
31723 </cell>
31724 </row>
31725 </lyxtabular>
31726
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \begin_layout Subsection
31733 Math Macros
31734 \begin_inset Index
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738 User-defined commands! Math macros
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \begin_inset Index
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748 Macros
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \begin_layout Standard
31757 User-defined commands are especially convenient for complex expressions.
31758  When you are for example dealing in a document with quadratic equations,
31759  the same solution type occurs several times.
31760  The general form of a quadratic equation is
31761 \begin_inset Formula \[
31762 0=\lambda^{2}+p\lambda+q\]
31763
31764 \end_inset
31765
31766 The general form of the solution is
31767 \begin_inset Formula \[
31768 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Standard
31776 To define a command for the solution formula where only the three parameters
31777  
31778 \begin_inset Formula $\lambda$
31779 \end_inset
31780
31781
31782 \begin_inset Formula $p$
31783 \end_inset
31784
31785 , and 
31786 \begin_inset Formula $q$
31787 \end_inset
31788
31789  need to be specified and the index of 
31790 \begin_inset Formula $\lambda$
31791 \end_inset
31792
31793  can be given optionally, the LaTeX-preamble line is
31794 \begin_inset Newline newline
31795 \end_inset
31796
31797
31798 \series bold
31799
31800 \backslash
31801 newcommand{
31802 \backslash
31803 qG}[4][1,
31804 \backslash
31805 ,2]{#2_{#1}=-
31806 \backslash
31807 frac{#3}{2}
31808 \backslash
31809 pm
31810 \begin_inset Newline newline
31811 \end_inset
31812
31813
31814 \begin_inset ERT
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818
31819
31820 \backslash
31821 hphantom{
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \backslash
31828 newcommand
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834 }
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \backslash
31841 sqrt{
31842 \backslash
31843 frac{#3^{2}}{4}-#4}}
31844 \end_layout
31845
31846 \begin_layout Standard
31847 To create with this the solution formula, the command
31848 \begin_inset Newline newline
31849 \end_inset
31850
31851
31852 \series bold
31853
31854 \backslash
31855 qG{
31856 \backslash
31857 lambda
31858 \begin_inset Formula $\to$
31859 \end_inset
31860
31861
31862 \backslash
31863 {p
31864 \begin_inset Formula $\to$
31865 \end_inset
31866
31867
31868 \backslash
31869 {q
31870 \series default
31871  is inserted to a formula
31872 \series bold
31873 .
31874 \end_layout
31875
31876 \begin_layout Standard
31877 The definition of the new command is unintuitive because one has to know
31878  the schemes of all used LaTeX commands, e.
31879 \begin_inset space \thinspace{}
31880 \end_inset
31881
31882 g.
31883 \begin_inset space \space{}
31884 \end_inset
31885
31886 that a fraction is inserted in LaTeX as 
31887 \series bold
31888
31889 \backslash
31890 frac{numerator}{denominator}
31891 \series default
31892 .
31893  Furthermore one can easily forget a brace in the definition and cannot
31894  see in LyX what the new command is doing.
31895  To avoid these problems LyX offers the possibility to use math macros instead
31896  of the command 
31897 \series bold
31898
31899 \backslash
31900 newcommand
31901 \series default
31902 .
31903 \end_layout
31904
31905 \begin_layout Standard
31906 A math macro is created by using the menu 
31907 \family sans
31908 Insert\SpecialChar \menuseparator
31909 Math\SpecialChar \menuseparator
31910 Macro
31911 \family default
31912  or the toolbar button 
31913 \begin_inset Graphics
31914         filename ../images/math-macro_newmacroname_newcommand.png
31915         scale 85
31916
31917 \end_inset
31918
31919 .
31920  The math macro toolbar appears together with the following box where the
31921  macro is defined:
31922 \begin_inset Newline newline
31923 \end_inset
31924
31925
31926 \begin_inset space \hspace*{\fill}
31927 \end_inset
31928
31929
31930 \begin_inset Graphics
31931         filename clipart/macrobox.png
31932         lyxscale 90
31933         scale 90
31934
31935 \end_inset
31936
31937
31938 \begin_inset space \hspace*{\fill}
31939 \end_inset
31940
31941
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \begin_inset FormulaMacro
31947 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31948 \end_inset
31949
31950
31951 \backslash
31952 newmacroname is the default name of the macro that should be changed to
31953  something sensible.
31954  The wanted formula is inserted in the first blue box.
31955  An argument placeholder is inserted with the command 
31956 \series bold
31957
31958 \backslash
31959 #argumentnumber
31960 \series default
31961 , e.
31962 \begin_inset space \thinspace{}
31963 \end_inset
31964
31965 g
31966 \begin_inset space \space{}
31967 \end_inset
31968
31969
31970 \series bold
31971
31972 \backslash
31973 #1
31974 \series default
31975  or by using the macro toolbar button 
31976 \begin_inset Graphics
31977         filename ../images/math-macro-add-param.png
31978         scale 85
31979
31980 \end_inset
31981
31982 .
31983  Argument placeholders are displayed red.
31984  Maximum 9 arguments are possible.
31985  Optional arguments are created with the toolbar button 
31986 \begin_inset Graphics
31987         filename ../images/math-macro-add-optional-param.png
31988         scale 85
31989
31990 \end_inset
31991
31992 .
31993  The first non-optional argument can be transformed to an optional one with
31994  the toolbar button 
31995 \begin_inset Graphics
31996         filename ../images/math-macro-make-optional.png
31997         scale 85
31998
31999 \end_inset
32000
32001 .
32002  In the second blue box the appearance of the macro in LyX can be defined.
32003  Normally you want to see it as it is defined, so the box is kept empty.
32004  But when you have created a macro that needs lot of space on the screen,
32005  you can insert in the box for example
32006 \begin_inset Newline newline
32007 \end_inset
32008
32009
32010 \series bold
32011 qG: 
32012 \backslash
32013 #1
32014 \series default
32015  
32016 \series bold
32017 ,
32018 \series default
32019  
32020 \series bold
32021
32022 \backslash
32023 #2
32024 \series default
32025  
32026 \series bold
32027 ,
32028 \series default
32029  
32030 \series bold
32031
32032 \backslash
32033 #3, 
32034 \backslash
32035 #4
32036 \begin_inset Newline newline
32037 \end_inset
32038
32039
32040 \series default
32041 For the macro only the arguments with the macro name in front of them will
32042  then be displayed in LyX, leading to a better overview.
32043  The formula appears in the output as defined in the first box.
32044 \begin_inset Newline newline
32045 \end_inset
32046
32047 The appearance of macros in formulas can furthermore be changed for single
32048  macros by setting the cursor in the macro and using the menu 
32049 \family sans
32050 View\SpecialChar \menuseparator
32051 (Un)fold
32052 \begin_inset space ~
32053 \end_inset
32054
32055 Math
32056 \begin_inset space ~
32057 \end_inset
32058
32059 Macro
32060 \family default
32061 .
32062 \end_layout
32063
32064 \begin_layout Standard
32065 To use a macro, the macro name is inserted as command to a formula, in our
32066  case 
32067 \series bold
32068
32069 \backslash
32070 qG
32071 \series default
32072 .
32073  Our macro looks in LyX like this:
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077
32078 \begin_inset space \hspace*{\fill}
32079 \end_inset
32080
32081
32082 \begin_inset Graphics
32083         filename clipart/macrouse.png
32084         lyxscale 75
32085         scale 75
32086
32087 \end_inset
32088
32089
32090 \begin_inset space \hspace*{\fill}
32091 \end_inset
32092
32093
32094 \begin_inset Newline newline
32095 \end_inset
32096
32097 Here is our macro example with the arguments 
32098 \begin_inset Formula $x$
32099 \end_inset
32100
32101
32102 \begin_inset Formula $\ln(x)$
32103 \end_inset
32104
32105 , and 
32106 \begin_inset Formula $B$
32107 \end_inset
32108
32109 :
32110 \end_layout
32111
32112 \begin_layout Standard
32113 \begin_inset Formula \[
32114 \qG x{\ln(x)}B\]
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Standard
32122 A math macro is transformed internally to a 
32123 \series bold
32124
32125 \backslash
32126 newcommand
32127 \series default
32128  command when exporting the document.
32129  The created 
32130 \series bold
32131
32132 \backslash
32133 newcommand
32134 \series default
32135  command is not placed in the LaTeX-preamble, therefore macros can only
32136  be used in formulas that are in the document below the macro definition
32137  box.
32138 \end_layout
32139
32140 \begin_layout Standard
32141 Math macros can also be directly be created from a 
32142 \series bold
32143
32144 \backslash
32145 newcommand
32146 \series default
32147  command.
32148  When writing for example the command
32149 \series bold
32150
32151 \begin_inset Newline newline
32152 \end_inset
32153
32154
32155 \backslash
32156 newcommand{
32157 \backslash
32158 larrow}[2]{
32159 \backslash
32160 xleftarrow[#2]{#1}}
32161 \begin_inset Newline newline
32162 \end_inset
32163
32164
32165 \series default
32166 in LyX as normal text, highlighting it completely and using then the shortcut
32167  
32168 \family sans
32169 Ctrl-m
32170 \family default
32171 , the command will be transformed to a math macro.
32172  Using this method you need to be careful that the 
32173 \series bold
32174
32175 \backslash
32176 newcommand
32177 \series default
32178  command is typed correctly, otherwise you get a faulty macro leading to
32179  LaTeX errors.
32180 \end_layout
32181
32182 \begin_layout Standard
32183 Math macros currently yet have the problem that further formulas in macro
32184  definitions are handled wrongly.
32185  Therefore the example 
32186 \series bold
32187
32188 \backslash
32189 fb
32190 \series default
32191  from 
32192 \begin_inset CommandInset ref
32193 LatexCommand ref
32194 reference "sub:The-Command-newcommand"
32195
32196 \end_inset
32197
32198  cannot be created as macro.
32199 \end_layout
32200
32201 \begin_layout Standard
32202 When the cursor is in a macro definition box, you will see the macro toolbar
32203  in LyX:
32204 \end_layout
32205
32206 \begin_layout Standard
32207 \begin_inset VSpace defskip
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Standard
32214 \begin_inset Graphics
32215         filename clipart/MacroToolbar.png
32216
32217 \end_inset
32218
32219
32220 \begin_inset Index
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224 Macros ! Toolbar
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Standard
32233 \begin_inset VSpace defskip
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Standard
32240 The macro toolbar contains from left to right the following buttons:
32241 \end_layout
32242
32243 \begin_layout Standard
32244 \begin_inset VSpace defskip
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 \begin_inset Tabular
32252 <lyxtabular version="3" rows="9" columns="2">
32253 <features islongtable="true">
32254 <column alignment="left" valignment="top" width="0">
32255 <column alignment="left" valignment="top" width="85col%">
32256 <row interlinespace="2.5mm">
32257 <cell alignment="center" valignment="top" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261 \begin_inset Graphics
32262         filename ../images/math-macro-remove-param.png
32263         BoundingBox 0bp 5bp 20bp 25bp
32264         rotateOrigin center
32265
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 <cell alignment="center" valignment="top" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277
32278 \family sans
32279 Edit\SpecialChar \menuseparator
32280 Math\SpecialChar \menuseparator
32281 Macro
32282 \begin_inset space ~
32283 \end_inset
32284
32285 Definition\SpecialChar \menuseparator
32286 Append Argument
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 </row>
32292 <row interlinespace="2.5mm">
32293 <cell alignment="center" valignment="top" usebox="none">
32294 \begin_inset Text
32295
32296 \begin_layout Plain Layout
32297 \begin_inset Graphics
32298         filename ../images/math-macro-add-param.png
32299         BoundingBox 0bp 5bp 20bp 25bp
32300         rotateOrigin center
32301
32302 \end_inset
32303
32304
32305 \end_layout
32306
32307 \end_inset
32308 </cell>
32309 <cell alignment="center" valignment="top" usebox="none">
32310 \begin_inset Text
32311
32312 \begin_layout Plain Layout
32313
32314 \family sans
32315 Edit\SpecialChar \menuseparator
32316 Math\SpecialChar \menuseparator
32317 Macro
32318 \begin_inset space ~
32319 \end_inset
32320
32321 Definition\SpecialChar \menuseparator
32322 Remove Last Argument
32323 \end_layout
32324
32325 \end_inset
32326 </cell>
32327 </row>
32328 <row interlinespace="2.5mm">
32329 <cell alignment="center" valignment="top" usebox="none">
32330 \begin_inset Text
32331
32332 \begin_layout Plain Layout
32333 \begin_inset Graphics
32334         filename ../images/math-macro-make-optional.png
32335         BoundingBox 0bp 5bp 20bp 25bp
32336         rotateOrigin center
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 <cell alignment="center" valignment="top" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349
32350 \family sans
32351 Edit\SpecialChar \menuseparator
32352 Math\SpecialChar \menuseparator
32353 Macro
32354 \begin_inset space ~
32355 \end_inset
32356
32357 Definition\SpecialChar \menuseparator
32358 Make First Non-Optional into
32359 \begin_inset Newline newline
32360 \end_inset
32361
32362
32363 \begin_inset ERT
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367
32368
32369 \backslash
32370 hphantom{
32371 \end_layout
32372
32373 \end_inset
32374
32375 Edit\SpecialChar \menuseparator
32376 Math\SpecialChar \menuseparator
32377 Macro
32378 \begin_inset space ~
32379 \end_inset
32380
32381 Definition\SpecialChar \menuseparator
32382
32383 \begin_inset ERT
32384 status collapsed
32385
32386 \begin_layout Plain Layout
32387
32388 }
32389 \end_layout
32390
32391 \end_inset
32392
32393 Optional Argument
32394 \end_layout
32395
32396 \end_inset
32397 </cell>
32398 </row>
32399 <row interlinespace="2.5mm">
32400 <cell alignment="center" valignment="top" usebox="none">
32401 \begin_inset Text
32402
32403 \begin_layout Plain Layout
32404 \begin_inset Graphics
32405         filename ../images/math-macro-make-nonoptional.png
32406         BoundingBox 0bp 5bp 20bp 25bp
32407         rotateOrigin center
32408
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \end_inset
32415 </cell>
32416 <cell alignment="center" valignment="top" usebox="none">
32417 \begin_inset Text
32418
32419 \begin_layout Plain Layout
32420
32421 \family sans
32422 Edit\SpecialChar \menuseparator
32423 Math\SpecialChar \menuseparator
32424 Macro
32425 \begin_inset space ~
32426 \end_inset
32427
32428 Definition\SpecialChar \menuseparator
32429 Make Last Optional into
32430 \begin_inset Newline newline
32431 \end_inset
32432
32433
32434 \begin_inset ERT
32435 status collapsed
32436
32437 \begin_layout Plain Layout
32438
32439
32440 \backslash
32441 hphantom{
32442 \end_layout
32443
32444 \end_inset
32445
32446 Edit\SpecialChar \menuseparator
32447 Math\SpecialChar \menuseparator
32448 Macro
32449 \begin_inset space ~
32450 \end_inset
32451
32452 Definition\SpecialChar \menuseparator
32453
32454 \begin_inset ERT
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458
32459 }
32460 \end_layout
32461
32462 \end_inset
32463
32464 Non-Optional Argument
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 </row>
32470 <row interlinespace="2.5mm">
32471 <cell alignment="center" valignment="top" usebox="none">
32472 \begin_inset Text
32473
32474 \begin_layout Plain Layout
32475 \begin_inset Graphics
32476         filename ../images/math-macro-remove-optional-param.png
32477         BoundingBox 0bp 5bp 20bp 25bp
32478         rotateOrigin center
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \end_inset
32486 </cell>
32487 <cell alignment="center" valignment="top" usebox="none">
32488 \begin_inset Text
32489
32490 \begin_layout Plain Layout
32491
32492 \family sans
32493 Edit\SpecialChar \menuseparator
32494 Math\SpecialChar \menuseparator
32495 Macro
32496 \begin_inset space ~
32497 \end_inset
32498
32499 Definition\SpecialChar \menuseparator
32500 Insert Optional Argument
32501 \end_layout
32502
32503 \end_inset
32504 </cell>
32505 </row>
32506 <row interlinespace="2.5mm">
32507 <cell alignment="center" valignment="top" usebox="none">
32508 \begin_inset Text
32509
32510 \begin_layout Plain Layout
32511 \begin_inset Graphics
32512         filename ../images/math-macro-add-optional-param.png
32513         BoundingBox 0bp 5bp 20bp 25bp
32514         rotateOrigin center
32515
32516 \end_inset
32517
32518
32519 \end_layout
32520
32521 \end_inset
32522 </cell>
32523 <cell alignment="center" valignment="top" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527
32528 \family sans
32529 Edit\SpecialChar \menuseparator
32530 Math\SpecialChar \menuseparator
32531 Macro
32532 \begin_inset space ~
32533 \end_inset
32534
32535 Definition\SpecialChar \menuseparator
32536 Remove Optional Argument
32537 \end_layout
32538
32539 \end_inset
32540 </cell>
32541 </row>
32542 <row interlinespace="2.5mm">
32543 <cell alignment="center" valignment="top" usebox="none">
32544 \begin_inset Text
32545
32546 \begin_layout Plain Layout
32547 \begin_inset Graphics
32548         filename ../images/math-macro-remove-greedy-param.png
32549         BoundingBox 0bp 5bp 20bp 25bp
32550         rotateOrigin center
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 <cell alignment="center" valignment="top" usebox="none">
32560 \begin_inset Text
32561
32562 \begin_layout Plain Layout
32563
32564 \family sans
32565 Edit\SpecialChar \menuseparator
32566 Math\SpecialChar \menuseparator
32567 Macro
32568 \begin_inset space ~
32569 \end_inset
32570
32571 Definition\SpecialChar \menuseparator
32572 Append Argument Eating
32573 \begin_inset Newline newline
32574 \end_inset
32575
32576
32577 \begin_inset ERT
32578 status collapsed
32579
32580 \begin_layout Plain Layout
32581
32582
32583 \backslash
32584 hphantom{
32585 \end_layout
32586
32587 \end_inset
32588
32589 Edit\SpecialChar \menuseparator
32590 Math\SpecialChar \menuseparator
32591 Macro
32592 \begin_inset space ~
32593 \end_inset
32594
32595 Definition\SpecialChar \menuseparator
32596
32597 \begin_inset ERT
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601
32602 }
32603 \end_layout
32604
32605 \end_inset
32606
32607 From The Right
32608 \end_layout
32609
32610 \end_inset
32611 </cell>
32612 </row>
32613 <row interlinespace="2.5mm">
32614 <cell alignment="center" valignment="top" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618 \begin_inset Graphics
32619         filename ../images/math-macro-append-greedy-param.png
32620         BoundingBox 0bp 5bp 20bp 25bp
32621         rotateOrigin center
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 <cell alignment="center" valignment="top" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634
32635 \family sans
32636 Edit\SpecialChar \menuseparator
32637 Math\SpecialChar \menuseparator
32638 Macro
32639 \begin_inset space ~
32640 \end_inset
32641
32642 Definition\SpecialChar \menuseparator
32643 Append Optional Argument
32644 \begin_inset Newline newline
32645 \end_inset
32646
32647
32648 \begin_inset ERT
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652
32653
32654 \backslash
32655 hphantom{
32656 \end_layout
32657
32658 \end_inset
32659
32660 Edit\SpecialChar \menuseparator
32661 Math\SpecialChar \menuseparator
32662 Macro
32663 \begin_inset space ~
32664 \end_inset
32665
32666 Definition\SpecialChar \menuseparator
32667
32668 \begin_inset ERT
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672
32673 }
32674 \end_layout
32675
32676 \end_inset
32677
32678 Eating From The Right
32679 \end_layout
32680
32681 \end_inset
32682 </cell>
32683 </row>
32684 <row interlinespace="2.5mm">
32685 <cell alignment="center" valignment="top" usebox="none">
32686 \begin_inset Text
32687
32688 \begin_layout Plain Layout
32689 \begin_inset Graphics
32690         filename ../images/math-macro-add-greedy-optional-param.png
32691         BoundingBox 0bp 5bp 20bp 25bp
32692         rotateOrigin center
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \end_inset
32700 </cell>
32701 <cell alignment="center" valignment="top" usebox="none">
32702 \begin_inset Text
32703
32704 \begin_layout Plain Layout
32705
32706 \family sans
32707 Edit\SpecialChar \menuseparator
32708 Math\SpecialChar \menuseparator
32709 Macro
32710 \begin_inset space ~
32711 \end_inset
32712
32713 Definition\SpecialChar \menuseparator
32714 Remove Last Argument
32715 \begin_inset Newline newline
32716 \end_inset
32717
32718
32719 \begin_inset ERT
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723
32724
32725 \backslash
32726 hphantom{
32727 \end_layout
32728
32729 \end_inset
32730
32731 Edit\SpecialChar \menuseparator
32732 Math\SpecialChar \menuseparator
32733 Macro
32734 \begin_inset space ~
32735 \end_inset
32736
32737 Definition\SpecialChar \menuseparator
32738
32739 \begin_inset ERT
32740 status collapsed
32741
32742 \begin_layout Plain Layout
32743
32744 }
32745 \end_layout
32746
32747 \end_inset
32748
32749 Spitting Out To The Right
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 </row>
32755 </lyxtabular>
32756
32757 \end_inset
32758
32759
32760 \end_layout
32761
32762 \begin_layout Standard
32763 \begin_inset Newpage newpage
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \begin_layout Section
32770 Diagrams
32771 \end_layout
32772
32773 \begin_layout Standard
32774 LyX supports two types of commutative diagrams: 
32775 \series bold
32776 amscd
32777 \series default
32778  and 
32779 \series bold
32780 xymatrix
32781 \series default
32782  that are explained in the following.
32783 \end_layout
32784
32785 \begin_layout Subsection
32786 Amscd Diagrams
32787 \begin_inset Index
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791 Diagrams ! amscd
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Standard
32800 Diagrams of this type visualize relations by vertical and horizontal lines
32801  or arrows:
32802 \begin_inset Formula \[
32803 \begin{CD}A@>>>B@>>>C\\
32804 @AAA@.@VVV\\
32805 F@<<<E@<<<D\end{CD}\]
32806
32807 \end_inset
32808
32809
32810 \end_layout
32811
32812 \begin_layout Standard
32813 To get them, the command 
32814 \series bold
32815
32816 \backslash
32817 CD
32818 \begin_inset Index
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822 Commands ! C ! 
32823 \backslash
32824 CD
32825 \end_layout
32826
32827 \end_inset
32828
32829
32830 \series default
32831  is inserted to a formula.
32832  A blue box appears with two dashed lines where further commands can be
32833  inserted.
32834  With 
32835 \begin_inset Info
32836 type  "shortcut"
32837 arg   "newline-insert newline"
32838 \end_inset
32839
32840  a new line is created.
32841  Horizontal relations are inserted in odd, vertical in even formula lines.
32842 \end_layout
32843
32844 \begin_layout Standard
32845 To create the relations there are the following commands:
32846 \end_layout
32847
32848 \begin_layout Itemize
32849
32850 \series bold
32851 @<<<
32852 \series default
32853  creates a left arrow, 
32854 \series bold
32855 @>>>
32856 \series default
32857  a right arrow, and 
32858 \series bold
32859 @=
32860 \series default
32861  a long equal sign
32862 \end_layout
32863
32864 \begin_layout Itemize
32865
32866 \series bold
32867 @AAA
32868 \series default
32869  creates an up arrow, 
32870 \series bold
32871 @VVV
32872 \series default
32873  an down arrow, and 
32874 \series bold
32875 @|
32876 \series default
32877  a vertical equal sign
32878 \end_layout
32879
32880 \begin_layout Itemize
32881
32882 \series bold
32883 @.
32884
32885 \series default
32886  is a placeholder for non-existent relations
32887 \end_layout
32888
32889 \begin_layout Standard
32890 All arrows can be labeled as follows:
32891 \end_layout
32892
32893 \begin_layout Itemize
32894 Is text inserted between the first and second < or >, resp., it is placed
32895  above the arrow.
32896  When it is inserted between the second and third one, it appears under
32897  the arrow.
32898 \end_layout
32899
32900 \begin_layout Itemize
32901 When text for vertical arrows is inserted between the first and second A
32902  or V, resp., it is placed left beside the arrow.
32903  When it is inserted between the second and third one, it appears right
32904  beside the arrow.
32905  If the text contains an A or V, these letters must be set into a TeX-brace.
32906 \end_layout
32907
32908 \begin_layout Standard
32909 As example a diagram with all possible relations:
32910 \end_layout
32911
32912 \begin_layout Standard
32913 \begin_inset Formula \[
32914 \begin{CD}A@>j>>B@>>k>C@=F\\
32915 @AmAA@.@VV{V}V@|\\
32916 D@<<j<E@>k>>F@=C\end{CD}\]
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Standard
32924 The command for this is:
32925 \begin_inset Newline newline
32926 \end_inset
32927
32928
32929 \series bold
32930
32931 \backslash
32932 CD
32933 \begin_inset ERT
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937
32938
32939 \backslash
32940 spce 
32941 \end_layout
32942
32943 \end_inset
32944
32945 A@>j>>B@>>k>C@=F Ctrl+Return
32946 \begin_inset Newline newline
32947 \end_inset
32948
32949
32950 \begin_inset ERT
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954
32955
32956 \backslash
32957 hphantom{
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \backslash
32964 CD
32965 \begin_inset ERT
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969
32970
32971 \backslash
32972 spce 
32973 \end_layout
32974
32975 \end_inset
32976
32977
32978 \begin_inset ERT
32979 status collapsed
32980
32981 \begin_layout Plain Layout
32982
32983 }
32984 \end_layout
32985
32986 \end_inset
32987
32988 @AmAA@.@VV
32989 \backslash
32990 {V
32991 \series default
32992
32993 \begin_inset Formula $\to$
32994 \end_inset
32995
32996
32997 \series bold
32998 V@| Ctrl+Return
32999 \begin_inset Newline newline
33000 \end_inset
33001
33002
33003 \begin_inset ERT
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007
33008
33009 \backslash
33010 hphantom{
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \backslash
33017 CD
33018 \begin_inset ERT
33019 status collapsed
33020
33021 \begin_layout Plain Layout
33022
33023
33024 \backslash
33025 spce 
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \begin_inset ERT
33032 status collapsed
33033
33034 \begin_layout Plain Layout
33035
33036 }
33037 \end_layout
33038
33039 \end_inset
33040
33041 D@<<j<E@>k>>F@=C
33042 \end_layout
33043
33044 \begin_layout Subsection
33045 Xymatrix Diagrams
33046 \begin_inset Index
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050 Diagrams ! xymatrix
33051 \end_layout
33052
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Standard
33059 To be able to use xymatrices, the LaTeX-package 
33060 \series bold
33061 xypic
33062 \series default
33063  must be installed.
33064  A xymatrix is created by inserting the command 
33065 \series bold
33066
33067 \backslash
33068 xymatrix
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 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
33084  and much more.
33085  All possibilities to create commutative diagrams and decorations are explained
33086  in detail in the 
33087 \emph on
33088 XY-pic manual
33089 \emph default
33090  that you find in the menu 
33091 \family sans
33092 Help\SpecialChar \menuseparator
33093 Specific
33094 \begin_inset space ~
33095 \end_inset
33096
33097 Manuals\SpecialChar \menuseparator
33098 XY-pic
33099 \begin_inset space ~
33100 \end_inset
33101
33102 Manual
33103 \family default
33104 .
33105 \end_layout
33106
33107 \begin_layout Standard
33108 \begin_inset Newpage newpage
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Section
33115 Tips
33116 \begin_inset ERT
33117 status collapsed
33118
33119 \begin_layout Plain Layout
33120
33121
33122 \backslash
33123 texorpdfstring{
33124 \end_layout
33125
33126 \end_inset
33127
33128
33129 \begin_inset Foot
33130 status collapsed
33131
33132 \begin_layout Plain Layout
33133 Other useful math tips can be found in 
33134 \begin_inset CommandInset citation
33135 LatexCommand cite
33136 key "Voss"
33137
33138 \end_inset
33139
33140 .
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \begin_inset ERT
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150
33151 }{}
33152 \end_layout
33153
33154 \end_inset
33155
33156
33157 \begin_inset Note Note
33158 status collapsed
33159
33160 \begin_layout Plain Layout
33161
33162 \backslash
33163 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
33164 \end_layout
33165
33166 \begin_layout Plain Layout
33167 More about 
33168 \backslash
33169 texorpdfstring is in section 
33170 \begin_inset CommandInset ref
33171 LatexCommand ref
33172 reference "sub:Formulas-in-Section"
33173
33174 \end_inset
33175
33176 .
33177 \end_layout
33178
33179 \end_inset
33180
33181
33182 \begin_inset Index
33183 status collapsed
33184
33185 \begin_layout Plain Layout
33186 Tips
33187 \end_layout
33188
33189 \end_inset
33190
33191
33192 \begin_inset Index
33193 status collapsed
33194
33195 \begin_layout Plain Layout
33196 Ions|see
33197 \begin_inset ERT
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201
33202 {
33203 \end_layout
33204
33205 \end_inset
33206
33207 Chemical characters
33208 \begin_inset ERT
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212
33213 }
33214 \end_layout
33215
33216 \end_inset
33217
33218
33219 \end_layout
33220
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \begin_layout Subsection
33227 Chemical Symbols and Equations
33228 \begin_inset CommandInset label
33229 LatexCommand label
33230 name "sub:Chemical-Symbols-and"
33231
33232 \end_inset
33233
33234
33235 \begin_inset Index
33236 status collapsed
33237
33238 \begin_layout Plain Layout
33239 Chemical characters ! Symbols
33240 \end_layout
33241
33242 \end_inset
33243
33244
33245 \begin_inset Index
33246 status collapsed
33247
33248 \begin_layout Plain Layout
33249 Chemical equations
33250 \end_layout
33251
33252 \end_inset
33253
33254
33255 \begin_inset Index
33256 status collapsed
33257
33258 \begin_layout Plain Layout
33259 Symbols ! chemical
33260 \end_layout
33261
33262 \end_inset
33263
33264
33265 \end_layout
33266
33267 \begin_layout Standard
33268 An example text from chemistry:
33269 \end_layout
33270
33271 \begin_layout Quote
33272 The 
33273 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33274 \end_inset
33275
33276 -ion reacts with two 
33277 \begin_inset Formula $\mathrm{Na^{+}}$
33278 \end_inset
33279
33280 -ions to sodium sulfate 
33281 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
33282 \end_inset
33283
33284 .
33285  The chemical equation for this is:
33286 \begin_inset Formula \[
33287 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33288
33289 \end_inset
33290
33291
33292 \end_layout
33293
33294 \begin_layout Standard
33295 This chemical equation can directly be created as formula.
33296  To avoid that the symbols appear italic, everything is highlighted and
33297  changed by the shortcut 
33298 \begin_inset Info
33299 type  "shortcut"
33300 arg   "font-roman"
33301 \end_inset
33302
33303  to the upright font style.
33304 \begin_inset Foot
33305 status collapsed
33306
33307 \begin_layout Plain Layout
33308 font styles
33309 \series bold
33310  
33311 \series default
33312 see 
33313 \begin_inset CommandInset ref
33314 LatexCommand ref
33315 reference "sub:Font-Styles"
33316
33317 \end_inset
33318
33319
33320 \end_layout
33321
33322 \end_inset
33323
33324
33325 \end_layout
33326
33327 \begin_layout Subsection
33328 Negative Numbers
33329 \begin_inset Index
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333 Numbers ! negative
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Standard
33342 Negative numbers often look ugly in formulas because the minus sign before
33343  the number is set with the same length as the minus operator sign.
33344  When writing the negative number in normal text, the minus sign appears
33345  correctly.
33346 \end_layout
33347
33348 \begin_layout Standard
33349 Thus, the problem disappears when converting the minus sign to mathematical
33350  text.
33351 \end_layout
33352
33353 \begin_layout Standard
33354 An example to visualize the problem:
33355 \end_layout
33356
33357 \begin_layout Standard
33358 \align center
33359 \begin_inset Tabular
33360 <lyxtabular version="3" rows="3" columns="2">
33361 <features>
33362 <column alignment="right" valignment="top" width="0">
33363 <column alignment="left" valignment="top" width="0">
33364 <row>
33365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 normal text:
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 x = -2
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 </row>
33384 <row>
33385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Plain Layout
33389 formula:
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398 \begin_inset Formula $x=-2$
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \end_inset
33405 </cell>
33406 </row>
33407 <row>
33408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412 solution:
33413 \end_layout
33414
33415 \end_inset
33416 </cell>
33417 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Plain Layout
33421 \begin_inset Formula $x=\textrm{-}2$
33422 \end_inset
33423
33424
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 </row>
33430 </lyxtabular>
33431
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \begin_layout Subsection
33438 Comma as decimal Separator
33439 \begin_inset Index
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443 Comma
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \begin_layout Standard
33452 In LaTeX a comma inside a formula is used, according to the English convention,
33453  as number group separator.
33454  So there will be space added behind all commas in formulas.
33455 \end_layout
33456
33457 \begin_layout Standard
33458 To avoid this, the comma is highlighted and changed to mathematical text
33459  (shortcut 
33460 \begin_inset Info
33461 type  "shortcut"
33462 arg   "math-mode"
33463 \end_inset
33464
33465 ).
33466 \end_layout
33467
33468 \begin_layout Standard
33469 To use all formula commas in the document as decimal separator, the file
33470  
33471 \series bold
33472 icomma.sty
33473 \series default
33474
33475 \begin_inset Foot
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479
33480 \series bold
33481 icomma
33482 \series default
33483  is part of the LaTeX-package 
33484 \series bold
33485 was
33486 \series default
33487
33488 \begin_inset Index
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492 Packages ! was
33493 \begin_inset ERT
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497
33498
33499 \backslash
33500 vspace{4mm}
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \end_inset
33509
33510 .
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \begin_inset Index
33517 status collapsed
33518
33519 \begin_layout Plain Layout
33520 Packages ! icomma
33521 \end_layout
33522
33523 \end_inset
33524
33525  is loaded with the LaTeX-preamble line
33526 \end_layout
33527
33528 \begin_layout Standard
33529
33530 \series bold
33531
33532 \backslash
33533 usepackage{icomma}
33534 \end_layout
33535
33536 \begin_layout Subsection
33537 Physical Vectors
33538 \begin_inset CommandInset label
33539 LatexCommand label
33540 name "sub:Physical-Vectors"
33541
33542 \end_inset
33543
33544
33545 \begin_inset Index
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549 Vectors ! physical
33550 \end_layout
33551
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \begin_layout Standard
33558 Predefined vectors are offered by the LaTeX-package 
33559 \series bold
33560 braket
33561 \series default
33562
33563 \begin_inset Foot
33564 status collapsed
33565
33566 \begin_layout Plain Layout
33567
33568 \series bold
33569 braket
33570 \series default
33571  should be part of every LaTeX standard installation.
33572 \end_layout
33573
33574 \end_inset
33575
33576
33577 \begin_inset Index
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581 Packages ! braket
33582 \end_layout
33583
33584 \end_inset
33585
33586  that is loaded with the LaTeX-preamble line
33587 \end_layout
33588
33589 \begin_layout Standard
33590
33591 \series bold
33592
33593 \backslash
33594 usepackage{braket}
33595 \end_layout
33596
33597 \begin_layout Standard
33598 \begin_inset ERT
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602
33603
33604 \backslash
33605 ifbraket 
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \begin_inset Note Note
33612 status open
33613
33614 \begin_layout Plain Layout
33615 The following table will only be displayed when the LaTeX-package 
33616 \series bold
33617 braket
33618 \series default
33619  is installed.
33620 \end_layout
33621
33622 \end_inset
33623
33624 The following commands are defined:
33625 \end_layout
33626
33627 \begin_layout Standard
33628 \align center
33629 \begin_inset Tabular
33630 <lyxtabular version="3" rows="4" columns="2">
33631 <features>
33632 <column alignment="center" valignment="top" width="0">
33633 <column alignment="center" valignment="top" width="0">
33634 <row>
33635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 Command
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33645 \begin_inset Text
33646
33647 \begin_layout Plain Layout
33648 Result
33649 \end_layout
33650
33651 \end_inset
33652 </cell>
33653 </row>
33654 <row>
33655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659
33660 \backslash
33661 Bra{
33662 \backslash
33663 psi
33664 \end_layout
33665
33666 \end_inset
33667 </cell>
33668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33669 \begin_inset Text
33670
33671 \begin_layout Plain Layout
33672 \begin_inset Formula $\Bra{\psi}$
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \end_inset
33679 </cell>
33680 </row>
33681 <row>
33682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33683 \begin_inset Text
33684
33685 \begin_layout Plain Layout
33686
33687 \backslash
33688 Ket{
33689 \backslash
33690 psi
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 \begin_inset Formula $\Ket{\psi}$
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \end_inset
33706 </cell>
33707 </row>
33708 <row>
33709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33710 \begin_inset Text
33711
33712 \begin_layout Plain Layout
33713
33714 \backslash
33715 Braket{
33716 \backslash
33717 psi|
33718 \backslash
33719 phi
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728 \begin_inset Formula $\Braket{\psi|\phi}$
33729 \end_inset
33730
33731
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 </row>
33737 </lyxtabular>
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 The command 
33746 \series bold
33747
33748 \backslash
33749 Braket
33750 \series default
33751  assures that all vertical bars are set in the size of the surrounding brackets:
33752 \begin_inset Formula \[
33753 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33754
33755 \end_inset
33756
33757
33758 \begin_inset ERT
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762
33763
33764 \backslash
33765 else 
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \begin_inset Note Note
33772 status open
33773
33774 \begin_layout Plain Layout
33775 The following will be displayed when the LaTeX-package 
33776 \series bold
33777 braket
33778 \series default
33779  is not installed:
33780 \end_layout
33781
33782 \end_inset
33783
33784
33785 \end_layout
33786
33787 \begin_layout Standard
33788 You need to install the LaTeX-package 
33789 \series bold
33790 braket
33791 \series default
33792  to see the rest of this subsection in the output.
33793 \end_layout
33794
33795 \begin_layout Standard
33796 \begin_inset ERT
33797 status collapsed
33798
33799 \begin_layout Plain Layout
33800
33801
33802 \backslash
33803 fi 
33804 \end_layout
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \begin_layout Standard
33812 The effect of 
33813 \series bold
33814
33815 \backslash
33816 Braket
33817 \series default
33818  can also be achieved using the command 
33819 \series bold
33820
33821 \backslash
33822 middle
33823 \series default
33824 , that is described in 
33825 \begin_inset CommandInset ref
33826 LatexCommand ref
33827 reference "sub:Automatic-Bracket-Size"
33828
33829 \end_inset
33830
33831 .
33832 \end_layout
33833
33834 \begin_layout Subsection
33835 Self-defined Fractions
33836 \begin_inset CommandInset label
33837 LatexCommand label
33838 name "sub:Self-defined-Fractions"
33839
33840 \end_inset
33841
33842
33843 \begin_inset Index
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847 Fractions ! self-defined
33848 \end_layout
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \begin_layout Standard
33856 To define custom commands for fractions, the command 
33857 \series bold
33858
33859 \backslash
33860 genfrac
33861 \series default
33862
33863 \begin_inset Index
33864 status collapsed
33865
33866 \begin_layout Plain Layout
33867 Commands ! G ! 
33868 \backslash
33869 genfrac
33870 \end_layout
33871
33872 \end_inset
33873
33874  is used in the following scheme:
33875 \end_layout
33876
33877 \begin_layout Standard
33878
33879 \series bold
33880
33881 \backslash
33882 genfrac{left
33883 \series default
33884  
33885 \series bold
33886 bracket}{right
33887 \series default
33888  
33889 \series bold
33890 bracket}{fraction bar thickness}{style}
33891 \begin_inset Newline newline
33892 \end_inset
33893
33894
33895 \begin_inset ERT
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899
33900
33901 \backslash
33902 phantom{
33903 \end_layout
33904
33905 \end_inset
33906
33907
33908 \backslash
33909 genfrac
33910 \begin_inset ERT
33911 status collapsed
33912
33913 \begin_layout Plain Layout
33914
33915 }
33916 \end_layout
33917
33918 \end_inset
33919
33920 {numerator}{denominator}
33921 \end_layout
33922
33923 \begin_layout Standard
33924 The style is a number in the range of 0
33925 \begin_inset space \thinspace{}
33926 \end_inset
33927
33928 -
33929 \begin_inset space \thinspace{}
33930 \end_inset
33931
33932 3.
33933 \end_layout
33934
33935 \begin_layout Standard
33936 \align center
33937 \begin_inset Tabular
33938 <lyxtabular version="3" rows="5" columns="2">
33939 <features>
33940 <column alignment="center" valignment="top" width="0">
33941 <column alignment="center" valignment="top" width="0">
33942 <row>
33943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33944 \begin_inset Text
33945
33946 \begin_layout Plain Layout
33947 Number
33948 \end_layout
33949
33950 \end_inset
33951 </cell>
33952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33953 \begin_inset Text
33954
33955 \begin_layout Plain Layout
33956 Style (Size)
33957 \end_layout
33958
33959 \end_inset
33960 </cell>
33961 </row>
33962 <row>
33963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33964 \begin_inset Text
33965
33966 \begin_layout Plain Layout
33967 0
33968 \end_layout
33969
33970 \end_inset
33971 </cell>
33972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33973 \begin_inset Text
33974
33975 \begin_layout Plain Layout
33976 display style formula
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 </row>
33982 <row>
33983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33984 \begin_inset Text
33985
33986 \begin_layout Plain Layout
33987 1
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996 inline formula
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 </row>
34002 <row>
34003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007 2
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016 small
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 </row>
34022 <row>
34023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34024 \begin_inset Text
34025
34026 \begin_layout Plain Layout
34027 3
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34033 \begin_inset Text
34034
34035 \begin_layout Plain Layout
34036 tiny
34037 \end_layout
34038
34039 \end_inset
34040 </cell>
34041 </row>
34042 </lyxtabular>
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 When no style is given, the size is adjusted to the surrounding environment
34051  like for the command 
34052 \series bold
34053
34054 \backslash
34055 frac
34056 \series default
34057 .
34058 \end_layout
34059
34060 \begin_layout Standard
34061 When no fraction bar thickness is given, the predefined value of 0.4
34062 \begin_inset space \thinspace{}
34063 \end_inset
34064
34065 pt will be used.
34066 \end_layout
34067
34068 \begin_layout Standard
34069 \begin_inset VSpace medskip
34070 \end_inset
34071
34072 For example, the commands 
34073 \series bold
34074
34075 \backslash
34076 dfrac
34077 \series default
34078  and 
34079 \series bold
34080
34081 \backslash
34082 tbinom
34083 \series default
34084  from 
34085 \begin_inset CommandInset ref
34086 LatexCommand ref
34087 reference "sub:Fractions"
34088
34089 \end_inset
34090
34091  are defined with the commands
34092 \end_layout
34093
34094 \begin_layout Standard
34095
34096 \series bold
34097
34098 \backslash
34099 newcommand{
34100 \backslash
34101 dfrac}[2]{
34102 \backslash
34103 genfrac{}{}{}{0}{#1}{#2}}
34104 \end_layout
34105
34106 \begin_layout Standard
34107 and
34108 \end_layout
34109
34110 \begin_layout Standard
34111
34112 \series bold
34113
34114 \backslash
34115 newcommand{
34116 \backslash
34117 tbinom}[2]{
34118 \backslash
34119 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34120 \end_layout
34121
34122 \begin_layout Standard
34123 \begin_inset VSpace medskip
34124 \end_inset
34125
34126 To define a fraction where the fraction bar thickness can be given as optional
34127  argument, the following line is inserted to the LaTeX-preamble:
34128 \end_layout
34129
34130 \begin_layout Standard
34131
34132 \series bold
34133
34134 \backslash
34135 newcommand{
34136 \backslash
34137 fracS}[3][]{
34138 \backslash
34139 genfrac{}{}{#1}{}{#2}{#3}}
34140 \end_layout
34141
34142 \begin_layout Standard
34143 A test:
34144 \begin_inset Formula \begin{align*}
34145 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34146 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34147
34148 \end_inset
34149
34150 As one can see, the distance of the numerator and the denominator to the
34151  fraction bar is round about three times the bar thickness.
34152 \end_layout
34153
34154 \begin_layout Subsection
34155 Canceled Formulas
34156 \begin_inset Index
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160 Formula ! canceled
34161 \end_layout
34162
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \begin_layout Standard
34169 To cancel formulas or formula parts, the LaTeX-package 
34170 \series bold
34171 cancel
34172 \series default
34173
34174 \begin_inset Foot
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178
34179 \series bold
34180 cancel
34181 \series default
34182  is part of every LaTeX standard installation.
34183 \end_layout
34184
34185 \end_inset
34186
34187
34188 \begin_inset Index
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192 Packages ! cancel
34193 \end_layout
34194
34195 \end_inset
34196
34197  has to be loaded with the LaTeX-preamble line
34198 \end_layout
34199
34200 \begin_layout Standard
34201
34202 \series bold
34203
34204 \backslash
34205 usepackage[samesize]{cancel}
34206 \end_layout
34207
34208 \begin_layout Standard
34209 There are four ways to cancel formulas:
34210 \end_layout
34211
34212 \begin_layout Standard
34213 \align center
34214 \begin_inset Tabular
34215 <lyxtabular version="3" rows="5" columns="2">
34216 <features>
34217 <column alignment="center" valignment="top" width="0">
34218 <column alignment="center" valignment="top" width="0">
34219 <row>
34220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34221 \begin_inset Text
34222
34223 \begin_layout Plain Layout
34224 Command
34225 \end_layout
34226
34227 \end_inset
34228 </cell>
34229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233 Result
34234 \begin_inset Note Note
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238
34239 \series bold
34240
34241 \backslash
34242 hspace
34243 \series default
34244  and
34245 \series bold
34246  
34247 \backslash
34248 raisebox
34249 \series default
34250  are used here as spacer.
34251 \end_layout
34252
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \end_inset
34259 </cell>
34260 </row>
34261 <row>
34262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34263 \begin_inset Text
34264
34265 \begin_layout Plain Layout
34266
34267 \backslash
34268 cancel{
34269 \backslash
34270 int
34271 \begin_inset ERT
34272 status collapsed
34273
34274 \begin_layout Plain Layout
34275
34276
34277 \backslash
34278 spce 
34279 \end_layout
34280
34281 \end_inset
34282
34283 A=B
34284 \end_layout
34285
34286 \end_inset
34287 </cell>
34288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34289 \begin_inset Text
34290
34291 \begin_layout Plain Layout
34292 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 </row>
34301 <row>
34302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34303 \begin_inset Text
34304
34305 \begin_layout Plain Layout
34306
34307 \backslash
34308 bcancel{
34309 \backslash
34310 int
34311 \begin_inset ERT
34312 status collapsed
34313
34314 \begin_layout Plain Layout
34315
34316
34317 \backslash
34318 spce 
34319 \end_layout
34320
34321 \end_inset
34322
34323 A=B
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34329 \begin_inset Text
34330
34331 \begin_layout Plain Layout
34332 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \end_inset
34339 </cell>
34340 </row>
34341 <row>
34342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34343 \begin_inset Text
34344
34345 \begin_layout Plain Layout
34346
34347 \backslash
34348 xcancel{
34349 \backslash
34350 int
34351 \begin_inset ERT
34352 status collapsed
34353
34354 \begin_layout Plain Layout
34355
34356
34357 \backslash
34358 spce 
34359 \end_layout
34360
34361 \end_inset
34362
34363 A=B
34364 \end_layout
34365
34366 \end_inset
34367 </cell>
34368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34369 \begin_inset Text
34370
34371 \begin_layout Plain Layout
34372 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \end_inset
34379 </cell>
34380 </row>
34381 <row>
34382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34383 \begin_inset Text
34384
34385 \begin_layout Plain Layout
34386
34387 \backslash
34388 cancelto{1
34389 \begin_inset Formula $\to$
34390 \end_inset
34391
34392
34393 \backslash
34394 {
34395 \backslash
34396 int
34397 \begin_inset ERT
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401
34402
34403 \backslash
34404 spce 
34405 \end_layout
34406
34407 \end_inset
34408
34409 A=B
34410 \end_layout
34411
34412 \end_inset
34413 </cell>
34414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34415 \begin_inset Text
34416
34417 \begin_layout Plain Layout
34418 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 </row>
34427 </lyxtabular>
34428
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \begin_layout Standard
34435
34436 \series bold
34437
34438 \backslash
34439 cancelto
34440 \series default
34441  is especially suitable to visualize the reduction of fractions within formulas:
34442 \begin_inset Formula \[
34443 \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}}}\]
34444
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \begin_layout Subsection
34451 Formulas in Section Headings
34452 \begin_inset CommandInset label
34453 LatexCommand label
34454 name "sub:Formulas-in-Section"
34455
34456 \end_inset
34457
34458
34459 \begin_inset Index
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Formula ! in section headings
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Standard
34472 When formulas are used in section headings, the following has to be taken
34473  into account:
34474 \end_layout
34475
34476 \begin_layout Standard
34477 \begin_inset Note Greyedout
34478 status open
34479
34480 \begin_layout Plain Layout
34481 When 
34482 \series bold
34483 hyperref
34484 \series default
34485
34486 \begin_inset Index
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490 Packages ! hyperref
34491 \end_layout
34492
34493 \end_inset
34494
34495  support is enabled in the document settings dialog under 
34496 \family sans
34497 PDF
34498 \begin_inset space ~
34499 \end_inset
34500
34501 Properties
34502 \family default
34503 , PDF-bookmarks are created for every section heading in the table of contents.
34504  If a section heading contains formulas, they are incorrectly displayed
34505  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34506 s.
34507 \end_layout
34508
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Standard
34515 Both problems can be solved by inserting at the end of the section heading
34516  a short title with the menu 
34517 \family sans
34518 Insert\SpecialChar \menuseparator
34519 Short
34520 \begin_inset space ~
34521 \end_inset
34522
34523 Title
34524 \family default
34525 .
34526  Short titles are used as alternative for multiline section headings to
34527  keep the table of contents clearly arranged.
34528  Only the short title appears in the table of contents and therefore also
34529  in the PDF-bookmark.
34530 \end_layout
34531
34532 \begin_layout Standard
34533 When formulas should be used in the table of contents but 
34534 \series bold
34535 hyperref
34536 \series default
34537  is used, one can use the following command in TeX-mode:
34538 \end_layout
34539
34540 \begin_layout Standard
34541
34542 \series bold
34543
34544 \backslash
34545 texorpdfstring{part}{alternative}
34546 \begin_inset Index
34547 status collapsed
34548
34549 \begin_layout Plain Layout
34550 Commands ! T ! 
34551 \backslash
34552 texorpdfstring
34553 \end_layout
34554
34555 \end_inset
34556
34557
34558 \end_layout
34559
34560 \begin_layout Standard
34561 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34562  This can be characters, formulas, footnotes, but also cross-references.
34563  The alternative is used instead of the part for the bookmark.
34564 \end_layout
34565
34566 \begin_layout Standard
34567 Here are two example headings:
34568 \begin_inset VSpace -3mm
34569 \end_inset
34570
34571
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577
34578 \backslash
34579 boldmath 
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \end_layout
34586
34587 \begin_layout Subsubsection
34588 Heading without formula in table of contents 
34589 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34590 \end_inset
34591
34592
34593 \begin_inset OptArg
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Heading without formula in table of contents
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Subsubsection
34606 Heading with formula in table of contents
34607 \begin_inset ERT
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611
34612
34613 \backslash
34614 texorpdfstring{
34615 \end_layout
34616
34617 \end_inset
34618
34619  
34620 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34621 \end_inset
34622
34623
34624 \begin_inset ERT
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628
34629 }{}
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Standard
34638 \begin_inset ERT
34639 status collapsed
34640
34641 \begin_layout Plain Layout
34642
34643
34644 \backslash
34645 unboldmath 
34646 \end_layout
34647
34648 \end_inset
34649
34650 In the first heading a short title was used, in the second one 
34651 \series bold
34652
34653 \backslash
34654 texorpdfstring
34655 \series default
34656 .
34657 \end_layout
34658
34659 \begin_layout Standard
34660 To get the same formatting as for the other headings, the complete heading
34661  was set into a 
34662 \series bold
34663 boldmath
34664 \series default
34665  environment
34666 \begin_inset Foot
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670 see 
34671 \begin_inset CommandInset ref
34672 LatexCommand ref
34673 reference "sub:Bold-Formulas"
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \end_inset
34681
34682 .
34683 \end_layout
34684
34685 \begin_layout Subsection
34686 Formulas in multi-column Text
34687 \begin_inset Index
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691 Formula ! in multi-column text
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Standard
34700 Formulas in multi-column text are often too wide to fit into a column and
34701  thus need to be set over the whole page width.
34702  This is done by using the LaTeX-package 
34703 \series bold
34704 multicol
34705 \series default
34706
34707 \begin_inset Foot
34708 status collapsed
34709
34710 \begin_layout Plain Layout
34711
34712 \series bold
34713 multicol
34714 \series default
34715  is part of every LaTeX standard installation.
34716 \end_layout
34717
34718 \end_inset
34719
34720
34721 \begin_inset Index
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725 Packages ! multicol
34726 \end_layout
34727
34728 \end_inset
34729
34730 , that is loaded with the LaTeX-preamble line
34731 \end_layout
34732
34733 \begin_layout Standard
34734
34735 \series bold
34736
34737 \backslash
34738 usepackage{multicol}
34739 \end_layout
34740
34741 \begin_layout Standard
34742 \begin_inset Note Greyedout
34743 status open
34744
34745 \begin_layout Plain Layout
34746 Note herby that the setting 
34747 \family sans
34748 Two-column
34749 \begin_inset space ~
34750 \end_inset
34751
34752 document
34753 \family default
34754  in the menu 
34755 \family sans
34756 Document\SpecialChar \menuseparator
34757 Settings
34758 \family default
34759  under 
34760 \family sans
34761 Text
34762 \begin_inset space ~
34763 \end_inset
34764
34765 Layout
34766 \family default
34767 \emph on
34768  
34769 \emph default
34770 must 
34771 \emph on
34772 not
34773 \emph default
34774  be selected.
34775 \end_layout
34776
34777 \end_inset
34778
34779
34780 \end_layout
34781
34782 \begin_layout Standard
34783 Before the multi-column text the command
34784 \end_layout
34785
34786 \begin_layout Standard
34787
34788 \series bold
34789
34790 \backslash
34791 begin{multicols}{column number}
34792 \end_layout
34793
34794 \begin_layout Standard
34795 is written in TeX-mode.
34796  The column number is a number in the range of 2
34797 \begin_inset space \thinspace{}
34798 \end_inset
34799
34800 -
34801 \begin_inset space \thinspace{}
34802 \end_inset
34803
34804 10.
34805  Before the formula the multi-column text is ended by inserting the command
34806 \end_layout
34807
34808 \begin_layout Standard
34809
34810 \series bold
34811
34812 \backslash
34813 end{multicols}
34814 \end_layout
34815
34816 \begin_layout Standard
34817 in TeX-mode.
34818 \end_layout
34819
34820 \begin_layout Standard
34821 Due to the command some space is automatically added before the formula.
34822  To revert this, -6
34823 \begin_inset space \thinspace{}
34824 \end_inset
34825
34826 mm vertical space is inserted before the formula.
34827  When the formula style 
34828 \series bold
34829 Indented
34830 \begin_inset Foot
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834 formula styles see 
34835 \begin_inset CommandInset ref
34836 LatexCommand ref
34837 reference "sec:Formula-Styles"
34838
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \series default
34848  is used, -9
34849 \begin_inset space \thinspace{}
34850 \end_inset
34851
34852 mm space is inserted instead.
34853 \end_layout
34854
34855 \begin_layout Standard
34856 As example a multi-column text with a displayed formula:
34857 \end_layout
34858
34859 \begin_layout Standard
34860 \begin_inset ERT
34861 status collapsed
34862
34863 \begin_layout Plain Layout
34864
34865
34866 \backslash
34867 begin{multicols}{2}
34868 \end_layout
34869
34870 \end_inset
34871
34872 Das Spektrum wird fouriertransformiert.
34873  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34874 , Lösungsmittel) zu trennen.
34875  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34876  nun das Aussehen des Ausgangssignals.
34877  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34878  über alle Phasen integrieren muss.
34879  Sei nun 
34880 \begin_inset Formula $S$
34881 \end_inset
34882
34883  unser normiertes Ausgangssignal and 
34884 \begin_inset Formula $P$
34885 \end_inset
34886
34887  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34888 \begin_inset ERT
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892
34893
34894 \backslash
34895 end{multicols}
34896 \end_layout
34897
34898 \end_inset
34899
34900
34901 \begin_inset VSpace -6mm
34902 \end_inset
34903
34904
34905 \begin_inset Formula \begin{equation}
34906 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
34907
34908 \end_inset
34909
34910
34911 \begin_inset ERT
34912 status collapsed
34913
34914 \begin_layout Plain Layout
34915
34916
34917 \backslash
34918 begin{multicols}{2}
34919 \end_layout
34920
34921 \end_inset
34922
34923 wobei 
34924 \begin_inset Formula $S_{0}$
34925 \end_inset
34926
34927  das Signal ohne Gradient ist and the Normierungsbedingung 
34928 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34929 \end_inset
34930
34931  gilt.
34932  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34933  Direkt nach the 
34934 \begin_inset Formula $\nicefrac{\pi}{2}$
34935 \end_inset
34936
34937
34938 \begin_inset space \thinspace{}
34939 \end_inset
34940
34941 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34942  das Signal zusätzlich abschwächt.
34943  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34944  
34945 \begin_inset Formula $T_{2}$
34946 \end_inset
34947
34948 -Zeit.
34949 \end_layout
34950
34951 \begin_layout Standard
34952 \begin_inset ERT
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956
34957
34958 \backslash
34959 end{multicols}
34960 \end_layout
34961
34962 \end_inset
34963
34964  
34965 \end_layout
34966
34967 \begin_layout Subsection
34968 Formulas with Description of Variables
34969 \begin_inset Index
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973 Formula ! with description of variables
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \begin_layout Standard
34982 To describe variables within a formula, like in formula 
34983 \begin_inset CommandInset ref
34984 LatexCommand eqref
34985 reference "eq:within"
34986
34987 \end_inset
34988
34989 , a 2
34990 \series bold
34991 ×
34992 \series default
34993
34994 \begin_inset Formula $n$
34995 \end_inset
34996
34997
34998 \begin_inset space ~
34999 \end_inset
35000
35001 matrix is used with left aligned columns for the 
35002 \begin_inset Formula $n$
35003 \end_inset
35004
35005  used variables.
35006 \begin_inset Foot
35007 status collapsed
35008
35009 \begin_layout Plain Layout
35010 matrices see 
35011 \begin_inset CommandInset ref
35012 LatexCommand ref
35013 reference "sec:Matrices"
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \end_inset
35021
35022  To set the description in a smaller size, before the matrix e.
35023 \begin_inset space \thinspace{}
35024 \end_inset
35025
35026 g.
35027 \begin_inset space \space{}
35028 \end_inset
35029
35030 the command 
35031 \series bold
35032
35033 \backslash
35034 footnotesize
35035 \series default
35036  is inserted.
35037 \begin_inset Foot
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041 font sizes see 
35042 \begin_inset CommandInset ref
35043 LatexCommand ref
35044 reference "sub:Font-Sizes"
35045
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \end_inset
35052
35053
35054 \end_layout
35055
35056 \begin_layout Standard
35057 When the formula style 
35058 \series bold
35059 Indented
35060 \begin_inset Foot
35061 status collapsed
35062
35063 \begin_layout Plain Layout
35064 formula styles see 
35065 \begin_inset CommandInset ref
35066 LatexCommand ref
35067 reference "sec:Formula-Styles"
35068
35069 \end_inset
35070
35071
35072 \end_layout
35073
35074 \end_inset
35075
35076
35077 \series default
35078  is used, a 
35079 \series bold
35080
35081 \backslash
35082 hfill
35083 \series default
35084
35085 \begin_inset Foot
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089
35090 \series bold
35091
35092 \backslash
35093 hfill
35094 \series default
35095  only works in formulas with the style 
35096 \series bold
35097 Indented
35098 \series default
35099 , see 
35100 \begin_inset CommandInset ref
35101 LatexCommand ref
35102 reference "sub:Variable-Space"
35103
35104 \end_inset
35105
35106 .
35107 \end_layout
35108
35109 \end_inset
35110
35111  is inserted before and after the matrix to have the same separation of
35112  the matrix from the equation and the side margin.
35113 \end_layout
35114
35115 \begin_layout Standard
35116 When the formula style 
35117 \series bold
35118 Centered
35119 \series default
35120  is used, the method described in 
35121 \begin_inset CommandInset ref
35122 LatexCommand ref
35123 reference "sub:Flalign-Environment"
35124
35125 \end_inset
35126
35127  is used to indent formulas.
35128  Formula 
35129 \begin_inset CommandInset ref
35130 LatexCommand eqref
35131 reference "eq:within"
35132
35133 \end_inset
35134
35135  consists of five columns whereas in the first two columns contain the equation,
35136  the third the matrix, and the last one an empty TeX-brace.
35137 \begin_inset Formula \begin{flalign}
35138 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35139 \rho & \textrm{density}\\
35140 V & \textrm{volume}\\
35141 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
35142
35143 \end_inset
35144
35145
35146 \end_layout
35147
35148 \begin_layout Subsection
35149 Upright small Greek Letters
35150 \begin_inset CommandInset label
35151 LatexCommand label
35152 name "sub:Upright-small-Greek"
35153
35154 \end_inset
35155
35156
35157 \begin_inset Index
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161 Greek letters ! upright
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \begin_layout Standard
35170 Most of the math fonts only provide italic small Greek letters.
35171  But for symbols of elementary particles like pions and neutrinos, upright
35172  Greek letters are needed.
35173  The file 
35174 \series bold
35175 upgreek.sty
35176 \series default
35177
35178 \begin_inset Foot
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182
35183 \series bold
35184 upgreek
35185 \series default
35186  is part of the LaTeX-package 
35187 \series bold
35188 was
35189 \series default
35190
35191 \begin_inset Index
35192 status collapsed
35193
35194 \begin_layout Plain Layout
35195 Packages ! was
35196 \begin_inset ERT
35197 status collapsed
35198
35199 \begin_layout Plain Layout
35200
35201
35202 \backslash
35203 vspace{4mm}
35204 \end_layout
35205
35206 \end_inset
35207
35208
35209 \end_layout
35210
35211 \end_inset
35212
35213 .
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \begin_inset Index
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223 Packages ! upgreek
35224 \end_layout
35225
35226 \end_inset
35227
35228  that is loaded with the LaTeX-preamble line
35229 \end_layout
35230
35231 \begin_layout Standard
35232
35233 \series bold
35234
35235 \backslash
35236 usepackage{upgreek}
35237 \end_layout
35238
35239 \begin_layout Standard
35240 provides them.
35241  
35242 \begin_inset ERT
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246
35247
35248 \backslash
35249 ifupgreek 
35250 \end_layout
35251
35252 \end_inset
35253
35254
35255 \begin_inset Note Note
35256 status open
35257
35258 \begin_layout Plain Layout
35259 The following table will only be displayed when the LaTeX-package 
35260 \series bold
35261 upgreek
35262 \series default
35263  is installed.
35264 \end_layout
35265
35266 \end_inset
35267
35268  They are created when the command for a small Greek letters is started
35269  with 
35270 \series bold
35271 up
35272 \series default
35273 .
35274  For example the command 
35275 \series bold
35276
35277 \backslash
35278 uptau
35279 \series default
35280  creates this: 
35281 \begin_inset Formula $\uptau$
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \begin_layout Standard
35288 With these commands reactions of elementary particles can be typeset:
35289 \begin_inset Formula \[
35290 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35291
35292 \end_inset
35293
35294
35295 \end_layout
35296
35297 \begin_layout Standard
35298 The upright letters are more bold and wider than the italic ones.
35299  They should therefore not be used for units like 
35300 \begin_inset Quotes eld
35301 \end_inset
35302
35303 µm
35304 \begin_inset Quotes erd
35305 \end_inset
35306
35307 .
35308 \end_layout
35309
35310 \begin_layout Standard
35311 \begin_inset ERT
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315
35316
35317 \backslash
35318 else 
35319 \end_layout
35320
35321 \end_inset
35322
35323
35324 \begin_inset Note Note
35325 status open
35326
35327 \begin_layout Plain Layout
35328 The following will be displayed when the LaTeX-package 
35329 \series bold
35330 upgreek
35331 \series default
35332  is not installed:
35333 \end_layout
35334
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \begin_layout Standard
35341 You need to install the LaTeX-package 
35342 \series bold
35343 upgreek
35344 \series default
35345  to see the rest of this subsection in the output.
35346 \end_layout
35347
35348 \begin_layout Standard
35349 \begin_inset ERT
35350 status collapsed
35351
35352 \begin_layout Plain Layout
35353
35354
35355 \backslash
35356 fi 
35357 \end_layout
35358
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \begin_layout Subsection
35365 Text Characters in Formulas
35366 \begin_inset CommandInset label
35367 LatexCommand label
35368 name "sub:Text-Characters-in"
35369
35370 \end_inset
35371
35372
35373 \begin_inset Index
35374 status collapsed
35375
35376 \begin_layout Plain Layout
35377 Text ! in formulas
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \end_layout
35384
35385 \begin_layout Standard
35386 In some cases you might want to insert text characters directly into formulas.
35387  When for example the centered dot · is often used in formulas like 
35388 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35389 \end_inset
35390
35391 , one would have to insert the command 
35392 \series bold
35393
35394 \backslash
35395 cdot
35396 \series default
35397
35398 \begin_inset Foot
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 see 
35403 \begin_inset CommandInset ref
35404 LatexCommand ref
35405 reference "sub:Binary-Operators"
35406
35407 \end_inset
35408
35409
35410 \end_layout
35411
35412 \end_inset
35413
35414  all the time, because this character is defined in all encodings as text
35415  character.
35416  But the encoding can be changed by this LaTeX-preamble line:
35417 \end_layout
35418
35419 \begin_layout Standard
35420
35421 \series bold
35422
35423 \backslash
35424 Declare Inputtext{183}{
35425 \backslash
35426 ifmmode
35427 \backslash
35428 cdot
35429 \backslash
35430 else
35431 \backslash
35432 textperiodcentered
35433 \backslash
35434 f\SpecialChar \textcompwordmark{}
35435 i}
35436 \end_layout
35437
35438 \begin_layout Standard
35439 The character encoding (menu 
35440 \family sans
35441 Document\SpecialChar \menuseparator
35442 Settings\SpecialChar \menuseparator
35443 Language
35444 \family default
35445 ) specifies what character appears when a keyboard key is pressed.
35446  When the key for the character '·' is pressed, internally the command 
35447 \series bold
35448
35449 \backslash
35450 textperiodcentered
35451 \series default
35452  is used.
35453  But this command is not available in a formula so that you would get LaTeX-erro
35454 rs.
35455  With the changed encoding the right command is chosen automatically, depending
35456  on if the character was inserted into a formula or not.
35457 \end_layout
35458
35459 \begin_layout Standard
35460 The encoding of several characters is saved in definition files.
35461  Fore example the encoding 
35462 \series bold
35463 latin9
35464 \series default
35465  is defined in the file 
35466 \series bold
35467 latin9.def
35468 \series default
35469  that is in the installation folder of LaTeX.
35470  Encodings should only be changed via the LaTeX-preamble and not in the
35471  definition files.
35472  Otherwise own documents could not be edited by other LyX users working
35473  on other computers.
35474 \end_layout
35475
35476 \begin_layout Standard
35477 \begin_inset VSpace medskip
35478 \end_inset
35479
35480 Besides the centered dot, in this document the degree sign ° is defined
35481  with the following LaTeX-preamble line so that it can directly be inserted
35482  to a formula:
35483 \end_layout
35484
35485 \begin_layout Standard
35486
35487 \series bold
35488
35489 \backslash
35490 DeclareInputtext{176}{
35491 \backslash
35492 ifmmode^
35493 \backslash
35494 circ
35495 \backslash
35496 else
35497 \backslash
35498 textdegree
35499 \backslash
35500 f\SpecialChar \textcompwordmark{}
35501 i}
35502 \end_layout
35503
35504 \begin_layout Standard
35505 \begin_inset Newpage newpage
35506 \end_inset
35507
35508
35509 \end_layout
35510
35511 \begin_layout Section
35512 \start_of_appendix
35513 Typographic Advice
35514 \begin_inset Index
35515 status collapsed
35516
35517 \begin_layout Plain Layout
35518 Typographic advice
35519 \end_layout
35520
35521 \end_inset
35522
35523
35524 \end_layout
35525
35526 \begin_layout Standard
35527 This section is a summary of the most important typographic rules, listed
35528  in ISO norms.
35529 \begin_inset Foot
35530 status collapsed
35531
35532 \begin_layout Plain Layout
35533 This collection was partly taken from the German semi-official dictionary
35534  called 
35535 \begin_inset Quotes eld
35536 \end_inset
35537
35538 Duden
35539 \begin_inset Quotes erd
35540 \end_inset
35541
35542  
35543 \begin_inset CommandInset citation
35544 LatexCommand cite
35545 key "Duden"
35546
35547 \end_inset
35548
35549  that lists some of the ISO rules.
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \end_layout
35556
35557 \begin_layout Itemize
35558 Physical units are 
35559 \emph on
35560 always
35561 \emph default
35562  set upright
35563 \begin_inset Foot
35564 status collapsed
35565
35566 \begin_layout Plain Layout
35567 done with font styles, see 
35568 \begin_inset CommandInset ref
35569 LatexCommand ref
35570 reference "sub:Font-Styles"
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \end_inset
35578
35579 : 30
35580 \begin_inset space \thinspace{}
35581 \end_inset
35582
35583 km/h
35584 \begin_inset Newline newline
35585 \end_inset
35586
35587 Between the value and the unit is the smallest space, see 
35588 \begin_inset CommandInset ref
35589 LatexCommand ref
35590 reference "sub:Predefined-Space"
35591
35592 \end_inset
35593
35594 .
35595 \begin_inset Newline newline
35596 \end_inset
35597
35598 This convention is automatically fulfilled when the command 
35599 \series bold
35600
35601 \backslash
35602 unittwo
35603 \series default
35604  is used.
35605  When it is entered to a formula, two boxes appear.
35606  In the first one the value is inserted, in the second one the unit, and
35607  one gets as above: 
35608 \begin_inset Formula $\unit[30]{km/h}$
35609 \end_inset
35610
35611
35612 \begin_inset space \thinspace{}
35613 \end_inset
35614
35615 .
35616  Note that 
35617 \series bold
35618
35619 \backslash
35620 unittwo
35621 \series default
35622  is not a real LaTeX command but the command 
35623 \series bold
35624
35625 \backslash
35626 unit[value]{unit}
35627 \series default
35628 , therefore you cannot use it in TeX code.
35629 \end_layout
35630
35631 \begin_layout Itemize
35632 Percent and perthousand signs are set like physical units:
35633 \begin_inset Newline newline
35634 \end_inset
35635
35636 1,2
35637 \begin_inset space \thinspace{}
35638 \end_inset
35639
35640 ‰ alcohol in blood
35641 \end_layout
35642
35643 \begin_layout Itemize
35644 The degree sign follows directly on the value: 15°, but not when it is used
35645  in units: 15
35646 \begin_inset space \thinspace{}
35647 \end_inset
35648
35649 °C
35650 \end_layout
35651
35652 \begin_layout Itemize
35653 In numbers with more than four digits the smallest space is inserted before
35654  every third digit to group them: 
35655 \family roman
35656 \series medium
35657 \shape up
35658 \size normal
35659 \emph off
35660 \bar no
35661 \noun off
35662 \color none
35663 18
35664 \begin_inset space \thinspace{}
35665 \end_inset
35666
35667 473
35668 \begin_inset space \thinspace{}
35669 \end_inset
35670
35671 588
35672 \end_layout
35673
35674 \begin_layout Itemize
35675 For dimensions like 120×90×40
35676 \begin_inset space \thinspace{}
35677 \end_inset
35678
35679 cm the multiplication sign 
35680 \begin_inset Quotes eld
35681 \end_inset
35682
35683 ×
35684 \begin_inset Quotes erd
35685 \end_inset
35686
35687  is used.
35688  It is available via the menu 
35689 \family sans
35690 Insert\SpecialChar \menuseparator
35691 Special Character\SpecialChar \menuseparator
35692 Symbols
35693 \family default
35694 .
35695  With some keyboard definitions it can also be inserted directly.
35696 \end_layout
35697
35698 \begin_layout Itemize
35699 Functions with names consisting of several letters are set upright to avoid
35700  confusions, see 
35701 \begin_inset CommandInset ref
35702 LatexCommand ref
35703 reference "sub:Predefined-Functions"
35704
35705 \end_inset
35706
35707 .
35708 \end_layout
35709
35710 \begin_layout Itemize
35711 Indices consisting of several letters, are set upright: 
35712 \begin_inset Formula $E_{\mathrm{kin}}$
35713 \end_inset
35714
35715
35716 \begin_inset Newline newline
35717 \end_inset
35718
35719 Components of matrices are set italic: 
35720 \begin_inset Formula $\hat{H}_{kl}$
35721 \end_inset
35722
35723
35724 \end_layout
35725
35726 \begin_layout Itemize
35727 The differentiation/integration operator 'd', the Euler's number 'e', and
35728  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35729  other variables.
35730 \end_layout
35731
35732 \begin_layout Standard
35733 \begin_inset Newpage newpage
35734 \end_inset
35735
35736
35737 \end_layout
35738
35739 \begin_layout Section
35740 Synonyms
35741 \begin_inset Index
35742 status collapsed
35743
35744 \begin_layout Plain Layout
35745 Synonyms
35746 \end_layout
35747
35748 \end_inset
35749
35750
35751 \end_layout
35752
35753 \begin_layout Standard
35754 Some characters and symbols can be created with several commands.
35755  Here is a list of the synonym commands:
35756 \end_layout
35757
35758 \begin_layout Standard
35759 \begin_inset VSpace bigskip
35760 \end_inset
35761
35762
35763 \begin_inset space \hfill{}
35764 \end_inset
35765
35766
35767 \begin_inset Tabular
35768 <lyxtabular version="3" rows="12" columns="2">
35769 <features>
35770 <column alignment="center" valignment="top" width="0pt">
35771 <column alignment="center" valignment="top" width="0pt">
35772 <row>
35773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35774 \begin_inset Text
35775
35776 \begin_layout Plain Layout
35777 Command
35778 \end_layout
35779
35780 \end_inset
35781 </cell>
35782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35783 \begin_inset Text
35784
35785 \begin_layout Plain Layout
35786 equivalent to
35787 \begin_inset Note Note
35788 status collapsed
35789
35790 \begin_layout Plain Layout
35791
35792 \series bold
35793
35794 \backslash
35795 raisebox
35796 \series default
35797  is only used as spacer.
35798 \end_layout
35799
35800 \end_inset
35801
35802
35803 \end_layout
35804
35805 \end_inset
35806 </cell>
35807 </row>
35808 <row>
35809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35810 \begin_inset Text
35811
35812 \begin_layout Plain Layout
35813
35814 \backslash
35815 ast
35816 \end_layout
35817
35818 \end_inset
35819 </cell>
35820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35821 \begin_inset Text
35822
35823 \begin_layout Plain Layout
35824 \begin_inset ERT
35825 status collapsed
35826
35827 \begin_layout Plain Layout
35828
35829
35830 \backslash
35831 raisebox{-1.2mm}{
35832 \end_layout
35833
35834 \end_inset
35835
35836 *
35837 \begin_inset ERT
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841
35842 }
35843 \end_layout
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \end_inset
35851 </cell>
35852 </row>
35853 <row>
35854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35855 \begin_inset Text
35856
35857 \begin_layout Plain Layout
35858
35859 \backslash
35860 choose
35861 \end_layout
35862
35863 \end_inset
35864 </cell>
35865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35866 \begin_inset Text
35867
35868 \begin_layout Plain Layout
35869
35870 \backslash
35871 binom
35872 \end_layout
35873
35874 \end_inset
35875 </cell>
35876 </row>
35877 <row>
35878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35879 \begin_inset Text
35880
35881 \begin_layout Plain Layout
35882
35883 \backslash
35884 geq
35885 \end_layout
35886
35887 \end_inset
35888 </cell>
35889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35890 \begin_inset Text
35891
35892 \begin_layout Plain Layout
35893
35894 \backslash
35895 ge
35896 \end_layout
35897
35898 \end_inset
35899 </cell>
35900 </row>
35901 <row>
35902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35903 \begin_inset Text
35904
35905 \begin_layout Plain Layout
35906
35907 \backslash
35908 lbrace
35909 \end_layout
35910
35911 \end_inset
35912 </cell>
35913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35914 \begin_inset Text
35915
35916 \begin_layout Plain Layout
35917 {
35918 \end_layout
35919
35920 \end_inset
35921 </cell>
35922 </row>
35923 <row>
35924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35925 \begin_inset Text
35926
35927 \begin_layout Plain Layout
35928
35929 \backslash
35930 lbracket
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35936 \begin_inset Text
35937
35938 \begin_layout Plain Layout
35939 [
35940 \end_layout
35941
35942 \end_inset
35943 </cell>
35944 </row>
35945 <row>
35946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35947 \begin_inset Text
35948
35949 \begin_layout Plain Layout
35950
35951 \backslash
35952 leftarrow
35953 \end_layout
35954
35955 \end_inset
35956 </cell>
35957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35958 \begin_inset Text
35959
35960 \begin_layout Plain Layout
35961
35962 \backslash
35963 gets
35964 \end_layout
35965
35966 \end_inset
35967 </cell>
35968 </row>
35969 <row>
35970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35971 \begin_inset Text
35972
35973 \begin_layout Plain Layout
35974
35975 \backslash
35976 leq
35977 \end_layout
35978
35979 \end_inset
35980 </cell>
35981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35982 \begin_inset Text
35983
35984 \begin_layout Plain Layout
35985
35986 \backslash
35987 le
35988 \end_layout
35989
35990 \end_inset
35991 </cell>
35992 </row>
35993 <row>
35994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35995 \begin_inset Text
35996
35997 \begin_layout Plain Layout
35998
35999 \backslash
36000 lor
36001 \end_layout
36002
36003 \end_inset
36004 </cell>
36005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36006 \begin_inset Text
36007
36008 \begin_layout Plain Layout
36009
36010 \backslash
36011 vee
36012 \end_layout
36013
36014 \end_inset
36015 </cell>
36016 </row>
36017 <row>
36018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36019 \begin_inset Text
36020
36021 \begin_layout Plain Layout
36022
36023 \backslash
36024 neq
36025 \end_layout
36026
36027 \end_inset
36028 </cell>
36029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36030 \begin_inset Text
36031
36032 \begin_layout Plain Layout
36033
36034 \backslash
36035 not=
36036 \end_layout
36037
36038 \end_inset
36039 </cell>
36040 </row>
36041 <row>
36042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36043 \begin_inset Text
36044
36045 \begin_layout Plain Layout
36046
36047 \backslash
36048 slash
36049 \end_layout
36050
36051 \end_inset
36052 </cell>
36053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36054 \begin_inset Text
36055
36056 \begin_layout Plain Layout
36057 /
36058 \end_layout
36059
36060 \end_inset
36061 </cell>
36062 </row>
36063 <row>
36064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36065 \begin_inset Text
36066
36067 \begin_layout Plain Layout
36068
36069 \backslash
36070 vert
36071 \end_layout
36072
36073 \end_inset
36074 </cell>
36075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36076 \begin_inset Text
36077
36078 \begin_layout Plain Layout
36079 |
36080 \end_layout
36081
36082 \end_inset
36083 </cell>
36084 </row>
36085 </lyxtabular>
36086
36087 \end_inset
36088
36089
36090 \begin_inset space \hfill{}
36091 \end_inset
36092
36093
36094 \begin_inset Tabular
36095 <lyxtabular version="3" rows="12" columns="2">
36096 <features>
36097 <column alignment="center" valignment="top" width="0pt">
36098 <column alignment="center" valignment="top" width="0pt">
36099 <row>
36100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36101 \begin_inset Text
36102
36103 \begin_layout Plain Layout
36104 Command
36105 \end_layout
36106
36107 \end_inset
36108 </cell>
36109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36110 \begin_inset Text
36111
36112 \begin_layout Plain Layout
36113 equivalent to
36114 \end_layout
36115
36116 \end_inset
36117 </cell>
36118 </row>
36119 <row>
36120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36121 \begin_inset Text
36122
36123 \begin_layout Plain Layout
36124
36125 \backslash
36126 backslash
36127 \end_layout
36128
36129 \end_inset
36130 </cell>
36131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36132 \begin_inset Text
36133
36134 \begin_layout Plain Layout
36135
36136 \backslash
36137
36138 \backslash
36139
36140 \end_layout
36141
36142 \end_inset
36143 </cell>
36144 </row>
36145 <row>
36146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36147 \begin_inset Text
36148
36149 \begin_layout Plain Layout
36150
36151 \backslash
36152 dasharrow
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Plain Layout
36161
36162 \backslash
36163 dashrightarrow
36164 \end_layout
36165
36166 \end_inset
36167 </cell>
36168 </row>
36169 <row>
36170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36171 \begin_inset Text
36172
36173 \begin_layout Plain Layout
36174
36175 \backslash
36176 land
36177 \end_layout
36178
36179 \end_inset
36180 </cell>
36181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36182 \begin_inset Text
36183
36184 \begin_layout Plain Layout
36185
36186 \backslash
36187 wedge
36188 \end_layout
36189
36190 \end_inset
36191 </cell>
36192 </row>
36193 <row>
36194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36195 \begin_inset Text
36196
36197 \begin_layout Plain Layout
36198
36199 \backslash
36200 rbrace
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36206 \begin_inset Text
36207
36208 \begin_layout Plain Layout
36209 }
36210 \end_layout
36211
36212 \end_inset
36213 </cell>
36214 </row>
36215 <row>
36216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Plain Layout
36220
36221 \backslash
36222 rbracket
36223 \end_layout
36224
36225 \end_inset
36226 </cell>
36227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36228 \begin_inset Text
36229
36230 \begin_layout Plain Layout
36231 ]
36232 \end_layout
36233
36234 \end_inset
36235 </cell>
36236 </row>
36237 <row>
36238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36239 \begin_inset Text
36240
36241 \begin_layout Plain Layout
36242
36243 \backslash
36244 rightarrow
36245 \end_layout
36246
36247 \end_inset
36248 </cell>
36249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36250 \begin_inset Text
36251
36252 \begin_layout Plain Layout
36253
36254 \backslash
36255 to
36256 \end_layout
36257
36258 \end_inset
36259 </cell>
36260 </row>
36261 <row>
36262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36263 \begin_inset Text
36264
36265 \begin_layout Plain Layout
36266
36267 \backslash
36268 lnot
36269 \end_layout
36270
36271 \end_inset
36272 </cell>
36273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36274 \begin_inset Text
36275
36276 \begin_layout Plain Layout
36277
36278 \backslash
36279 neg
36280 \end_layout
36281
36282 \end_inset
36283 </cell>
36284 </row>
36285 <row>
36286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36287 \begin_inset Text
36288
36289 \begin_layout Plain Layout
36290
36291 \backslash
36292 ne
36293 \end_layout
36294
36295 \end_inset
36296 </cell>
36297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36298 \begin_inset Text
36299
36300 \begin_layout Plain Layout
36301
36302 \backslash
36303 not=
36304 \end_layout
36305
36306 \end_inset
36307 </cell>
36308 </row>
36309 <row>
36310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36311 \begin_inset Text
36312
36313 \begin_layout Plain Layout
36314
36315 \backslash
36316 owns
36317 \end_layout
36318
36319 \end_inset
36320 </cell>
36321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36322 \begin_inset Text
36323
36324 \begin_layout Plain Layout
36325
36326 \backslash
36327 ni
36328 \end_layout
36329
36330 \end_inset
36331 </cell>
36332 </row>
36333 <row>
36334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36335 \begin_inset Text
36336
36337 \begin_layout Plain Layout
36338
36339 \backslash
36340 square
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349
36350 \backslash
36351 Box
36352 \end_layout
36353
36354 \end_inset
36355 </cell>
36356 </row>
36357 <row>
36358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36359 \begin_inset Text
36360
36361 \begin_layout Plain Layout
36362
36363 \backslash
36364 Vert
36365 \end_layout
36366
36367 \end_inset
36368 </cell>
36369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36370 \begin_inset Text
36371
36372 \begin_layout Plain Layout
36373
36374 \backslash
36375 |
36376 \end_layout
36377
36378 \end_inset
36379 </cell>
36380 </row>
36381 </lyxtabular>
36382
36383 \end_inset
36384
36385
36386 \begin_inset space \hfill{}
36387 \end_inset
36388
36389
36390 \end_layout
36391
36392 \begin_layout Standard
36393 \begin_inset Newpage newpage
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Bibliography
36400 \begin_inset CommandInset bibitem
36401 LatexCommand bibitem
36402 key "TLC2"
36403
36404 \end_inset
36405
36406
36407 \shape smallcaps
36408 Mittelbach, F.
36409  ; Goossens, M.
36410 \shape default
36411
36412 \shape italic
36413 The LaTeX Companion
36414 \shape default
36415 .
36416  Addison Wesley, 2004
36417 \end_layout
36418
36419 \begin_layout Bibliography
36420 \begin_inset CommandInset bibitem
36421 LatexCommand bibitem
36422 key "Mathmode"
36423
36424 \end_inset
36425
36426
36427 \begin_inset CommandInset href
36428 LatexCommand href
36429 name "Description"
36430 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36431
36432 \end_inset
36433
36434  of LaTeX's math abilities
36435 \end_layout
36436
36437 \begin_layout Bibliography
36438 \begin_inset CommandInset bibitem
36439 LatexCommand bibitem
36440 key "Voss"
36441
36442 \end_inset
36443
36444 LaTeX tips and tricks-
36445 \begin_inset CommandInset href
36446 LatexCommand href
36447 name "page"
36448 target "http://tug.org/TeXnik/"
36449
36450 \end_inset
36451
36452
36453 \end_layout
36454
36455 \begin_layout Bibliography
36456 \begin_inset CommandInset bibitem
36457 LatexCommand bibitem
36458 key "AMS"
36459
36460 \end_inset
36461
36462
36463 \begin_inset CommandInset href
36464 LatexCommand href
36465 name "Description"
36466 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36467
36468 \end_inset
36469
36470  of 
36471 \begin_inset ERT
36472 status collapsed
36473
36474 \begin_layout Plain Layout
36475
36476
36477 \backslash
36478 AmS
36479 \end_layout
36480
36481 \end_inset
36482
36483 -LaTeX
36484 \end_layout
36485
36486 \begin_layout Bibliography
36487 \begin_inset CommandInset bibitem
36488 LatexCommand bibitem
36489 key "Symbole"
36490
36491 \end_inset
36492
36493
36494 \begin_inset CommandInset href
36495 LatexCommand href
36496 name "List"
36497 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36498
36499 \end_inset
36500
36501  of all symbols available with LaTeX-packages
36502 \end_layout
36503
36504 \begin_layout Bibliography
36505 \begin_inset CommandInset bibitem
36506 LatexCommand bibitem
36507 key "hyperref"
36508
36509 \end_inset
36510
36511
36512 \begin_inset CommandInset href
36513 LatexCommand href
36514 name "Documentation"
36515 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36516
36517 \end_inset
36518
36519  of the LaTeX-package 
36520 \series bold
36521 hyperref
36522 \series default
36523
36524 \begin_inset Index
36525 status collapsed
36526
36527 \begin_layout Plain Layout
36528 Packages ! hyperref
36529 \end_layout
36530
36531 \end_inset
36532
36533
36534 \end_layout
36535
36536 \begin_layout Bibliography
36537 \begin_inset CommandInset bibitem
36538 LatexCommand bibitem
36539 key "Mathclap"
36540
36541 \end_inset
36542
36543
36544 \begin_inset CommandInset href
36545 LatexCommand href
36546 name "Description"
36547 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36548
36549 \end_inset
36550
36551  of the command 
36552 \series bold
36553
36554 \backslash
36555 mathclap
36556 \series default
36557 , described in 
36558 \begin_inset CommandInset ref
36559 LatexCommand ref
36560 reference "sub:Operator-Limits"
36561
36562 \end_inset
36563
36564
36565 \begin_inset Index
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569 Commands ! M ! 
36570 \backslash
36571 mathclap
36572 \end_layout
36573
36574 \end_inset
36575
36576
36577 \end_layout
36578
36579 \begin_layout Bibliography
36580 \begin_inset CommandInset bibitem
36581 LatexCommand bibitem
36582 key "Duden"
36583
36584 \end_inset
36585
36586
36587 \emph on
36588 Duden Band 1
36589 \emph default
36590 .
36591  22.
36592  Auflage, Duden 2001
36593 \end_layout
36594
36595 \begin_layout Subsubsection*
36596 \begin_inset CommandInset index_print
36597 LatexCommand printindex
36598
36599 \end_inset
36600
36601
36602 \end_layout
36603
36604 \end_body
36605 \end_document