]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Spanish Math.lyx: translation updates by Ignacio
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.5svn 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 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasenglish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % needed in sec. 22.4
132 % check for package braket
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % needed in sec. 22.10
140 % check for package upgreek
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146 \end_preamble
147 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
148 \use_default_options false
149 \language english
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159
160 \graphics default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "LyX's Math Manual"
165 \pdf_author "LyX Team, Uwe Stöhr"
166 \pdf_subject "LyX-documentation about math"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
178 \papersize a4paper
179 \use_geometry false
180 \use_amsmath 2
181 \use_esint 1
182 \cite_engine basic
183 \use_bibtopic false
184 \paperorientation portrait
185 \secnumdepth 4
186 \tocdepth 3
187 \paragraph_separation skip
188 \defskip medskip
189 \quotes_language english
190 \papercolumns 1
191 \papersides 2
192 \paperpagestyle plain
193 \bullet 1 0 6 -1
194 \bullet 2 2 35 -1
195 \bullet 3 2 7 -1
196 \tracking_changes false
197 \output_changes false
198 \author "" 
199 \author "" 
200 \end_header
201
202 \begin_body
203
204 \begin_layout Title
205 LyX's detailed Math manual
206 \end_layout
207
208 \begin_layout Author
209 by the LyX Team
210 \begin_inset Foot
211 status collapsed
212
213 \begin_layout Plain Layout
214 \noindent
215 If you have comments or error corrections, please send them to the LyX Documenta
216 tion mailing list: 
217 \family typewriter
218
219 \begin_inset CommandInset href
220 LatexCommand href
221 name "lyx-docs@lists.lyx.org"
222 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
223 type "mailto:"
224
225 \end_inset
226
227
228 \end_layout
229
230 \end_inset
231
232
233 \begin_inset Note Note
234 status collapsed
235
236 \begin_layout Plain Layout
237 author: Uwe Stöhr
238 \end_layout
239
240 \end_inset
241
242
243 \begin_inset Newline newline
244 \end_inset
245
246
247 \begin_inset Newline newline
248 \end_inset
249
250
251 \family sans
252 Version 1.6.x
253 \end_layout
254
255 \begin_layout Standard
256 \begin_inset CommandInset toc
257 LatexCommand tableofcontents
258
259 \end_inset
260
261
262 \end_layout
263
264 \begin_layout Standard
265 \begin_inset Note Note
266 status open
267
268 \begin_layout Plain Layout
269 To export this document to PDF, PS, or DVI the LaTeX-packages 
270 \series bold
271 eurosym,
272 \series default
273  
274 \series bold
275 multirow,
276 \series default
277  and 
278 \series bold
279 was
280 \series default
281  must be installed.
282  If they are not installed you can export the document anyway but the sections
283  where the packages are required won't appear in the output.
284 \end_layout
285
286 \begin_layout Plain Layout
287 The latest PDF-version of this document can be found here:
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \series bold
293 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
294 \end_layout
295
296 \end_inset
297
298
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset Newpage newpage
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Section
309 Introduction
310 \end_layout
311
312 \begin_layout Standard
313 This document explains LyX's math features and is furthermore a collection
314  of LaTeX-commands used for mathematical characters and constructs.
315  The explanations are designed for the usage of commands.
316  It is therefore required that you have read the section 
317 \family typewriter
318 Mathematical
319 \begin_inset space ~
320 \end_inset
321
322 Formulas
323 \family default
324  of the User's Guide.
325 \end_layout
326
327 \begin_layout Standard
328 Most of the characters and many constructs explained in this manual are
329  also accessible via the menu 
330 \family sans
331 Insert
332 \series bold
333 \SpecialChar \menuseparator
334
335 \series default
336 Math
337 \family default
338 , or the 
339 \family sans
340 math
341 \family default
342 \series bold
343  
344 \family sans
345 \series default
346 toolbar
347 \family default
348 .
349  But everybody who has to write lots of formulas will notice that it is
350  much faster to use commands instead of the math toolbar.
351  Therefore this manual is focused on commands but also mentions the correspondin
352 g toolbar buttons when available.
353 \end_layout
354
355 \begin_layout Standard
356 If not specially mentioned the commands are only available within formulas.
357  To be able to use all commands explained in this document, the option 
358 \family sans
359 Use AMS math package
360 \family default
361  must be used in the document settings (menu 
362 \family sans
363 Document\SpecialChar \menuseparator
364 Settings\SpecialChar \menuseparator
365 Math
366 \begin_inset space ~
367 \end_inset
368
369 Options
370 \family default
371 ).
372 \begin_inset Foot
373 status collapsed
374
375 \begin_layout Plain Layout
376 The option 
377 \family sans
378 Use AMS math package automatically
379 \family default
380  only uses 
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386
387 \backslash
388 AmS 
389 \end_layout
390
391 \end_inset
392
393 -math when math constructs are found that are supported by LyX.
394 \end_layout
395
396 \end_inset
397
398
399 \end_layout
400
401 \begin_layout Standard
402 This document doesn't list all 
403 \begin_inset ERT
404 status collapsed
405
406 \begin_layout Plain Layout
407
408
409 \backslash
410 AmS 
411 \end_layout
412
413 \end_inset
414
415 -math commands
416 \begin_inset Foot
417 status collapsed
418
419 \begin_layout Plain Layout
420 A list with all 
421 \begin_inset ERT
422 status collapsed
423
424 \begin_layout Plain Layout
425
426
427 \backslash
428 AmS
429 \end_layout
430
431 \end_inset
432
433 -math commands is in the file 
434 \family sans
435
436 \begin_inset CommandInset href
437 LatexCommand href
438 name "amsguide.ps"
439 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
440
441 \end_inset
442
443
444 \family default
445 , which is part of every LaTeX standard installation.
446 \end_layout
447
448 \end_inset
449
450  for lucidity reasons.
451 \end_layout
452
453 \begin_layout Section
454 General Instructions
455 \end_layout
456
457 \begin_layout Standard
458 To create an inline formula
459 \begin_inset Index
460 status collapsed
461
462 \begin_layout Plain Layout
463 Formula ! inline
464 \end_layout
465
466 \end_inset
467
468  that is embedded into a text line, use one of the shortcuts 
469 \begin_inset Info
470 type  "shortcuts"
471 arg   "math-mode"
472 \end_inset
473
474  or the toolbar button 
475 \begin_inset Graphics
476         filename ../images/math-mode.png
477         scale 85
478
479 \end_inset
480
481
482 \begin_inset Newline newline
483 \end_inset
484
485 To create a display style formula
486 \begin_inset Index
487 status collapsed
488
489 \begin_layout Plain Layout
490 Formula ! display style
491 \end_layout
492
493 \end_inset
494
495  that will appear bigger and in an own paragraph, use one of these shortcuts:
496  
497 \begin_inset Info
498 type  "shortcuts"
499 arg   "math-display"
500 \end_inset
501
502 .
503 \end_layout
504
505 \begin_layout Standard
506 To change a display style formula to an inline formula, set the cursor into
507  the formula and use one of the shortcuts 
508 \begin_inset Info
509 type  "shortcuts"
510 arg   "math-mode"
511 \end_inset
512
513  or the menu 
514 \family sans
515 Edit\SpecialChar \menuseparator
516 Math\SpecialChar \menuseparator
517 Change formula type
518 \family default
519 .
520  The same way is used to change an inline formula to a display style formula.
521 \end_layout
522
523 \begin_layout Standard
524 To display parts of an inline formula in the size of a display style formula,
525  enter the command 
526 \series bold
527
528 \backslash
529 displaystyle
530 \begin_inset Index
531 status collapsed
532
533 \begin_layout Plain Layout
534 Commands ! D ! 
535 \backslash
536 displaystyle
537 \end_layout
538
539 \end_inset
540
541
542 \series default
543  to a formula.
544  Then a new blue box appears in which the desired formula part is inserted.
545 \end_layout
546
547 \begin_layout Standard
548 Only inline formulas are allowed inside tables.
549 \end_layout
550
551 \begin_layout Standard
552 The 
553 \family sans
554 math toolbar
555 \family default
556  can be turned on in the menu 
557 \family sans
558 View\SpecialChar \menuseparator
559 Toolbars
560 \family default
561 .
562  When you click there on 
563 \begin_inset Quotes eld
564 \end_inset
565
566 Math
567 \begin_inset Quotes erd
568 \end_inset
569
570  the toolbar will be shown permanently at the bottom; this state is visualized
571  in the 
572 \family sans
573 Toolbars
574 \family default
575  menu with a checkmark.
576  When you click in this state again on 
577 \begin_inset Quotes eld
578 \end_inset
579
580 Math
581 \begin_inset Quotes erd
582 \end_inset
583
584  in the 
585 \family sans
586 Toolbars
587 \family default
588  menu, the 
589 \family sans
590 math toolbar
591 \family default
592  is only shown when the cursor is within a formula; this state is visualized
593  by the renaming of the menu entry from 
594 \begin_inset Quotes eld
595 \end_inset
596
597 Math
598 \begin_inset Quotes erd
599 \end_inset
600
601  to 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset space ~
607 \end_inset
608
609 (auto)
610 \begin_inset Quotes erd
611 \end_inset
612
613 .
614 \end_layout
615
616 \begin_layout Standard
617 The TeX-mode
618 \begin_inset Index
619 status collapsed
620
621 \begin_layout Plain Layout
622 T@TeX-mode
623 \end_layout
624
625 \end_inset
626
627  is invoked by pressing the toolbar button 
628 \begin_inset Graphics
629         filename ../images/ert-insert.png
630         scale 85
631
632 \end_inset
633
634  or by using the menu 
635 \family sans
636 Insert\SpecialChar \menuseparator
637 Te
638 \begin_inset ERT
639 status collapsed
640
641 \begin_layout Plain Layout
642
643 {}
644 \end_layout
645
646 \end_inset
647
648 X Code
649 \family default
650  (shortcut 
651 \begin_inset Info
652 type  "shortcut"
653 arg   "ert-insert"
654 \end_inset
655
656 ).
657 \begin_inset Note Note
658 status collapsed
659
660 \begin_layout Plain Layout
661 In LyX there are three 
662 \begin_inset Quotes eld
663 \end_inset
664
665 proper names
666 \begin_inset Quotes erd
667 \end_inset
668
669  that appear in the output with sub- and superscript letters: TeX, LaTeX,
670  and LyX
671 \end_layout
672
673 \begin_layout Plain Layout
674 To avoid that these names are recognized as proper names, a TeX-brace pair
675  is inserted.
676 \end_layout
677
678 \end_inset
679
680
681 \end_layout
682
683 \begin_layout Standard
684 To change the LaTeX-preamble
685 \begin_inset Index
686 status collapsed
687
688 \begin_layout Plain Layout
689 L@LaTeX-preamble
690 \end_layout
691
692 \end_inset
693
694 , use the menu 
695 \family sans
696 Document\SpecialChar \menuseparator
697 Settings\SpecialChar \menuseparator
698 LaT
699 \begin_inset ERT
700 status collapsed
701
702 \begin_layout Plain Layout
703
704 {}
705 \end_layout
706
707 \end_inset
708
709 eX
710 \family default
711  
712 \family sans
713 Preamble
714 \family default
715 .
716 \end_layout
717
718 \begin_layout Standard
719 To edit matrices, case differentiations, and multiline formulas subsequently,
720  the menus 
721 \family sans
722 Edit\SpecialChar \menuseparator
723 Math
724 \family default
725  and 
726 \family sans
727 Edit\SpecialChar \menuseparator
728 Rows
729 \begin_inset space \thinspace{}
730 \end_inset
731
732 &
733 \begin_inset space \thinspace{}
734 \end_inset
735
736 Columns,
737 \family default
738  or the 
739 \family sans
740 table toolbar
741 \family default
742  can be used.
743  When lines and columns are swapped via the menu, the column or line where
744  the cursor is in is exchanged with the column to the right or the line
745  below, respectively.
746  Is the cursor in the last column or row, the exchange is done with the
747  column to the left or the line above.
748 \end_layout
749
750 \begin_layout Standard
751 To write text in formulas
752 \begin_inset Foot
753 status collapsed
754
755 \begin_layout Plain Layout
756 For multiline formulas the command 
757 \series bold
758
759 \backslash
760 intertext
761 \series default
762  is used, see 
763 \begin_inset CommandInset ref
764 LatexCommand ref
765 reference "sub:Text-in-multiline"
766
767 \end_inset
768
769 .
770 \end_layout
771
772 \end_inset
773
774  
775 \emph on
776 mathematical text
777 \emph default
778
779 \begin_inset Index
780 status collapsed
781
782 \begin_layout Plain Layout
783 Text ! in formulas
784 \end_layout
785
786 \end_inset
787
788
789 \begin_inset Index
790 status collapsed
791
792 \begin_layout Plain Layout
793 Mathematical text
794 \end_layout
795
796 \end_inset
797
798  is used.
799  This mode is invoked with the the shortcut 
800 \begin_inset Info
801 type  "shortcut"
802 arg   "font-default"
803 \end_inset
804
805  or by the insertion of the command 
806 \series bold
807
808 \backslash
809 text
810 \begin_inset Index
811 status collapsed
812
813 \begin_layout Plain Layout
814 Commands ! T ! 
815 \backslash
816 text
817 \end_layout
818
819 \end_inset
820
821
822 \series default
823 .
824  The text appears black in LyX and can therefore be distinguished from the
825  other formula parts that appear blue.
826  In the output mathematical text is set upright, in contrary to other formula
827  parts.
828 \end_layout
829
830 \begin_layout Subsection*
831 Command Scheme
832 \end_layout
833
834 \begin_layout Standard
835 Most of the LaTeX-commands for math constructs have the following scheme:
836 \end_layout
837
838 \begin_layout Standard
839
840 \series bold
841
842 \backslash
843 commandname[optional
844 \series default
845  
846 \series bold
847 argument]{required
848 \series default
849  
850 \series bold
851 argument}
852 \end_layout
853
854 \begin_layout Standard
855 A command starts always with a backslash 
856 \begin_inset Quotes gld
857 \end_inset
858
859
860 \series bold
861
862 \backslash
863
864 \series default
865
866 \begin_inset Quotes grd
867 \end_inset
868
869 .
870  To omit optional arguments, also omit the associated brackets.
871  The braces around the required arguments are named in this document as
872  TeX-braces
873 \begin_inset Index
874 status collapsed
875
876 \begin_layout Plain Layout
877 T@TeX-braces
878 \end_layout
879
880 \end_inset
881
882 .
883  If you add in a formula a left brace to a command name, LyX creates automatical
884 ly a TeX-brace.
885  In all other cases TeX-braces are created in formulas with the command
886  
887 \series bold
888
889 \backslash
890 {
891 \series default
892 .
893  TeX-braces appear red in LyX, in contrary to normal braces that appear
894  blue.
895  In TeX-mode no command is needed to get TeX-braces.
896  TeX-braces don't appear in the output.
897 \end_layout
898
899 \begin_layout Standard
900 When commands without arguments, like commands for symbols are entered in
901  TeX-mode, a space character must 
902 \emph on
903 always
904 \emph default
905  be behind the command to end it.
906  This space doesn't appear in the output.
907  When the space should appear in the output, the space must be followed
908  by a protected space in normal text.
909 \end_layout
910
911 \begin_layout Standard
912 A protected space is inserted with 
913 \begin_inset Info
914 type  "shortcut"
915 arg   "space-insert protected"
916 \end_inset
917
918 .
919 \end_layout
920
921 \begin_layout Subsection*
922 \begin_inset Newpage newpage
923 \end_inset
924
925 Syntax Explanation
926 \end_layout
927
928 \begin_layout Itemize
929 The symbol
930 \begin_inset Foot
931 status collapsed
932
933 \begin_layout Plain Layout
934 This visible space character can be created with the command 
935 \series bold
936
937 \backslash
938 textvisiblespace
939 \series default
940
941 \begin_inset Index
942 status collapsed
943
944 \begin_layout Plain Layout
945 Commands ! T ! 
946 \backslash
947 textvisiblespace
948 \end_layout
949
950 \end_inset
951
952 , inserted in TeX-mode.
953 \end_layout
954
955 \end_inset
956
957  
958 \begin_inset ERT
959 status collapsed
960
961 \begin_layout Plain Layout
962
963
964 \backslash
965 spce 
966 \end_layout
967
968 \end_inset
969
970
971 \begin_inset space ~
972 \end_inset
973
974 denotes a space character to be input.
975 \end_layout
976
977 \begin_layout Itemize
978 An arrow like 
979 \begin_inset Formula $\to$
980 \end_inset
981
982  denotes the usage of the corresponding arrow key on the keyboard.
983 \end_layout
984
985 \begin_layout Subsection*
986 Available units
987 \end_layout
988
989 \begin_layout Standard
990 \align center
991 \begin_inset Float table
992 placement H
993 wide false
994 sideways false
995 status open
996
997 \begin_layout Plain Layout
998 \align center
999 \begin_inset Caption
1000
1001 \begin_layout Plain Layout
1002 \begin_inset CommandInset label
1003 LatexCommand label
1004 name "tab:Available-units"
1005
1006 \end_inset
1007
1008 Available units
1009 \end_layout
1010
1011 \end_inset
1012
1013
1014 \end_layout
1015
1016 \begin_layout Plain Layout
1017 \align center
1018 \begin_inset Tabular
1019 <lyxtabular version="3" rows="13" columns="2">
1020 <features>
1021 <column alignment="center" valignment="top" width="0">
1022 <column alignment="center" valignment="top" width="0">
1023 <row>
1024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1025 \begin_inset Text
1026
1027 \begin_layout Plain Layout
1028 Unit
1029 \end_layout
1030
1031 \end_inset
1032 </cell>
1033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 Name / Description
1038 \end_layout
1039
1040 \end_inset
1041 </cell>
1042 </row>
1043 <row>
1044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1045 \begin_inset Text
1046
1047 \begin_layout Plain Layout
1048 mm
1049 \end_layout
1050
1051 \end_inset
1052 </cell>
1053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 Millimeter
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 </row>
1063 <row>
1064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1065 \begin_inset Text
1066
1067 \begin_layout Plain Layout
1068 cm
1069 \end_layout
1070
1071 \end_inset
1072 </cell>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 Centimeter
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 </row>
1083 <row>
1084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Plain Layout
1088 in
1089 \end_layout
1090
1091 \end_inset
1092 </cell>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 Inch (1
1098 \begin_inset space \thinspace{}
1099 \end_inset
1100
1101 in = 2,54
1102 \begin_inset space \thinspace{}
1103 \end_inset
1104
1105 cm)
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 </row>
1111 <row>
1112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1113 \begin_inset Text
1114
1115 \begin_layout Plain Layout
1116 pt
1117 \end_layout
1118
1119 \end_inset
1120 </cell>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 Point (72.27
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 pt = 1
1130 \begin_inset space \thinspace{}
1131 \end_inset
1132
1133 in)
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 </row>
1139 <row>
1140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 pc
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 Pica (1
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 pc = 12
1158 \begin_inset space \thinspace{}
1159 \end_inset
1160
1161 pt)
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 </row>
1167 <row>
1168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1169 \begin_inset Text
1170
1171 \begin_layout Plain Layout
1172 sp
1173 \end_layout
1174
1175 \end_inset
1176 </cell>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 scaled point (65536
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 sp = 1
1186 \begin_inset space \thinspace{}
1187 \end_inset
1188
1189 pt)
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 </row>
1195 <row>
1196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1197 \begin_inset Text
1198
1199 \begin_layout Plain Layout
1200 bp
1201 \end_layout
1202
1203 \end_inset
1204 </cell>
1205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 big point (72
1210 \begin_inset space \thinspace{}
1211 \end_inset
1212
1213 bp = 1
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 in)
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 </row>
1223 <row>
1224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1225 \begin_inset Text
1226
1227 \begin_layout Plain Layout
1228 dd
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 Didot (1
1238 \begin_inset space \thinspace{}
1239 \end_inset
1240
1241 dd 
1242 \begin_inset Formula $\approx$
1243 \end_inset
1244
1245  0.376
1246 \begin_inset space \thinspace{}
1247 \end_inset
1248
1249 mm)
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 </row>
1255 <row>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 cc
1261 \end_layout
1262
1263 \end_inset
1264 </cell>
1265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 Cicero (1
1270 \begin_inset space \thinspace{}
1271 \end_inset
1272
1273 cc = 12
1274 \begin_inset space \thinspace{}
1275 \end_inset
1276
1277 dd)
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 </row>
1283 <row>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 ex
1289 \end_layout
1290
1291 \end_inset
1292 </cell>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 Height of letter 
1298 \emph on
1299
1300 \begin_inset Quotes eld
1301 \end_inset
1302
1303 x
1304 \emph default
1305
1306 \begin_inset Quotes erd
1307 \end_inset
1308
1309  in the current font
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 </row>
1315 <row>
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 em
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 width of letter 
1330 \begin_inset Quotes eld
1331 \end_inset
1332
1333
1334 \emph on
1335 M
1336 \emph default
1337
1338 \begin_inset Quotes erd
1339 \end_inset
1340
1341  in the current font
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 </row>
1347 <row>
1348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 mu
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1358 \begin_inset Text
1359
1360 \begin_layout Plain Layout
1361 math unit (1
1362 \begin_inset space \thinspace{}
1363 \end_inset
1364
1365 mu = 
1366 \begin_inset Formula $\nicefrac{1}{18}$
1367 \end_inset
1368
1369
1370 \begin_inset space \thinspace{}
1371 \end_inset
1372
1373 em)
1374 \end_layout
1375
1376 \end_inset
1377 </cell>
1378 </row>
1379 </lyxtabular>
1380
1381 \end_inset
1382
1383
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \begin_layout Standard
1392 \begin_inset Newpage newpage
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \begin_layout Section
1399 Basic Functions
1400 \end_layout
1401
1402 \begin_layout Subsection
1403 Exponents
1404 \begin_inset Index
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408 Exponents
1409 \end_layout
1410
1411 \end_inset
1412
1413  and Indices
1414 \begin_inset Index
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 Indices
1419 \end_layout
1420
1421 \end_inset
1422
1423
1424 \begin_inset Index
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 Superscripts|see
1429 \begin_inset ERT
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433
1434 {
1435 \end_layout
1436
1437 \end_inset
1438
1439 Exponents
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 }
1446 \end_layout
1447
1448 \end_inset
1449
1450
1451 \end_layout
1452
1453 \end_inset
1454
1455
1456 \begin_inset Index
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460 Subscripts|see
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 {
1467 \end_layout
1468
1469 \end_inset
1470
1471 Indices
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 }
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \end_layout
1489
1490 \begin_layout Standard
1491 Indices are created with an underscore 
1492 \begin_inset Quotes eld
1493 \end_inset
1494
1495 _
1496 \begin_inset Quotes erd
1497 \end_inset
1498
1499  or via the math toolbar button 
1500 \begin_inset Graphics
1501         filename ../images/math-subscript.png
1502         scale 85
1503
1504 \end_inset
1505
1506  , exponents with a caret 
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 ^
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  or via the math toolbar button 
1515 \begin_inset Graphics
1516         filename ../images/math-superscript.png
1517         scale 85
1518
1519 \end_inset
1520
1521 .
1522 \end_layout
1523
1524 \begin_layout Standard
1525 \align center
1526 \begin_inset Tabular
1527 <lyxtabular version="3" rows="4" columns="2">
1528 <features>
1529 <column alignment="center" valignment="top" width="0pt">
1530 <column alignment="center" valignment="top" width="0pt">
1531 <row>
1532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536 command
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 Result
1546 \begin_inset Note Note
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550
1551 \series bold
1552
1553 \backslash
1554 raisebox
1555 \series default
1556  is only used as spacer.
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 </row>
1567 <row>
1568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572 B_V
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 \begin_inset Formula $B_{V}$
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595 B^V
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 B^
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624
1625 \backslash
1626 spce 
1627 \end_layout
1628
1629 \end_inset
1630
1631 A
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1637 \begin_inset Text
1638
1639 \begin_layout Plain Layout
1640 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 </row>
1649 </lyxtabular>
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \begin_layout Standard
1657 As the caret is in some languages an accent, vowels will be accentuated
1658  in this case and not set as exponents
1659 \begin_inset Foot
1660 status collapsed
1661
1662 \begin_layout Plain Layout
1663 Depending on the used keyboard settings this can also happen for other character
1664 s than vowels.
1665 \end_layout
1666
1667 \end_inset
1668
1669 .
1670  To get in this case exponents, press 
1671 \family sans
1672 Space
1673 \family default
1674  after the caret as in the last example.
1675 \end_layout
1676
1677 \begin_layout Subsection
1678 Fractions
1679 \begin_inset CommandInset label
1680 LatexCommand label
1681 name "sub:Fractions"
1682
1683 \end_inset
1684
1685
1686 \begin_inset Index
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690 Fractions
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \begin_layout Standard
1699 Fractions are generated with the command 
1700 \series bold
1701
1702 \backslash
1703 frac
1704 \series default
1705
1706 \begin_inset Index
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Commands ! F ! 
1711 \backslash
1712 frac
1713 \end_layout
1714
1715 \end_inset
1716
1717  or via the math toolbar button 
1718 \begin_inset Graphics
1719         filename ../images/math/frac.png
1720         scale 50
1721
1722 \end_inset
1723
1724 .
1725  The font size is adjusted automatically, depending on whether the fraction
1726  is in an inline or display style formula.
1727  With the math toolbar button 
1728 \begin_inset Graphics
1729         filename ../images/math/frac-square.png
1730         scale 85
1731
1732 \end_inset
1733
1734  you can select different fraction types.
1735 \end_layout
1736
1737 \begin_layout Standard
1738 With the command 
1739 \series bold
1740
1741 \backslash
1742 dfrac
1743 \begin_inset Index
1744 status collapsed
1745
1746 \begin_layout Plain Layout
1747 Commands ! D ! 
1748 \backslash
1749 dfrac
1750 \end_layout
1751
1752 \end_inset
1753
1754
1755 \series default
1756  a fraction can be created that has in any case the size of a display style
1757  formula.
1758  With 
1759 \series bold
1760
1761 \backslash
1762 tfrac
1763 \begin_inset Index
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767 Commands ! T ! 
1768 \backslash
1769 tfrac
1770 \end_layout
1771
1772 \end_inset
1773
1774
1775 \series default
1776  the fraction appears always with the size of an inline formula.
1777  An example:
1778 \end_layout
1779
1780 \begin_layout Standard
1781 A line with the fraction 
1782 \begin_inset Formula $\frac{1}{2}$
1783 \end_inset
1784
1785  that was created with the command 
1786 \series bold
1787
1788 \backslash
1789 frac
1790 \series default
1791 .
1792 \end_layout
1793
1794 \begin_layout Standard
1795 A line with the fraction 
1796 \begin_inset Formula $\dfrac{1}{2}$
1797 \end_inset
1798
1799  that was created with the command 
1800 \series bold
1801
1802 \backslash
1803 dfrac
1804 \series default
1805 .
1806 \end_layout
1807
1808 \begin_layout Standard
1809 \align center
1810 \begin_inset Tabular
1811 <lyxtabular version="3" rows="4" columns="2">
1812 <features>
1813 <column alignment="center" valignment="top" width="0pt">
1814 <column alignment="center" valignment="top" width="0pt">
1815 <row>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820 Command
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 Result
1830 \begin_inset Note Note
1831 status collapsed
1832
1833 \begin_layout Plain Layout
1834
1835 \series bold
1836
1837 \backslash
1838 raisebox
1839 \series default
1840  is only used as spacer.
1841 \end_layout
1842
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \backslash
1858 frac
1859 \begin_inset ERT
1860 status collapsed
1861
1862 \begin_layout Plain Layout
1863
1864
1865 \backslash
1866 spce 
1867 \end_layout
1868
1869 \end_inset
1870
1871 A
1872 \begin_inset Formula $\downarrow$
1873 \end_inset
1874
1875 B
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 </row>
1893 <row>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \backslash
1900 dfrac
1901 \begin_inset ERT
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905
1906
1907 \backslash
1908 spce 
1909 \end_layout
1910
1911 \end_inset
1912
1913 A
1914 \begin_inset Formula $\downarrow$
1915 \end_inset
1916
1917 B
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \backslash
1942 dfrac
1943 \begin_inset ERT
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947
1948
1949 \backslash
1950 spce 
1951 \end_layout
1952
1953 \end_inset
1954
1955 e^
1956 \begin_inset ERT
1957 status collapsed
1958
1959 \begin_layout Plain Layout
1960
1961
1962 \backslash
1963 spce 
1964 \end_layout
1965
1966 \end_inset
1967
1968
1969 \backslash
1970 frac
1971 \begin_inset ERT
1972 status collapsed
1973
1974 \begin_layout Plain Layout
1975
1976
1977 \backslash
1978 spce 
1979 \end_layout
1980
1981 \end_inset
1982
1983 1
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 2
1988 \begin_inset Formula $\downarrow\downarrow$
1989 \end_inset
1990
1991 3
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 </row>
2009 </lyxtabular>
2010
2011 \end_inset
2012
2013
2014 \end_layout
2015
2016 \begin_layout Standard
2017 \begin_inset VSpace bigskip
2018 \end_inset
2019
2020
2021 \begin_inset Newpage newpage
2022 \end_inset
2023
2024 For nested fractions the command 
2025 \series bold
2026
2027 \backslash
2028 cfrac
2029 \series default
2030
2031 \begin_inset Index
2032 status collapsed
2033
2034 \begin_layout Plain Layout
2035 Commands ! C ! 
2036 \backslash
2037 cfrac
2038 \end_layout
2039
2040 \end_inset
2041
2042  can be used.
2043  Here an example:
2044 \begin_inset VSpace -3mm
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 \begin_inset Formula \begin{align*}
2052 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2053 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2054
2055 \end_inset
2056
2057
2058 \end_layout
2059
2060 \begin_layout Standard
2061 The command for the example above is:
2062 \end_layout
2063
2064 \begin_layout Standard
2065
2066 \series bold
2067
2068 \backslash
2069 cfrac
2070 \begin_inset ERT
2071 status collapsed
2072
2073 \begin_layout Plain Layout
2074
2075
2076 \backslash
2077 spce 
2078 \end_layout
2079
2080 \end_inset
2081
2082 A
2083 \begin_inset Formula $\downarrow$
2084 \end_inset
2085
2086 B+
2087 \backslash
2088 cfrac
2089 \begin_inset ERT
2090 status collapsed
2091
2092 \begin_layout Plain Layout
2093
2094
2095 \backslash
2096 spce 
2097 \end_layout
2098
2099 \end_inset
2100
2101 C+
2102 \backslash
2103 cfrac
2104 \begin_inset ERT
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108
2109
2110 \backslash
2111 spce 
2112 \end_layout
2113
2114 \end_inset
2115
2116 E
2117 \begin_inset Formula $\downarrow$
2118 \end_inset
2119
2120 F
2121 \begin_inset Formula $\downarrow$
2122 \end_inset
2123
2124 D
2125 \end_layout
2126
2127 \begin_layout Standard
2128 \begin_inset VSpace medskip
2129 \end_inset
2130
2131
2132 \end_layout
2133
2134 \begin_layout Standard
2135
2136 \series bold
2137
2138 \backslash
2139 cfrac
2140 \series default
2141  sets the fraction always in the size of a displayed formula, also when
2142  it is part of another fraction.
2143 \end_layout
2144
2145 \begin_layout Standard
2146 It is possible to specify the alignment of the numerator.
2147  The command 
2148 \series bold
2149
2150 \backslash
2151 cfracleft
2152 \series default
2153  is used to left align it, the command 
2154 \series bold
2155
2156 \backslash
2157 cfracright
2158 \series default
2159  to right-align it.
2160  
2161 \series bold
2162
2163 \backslash
2164 cfrac
2165 \series default
2166  centers the numerator.
2167  These fractions demonstrate the different alignments:
2168 \end_layout
2169
2170 \begin_layout Standard
2171 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2172 \end_inset
2173
2174
2175 \begin_inset Formula $\cfrac{A}{B+C}$
2176 \end_inset
2177
2178
2179 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2180 \end_inset
2181
2182
2183 \end_layout
2184
2185 \begin_layout Standard
2186 \begin_inset Note Greyedout
2187 status open
2188
2189 \begin_layout Plain Layout
2190
2191 \series bold
2192 Note:
2193 \series default
2194  
2195 \series bold
2196
2197 \backslash
2198 cfracleft
2199 \series default
2200  and 
2201 \series bold
2202
2203 \backslash
2204 cfracright
2205 \series default
2206  are no real LaTeX commands but represent the command 
2207 \series bold
2208
2209 \backslash
2210 cfrac[alignment]{numerator}{denominator}
2211 \series default
2212  .
2213  Therefore you cannot use them in TeX code.
2214 \end_layout
2215
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 \begin_inset VSpace medskip
2223 \end_inset
2224
2225 It is often advantageous to combine 
2226 \series bold
2227
2228 \backslash
2229 cfrac
2230 \series default
2231  and 
2232 \series bold
2233
2234 \backslash
2235 frac
2236 \series default
2237 :
2238 \begin_inset Formula \[
2239 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Standard
2247 For inline fractions with a sloped fraction stroke you can use the command
2248  
2249 \series bold
2250
2251 \backslash
2252 nicefrac
2253 \series default
2254
2255 \begin_inset Index
2256 status collapsed
2257
2258 \begin_layout Plain Layout
2259 Commands ! N ! 
2260 \backslash
2261 nicefrac
2262 \end_layout
2263
2264 \end_inset
2265
2266
2267 \begin_inset Formula $\nicefrac{5}{31}$
2268 \end_inset
2269
2270  or 
2271 \series bold
2272
2273 \backslash
2274 unitfrac
2275 \series default
2276
2277 \begin_inset Index
2278 status collapsed
2279
2280 \begin_layout Plain Layout
2281 Commands ! U ! 
2282 \backslash
2283 unitfrac
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \begin_inset Formula $\unitfrac{5}{31}$
2290 \end_inset
2291
2292  There is furthermore the command 
2293 \series bold
2294
2295 \backslash
2296 unitfracthree
2297 \series default
2298  that offers to write a fraction in combination with a number: 
2299 \begin_inset Formula $\unitfrac[2]{1}{3}$
2300 \end_inset
2301
2302
2303 \end_layout
2304
2305 \begin_layout Standard
2306 \begin_inset Note Greyedout
2307 status open
2308
2309 \begin_layout Plain Layout
2310
2311 \series bold
2312 Note:
2313 \series default
2314  
2315 \series bold
2316
2317 \backslash
2318 unitfracthree
2319 \series default
2320  is not a real LaTeX command but the command
2321 \begin_inset Newline newline
2322 \end_inset
2323
2324
2325 \series bold
2326
2327 \backslash
2328 unitfrac[number]{numerator}{denominator}
2329 \series default
2330  .
2331  Therefore you cannot use it in TeX code.
2332 \end_layout
2333
2334 \end_inset
2335
2336
2337 \end_layout
2338
2339 \begin_layout Standard
2340 How to define own fractions where the fraction stroke can be changed, is
2341  explained in 
2342 \begin_inset CommandInset ref
2343 LatexCommand ref
2344 reference "sub:Self-defined-Fractions"
2345
2346 \end_inset
2347
2348 .
2349 \end_layout
2350
2351 \begin_layout Subsection
2352 Roots
2353 \begin_inset Index
2354 status collapsed
2355
2356 \begin_layout Plain Layout
2357 Roots
2358 \end_layout
2359
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \begin_layout Standard
2366 Square roots are created with 
2367 \series bold
2368
2369 \backslash
2370 sqrt
2371 \series default
2372
2373 \begin_inset Index
2374 status collapsed
2375
2376 \begin_layout Plain Layout
2377 Commands ! S ! 
2378 \backslash
2379 sqrt
2380 \end_layout
2381
2382 \end_inset
2383
2384  or the math toolbar button 
2385 \begin_inset Graphics
2386         filename ../images/math/sqrt.png
2387         scale 85
2388
2389 \end_inset
2390
2391 , all other roots with the command 
2392 \series bold
2393
2394 \backslash
2395 root
2396 \series default
2397
2398 \begin_inset Index
2399 status collapsed
2400
2401 \begin_layout Plain Layout
2402 Commands ! R ! 
2403 \backslash
2404 root
2405 \end_layout
2406
2407 \end_inset
2408
2409  or with the math toolbar button 
2410 \begin_inset Graphics
2411         filename ../images/math/root.png
2412         scale 85
2413
2414 \end_inset
2415
2416 .
2417 \end_layout
2418
2419 \begin_layout Standard
2420 \align center
2421 \begin_inset Tabular
2422 <lyxtabular version="3" rows="3" columns="2">
2423 <features>
2424 <column alignment="center" valignment="top" width="0pt">
2425 <column alignment="center" valignment="top" width="0pt">
2426 <row>
2427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 Command
2432 \end_layout
2433
2434 \end_inset
2435 </cell>
2436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2437 \begin_inset Text
2438
2439 \begin_layout Plain Layout
2440 Result
2441 \begin_inset Note Note
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445
2446 \series bold
2447
2448 \backslash
2449 raisebox
2450 \series default
2451  is only used as spacer.
2452 \end_layout
2453
2454 \end_inset
2455
2456
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 </row>
2462 <row>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \backslash
2469 sqrt
2470 \begin_inset ERT
2471 status collapsed
2472
2473 \begin_layout Plain Layout
2474
2475
2476 \backslash
2477 spce 
2478 \end_layout
2479
2480 \end_inset
2481
2482 A-B
2483 \end_layout
2484
2485 \end_inset
2486 </cell>
2487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2488 \begin_inset Text
2489
2490 \begin_layout Plain Layout
2491 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 </row>
2500 <row>
2501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Plain Layout
2505
2506 \backslash
2507 root
2508 \begin_inset ERT
2509 status collapsed
2510
2511 \begin_layout Plain Layout
2512
2513
2514 \backslash
2515 spce 
2516 \end_layout
2517
2518 \end_inset
2519
2520 3
2521 \begin_inset Formula $\downarrow$
2522 \end_inset
2523
2524 A-B
2525 \end_layout
2526
2527 \end_inset
2528 </cell>
2529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2530 \begin_inset Text
2531
2532 \begin_layout Plain Layout
2533 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2534 \end_inset
2535
2536
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 </row>
2542 </lyxtabular>
2543
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Standard
2550 A square root can also be created with 
2551 \series bold
2552
2553 \backslash
2554 root
2555 \series default
2556  when the root index field is left empty.
2557 \end_layout
2558
2559 \begin_layout Standard
2560 With certain indices the distance to the root is too small, like in this
2561  formula: 
2562 \begin_inset Formula $\sqrt[\beta]{B}$
2563 \end_inset
2564
2565
2566 \begin_inset Newline newline
2567 \end_inset
2568
2569 The 
2570 \begin_inset Formula $\beta$
2571 \end_inset
2572
2573  touches the root.
2574  To avoid this, the commands 
2575 \series bold
2576
2577 \backslash
2578 leftroot
2579 \series default
2580
2581 \begin_inset Index
2582 status collapsed
2583
2584 \begin_layout Plain Layout
2585 Commands ! L ! 
2586 \backslash
2587 leftroot
2588 \end_layout
2589
2590 \end_inset
2591
2592  and 
2593 \series bold
2594
2595 \backslash
2596 uproot
2597 \series default
2598
2599 \begin_inset Index
2600 status collapsed
2601
2602 \begin_layout Plain Layout
2603 Commands ! U ! 
2604 \backslash
2605 uproot
2606 \end_layout
2607
2608 \end_inset
2609
2610  are used with the following scheme:
2611 \end_layout
2612
2613 \begin_layout Standard
2614
2615 \series bold
2616
2617 \backslash
2618 leftroot{distance}
2619 \series default
2620  and 
2621 \series bold
2622
2623 \backslash
2624 uproot{distance}
2625 \end_layout
2626
2627 \begin_layout Standard
2628 Distance is the number of Big Points (unit bp; 
2629 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2630 \end_inset
2631
2632 ), that the index should be moved to the left or top, resp..
2633  The commands are written to the index.
2634  This way the command
2635 \begin_inset Newline newline
2636 \end_inset
2637
2638
2639 \series bold
2640
2641 \backslash
2642 root
2643 \backslash
2644 leftroot{-1
2645 \begin_inset Formula $\to$
2646 \end_inset
2647
2648
2649 \backslash
2650 uproot{2
2651 \begin_inset Formula $\to$
2652 \end_inset
2653
2654
2655 \backslash
2656 beta
2657 \begin_inset ERT
2658 status collapsed
2659
2660 \begin_layout Plain Layout
2661
2662
2663 \backslash
2664 spce 
2665 \end_layout
2666
2667 \end_inset
2668
2669
2670 \begin_inset Formula $\to$
2671 \end_inset
2672
2673 B
2674 \begin_inset Newline newline
2675 \end_inset
2676
2677
2678 \series default
2679 produces a correct typeset formula: 
2680 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2681 \end_inset
2682
2683
2684 \end_layout
2685
2686 \begin_layout Subsection
2687 Binomial Coefficients
2688 \begin_inset Index
2689 status collapsed
2690
2691 \begin_layout Plain Layout
2692 Binomial coefficients
2693 \end_layout
2694
2695 \end_inset
2696
2697
2698 \end_layout
2699
2700 \begin_layout Standard
2701 Binomial coefficients are inserted with the command 
2702 \series bold
2703
2704 \backslash
2705 binom
2706 \series default
2707
2708 \begin_inset Index
2709 status collapsed
2710
2711 \begin_layout Plain Layout
2712 Commands ! B ! 
2713 \backslash
2714 binom
2715 \end_layout
2716
2717 \end_inset
2718
2719  or with the submenu of the math toolbar button 
2720 \begin_inset Graphics
2721         filename ../images/math/frac-square.png
2722         scale 85
2723
2724 \end_inset
2725
2726 .
2727  Analog to fractions (
2728 \series bold
2729
2730 \backslash
2731 frac
2732 \series default
2733 ) there are besides 
2734 \series bold
2735
2736 \backslash
2737 binom
2738 \series default
2739  the commands 
2740 \series bold
2741
2742 \backslash
2743 dbinom
2744 \begin_inset Index
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 Commands ! D ! 
2749 \backslash
2750 dbinom
2751 \end_layout
2752
2753 \end_inset
2754
2755
2756 \series default
2757  and 
2758 \series bold
2759
2760 \backslash
2761 tbinom
2762 \series default
2763
2764 \begin_inset Index
2765 status collapsed
2766
2767 \begin_layout Plain Layout
2768 Commands ! T ! 
2769 \backslash
2770 tbinom
2771 \end_layout
2772
2773 \end_inset
2774
2775 .
2776  For other brackets around binomial coeficients there are the commands 
2777 \series bold
2778
2779 \backslash
2780 brace
2781 \series default
2782
2783 \begin_inset Index
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 Commands ! B ! 
2788 \backslash
2789 brace
2790 \end_layout
2791
2792 \end_inset
2793
2794  and 
2795 \series bold
2796
2797 \backslash
2798 brack
2799 \series default
2800
2801 \begin_inset Index
2802 status collapsed
2803
2804 \begin_layout Plain Layout
2805 Commands ! B ! 
2806 \backslash
2807 brack
2808 \end_layout
2809
2810 \end_inset
2811
2812 .
2813 \end_layout
2814
2815 \begin_layout Standard
2816 \align center
2817 \begin_inset Tabular
2818 <lyxtabular version="3" rows="6" columns="2">
2819 <features>
2820 <column alignment="center" valignment="top" width="0pt">
2821 <column alignment="center" valignment="top" width="0pt">
2822 <row>
2823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827 Command
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836 Result
2837 \begin_inset Note Note
2838 status collapsed
2839
2840 \begin_layout Plain Layout
2841
2842 \series bold
2843
2844 \backslash
2845 raisebox
2846 \series default
2847  is only used as spacer.
2848 \end_layout
2849
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 </row>
2858 <row>
2859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863
2864 \backslash
2865 binom
2866 \begin_inset ERT
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870
2871
2872 \backslash
2873 spce 
2874 \end_layout
2875
2876 \end_inset
2877
2878 A
2879 \begin_inset Formula $\downarrow$
2880 \end_inset
2881
2882 B
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Plain Layout
2891 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 </row>
2900 <row>
2901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905
2906 \backslash
2907 dbinom
2908 \begin_inset ERT
2909 status collapsed
2910
2911 \begin_layout Plain Layout
2912
2913
2914 \backslash
2915 spce 
2916 \end_layout
2917
2918 \end_inset
2919
2920 A
2921 \begin_inset Formula $\downarrow$
2922 \end_inset
2923
2924 B
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Plain Layout
2933 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 <row>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \backslash
2949 tbinom
2950 \begin_inset ERT
2951 status collapsed
2952
2953 \begin_layout Plain Layout
2954
2955
2956 \backslash
2957 spce 
2958 \end_layout
2959
2960 \end_inset
2961
2962 A
2963 \begin_inset Formula $\downarrow$
2964 \end_inset
2965
2966 B
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 </row>
2984 <row>
2985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989
2990 \backslash
2991 brack
2992 \begin_inset ERT
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996
2997
2998 \backslash
2999 spce 
3000 \end_layout
3001
3002 \end_inset
3003
3004 A
3005 \begin_inset Formula $\downarrow$
3006 \end_inset
3007
3008 B
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3018 \end_inset
3019
3020
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 </row>
3026 <row>
3027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3028 \begin_inset Text
3029
3030 \begin_layout Plain Layout
3031
3032 \backslash
3033 brace
3034 \begin_inset ERT
3035 status collapsed
3036
3037 \begin_layout Plain Layout
3038
3039
3040 \backslash
3041 spce 
3042 \end_layout
3043
3044 \end_inset
3045
3046 A
3047 \begin_inset Formula $\downarrow$
3048 \end_inset
3049
3050 B
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3060 \end_inset
3061
3062
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 </row>
3068 </lyxtabular>
3069
3070 \end_inset
3071
3072
3073 \end_layout
3074
3075 \begin_layout Subsection
3076 Case Differentiations
3077 \begin_inset Index
3078 status collapsed
3079
3080 \begin_layout Plain Layout
3081 Case differentiations 
3082 \end_layout
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \begin_layout Standard
3090 \align center
3091 \begin_inset Tabular
3092 <lyxtabular version="3" rows="3" columns="2">
3093 <features>
3094 <column alignment="center" valignment="top" width="0pt">
3095 <column alignment="center" valignment="top" width="0pt">
3096 <row>
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 Command
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110 Result
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \backslash
3123 cases
3124 \begin_inset ERT
3125 status collapsed
3126
3127 \begin_layout Plain Layout
3128
3129
3130 \backslash
3131 spce 
3132 \end_layout
3133
3134 \end_inset
3135
3136 A
3137 \begin_inset Formula $\to$
3138 \end_inset
3139
3140 B>0
3141 \begin_inset Index
3142 status collapsed
3143
3144 \begin_layout Plain Layout
3145 Commands ! C ! 
3146 \backslash
3147 cases
3148 \end_layout
3149
3150 \end_inset
3151
3152
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161 \begin_inset Formula $\begin{cases}
3162 A & B>0\end{cases}$
3163 \end_inset
3164
3165
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row>
3172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \backslash
3178 cases
3179 \begin_inset ERT
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183
3184
3185 \backslash
3186 spce 
3187 \end_layout
3188
3189 \end_inset
3190
3191
3192 \begin_inset Info
3193 type  "shortcut"
3194 arg   "newline-insert newline"
3195 \end_inset
3196
3197
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 \begin_inset Formula $\begin{cases}
3207 A & \textrm{for }x>0\\
3208 B & \textrm{for }x=0\end{cases}$
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 </lyxtabular>
3218
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \begin_layout Standard
3225 After inserting 
3226 \series bold
3227
3228 \backslash
3229 cases
3230 \series default
3231  or the usage of the math toolbar button 
3232 \begin_inset Graphics
3233         filename ../images/math/cases.png
3234         scale 85
3235
3236 \end_inset
3237
3238  you can create new lines with the shortcut 
3239 \begin_inset Info
3240 type  "shortcut"
3241 arg   "newline-insert newline"
3242 \end_inset
3243
3244  or the table toolbar button 
3245 \begin_inset Graphics
3246         filename ../images/tabular-feature_append-row.png
3247         scale 85
3248
3249 \end_inset
3250
3251 .
3252 \end_layout
3253
3254 \begin_layout Standard
3255 The command 
3256 \series bold
3257
3258 \backslash
3259 cases
3260 \series default
3261  is also available via the menu 
3262 \family sans
3263 Insert\SpecialChar \menuseparator
3264 Math\SpecialChar \menuseparator
3265 Cases-Environment
3266 \family default
3267 .
3268 \end_layout
3269
3270 \begin_layout Subsection
3271 Negations
3272 \begin_inset Index
3273 status collapsed
3274
3275 \begin_layout Plain Layout
3276 Negations
3277 \end_layout
3278
3279 \end_inset
3280
3281
3282 \end_layout
3283
3284 \begin_layout Standard
3285 By inserting of 
3286 \series bold
3287
3288 \backslash
3289 not
3290 \series default
3291
3292 \begin_inset Index
3293 status collapsed
3294
3295 \begin_layout Plain Layout
3296 Commands ! N ! 
3297 \backslash
3298 not
3299 \end_layout
3300
3301 \end_inset
3302
3303  every character can be displayed canceled.
3304  The characters are quasi accentuated by a slash.
3305 \end_layout
3306
3307 \begin_layout Standard
3308 \align center
3309 \begin_inset Tabular
3310 <lyxtabular version="3" rows="4" columns="2">
3311 <features>
3312 <column alignment="center" valignment="top" width="0pt">
3313 <column alignment="center" valignment="top" width="0pt">
3314 <row>
3315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 Command
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 Result
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \backslash
3341 not=
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 \begin_inset Formula $\not=$
3351 \end_inset
3352
3353
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \backslash
3366 not 
3367 \backslash
3368 le
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 \begin_inset Formula $\not\le$
3378 \end_inset
3379
3380
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \backslash
3393 not 
3394 \backslash
3395 parallel
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 \begin_inset Formula $\not\parallel$
3405 \end_inset
3406
3407
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 </lyxtabular>
3414
3415 \end_inset
3416
3417
3418 \end_layout
3419
3420 \begin_layout Standard
3421 The last example shows, that not all negations look good.
3422  Therefore there are for some negations special commands (see 
3423 \begin_inset CommandInset ref
3424 LatexCommand ref
3425 reference "sub:Mathematical-Symbols"
3426
3427 \end_inset
3428
3429  and 
3430 \begin_inset CommandInset ref
3431 LatexCommand ref
3432 reference "sec:Relations"
3433
3434 \end_inset
3435
3436 ).
3437 \end_layout
3438
3439 \begin_layout Subsection
3440 Placeholders
3441 \begin_inset CommandInset label
3442 LatexCommand label
3443 name "sub:Placeholders"
3444
3445 \end_inset
3446
3447
3448 \begin_inset Index
3449 status collapsed
3450
3451 \begin_layout Plain Layout
3452 Placeholders
3453 \end_layout
3454
3455 \end_inset
3456
3457
3458 \begin_inset Index
3459 status collapsed
3460
3461 \begin_layout Plain Layout
3462 Chemical characters ! Isotopes
3463 \end_layout
3464
3465 \end_inset
3466
3467
3468 \begin_inset Index
3469 status collapsed
3470
3471 \begin_layout Plain Layout
3472 Isotopes|see
3473 \begin_inset ERT
3474 status collapsed
3475
3476 \begin_layout Plain Layout
3477
3478 {
3479 \end_layout
3480
3481 \end_inset
3482
3483 Chemical characters
3484 \begin_inset ERT
3485 status collapsed
3486
3487 \begin_layout Plain Layout
3488
3489 }
3490 \end_layout
3491
3492 \end_inset
3493
3494
3495 \end_layout
3496
3497 \end_inset
3498
3499
3500 \end_layout
3501
3502 \begin_layout Standard
3503 When displaying e.
3504 \begin_inset space \thinspace{}
3505 \end_inset
3506
3507 g.
3508 \begin_inset space \space{}
3509 \end_inset
3510
3511 isotopes
3512 \begin_inset Foot
3513 status collapsed
3514
3515 \begin_layout Plain Layout
3516 Typesetting isotopes and chemical symbols is described in 
3517 \begin_inset CommandInset ref
3518 LatexCommand ref
3519 reference "sub:Chemical-Symbols-and"
3520
3521 \end_inset
3522
3523 .
3524 \end_layout
3525
3526 \end_inset
3527
3528  the following problem occurs:
3529 \end_layout
3530
3531 \begin_layout Standard
3532 \align center
3533 \begin_inset Tabular
3534 <lyxtabular version="3" rows="2" columns="2">
3535 <features>
3536 <column alignment="center" valignment="top" width="0pt">
3537 <column alignment="center" valignment="top" width="0pt">
3538 <row>
3539 <cell alignment="center" valignment="top" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 Indices created with sub- and superscripts:
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3553 \end_inset
3554
3555
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 correct indices:
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3576 \end_inset
3577
3578
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 </lyxtabular>
3585
3586 \end_inset
3587
3588
3589 \begin_inset Note Note
3590 status collapsed
3591
3592 \begin_layout Plain Layout
3593
3594 \series bold
3595
3596 \backslash
3597 raisebox
3598 \series default
3599  is only used as spacer.
3600 \end_layout
3601
3602 \end_inset
3603
3604
3605 \end_layout
3606
3607 \begin_layout Standard
3608 The shorter index is by default placed below or above the first character
3609  of the longer index.
3610  To avoid this there is the command 
3611 \series bold
3612
3613 \backslash
3614 phantom
3615 \series default
3616
3617 \begin_inset Index
3618 status collapsed
3619
3620 \begin_layout Plain Layout
3621 Commands ! P ! 
3622 \backslash
3623 phantom
3624 \end_layout
3625
3626 \end_inset
3627
3628  or the math toolbar button
3629 \begin_inset space \thinspace{}
3630 \end_inset
3631
3632
3633 \begin_inset Foot
3634 status collapsed
3635
3636 \begin_layout Plain Layout
3637 can be found in the submenu of the toolbar button 
3638 \begin_inset Graphics
3639         filename ../images/math/space.png
3640         scale 85
3641
3642 \end_inset
3643
3644
3645 \end_layout
3646
3647 \end_inset
3648
3649  
3650 \begin_inset Graphics
3651         filename ../images/math/phantom.png
3652         scale 85
3653
3654 \end_inset
3655
3656  that creates one or more phantom characters.
3657  When inserting 
3658 \series bold
3659
3660 \backslash
3661 phantom
3662 \series default
3663  a small blue box appears that is superposed with two red arrows.
3664  The arrows indicate that the complete width and height of the box content
3665  will be created as placeholder.
3666  Phantom characters are accordingly placeholders with the size of the characters.
3667 \end_layout
3668
3669 \begin_layout Standard
3670 \align center
3671 \begin_inset Tabular
3672 <lyxtabular version="3" rows="4" columns="2">
3673 <features>
3674 <column alignment="center" valignment="top" width="0">
3675 <column alignment="center" valignment="top" width="0">
3676 <row>
3677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Command
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Result
3691 \begin_inset Note Note
3692 status collapsed
3693
3694 \begin_layout Plain Layout
3695
3696 \series bold
3697
3698 \backslash
3699 raisebox
3700 \series default
3701  is only used as spacer.
3702 \end_layout
3703
3704 \end_inset
3705
3706
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 </row>
3712 <row>
3713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 ^19
3718 \begin_inset ERT
3719 status collapsed
3720
3721 \begin_layout Plain Layout
3722
3723
3724 \backslash
3725 spce 
3726 \end_layout
3727
3728 \end_inset
3729
3730 _
3731 \backslash
3732 phantom
3733 \begin_inset ERT
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737
3738
3739 \backslash
3740 spce 
3741 \end_layout
3742
3743 \end_inset
3744
3745 1
3746 \begin_inset Formula $\to$
3747 \end_inset
3748
3749 9
3750 \begin_inset ERT
3751 status collapsed
3752
3753 \begin_layout Plain Layout
3754
3755
3756 \backslash
3757 spce 
3758 \end_layout
3759
3760 \end_inset
3761
3762 F
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3772 \end_inset
3773
3774
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 ^235
3786 \begin_inset ERT
3787 status collapsed
3788
3789 \begin_layout Plain Layout
3790
3791
3792 \backslash
3793 spce 
3794 \end_layout
3795
3796 \end_inset
3797
3798 _
3799 \backslash
3800 phantom
3801 \begin_inset ERT
3802 status collapsed
3803
3804 \begin_layout Plain Layout
3805
3806
3807 \backslash
3808 spce 
3809 \end_layout
3810
3811 \end_inset
3812
3813 23
3814 \begin_inset Formula $\to$
3815 \end_inset
3816
3817 9
3818 \begin_inset ERT
3819 status collapsed
3820
3821 \begin_layout Plain Layout
3822
3823
3824 \backslash
3825 spce 
3826 \end_layout
3827
3828 \end_inset
3829
3830 F
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3840 \end_inset
3841
3842
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \backslash
3855 Lambda^
3856 \begin_inset ERT
3857 status collapsed
3858
3859 \begin_layout Plain Layout
3860
3861
3862 \backslash
3863 spce 
3864 \end_layout
3865
3866 \end_inset
3867
3868
3869 \backslash
3870 phantom
3871 \begin_inset ERT
3872 status collapsed
3873
3874 \begin_layout Plain Layout
3875
3876
3877 \backslash
3878 spce 
3879 \end_layout
3880
3881 \end_inset
3882
3883 ii
3884 \begin_inset Formula $\to$
3885 \end_inset
3886
3887 t
3888 \begin_inset ERT
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892
3893
3894 \backslash
3895 spce 
3896 \end_layout
3897
3898 \end_inset
3899
3900 _MMt
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3910 \end_inset
3911
3912
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 </lyxtabular>
3919
3920 \end_inset
3921
3922
3923 \end_layout
3924
3925 \begin_layout Standard
3926 Furthermore there are the commands 
3927 \series bold
3928
3929 \backslash
3930 vphantom
3931 \series default
3932
3933 \begin_inset Index
3934 status collapsed
3935
3936 \begin_layout Plain Layout
3937 Commands ! V ! 
3938 \backslash
3939 vphantom
3940 \end_layout
3941
3942 \end_inset
3943
3944  (toolbar button 
3945 \begin_inset space ~
3946 \end_inset
3947
3948
3949 \begin_inset Graphics
3950         filename ../images/math/vphantom.png
3951         scale 85
3952
3953 \end_inset
3954
3955 ) and 
3956 \series bold
3957
3958 \backslash
3959 hphantom
3960 \series default
3961
3962 \begin_inset Index
3963 status collapsed
3964
3965 \begin_layout Plain Layout
3966 Commands ! H ! 
3967 \backslash
3968 hphantom
3969 \end_layout
3970
3971 \end_inset
3972
3973  (toolbar button 
3974 \begin_inset space ~
3975 \end_inset
3976
3977
3978 \begin_inset Graphics
3979         filename ../images/math/hphantom.png
3980         scale 85
3981
3982 \end_inset
3983
3984 ).
3985  
3986 \series bold
3987
3988 \backslash
3989 hphantom
3990 \series default
3991  creates only space for the maximal height of the characters in the box
3992  but not for its width.
3993  
3994 \series bold
3995
3996 \backslash
3997 vphantom
3998 \series default
3999  creates only space for the width of the box content.
4000  Therefore  the boxes of both commands have only one red arrow.
4001 \end_layout
4002
4003 \begin_layout Standard
4004 For example creates 
4005 \series bold
4006
4007 \backslash
4008 vphantom
4009 \series default
4010
4011 \begin_inset ERT
4012 status collapsed
4013
4014 \begin_layout Plain Layout
4015
4016
4017 \backslash
4018 spce 
4019 \end_layout
4020
4021 \end_inset
4022
4023
4024 \series bold
4025 a
4026 \backslash
4027 int
4028 \series default
4029  space for the height of the integral sign,
4030 \begin_inset Foot
4031 status collapsed
4032
4033 \begin_layout Plain Layout
4034 The command 
4035 \series bold
4036
4037 \backslash
4038 int
4039 \series default
4040  creates an integral sign, see 
4041 \begin_inset CommandInset ref
4042 LatexCommand ref
4043 reference "sub:Big-Operators"
4044
4045 \end_inset
4046
4047 .
4048 \end_layout
4049
4050 \end_inset
4051
4052  because this is the larger character.
4053  An example application is in 
4054 \begin_inset CommandInset ref
4055 LatexCommand ref
4056 reference "sub:Multiline-Brackets"
4057
4058 \end_inset
4059
4060 .
4061 \end_layout
4062
4063 \begin_layout Subsection
4064 Lines
4065 \begin_inset Index
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069 Lines
4070 \end_layout
4071
4072 \end_inset
4073
4074
4075 \begin_inset Index
4076 status collapsed
4077
4078 \begin_layout Plain Layout
4079 Formula ! underlined
4080 \end_layout
4081
4082 \end_inset
4083
4084
4085 \end_layout
4086
4087 \begin_layout Standard
4088 \align center
4089 \begin_inset Tabular
4090 <lyxtabular version="3" rows="4" columns="2">
4091 <features>
4092 <column alignment="center" valignment="top" width="0pt">
4093 <column alignment="center" valignment="top" width="0pt">
4094 <row>
4095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Command
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Result
4109 \begin_inset Note Note
4110 status collapsed
4111
4112 \begin_layout Plain Layout
4113
4114 \series bold
4115
4116 \backslash
4117 raisebox
4118 \series default
4119  is only used as spacer.
4120 \end_layout
4121
4122 \end_inset
4123
4124
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \backslash
4137 overline
4138 \begin_inset ERT
4139 status collapsed
4140
4141 \begin_layout Plain Layout
4142
4143
4144 \backslash
4145 spce 
4146 \end_layout
4147
4148 \end_inset
4149
4150 A+B
4151 \begin_inset Index
4152 status collapsed
4153
4154 \begin_layout Plain Layout
4155 Commands ! O ! 
4156 \backslash
4157 overline
4158 \end_layout
4159
4160 \end_inset
4161
4162
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4172 \end_inset
4173
4174
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
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 \begin_inset Index
4202 status collapsed
4203
4204 \begin_layout Plain Layout
4205 Commands ! U ! 
4206 \backslash
4207 underline
4208 \end_layout
4209
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4222 \end_inset
4223
4224
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \backslash
4237 overline
4238 \begin_inset ERT
4239 status collapsed
4240
4241 \begin_layout Plain Layout
4242
4243
4244 \backslash
4245 spce 
4246 \end_layout
4247
4248 \end_inset
4249
4250
4251 \backslash
4252 underline
4253 \begin_inset ERT
4254 status collapsed
4255
4256 \begin_layout Plain Layout
4257
4258
4259 \backslash
4260 spce 
4261 \end_layout
4262
4263 \end_inset
4264
4265 A+B
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4275 \end_inset
4276
4277
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 </lyxtabular>
4284
4285 \end_inset
4286
4287
4288 \end_layout
4289
4290 \begin_layout Standard
4291 In the last example it doesn't matter if first 
4292 \series bold
4293
4294 \backslash
4295 overline
4296 \series default
4297  or 
4298 \series bold
4299
4300 \backslash
4301 underline
4302 \series default
4303  is inserted.
4304 \end_layout
4305
4306 \begin_layout Standard
4307 To double underline e.
4308 \begin_inset space \thinspace{}
4309 \end_inset
4310
4311 g.
4312 \begin_inset space \space{}
4313 \end_inset
4314
4315 results, one uses 
4316 \series bold
4317
4318 \backslash
4319 underline
4320 \series default
4321  twice.
4322 \end_layout
4323
4324 \begin_layout Standard
4325 It is possible to place up to 6 lines above or below characters.
4326 \end_layout
4327
4328 \begin_layout Standard
4329 \begin_inset VSpace bigskip
4330 \end_inset
4331
4332 Custom lines can be created using the command 
4333 \series bold
4334
4335 \backslash
4336 rule
4337 \series default
4338
4339 \begin_inset Index
4340 status collapsed
4341
4342 \begin_layout Plain Layout
4343 Commands ! R ! 
4344 \backslash
4345 rule
4346 \end_layout
4347
4348 \end_inset
4349
4350  which has the following scheme:
4351 \end_layout
4352
4353 \begin_layout Standard
4354
4355 \series bold
4356
4357 \backslash
4358 rule[vertical offset]{length}{thickness}
4359 \end_layout
4360
4361 \begin_layout Standard
4362 The optional vertical offset shifts the line upwards (or downwards, when
4363  the value is negative).
4364  The units listed in 
4365 \begin_inset CommandInset ref
4366 LatexCommand ref
4367 reference "tab:Available-units"
4368
4369 \end_inset
4370
4371  can be used for the values.
4372  Here are two example lines created with the commands
4373 \begin_inset Newline newline
4374 \end_inset
4375
4376
4377 \series bold
4378
4379 \backslash
4380 rule[-2ex]{3cm}{2pt}
4381 \series default
4382  and 
4383 \series bold
4384
4385 \backslash
4386 rule{2cm}{1pt}
4387 \series default
4388 :
4389 \end_layout
4390
4391 \begin_layout Standard
4392 This is a sentence 
4393 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4394 \end_inset
4395
4396  with two lines.
4397 \end_layout
4398
4399 \begin_layout Standard
4400
4401 \series bold
4402
4403 \backslash
4404 rule
4405 \series default
4406  can also be used for text when it is inserted in TeX-mode.
4407 \end_layout
4408
4409 \begin_layout Subsection
4410 Ellipses
4411 \begin_inset CommandInset label
4412 LatexCommand label
4413 name "sub:Ellipses"
4414
4415 \end_inset
4416
4417
4418 \begin_inset Index
4419 status collapsed
4420
4421 \begin_layout Plain Layout
4422 Ellipses
4423 \end_layout
4424
4425 \end_inset
4426
4427
4428 \end_layout
4429
4430 \begin_layout Standard
4431 There are different types of ellipses available.
4432 \begin_inset Foot
4433 status collapsed
4434
4435 \begin_layout Plain Layout
4436 In the math toolbar in the submenu of the button 
4437 \begin_inset Graphics
4438         filename ../images/math/ldots.png
4439         scale 85
4440
4441 \end_inset
4442
4443
4444 \end_layout
4445
4446 \end_inset
4447
4448  For listings dots at the baseline are used (
4449 \series bold
4450
4451 \backslash
4452 ldots
4453 \series default
4454
4455 \begin_inset Index
4456 status collapsed
4457
4458 \begin_layout Plain Layout
4459 Commands ! L ! 
4460 \backslash
4461 ldots
4462 \end_layout
4463
4464 \end_inset
4465
4466 ), while for operations dots are needed that are on the same height as the
4467  operators (
4468 \series bold
4469
4470 \backslash
4471 cdots
4472 \series default
4473
4474 \begin_inset Index
4475 status collapsed
4476
4477 \begin_layout Plain Layout
4478 Commands ! C ! 
4479 \backslash
4480 cdots
4481 \end_layout
4482
4483 \end_inset
4484
4485 ).
4486  When using the command 
4487 \series bold
4488
4489 \backslash
4490 dots
4491 \series default
4492
4493 \begin_inset Index
4494 status collapsed
4495
4496 \begin_layout Plain Layout
4497 Commands ! D ! 
4498 \backslash
4499 dots
4500 \end_layout
4501
4502 \end_inset
4503
4504 , LaTeX decides on the basis of the next character what type is used.
4505 \end_layout
4506
4507 \begin_layout Standard
4508 \align center
4509 \begin_inset Tabular
4510 <lyxtabular version="3" rows="8" columns="2">
4511 <features>
4512 <column alignment="center" valignment="top" width="0pt">
4513 <column alignment="center" valignment="top" width="0pt">
4514 <row>
4515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 Command
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Result
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 </row>
4534 <row>
4535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 A_1
4540 \begin_inset ERT
4541 status collapsed
4542
4543 \begin_layout Plain Layout
4544
4545
4546 \backslash
4547 spce 
4548 \end_layout
4549
4550 \end_inset
4551
4552 ,
4553 \backslash
4554 dots
4555 \begin_inset ERT
4556 status collapsed
4557
4558 \begin_layout Plain Layout
4559
4560
4561 \backslash
4562 spce 
4563 \end_layout
4564
4565 \end_inset
4566
4567 ,A_n
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 \begin_inset Formula $A_{1},\dots,A_{n}$
4577 \end_inset
4578
4579
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 A_1
4591 \begin_inset ERT
4592 status collapsed
4593
4594 \begin_layout Plain Layout
4595
4596
4597 \backslash
4598 spce 
4599 \end_layout
4600
4601 \end_inset
4602
4603 +
4604 \backslash
4605 dots
4606 \begin_inset ERT
4607 status collapsed
4608
4609 \begin_layout Plain Layout
4610
4611
4612 \backslash
4613 spce 
4614 \end_layout
4615
4616 \end_inset
4617
4618 +A_n
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 \begin_inset Formula $A_{1}+\dots+A_{n}$
4628 \end_inset
4629
4630
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 A_1
4642 \begin_inset ERT
4643 status collapsed
4644
4645 \begin_layout Plain Layout
4646
4647
4648 \backslash
4649 spce 
4650 \end_layout
4651
4652 \end_inset
4653
4654 ,
4655 \backslash
4656 ldots
4657 \begin_inset ERT
4658 status collapsed
4659
4660 \begin_layout Plain Layout
4661
4662
4663 \backslash
4664 spce 
4665 \end_layout
4666
4667 \end_inset
4668
4669 ,A_n
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 \begin_inset Formula $A_{1},\ldots,A_{n}$
4679 \end_inset
4680
4681
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 </row>
4687 <row>
4688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 A_1
4693 \begin_inset ERT
4694 status collapsed
4695
4696 \begin_layout Plain Layout
4697
4698
4699 \backslash
4700 spce 
4701 \end_layout
4702
4703 \end_inset
4704
4705 +
4706 \backslash
4707 cdots
4708 \begin_inset ERT
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712
4713
4714 \backslash
4715 spce 
4716 \end_layout
4717
4718 \end_inset
4719
4720 +A_n
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4730 \end_inset
4731
4732
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \backslash
4745 vdots
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 \begin_inset Formula $\vdots$
4755 \end_inset
4756
4757
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row>
4764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768
4769 \backslash
4770 ddots
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 \begin_inset Formula $\ddots$
4780 \end_inset
4781
4782
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 3×3
4794 \begin_inset space \thinspace{}
4795 \end_inset
4796
4797 matrix with the different dots
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 \begin_inset Formula $\begin{array}{ccc}
4807 A_{11} & \cdots & A_{1m}\\
4808 \vdots & \ddots & \vdots\\
4809 A_{n1} & \cdots & A_{nm}\end{array}$
4810 \end_inset
4811
4812
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 </lyxtabular>
4819
4820 \end_inset
4821
4822
4823 \end_layout
4824
4825 \begin_layout Standard
4826 The ellipses available in menu 
4827 \family sans
4828 Insert\SpecialChar \menuseparator
4829 Special
4830 \begin_inset space ~
4831 \end_inset
4832
4833 Character
4834 \family default
4835  are 
4836 \series bold
4837
4838 \backslash
4839 ldots
4840 \series default
4841 .
4842 \end_layout
4843
4844 \begin_layout Standard
4845 \begin_inset VSpace medskip
4846 \end_inset
4847
4848 Specially for matrices there are ellipses that span over several columns.
4849  They are created with the command 
4850 \series bold
4851
4852 \backslash
4853 hdotsfor
4854 \series default
4855
4856 \begin_inset Index
4857 status collapsed
4858
4859 \begin_layout Plain Layout
4860 Commands ! H ! 
4861 \backslash
4862 hdotsfor
4863 \end_layout
4864
4865 \end_inset
4866
4867 , that has the following scheme:
4868 \end_layout
4869
4870 \begin_layout Standard
4871
4872 \series bold
4873
4874 \backslash
4875 hdotsfor[distance]{number of columns}
4876 \end_layout
4877
4878 \begin_layout Standard
4879 The number of columns specifies how many columns should be spanned.
4880  Distance is a factor for the distance between the dots.
4881 \end_layout
4882
4883 \begin_layout Standard
4884 In the following matrix the command 
4885 \series bold
4886
4887 \backslash
4888 hdotsfor[2]{4}
4889 \series default
4890  was inserted in the first box of the second line, to get an ellipsis with
4891  a dot distance twice as long as with the command 
4892 \series bold
4893
4894 \backslash
4895 dots
4896 \series default
4897 :
4898 \begin_inset Formula \[
4899 \left(\begin{array}{cccc}
4900 A & B & C & D\\
4901 \hdotsfor[2]{4}\\
4902 q & w & e & r\end{array}\right)\]
4903
4904 \end_inset
4905
4906 Note that the matrix fields that should be spanned must be empty, otherwise
4907  you get LaTeX-errors.
4908 \end_layout
4909
4910 \begin_layout Standard
4911 \begin_inset VSpace bigskip
4912 \end_inset
4913
4914 Furthermore you can fill with the command 
4915 \series bold
4916
4917 \backslash
4918 dotfill
4919 \series default
4920
4921 \begin_inset Index
4922 status collapsed
4923
4924 \begin_layout Plain Layout
4925 Commands ! D ! 
4926 \backslash
4927 dotfill
4928 \end_layout
4929
4930 \end_inset
4931
4932  the rest of a line with dots.
4933  The effect of these commands is the same like with 
4934 \series bold
4935
4936 \backslash
4937 hfill
4938 \series default
4939 , see 
4940 \begin_inset CommandInset ref
4941 LatexCommand ref
4942 reference "sub:Variable-Space"
4943
4944 \end_inset
4945
4946 .
4947 \end_layout
4948
4949 \begin_layout Standard
4950 For example the command 
4951 \series bold
4952 A
4953 \backslash
4954 dotfill
4955 \begin_inset ERT
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959
4960
4961 \backslash
4962 spce 
4963 \end_layout
4964
4965 \end_inset
4966
4967 B
4968 \series default
4969  produces
4970 \end_layout
4971
4972 \begin_layout Standard
4973 \begin_inset Formula $A\dotfill B$
4974 \end_inset
4975
4976
4977 \end_layout
4978
4979 \begin_layout Standard
4980 Analog to
4981 \series bold
4982  
4983 \backslash
4984 dotfill
4985 \series default
4986  there is for a line the command 
4987 \series bold
4988
4989 \backslash
4990 hrulefill
4991 \series default
4992
4993 \begin_inset Index
4994 status collapsed
4995
4996 \begin_layout Plain Layout
4997 Commands ! H ! 
4998 \backslash
4999 hrulefill
5000 \end_layout
5001
5002 \end_inset
5003
5004 :
5005 \end_layout
5006
5007 \begin_layout Standard
5008 \begin_inset Formula $A\hrulefill B$
5009 \end_inset
5010
5011
5012 \end_layout
5013
5014 \begin_layout Standard
5015 To use the commands for text, they have to be inserted in TeX-mode.
5016 \end_layout
5017
5018 \begin_layout Section
5019 Matrices
5020 \begin_inset CommandInset label
5021 LatexCommand label
5022 name "sec:Matrices"
5023
5024 \end_inset
5025
5026
5027 \begin_inset Index
5028 status collapsed
5029
5030 \begin_layout Plain Layout
5031 Matrices
5032 \end_layout
5033
5034 \end_inset
5035
5036
5037 \end_layout
5038
5039 \begin_layout Standard
5040 Matrices can be inserted via the math toolbar button 
5041 \begin_inset Graphics
5042         filename ../images/dialog-show_mathmatrix.png
5043         scale 85
5044
5045 \end_inset
5046
5047  or the menu 
5048 \family sans
5049 Insert\SpecialChar \menuseparator
5050 Math\SpecialChar \menuseparator
5051 Matrix
5052 \family default
5053 .
5054  You will be asked for the number of matrix columns and rows, and the alignment.
5055  The vertical alignment is hereby only of importance for matrices in inline
5056  formulas:
5057 \end_layout
5058
5059 \begin_layout Standard
5060 The first matrix is top 
5061 \begin_inset Formula $\begin{array}[t]{cccc}
5062 A & D & G & J\\
5063 B & E & H & K\\
5064 C & F & I & L\end{array}$
5065 \end_inset
5066
5067 , the second middle 
5068 \begin_inset Formula $\begin{array}{cccc}
5069 A & D & G & J\\
5070 B & E & H & K\\
5071 C & F & I & L\end{array}$
5072 \end_inset
5073
5074 , and the third bottom 
5075 \begin_inset Formula $\begin{array}[b]{cccc}
5076 A & D & G & J\\
5077 B & E & H & K\\
5078 C & F & I & L\end{array}$
5079 \end_inset
5080
5081  aligned.
5082 \end_layout
5083
5084 \begin_layout Standard
5085 The horizontal alignment specifies how the column entries should be aligned.
5086  It is set by entering a letter for every column.
5087  
5088 \emph on
5089 l
5090 \emph default
5091  denotes left aligned, 
5092 \emph on
5093 c
5094 \emph default
5095  centered, and 
5096 \emph on
5097 r
5098 \emph default
5099  right aligned.
5100  To create for example a 4
5101 \series bold
5102 ×
5103 \series default
5104 4
5105 \begin_inset space ~
5106 \end_inset
5107
5108 matrix where the first column is left aligned, the second and third are
5109  centered, and the last one is right aligned, one enters for the horizontal
5110  alignment 
5111 \series bold
5112 lccr
5113 \series default
5114 .
5115  Normally are in a matrix all columns centered, therefore the default is
5116  for every column is a 
5117 \series bold
5118 c
5119 \series default
5120 .
5121 \end_layout
5122
5123 \begin_layout Standard
5124 Horizontal alignment:
5125 \end_layout
5126
5127 \begin_layout Standard
5128
5129 \series bold
5130 lll
5131 \series default
5132  : 
5133 \begin_inset Formula $\begin{array}{lll}
5134 10000 & D & G\\
5135 B & 10000 & H\\
5136 C & F & 10000\end{array}$
5137 \end_inset
5138
5139  , 
5140 \series bold
5141 ccc
5142 \series default
5143  : 
5144 \begin_inset Formula $\begin{array}{ccc}
5145 10000 & D & G\\
5146 B & 10000 & H\\
5147 C & F & 10000\end{array}$
5148 \end_inset
5149
5150  , 
5151 \series bold
5152 rrr
5153 \series default
5154  : 
5155 \begin_inset Formula $\begin{array}{rrr}
5156 10000 & D & G\\
5157 B & 10000 & H\\
5158 C & F & 10000\end{array}$
5159 \end_inset
5160
5161
5162 \end_layout
5163
5164 \begin_layout Standard
5165 To add or delete rows and columns subsequently, the math toolbar buttons
5166  
5167 \begin_inset Graphics
5168         filename ../images/tabular-feature_append-row.png
5169         scale 85
5170
5171 \end_inset
5172
5173
5174 \begin_inset Graphics
5175         filename ../images/tabular-feature_delete-row.png
5176         scale 85
5177
5178 \end_inset
5179
5180 , etc.
5181 \begin_inset space \thinspace{}
5182 \end_inset
5183
5184 , or the menu 
5185 \family sans
5186 Edit\SpecialChar \menuseparator
5187 Rows & Columns
5188 \family default
5189  can be used.
5190  New rows can also be created with 
5191 \begin_inset Info
5192 type  "shortcut"
5193 arg   "newline-insert newline"
5194 \end_inset
5195
5196 .
5197 \end_layout
5198
5199 \begin_layout Standard
5200 \begin_inset VSpace bigskip
5201 \end_inset
5202
5203 Parentheses around a matrix can can either be created with the commands
5204  
5205 \series bold
5206
5207 \backslash
5208 left
5209 \series default
5210
5211 \begin_inset Index
5212 status collapsed
5213
5214 \begin_layout Plain Layout
5215 Commands ! L ! 
5216 \backslash
5217 left
5218 \end_layout
5219
5220 \end_inset
5221
5222  and 
5223 \series bold
5224
5225 \backslash
5226 right
5227 \series default
5228
5229 \begin_inset Index
5230 status collapsed
5231
5232 \begin_layout Plain Layout
5233 Commands ! R ! 
5234 \backslash
5235 right
5236 \end_layout
5237
5238 \end_inset
5239
5240  (shortcut 
5241 \family sans
5242 Alt+M
5243 \begin_inset space ~
5244 \end_inset
5245
5246 Parenthesis
5247 \family default
5248 ), see 
5249 \begin_inset CommandInset ref
5250 LatexCommand ref
5251 reference "sub:Automatic-Bracket-Size"
5252
5253 \end_inset
5254
5255 , or by using the following commands:
5256 \begin_inset VSpace medskip
5257 \end_inset
5258
5259
5260 \end_layout
5261
5262 \begin_layout Standard
5263 \begin_inset space \hfill{}
5264 \end_inset
5265
5266
5267 \begin_inset Tabular
5268 <lyxtabular version="3" rows="4" columns="2">
5269 <features>
5270 <column alignment="center" valignment="top" width="0">
5271 <column alignment="center" valignment="top" width="0">
5272 <row>
5273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 Command
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 Result
5287 \begin_inset Note Note
5288 status collapsed
5289
5290 \begin_layout Plain Layout
5291
5292 \series bold
5293
5294 \backslash
5295 raisebox
5296 \series default
5297  is only used as spacer.
5298 \end_layout
5299
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \backslash
5315 bmatrix
5316 \begin_inset ERT
5317 status collapsed
5318
5319 \begin_layout Plain Layout
5320
5321
5322 \backslash
5323 spce 
5324 \end_layout
5325
5326 \end_inset
5327
5328 2
5329 \series bold
5330 ×
5331 \series default
5332 2
5333 \begin_inset space \thinspace{}
5334 \end_inset
5335
5336 matrix
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5346 0 & \textrm{-}\mathrm{i}\\
5347 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5348 \end_inset
5349
5350
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 </row>
5356 <row>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361
5362 \backslash
5363 Bmatrix
5364 \begin_inset ERT
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368
5369
5370 \backslash
5371 spce 
5372 \end_layout
5373
5374 \end_inset
5375
5376 2
5377 \series bold
5378 ×
5379 \series default
5380 2
5381 \begin_inset space \thinspace{}
5382 \end_inset
5383
5384 matrix
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5394 0 & \textrm{-}\mathrm{i}\\
5395 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5396 \end_inset
5397
5398
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 </row>
5404 <row>
5405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409
5410 \backslash
5411 pmatrix
5412 \begin_inset ERT
5413 status collapsed
5414
5415 \begin_layout Plain Layout
5416
5417
5418 \backslash
5419 spce 
5420 \end_layout
5421
5422 \end_inset
5423
5424 2
5425 \series bold
5426 ×
5427 \series default
5428 2
5429 \begin_inset space \thinspace{}
5430 \end_inset
5431
5432 matrix
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5442 0 & \textrm{-}\mathrm{i}\\
5443 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5444 \end_inset
5445
5446
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 </row>
5452 </lyxtabular>
5453
5454 \end_inset
5455
5456
5457 \begin_inset space \hfill{}
5458 \end_inset
5459
5460
5461 \begin_inset Tabular
5462 <lyxtabular version="3" rows="4" columns="2">
5463 <features>
5464 <column alignment="center" valignment="top" width="0">
5465 <column alignment="center" valignment="top" width="0">
5466 <row>
5467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 Command
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 Result
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 </row>
5486 <row>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491
5492 \backslash
5493 vmatrix
5494 \begin_inset ERT
5495 status collapsed
5496
5497 \begin_layout Plain Layout
5498
5499
5500 \backslash
5501 spce 
5502 \end_layout
5503
5504 \end_inset
5505
5506 2
5507 \series bold
5508 ×
5509 \series default
5510 2
5511 \begin_inset space \thinspace{}
5512 \end_inset
5513
5514 matrix
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5524 0 & \textrm{-}\mathrm{i}\\
5525 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539
5540 \backslash
5541 Vmatrix
5542 \begin_inset ERT
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546
5547
5548 \backslash
5549 spce 
5550 \end_layout
5551
5552 \end_inset
5553
5554 2
5555 \series bold
5556 ×
5557 \series default
5558 2
5559 \begin_inset space \thinspace{}
5560 \end_inset
5561
5562 matrix
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5572 0 & \textrm{-}\mathrm{i}\\
5573 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5574 \end_inset
5575
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
5583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587
5588 \backslash
5589 matrix
5590 \begin_inset ERT
5591 status collapsed
5592
5593 \begin_layout Plain Layout
5594
5595
5596 \backslash
5597 spce 
5598 \end_layout
5599
5600 \end_inset
5601
5602 2
5603 \series bold
5604 ×
5605 \series default
5606 2
5607 \begin_inset space \thinspace{}
5608 \end_inset
5609
5610 matrix
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5620 0 & \textrm{-}\mathrm{i}\\
5621 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 </row>
5630 </lyxtabular>
5631
5632 \end_inset
5633
5634
5635 \begin_inset space \hfill{}
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \begin_layout Standard
5642 \begin_inset VSpace medskip
5643 \end_inset
5644
5645 When e.
5646 \begin_inset space \thinspace{}
5647 \end_inset
5648
5649 g.
5650 \begin_inset space \space{}
5651 \end_inset
5652
5653
5654 \series bold
5655
5656 \backslash
5657 vmatrix
5658 \series default
5659  is inserted, a blue box appears between two vertical lines where the matrix
5660  is inserted.
5661 \end_layout
5662
5663 \begin_layout Standard
5664 \begin_inset VSpace bigskip
5665 \end_inset
5666
5667 As all multiline formulas are matrices, the length 
5668 \series bold
5669
5670 \backslash
5671 arraycolsep
5672 \series default
5673
5674 \begin_inset Index
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678 Commands ! A ! 
5679 \backslash
5680 arraycolsep
5681 \end_layout
5682
5683 \end_inset
5684
5685  that is described in 
5686 \begin_inset CommandInset ref
5687 LatexCommand ref
5688 reference "sub:Column-Separation"
5689
5690 \end_inset
5691
5692  can also be used to change the column separation of matrices.
5693 \end_layout
5694
5695 \begin_layout Standard
5696 To change the row separation, the command 
5697 \series bold
5698
5699 \backslash
5700 arraystretch
5701 \series default
5702
5703 \begin_inset Index
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707 Commands ! A ! 
5708 \backslash
5709 arraystretch
5710 \end_layout
5711
5712 \end_inset
5713
5714  is used.
5715  It is used as follows:
5716 \end_layout
5717
5718 \begin_layout Standard
5719
5720 \series bold
5721
5722 \backslash
5723 renewcommand{
5724 \backslash
5725 arraystretch}{stretch factor}
5726 \begin_inset Index
5727 status collapsed
5728
5729 \begin_layout Plain Layout
5730 Commands ! R ! 
5731 \backslash
5732 renewcommand
5733 \end_layout
5734
5735 \end_inset
5736
5737
5738 \end_layout
5739
5740 \begin_layout Standard
5741 The command 
5742 \series bold
5743
5744 \backslash
5745 renewcommand
5746 \series default
5747  assigns the stretch factor to the predefined command 
5748 \series bold
5749
5750 \backslash
5751 arraystretch
5752 \series default
5753 .
5754  To double e.
5755 \begin_inset space \thinspace{}
5756 \end_inset
5757
5758 g.
5759 \begin_inset space \space{}
5760 \end_inset
5761
5762 the row separation, use the factor 2.
5763  This is then used for all following matrices.
5764  To go back to the original separation, assign the factor 1 to 
5765 \series bold
5766
5767 \backslash
5768 arraystretch
5769 \series default
5770 .
5771 \end_layout
5772
5773 \begin_layout Standard
5774 To set matrices into a text line, the command 
5775 \series bold
5776
5777 \backslash
5778 smallmatrix
5779 \series default
5780
5781 \begin_inset Index
5782 status collapsed
5783
5784 \begin_layout Plain Layout
5785 Commands ! S ! 
5786 \backslash
5787 smallmatrix
5788 \end_layout
5789
5790 \end_inset
5791
5792  is used.
5793  When it is inserted a blue box with two dashed lines appears.
5794  In this box the matrix is inserted.
5795 \end_layout
5796
5797 \begin_layout Standard
5798 This is a matrix 
5799 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5800 C & D\end{smallmatrix}\right)$
5801 \end_inset
5802
5803  in a text line.
5804 \end_layout
5805
5806 \begin_layout Section
5807 Brackets and Delimiters
5808 \begin_inset Index
5809 status collapsed
5810
5811 \begin_layout Plain Layout
5812 Brackets
5813 \end_layout
5814
5815 \end_inset
5816
5817
5818 \begin_inset Index
5819 status collapsed
5820
5821 \begin_layout Plain Layout
5822 Delimiters
5823 \end_layout
5824
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \begin_layout Subsection
5831 Vertical Brackets and Delimiters
5832 \begin_inset Index
5833 status collapsed
5834
5835 \begin_layout Plain Layout
5836 Brackets ! vertical
5837 \end_layout
5838
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \begin_layout Standard
5845 \begin_inset space \hfill{}
5846 \end_inset
5847
5848
5849 \begin_inset Tabular
5850 <lyxtabular version="3" rows="9" columns="2">
5851 <features>
5852 <column alignment="center" valignment="top" width="0pt">
5853 <column alignment="center" valignment="top" width="0pt">
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 Command
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 Result
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 (
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 \begin_inset Formula $($
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 {
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 \begin_inset Formula $\{$
5912 \end_inset
5913
5914
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 </row>
5920 <row>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 [
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 \begin_inset Formula $[$
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 <row>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \backslash
5950 langle
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 \begin_inset Formula $\langle$
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973
5974 \backslash
5975 lceil
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 \begin_inset Formula $\lceil$
5985 \end_inset
5986
5987
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 </row>
5993 <row>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998
5999 \backslash
6000 lfloor
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 \begin_inset Formula $\lfloor$
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 </row>
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 /
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 \begin_inset Formula $/$
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 </row>
6041 <row>
6042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 |
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 \begin_inset Formula $|$
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 </row>
6064 </lyxtabular>
6065
6066 \end_inset
6067
6068
6069 \begin_inset space \hfill{}
6070 \end_inset
6071
6072
6073 \begin_inset Tabular
6074 <lyxtabular version="3" rows="9" columns="2">
6075 <features>
6076 <column alignment="center" valignment="top" width="0pt">
6077 <column alignment="center" valignment="top" width="0pt">
6078 <row>
6079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 Command
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 Result
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 </row>
6098 <row>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 )
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 \begin_inset Formula $)$
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 </row>
6121 <row>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 }
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Formula $\}$
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 ]
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 \begin_inset Formula $]$
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 </row>
6167 <row>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \backslash
6174 rangle
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 \begin_inset Formula $\rangle$
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197
6198 \backslash
6199 rceil
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 \begin_inset Formula $\rceil$
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222
6223 \backslash
6224 rfloor
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 \begin_inset Formula $\rfloor$
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247
6248 \backslash
6249
6250 \backslash
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 \begin_inset Formula $\backslash$
6261 \end_inset
6262
6263
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 </row>
6269 <row>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \backslash
6276 |
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 \begin_inset Formula $\|$
6286 \end_inset
6287
6288
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 </row>
6294 </lyxtabular>
6295
6296 \end_inset
6297
6298
6299 \begin_inset space \hfill{}
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \begin_layout Standard
6306
6307 \series medium
6308 \begin_inset Note Greyedout
6309 status open
6310
6311 \begin_layout Plain Layout
6312
6313 \series bold
6314 Note:
6315 \series default
6316  In TeX-mode the command 
6317 \series bold
6318
6319 \backslash
6320 textbackslash
6321 \series default
6322
6323 \begin_inset Index
6324 status collapsed
6325
6326 \begin_layout Plain Layout
6327 Commands ! T ! 
6328 \backslash
6329 textbackslash
6330 \end_layout
6331
6332 \end_inset
6333
6334  must be used for the backslash, because the command 
6335 \series bold
6336
6337 \backslash
6338
6339 \backslash
6340
6341 \series default
6342  produces there a line break.
6343 \end_layout
6344
6345 \end_inset
6346
6347
6348 \end_layout
6349
6350 \begin_layout Standard
6351 For all characters listed above the size can be adjusted with the commands
6352  described in the following two subsections.
6353  When using these commands, the characters < and > can directly be used
6354  instead of the commands 
6355 \series bold
6356
6357 \backslash
6358 langle
6359 \series default
6360  and 
6361 \series bold
6362
6363 \backslash
6364 rangle
6365 \series default
6366 .
6367 \end_layout
6368
6369 \begin_layout Subsubsection
6370 Manual Bracket Size
6371 \begin_inset CommandInset label
6372 LatexCommand label
6373 name "sub:Manual-Bracket-Size"
6374
6375 \end_inset
6376
6377
6378 \begin_inset Index
6379 status collapsed
6380
6381 \begin_layout Plain Layout
6382 Bracket size ! manual
6383 \end_layout
6384
6385 \end_inset
6386
6387
6388 \end_layout
6389
6390 \begin_layout Standard
6391 The bracket size can be specified manually by the LaTeX-commands 
6392 \series bold
6393
6394 \backslash
6395 big
6396 \series default
6397
6398 \begin_inset Index
6399 status collapsed
6400
6401 \begin_layout Plain Layout
6402 Commands ! B ! 
6403 \backslash
6404 big
6405 \end_layout
6406
6407 \end_inset
6408
6409
6410 \series bold
6411
6412 \backslash
6413 Big
6414 \series default
6415
6416 \series bold
6417
6418 \backslash
6419 bigg
6420 \series default
6421 , and 
6422 \series bold
6423
6424 \backslash
6425 Bigg
6426 \series default
6427 .
6428  
6429 \series bold
6430
6431 \backslash
6432 big
6433 \series default
6434  denotes the smallest and 
6435 \series bold
6436
6437 \backslash
6438 Bigg
6439 \series default
6440  the largest bracket size.
6441 \end_layout
6442
6443 \begin_layout Standard
6444 These commands are used to emphasize levels of brackets:
6445 \end_layout
6446
6447 \begin_layout Standard
6448 \align center
6449 \begin_inset Tabular
6450 <lyxtabular version="3" rows="2" columns="2">
6451 <features>
6452 <column alignment="center" valignment="top" width="0pt">
6453 <column alignment="center" valignment="top" width="0pt">
6454 <row>
6455 <cell alignment="center" valignment="top" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 all brackets in the same size:
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 </row>
6477 <row>
6478 <cell alignment="center" valignment="top" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 this looks better:
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 </row>
6500 </lyxtabular>
6501
6502 \end_inset
6503
6504
6505 \begin_inset Note Note
6506 status collapsed
6507
6508 \begin_layout Plain Layout
6509
6510 \series bold
6511
6512 \backslash
6513 raisebox
6514 \series default
6515  is only used as spacer.
6516 \end_layout
6517
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \begin_layout Standard
6524 For the second formula the command 
6525 \series bold
6526
6527 \backslash
6528 Big((A+B)(A-B)
6529 \backslash
6530 Big)^
6531 \begin_inset ERT
6532 status collapsed
6533
6534 \begin_layout Plain Layout
6535
6536
6537 \backslash
6538 spce 
6539 \end_layout
6540
6541 \end_inset
6542
6543 C
6544 \series default
6545  has been used.
6546 \end_layout
6547
6548 \begin_layout Standard
6549 Here is an overview about all bracket sizes:
6550 \end_layout
6551
6552 \begin_layout Standard
6553 \align center
6554
6555 \backslash
6556 Bigg(
6557 \backslash
6558 exp
6559 \backslash
6560 bigg<
6561 \backslash
6562 Big[
6563 \backslash
6564 big{
6565 \backslash
6566 ln(3x)
6567 \backslash
6568 big}^2
6569 \begin_inset ERT
6570 status collapsed
6571
6572 \begin_layout Plain Layout
6573
6574
6575 \backslash
6576 spce 
6577 \end_layout
6578
6579 \end_inset
6580
6581
6582 \backslash
6583 sin(x)
6584 \backslash
6585 Big]^
6586 \begin_inset ERT
6587 status collapsed
6588
6589 \begin_layout Plain Layout
6590
6591
6592 \backslash
6593 spce 
6594 \end_layout
6595
6596 \end_inset
6597
6598 A
6599 \begin_inset ERT
6600 status collapsed
6601
6602 \begin_layout Plain Layout
6603
6604
6605 \backslash
6606 spce 
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \backslash
6613 bigg>
6614 \backslash
6615 Bigg)^0,5
6616 \end_layout
6617
6618 \begin_layout Standard
6619 \align center
6620 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6621 \end_inset
6622
6623
6624 \end_layout
6625
6626 \begin_layout Standard
6627 Besides the 
6628 \series bold
6629
6630 \backslash
6631 big
6632 \series default
6633 -commands there is the variant 
6634 \series bold
6635
6636 \backslash
6637 bigm
6638 \series default
6639
6640 \begin_inset Index
6641 status collapsed
6642
6643 \begin_layout Plain Layout
6644 Commands ! B ! 
6645 \backslash
6646 bigm
6647 \end_layout
6648
6649 \end_inset
6650
6651  that adds a bit more space between the bracket and its content, and the
6652  variant 
6653 \series bold
6654
6655 \backslash
6656 bigl
6657 \series default
6658 -
6659 \series bold
6660
6661 \backslash
6662 bigr
6663 \series default
6664
6665 \begin_inset Index
6666 status collapsed
6667
6668 \begin_layout Plain Layout
6669 Commands ! B ! 
6670 \backslash
6671 bigl - 
6672 \backslash
6673 bigr
6674 \end_layout
6675
6676 \end_inset
6677
6678 , that don't add additional space.
6679  The 
6680 \emph on
6681 l
6682 \emph default
6683  at the end of the command 
6684 \series bold
6685
6686 \backslash
6687 bigl
6688 \series default
6689  is for a left bracket; for a right bracket this will be replaced by an
6690  
6691 \emph on
6692 r
6693 \emph default
6694 .
6695  A left or right bracket can each be an opening or closing bracket.
6696 \end_layout
6697
6698 \begin_layout Standard
6699 In the following table is a comparison of the variants:
6700 \end_layout
6701
6702 \begin_layout Standard
6703 \align center
6704 \begin_inset Tabular
6705 <lyxtabular version="3" rows="5" columns="2">
6706 <features>
6707 <column alignment="center" valignment="middle" width="0">
6708 <column alignment="center" valignment="middle" width="0">
6709 <row>
6710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 Command
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 Result
6724 \begin_inset Note Note
6725 status collapsed
6726
6727 \begin_layout Plain Layout
6728
6729 \series bold
6730
6731 \backslash
6732 raisebox
6733 \series default
6734  is only used as spacer.
6735 \end_layout
6736
6737 \end_inset
6738
6739
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 </row>
6745 <row>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750
6751 \backslash
6752 Bigm(
6753 \backslash
6754 bigm(
6755 \backslash
6756 ln(3x)
6757 \backslash
6758 bigm)^2
6759 \series bold
6760
6761 \begin_inset ERT
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765
6766
6767 \backslash
6768 spce 
6769 \end_layout
6770
6771 \end_inset
6772
6773
6774 \series default
6775
6776 \backslash
6777 Bigm)
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6787 \end_inset
6788
6789
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 </row>
6795 <row>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800
6801 \backslash
6802 Big(
6803 \backslash
6804 big(
6805 \backslash
6806 ln(3x)
6807 \backslash
6808 big)^2
6809 \series bold
6810
6811 \begin_inset ERT
6812 status collapsed
6813
6814 \begin_layout Plain Layout
6815
6816
6817 \backslash
6818 spce 
6819 \end_layout
6820
6821 \end_inset
6822
6823
6824 \series default
6825
6826 \backslash
6827 Big)
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 </row>
6845 <row>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850
6851 \backslash
6852 Bigl(
6853 \backslash
6854 bigl(
6855 \backslash
6856 ln(3x)
6857 \backslash
6858 bigr)^2
6859 \series bold
6860
6861 \begin_inset ERT
6862 status collapsed
6863
6864 \begin_layout Plain Layout
6865
6866
6867 \backslash
6868 spce 
6869 \end_layout
6870
6871 \end_inset
6872
6873
6874 \series default
6875
6876 \backslash
6877 Bigr)
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6887 \end_inset
6888
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 </row>
6895 <row>
6896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900
6901 \backslash
6902 bigl)
6903 \backslash
6904 ln(3x)
6905 \backslash
6906 bigr(
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 </row>
6924 </lyxtabular>
6925
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \begin_layout Subsubsection
6932 Automatic Bracket Size
6933 \begin_inset CommandInset label
6934 LatexCommand label
6935 name "sub:Automatic-Bracket-Size"
6936
6937 \end_inset
6938
6939
6940 \begin_inset Index
6941 status collapsed
6942
6943 \begin_layout Plain Layout
6944 Bracket size ! automatic
6945 \end_layout
6946
6947 \end_inset
6948
6949
6950 \end_layout
6951
6952 \begin_layout Standard
6953 Brackets with variable size can be inserted with the commands 
6954 \series bold
6955
6956 \backslash
6957 left
6958 \series default
6959
6960 \begin_inset Index
6961 status collapsed
6962
6963 \begin_layout Plain Layout
6964 Commands ! L ! 
6965 \backslash
6966 left
6967 \end_layout
6968
6969 \end_inset
6970
6971  and 
6972 \series bold
6973
6974 \backslash
6975 right
6976 \series default
6977
6978 \begin_inset Index
6979 status collapsed
6980
6981 \begin_layout Plain Layout
6982 Commands ! R ! 
6983 \backslash
6984 right
6985 \end_layout
6986
6987 \end_inset
6988
6989  or via the math toolbar button 
6990 \begin_inset Graphics
6991         filename ../images/dialog-show_mathdelimiter.png
6992         scale 85
6993
6994 \end_inset
6995
6996 .
6997  Directly behind 
6998 \series bold
6999
7000 \backslash
7001 left
7002 \series default
7003  and 
7004 \series bold
7005
7006 \backslash
7007 right
7008 \series default
7009  the wanted bracket must be inserted.
7010  The bracket size will then automatically be calculated for the output.
7011 \end_layout
7012
7013 \begin_layout Standard
7014 \align center
7015 normal bracket: The command 
7016 \series bold
7017
7018 \backslash
7019 ln(
7020 \backslash
7021 frac
7022 \begin_inset ERT
7023 status collapsed
7024
7025 \begin_layout Plain Layout
7026
7027
7028 \backslash
7029 spce 
7030 \end_layout
7031
7032 \end_inset
7033
7034 A
7035 \begin_inset Formula $\downarrow$
7036 \end_inset
7037
7038 C
7039 \begin_inset ERT
7040 status collapsed
7041
7042 \begin_layout Plain Layout
7043
7044
7045 \backslash
7046 spce 
7047 \end_layout
7048
7049 \end_inset
7050
7051 )
7052 \series default
7053  creates
7054 \begin_inset Formula \[
7055 \ln(\frac{A}{C})\]
7056
7057 \end_inset
7058
7059
7060 \end_layout
7061
7062 \begin_layout Standard
7063 \align center
7064 multiline bracket: The command 
7065 \series bold
7066
7067 \backslash
7068 ln
7069 \backslash
7070 left(
7071 \backslash
7072 frac
7073 \begin_inset ERT
7074 status collapsed
7075
7076 \begin_layout Plain Layout
7077
7078
7079 \backslash
7080 spce 
7081 \end_layout
7082
7083 \end_inset
7084
7085 A
7086 \begin_inset Formula $\downarrow$
7087 \end_inset
7088
7089 C
7090 \begin_inset ERT
7091 status collapsed
7092
7093 \begin_layout Plain Layout
7094
7095
7096 \backslash
7097 spce 
7098 \end_layout
7099
7100 \end_inset
7101
7102
7103 \backslash
7104 right)
7105 \series default
7106  creates
7107 \begin_inset Formula \[
7108 \ln\left(\frac{A}{C}\right)\]
7109
7110 \end_inset
7111
7112
7113 \end_layout
7114
7115 \begin_layout Standard
7116 Instead of 
7117 \series bold
7118
7119 \backslash
7120 left
7121 \series default
7122  and 
7123 \series bold
7124
7125 \backslash
7126 right
7127 \series default
7128  the shortcut 
7129 \family sans
7130 Alt+M
7131 \begin_inset space ~
7132 \end_inset
7133
7134 Bracket
7135 \family default
7136  can be used.
7137  This has the advantage that you can see in LyX immediately the real bracket
7138  size and that the matching right bracket will be created too.
7139 \begin_inset Newline newline
7140 \end_inset
7141
7142 The command for the last example would then be: 
7143 \series bold
7144
7145 \backslash
7146 ln Alt+M
7147 \series default
7148  
7149 \series bold
7150 (
7151 \backslash
7152 frac
7153 \begin_inset ERT
7154 status collapsed
7155
7156 \begin_layout Plain Layout
7157
7158
7159 \backslash
7160 spce 
7161 \end_layout
7162
7163 \end_inset
7164
7165 A
7166 \begin_inset Formula $\downarrow$
7167 \end_inset
7168
7169 C
7170 \end_layout
7171
7172 \begin_layout Standard
7173 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7174  For example the command 
7175 \series bold
7176
7177 \backslash
7178 left.
7179 \backslash
7180 frac
7181 \begin_inset ERT
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185
7186
7187 \backslash
7188 spce 
7189 \end_layout
7190
7191 \end_inset
7192
7193 A
7194 \begin_inset Formula $\downarrow$
7195 \end_inset
7196
7197 B
7198 \begin_inset ERT
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203
7204 \backslash
7205 spce 
7206 \end_layout
7207
7208 \end_inset
7209
7210
7211 \backslash
7212 right}
7213 \series default
7214  creates:
7215 \series bold
7216
7217 \begin_inset Formula \[
7218 \left.\frac{A}{B}\right\} \]
7219
7220 \end_inset
7221
7222
7223 \series default
7224 The commands 
7225 \series bold
7226
7227 \backslash
7228 left
7229 \series default
7230  and 
7231 \series bold
7232
7233 \backslash
7234 right
7235 \series default
7236  will be converted by LyX to brackets in the right size when the document
7237  is reloaded and an omitted bracket will appear as dashed line.
7238 \end_layout
7239
7240 \begin_layout Standard
7241 \begin_inset VSpace bigskip
7242 \end_inset
7243
7244 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7245  the command 
7246 \series bold
7247
7248 \backslash
7249 middle
7250 \series default
7251
7252 \begin_inset Index
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256 Commands ! M ! 
7257 \backslash
7258 middle
7259 \end_layout
7260
7261 \end_inset
7262
7263  is additionally available for all brackets and limits.
7264  With this command the height of the following character is adapted to the
7265  one of the surrounding brackets, what is e.
7266 \begin_inset space \thinspace{}
7267 \end_inset
7268
7269 g.
7270 \begin_inset space \space{}
7271 \end_inset
7272
7273 needed for physical vectors:
7274 \begin_inset Formula \[
7275 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7276
7277 \end_inset
7278
7279 For physical vectors there is a special LaTeX-package, described in 
7280 \begin_inset CommandInset ref
7281 LatexCommand ref
7282 reference "sub:Physical-Vectors"
7283
7284 \end_inset
7285
7286 .
7287 \end_layout
7288
7289 \begin_layout Subsection
7290 Horizontal Brackets
7291 \begin_inset Index
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295 Brackets ! horizontal
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \end_layout
7302
7303 \begin_layout Standard
7304 \align center
7305 \begin_inset Tabular
7306 <lyxtabular version="3" rows="4" columns="2">
7307 <features>
7308 <column alignment="center" valignment="top" width="0pt">
7309 <column alignment="center" valignment="top" width="0pt">
7310 <row>
7311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 Command
7316 \begin_inset Note Note
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321 \series bold
7322
7323 \backslash
7324 raisebox
7325 \series default
7326  is only used as spacer.
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 Result
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 </row>
7346 <row>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 \begin_inset ERT
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355
7356
7357 \backslash
7358 raisebox{2.3mm}{
7359 \end_layout
7360
7361 \end_inset
7362
7363
7364 \backslash
7365 overbrace
7366 \begin_inset ERT
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370
7371
7372 \backslash
7373 spce 
7374 \end_layout
7375
7376 \end_inset
7377
7378 A+B
7379 \begin_inset ERT
7380 status collapsed
7381
7382 \begin_layout Plain Layout
7383
7384
7385 \backslash
7386 spce 
7387 \end_layout
7388
7389 \end_inset
7390
7391 ^
7392 \begin_inset ERT
7393 status collapsed
7394
7395 \begin_layout Plain Layout
7396
7397
7398 \backslash
7399 spce 
7400 \end_layout
7401
7402 \end_inset
7403
7404 3
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410 }
7411 \end_layout
7412
7413 \end_inset
7414
7415
7416 \begin_inset Index
7417 status collapsed
7418
7419 \begin_layout Plain Layout
7420 Commands ! O ! 
7421 \backslash
7422 overbrace
7423 \end_layout
7424
7425 \end_inset
7426
7427
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 \begin_inset Formula $\overbrace{A+B}^{3}$
7437 \end_inset
7438
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row>
7446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 \begin_inset ERT
7451 status collapsed
7452
7453 \begin_layout Plain Layout
7454
7455
7456 \backslash
7457 raisebox{-2.2mm}{
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \backslash
7464 underbrace
7465 \begin_inset ERT
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469
7470
7471 \backslash
7472 spce 
7473 \end_layout
7474
7475 \end_inset
7476
7477 A+B
7478 \begin_inset ERT
7479 status collapsed
7480
7481 \begin_layout Plain Layout
7482
7483
7484 \backslash
7485 spce 
7486 \end_layout
7487
7488 \end_inset
7489
7490 _5
7491 \begin_inset ERT
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495
7496 }
7497 \end_layout
7498
7499 \end_inset
7500
7501
7502 \begin_inset Index
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506 Commands ! U ! 
7507 \backslash
7508 underbrace
7509 \end_layout
7510
7511 \end_inset
7512
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 \begin_inset Formula $\underbrace{A+B}_{5}$
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \backslash
7538 overbrace
7539 \begin_inset ERT
7540 status collapsed
7541
7542 \begin_layout Plain Layout
7543
7544
7545 \backslash
7546 spce 
7547 \end_layout
7548
7549 \end_inset
7550
7551
7552 \backslash
7553 underbrace
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 A+B_w
7567 \begin_inset ERT
7568 status collapsed
7569
7570 \begin_layout Plain Layout
7571
7572
7573 \backslash
7574 spce 
7575 \end_layout
7576
7577 \end_inset
7578
7579
7580 \begin_inset ERT
7581 status collapsed
7582
7583 \begin_layout Plain Layout
7584
7585
7586 \backslash
7587 spce 
7588 \end_layout
7589
7590 \end_inset
7591
7592 _7
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 spce 
7601 \end_layout
7602
7603 \end_inset
7604
7605
7606 \begin_inset ERT
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610
7611
7612 \backslash
7613 spce 
7614 \end_layout
7615
7616 \end_inset
7617
7618 ^
7619 \begin_inset ERT
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623
7624
7625 \backslash
7626 spce 
7627 \end_layout
7628
7629 \end_inset
7630
7631 C
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7641 \end_inset
7642
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 </row>
7649 </lyxtabular>
7650
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \begin_layout Standard
7657 In the last example it doesn't matter if 
7658 \series bold
7659
7660 \backslash
7661 overbrace
7662 \series default
7663  or 
7664 \series bold
7665
7666 \backslash
7667 underbrace
7668 \series default
7669  is inserted at first.
7670 \end_layout
7671
7672 \begin_layout Standard
7673 \begin_inset VSpace bigskip
7674 \end_inset
7675
7676 When brackets are needed that overlap each other, multiline formulas, as
7677  described in 
7678 \begin_inset CommandInset ref
7679 LatexCommand ref
7680 reference "sec:Multiline-Formulas"
7681
7682 \end_inset
7683
7684 , must be used:
7685 \begin_inset Formula \begin{eqnarray*}
7686 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7687  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7688
7689 \end_inset
7690
7691 In the first row the formula is inserted together with the first brace.
7692  It is hereby important that the space command
7693 \begin_inset Foot
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697 Space commands are explained in 
7698 \begin_inset CommandInset ref
7699 LatexCommand ref
7700 reference "sub:Predefined-Space"
7701
7702 \end_inset
7703
7704 .
7705 \end_layout
7706
7707 \end_inset
7708
7709  
7710 \series bold
7711
7712 \backslash
7713 :
7714 \series default
7715  is inserted before the first 
7716 \begin_inset Formula $d$
7717 \end_inset
7718
7719 , because the brace that ends behind the 
7720 \begin_inset Formula $q$
7721 \end_inset
7722
7723  prevents that the following 
7724 \begin_inset Quotes eld
7725 \end_inset
7726
7727 +
7728 \begin_inset Quotes erd
7729 \end_inset
7730
7731  is surrounded by space.
7732 \begin_inset Foot
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736 because a bracket is not handled as character, see 
7737 \begin_inset CommandInset ref
7738 LatexCommand ref
7739 reference "sub:Binary-Operators"
7740
7741 \end_inset
7742
7743
7744 \end_layout
7745
7746 \end_inset
7747
7748  In the second row the second brace is inserted.
7749  As it should begin before the 
7750 \begin_inset Formula $b$
7751 \end_inset
7752
7753 , first the command 
7754 \series bold
7755
7756 \backslash
7757 hphantom{gggg+
7758 \backslash
7759 :}
7760 \series default
7761  is inserted.
7762 \begin_inset Foot
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766 more about 
7767 \series bold
7768
7769 \backslash
7770 hphantom
7771 \series default
7772  see 
7773 \begin_inset CommandInset ref
7774 LatexCommand ref
7775 reference "sub:Placeholders"
7776
7777 \end_inset
7778
7779
7780 \end_layout
7781
7782 \end_inset
7783
7784  This space is needed because the 
7785 \begin_inset Quotes eld
7786 \end_inset
7787
7788 +
7789 \begin_inset Quotes erd
7790 \end_inset
7791
7792  is also surrounded by space in the formula.
7793  The brace is placed under the command 
7794 \series bold
7795
7796 \backslash
7797 hphantom{bbqq+dddd}
7798 \series default
7799 .
7800 \end_layout
7801
7802 \begin_layout Standard
7803 It gets more complicated when brackets overlap each other, like in the following
7804  example:
7805 \begin_inset ERT
7806 status collapsed
7807
7808 \begin_layout Plain Layout
7809
7810
7811 \backslash
7812 setlength{
7813 \backslash
7814 jot}{-6pt}
7815 \end_layout
7816
7817 \end_inset
7818
7819
7820 \begin_inset Formula \begin{eqnarray*}
7821  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7822 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7823
7824 \end_inset
7825
7826
7827 \begin_inset ERT
7828 status collapsed
7829
7830 \begin_layout Plain Layout
7831
7832
7833 \backslash
7834 setlength{
7835 \backslash
7836 jot}{3pt}
7837 \end_layout
7838
7839 \end_inset
7840
7841 The first formula row is the same as the second row of the previous example,
7842  with the difference that the brace is above.
7843  The second row contains the formula together with the second brace.
7844  To avoid that there is space between the upper brace in the first row and
7845  the formula, the row spacing need to be reduced.
7846  This is not easily possible due to a bug in LyX
7847 \begin_inset Foot
7848 status collapsed
7849
7850 \begin_layout Plain Layout
7851 \begin_inset CommandInset href
7852 LatexCommand href
7853 name "LyX-bug #1505"
7854 target "http://www.lyx.org/trac/ticket/1505"
7855
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862
7863 .
7864  As solution for the problem, the global formula row separation 
7865 \series bold
7866
7867 \backslash
7868 jot
7869 \series default
7870
7871 \begin_inset Index
7872 status collapsed
7873
7874 \begin_layout Plain Layout
7875 Commands ! J ! 
7876 \backslash
7877 jot
7878 \end_layout
7879
7880 \end_inset
7881
7882  must be changed to -6
7883 \begin_inset space \thinspace{}
7884 \end_inset
7885
7886 pt before the formula with the command 
7887 \series bold
7888
7889 \backslash
7890 setlength{
7891 \backslash
7892 jot}{-6pt}
7893 \series default
7894  in TeX-mode.
7895  
7896 \series bold
7897
7898 \backslash
7899 jot
7900 \series default
7901  is set back after the formula to the standard value of 3
7902 \begin_inset space \thinspace{}
7903 \end_inset
7904
7905 pt using the same command.
7906  More about the row separation in formulas is explained in 
7907 \begin_inset CommandInset ref
7908 LatexCommand ref
7909 reference "sub:Line-Separation"
7910
7911 \end_inset
7912
7913 .
7914 \end_layout
7915
7916 \begin_layout Section
7917 Arrows
7918 \begin_inset Index
7919 status collapsed
7920
7921 \begin_layout Plain Layout
7922 Arrows
7923 \end_layout
7924
7925 \end_inset
7926
7927
7928 \end_layout
7929
7930 \begin_layout Standard
7931 Arrows can be inserted via the math toolbar button 
7932 \begin_inset Graphics
7933         filename ../images/math/leftarrow.png
7934         scale 85
7935
7936 \end_inset
7937
7938  or the commands listed in the following subsections.
7939 \end_layout
7940
7941 \begin_layout Standard
7942 \begin_inset Newpage newpage
7943 \end_inset
7944
7945
7946 \end_layout
7947
7948 \begin_layout Subsection
7949 Horizontal Arrows
7950 \begin_inset Index
7951 status collapsed
7952
7953 \begin_layout Plain Layout
7954 Arrows ! horizontal
7955 \end_layout
7956
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \begin_layout Standard
7963 \begin_inset space \hfill{}
7964 \end_inset
7965
7966
7967 \begin_inset Tabular
7968 <lyxtabular version="3" rows="8" columns="2">
7969 <features>
7970 <column alignment="center" valignment="top" width="0pt">
7971 <column alignment="center" valignment="top" width="0pt">
7972 <row>
7973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 Command
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Result
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \backslash
7999 gets
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 \begin_inset Formula $\gets$
8009 \end_inset
8010
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \backslash
8024 Leftarrow
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 \begin_inset Formula $\Leftarrow$
8034 \end_inset
8035
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \backslash
8049 longleftarrow
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 \begin_inset Formula $\longleftarrow$
8059 \end_inset
8060
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 Longleftarrow
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\Longleftarrow$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \backslash
8099 leftharpoonup
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 \begin_inset Formula $\leftharpoonup$
8109 \end_inset
8110
8111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \backslash
8124 leftharpoondown
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 \begin_inset Formula $\leftharpoondown$
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \backslash
8149 hookleftarrow
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 \begin_inset Formula $\hookleftarrow$
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 </lyxtabular>
8168
8169 \end_inset
8170
8171
8172 \begin_inset space \hfill{}
8173 \end_inset
8174
8175
8176 \begin_inset Tabular
8177 <lyxtabular version="3" rows="8" columns="2">
8178 <features>
8179 <column alignment="center" valignment="top" width="0pt">
8180 <column alignment="center" valignment="top" width="0pt">
8181 <row>
8182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Command
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 Result
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \backslash
8208 to
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 \begin_inset Formula $\to$
8218 \end_inset
8219
8220
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \backslash
8233 Rightarrow
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 \begin_inset Formula $\Rightarrow$
8243 \end_inset
8244
8245
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \backslash
8258 longrightarrow
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 \begin_inset Formula $\longrightarrow$
8268 \end_inset
8269
8270
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \backslash
8283 Longrightarrow
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 \begin_inset Formula $\Longrightarrow$
8293 \end_inset
8294
8295
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \backslash
8308 rightharpoonup
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 \begin_inset Formula $\rightharpoonup$
8318 \end_inset
8319
8320
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \backslash
8333 rightharpoondown
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 \begin_inset Formula $\rightharpoondown$
8343 \end_inset
8344
8345
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 <row>
8352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356
8357 \backslash
8358 hookrightarrow
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 \begin_inset Formula $\hookrightarrow$
8368 \end_inset
8369
8370
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 </lyxtabular>
8377
8378 \end_inset
8379
8380
8381 \begin_inset space \hfill{}
8382 \end_inset
8383
8384
8385 \end_layout
8386
8387 \begin_layout Standard
8388 \begin_inset space \hfill{}
8389 \end_inset
8390
8391
8392 \begin_inset Tabular
8393 <lyxtabular version="3" rows="6" columns="2">
8394 <features>
8395 <column alignment="center" valignment="top" width="0pt">
8396 <column alignment="center" valignment="top" width="0pt">
8397 <row>
8398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Command
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Result
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \backslash
8424 leftrightarrow
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 \begin_inset Formula $\leftrightarrow$
8434 \end_inset
8435
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \backslash
8449 Leftrightarrow
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 \begin_inset Formula $\Leftrightarrow$
8459 \end_inset
8460
8461
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \backslash
8474 longleftrightarrow
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 \begin_inset Formula $\longleftrightarrow$
8484 \end_inset
8485
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \backslash
8499 Longleftrightarrow
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 \begin_inset Formula $\Longleftrightarrow$
8509 \end_inset
8510
8511
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \backslash
8524 rightleftharpoons
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 \begin_inset Formula $\rightleftharpoons$
8534 \end_inset
8535
8536
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 </lyxtabular>
8543
8544 \end_inset
8545
8546
8547 \begin_inset space \hspace{}
8548 \length 25pt
8549 \end_inset
8550
8551
8552 \begin_inset space \hfill{}
8553 \end_inset
8554
8555
8556 \begin_inset Tabular
8557 <lyxtabular version="3" rows="5" columns="2">
8558 <features>
8559 <column alignment="center" valignment="top" width="0pt">
8560 <column alignment="center" valignment="top" width="0pt">
8561 <row>
8562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Command
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Result
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \backslash
8588 mapsto
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 \begin_inset Formula $\mapsto$
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \backslash
8613 longmapsto
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 \begin_inset Formula $\longmapsto$
8623 \end_inset
8624
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \backslash
8638 leadsto
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 \begin_inset Formula $\leadsto$
8648 \end_inset
8649
8650
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \backslash
8663 dasharrow
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 \begin_inset Formula $\dasharrow$
8673 \end_inset
8674
8675
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 </lyxtabular>
8682
8683 \end_inset
8684
8685
8686 \begin_inset space \hfill{}
8687 \end_inset
8688
8689
8690 \end_layout
8691
8692 \begin_layout Standard
8693 \begin_inset VSpace medskip
8694 \end_inset
8695
8696 Arrows used as accent like e.
8697 \begin_inset space \thinspace{}
8698 \end_inset
8699
8700 g.
8701 \begin_inset space \space{}
8702 \end_inset
8703
8704 vector arrows are listed in 
8705 \begin_inset CommandInset ref
8706 LatexCommand ref
8707 reference "sec:Accents"
8708
8709 \end_inset
8710
8711 .
8712 \end_layout
8713
8714 \begin_layout Standard
8715 \begin_inset VSpace bigskip
8716 \end_inset
8717
8718 Furthermore there are the labeled arrows
8719 \begin_inset Index
8720 status collapsed
8721
8722 \begin_layout Plain Layout
8723 Arrows ! labeled
8724 \end_layout
8725
8726 \end_inset
8727
8728  
8729 \series bold
8730
8731 \backslash
8732 xleftarrow
8733 \series default
8734
8735 \begin_inset Index
8736 status collapsed
8737
8738 \begin_layout Plain Layout
8739 Commands ! X ! 
8740 \backslash
8741 xleftarrow
8742 \end_layout
8743
8744 \end_inset
8745
8746  and 
8747 \series bold
8748
8749 \backslash
8750 xrightarrow
8751 \series default
8752
8753 \begin_inset Index
8754 status collapsed
8755
8756 \begin_layout Plain Layout
8757 Commands ! X ! 
8758 \backslash
8759 xrightarrow
8760 \begin_inset ERT
8761 status collapsed
8762
8763 \begin_layout Plain Layout
8764
8765
8766 \backslash
8767 vspace{4mm}
8768 \end_layout
8769
8770 \end_inset
8771
8772
8773 \end_layout
8774
8775 \end_inset
8776
8777 .
8778  When inserting one of these commands in a formula, an arrow with two blue
8779  boxes appear where the label can be inserted.
8780  The length of the arrow adapts to the label width.
8781 \end_layout
8782
8783 \begin_layout Standard
8784 \align center
8785 \begin_inset Tabular
8786 <lyxtabular version="3" rows="3" columns="2">
8787 <features>
8788 <column alignment="center" valignment="top" width="0pt">
8789 <column alignment="center" valignment="top" width="0pt">
8790 <row>
8791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Command
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Result
8805 \begin_inset Note Note
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811
8812 \backslash
8813 raisebox
8814 \series default
8815  is only used as spacer.
8816 \end_layout
8817
8818 \end_inset
8819
8820
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 F(a)
8832 \backslash
8833 xleftarrow
8834 \begin_inset ERT
8835 status collapsed
8836
8837 \begin_layout Plain Layout
8838
8839
8840 \backslash
8841 spce 
8842 \end_layout
8843
8844 \end_inset
8845
8846 x=a
8847 \begin_inset Formula $\downarrow$
8848 \end_inset
8849
8850 x>0
8851 \begin_inset Formula $\to$
8852 \end_inset
8853
8854 F(x)
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 F(x)
8878 \backslash
8879 xrightarrow
8880 \begin_inset ERT
8881 status collapsed
8882
8883 \begin_layout Plain Layout
8884
8885
8886 \backslash
8887 spce 
8888 \end_layout
8889
8890 \end_inset
8891
8892 x=a
8893 \begin_inset Formula $\downarrow$
8894 \end_inset
8895
8896 x>0
8897 \begin_inset Formula $\to$
8898 \end_inset
8899
8900 F(a)
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8910 \end_inset
8911
8912
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 </lyxtabular>
8919
8920 \end_inset
8921
8922
8923 \end_layout
8924
8925 \begin_layout Subsection
8926 Vertical and diagonal Arrows
8927 \begin_inset Index
8928 status collapsed
8929
8930 \begin_layout Plain Layout
8931 Arrows ! diagonal
8932 \end_layout
8933
8934 \end_inset
8935
8936
8937 \begin_inset Index
8938 status collapsed
8939
8940 \begin_layout Plain Layout
8941 Arrows ! vertical
8942 \end_layout
8943
8944 \end_inset
8945
8946
8947 \end_layout
8948
8949 \begin_layout Standard
8950 \begin_inset space \hfill{}
8951 \end_inset
8952
8953
8954 \begin_inset Tabular
8955 <lyxtabular version="3" rows="7" columns="2">
8956 <features>
8957 <column alignment="center" valignment="top" width="0pt">
8958 <column alignment="center" valignment="top" width="0pt">
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Command
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Result
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \backslash
8986 uparrow
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 \begin_inset Formula $\uparrow$
8996 \end_inset
8997
8998
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \backslash
9011 Uparrow
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 \begin_inset Formula $\Uparrow$
9021 \end_inset
9022
9023
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \backslash
9036 updownarrow
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 \begin_inset Formula $\updownarrow$
9046 \end_inset
9047
9048
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \backslash
9061 Updownarrow
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\Updownarrow$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \backslash
9086 Downarrow
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 \begin_inset Formula $\Downarrow$
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \backslash
9111 downarrow
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 \begin_inset Formula $\downarrow$
9121 \end_inset
9122
9123
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 </lyxtabular>
9130
9131 \end_inset
9132
9133
9134 \begin_inset space \hfill{}
9135 \end_inset
9136
9137
9138 \begin_inset Tabular
9139 <lyxtabular version="3" rows="5" columns="2">
9140 <features>
9141 <column alignment="center" valignment="top" width="0pt">
9142 <column alignment="center" valignment="top" width="0pt">
9143 <row>
9144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Command
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Result
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row>
9164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \backslash
9170 nearrow
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 \begin_inset Formula $\nearrow$
9180 \end_inset
9181
9182
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \backslash
9195 searrow
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 \begin_inset Formula $\searrow$
9205 \end_inset
9206
9207
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 </row>
9213 <row>
9214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218
9219 \backslash
9220 swarrow
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 \begin_inset Formula $\swarrow$
9230 \end_inset
9231
9232
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \backslash
9245 nwarrow
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 \begin_inset Formula $\nwarrow$
9255 \end_inset
9256
9257
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 </row>
9263 </lyxtabular>
9264
9265 \end_inset
9266
9267
9268 \begin_inset space \hfill{}
9269 \end_inset
9270
9271
9272 \end_layout
9273
9274 \begin_layout Standard
9275 \begin_inset VSpace medskip
9276 \end_inset
9277
9278 Vertical arrows can be used also as delimiter together with the commands
9279  described in 
9280 \begin_inset CommandInset ref
9281 LatexCommand ref
9282 reference "sub:Manual-Bracket-Size"
9283
9284 \end_inset
9285
9286  and 
9287 \begin_inset CommandInset ref
9288 LatexCommand ref
9289 reference "sub:Automatic-Bracket-Size"
9290
9291 \end_inset
9292
9293 .
9294 \end_layout
9295
9296 \begin_layout Standard
9297 \begin_inset Newpage newpage
9298 \end_inset
9299
9300
9301 \end_layout
9302
9303 \begin_layout Section
9304 Accents
9305 \begin_inset CommandInset label
9306 LatexCommand label
9307 name "sec:Accents"
9308
9309 \end_inset
9310
9311
9312 \begin_inset Index
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316 Accents
9317 \end_layout
9318
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \begin_layout Standard
9325 Accents can be inserted via the math toolbar button 
9326 \begin_inset Graphics
9327         filename ../images/math/hat.png
9328         scale 85
9329
9330 \end_inset
9331
9332  or the commands listed in the following subsections.
9333 \end_layout
9334
9335 \begin_layout Subsection
9336 Accents for one Character
9337 \begin_inset ERT
9338 status collapsed
9339
9340 \begin_layout Plain Layout
9341
9342
9343 \backslash
9344 texorpdfstring{
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \begin_inset Foot
9351 status collapsed
9352
9353 \begin_layout Plain Layout
9354 accents in text see 
9355 \begin_inset CommandInset ref
9356 LatexCommand ref
9357 reference "sub:Accents-in-Text"
9358
9359 \end_inset
9360
9361
9362 \end_layout
9363
9364 \end_inset
9365
9366
9367 \begin_inset ERT
9368 status collapsed
9369
9370 \begin_layout Plain Layout
9371
9372 }{}
9373 \end_layout
9374
9375 \end_inset
9376
9377
9378 \begin_inset Note Note
9379 status collapsed
9380
9381 \begin_layout Plain Layout
9382
9383 \backslash
9384 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9385 \end_layout
9386
9387 \begin_layout Plain Layout
9388 More about 
9389 \backslash
9390 texorpdfstring is in section 
9391 \begin_inset CommandInset ref
9392 LatexCommand ref
9393 reference "sub:Formulas-in-Section"
9394
9395 \end_inset
9396
9397 .
9398 \end_layout
9399
9400 \end_inset
9401
9402
9403 \begin_inset CommandInset label
9404 LatexCommand label
9405 name "sub:Accents-for-one"
9406
9407 \end_inset
9408
9409
9410 \begin_inset Index
9411 status collapsed
9412
9413 \begin_layout Plain Layout
9414 Accents ! for one character
9415 \end_layout
9416
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \begin_layout Standard
9423 \begin_inset space \hfill{}
9424 \end_inset
9425
9426
9427 \begin_inset Tabular
9428 <lyxtabular version="3" rows="8" columns="2">
9429 <features>
9430 <column alignment="center" valignment="top" width="0pt">
9431 <column alignment="center" valignment="top" width="0pt">
9432 <row>
9433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 Command
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446 Result
9447 \begin_inset Note Note
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451
9452 \series bold
9453
9454 \backslash
9455 raisebox
9456 \series default
9457  is only used as spacer.
9458 \end_layout
9459
9460 \end_inset
9461
9462
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \backslash
9475 dot
9476 \begin_inset ERT
9477 status collapsed
9478
9479 \begin_layout Plain Layout
9480
9481
9482 \backslash
9483 spce 
9484 \end_layout
9485
9486 \end_inset
9487
9488 A
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 </row>
9506 <row>
9507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511
9512 \backslash
9513 ddot
9514 \begin_inset ERT
9515 status collapsed
9516
9517 \begin_layout Plain Layout
9518
9519
9520 \backslash
9521 spce 
9522 \end_layout
9523
9524 \end_inset
9525
9526 A
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \backslash
9551 dddot
9552 \begin_inset ERT
9553 status collapsed
9554
9555 \begin_layout Plain Layout
9556
9557
9558 \backslash
9559 spce 
9560 \end_layout
9561
9562 \end_inset
9563
9564 A
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row>
9583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \backslash
9589 ddddot{A
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9599 \end_inset
9600
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row>
9608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \backslash
9614 vec
9615 \begin_inset ERT
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619
9620
9621 \backslash
9622 spce 
9623 \end_layout
9624
9625 \end_inset
9626
9627 A
9628 \begin_inset Index
9629 status collapsed
9630
9631 \begin_layout Plain Layout
9632 Vectors
9633 \end_layout
9634
9635 \end_inset
9636
9637
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9647 \end_inset
9648
9649
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 </row>
9655 <row>
9656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660
9661 \backslash
9662 bar
9663 \begin_inset ERT
9664 status collapsed
9665
9666 \begin_layout Plain Layout
9667
9668
9669 \backslash
9670 spce 
9671 \end_layout
9672
9673 \end_inset
9674
9675 A
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9685 \end_inset
9686
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row>
9694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698
9699 \backslash
9700 mathring
9701 \begin_inset ERT
9702 status collapsed
9703
9704 \begin_layout Plain Layout
9705
9706
9707 \backslash
9708 spce 
9709 \end_layout
9710
9711 \end_inset
9712
9713 A
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 </row>
9731 </lyxtabular>
9732
9733 \end_inset
9734
9735
9736 \begin_inset space \hfill{}
9737 \end_inset
9738
9739
9740 \begin_inset Tabular
9741 <lyxtabular version="3" rows="7" columns="2">
9742 <features>
9743 <column alignment="center" valignment="top" width="0pt">
9744 <column alignment="center" valignment="top" width="0pt">
9745 <row>
9746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 Command
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 Result
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row>
9766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \backslash
9772 tilde
9773 \begin_inset ERT
9774 status collapsed
9775
9776 \begin_layout Plain Layout
9777
9778
9779 \backslash
9780 spce 
9781 \end_layout
9782
9783 \end_inset
9784
9785 A
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9795 \end_inset
9796
9797
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row>
9804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \backslash
9810 hat
9811 \begin_inset ERT
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815
9816
9817 \backslash
9818 spce 
9819 \end_layout
9820
9821 \end_inset
9822
9823 A
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 </row>
9841 <row>
9842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846
9847 \backslash
9848 check
9849 \begin_inset ERT
9850 status collapsed
9851
9852 \begin_layout Plain Layout
9853
9854
9855 \backslash
9856 spce 
9857 \end_layout
9858
9859 \end_inset
9860
9861 A
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \backslash
9886 acute
9887 \begin_inset ERT
9888 status collapsed
9889
9890 \begin_layout Plain Layout
9891
9892
9893 \backslash
9894 spce 
9895 \end_layout
9896
9897 \end_inset
9898
9899 A
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9909 \end_inset
9910
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 </row>
9917 <row>
9918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \backslash
9924 grave
9925 \begin_inset ERT
9926 status collapsed
9927
9928 \begin_layout Plain Layout
9929
9930
9931 \backslash
9932 spce 
9933 \end_layout
9934
9935 \end_inset
9936
9937 A
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9947 \end_inset
9948
9949
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row>
9956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \backslash
9962 breve
9963 \begin_inset ERT
9964 status collapsed
9965
9966 \begin_layout Plain Layout
9967
9968
9969 \backslash
9970 spce 
9971 \end_layout
9972
9973 \end_inset
9974
9975 A
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 </lyxtabular>
9994
9995 \end_inset
9996
9997
9998 \begin_inset space \hfill{}
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \begin_layout Standard
10005 \begin_inset VSpace bigskip
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \begin_layout Standard
10012 You can directly insert accents like é to formulas.
10013  LyX will transform them to the corresponding accent command.
10014  For umlauts
10015 \begin_inset Index
10016 status collapsed
10017
10018 \begin_layout Plain Layout
10019 Umlauts
10020 \end_layout
10021
10022 \end_inset
10023
10024  it is better to insert a quotation mark before the vowel.
10025  These two characters are then treated by LaTeX as 
10026 \emph on
10027 one
10028 \emph default
10029  character when the formula part with the umlaut is marked as German.
10030  In contrary to 
10031 \series bold
10032
10033 \backslash
10034 ddot
10035 \series default
10036 , with this method 
10037 \begin_inset Quotes eld
10038 \end_inset
10039
10040 real
10041 \begin_inset Quotes erd
10042 \end_inset
10043
10044  umlauts are created as demonstrated in the following example:
10045 \end_layout
10046
10047 \begin_layout Standard
10048 \begin_inset VSpace -2mm
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \begin_layout Standard
10055 \align center
10056 \begin_inset Tabular
10057 <lyxtabular version="3" rows="3" columns="2">
10058 <features>
10059 <column alignment="center" valignment="top" width="0">
10060 <column alignment="center" valignment="top" width="0">
10061 <row>
10062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 Command
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 Result
10076 \begin_inset Note Note
10077 status collapsed
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082
10083 \backslash
10084 raisebox
10085 \series default
10086  and the 0
10087 \begin_inset space \thinspace{}
10088 \end_inset
10089
10090 pt space are only used as spacer.
10091 \end_layout
10092
10093 \end_inset
10094
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row>
10102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \lang ngerman
10108 \begin_inset Quotes grd
10109 \end_inset
10110
10111 i
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 \begin_inset space \hspace{}
10121 \length 0pt
10122 \end_inset
10123
10124
10125 \lang ngerman
10126
10127 \begin_inset Formula $"i$
10128 \end_inset
10129
10130
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row>
10137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \backslash
10143 ddot
10144 \begin_inset ERT
10145 status collapsed
10146
10147 \begin_layout Plain Layout
10148
10149
10150 \backslash
10151 spce 
10152 \end_layout
10153
10154 \end_inset
10155
10156 i
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10166 \end_inset
10167
10168
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 </lyxtabular>
10175
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \begin_layout Standard
10182 Another advantage to 
10183 \series bold
10184
10185 \backslash
10186 ddot
10187 \series default
10188  is that umlauts can directly be converted to mathematical text because
10189  the accent commands above are 
10190 \emph on
10191 not allowed
10192 \emph default
10193  
10194 \emph on
10195 in mathematical text
10196 \emph default
10197 .
10198  To convert an accented character to mathematical text, only the character
10199  under the accent may be converted.
10200  This applies also for all other conversions, e.
10201 \begin_inset space \thinspace{}
10202 \end_inset
10203
10204 g.
10205 \begin_inset space \space{}
10206 \end_inset
10207
10208 to italic or bold.
10209 \end_layout
10210
10211 \begin_layout Standard
10212 In mathematical text, umlauts and other accented characters can directly
10213  be inserted.
10214 \end_layout
10215
10216 \begin_layout Subsection
10217 Accents for Operators
10218 \begin_inset Index
10219 status collapsed
10220
10221 \begin_layout Plain Layout
10222 Accents ! for operators
10223 \end_layout
10224
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \begin_layout Standard
10231 With the commands 
10232 \series bold
10233
10234 \backslash
10235 overset
10236 \series default
10237
10238 \begin_inset Index
10239 status collapsed
10240
10241 \begin_layout Plain Layout
10242 Commands ! O ! 
10243 \backslash
10244 overset
10245 \end_layout
10246
10247 \end_inset
10248
10249  and 
10250 \series bold
10251
10252 \backslash
10253 underset
10254 \series default
10255
10256 \begin_inset Index
10257 status collapsed
10258
10259 \begin_layout Plain Layout
10260 Commands ! U ! 
10261 \backslash
10262 underset
10263 \end_layout
10264
10265 \end_inset
10266
10267  characters can be placed above or below an operator, respectively, to accent
10268  it.
10269  With the command 
10270 \series bold
10271
10272 \backslash
10273 sideset
10274 \series default
10275
10276 \begin_inset Index
10277 status collapsed
10278
10279 \begin_layout Plain Layout
10280 Commands ! S ! 
10281 \backslash
10282 sideset
10283 \end_layout
10284
10285 \end_inset
10286
10287  characters can be set before and behind an operator.
10288  The command scheme is:
10289 \end_layout
10290
10291 \begin_layout Standard
10292
10293 \series bold
10294
10295 \backslash
10296 sideset{character
10297 \series default
10298  
10299 \series bold
10300 before}{character
10301 \series default
10302  
10303 \series bold
10304 behind}
10305 \end_layout
10306
10307 \begin_layout Standard
10308
10309 \series bold
10310
10311 \backslash
10312 sideset
10313 \series default
10314  must always be before the operator that should be accented.
10315  You can accent with several characters and even with other operators and
10316  symbols.
10317  To place with 
10318 \series bold
10319
10320 \backslash
10321 sideset
10322 \series default
10323  for example only characters behind an operator, write nothing between the
10324  first braces but don't omit the braces.
10325 \end_layout
10326
10327 \begin_layout Standard
10328 For example the command 
10329 \series bold
10330
10331 \backslash
10332 sideset{
10333 \begin_inset Formula $\to$
10334 \end_inset
10335
10336
10337 \backslash
10338 {
10339 \series default
10340 '
10341 \series bold
10342
10343 \begin_inset Formula $\to$
10344 \end_inset
10345
10346
10347 \backslash
10348 sum_k=1
10349 \begin_inset ERT
10350 status collapsed
10351
10352 \begin_layout Plain Layout
10353
10354
10355 \backslash
10356 spce 
10357 \end_layout
10358
10359 \end_inset
10360
10361
10362 \series default
10363 ^
10364 \series bold
10365 n
10366 \series default
10367  produces:
10368 \begin_inset Formula \[
10369 \sideset{}{'}\sum_{k=1}^{n}\]
10370
10371 \end_inset
10372
10373
10374 \end_layout
10375
10376 \begin_layout Standard
10377 The command 
10378 \series bold
10379
10380 \backslash
10381 overset
10382 \begin_inset ERT
10383 status collapsed
10384
10385 \begin_layout Plain Layout
10386
10387
10388 \backslash
10389 spce 
10390 \end_layout
10391
10392 \end_inset
10393
10394
10395 \backslash
10396 maltese
10397 \begin_inset ERT
10398 status collapsed
10399
10400 \begin_layout Plain Layout
10401
10402
10403 \backslash
10404 spce 
10405 \end_layout
10406
10407 \end_inset
10408
10409
10410 \series default
10411
10412 \begin_inset Formula $\uparrow$
10413 \end_inset
10414
10415
10416 \series bold
10417 a
10418 \series default
10419  produces:
10420 \begin_inset Formula \[
10421 \overset{a}{\maltese}\]
10422
10423 \end_inset
10424
10425 As seen in the last example, with 
10426 \series bold
10427
10428 \backslash
10429 overset
10430 \series default
10431  and 
10432 \series bold
10433
10434 \backslash
10435 underset
10436 \series default
10437  also symbols and characters can be accented; with 
10438 \series bold
10439
10440 \backslash
10441 sideset
10442 \series default
10443  this is not possible.
10444 \end_layout
10445
10446 \begin_layout Subsection
10447 Accents for several Characters
10448 \begin_inset Index
10449 status collapsed
10450
10451 \begin_layout Plain Layout
10452 Accents ! for several characters
10453 \end_layout
10454
10455 \end_inset
10456
10457
10458 \end_layout
10459
10460 \begin_layout Standard
10461 \begin_inset space \hfill{}
10462 \end_inset
10463
10464
10465 \begin_inset Tabular
10466 <lyxtabular version="3" rows="5" columns="2">
10467 <features>
10468 <column alignment="center" valignment="top" width="0pt">
10469 <column alignment="center" valignment="top" width="0pt">
10470 <row>
10471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Command
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Result
10485 \begin_inset Note Note
10486 status collapsed
10487
10488 \begin_layout Plain Layout
10489
10490 \series bold
10491
10492 \backslash
10493 raisebox
10494 \series default
10495  is only used as spacer.
10496 \end_layout
10497
10498 \end_inset
10499
10500
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 </row>
10506 <row>
10507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511
10512 \backslash
10513 overleftarrow
10514 \begin_inset ERT
10515 status collapsed
10516
10517 \begin_layout Plain Layout
10518
10519
10520 \backslash
10521 spce 
10522 \end_layout
10523
10524 \end_inset
10525
10526 A=B
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10536 \end_inset
10537
10538
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \backslash
10551 underleftarrow
10552 \begin_inset ERT
10553 status collapsed
10554
10555 \begin_layout Plain Layout
10556
10557
10558 \backslash
10559 spce 
10560 \end_layout
10561
10562 \end_inset
10563
10564 A=B
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10574 \end_inset
10575
10576
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \backslash
10589 overleftrightarrow
10590 \begin_inset ERT
10591 status collapsed
10592
10593 \begin_layout Plain Layout
10594
10595
10596 \backslash
10597 spce 
10598 \end_layout
10599
10600 \end_inset
10601
10602 A=B
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627 underleftrightarrow
10628 \begin_inset ERT
10629 status collapsed
10630
10631 \begin_layout Plain Layout
10632
10633
10634 \backslash
10635 spce 
10636 \end_layout
10637
10638 \end_inset
10639
10640 A=B
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 </lyxtabular>
10659
10660 \end_inset
10661
10662
10663 \begin_inset space \hfill{}
10664 \end_inset
10665
10666
10667 \begin_inset Tabular
10668 <lyxtabular version="3" rows="5" columns="2">
10669 <features>
10670 <column alignment="center" valignment="top" width="0pt">
10671 <column alignment="center" valignment="top" width="0pt">
10672 <row>
10673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 Command
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 Result
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \backslash
10699 overrightarrow
10700 \begin_inset ERT
10701 status collapsed
10702
10703 \begin_layout Plain Layout
10704
10705
10706 \backslash
10707 spce 
10708 \end_layout
10709
10710 \end_inset
10711
10712 A=B
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \backslash
10737 underrightarrow
10738 \begin_inset ERT
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742
10743
10744 \backslash
10745 spce 
10746 \end_layout
10747
10748 \end_inset
10749
10750 A=B
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \backslash
10775 widetilde
10776 \begin_inset ERT
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780
10781
10782 \backslash
10783 spce 
10784 \end_layout
10785
10786 \end_inset
10787
10788 A=B
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \backslash
10813 widehat
10814 \begin_inset ERT
10815 status collapsed
10816
10817 \begin_layout Plain Layout
10818
10819
10820 \backslash
10821 spce 
10822 \end_layout
10823
10824 \end_inset
10825
10826 A=B
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 </lyxtabular>
10845
10846 \end_inset
10847
10848
10849 \begin_inset space \hfill{}
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \begin_layout Standard
10856 \begin_inset VSpace medskip
10857 \end_inset
10858
10859 With these commands as many characters as you like can be accented.
10860  But the accents 
10861 \series bold
10862
10863 \backslash
10864 widetilde
10865 \series default
10866  and 
10867 \series bold
10868
10869 \backslash
10870 widehat
10871 \series default
10872  will only be set in the output with a length of three characters, as shown
10873  in the following example:
10874 \begin_inset Formula \[
10875 \widetilde{A+B=C-D}\]
10876
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \begin_layout Standard
10883 With the commands 
10884 \series bold
10885
10886 \backslash
10887 overset
10888 \series default
10889
10890 \begin_inset Index
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894 Commands ! O ! 
10895 \backslash
10896 overset
10897 \end_layout
10898
10899 \end_inset
10900
10901  and 
10902 \series bold
10903
10904 \backslash
10905 underset
10906 \series default
10907
10908 \begin_inset Index
10909 status collapsed
10910
10911 \begin_layout Plain Layout
10912 Commands ! U ! 
10913 \backslash
10914 underset
10915 \end_layout
10916
10917 \end_inset
10918
10919  described in the previous subsection it is also possible to accent several
10920  characters.
10921  The command 
10922 \series bold
10923
10924 \backslash
10925 underset
10926 \begin_inset ERT
10927 status collapsed
10928
10929 \begin_layout Plain Layout
10930
10931
10932 \backslash
10933 spce 
10934 \end_layout
10935
10936 \end_inset
10937
10938 A=B
10939 \begin_inset Formula $\downarrow$
10940 \end_inset
10941
10942 ***
10943 \series default
10944  creates:
10945 \begin_inset Formula \[
10946 \underset{***}{A=B}\]
10947
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \begin_layout Section
10954 Space
10955 \begin_inset CommandInset label
10956 LatexCommand label
10957 name "sub:Space"
10958
10959 \end_inset
10960
10961
10962 \begin_inset Index
10963 status collapsed
10964
10965 \begin_layout Plain Layout
10966 Space ! horizontal
10967 \end_layout
10968
10969 \end_inset
10970
10971
10972 \end_layout
10973
10974 \begin_layout Subsection
10975 Predefined Space
10976 \begin_inset CommandInset label
10977 LatexCommand label
10978 name "sub:Predefined-Space"
10979
10980 \end_inset
10981
10982
10983 \begin_inset Index
10984 status collapsed
10985
10986 \begin_layout Plain Layout
10987 Space ! horizontal ! predefined
10988 \end_layout
10989
10990 \end_inset
10991
10992
10993 \end_layout
10994
10995 \begin_layout Standard
10996 Sometimes it is necessary to insert horizontal space to a formula.
10997  This is done by inserting a protected space (shortcut 
10998 \begin_inset Info
10999 type  "shortcut"
11000 arg   "space-insert protected"
11001 \end_inset
11002
11003 ).
11004  A 
11005 \begin_inset Quotes eld
11006 \end_inset
11007
11008
11009 \color blue
11010
11011 \begin_inset ERT
11012 status collapsed
11013
11014 \begin_layout Plain Layout
11015
11016
11017 \backslash
11018 spce 
11019 \end_layout
11020
11021 \end_inset
11022
11023
11024 \color inherit
11025
11026 \begin_inset Quotes erd
11027 \end_inset
11028
11029  appears and by pressing 
11030 \family sans
11031 Space
11032 \family default
11033  several times one can select one of eight different space sizes.
11034  The spaces can also be inserted using the math toolbar button 
11035 \begin_inset Graphics
11036         filename ../images/math/space.png
11037         scale 85
11038
11039 \end_inset
11040
11041  or special commands.
11042  Independent from the inserted command, one can select the size again by
11043  pressing 
11044 \family sans
11045 Space
11046 \family default
11047  afterwards.
11048 \end_layout
11049
11050 \begin_layout Standard
11051 \noindent
11052 \align center
11053 \begin_inset VSpace -5mm
11054 \end_inset
11055
11056
11057 \begin_inset Tabular
11058 <lyxtabular version="3" rows="3" columns="7">
11059 <features>
11060 <column alignment="center" valignment="middle" width="6.8cm">
11061 <column alignment="center" valignment="top" width="0">
11062 <column alignment="center" valignment="top" width="0">
11063 <column alignment="center" valignment="top" width="0">
11064 <column alignment="center" valignment="top" width="0">
11065 <column alignment="center" valignment="top" width="0">
11066 <column alignment="center" valignment="top" width="0">
11067 <row>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Command
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \backslash
11083 ,
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \backslash
11094 :
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \backslash
11105 ;
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \backslash
11116 quad
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \backslash
11127 qquad
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \backslash
11138 !
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 Number of 
11150 \family sans
11151 Space
11152 \family default
11153  keystrokes after inserting the protected space
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 0
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 1
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 2
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 3
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 4
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 5
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 Result
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 \begin_inset Formula $A\, B$
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 \begin_inset Formula $A\: B$
11240 \end_inset
11241
11242
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 \begin_inset Formula $A\; B$
11252 \end_inset
11253
11254
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 \begin_inset Formula $A\quad B$
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 \begin_inset Formula $A\qquad B$
11276 \end_inset
11277
11278
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 \begin_inset Formula $A\! B$
11288 \end_inset
11289
11290
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 </row>
11296 </lyxtabular>
11297
11298 \end_inset
11299
11300
11301 \end_layout
11302
11303 \begin_layout Standard
11304 The last size seem to produce no space.
11305  It is displayed red in LyX contrary to the other sizes, because it is a
11306  negative space.
11307  There are two more negative spaces:
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \align center
11312 \begin_inset Tabular
11313 <lyxtabular version="3" rows="3" columns="3">
11314 <features>
11315 <column alignment="center" valignment="middle" width="6.8cm">
11316 <column alignment="center" valignment="top" width="0pt">
11317 <column alignment="center" valignment="top" width="0pt">
11318 <row>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 Command
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332
11333 \backslash
11334 negmedspace
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343
11344 \backslash
11345 negthickspace
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 <row>
11352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 Number of 
11357 \family sans
11358 Space
11359 \family default
11360  keystrokes after inserting the protected space
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 6
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 7
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 </row>
11384 <row>
11385 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 Result
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 \begin_inset Formula $A\negmedspace B$
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 \begin_inset Formula $A\negthickspace B$
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 </lyxtabular>
11420
11421 \end_inset
11422
11423
11424 \end_layout
11425
11426 \begin_layout Standard
11427 Negative spaces can lead to characters overlapping each other.
11428  Thus they can be used to enforce ligatures, what is e.
11429 \begin_inset space \thinspace{}
11430 \end_inset
11431
11432 g.
11433 \begin_inset space \space{}
11434 \end_inset
11435
11436 useful for summation operators: 
11437 \end_layout
11438
11439 \begin_layout Standard
11440 \align center
11441 \begin_inset Tabular
11442 <lyxtabular version="3" rows="3" columns="2">
11443 <features>
11444 <column alignment="center" valignment="top" width="0">
11445 <column alignment="center" valignment="top" width="0">
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 Command
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 Result
11461 \begin_inset Note Note
11462 status collapsed
11463
11464 \begin_layout Plain Layout
11465
11466 \series bold
11467
11468 \backslash
11469 raisebox
11470 \series default
11471  is only used as spacer.
11472 \end_layout
11473
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 <row>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487
11488 \backslash
11489 sum
11490 \backslash
11491 sum
11492 \begin_inset ERT
11493 status collapsed
11494
11495 \begin_layout Plain Layout
11496
11497
11498 \backslash
11499 spce 
11500 \end_layout
11501
11502 \end_inset
11503
11504 f_kl
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 <row>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527
11528 \backslash
11529 sum
11530 \backslash
11531 negmedspace
11532 \backslash
11533 sum
11534 \begin_inset ERT
11535 status collapsed
11536
11537 \begin_layout Plain Layout
11538
11539
11540 \backslash
11541 spce 
11542 \end_layout
11543
11544 \end_inset
11545
11546 f_kl
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 </lyxtabular>
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \begin_layout Standard
11572 Relations like for example equal signs, are always surrounded by space.
11573  To suppress this, the equal sign is placed into a TeX-brace.
11574  The following example demonstrates this:
11575 \end_layout
11576
11577 \begin_layout Standard
11578 \align center
11579 \begin_inset Tabular
11580 <lyxtabular version="3" rows="2" columns="2">
11581 <features>
11582 <column alignment="center" valignment="top" width="0pt">
11583 <column alignment="center" valignment="top" width="0pt">
11584 <row>
11585 <cell alignment="center" valignment="top" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 normal equation
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 \begin_inset Formula $A=B$
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 \begin_inset Note Note
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616
11617 \series bold
11618
11619 \backslash
11620 raisebox
11621 \series default
11622  is only used as spacer.
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \begin_inset Formula $\raisebox{5mm}{}$
11629 \end_inset
11630
11631 equation without space
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 \begin_inset Formula $A{=}B$
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 </row>
11649 </lyxtabular>
11650
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \begin_layout Standard
11657 \noindent
11658 The command for the last formula is: 
11659 \series bold
11660 A
11661 \backslash
11662 {=
11663 \begin_inset Formula $\to$
11664 \end_inset
11665
11666 B
11667 \end_layout
11668
11669 \begin_layout Standard
11670 \begin_inset VSpace bigskip
11671 \end_inset
11672
11673 Spaces are needed for physical units, because the space between the value
11674  and the unit is the smallest one and not a normal space.
11675  For units in text, the smallest space is inserted via the menu 
11676 \family sans
11677 Insert\SpecialChar \menuseparator
11678 Formatting\SpecialChar \menuseparator
11679 Thin
11680 \begin_inset space ~
11681 \end_inset
11682
11683 Space
11684 \family default
11685  (shortcut 
11686 \begin_inset Info
11687 type  "shortcut"
11688 arg   "space-insert thin"
11689 \end_inset
11690
11691 ).
11692 \end_layout
11693
11694 \begin_layout Standard
11695 An example to visualize the difference:
11696 \end_layout
11697
11698 \begin_layout Standard
11699 \begin_inset Tabular
11700 <lyxtabular version="3" rows="2" columns="2">
11701 <features>
11702 <column alignment="left" valignment="top" width="0">
11703 <column alignment="left" valignment="top" width="0">
11704 <row>
11705 <cell alignment="center" valignment="top" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 24 kW
11710 \begin_inset Formula $\cdot$
11711 \end_inset
11712
11713 h
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 space between value and unit
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 </row>
11728 <row>
11729 <cell alignment="center" valignment="top" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 24
11734 \begin_inset space \thinspace{}
11735 \end_inset
11736
11737 kW
11738 \begin_inset Formula $\cdot$
11739 \end_inset
11740
11741 h
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 smallest space between value and unit
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 </lyxtabular>
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \begin_layout Subsection
11764 Variable Space
11765 \begin_inset ERT
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769
11770
11771 \backslash
11772 texorpdfstring{
11773 \end_layout
11774
11775 \end_inset
11776
11777
11778 \begin_inset Foot
11779 status collapsed
11780
11781 \begin_layout Plain Layout
11782 for vertical space in formulas see 
11783 \begin_inset CommandInset ref
11784 LatexCommand ref
11785 reference "sub:Line-Separation"
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \end_inset
11793
11794
11795 \begin_inset ERT
11796 status collapsed
11797
11798 \begin_layout Plain Layout
11799
11800 }{}
11801 \end_layout
11802
11803 \end_inset
11804
11805
11806 \begin_inset Note Note
11807 status collapsed
11808
11809 \begin_layout Plain Layout
11810
11811 \backslash
11812 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11813 \end_layout
11814
11815 \begin_layout Plain Layout
11816 More about 
11817 \backslash
11818 texorpdfstring is in section 
11819 \begin_inset CommandInset ref
11820 LatexCommand ref
11821 reference "sub:Formulas-in-Section"
11822
11823 \end_inset
11824
11825 .
11826 \end_layout
11827
11828 \end_inset
11829
11830
11831 \begin_inset CommandInset label
11832 LatexCommand label
11833 name "sub:Variable-Space"
11834
11835 \end_inset
11836
11837
11838 \begin_inset Index
11839 status collapsed
11840
11841 \begin_layout Plain Layout
11842 Space ! horizontal ! variable
11843 \end_layout
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Standard
11851 Space with a defined length can be inserted with the command 
11852 \series bold
11853
11854 \backslash
11855 hspace
11856 \series default
11857
11858 \begin_inset Index
11859 status collapsed
11860
11861 \begin_layout Plain Layout
11862 Commands ! H ! 
11863 \backslash
11864 hspace
11865 \end_layout
11866
11867 \end_inset
11868
11869 .
11870  Then a long 
11871 \begin_inset Quotes eld
11872 \end_inset
11873
11874
11875 \color blue
11876
11877 \begin_inset ERT
11878 status collapsed
11879
11880 \begin_layout Plain Layout
11881
11882
11883 \backslash
11884 spce 
11885 \end_layout
11886
11887 \end_inset
11888
11889
11890 \color inherit
11891
11892 \begin_inset Quotes erd
11893 \end_inset
11894
11895  appears.
11896  The length can be specified by left-clicking on the 
11897 \begin_inset Quotes eld
11898 \end_inset
11899
11900
11901 \color blue
11902
11903 \begin_inset ERT
11904 status collapsed
11905
11906 \begin_layout Plain Layout
11907
11908
11909 \backslash
11910 spce 
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \color inherit
11917
11918 \begin_inset Quotes erd
11919 \end_inset
11920
11921 .
11922  The length may also be negative.
11923  To insert so many space that the formula uses all available space, the
11924  command 
11925 \series bold
11926
11927 \backslash
11928 hfill
11929 \series default
11930
11931 \begin_inset Index
11932 status collapsed
11933
11934 \begin_layout Plain Layout
11935 Commands ! H ! 
11936 \backslash
11937 hfill
11938 \end_layout
11939
11940 \end_inset
11941
11942  is used.
11943 \end_layout
11944
11945 \begin_layout Standard
11946 \begin_inset VSpace -1mm
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \begin_layout Standard
11953 \align center
11954 \begin_inset Tabular
11955 <lyxtabular version="3" rows="4" columns="2">
11956 <features>
11957 <column alignment="center" valignment="top" width="0">
11958 <column alignment="center" valignment="top" width="0">
11959 <row>
11960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 Command (
11965 \backslash
11966 hspace length)
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 Result
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 </row>
11981 <row>
11982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 A=B
11987 \backslash
11988 hspace
11989 \begin_inset ERT
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993
11994
11995 \backslash
11996 spce 
11997 \end_layout
11998
11999 \end_inset
12000
12001
12002 \begin_inset Formula $\to$
12003 \end_inset
12004
12005 A
12006 \backslash
12007 not=C (3
12008 \begin_inset space \thinspace{}
12009 \end_inset
12010
12011 cm)
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 </row>
12029 <row>
12030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 A
12035 \backslash
12036 hspace
12037 \begin_inset ERT
12038 status collapsed
12039
12040 \begin_layout Plain Layout
12041
12042
12043 \backslash
12044 spce 
12045 \end_layout
12046
12047 \end_inset
12048
12049
12050 \begin_inset Formula $\to$
12051 \end_inset
12052
12053 A
12054 \backslash
12055 not=A (-1
12056 \begin_inset space \thinspace{}
12057 \end_inset
12058
12059 mm)
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12069 \end_inset
12070
12071
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 </row>
12077 <row>
12078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 A=A
12083 \backslash
12084 hfill
12085 \begin_inset ERT
12086 status collapsed
12087
12088 \begin_layout Plain Layout
12089
12090
12091 \backslash
12092 spce 
12093 \end_layout
12094
12095 \end_inset
12096
12097 B=B
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 \begin_inset Formula $A=A\hfill B=B$
12107 \end_inset
12108
12109
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 </row>
12115 </lyxtabular>
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \begin_layout Standard
12123 In the last example the available space is given by the longest column entry
12124  of the table.
12125  In an inline formula the space depends on the length of the line in which
12126  
12127 \series bold
12128
12129 \backslash
12130 hfill
12131 \series default
12132  is inserted.
12133  Thus, when the line uses the full width, no space will be created.
12134  
12135 \series bold
12136
12137 \backslash
12138 hfill
12139 \series default
12140  only has an effect on displayed formulas when the formula style 
12141 \series bold
12142 Indented
12143 \series default
12144  is used.
12145  (Formula styles are explained in 
12146 \begin_inset CommandInset ref
12147 LatexCommand ref
12148 reference "sec:Formula-Styles"
12149
12150 \end_inset
12151
12152 .)
12153 \end_layout
12154
12155 \begin_layout Standard
12156 Besides 
12157 \series bold
12158
12159 \backslash
12160 hfill
12161 \series default
12162 , there are the commands 
12163 \series bold
12164
12165 \backslash
12166 dotfill
12167 \series default
12168  and 
12169 \series bold
12170
12171 \backslash
12172 hrulefill
12173 \series default
12174  that fill the space with a pattern, see 
12175 \begin_inset CommandInset ref
12176 LatexCommand ref
12177 reference "sub:Ellipses"
12178
12179 \end_inset
12180
12181  for an example.
12182 \end_layout
12183
12184 \begin_layout Standard
12185 For text, variable space can be inserted via the menu 
12186 \family sans
12187 Insert\SpecialChar \menuseparator
12188 Formatting\SpecialChar \menuseparator
12189 Horizontal
12190 \begin_inset space ~
12191 \end_inset
12192
12193 Space
12194 \family default
12195 :
12196 \end_layout
12197
12198 \begin_layout Standard
12199 This is a line with
12200 \begin_inset space \hspace{}
12201 \length 2cm
12202 \end_inset
12203
12204 2
12205 \begin_inset space \thinspace{}
12206 \end_inset
12207
12208 cm space.
12209 \end_layout
12210
12211 \begin_layout Standard
12212 This is a line with
12213 \begin_inset space \hfill{}
12214 \end_inset
12215
12216 maximum space.
12217 \end_layout
12218
12219 \begin_layout Subsection
12220 Space besides inline Formulas
12221 \begin_inset Index
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225 Space ! besides inline formulas
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \begin_layout Standard
12234 The space that surrounds inline formulas can be adjusted with the length
12235  
12236 \series bold
12237
12238 \backslash
12239 mathsurround
12240 \begin_inset Index
12241 status collapsed
12242
12243 \begin_layout Plain Layout
12244 Commands ! M ! 
12245 \backslash
12246 mathsurround
12247 \end_layout
12248
12249 \end_inset
12250
12251
12252 \series default
12253 .
12254  The value of a length is set with the command 
12255 \series bold
12256
12257 \backslash
12258 setlength
12259 \begin_inset Index
12260 status collapsed
12261
12262 \begin_layout Plain Layout
12263 Commands ! S ! 
12264 \backslash
12265 setlength
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \series default
12272  that has the following scheme:
12273 \end_layout
12274
12275 \begin_layout Standard
12276
12277 \series bold
12278
12279 \backslash
12280 setlength{length name}{value}
12281 \end_layout
12282
12283 \begin_layout Standard
12284 To set 
12285 \series bold
12286
12287 \backslash
12288 mathsurround
12289 \series default
12290  to the value 5
12291 \begin_inset space \thinspace{}
12292 \end_inset
12293
12294 mm, the command
12295 \end_layout
12296
12297 \begin_layout Standard
12298
12299 \series bold
12300
12301 \backslash
12302 setlength{
12303 \backslash
12304 mathsurround}{5mm}
12305 \end_layout
12306
12307 \begin_layout Standard
12308 is inserted in TeX-mode.
12309  5
12310 \begin_inset space \thinspace{}
12311 \end_inset
12312
12313 mm space will now be set around all inline formulas:
12314 \begin_inset ERT
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318
12319
12320 \backslash
12321 setlength{
12322 \backslash
12323 mathsurround}{5mm}
12324 \end_layout
12325
12326 \end_inset
12327
12328
12329 \end_layout
12330
12331 \begin_layout Standard
12332 This is a line with an inline formula 
12333 \begin_inset Formula $A=B$
12334 \end_inset
12335
12336  with 5
12337 \begin_inset space \thinspace{}
12338 \end_inset
12339
12340 mm surrounding space.
12341 \begin_inset ERT
12342 status collapsed
12343
12344 \begin_layout Plain Layout
12345
12346
12347 \backslash
12348 setlength{
12349 \backslash
12350 mathsurround}{0pt}
12351 \end_layout
12352
12353 \end_inset
12354
12355
12356 \end_layout
12357
12358 \begin_layout Standard
12359 To return to the predefined value, 
12360 \series bold
12361
12362 \backslash
12363 mathsurround
12364 \series default
12365  is set to the value 0
12366 \begin_inset space \thinspace{}
12367 \end_inset
12368
12369 pt.
12370 \end_layout
12371
12372 \begin_layout Section
12373 Boxes and Frames
12374 \begin_inset Index
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378 Boxes
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \begin_inset Index
12385 status collapsed
12386
12387 \begin_layout Plain Layout
12388 Frames | see
12389 \begin_inset ERT
12390 status collapsed
12391
12392 \begin_layout Plain Layout
12393
12394 {
12395 \end_layout
12396
12397 \end_inset
12398
12399 Boxes
12400 \begin_inset ERT
12401 status collapsed
12402
12403 \begin_layout Plain Layout
12404
12405 }
12406 \end_layout
12407
12408 \end_inset
12409
12410
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \begin_layout Standard
12419 Boxes for text are described in chapter 
12420 \family typewriter
12421 Boxes
12422 \family default
12423  in the 
12424 \family typewriter
12425 Embedded
12426 \begin_inset space ~
12427 \end_inset
12428
12429 Objects
12430 \family default
12431  manual.
12432 \end_layout
12433
12434 \begin_layout Subsection
12435 Boxes with Frame
12436 \begin_inset CommandInset label
12437 LatexCommand label
12438 name "sub:Boxes-with-Frame"
12439
12440 \end_inset
12441
12442
12443 \begin_inset Index
12444 status collapsed
12445
12446 \begin_layout Plain Layout
12447 Boxes ! with frame
12448 \end_layout
12449
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \begin_layout Standard
12456 It is possible to frame formulas or parts of it with the commands 
12457 \series bold
12458
12459 \backslash
12460 fbox
12461 \series default
12462
12463 \begin_inset Index
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467 Commands ! F ! 
12468 \backslash
12469 fbox
12470 \end_layout
12471
12472 \end_inset
12473
12474  and 
12475 \series bold
12476
12477 \backslash
12478 boxed
12479 \series default
12480
12481 \begin_inset Index
12482 status collapsed
12483
12484 \begin_layout Plain Layout
12485 Commands ! B ! 
12486 \backslash
12487 boxed
12488 \end_layout
12489
12490 \end_inset
12491
12492 .
12493 \end_layout
12494
12495 \begin_layout Standard
12496 When one of these commands is inserted to a formula, a blue box appears
12497  within a frame to enter formula parts.
12498  For 
12499 \series bold
12500
12501 \backslash
12502 fbox
12503 \series default
12504  an additional formula has to be created by 
12505 \family sans
12506 Ctrl+M
12507 \family default
12508  within this box, because the box content will otherwise be treated as mathemati
12509 cal text.
12510  When 
12511 \series bold
12512
12513 \backslash
12514 boxed
12515 \series default
12516  is used, a new formula is automatically created inside the frame.
12517 \end_layout
12518
12519 \begin_layout Standard
12520 The command 
12521 \series bold
12522
12523 \backslash
12524 fbox
12525 \series default
12526  is not suitable to frame displayed formulas because the formula will always
12527  be set in the size of the text.
12528  
12529 \series bold
12530
12531 \backslash
12532 boxed
12533 \series default
12534  is in contrary not suitable to frame inline formulas, because the formula
12535  will always be set in the size of a displayed formula.
12536 \end_layout
12537
12538 \begin_layout Standard
12539 As extension to 
12540 \series bold
12541
12542 \backslash
12543 fbox
12544 \series default
12545  there is the command 
12546 \series bold
12547
12548 \backslash
12549 framebox
12550 \series default
12551
12552 \begin_inset Index
12553 status collapsed
12554
12555 \begin_layout Plain Layout
12556 Commands ! F ! 
12557 \backslash
12558 framebox
12559 \end_layout
12560
12561 \end_inset
12562
12563  where additionally the frame width and the alignment can be specified.
12564  
12565 \series bold
12566
12567 \backslash
12568 framebox
12569 \series default
12570  is used in the following scheme:
12571 \end_layout
12572
12573 \begin_layout Standard
12574
12575 \series bold
12576
12577 \backslash
12578 framebox[frame width][position]{box content}
12579 \end_layout
12580
12581 \begin_layout Standard
12582 The position can either be 
12583 \emph on
12584 l
12585 \emph default
12586  or 
12587 \emph on
12588 r
12589 \emph default
12590 .
12591  
12592 \emph on
12593 l
12594 \emph default
12595  left aligns, 
12596 \emph on
12597 r
12598 \emph default
12599  right aligns the formula in the box.
12600  When no position is given, the formula will be centered.
12601 \begin_inset Newline newline
12602 \end_inset
12603
12604 Is no width given, also no position can be given.
12605  In this case the frame width is adjusted to the box content like for 
12606 \series bold
12607
12608 \backslash
12609 fbox
12610 \series default
12611 .
12612 \end_layout
12613
12614 \begin_layout Standard
12615 When the command 
12616 \series bold
12617
12618 \backslash
12619 framebox
12620 \series default
12621  is inserted, a box appears containing three blue boxes.
12622  The first two boxes are surrounded by brackets and denote the two optional
12623  arguments.
12624  The third box is for formula parts like for 
12625 \series bold
12626
12627 \backslash
12628 fbox
12629 \series default
12630 .
12631 \end_layout
12632
12633 \begin_layout Standard
12634 \align center
12635 \begin_inset Tabular
12636 <lyxtabular version="3" rows="5" columns="2">
12637 <features>
12638 <column alignment="center" valignment="top" width="0">
12639 <column alignment="center" valignment="top" width="0">
12640 <row>
12641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 Command
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 Result
12655 \begin_inset Note Note
12656 status collapsed
12657
12658 \begin_layout Plain Layout
12659
12660 \series bold
12661
12662 \backslash
12663 raisebox
12664 \series default
12665  is only used as spacer.
12666 \end_layout
12667
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681
12682 \backslash
12683 fbox
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689
12690 \backslash
12691 spce 
12692 \end_layout
12693
12694 \end_inset
12695
12696
12697 \family sans
12698 Ctrl+M
12699 \family default
12700  
12701 \backslash
12702 int
12703 \begin_inset ERT
12704 status collapsed
12705
12706 \begin_layout Plain Layout
12707
12708
12709 \backslash
12710 spce 
12711 \end_layout
12712
12713 \end_inset
12714
12715 A=B
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12725 \end_inset
12726
12727
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 <row>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738
12739 \backslash
12740 boxed
12741 \begin_inset ERT
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745
12746
12747 \backslash
12748 spce 
12749 \end_layout
12750
12751 \end_inset
12752
12753
12754 \backslash
12755 int
12756 \begin_inset ERT
12757 status collapsed
12758
12759 \begin_layout Plain Layout
12760
12761
12762 \backslash
12763 spce 
12764 \end_layout
12765
12766 \end_inset
12767
12768 A=B
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12778 \end_inset
12779
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 </row>
12786 <row>
12787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 A+
12792 \backslash
12793 fbox
12794 \begin_inset ERT
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798
12799
12800 \backslash
12801 spce 
12802 \end_layout
12803
12804 \end_inset
12805
12806 B
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12816 \end_inset
12817
12818
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 </row>
12824 <row>
12825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829
12830 \backslash
12831 framebox
12832 \begin_inset ERT
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837
12838 \backslash
12839 spce 
12840 \end_layout
12841
12842 \end_inset
12843
12844 20mm
12845 \begin_inset Formula $\to$
12846 \end_inset
12847
12848
12849 \begin_inset Formula $\to$
12850 \end_inset
12851
12852
12853 \family sans
12854 Ctrl+M
12855 \family default
12856  
12857 \backslash
12858 frac
12859 \begin_inset ERT
12860 status collapsed
12861
12862 \begin_layout Plain Layout
12863
12864
12865 \backslash
12866 spce 
12867 \end_layout
12868
12869 \end_inset
12870
12871 A
12872 \begin_inset Formula $\downarrow$
12873 \end_inset
12874
12875 B
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 \begin_inset Formula $\raisebox{6mm}{}$
12885 \end_inset
12886
12887
12888 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12889 \end_inset
12890
12891
12892 \begin_inset Formula $\raisebox{-4mm}{}$
12893 \end_inset
12894
12895
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 </row>
12901 </lyxtabular>
12902
12903 \end_inset
12904
12905
12906 \end_layout
12907
12908 \begin_layout Standard
12909 The frame thickness can also be adjusted.
12910  To do this the following commands have to be inserted in TeX-mode before
12911  the formula
12912 \end_layout
12913
12914 \begin_layout Standard
12915
12916 \series bold
12917
12918 \backslash
12919 fboxrule
12920 \series default
12921  
12922 \series bold
12923
12924 \begin_inset Quotes eld
12925 \end_inset
12926
12927 thickness
12928 \begin_inset Quotes erd
12929 \end_inset
12930
12931
12932 \series default
12933  
12934 \series bold
12935
12936 \backslash
12937 fboxsep
12938 \series default
12939  
12940 \series bold
12941
12942 \begin_inset Quotes eld
12943 \end_inset
12944
12945 distance
12946 \begin_inset Quotes erd
12947 \end_inset
12948
12949
12950 \end_layout
12951
12952 \begin_layout Standard
12953 \begin_inset Quotes eld
12954 \end_inset
12955
12956 distance
12957 \begin_inset Quotes erd
12958 \end_inset
12959
12960  specifies the minimal distance between the frame and the first character
12961  in the box.
12962  An example for this is the following framed formula:
12963 \begin_inset ERT
12964 status collapsed
12965
12966 \begin_layout Plain Layout
12967
12968
12969 \backslash
12970 fboxrule 2mm 
12971 \backslash
12972 fboxsep 3mm
12973 \end_layout
12974
12975 \end_inset
12976
12977
12978 \begin_inset Formula \[
12979 \boxed{A+B=C}\]
12980
12981 \end_inset
12982
12983 Before this formula the commands
12984 \end_layout
12985
12986 \begin_layout Standard
12987
12988 \series bold
12989
12990 \backslash
12991 fboxrule
12992 \series default
12993  
12994 \series bold
12995 2mm
12996 \series default
12997  
12998 \series bold
12999
13000 \backslash
13001 fboxsep
13002 \series default
13003  
13004 \series bold
13005 3mm
13006 \end_layout
13007
13008 \begin_layout Standard
13009 were inserted in TeX-mode.
13010  The given values are used for all following boxes.
13011 \end_layout
13012
13013 \begin_layout Standard
13014 To return to the standard frame size, the command
13015 \end_layout
13016
13017 \begin_layout Standard
13018
13019 \series bold
13020
13021 \backslash
13022 fboxrule
13023 \series default
13024  
13025 \series bold
13026 0.4pt
13027 \series default
13028  
13029 \series bold
13030
13031 \backslash
13032 fboxsep
13033 \series default
13034  
13035 \series bold
13036 3pt
13037 \series default
13038
13039 \begin_inset ERT
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043
13044
13045 \backslash
13046 fboxrule 0.4pt 
13047 \backslash
13048 fboxsep 3pt
13049 \end_layout
13050
13051 \end_inset
13052
13053
13054 \end_layout
13055
13056 \begin_layout Standard
13057 is inserted in TeX-mode before the next formula.
13058 \end_layout
13059
13060 \begin_layout Subsection
13061 Boxes without Frame
13062 \begin_inset CommandInset label
13063 LatexCommand label
13064 name "sub:Boxes-without-Frame"
13065
13066 \end_inset
13067
13068
13069 \begin_inset Index
13070 status collapsed
13071
13072 \begin_layout Plain Layout
13073 Boxes ! without frame
13074 \end_layout
13075
13076 \end_inset
13077
13078
13079 \end_layout
13080
13081 \begin_layout Standard
13082 For boxes without a frame there are the following box commands: 
13083 \series bold
13084
13085 \backslash
13086 mbox
13087 \series default
13088
13089 \begin_inset Index
13090 status collapsed
13091
13092 \begin_layout Plain Layout
13093 Commands ! M ! 
13094 \backslash
13095 mbox
13096 \end_layout
13097
13098 \end_inset
13099
13100
13101 \series bold
13102
13103 \backslash
13104 makebox
13105 \series default
13106
13107 \begin_inset Index
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111 Commands ! M ! 
13112 \backslash
13113 makebox
13114 \end_layout
13115
13116 \end_inset
13117
13118 , and 
13119 \series bold
13120
13121 \backslash
13122 raisebox
13123 \series default
13124
13125 \begin_inset Index
13126 status collapsed
13127
13128 \begin_layout Plain Layout
13129 Commands ! R ! 
13130 \backslash
13131 raisebox
13132 \end_layout
13133
13134 \end_inset
13135
13136
13137 \end_layout
13138
13139 \begin_layout Standard
13140 With 
13141 \series bold
13142
13143 \backslash
13144 raisebox
13145 \series default
13146  a box can be super- or subscripted.
13147  But in contrary to normal super- and subscripting, the characters in the
13148  box keep their font size.
13149  
13150 \series bold
13151
13152 \backslash
13153 raisebox
13154 \series default
13155  is used in the following scheme:
13156 \end_layout
13157
13158 \begin_layout Standard
13159
13160 \series bold
13161
13162 \backslash
13163 raisebox{height}{box content}
13164 \end_layout
13165
13166 \begin_layout Standard
13167 When the box should contain a formula, an extra formula is needed like for
13168  
13169 \series bold
13170
13171 \backslash
13172 fbox
13173 \series default
13174 .
13175  
13176 \series medium
13177
13178 \begin_inset Note Greyedout
13179 status open
13180
13181 \begin_layout Plain Layout
13182
13183 \series bold
13184 Note:
13185 \series default
13186  For 
13187 \series bold
13188
13189 \backslash
13190 raisebox
13191 \series default
13192  this extra formula is created by pressing 
13193 \family sans
13194 Ctrl+M
13195 \family default
13196  twice instead of once because LyX doesn't yet support 
13197 \series bold
13198
13199 \backslash
13200 raisebox
13201 \series default
13202  directly.
13203 \end_layout
13204
13205 \end_inset
13206
13207
13208 \end_layout
13209
13210 \begin_layout Standard
13211 \align center
13212 \begin_inset Tabular
13213 <lyxtabular version="3" rows="4" columns="2">
13214 <features>
13215 <column alignment="center" valignment="top" width="0">
13216 <column alignment="center" valignment="top" width="0">
13217 <row>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 Command
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Result
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 </row>
13237 <row>
13238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 H
13243 \backslash
13244 raisebox{2mm
13245 \begin_inset Formula $\to$
13246 \end_inset
13247
13248
13249 \backslash
13250 {al
13251 \begin_inset Formula $\to$
13252 \end_inset
13253
13254  lo
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13264 \end_inset
13265
13266
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 </row>
13272 <row>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 H
13278 \backslash
13279 raisebox{-2mm
13280 \begin_inset Formula $\to$
13281 \end_inset
13282
13283
13284 \backslash
13285 {al
13286 \begin_inset Formula $\to$
13287 \end_inset
13288
13289 lo
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13299 \end_inset
13300
13301
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 </row>
13307 <row>
13308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 A=
13313 \backslash
13314 raisebox{-2mm
13315 \begin_inset Formula $\to$
13316 \end_inset
13317
13318
13319 \backslash
13320 {
13321 \family sans
13322 Ctrl+M
13323 \family default
13324  
13325 \family sans
13326 Ctrl+M
13327 \family default
13328  
13329 \backslash
13330 sqrt
13331 \begin_inset ERT
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335
13336
13337 \backslash
13338 spce 
13339 \end_layout
13340
13341 \end_inset
13342
13343
13344 \end_layout
13345
13346 \end_inset
13347 </cell>
13348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13353 \end_inset
13354
13355
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 </row>
13361 </lyxtabular>
13362
13363 \end_inset
13364
13365
13366 \end_layout
13367
13368 \begin_layout Standard
13369 The command 
13370 \series bold
13371
13372 \backslash
13373 mbox
13374 \series default
13375  is equivalent to 
13376 \series bold
13377
13378 \backslash
13379 fbox
13380 \series default
13381  and 
13382 \series bold
13383
13384 \backslash
13385 makebox
13386 \series default
13387  is equivalent to 
13388 \series bold
13389
13390 \backslash
13391 framebox
13392 \series default
13393 , with the difference that there is no frame.
13394 \end_layout
13395
13396 \begin_layout Subsection
13397 Colored Boxes
13398 \begin_inset CommandInset label
13399 LatexCommand label
13400 name "sub:Colored-Boxes"
13401
13402 \end_inset
13403
13404
13405 \begin_inset Index
13406 status collapsed
13407
13408 \begin_layout Plain Layout
13409 Boxes ! colored
13410 \end_layout
13411
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \begin_layout Standard
13418 To be able to use all commands explained in this section, the LaTeX-package
13419  
13420 \series bold
13421 color
13422 \series default
13423
13424 \begin_inset Foot
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428 The LaTeX-package 
13429 \series bold
13430 color
13431 \series default
13432  is part of every LaTeX standard installation.
13433 \end_layout
13434
13435 \end_inset
13436
13437
13438 \begin_inset Index
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442 Packages ! color
13443 \end_layout
13444
13445 \end_inset
13446
13447  has to be loaded in the LaTeX-preamble with the line
13448 \begin_inset Foot
13449 status collapsed
13450
13451 \begin_layout Plain Layout
13452 When text is colored somewhere in the document with a predefined color,
13453  LyX loads the LaTeX-package 
13454 \series bold
13455 color
13456 \series default
13457  automatically.
13458  Thus it is possible that the package is loaded twice, but this doesn't
13459  arise problems.
13460 \end_layout
13461
13462 \end_inset
13463
13464
13465 \begin_inset Note Note
13466 status collapsed
13467
13468 \begin_layout Plain Layout
13469 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13470 amble.
13471 \end_layout
13472
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \begin_layout Standard
13479
13480 \series bold
13481
13482 \backslash
13483 usepackage{color}
13484 \end_layout
13485
13486 \begin_layout Standard
13487 \begin_inset VSpace medskip
13488 \end_inset
13489
13490 To color boxes, the command 
13491 \series bold
13492
13493 \backslash
13494 colorbox
13495 \series default
13496
13497 \begin_inset Index
13498 status collapsed
13499
13500 \begin_layout Plain Layout
13501 Commands ! C ! 
13502 \backslash
13503 colorbox
13504 \end_layout
13505
13506 \end_inset
13507
13508  is used in the following scheme:
13509 \end_layout
13510
13511 \begin_layout Standard
13512
13513 \series bold
13514
13515 \backslash
13516 colorbox{color}{box content}
13517 \end_layout
13518
13519 \begin_layout Standard
13520 The box content can also be a box and a 
13521 \series bold
13522
13523 \backslash
13524 colorbox
13525 \series default
13526  can also be part of another box (see the 2nd and 3rd example).
13527  When the box should contain a formula, an extra formula has to be created,
13528  the same way as for 
13529 \series bold
13530
13531 \backslash
13532 raisebox
13533 \series default
13534 .
13535 \begin_inset Foot
13536 status collapsed
13537
13538 \begin_layout Plain Layout
13539 This also applies for the command 
13540 \series bold
13541
13542 \backslash
13543 fcolorbox
13544 \series default
13545 .
13546 \end_layout
13547
13548 \end_inset
13549
13550
13551 \end_layout
13552
13553 \begin_layout Standard
13554 One of the following predefined colors can be chosen:
13555 \end_layout
13556
13557 \begin_layout Standard
13558
13559 \series bold
13560 black
13561 \series default
13562
13563 \series bold
13564 blue
13565 \series default
13566
13567 \series bold
13568 cyan
13569 \series default
13570
13571 \series bold
13572 green
13573 \series default
13574
13575 \series bold
13576 magenta
13577 \series default
13578
13579 \series bold
13580 red
13581 \series default
13582
13583 \series bold
13584 white
13585 \series default
13586 , and 
13587 \series bold
13588 yellow
13589 \end_layout
13590
13591 \begin_layout Standard
13592 \align center
13593 \begin_inset Tabular
13594 <lyxtabular version="3" rows="4" columns="2">
13595 <features>
13596 <column alignment="center" valignment="top" width="0">
13597 <column alignment="center" valignment="top" width="0">
13598 <row>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 Command
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 Result
13613 \begin_inset Note Note
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618 \series bold
13619
13620 \backslash
13621 raisebox
13622 \series default
13623  is only used as spacer.
13624 \end_layout
13625
13626 \end_inset
13627
13628
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 </row>
13634 <row>
13635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639
13640 \backslash
13641 colorbox{yellow
13642 \begin_inset Formula $\to$
13643 \end_inset
13644
13645
13646 \backslash
13647 {A=B
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13657 \end_inset
13658
13659
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 </row>
13665 <row>
13666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670
13671 \backslash
13672 colorbox{green
13673 \begin_inset Formula $\to$
13674 \end_inset
13675
13676
13677 \backslash
13678 {
13679 \backslash
13680 fbox
13681 \begin_inset ERT
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685
13686
13687 \backslash
13688 spce 
13689 \end_layout
13690
13691 \end_inset
13692
13693 A=B
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 </row>
13711 <row>
13712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716
13717 \backslash
13718 fbox
13719 \begin_inset ERT
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723
13724
13725 \backslash
13726 spce 
13727 \end_layout
13728
13729 \end_inset
13730
13731
13732 \backslash
13733 colorbox{green
13734 \begin_inset Formula $\to$
13735 \end_inset
13736
13737
13738 \backslash
13739 {
13740 \family sans
13741 Ctrl+M
13742 \family default
13743  
13744 \family sans
13745 Ctrl+M
13746 \family default
13747  
13748 \backslash
13749 int
13750 \begin_inset ERT
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754
13755
13756 \backslash
13757 spce 
13758 \end_layout
13759
13760 \end_inset
13761
13762 C=D
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13772 \end_inset
13773
13774
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 </row>
13780 </lyxtabular>
13781
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \begin_layout Standard
13788
13789 \series bold
13790
13791 \backslash
13792 colorbox
13793 \series default
13794  only colors the box but not the characters in the box.
13795  To color all characters, the whole formula is highlighted and the wanted
13796  color is chosen in the 
13797 \family sans
13798 Text
13799 \begin_inset space ~
13800 \end_inset
13801
13802 Style
13803 \family default
13804  dialog.
13805  The dialog can be called with the toolbar button 
13806 \begin_inset Graphics
13807         filename ../images/dialog-show_character.png
13808         scale 85
13809
13810 \end_inset
13811
13812  or the menu 
13813 \family sans
13814 Edit\SpecialChar \menuseparator
13815 Text
13816 \begin_inset space ~
13817 \end_inset
13818
13819 Style\SpecialChar \menuseparator
13820 Customized
13821 \family default
13822 .
13823  The formula number has then the same color as the formula.
13824  When the formula number should get another color than the formula characters,
13825  the color must be changed within the formula.
13826 \end_layout
13827
13828 \begin_layout Standard
13829 An example:
13830 \end_layout
13831
13832 \begin_layout Standard
13833
13834 \color red
13835 \begin_inset Formula \begin{equation}
13836 \int A=B\label{eq:red}\end{equation}
13837
13838 \end_inset
13839
13840
13841 \color green
13842
13843 \begin_inset Formula \begin{equation}
13844 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13845
13846 \end_inset
13847
13848
13849 \end_layout
13850
13851 \begin_layout Standard
13852 Formula 
13853 \begin_inset CommandInset ref
13854 LatexCommand eqref
13855 reference "eq:red"
13856
13857 \end_inset
13858
13859  is completely colored red.
13860 \begin_inset Newline newline
13861 \end_inset
13862
13863 Formula 
13864 \begin_inset CommandInset ref
13865 LatexCommand eqref
13866 reference "eq:redgreen"
13867
13868 \end_inset
13869
13870  was first completely colored green to set the color for the formula number.
13871  Subsequently the formula characters were colored red.
13872 \end_layout
13873
13874 \begin_layout Standard
13875 \begin_inset VSpace bigskip
13876 \end_inset
13877
13878 To color the frame different than the rest of the box, the command 
13879 \series bold
13880
13881 \backslash
13882 fcolorbox
13883 \series default
13884
13885 \begin_inset Index
13886 status collapsed
13887
13888 \begin_layout Plain Layout
13889 Commands ! F ! 
13890 \backslash
13891 fcolorbox
13892 \end_layout
13893
13894 \end_inset
13895
13896  is used in the following scheme:
13897 \end_layout
13898
13899 \begin_layout Standard
13900
13901 \series bold
13902
13903 \backslash
13904 fcolorbox{frame color}{color}{box content}
13905 \end_layout
13906
13907 \begin_layout Standard
13908 So 
13909 \series bold
13910
13911 \backslash
13912 fcolorbox
13913 \series default
13914  is an extension of the command 
13915 \series bold
13916
13917 \backslash
13918 colorbox
13919 \series default
13920 .
13921  The frame width is set, like for 
13922 \series bold
13923
13924 \backslash
13925 framebox
13926 \series default
13927 , with 
13928 \series bold
13929
13930 \backslash
13931 fboxrule
13932 \series default
13933  and 
13934 \series bold
13935
13936 \backslash
13937 fboxsep
13938 \series default
13939 .
13940  An example:
13941 \begin_inset ERT
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945
13946
13947 \backslash
13948 fboxrule 1mm 
13949 \backslash
13950 fboxsep 1mm
13951 \end_layout
13952
13953 \end_inset
13954
13955
13956 \begin_inset Formula \[
13957 \fcolorbox{cyan}{magenta}{A=B}\]
13958
13959 \end_inset
13960
13961
13962 \begin_inset ERT
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966
13967
13968 \backslash
13969 fboxrule 0.4pt 
13970 \backslash
13971 fboxsep 3pt
13972 \end_layout
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \begin_layout Standard
13980 This formula was created with the command
13981 \begin_inset Newline newline
13982 \end_inset
13983
13984
13985 \series bold
13986
13987 \backslash
13988 fcolorbox{cyan
13989 \begin_inset Formula $\to$
13990 \end_inset
13991
13992
13993 \backslash
13994 {magenta
13995 \begin_inset Formula $\to$
13996 \end_inset
13997
13998
13999 \backslash
14000 {A=B
14001 \series default
14002 .
14003 \end_layout
14004
14005 \begin_layout Standard
14006 \begin_inset VSpace bigskip
14007 \end_inset
14008
14009 To use other colors than the predefined ones, they have to be defined first.
14010 \end_layout
14011
14012 \begin_layout Standard
14013 One can for example define the color 
14014 \begin_inset Quotes eld
14015 \end_inset
14016
14017
14018 \series bold
14019 darkgreen
14020 \series default
14021
14022 \begin_inset Quotes erd
14023 \end_inset
14024
14025  with the LaTeX-preamble line:
14026 \end_layout
14027
14028 \begin_layout Standard
14029
14030 \series bold
14031
14032 \backslash
14033 definecolor{darkgreen}{cmyk}{0.5,
14034 \series default
14035  
14036 \series bold
14037 0,
14038 \series default
14039  
14040 \series bold
14041 1,
14042 \series default
14043  
14044 \series bold
14045 0.5}
14046 \series default
14047
14048 \begin_inset Index
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052 Commands ! D ! 
14053 \backslash
14054 definecolor
14055 \end_layout
14056
14057 \end_inset
14058
14059
14060 \end_layout
14061
14062 \begin_layout Standard
14063
14064 \series bold
14065 cmyk
14066 \series default
14067  is the color space that denotes the colors 
14068 \series bold
14069 cyan
14070 \series default
14071
14072 \series bold
14073 magenta
14074 \series default
14075
14076 \series bold
14077 yellow
14078 \series default
14079 , and 
14080 \series bold
14081 black
14082 \series default
14083 .
14084  The four comma separated numbers are the portion factor for the corresponding
14085  colors of the color space.
14086  The factors can be in the range of 0
14087 \begin_inset space \thinspace{}
14088 \end_inset
14089
14090 -
14091 \begin_inset space \thinspace{}
14092 \end_inset
14093
14094 1.
14095  Instead of 
14096 \series bold
14097 cmyk
14098 \series default
14099  also the color space 
14100 \series bold
14101 rgb
14102 \series default
14103  can be used for definitions.
14104  
14105 \series bold
14106 rgb
14107 \series default
14108  denotes 
14109 \series bold
14110 red
14111 \series default
14112
14113 \series bold
14114 green
14115 \series default
14116 , and 
14117 \series bold
14118 blue
14119 \series default
14120 , so that there are in this case three portion factors for the corresponding
14121  colors.
14122  Furthermore there is the color space 
14123 \series bold
14124 gray
14125 \series default
14126  with one portion factor for the gray value.
14127 \end_layout
14128
14129 \begin_layout Standard
14130 As example a framed box with the new defined color 
14131 \series bold
14132 darkgreen
14133 \series default
14134  where the characters have been colored 
14135 \series bold
14136 yellow
14137 \series default
14138 :
14139 \begin_inset Formula \begin{equation}
14140 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14141
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \begin_layout Standard
14148 Self-defined colors can also be used for text with the help of the command
14149  
14150 \series bold
14151
14152 \backslash
14153 textcolor
14154 \series default
14155 :
14156 \begin_inset Index
14157 status collapsed
14158
14159 \begin_layout Plain Layout
14160 Text ! colored
14161 \end_layout
14162
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \begin_layout Standard
14169 \begin_inset ERT
14170 status collapsed
14171
14172 \begin_layout Plain Layout
14173
14174
14175 \backslash
14176 textcolor{darkgreen}{
14177 \end_layout
14178
14179 \end_inset
14180
14181 This sentence is 
14182 \begin_inset Quotes eld
14183 \end_inset
14184
14185 darkgreen
14186 \begin_inset Quotes erd
14187 \end_inset
14188
14189 .
14190 \begin_inset ERT
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194
14195 }
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \begin_layout Standard
14204
14205 \series bold
14206
14207 \backslash
14208 textcolor
14209 \series default
14210
14211 \begin_inset Index
14212 status collapsed
14213
14214 \begin_layout Plain Layout
14215 Commands ! T ! 
14216 \backslash
14217 textcolor
14218 \end_layout
14219
14220 \end_inset
14221
14222  is used in the scheme 
14223 \series bold
14224
14225 \backslash
14226 textcolor{color}{characters to color}
14227 \series default
14228 .
14229 \end_layout
14230
14231 \begin_layout Subsection
14232 Paragraph Boxes
14233 \begin_inset CommandInset label
14234 LatexCommand label
14235 name "sub:Paragraph-Boxes"
14236
14237 \end_inset
14238
14239
14240 \begin_inset Index
14241 status collapsed
14242
14243 \begin_layout Plain Layout
14244 Boxes ! as paragraph
14245 \end_layout
14246
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \begin_layout Standard
14253 A box that can contain several lines and paragraphs, a so called paragraph
14254  box (parbox), can be created with the menu 
14255 \family sans
14256 Insert\SpecialChar \menuseparator
14257 Box
14258 \family default
14259  or the toolbar button 
14260 \begin_inset Graphics
14261         filename ../images/box-insert.png
14262         scale 85
14263
14264 \end_inset
14265
14266 .
14267 \end_layout
14268
14269 \begin_layout Standard
14270 The following example shows a framed parbox in a line:
14271 \end_layout
14272
14273 \begin_layout Standard
14274 \begin_inset VSpace medskip
14275 \end_inset
14276
14277 This is a line 
14278 \begin_inset Box Boxed
14279 position "c"
14280 hor_pos "c"
14281 has_inner_box 1
14282 inner_pos "t"
14283 use_parbox 1
14284 width "5cm"
14285 special "none"
14286 height "1in"
14287 height_special "totalheight"
14288 status open
14289
14290 \begin_layout Plain Layout
14291 This is a paragraph box.
14292  It is exactly 5
14293 \begin_inset space \thinspace{}
14294 \end_inset
14295
14296 cm long and can also contain formulas: 
14297 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \end_inset
14304
14305  with a parbox.
14306 \end_layout
14307
14308 \begin_layout Standard
14309 \begin_inset VSpace medskip
14310 \end_inset
14311
14312
14313 \end_layout
14314
14315 \begin_layout Standard
14316 Such a box is created by right-clicking on the gray box inset.
14317  A dialog pops up showing the box properties.
14318  In our case set: 
14319 \emph on
14320 Decoration
14321 \emph default
14322 : Recangular box, 
14323 \emph on
14324 Inner Box
14325 \emph default
14326 : Parbox, 
14327 \emph on
14328 Width
14329 \emph default
14330 : 5
14331 \begin_inset space \thinspace{}
14332 \end_inset
14333
14334 cm, 
14335 \emph on
14336 Vertical Box Alignment
14337 \emph default
14338 : Middle
14339 \end_layout
14340
14341 \begin_layout Standard
14342 \begin_inset VSpace medskip
14343 \end_inset
14344
14345 In LaTeX a parbox is created with the command 
14346 \series bold
14347
14348 \backslash
14349 parbox
14350 \series default
14351
14352 \begin_inset Index
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356 Commands ! P ! 
14357 \backslash
14358 parbox
14359 \end_layout
14360
14361 \end_inset
14362
14363  that has the following scheme:
14364 \end_layout
14365
14366 \begin_layout Standard
14367
14368 \series bold
14369
14370 \backslash
14371 parbox[position]{width}{box content}
14372 \end_layout
14373
14374 \begin_layout Standard
14375 The positions 
14376 \emph on
14377 b
14378 \emph default
14379  and 
14380 \emph on
14381 t
14382 \emph default
14383  are possible.
14384  
14385 \emph on
14386 b
14387 \emph default
14388  for bottom means that the box is aligned within the surrounding text with
14389  its last line.
14390  With 
14391 \emph on
14392 t
14393 \emph default
14394  for top this is done with the first line.
14395  When no position is given, the box will be vertically centered, see section
14396  
14397 \emph on
14398 Boxes
14399 \emph default
14400  of the 
14401 \emph on
14402 Embedded
14403 \begin_inset space ~
14404 \end_inset
14405
14406 Objects
14407 \emph default
14408  manual for examples.
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset VSpace bigskip
14413 \end_inset
14414
14415 To frame formulas completely, including the formula number, the formula
14416  must be set into a parbox.
14417  To do this, the command 
14418 \series bold
14419
14420 \backslash
14421 fbox{
14422 \backslash
14423 parbox{
14424 \backslash
14425 linewidth-2
14426 \backslash
14427 fboxsep-2
14428 \backslash
14429 fboxrule}{
14430 \series default
14431  is inserted in TeX-mode before the formula.
14432  
14433 \series bold
14434
14435 \backslash
14436 linewidth
14437 \begin_inset Index
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441 Commands ! L ! 
14442 \backslash
14443 linewidth
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \series default
14450  is hereby the line width set for the document.
14451  Because the frame is outside the parbox, 2
14452 \begin_inset space \thinspace{}
14453 \end_inset
14454
14455 times the frame separation and the frame thickness must be subtracted from
14456  the line width.
14457  As this is not automatically done by LyX due to a bug
14458 \begin_inset Foot
14459 status collapsed
14460
14461 \begin_layout Plain Layout
14462 \begin_inset CommandInset href
14463 LatexCommand href
14464 name "LyX-bug #4483"
14465 target "http://www.lyx.org/trac/ticket/4483"
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \end_inset
14473
14474 , TeX-mode has to be used.
14475  To be able to multiply and subtract in arguments, the LaTeX-package 
14476 \series bold
14477 calc
14478 \series default
14479
14480 \begin_inset Foot
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484
14485 \series bold
14486 calc
14487 \series default
14488  is part of every LaTeX standard installation.
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \begin_inset Index
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498 Packages ! calc
14499 \end_layout
14500
14501 \end_inset
14502
14503  must be loaded in the LaTeX-preamble with the line
14504 \end_layout
14505
14506 \begin_layout Standard
14507
14508 \series bold
14509
14510 \backslash
14511 usepackage{calc}
14512 \end_layout
14513
14514 \begin_layout Standard
14515 Behind the formula both boxes are closed by entering 
14516 \series bold
14517 }}
14518 \series default
14519  in TeX-mode.
14520  Here is an example:
14521 \begin_inset ERT
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525
14526
14527 \backslash
14528 fboxsep 5mm 
14529 \backslash
14530 fboxrule 5mm
14531 \end_layout
14532
14533 \end_inset
14534
14535
14536 \end_layout
14537
14538 \begin_layout Standard
14539 \begin_inset ERT
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543
14544
14545 \backslash
14546 fbox{
14547 \backslash
14548 parbox{
14549 \backslash
14550 linewidth-2
14551 \backslash
14552 fboxsep-2
14553 \backslash
14554 fboxrule}{
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \begin_inset Formula \begin{equation}
14561 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14562
14563 \end_inset
14564
14565
14566 \begin_inset ERT
14567 status collapsed
14568
14569 \begin_layout Plain Layout
14570
14571 }}
14572 \end_layout
14573
14574 \end_inset
14575
14576
14577 \begin_inset ERT
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581
14582
14583 \backslash
14584 fboxrule 0.4pt 
14585 \backslash
14586 fboxsep 3pt
14587 \end_layout
14588
14589 \end_inset
14590
14591
14592 \end_layout
14593
14594 \begin_layout Standard
14595 \begin_inset VSpace medskip
14596 \end_inset
14597
14598 As a parbox is used as argument of 
14599 \series bold
14600
14601 \backslash
14602 fbox
14603 \series default
14604 , there is in this case no difference between 
14605 \series bold
14606
14607 \backslash
14608 fbox
14609 \series default
14610  and 
14611 \series bold
14612
14613 \backslash
14614 boxed
14615 \series default
14616 .
14617 \end_layout
14618
14619 \begin_layout Standard
14620 \begin_inset VSpace bigskip
14621 \end_inset
14622
14623 Paragraph boxes are very useful to comment formulas directly.
14624  To do this, 
14625 \series bold
14626
14627 \backslash
14628 parbox
14629 \series default
14630  is used in combination with the command 
14631 \series bold
14632
14633 \backslash
14634 tag
14635 \series default
14636 .
14637  (more about 
14638 \series bold
14639
14640 \backslash
14641 tag
14642 \series default
14643  see 
14644 \begin_inset CommandInset ref
14645 LatexCommand ref
14646 reference "sub:User-defined-Numbering"
14647
14648 \end_inset
14649
14650 )
14651 \end_layout
14652
14653 \begin_layout Standard
14654 An example of a formula commented with 
14655 \series bold
14656
14657 \backslash
14658 parbox
14659 \series default
14660 :
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \begin_inset ERT
14665 status collapsed
14666
14667 \begin_layout Plain Layout
14668
14669
14670 \backslash
14671 [5x-7b=3b
14672 \backslash
14673 tag*{
14674 \backslash
14675 parbox{5cm}{
14676 \end_layout
14677
14678 \end_inset
14679
14680 This is a description.
14681  It is distinctly separated from the formula and multiline.
14682 \begin_inset ERT
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686
14687 }}
14688 \backslash
14689 ]
14690 \end_layout
14691
14692 \end_inset
14693
14694
14695 \end_layout
14696
14697 \begin_layout Standard
14698 Such a formula must be inserted completely in TeX-mode because LyX does
14699  not yet support the command 
14700 \series bold
14701
14702 \backslash
14703 parbox
14704 \series default
14705  in formulas.
14706  The formula is created with the following command sequence:
14707 \end_layout
14708
14709 \begin_layout Standard
14710 The command 
14711 \series bold
14712
14713 \backslash
14714 [5x-7b=3b
14715 \backslash
14716 tag*
14717 \backslash
14718 {
14719 \backslash
14720 parbox{5cm}{
14721 \series default
14722  is inserted in TeX-mode.
14723 \begin_inset Foot
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727 When the formula style 
14728 \series bold
14729 Indented
14730 \series default
14731  is used, 
14732 \series bold
14733
14734 \backslash
14735 tag*
14736 \backslash
14737 {
14738 \series default
14739  can also be replaced by 
14740 \series bold
14741
14742 \backslash
14743 hfill
14744 \series default
14745 .
14746  (formula styles see 
14747 \begin_inset CommandInset ref
14748 LatexCommand ref
14749 reference "sec:Formula-Styles"
14750
14751 \end_inset
14752
14753 )
14754 \end_layout
14755
14756 \end_inset
14757
14758  Then the description follows as normal text, and finally 
14759 \series bold
14760 }}
14761 \backslash
14762 ]
14763 \series default
14764  is inserted in TeX-mode.
14765  The commands 
14766 \series bold
14767
14768 \backslash
14769 [
14770 \series default
14771  and 
14772 \series bold
14773
14774 \backslash
14775 ]
14776 \series default
14777  hereby create a displayed formula.
14778 \end_layout
14779
14780 \begin_layout Standard
14781 The advantages of 
14782 \series bold
14783
14784 \backslash
14785 parbox
14786 \series default
14787  can be seen in this example that was 
14788 \begin_inset Quotes eld
14789 \end_inset
14790
14791 commented
14792 \begin_inset Quotes erd
14793 \end_inset
14794
14795  using the mathematical textmode:
14796 \begin_inset Formula \[
14797 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \begin_layout Section
14805 Operators
14806 \begin_inset Index
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810 Operators
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Subsection
14819 Big Operators
14820 \begin_inset CommandInset label
14821 LatexCommand label
14822 name "sub:Big-Operators"
14823
14824 \end_inset
14825
14826
14827 \begin_inset Index
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831 Operators ! big
14832 \end_layout
14833
14834 \end_inset
14835
14836
14837 \begin_inset Index
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841 Sums
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \begin_inset Index
14848 status collapsed
14849
14850 \begin_layout Plain Layout
14851 Integrals
14852 \end_layout
14853
14854 \end_inset
14855
14856
14857 \end_layout
14858
14859 \begin_layout Standard
14860 To be able to use all integral operators listed here, the option 
14861 \family sans
14862 Use esint package automatically
14863 \family default
14864  must be set in the document settings under 
14865 \family sans
14866 Math
14867 \begin_inset space ~
14868 \end_inset
14869
14870 Options
14871 \family default
14872 .
14873 \end_layout
14874
14875 \begin_layout Standard
14876 \begin_inset space \hfill{}
14877 \end_inset
14878
14879
14880 \begin_inset Tabular
14881 <lyxtabular version="3" rows="11" columns="2">
14882 <features>
14883 <column alignment="center" valignment="top" width="0pt">
14884 <column alignment="center" valignment="top" width="0pt">
14885 <row>
14886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 Command
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899 Result
14900 \end_layout
14901
14902 \end_inset
14903 </cell>
14904 </row>
14905 <row>
14906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910
14911 \backslash
14912 int
14913 \begin_inset Index
14914 status collapsed
14915
14916 \begin_layout Plain Layout
14917 Commands ! I ! 
14918 \backslash
14919 int
14920 \end_layout
14921
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 \begin_inset Formula $\int$
14934 \end_inset
14935
14936
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 </row>
14942 <row>
14943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947
14948 \backslash
14949 oint
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 \begin_inset Formula $\oint$
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 </row>
14967 <row>
14968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972
14973 \backslash
14974 ointctrclockwise
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 \begin_inset Formula $\ointctrclockwise$
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 </row>
14992 <row>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \backslash
14999 ointclockwise
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 \begin_inset Formula $\ointclockwise$
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 </row>
15017 <row>
15018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022
15023 \backslash
15024 sqint
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 \begin_inset Formula $\sqint$
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047
15048 \backslash
15049 fint
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058  
15059 \begin_inset Formula $\fint$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \backslash
15075 landupint
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084  
15085 \begin_inset Formula $\landupint$
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \backslash
15101 landdownint
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110  
15111 \begin_inset Formula $\landdownint$
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \backslash
15127 bigcap
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 \begin_inset Formula $\bigcap$
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row>
15146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150
15151 \backslash
15152 bigcup
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 \begin_inset Formula $\bigcup$
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 </lyxtabular>
15171
15172 \end_inset
15173
15174
15175 \begin_inset space \hfill{}
15176 \end_inset
15177
15178
15179 \begin_inset Tabular
15180 <lyxtabular version="3" rows="11" columns="2">
15181 <features>
15182 <column alignment="center" valignment="top" width="0pt">
15183 <column alignment="center" valignment="top" width="0pt">
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 Command
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 Result
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 </row>
15204 <row>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \backslash
15211 sum
15212 \begin_inset Index
15213 status collapsed
15214
15215 \begin_layout Plain Layout
15216 Commands ! S ! 
15217 \backslash
15218 sum
15219 \end_layout
15220
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 \begin_inset Formula $\sum$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246
15247 \backslash
15248 prod
15249 \begin_inset Index
15250 status collapsed
15251
15252 \begin_layout Plain Layout
15253 Commands ! P ! 
15254 \backslash
15255 prod
15256 \end_layout
15257
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269 \begin_inset Formula $\prod$
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283
15284 \backslash
15285 coprod
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294 \begin_inset Formula $\coprod$
15295 \end_inset
15296
15297
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 </row>
15303 <row>
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308
15309 \backslash
15310 bigodot
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319 \begin_inset Formula $\bigodot$
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 </row>
15328 <row>
15329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333
15334 \backslash
15335 bigotimes
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344 \begin_inset Formula $\bigotimes$
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 </row>
15353 <row>
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358
15359 \backslash
15360 bigoplus
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369 \begin_inset Formula $\bigoplus$
15370 \end_inset
15371
15372
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 </row>
15378 <row>
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383
15384 \backslash
15385 bigwedge
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394 \begin_inset Formula $\bigwedge$
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 </row>
15403 <row>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408
15409 \backslash
15410 bigvee
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 \begin_inset Formula $\bigvee$
15420 \end_inset
15421
15422
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 </row>
15428 <row>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433
15434 \backslash
15435 bigsqcup
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444 \begin_inset Formula $\bigsqcup$
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 </row>
15453 <row>
15454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \backslash
15460 biguplus
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469 \begin_inset Formula $\biguplus$
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 </row>
15478 </lyxtabular>
15479
15480 \end_inset
15481
15482
15483 \begin_inset space \hfill{}
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \begin_layout Standard
15490 All big operators can also be inserted via the math toolbar button 
15491 \begin_inset Graphics
15492         filename ../images/math/intop.png
15493         scale 85
15494
15495 \end_inset
15496
15497 .
15498 \end_layout
15499
15500 \begin_layout Standard
15501 The operators are called big because they are bigger than the sometimes
15502  equal looking binary operators.
15503  All big operators can have limits as described in the next subsection.
15504 \end_layout
15505
15506 \begin_layout Standard
15507 For all integral operators there is a second version available, ending on
15508  
15509 \series bold
15510 op
15511 \series default
15512
15513 \series bold
15514
15515 \backslash
15516 intop
15517 \series default
15518
15519 \series bold
15520
15521 \backslash
15522 ointop
15523 \series default
15524  etc..
15525  These operators are different from 
15526 \series bold
15527
15528 \backslash
15529 int
15530 \series default
15531  etc.
15532 \begin_inset space \space{}
15533 \end_inset
15534
15535 in the style the operator limits are displayed, see 
15536 \begin_inset CommandInset ref
15537 LatexCommand ref
15538 reference "sub:Operator-Limits"
15539
15540 \end_inset
15541
15542 .
15543  
15544 \end_layout
15545
15546 \begin_layout Subsubsection*
15547 Advice for Integrals
15548 \end_layout
15549
15550 \begin_layout Standard
15551 The letter 
15552 \emph on
15553 d
15554 \emph default
15555  in an integral is an operator, that therefore has to be set upright.
15556  This is done by highlighting the 
15557 \emph on
15558 d
15559 \emph default
15560  and using the keyboard shortcut 
15561 \begin_inset Info
15562 type  "shortcut"
15563 arg   "font-roman"
15564 \end_inset
15565
15566
15567 \begin_inset Foot
15568 status collapsed
15569
15570 \begin_layout Plain Layout
15571 Font styles
15572 \series bold
15573  
15574 \series default
15575 see 
15576 \begin_inset CommandInset ref
15577 LatexCommand ref
15578 reference "sub:Font-Styles"
15579
15580 \end_inset
15581
15582
15583 \end_layout
15584
15585 \end_inset
15586
15587 .
15588  Finally the smallest space is inserted before the 
15589 \emph on
15590 d
15591 \emph default
15592 , as this is usual for operators.
15593  An example:
15594 \end_layout
15595
15596 \begin_layout Standard
15597 incorrect: 
15598 \begin_inset Formula $\int A(x)dx$
15599 \end_inset
15600
15601
15602 \begin_inset Newline newline
15603 \end_inset
15604
15605
15606 \begin_inset ERT
15607 status collapsed
15608
15609 \begin_layout Plain Layout
15610
15611
15612 \backslash
15613 hphantom{in}
15614 \end_layout
15615
15616 \end_inset
15617
15618 correct: 
15619 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \begin_layout Standard
15626 For multiple integrals there are the following commands:
15627 \begin_inset VSpace medskip
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \begin_layout Standard
15634 \begin_inset space \hfill{}
15635 \end_inset
15636
15637
15638 \begin_inset Tabular
15639 <lyxtabular version="3" rows="4" columns="2">
15640 <features>
15641 <column alignment="center" valignment="top" width="0">
15642 <column alignment="center" valignment="top" width="0">
15643 <row>
15644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 Command
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 Result
15658 \begin_inset Note Note
15659 status collapsed
15660
15661 \begin_layout Plain Layout
15662
15663 \series bold
15664
15665 \backslash
15666 raisebox
15667 \series default
15668  is only used as spacer.
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 </row>
15679 <row>
15680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \backslash
15686 iint
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 </row>
15704 <row>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \backslash
15711 oiint
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734
15735 \backslash
15736 sqiint
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 </row>
15754 </lyxtabular>
15755
15756 \end_inset
15757
15758
15759 \begin_inset space \hfill{}
15760 \end_inset
15761
15762
15763 \begin_inset Tabular
15764 <lyxtabular version="3" rows="4" columns="2">
15765 <features>
15766 <column alignment="center" valignment="top" width="0">
15767 <column alignment="center" valignment="top" width="0">
15768 <row>
15769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 Command
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782 Result
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 </row>
15788 <row>
15789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \backslash
15795 iiint
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15805 \end_inset
15806
15807
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row>
15814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \backslash
15820 iiiint
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \backslash
15845 dotsint
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 </lyxtabular>
15864
15865 \end_inset
15866
15867
15868 \begin_inset space \hfill{}
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \begin_layout Subsection
15875 Operator Limits
15876 \begin_inset CommandInset label
15877 LatexCommand label
15878 name "sub:Operator-Limits"
15879
15880 \end_inset
15881
15882
15883 \begin_inset Index
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887 Operators ! Limits
15888 \end_layout
15889
15890 \end_inset
15891
15892
15893 \end_layout
15894
15895 \begin_layout Standard
15896 Limits are created by super- and subscripts:
15897 \end_layout
15898
15899 \begin_layout Standard
15900 \align center
15901 \begin_inset Tabular
15902 <lyxtabular version="3" rows="2" columns="2">
15903 <features>
15904 <column alignment="center" valignment="top" width="0pt">
15905 <column alignment="center" valignment="top" width="0pt">
15906 <row>
15907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 Command
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 Result
15921 \begin_inset Note Note
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925
15926 \series bold
15927
15928 \backslash
15929 raisebox
15930 \series default
15931  is only used as spacer.
15932 \end_layout
15933
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row>
15943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \backslash
15949 prod^
15950 \backslash
15951 infty
15952 \begin_inset ERT
15953 status collapsed
15954
15955 \begin_layout Plain Layout
15956
15957
15958 \backslash
15959 spce 
15960 \end_layout
15961
15962 \end_inset
15963
15964
15965 \begin_inset Formula $\to$
15966 \end_inset
15967
15968 _0
15969 \begin_inset Formula $\to$
15970 \end_inset
15971
15972 A(x)
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 </lyxtabular>
15991
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \begin_layout Standard
15998 Limits of inline formulas are set right beside the operator.
15999  Limits in displayed formulas are set above or below the operator, except
16000  for integral limits.
16001 \end_layout
16002
16003 \begin_layout Standard
16004 To force that the limits are set beside the operator, the cursor is set
16005  directly behind the operator and the limits type is changed with the menu
16006  
16007 \family sans
16008 Edit\SpecialChar \menuseparator
16009 Math\SpecialChar \menuseparator
16010 Change Limits Type
16011 \family default
16012  to 
16013 \family sans
16014 \series bold
16015 Inline
16016 \family default
16017 \series default
16018  (shortcut 
16019 \begin_inset Info
16020 type  "shortcut"
16021 arg   "math-limits"
16022 \end_inset
16023
16024 ).
16025  An example:
16026 \end_layout
16027
16028 \begin_layout Standard
16029 The default limits type is this:
16030 \begin_inset Formula \[
16031 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16032
16033 \end_inset
16034
16035 This is how it looks when the limits type was changed to 
16036 \family sans
16037 \series bold
16038 Inline
16039 \family default
16040 \series default
16041 :
16042 \begin_inset Formula \[
16043 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16044
16045 \end_inset
16046
16047 For integrals, except those ending with 
16048 \series bold
16049 op
16050 \series default
16051  like 
16052 \series bold
16053
16054 \backslash
16055 intop
16056 \series default
16057
16058 \series bold
16059
16060 \backslash
16061 ointop
16062 \series default
16063  etc., the limits are by default set beside the operator.
16064  But for multiple integrals the limits are often set below the operator.
16065  In the following example the limits type was therefore set to 
16066 \series bold
16067 Display
16068 \series default
16069  and so set below the integrals:
16070 \begin_inset Formula \begin{equation}
16071 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16072
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \begin_layout Standard
16079 \begin_inset VSpace medskip
16080 \end_inset
16081
16082 To specify conditions for limits, the commands 
16083 \series bold
16084
16085 \backslash
16086 subarray
16087 \series default
16088
16089 \begin_inset Index
16090 status collapsed
16091
16092 \begin_layout Plain Layout
16093 Commands ! S ! 
16094 \backslash
16095 subarray
16096 \end_layout
16097
16098 \end_inset
16099
16100  and 
16101 \series bold
16102
16103 \backslash
16104 substack
16105 \series default
16106
16107 \begin_inset Index
16108 status collapsed
16109
16110 \begin_layout Plain Layout
16111 Commands ! S ! 
16112 \backslash
16113 substack
16114 \end_layout
16115
16116 \end_inset
16117
16118  are used.
16119  To create for example this expression 
16120 \begin_inset Formula \begin{equation}
16121 \sum_{\begin{subarray}{c}
16122 0<k<1000\\
16123 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16124
16125 \end_inset
16126
16127
16128 \end_layout
16129
16130 \begin_layout Standard
16131 the following has to be done:
16132 \begin_inset Newline newline
16133 \end_inset
16134
16135 First the command 
16136 \series bold
16137
16138 \backslash
16139 sum
16140 \series default
16141 ^
16142 \series bold
16143 n
16144 \begin_inset ERT
16145 status collapsed
16146
16147 \begin_layout Plain Layout
16148
16149
16150 \backslash
16151 spce 
16152 \end_layout
16153
16154 \end_inset
16155
16156 _
16157 \series default
16158  is typed in.
16159  One is now in a blue box under the summation operator and insert there
16160  the command 
16161 \series bold
16162
16163 \backslash
16164 subarray
16165 \begin_inset ERT
16166 status collapsed
16167
16168 \begin_layout Plain Layout
16169
16170
16171 \backslash
16172 spce 
16173 \end_layout
16174
16175 \end_inset
16176
16177
16178 \series default
16179 .
16180  The blue box is now within a purple box and now several lines can be written
16181  among each other.
16182  A new line is created by inserting a line break (
16183 \begin_inset Info
16184 type  "shortcut"
16185 arg   "newline-insert newline"
16186 \end_inset
16187
16188 ).
16189  When now
16190 \begin_inset Newline newline
16191 \end_inset
16192
16193
16194 \series bold
16195 0<k<1000 Ctrl+Return
16196 \begin_inset Newline newline
16197 \end_inset
16198
16199
16200 \series default
16201 is typed in, a new box appears below for the new line.
16202 \end_layout
16203
16204 \begin_layout Standard
16205 The alignment of the lines can be changed to left aligned with the 
16206 \family sans
16207 table
16208 \family default
16209  
16210 \family sans
16211 toolbar
16212 \family default
16213  or the menu 
16214 \family sans
16215 Edit\SpecialChar \menuseparator
16216 Rows &Columns
16217 \family default
16218 .
16219  To get right alignment, 
16220 \series bold
16221
16222 \backslash
16223 hfill
16224 \begin_inset ERT
16225 status collapsed
16226
16227 \begin_layout Plain Layout
16228
16229
16230 \backslash
16231 spce 
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \series default
16238  is inserted at the beginning of the line.
16239 \end_layout
16240
16241 \begin_layout Standard
16242 The command 
16243 \series bold
16244
16245 \backslash
16246 substack
16247 \series default
16248  is equivalent to 
16249 \series bold
16250
16251 \backslash
16252 subarray
16253 \series default
16254  with the difference that the lines are always centered.
16255 \end_layout
16256
16257 \begin_layout Standard
16258 \begin_inset VSpace bigskip
16259 \end_inset
16260
16261 Like in formula 
16262 \begin_inset CommandInset ref
16263 LatexCommand eqref
16264 reference "eq:substack"
16265
16266 \end_inset
16267
16268  there can be too much space beside an operator, because the characters
16269  following the operator are set beside the limits.
16270 \end_layout
16271
16272 \begin_layout Standard
16273 To avoid this, the following macro can be used in the LaTeX-preamble:
16274 \end_layout
16275
16276 \begin_layout Standard
16277
16278 \series bold
16279
16280 \backslash
16281 def
16282 \backslash
16283 clap#1{
16284 \backslash
16285 hbox to 0pt{
16286 \backslash
16287 hss #1
16288 \backslash
16289 hss}}
16290 \begin_inset Newline newline
16291 \end_inset
16292
16293
16294 \backslash
16295 def
16296 \backslash
16297 mathclap {
16298 \backslash
16299 mathpalette 
16300 \backslash
16301 mathclapinternal}
16302 \begin_inset Newline newline
16303 \end_inset
16304
16305
16306 \backslash
16307 def
16308 \backslash
16309 mathclapinternal #1#2{
16310 \backslash
16311 clap{$
16312 \backslash
16313 mathsurround =0pt #1{#2}$}}
16314 \end_layout
16315
16316 \begin_layout Standard
16317 This defines the command 
16318 \series bold
16319
16320 \backslash
16321 mathclap
16322 \series default
16323
16324 \begin_inset Index
16325 status collapsed
16326
16327 \begin_layout Plain Layout
16328 Commands ! M ! 
16329 \backslash
16330 mathclap
16331 \end_layout
16332
16333 \end_inset
16334
16335  that sets the width of the limit to 0
16336 \begin_inset space \thinspace{}
16337 \end_inset
16338
16339 pt.
16340  The command scheme is
16341 \end_layout
16342
16343 \begin_layout Standard
16344
16345 \series bold
16346
16347 \backslash
16348 mathclap{limit}
16349 \end_layout
16350
16351 \begin_layout Standard
16352 where the limit can consist of several conditions.
16353 \end_layout
16354
16355 \begin_layout Standard
16356 Applied on formula 
16357 \begin_inset CommandInset ref
16358 LatexCommand eqref
16359 reference "eq:substack"
16360
16361 \end_inset
16362
16363 , one uses the command
16364 \end_layout
16365
16366 \begin_layout Standard
16367
16368 \series bold
16369
16370 \backslash
16371 sum_
16372 \backslash
16373 mathclap{
16374 \backslash
16375 substack
16376 \begin_inset ERT
16377 status collapsed
16378
16379 \begin_layout Plain Layout
16380
16381
16382 \backslash
16383 spce 
16384 \end_layout
16385
16386 \end_inset
16387
16388 0<k<1000 Ctrl+Return
16389 \end_layout
16390
16391 \begin_layout Standard
16392 to create the lower limit.
16393  The summand is now directly behind the summation operator:
16394 \begin_inset Formula \[
16395 \sum_{\mathclap{\substack{0<k<1000\\
16396 \\k\,\in\,\mathbb{N}}
16397 }}^{n}k^{-2}\]
16398
16399 \end_inset
16400
16401
16402 \end_layout
16403
16404 \begin_layout Standard
16405 \begin_inset VSpace bigskip
16406 \end_inset
16407
16408 How to use one limit for several operators is described in 
16409 \begin_inset CommandInset ref
16410 LatexCommand ref
16411 reference "sub:Self-defined-Operators"
16412
16413 \end_inset
16414
16415 .
16416 \end_layout
16417
16418 \begin_layout Subsection
16419 Binary Operators
16420 \begin_inset CommandInset label
16421 LatexCommand label
16422 name "sub:Binary-Operators"
16423
16424 \end_inset
16425
16426
16427 \begin_inset Index
16428 status collapsed
16429
16430 \begin_layout Plain Layout
16431 Operators ! binary
16432 \end_layout
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Standard
16440 Binary operators are surrounded by space when there is a character before
16441  and behind them.
16442 \begin_inset VSpace medskip
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \begin_layout Standard
16449 \begin_inset space \hfill{}
16450 \end_inset
16451
16452
16453 \begin_inset Tabular
16454 <lyxtabular version="3" rows="13" columns="2">
16455 <features>
16456 <column alignment="center" valignment="top" width="0pt">
16457 <column alignment="center" valignment="top" width="0pt">
16458 <row>
16459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 Command
16464 \begin_inset Note Note
16465 status collapsed
16466
16467 \begin_layout Plain Layout
16468
16469 \series bold
16470
16471 \backslash
16472 raisebox
16473 \series default
16474  is only used as spacer.
16475 \end_layout
16476
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 Result
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 +
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Formula $+$
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 -
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 $-$
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 pm
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 $\pm$
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
16571 \backslash
16572 mp
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 \begin_inset Formula $\mp$
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595
16596 \backslash
16597 cdot
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 \begin_inset Formula $\cdot$
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620
16621 \backslash
16622 times
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 \begin_inset Formula $\times$
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645
16646 \backslash
16647 div
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 \begin_inset Formula $\div$
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 </row>
16665 <row>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset ERT
16671 status collapsed
16672
16673 \begin_layout Plain Layout
16674
16675
16676 \backslash
16677 raisebox{-1.2mm}{
16678 \end_layout
16679
16680 \end_inset
16681
16682 *
16683 \begin_inset ERT
16684 status collapsed
16685
16686 \begin_layout Plain Layout
16687
16688 }
16689 \end_layout
16690
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $*$
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716
16717 \backslash
16718 star
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\star$
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741
16742 \backslash
16743 circ
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 \begin_inset Formula $\circ$
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766
16767 \backslash
16768 diamond
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 \begin_inset Formula $\diamond$
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 </row>
16786 <row>
16787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791
16792 \backslash
16793 bullet
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 \begin_inset Formula $\bullet$
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 </lyxtabular>
16812
16813 \end_inset
16814
16815
16816 \begin_inset space \hfill{}
16817 \end_inset
16818
16819
16820 \begin_inset Tabular
16821 <lyxtabular version="3" rows="13" columns="2">
16822 <features>
16823 <column alignment="center" valignment="top" width="0pt">
16824 <column alignment="center" valignment="top" width="0pt">
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 Command
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 Result
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 nabla
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 $\nabla$
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 bigtriangledown
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 $\bigtriangledown$
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 bigtriangleup
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 $\bigtriangleup$
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 Box
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 $\Box$
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 cap 
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 $\cap$
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 cup
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 $\cup$
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 dagger
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 $\dagger$
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" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \backslash
17027 ddagger
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $\ddagger$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \backslash
17052 wr
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $\wr$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 <row>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075
17076 \backslash
17077 bigcirc
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086 \begin_inset Formula $\bigcirc$
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 </row>
17095 <row>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100
17101 \backslash
17102 wedge
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111 \begin_inset Formula $\wedge$
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 </row>
17120 <row>
17121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \backslash
17127 vee
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 \begin_inset Formula $\vee$
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 </row>
17145 </lyxtabular>
17146
17147 \end_inset
17148
17149
17150 \begin_inset space \hfill{}
17151 \end_inset
17152
17153
17154 \begin_inset Tabular
17155 <lyxtabular version="3" rows="13" columns="2">
17156 <features>
17157 <column alignment="center" valignment="top" width="0pt">
17158 <column alignment="center" valignment="top" width="0pt">
17159 <row>
17160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 Command
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 Result
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 oplus
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 $\oplus$
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 ominus
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 $\ominus$
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 otimes
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 $\otimes$
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 oslash
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 $\oslash$
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 odot
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 $\odot$
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 amalg
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 $\amalg$
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 uplus
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 $\uplus$
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" leftline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \backslash
17361 setminus
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 \begin_inset Formula $\setminus$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \backslash
17386 sqcap
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Formula $\sqcap$
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 <row>
17405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409
17410 \backslash
17411 sqcup
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 \begin_inset Formula $\sqcup$
17421 \end_inset
17422
17423
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 </row>
17429 <row>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434
17435 \backslash
17436 triangleleft
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 \begin_inset Formula $\triangleleft$
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 </row>
17454 <row>
17455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459
17460 \backslash
17461 triangleright
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Formula $\triangleright$
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 </row>
17479 </lyxtabular>
17480
17481 \end_inset
17482
17483
17484 \begin_inset space \hfill{}
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \begin_layout Standard
17491 All binary operators can also be inserted via the math toolbar button 
17492 \begin_inset Graphics
17493         filename ../images/math/pm.png
17494         scale 85
17495
17496 \end_inset
17497
17498 .
17499 \end_layout
17500
17501 \begin_layout Standard
17502 To typeset the Laplace operator also 
17503 \series bold
17504
17505 \backslash
17506 Delta
17507 \series default
17508  or 
17509 \series bold
17510
17511 \backslash
17512 nabla
17513 \series default
17514 ^
17515 \series bold
17516 2
17517 \series default
17518  (
17519 \begin_inset Formula $\nabla^{2}$
17520 \end_inset
17521
17522 ) can be used instead of 
17523 \series bold
17524
17525 \backslash
17526 bigtriangleup
17527 \series default
17528  .
17529 \end_layout
17530
17531 \begin_layout Standard
17532 The character 
17533 \family sans
17534 Menu Separator
17535 \family default
17536  from the menu 
17537 \family sans
17538 Insert\SpecialChar \menuseparator
17539 Special Character
17540 \family default
17541  is the operator 
17542 \series bold
17543
17544 \backslash
17545 triangleright
17546 \series default
17547 .
17548 \end_layout
17549
17550 \begin_layout Subsection
17551 Self-defined Operators
17552 \begin_inset CommandInset label
17553 LatexCommand label
17554 name "sub:Self-defined-Operators"
17555
17556 \end_inset
17557
17558
17559 \begin_inset Index
17560 status collapsed
17561
17562 \begin_layout Plain Layout
17563 Operators ! self-defined
17564 \end_layout
17565
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \begin_layout Standard
17572 With the help of the command 
17573 \series bold
17574
17575 \backslash
17576 DeclareMathOperator
17577 \series default
17578
17579 \begin_inset Index
17580 status collapsed
17581
17582 \begin_layout Plain Layout
17583 Commands ! D ! 
17584 \backslash
17585 dbinom@
17586 \backslash
17587 DeclareMathOperator
17588 \end_layout
17589
17590 \end_inset
17591
17592  custom operators can be defined in the LaTeX-preamble.
17593  Its command scheme is:
17594 \end_layout
17595
17596 \begin_layout Standard
17597
17598 \series bold
17599
17600 \backslash
17601 DeclareMathOperator{new command}{display}
17602 \end_layout
17603
17604 \begin_layout Standard
17605 Display can be characters or symbols that define how the operator looks
17606  in the output.
17607  To define a big operator a * is set behind the command.
17608  All self-defined big operators can have limits as described in 
17609 \begin_inset CommandInset ref
17610 LatexCommand ref
17611 reference "sub:Operator-Limits"
17612
17613 \end_inset
17614
17615 .
17616 \end_layout
17617
17618 \begin_layout Standard
17619 For example the LaTeX-preamble line
17620 \end_layout
17621
17622 \begin_layout Standard
17623
17624 \series bold
17625
17626 \backslash
17627 DeclareMathOperator*{
17628 \backslash
17629 Lozenge}{
17630 \backslash
17631 blacklozenge}
17632 \end_layout
17633
17634 \begin_layout Standard
17635 defines the command 
17636 \series bold
17637
17638 \backslash
17639 Lozenge
17640 \series default
17641 , that inserts a big operator consisting of the lozenge symbol from 
17642 \begin_inset CommandInset ref
17643 LatexCommand ref
17644 reference "sub:Miscellaneous-Symbols"
17645
17646 \end_inset
17647
17648 :
17649 \begin_inset Formula \[
17650 \Lozenge_{n=1}^{\infty}\]
17651
17652 \end_inset
17653
17654 The command for this formula is: 
17655 \series bold
17656
17657 \backslash
17658 Lozenge
17659 \series default
17660 ^
17661 \series bold
17662
17663 \backslash
17664 infty
17665 \begin_inset Formula $\to$
17666 \end_inset
17667
17668 _n=1
17669 \end_layout
17670
17671 \begin_layout Standard
17672 \begin_inset VSpace bigskip
17673 \end_inset
17674
17675 When self-defined operators are not used several times in the document,
17676  they can also be defined with the commands 
17677 \series bold
17678
17679 \backslash
17680 mathop
17681 \series default
17682
17683 \begin_inset Index
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687 Commands ! M ! 
17688 \backslash
17689 mathop
17690 \end_layout
17691
17692 \end_inset
17693
17694  and 
17695 \series bold
17696
17697 \backslash
17698 mathbin
17699 \series default
17700
17701 \begin_inset Index
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705 Commands ! M ! 
17706 \backslash
17707 mathbin
17708 \end_layout
17709
17710 \end_inset
17711
17712 , which have the following scheme:
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718
17719 \backslash
17720 mathop{display}
17721 \series default
17722  and 
17723 \series bold
17724
17725 \backslash
17726 mathbin{display}
17727 \end_layout
17728
17729 \begin_layout Standard
17730
17731 \series bold
17732
17733 \backslash
17734 mathop
17735 \series default
17736  defines big operators, 
17737 \series bold
17738
17739 \backslash
17740 mathbin
17741 \series default
17742  binary operators.
17743 \end_layout
17744
17745 \begin_layout Standard
17746
17747 \series bold
17748
17749 \backslash
17750 mathop
17751 \series default
17752  can e.
17753 \begin_inset space \thinspace{}
17754 \end_inset
17755
17756 g.
17757 \begin_inset space \space{}
17758 \end_inset
17759
17760 be used to use one limit for several operators:
17761 \end_layout
17762
17763 \begin_layout Standard
17764 \begin_inset Formula \[
17765 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17766
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \begin_layout Standard
17773 The command for the formula above is:
17774 \begin_inset Newline newline
17775 \end_inset
17776
17777
17778 \series bold
17779
17780 \backslash
17781 mathop{
17782 \backslash
17783 sum
17784 \backslash
17785 negmedspace
17786 \backslash
17787 sum
17788 \series default
17789
17790 \begin_inset ERT
17791 status collapsed
17792
17793 \begin_layout Plain Layout
17794
17795
17796 \backslash
17797 spce 
17798 \end_layout
17799
17800 \end_inset
17801
17802
17803 \series bold
17804
17805 \begin_inset Formula $\to$
17806 \end_inset
17807
17808 ^N
17809 \series default
17810
17811 \begin_inset ERT
17812 status collapsed
17813
17814 \begin_layout Plain Layout
17815
17816
17817 \backslash
17818 spce 
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \series bold
17825 _i,j=1
17826 \end_layout
17827
17828 \begin_layout Section
17829 Fonts
17830 \begin_inset Index
17831 status collapsed
17832
17833 \begin_layout Plain Layout
17834 Fonts
17835 \end_layout
17836
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \begin_layout Subsection
17843 Font Styles
17844 \begin_inset CommandInset label
17845 LatexCommand label
17846 name "sub:Font-Styles"
17847
17848 \end_inset
17849
17850
17851 \begin_inset Index
17852 status collapsed
17853
17854 \begin_layout Plain Layout
17855 Font ! style
17856 \end_layout
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \begin_layout Standard
17864 Latin letters in formulas can be set in one of the following font styles:
17865 \begin_inset VSpace -2mm
17866 \end_inset
17867
17868
17869 \end_layout
17870
17871 \begin_layout Standard
17872 \align center
17873 \begin_inset Tabular
17874 <lyxtabular version="3" rows="6" columns="3">
17875 <features>
17876 <column alignment="center" valignment="top" width="0">
17877 <column alignment="center" valignment="top" width="0">
17878 <column alignment="center" valignment="top" width="0">
17879 <row>
17880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884 Command
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 Result
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 shortcut
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \backslash
17915 mathbb
17916 \series bold
17917
17918 \begin_inset ERT
17919 status collapsed
17920
17921 \begin_layout Plain Layout
17922
17923
17924 \backslash
17925 spce 
17926 \end_layout
17927
17928 \end_inset
17929
17930
17931 \series default
17932 ABC
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 \begin_inset Formula $\mathbb{ABC}$
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Info
17954 type  "shortcut"
17955 arg   "font-noun"
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 </row>
17964 <row>
17965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \backslash
17971 mathbf
17972 \series bold
17973
17974 \begin_inset ERT
17975 status collapsed
17976
17977 \begin_layout Plain Layout
17978
17979
17980 \backslash
17981 spce 
17982 \end_layout
17983
17984 \end_inset
17985
17986
17987 \series default
17988 AbC
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 \begin_inset Formula $\mathbf{AbC}$
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 \begin_inset Info
18010 type  "shortcut"
18011 arg   "font-bold"
18012 \end_inset
18013
18014
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 </row>
18020 <row>
18021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025
18026 \backslash
18027 boldsymbol
18028 \series bold
18029
18030 \begin_inset ERT
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034
18035
18036 \backslash
18037 spce 
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \series default
18044 AbC
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 \begin_inset Formula $\boldsymbol{AbC}$
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 \begin_inset Info
18066 type  "shortcuts"
18067 arg   "font-boldsymbol"
18068 \end_inset
18069
18070
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 </row>
18076 <row>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081
18082 \backslash
18083 mathcal
18084 \series bold
18085
18086 \begin_inset ERT
18087 status collapsed
18088
18089 \begin_layout Plain Layout
18090
18091
18092 \backslash
18093 spce 
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \series default
18100 ABC
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 \begin_inset Formula $\mathcal{ABC}$
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 \begin_inset Info
18122 type  "shortcut"
18123 arg   "font-emph"
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \backslash
18139 mathfrak
18140 \series bold
18141
18142 \begin_inset ERT
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146
18147
18148 \backslash
18149 spce 
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \series default
18156 AbC
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 \begin_inset Formula $\mathfrak{AbC}$
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 -
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 </row>
18183 </lyxtabular>
18184
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \begin_layout Standard
18191 \align center
18192 \begin_inset Tabular
18193 <lyxtabular version="3" rows="5" columns="3">
18194 <features>
18195 <column alignment="center" valignment="top" width="0">
18196 <column alignment="center" valignment="top" width="0">
18197 <column alignment="center" valignment="top" width="0">
18198 <row>
18199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 Command
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 Result
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 shortcut
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 </row>
18227 <row>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \backslash
18234 mathit
18235 \series bold
18236
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 spce 
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \series default
18251 AbC
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 \begin_inset Formula $\mathit{AbC}$
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 -
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 </row>
18278 <row>
18279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283
18284 \backslash
18285 mathrm
18286 \series bold
18287
18288 \begin_inset ERT
18289 status collapsed
18290
18291 \begin_layout Plain Layout
18292
18293
18294 \backslash
18295 spce 
18296 \end_layout
18297
18298 \end_inset
18299
18300
18301 \series default
18302 AbC
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 \begin_inset Formula $\mathrm{AbC}$
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Info
18324 type  "shortcut"
18325 arg   "font-roman"
18326 \end_inset
18327
18328
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 </row>
18334 <row>
18335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339
18340 \backslash
18341 mathsf
18342 \series bold
18343
18344 \begin_inset ERT
18345 status collapsed
18346
18347 \begin_layout Plain Layout
18348
18349
18350 \backslash
18351 spce 
18352 \end_layout
18353
18354 \end_inset
18355
18356
18357 \series default
18358 AbC
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367 \begin_inset Formula $\mathsf{AbC}$
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 \begin_inset Info
18380 type  "shortcut"
18381 arg   "font-sans"
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 <row>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395
18396 \backslash
18397 mathtt
18398 \series bold
18399
18400 \begin_inset ERT
18401 status collapsed
18402
18403 \begin_layout Plain Layout
18404
18405
18406 \backslash
18407 spce 
18408 \end_layout
18409
18410 \end_inset
18411
18412
18413 \series default
18414 AbC
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 \begin_inset Formula $\mathtt{AbC}$
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 \begin_inset Info
18436 type  "shortcut"
18437 arg   "font-typewriter"
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 </row>
18446 </lyxtabular>
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Standard
18454 \begin_inset Note Greyedout
18455 status open
18456
18457 \begin_layout Plain Layout
18458
18459 \series bold
18460 Note:
18461 \series default
18462  The styles 
18463 \series bold
18464
18465 \backslash
18466 mathbb
18467 \series default
18468  and 
18469 \series bold
18470
18471 \backslash
18472 mathcal
18473 \series default
18474  can only be used for big letters.
18475 \end_layout
18476
18477 \end_inset
18478
18479
18480 \end_layout
18481
18482 \begin_layout Standard
18483 Predefined is the style 
18484 \series bold
18485
18486 \backslash
18487 mathnormal
18488 \series default
18489 .
18490 \end_layout
18491
18492 \begin_layout Standard
18493 The style commands work also for letters in mathematical constructs:
18494 \begin_inset Formula \[
18495 \mathfrak{A=\frac{b}{C}}\]
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Standard
18503 Characters in mathematical text don't appear in a math font style but in
18504  the text font style 
18505 \series bold
18506
18507 \backslash
18508 textrm
18509 \series default
18510 .
18511  That their style can't be set correctly via the text style dialog is a
18512  bug in LyX.
18513 \begin_inset Foot
18514 status collapsed
18515
18516 \begin_layout Plain Layout
18517 \begin_inset CommandInset href
18518 LatexCommand href
18519 name "LyX-bug #4629"
18520 target "http://www.lyx.org/trac/ticket/4629"
18521
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Standard
18533 Instead of the style commands the dialog 
18534 \family sans
18535 Edit\SpecialChar \menuseparator
18536 Math\SpecialChar \menuseparator
18537 Text Style
18538 \family default
18539  or the toolbar button 
18540 \begin_inset Graphics
18541         filename ../images/math/font.png
18542         scale 85
18543
18544 \end_inset
18545
18546  can be used.
18547 \end_layout
18548
18549 \begin_layout Subsection
18550 Bold Formulas
18551 \begin_inset CommandInset label
18552 LatexCommand label
18553 name "sub:Bold-Formulas"
18554
18555 \end_inset
18556
18557
18558 \begin_inset Index
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562 Formula ! bold
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \begin_layout Standard
18571 To make a complete formula bold, the command 
18572 \series bold
18573
18574 \backslash
18575 mathbf
18576 \series default
18577  from the previous subsection cannot be used, because it doesn't work for
18578  small Greek letters.
18579  Furthermore it prints Latin letters always upright, like in the following
18580  equation:
18581 \end_layout
18582
18583 \begin_layout Standard
18584 \begin_inset Formula \[
18585 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \begin_layout Standard
18593 To display the formula correctly, the command 
18594 \series bold
18595
18596 \backslash
18597 boldsymbol
18598 \series default
18599  is used:
18600 \begin_inset Formula \[
18601 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18602
18603 \end_inset
18604
18605 It is also possible to set the formula in a 
18606 \series bold
18607 boldmath environment
18608 \series default
18609 .
18610  This environment is created by inserting the command 
18611 \series bold
18612
18613 \backslash
18614 boldmath
18615 \begin_inset Index
18616 status collapsed
18617
18618 \begin_layout Plain Layout
18619 Commands ! B ! 
18620 \backslash
18621 boldmath
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \series default
18628  in TeX-mode.
18629  To end the environment, the command 
18630 \series bold
18631
18632 \backslash
18633 unboldmath
18634 \begin_inset Index
18635 status collapsed
18636
18637 \begin_layout Plain Layout
18638 Commands ! U ! 
18639 \backslash
18640 unboldmath
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \series default
18647  is inserted in TeX-mode.
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 boldmath 
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \begin_inset Formula \[
18662 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18663
18664 \end_inset
18665
18666
18667 \begin_inset ERT
18668 status collapsed
18669
18670 \begin_layout Plain Layout
18671
18672
18673 \backslash
18674 unboldmath 
18675 \end_layout
18676
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \begin_layout Subsection
18683 Colored Formulas
18684 \begin_inset Index
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688 Formula ! colored
18689 \end_layout
18690
18691 \end_inset
18692
18693
18694 \end_layout
18695
18696 \begin_layout Standard
18697 Formulas can be colored like normal text: Highlight a formula or a formula
18698  part and use the 
18699 \family sans
18700 Text Style
18701 \family default
18702  dialog.
18703  Here is a formula in magenta:
18704 \begin_inset Formula \[
18705 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 You can also define your own colors as described in 
18714 \begin_inset CommandInset ref
18715 LatexCommand ref
18716 reference "sub:Colored-Boxes"
18717
18718 \end_inset
18719
18720 .
18721  They can be used with the TeX code command 
18722 \series bold
18723
18724 \backslash
18725 textcolor
18726 \series default
18727
18728 \begin_inset Index
18729 status collapsed
18730
18731 \begin_layout Plain Layout
18732 Commands ! T ! 
18733 \backslash
18734 textcolor
18735 \end_layout
18736
18737 \end_inset
18738
18739  in the scheme
18740 \end_layout
18741
18742 \begin_layout Standard
18743
18744 \series bold
18745
18746 \backslash
18747 textcolor{color}{characters or formula}
18748 \end_layout
18749
18750 \begin_layout Standard
18751 The following example was colored completely dark green and partly red:
18752 \end_layout
18753
18754 \begin_layout Standard
18755 \begin_inset ERT
18756 status collapsed
18757
18758 \begin_layout Plain Layout
18759
18760
18761 \backslash
18762 textcolor{darkgreen}{
18763 \end_layout
18764
18765 \end_inset
18766
18767
18768 \begin_inset Formula \[
18769 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18770
18771 \end_inset
18772
18773
18774 \begin_inset ERT
18775 status collapsed
18776
18777 \begin_layout Plain Layout
18778
18779 }
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \begin_layout Standard
18788 Due to a bug in LyX only complete formulas can be colored with self-defined
18789  colors.
18790 \begin_inset Foot
18791 status collapsed
18792
18793 \begin_layout Plain Layout
18794 \begin_inset CommandInset href
18795 LatexCommand href
18796 name "LyX-bug #5269"
18797 target "http://www.lyx.org/trac/ticket/5269"
18798
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Subsection
18810 Font Sizes
18811 \begin_inset CommandInset label
18812 LatexCommand label
18813 name "sub:Font-Sizes"
18814
18815 \end_inset
18816
18817
18818 \begin_inset Index
18819 status collapsed
18820
18821 \begin_layout Plain Layout
18822 Font ! size
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \begin_layout Standard
18831 For characters in formulas there are, analog to characters in text, the
18832  following size commands:
18833 \end_layout
18834
18835 \begin_layout Standard
18836
18837 \series bold
18838
18839 \backslash
18840 Huge
18841 \series default
18842
18843 \series bold
18844
18845 \backslash
18846 huge
18847 \series default
18848
18849 \series bold
18850
18851 \backslash
18852 LARGE
18853 \series default
18854
18855 \series bold
18856
18857 \backslash
18858 Large
18859 \series default
18860
18861 \series bold
18862
18863 \backslash
18864 large
18865 \series default
18866
18867 \series bold
18868
18869 \backslash
18870 normalsize
18871 \series default
18872
18873 \series bold
18874
18875 \backslash
18876 small
18877 \series default
18878 ,
18879 \begin_inset Newline newline
18880 \end_inset
18881
18882
18883 \series bold
18884
18885 \backslash
18886 footnotesize
18887 \series default
18888
18889 \series bold
18890
18891 \backslash
18892 scriptsize
18893 \series default
18894 , and 
18895 \series bold
18896
18897 \backslash
18898 tiny
18899 \end_layout
18900
18901 \begin_layout Standard
18902 The size produced by the commands depends on the document font size, that
18903  corresponds with the command 
18904 \series bold
18905
18906 \backslash
18907 normalsize
18908 \series default
18909 .
18910  The other commands produce smaller or larger sizes than 
18911 \series bold
18912
18913 \backslash
18914 normalsize
18915 \series default
18916 .
18917  The font size can however not exceed a certain value.
18918  Is for example the document font size 12
18919 \begin_inset space \thinspace{}
18920 \end_inset
18921
18922 pt, the command 
18923 \series bold
18924
18925 \backslash
18926 Huge
18927 \series default
18928  switches to the same size as 
18929 \series bold
18930
18931 \backslash
18932 huge
18933 \series default
18934 .
18935  
18936 \end_layout
18937
18938 \begin_layout Standard
18939 A size command is inserted in TeX-mode before the formula and sets the size
18940  for all following formula and text characters.
18941  To switch back to the initial size, the command 
18942 \series bold
18943
18944 \backslash
18945 normalsize
18946 \series default
18947  is inserted behind the formula in TeX-mode.
18948 \end_layout
18949
18950 \begin_layout Standard
18951 Within a formula the size can only be changed for symbols or letters in
18952  mathematical text.
18953  To do this, the size command is inserted in mathematical text.
18954  All following characters until the end of the mathematical text or until
18955  another size command will have the selected size.
18956  Two examples:
18957 \begin_inset VSpace -2mm
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \begin_layout Standard
18964 \begin_inset ERT
18965 status collapsed
18966
18967 \begin_layout Plain Layout
18968
18969
18970 \backslash
18971 huge 
18972 \end_layout
18973
18974 \end_inset
18975
18976
18977 \begin_inset Formula \[
18978 A=\frac{B}{c}\cdot\maltese\]
18979
18980 \end_inset
18981
18982
18983 \begin_inset Formula \[
18984 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18985
18986 \end_inset
18987
18988
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993
18994
18995 \backslash
18996 normalsize 
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \begin_layout Standard
19005 \begin_inset VSpace medskip
19006 \end_inset
19007
19008 Before both formulas the command 
19009 \series bold
19010
19011 \backslash
19012 huge
19013 \series default
19014  was inserted.
19015  The command for the second formula is:
19016 \begin_inset Newline newline
19017 \end_inset
19018
19019
19020 \series bold
19021
19022 \backslash
19023 maltese
19024 \begin_inset ERT
19025 status collapsed
19026
19027 \begin_layout Plain Layout
19028
19029
19030 \backslash
19031 spce 
19032 \end_layout
19033
19034 \end_inset
19035
19036 A Alt+M M 
19037 \backslash
19038 Large
19039 \begin_inset ERT
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043
19044
19045 \backslash
19046 spce 
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \backslash
19053 maltese
19054 \begin_inset ERT
19055 status collapsed
19056
19057 \begin_layout Plain Layout
19058
19059
19060 \backslash
19061 spce 
19062 \end_layout
19063
19064 \end_inset
19065
19066
19067 \backslash
19068 textit
19069 \begin_inset ERT
19070 status collapsed
19071
19072 \begin_layout Plain Layout
19073
19074
19075 \backslash
19076 spce 
19077 \end_layout
19078
19079 \end_inset
19080
19081 A
19082 \begin_inset Formula $\to$
19083 \end_inset
19084
19085
19086 \begin_inset Formula $\to$
19087 \end_inset
19088
19089
19090 \begin_inset Newline newline
19091 \end_inset
19092
19093
19094 \begin_inset space \hspace*{}
19095 \length 1cm
19096 \end_inset
19097
19098 Alt+M
19099 \series default
19100  
19101 \series bold
19102
19103 \backslash
19104 tiny
19105 \begin_inset ERT
19106 status collapsed
19107
19108 \begin_layout Plain Layout
19109
19110
19111 \backslash
19112 spce 
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \backslash
19119 maltese
19120 \begin_inset ERT
19121 status collapsed
19122
19123 \begin_layout Plain Layout
19124
19125
19126 \backslash
19127 spce 
19128 \end_layout
19129
19130 \end_inset
19131
19132
19133 \backslash
19134 textit
19135 \begin_inset ERT
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139
19140
19141 \backslash
19142 spce 
19143 \end_layout
19144
19145 \end_inset
19146
19147 A
19148 \end_layout
19149
19150 \begin_layout Standard
19151 If a symbol cannot be displayed in different sizes, it will always be displayed
19152  in the default size.
19153 \end_layout
19154
19155 \begin_layout Section
19156 Greek Letters
19157 \begin_inset Index
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161 Greek letters
19162 \end_layout
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 All Greek letters can also be inserted via the toolbar button 
19171 \begin_inset Graphics
19172         filename ../images/math/alpha.png
19173         scale 85
19174
19175 \end_inset
19176
19177 .
19178 \end_layout
19179
19180 \begin_layout Subsection
19181 Small Letters
19182 \begin_inset Index
19183 status collapsed
19184
19185 \begin_layout Plain Layout
19186 Greek letters ! small
19187 \end_layout
19188
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \begin_layout Standard
19195 \begin_inset space \hfill{}
19196 \end_inset
19197
19198
19199 \begin_inset Tabular
19200 <lyxtabular version="3" rows="11" columns="2">
19201 <features>
19202 <column alignment="center" valignment="top" width="0pt">
19203 <column alignment="center" valignment="top" width="0pt">
19204 <row>
19205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209 Command
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218 Result
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 alpha
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 $\alpha$
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 beta
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 $\beta$
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 gamma
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 $\gamma$
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 delta
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 $\delta$
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 epsilon
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 $\epsilon$
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" leftline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \backslash
19356 varepsilon
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 \begin_inset Formula $\varepsilon$
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \backslash
19381 zeta
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Formula $\zeta$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404
19405 \backslash
19406 eta
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 \begin_inset Formula $\eta$
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 </row>
19424 <row>
19425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429
19430 \backslash
19431 theta
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 \begin_inset Formula $\theta$
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 <row>
19450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454
19455 \backslash
19456 vartheta
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465 \begin_inset Formula $\vartheta$
19466 \end_inset
19467
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 </lyxtabular>
19475
19476 \end_inset
19477
19478
19479 \begin_inset space \hfill{}
19480 \end_inset
19481
19482
19483 \begin_inset Tabular
19484 <lyxtabular version="3" rows="12" columns="2">
19485 <features>
19486 <column alignment="center" valignment="top" width="0pt">
19487 <column alignment="center" valignment="top" width="0pt">
19488 <row>
19489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 Command
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502 Result
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 iota
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 $\iota$
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 kappa
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 $\kappa$
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 varkappa
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 $\varkappa$
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
19589 \backslash
19590 lambda
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 \begin_inset Formula $\lambda$
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 </row>
19608 <row>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613
19614 \backslash
19615 mu
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 \begin_inset Formula $\mu$
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 </row>
19633 <row>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \backslash
19640 nu
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 \begin_inset Formula $\nu$
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 <row>
19659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \backslash
19665 xi
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 \begin_inset Formula $\xi$
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688 o
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 \begin_inset Formula $o$
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 <row>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711
19712 \backslash
19713 pi
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 \begin_inset Formula $\pi$
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 </row>
19731 <row>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736
19737 \backslash
19738 varpi
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 \begin_inset Formula $\varpi$
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 </row>
19756 <row>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761
19762 \backslash
19763 rho
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772 \begin_inset Formula $\rho$
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 </row>
19781 </lyxtabular>
19782
19783 \end_inset
19784
19785
19786 \begin_inset space \hfill{}
19787 \end_inset
19788
19789
19790 \begin_inset Tabular
19791 <lyxtabular version="3" rows="11" columns="2">
19792 <features>
19793 <column alignment="center" valignment="top" width="0pt">
19794 <column alignment="center" valignment="top" width="0pt">
19795 <row>
19796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 Command
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 Result
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 varrho
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 $\varrho$
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 sigma
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 $\sigma$
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 varsigma
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 $\varsigma$
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 tau
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 $\tau$
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 upsilon
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 $\upsilon$
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" leftline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945
19946 \backslash
19947 phi
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 \begin_inset Formula $\phi$
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 <row>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \backslash
19972 varphi
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $\varphi$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \backslash
19997 chi
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 \begin_inset Formula $\chi$
20007 \end_inset
20008
20009
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 </row>
20015 <row>
20016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020
20021 \backslash
20022 psi
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 \begin_inset Formula $\psi$
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 </row>
20040 <row>
20041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \backslash
20047 omega
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056 \begin_inset Formula $\omega$
20057 \end_inset
20058
20059
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 </row>
20065 </lyxtabular>
20066
20067 \end_inset
20068
20069
20070 \begin_inset space \hfill{}
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \begin_layout Standard
20077 \begin_inset VSpace medskip
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \begin_layout Standard
20084 How to create upright Greek letters is explained in 
20085 \begin_inset CommandInset ref
20086 LatexCommand ref
20087 reference "sub:Upright-small-Greek"
20088
20089 \end_inset
20090
20091 .
20092 \end_layout
20093
20094 \begin_layout Subsection
20095 Big Letters
20096 \begin_inset Index
20097 status collapsed
20098
20099 \begin_layout Plain Layout
20100 Greek letters ! big
20101 \end_layout
20102
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \begin_layout Standard
20109 \begin_inset space \hfill{}
20110 \end_inset
20111
20112
20113 \begin_inset Tabular
20114 <lyxtabular version="3" rows="7" columns="2">
20115 <features>
20116 <column alignment="center" valignment="top" width="0pt">
20117 <column alignment="center" valignment="top" width="0pt">
20118 <row>
20119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 Command
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 Result
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 Gamma
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 $\Gamma$
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" leftline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168
20169 \backslash
20170 Delta
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179 \begin_inset Formula $\Delta$
20180 \end_inset
20181
20182
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 </row>
20188 <row>
20189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193
20194 \backslash
20195 Theta
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204 \begin_inset Formula $\Theta$
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 </row>
20213 <row>
20214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218
20219 \backslash
20220 Lambda
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229 \begin_inset Formula $\Lambda$
20230 \end_inset
20231
20232
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 </row>
20238 <row>
20239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243
20244 \backslash
20245 Xi
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254 \begin_inset Formula $\Xi$
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 </row>
20263 <row>
20264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268
20269 \backslash
20270 Pi
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 \begin_inset Formula $\Pi$
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 </row>
20288 </lyxtabular>
20289
20290 \end_inset
20291
20292
20293 \begin_inset space \hfill{}
20294 \end_inset
20295
20296
20297 \begin_inset Tabular
20298 <lyxtabular version="3" rows="6" columns="2">
20299 <features>
20300 <column alignment="center" valignment="top" width="0pt">
20301 <column alignment="center" valignment="top" width="0pt">
20302 <row>
20303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 Command
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 Result
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 <row>
20323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \backslash
20329 Sigma
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset Formula $\Sigma$
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352
20353 \backslash
20354 Upsilon
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 \begin_inset Formula $\Upsilon$
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 <row>
20373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \backslash
20379 Phi
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388 \begin_inset Formula $\Phi$
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402
20403 \backslash
20404 Psi
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413 \begin_inset Formula $\Psi$
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 </row>
20422 <row>
20423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427
20428 \backslash
20429 Omega
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 \begin_inset Formula $\Omega$
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 </row>
20447 </lyxtabular>
20448
20449 \end_inset
20450
20451
20452 \begin_inset space \hfill{}
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \begin_layout Standard
20459 \begin_inset VSpace medskip
20460 \end_inset
20461
20462 That the big Greek letters appear upright is caused by a design bug when
20463  TeX was developed.
20464  To get correct italic big letters, begin every command with 
20465 \series bold
20466 var
20467 \series default
20468 .
20469  For example the command 
20470 \series bold
20471
20472 \backslash
20473 varGamma
20474 \series default
20475  produces: 
20476 \begin_inset Formula $\varGamma$
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \begin_layout Subsection
20483 Bold Letters
20484 \begin_inset Index
20485 status collapsed
20486
20487 \begin_layout Plain Layout
20488 Greek letters ! bold
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Standard
20497 Greek letters cannot be set with different font styles like Latin letters.
20498  They can only be made bold with the command 
20499 \series bold
20500
20501 \backslash
20502 boldsymbol
20503 \series default
20504
20505 \begin_inset Index
20506 status collapsed
20507
20508 \begin_layout Plain Layout
20509 Commands ! B ! 
20510 \backslash
20511 boldsymbol
20512 \end_layout
20513
20514 \end_inset
20515
20516 .
20517 \end_layout
20518
20519 \begin_layout Standard
20520 \align center
20521 \begin_inset Tabular
20522 <lyxtabular version="3" rows="3" columns="2">
20523 <features>
20524 <column alignment="center" valignment="top" width="0">
20525 <column alignment="center" valignment="top" width="0">
20526 <row>
20527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531 Command
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 Result
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 </row>
20546 <row>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551
20552 \backslash
20553 Upsilon
20554 \backslash
20555 boldsymbol
20556 \backslash
20557 Upsilon
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 </row>
20575 <row>
20576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580
20581 \backslash
20582 theta
20583 \backslash
20584 boldsymbol
20585 \backslash
20586 theta
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\theta\boldsymbol{\theta}$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 </lyxtabular>
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Section
20612 Symbols
20613 \begin_inset ERT
20614 status collapsed
20615
20616 \begin_layout Plain Layout
20617
20618
20619 \backslash
20620 texorpdfstring{
20621 \end_layout
20622
20623 \end_inset
20624
20625
20626 \begin_inset Foot
20627 status collapsed
20628
20629 \begin_layout Plain Layout
20630 A list with all symbols of most of the LaTeX-packages can be found in 
20631 \begin_inset CommandInset citation
20632 LatexCommand cite
20633 key "Symbole"
20634
20635 \end_inset
20636
20637 .
20638 \end_layout
20639
20640 \end_inset
20641
20642
20643 \begin_inset ERT
20644 status collapsed
20645
20646 \begin_layout Plain Layout
20647
20648 }{}
20649 \end_layout
20650
20651 \end_inset
20652
20653
20654 \begin_inset Note Note
20655 status collapsed
20656
20657 \begin_layout Plain Layout
20658
20659 \backslash
20660 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20661 \end_layout
20662
20663 \begin_layout Plain Layout
20664 More about 
20665 \backslash
20666 texorpdfstring is in section 
20667 \begin_inset CommandInset ref
20668 LatexCommand ref
20669 reference "sub:Formulas-in-Section"
20670
20671 \end_inset
20672
20673 .
20674 \end_layout
20675
20676 \end_inset
20677
20678
20679 \begin_inset Index
20680 status collapsed
20681
20682 \begin_layout Plain Layout
20683 Symbols
20684 \end_layout
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Standard
20692 Many of the symbols listed in this section can also be inserted via the
20693  toolbar buttons 
20694 \begin_inset Graphics
20695         filename ../images/math/nabla.png
20696         scale 85
20697
20698 \end_inset
20699
20700  and 
20701 \begin_inset Graphics
20702         filename ../images/math/digamma.png
20703         scale 85
20704
20705 \end_inset
20706
20707 .
20708 \end_layout
20709
20710 \begin_layout Subsection
20711 Mathematical Symbols
20712 \begin_inset CommandInset label
20713 LatexCommand label
20714 name "sub:Mathematical-Symbols"
20715
20716 \end_inset
20717
20718
20719 \begin_inset Index
20720 status collapsed
20721
20722 \begin_layout Plain Layout
20723 Symbols ! mathematical
20724 \end_layout
20725
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \begin_layout Standard
20732 \begin_inset space \hfill{}
20733 \end_inset
20734
20735
20736 \begin_inset Tabular
20737 <lyxtabular version="3" rows="10" columns="2">
20738 <features>
20739 <column alignment="center" valignment="top" width="0pt">
20740 <column alignment="center" valignment="top" width="0pt">
20741 <row>
20742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746 Command
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755 Result
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 neg
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 $\neg$
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 Im
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 $\Im$
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" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \backslash
20818 Re
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\Re$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 aleph
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\aleph$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \backslash
20868 partial
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Formula $\partial$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \backslash
20893 infty
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902 \begin_inset Formula $\infty$
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 <row>
20912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \backslash
20918 wp
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $\wp$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 <row>
20937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941
20942 \backslash
20943 imath
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $\imath$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 <row>
20962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966
20967 \backslash
20968 jmath
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 \begin_inset Formula $\jmath$
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 </lyxtabular>
20987
20988 \end_inset
20989
20990
20991 \begin_inset space \hfill{}
20992 \end_inset
20993
20994
20995 \begin_inset Tabular
20996 <lyxtabular version="3" rows="10" columns="2">
20997 <features>
20998 <column alignment="center" valignment="top" width="0pt">
20999 <column alignment="center" valignment="top" width="0pt">
21000 <row>
21001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 Command
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014 Result
21015 \begin_inset Note Note
21016 status collapsed
21017
21018 \begin_layout Plain Layout
21019
21020 \series bold
21021
21022 \backslash
21023 raisebox
21024 \series default
21025  is only used as spacer.
21026 \end_layout
21027
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 forall
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 $\forall$
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 exists
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 $\exists$
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" leftline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091
21092 \backslash
21093 nexists
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 \begin_inset Formula $\nexists$
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \backslash
21118 emptyset
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 \begin_inset Formula $\emptyset$
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 </row>
21136 <row>
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141
21142 \backslash
21143 varnothing
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152 \begin_inset Formula $\varnothing$
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 </row>
21161 <row>
21162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166
21167 \backslash
21168 dag
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 \begin_inset Formula $\dag$
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 </row>
21186 <row>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191
21192 \backslash
21193 ddag
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202 \begin_inset Formula $\ddag$
21203 \end_inset
21204
21205
21206 \end_layout
21207
21208 \end_inset
21209 </cell>
21210 </row>
21211 <row>
21212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216
21217 \backslash
21218 complement
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227 \begin_inset ERT
21228 status collapsed
21229
21230 \begin_layout Plain Layout
21231
21232
21233 \backslash
21234 raisebox{-0.8mm}{
21235 \end_layout
21236
21237 \end_inset
21238
21239
21240 \begin_inset Formula $\complement$
21241 \end_inset
21242
21243
21244 \begin_inset ERT
21245 status collapsed
21246
21247 \begin_layout Plain Layout
21248
21249 }
21250 \end_layout
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 <row>
21261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265
21266 \backslash
21267 Bbbk
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 \begin_inset Formula $\Bbbk$
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 </row>
21285 </lyxtabular>
21286
21287 \end_inset
21288
21289
21290 \begin_inset space \hfill{}
21291 \end_inset
21292
21293
21294 \begin_inset Tabular
21295 <lyxtabular version="3" rows="10" columns="2">
21296 <features>
21297 <column alignment="center" valignment="top" width="0pt">
21298 <column alignment="center" valignment="top" width="0pt">
21299 <row>
21300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 Command
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 Result
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 prime
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 $\prime$
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 backprime
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 $\backprime$
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" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \backslash
21376 mho
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $\mho$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 <row>
21395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399
21400 \backslash
21401 triangle
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 \begin_inset Formula $\triangle$
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424
21425 \backslash
21426 angle
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 \begin_inset Formula $\angle$
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 </row>
21444 <row>
21445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449
21450 \backslash
21451 measuredangle
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 \begin_inset Formula $\measuredangle$
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 </row>
21469 <row>
21470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474
21475 \backslash
21476 sphericalangle
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 \begin_inset Formula $\sphericalangle$
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 </row>
21494 <row>
21495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499
21500 \backslash
21501 top
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 \begin_inset Formula $\top$
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 </row>
21519 <row>
21520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524
21525 \backslash
21526 bot
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 \begin_inset Formula $\bot$
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 </row>
21544 </lyxtabular>
21545
21546 \end_inset
21547
21548
21549 \begin_inset space \hfill{}
21550 \end_inset
21551
21552
21553 \end_layout
21554
21555 \begin_layout Subsection
21556 Miscellaneous Symbols
21557 \begin_inset CommandInset label
21558 LatexCommand label
21559 name "sub:Miscellaneous-Symbols"
21560
21561 \end_inset
21562
21563
21564 \begin_inset Index
21565 status collapsed
21566
21567 \begin_layout Plain Layout
21568 Symbols ! miscellaneous
21569 \end_layout
21570
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \begin_layout Standard
21577 \noindent
21578 \align center
21579 \begin_inset Tabular
21580 <lyxtabular version="3" rows="10" columns="2">
21581 <features>
21582 <column alignment="center" valignment="top" width="0pt">
21583 <column alignment="center" valignment="top" width="0pt">
21584 <row>
21585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 Command
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 Result
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 <row>
21605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609
21610 \backslash
21611 flat
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620 \begin_inset Formula $\flat$
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 <row>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \backslash
21636 natural
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 \begin_inset Formula $\natural$
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 </row>
21654 <row>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659
21660 \backslash
21661 sharp
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Formula $\sharp$
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \backslash
21686 surd
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 \begin_inset Formula $\surd$
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 </row>
21704 <row>
21705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709
21710 \backslash
21711 checkmark
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 \begin_inset Formula $\checkmark$
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 </row>
21729 <row>
21730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734
21735 \backslash
21736 yen
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 \begin_inset Formula $\yen$
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row>
21755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759
21760 \backslash
21761 pounds
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Formula $\pounds$
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 $
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\$$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 <row>
21803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 §
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 \begin_inset Formula $§$
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 </row>
21825 </lyxtabular>
21826
21827 \end_inset
21828
21829
21830 \begin_inset Tabular
21831 <lyxtabular version="3" rows="10" columns="2">
21832 <features>
21833 <column alignment="center" valignment="top" width="0">
21834 <column alignment="center" valignment="top" width="0">
21835 <row>
21836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 Command
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 Result
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 hbar
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 $\hbar$
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 hslash
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 $\hslash$
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 clubsuit
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 $\clubsuit$
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 spadesuit
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 $\spadesuit$
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" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960
21961 \backslash
21962 bigstar
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Formula $\bigstar$
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 <row>
21981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985
21986 \backslash
21987 blacklozenge
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 \begin_inset Formula $\blacklozenge$
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 <row>
22006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010
22011 \backslash
22012 blacktriangle
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 \begin_inset Formula $\blacktriangle$
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 <row>
22031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035
22036 \backslash
22037 blacktiangledown
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 \begin_inset Formula $\blacktriangledown$
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 <row>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \backslash
22062 bullet
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 \begin_inset Formula $\bullet$
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 </row>
22080 </lyxtabular>
22081
22082 \end_inset
22083
22084
22085 \begin_inset Tabular
22086 <lyxtabular version="3" rows="10" columns="2">
22087 <features>
22088 <column alignment="center" valignment="top" width="0pt">
22089 <column alignment="center" valignment="top" width="0pt">
22090 <row>
22091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 Command
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 Result
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 </row>
22110 <row>
22111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115
22116 \backslash
22117 diamondsuit
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 \begin_inset Formula $\diamondsuit$
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 </row>
22135 <row>
22136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140
22141 \backslash
22142 Diamond
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 \begin_inset Formula $\Diamond$
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 </row>
22160 <row>
22161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \backslash
22167 heartsuit
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 \begin_inset Formula $\heartsuit$
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 </row>
22185 <row>
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \backslash
22192 P
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Formula $\P$
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 copyright
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 $\copyright$
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \backslash
22242 circledR
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Formula $\circledR$
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 <row>
22261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \backslash
22267 maltese
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $\maltese$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 <row>
22286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 diagup
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\diagup$
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 diagdown
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $\diagdown$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 </lyxtabular>
22336
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \begin_layout Standard
22343 \begin_inset VSpace medskip
22344 \end_inset
22345
22346 More symbols are listed in 
22347 \begin_inset CommandInset ref
22348 LatexCommand ref
22349 reference "sub:Miscellaneous-special-Characters"
22350
22351 \end_inset
22352
22353 .
22354 \end_layout
22355
22356 \begin_layout Standard
22357 Some symbols can be displayed in different sizes, see 
22358 \begin_inset CommandInset ref
22359 LatexCommand ref
22360 reference "sub:Font-Sizes"
22361
22362 \end_inset
22363
22364 .
22365 \end_layout
22366
22367 \begin_layout Subsection
22368 The Euro-Symbol €
22369 \begin_inset Index
22370 status collapsed
22371
22372 \begin_layout Plain Layout
22373 Symbols ! Euro-symbol
22374 \end_layout
22375
22376 \end_inset
22377
22378
22379 \begin_inset Index
22380 status collapsed
22381
22382 \begin_layout Plain Layout
22383
22384 \backslash
22385 @
22386 \begin_inset ERT
22387 status collapsed
22388
22389 \begin_layout Plain Layout
22390
22391
22392 \backslash
22393 officialeuro
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \begin_layout Standard
22407 To use the Euro symbol in formulas, the LaTeX-package 
22408 \series bold
22409 eurosym
22410 \series default
22411
22412 \begin_inset Index
22413 status collapsed
22414
22415 \begin_layout Plain Layout
22416 Packages ! eurosym
22417 \end_layout
22418
22419 \end_inset
22420
22421  must be installed and loaded with the LaTeX-preamble line
22422 \end_layout
22423
22424 \begin_layout Standard
22425
22426 \series bold
22427
22428 \backslash
22429 usepackage[gennarrow]{eurosym}
22430 \end_layout
22431
22432 \begin_layout Standard
22433 The Euro symbol can now be inserted with the command 
22434 \series bold
22435
22436 \backslash
22437 euro
22438 \series default
22439
22440 \begin_inset Index
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444 Commands ! E ! 
22445 \backslash
22446 euro
22447 \end_layout
22448
22449 \end_inset
22450
22451 .
22452 \end_layout
22453
22454 \begin_layout Standard
22455 The Euro symbol can directly be inserted with the € key in mathematical
22456  text, without having 
22457 \series bold
22458 eurosym
22459 \series default
22460  installed.
22461  When 
22462 \series bold
22463 eurosym
22464 \series default
22465  is installed, 
22466 \series bold
22467
22468 \backslash
22469 euro
22470 \series default
22471  can also be inserted in TeX-mode.
22472  The official currency symbol can then be inserted with the command 
22473 \series bold
22474
22475 \backslash
22476 officialeuro
22477 \series default
22478
22479 \begin_inset Index
22480 status collapsed
22481
22482 \begin_layout Plain Layout
22483 Commands ! O ! 
22484 \backslash
22485 officialeuro
22486 \end_layout
22487
22488 \end_inset
22489
22490 , that is only available in TeX-mode.
22491 \end_layout
22492
22493 \begin_layout Standard
22494 \begin_inset ERT
22495 status collapsed
22496
22497 \begin_layout Plain Layout
22498
22499
22500 \backslash
22501 ifeurosym 
22502 \end_layout
22503
22504 \end_inset
22505
22506
22507 \begin_inset Note Note
22508 status open
22509
22510 \begin_layout Plain Layout
22511 The following table will only be displayed when the LaTeX-package 
22512 \series bold
22513 eurosym
22514 \series default
22515  is installed.
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \begin_layout Standard
22524 An overview about the different Euro symbols:
22525 \end_layout
22526
22527 \begin_layout Standard
22528 \align center
22529 \begin_inset Tabular
22530 <lyxtabular version="3" rows="4" columns="3">
22531 <features>
22532 <column alignment="center" valignment="top" width="0pt">
22533 <column alignment="center" valignment="top" width="0pt">
22534 <column alignment="center" valignment="top" width="0pt">
22535 <row>
22536 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 Command 
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 Result
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 formula
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \backslash
22580 euro
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Formula $\euro$
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 mathematical text
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 \begin_inset Formula $\mbox{€}$
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 <row>
22631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 TeX-mode
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \backslash
22646 officialeuro
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset ERT
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659
22660
22661 \backslash
22662 officialeuro
22663 \end_layout
22664
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 </row>
22673 </lyxtabular>
22674
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \begin_layout Standard
22681 \begin_inset ERT
22682 status collapsed
22683
22684 \begin_layout Plain Layout
22685
22686
22687 \backslash
22688 else 
22689 \end_layout
22690
22691 \end_inset
22692
22693
22694 \begin_inset Note Note
22695 status open
22696
22697 \begin_layout Plain Layout
22698 The following will be displayed when the LaTeX-package 
22699 \series bold
22700 eurosym
22701 \series default
22702  is not installed:
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Standard
22711 You need to install the LaTeX-package 
22712 \series bold
22713 eurosym
22714 \series default
22715  to see the rest of this subsection in the output.
22716 \end_layout
22717
22718 \begin_layout Standard
22719 \begin_inset ERT
22720 status collapsed
22721
22722 \begin_layout Plain Layout
22723
22724
22725 \backslash
22726 fi 
22727 \end_layout
22728
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \begin_layout Standard
22735 \begin_inset Newpage newpage
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \begin_layout Section
22742 Relations
22743 \begin_inset CommandInset label
22744 LatexCommand label
22745 name "sec:Relations"
22746
22747 \end_inset
22748
22749
22750 \begin_inset Index
22751 status collapsed
22752
22753 \begin_layout Plain Layout
22754 Relations
22755 \end_layout
22756
22757 \end_inset
22758
22759
22760 \begin_inset Index
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764 Comparisons|see
22765 \begin_inset ERT
22766 status collapsed
22767
22768 \begin_layout Plain Layout
22769
22770 {
22771 \end_layout
22772
22773 \end_inset
22774
22775 Relations
22776 \begin_inset ERT
22777 status collapsed
22778
22779 \begin_layout Plain Layout
22780
22781 }
22782 \end_layout
22783
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \begin_layout Standard
22795 All relations can also be inserted via the toolbar button 
22796 \begin_inset Graphics
22797         filename ../images/math/leq.png
22798         scale 85
22799
22800 \end_inset
22801
22802 .
22803 \end_layout
22804
22805 \begin_layout Standard
22806 \begin_inset space \hfill{}
22807 \end_inset
22808
22809
22810 \begin_inset Tabular
22811 <lyxtabular version="3" rows="17" columns="2">
22812 <features>
22813 <column alignment="center" valignment="top" width="0pt">
22814 <column alignment="center" valignment="top" width="0pt">
22815 <row>
22816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 Command
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 Result
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 <
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Formula $<$
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 </row>
22858 <row>
22859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \backslash
22865 le
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 \begin_inset Formula $\le$
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \backslash
22890 ll
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 \begin_inset Formula $\ll$
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 </row>
22908 <row>
22909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913
22914 \backslash
22915 prec
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 \begin_inset Formula $\prec$
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 <row>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938
22939 \backslash
22940 preceq
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 \begin_inset Formula $\preceq$
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 </row>
22958 <row>
22959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963
22964 \backslash
22965 subset
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974 \begin_inset Formula $\subset$
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 </row>
22983 <row>
22984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988
22989 \backslash
22990 subseteq
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 \begin_inset Formula $\subseteq$
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 </row>
23008 <row>
23009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013
23014 \backslash
23015 sqsubseteq
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024 \begin_inset Formula $\sqsubseteq$
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 </row>
23033 <row>
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038
23039 \backslash
23040 in
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 \begin_inset Formula $\in$
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 </row>
23058 <row>
23059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063
23064 \backslash
23065 vdash
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 \begin_inset Formula $\vdash$
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 </row>
23083 <row>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \backslash
23090 smile
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 \begin_inset Formula $\smile$
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 </row>
23108 <row>
23109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113
23114 \backslash
23115 lhd
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 \begin_inset Formula $\lhd$
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138
23139 \backslash
23140 unlhd
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 \begin_inset Formula $\unlhd$
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 </row>
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \backslash
23165 gtrless
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 $\gtrless$
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 mid
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 $\mid$
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" bottomline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213
23214 \backslash
23215 nmid
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 \begin_inset Formula $\nmid$
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 </row>
23233 </lyxtabular>
23234
23235 \end_inset
23236
23237
23238 \begin_inset space \hfill{}
23239 \end_inset
23240
23241
23242 \begin_inset Tabular
23243 <lyxtabular version="3" rows="17" columns="2">
23244 <features>
23245 <column alignment="center" valignment="top" width="0pt">
23246 <column alignment="center" valignment="top" width="0pt">
23247 <row>
23248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 Command
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 Result
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 <row>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 =
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 \begin_inset Formula $=$
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 </row>
23290 <row>
23291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295
23296 \backslash
23297 not=
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 \begin_inset Formula $\not=$
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 </row>
23315 <row>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \backslash
23322 equiv
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 \begin_inset Formula $\equiv$
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 </row>
23340 <row>
23341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \backslash
23347 sim
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 \begin_inset Formula $\sim$
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 </row>
23365 <row>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370
23371 \backslash
23372 simeq
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 \begin_inset Formula $\simeq$
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 </row>
23390 <row>
23391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395
23396 \backslash
23397 approx
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 \begin_inset Formula $\approx$
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 <row>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420
23421 \backslash
23422 cong
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Formula $\cong$
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \backslash
23447 bowtie
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Formula $\bowtie$
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 </row>
23465 <row>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \backslash
23472 notin
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 \begin_inset Formula $\notin$
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495
23496 \backslash
23497 perp
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $\perp$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \backslash
23522 propto
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 \begin_inset Formula $\propto$
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 </row>
23540 <row>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \backslash
23547 asymp
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 \begin_inset Formula $\asymp$
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \backslash
23572 doteq
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 \begin_inset Formula $\doteq$
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \backslash
23597 circeq
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 $\circeq$
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 models
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 $\models$
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" bottomline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \backslash
23647 widehat=
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\widehat{=}$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 </lyxtabular>
23666
23667 \end_inset
23668
23669
23670 \begin_inset space \hfill{}
23671 \end_inset
23672
23673
23674 \begin_inset Tabular
23675 <lyxtabular version="3" rows="17" columns="2">
23676 <features>
23677 <column alignment="center" valignment="top" width="0pt">
23678 <column alignment="center" valignment="top" width="0pt">
23679 <row>
23680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 Command
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 Result
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 >
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 \begin_inset Formula $>$
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 </row>
23722 <row>
23723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727
23728 \backslash
23729 ge
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738 \begin_inset Formula $\ge$
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 </row>
23747 <row>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752
23753 \backslash
23754 gg
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 \begin_inset Formula $\gg$
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 </row>
23772 <row>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777
23778 \backslash
23779 succ
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 \begin_inset Formula $\succ$
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 </row>
23797 <row>
23798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802
23803 \backslash
23804 succeq
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 \begin_inset Formula $\succeq$
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 </row>
23822 <row>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \backslash
23829 supset
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 \begin_inset Formula $\supset$
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 <row>
23848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852
23853 \backslash
23854 supseteq
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 \begin_inset Formula $\supseteq$
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 <row>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877
23878 \backslash
23879 sqsupseteq
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888 \begin_inset Formula $\sqsupseteq$
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \backslash
23904 ni
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 \begin_inset Formula $\ni$
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 </row>
23922 <row>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927
23928 \backslash
23929 dashv
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 \begin_inset Formula $\dashv$
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 frown
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 \begin_inset Formula $\frown$
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 rhd
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Formula $\rhd$
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 </row>
23997 <row>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 unrhd
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\unrhd$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \backslash
24029 lessgtr
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 \begin_inset Formula $\lessgtr$
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \backslash
24054 parallel
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\parallel$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 nparallel
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 \begin_inset Formula $\nparallel$
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 </lyxtabular>
24098
24099 \end_inset
24100
24101
24102 \begin_inset space \hfill{}
24103 \end_inset
24104
24105
24106 \end_layout
24107
24108 \begin_layout Standard
24109 \begin_inset VSpace medskip
24110 \end_inset
24111
24112 The characters 
24113 \series bold
24114
24115 \backslash
24116 lhd
24117 \series default
24118  and 
24119 \series bold
24120
24121 \backslash
24122 rhd
24123 \series default
24124  are bigger than the equal looking operators 
24125 \series bold
24126
24127 \backslash
24128 triangleleft
24129 \series default
24130  and 
24131 \series bold
24132
24133 \backslash
24134 triangleright
24135 \series default
24136 , respectively.
24137 \end_layout
24138
24139 \begin_layout Standard
24140 Relations are, in contrary to symbols, always surrounded by space.
24141 \end_layout
24142
24143 \begin_layout Standard
24144 Relations with labels can be created with the command 
24145 \series bold
24146
24147 \backslash
24148 stackrel
24149 \series default
24150
24151 \begin_inset Index
24152 status collapsed
24153
24154 \begin_layout Plain Layout
24155 Commands ! S ! 
24156 \backslash
24157 stackrel
24158 \end_layout
24159
24160 \end_inset
24161
24162 :
24163 \end_layout
24164
24165 \begin_layout Standard
24166 \align center
24167 \begin_inset Tabular
24168 <lyxtabular version="3" rows="2" columns="2">
24169 <features>
24170 <column alignment="center" valignment="top" width="0">
24171 <column alignment="center" valignment="top" width="0">
24172 <row>
24173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177 Command
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 Result
24187 \begin_inset Note Note
24188 status collapsed
24189
24190 \begin_layout Plain Layout
24191
24192 \series bold
24193
24194 \backslash
24195 raisebox
24196 \series default
24197  is only used as spacer.
24198 \end_layout
24199
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 </row>
24208 <row>
24209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213 A(r)
24214 \backslash
24215 stackrel
24216 \begin_inset ERT
24217 status collapsed
24218
24219 \begin_layout Plain Layout
24220
24221
24222 \backslash
24223 spce 
24224 \end_layout
24225
24226 \end_inset
24227
24228 r
24229 \backslash
24230 to
24231 \backslash
24232 infty
24233 \begin_inset ERT
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237
24238
24239 \backslash
24240 spce 
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \begin_inset Formula $\downarrow$
24247 \end_inset
24248
24249
24250 \backslash
24251 approx
24252 \begin_inset ERT
24253 status collapsed
24254
24255 \begin_layout Plain Layout
24256
24257
24258 \backslash
24259 spce 
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \begin_inset ERT
24266 status collapsed
24267
24268 \begin_layout Plain Layout
24269
24270
24271 \backslash
24272 spce 
24273 \end_layout
24274
24275 \end_inset
24276
24277 B
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 </row>
24295 </lyxtabular>
24296
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \begin_layout Section
24303 Functions
24304 \end_layout
24305
24306 \begin_layout Subsection
24307 Predefined Functions
24308 \begin_inset CommandInset label
24309 LatexCommand label
24310 name "sub:Predefined-Functions"
24311
24312 \end_inset
24313
24314
24315 \begin_inset Index
24316 status collapsed
24317
24318 \begin_layout Plain Layout
24319 Functions ! predefined
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Standard
24328 In general, variables are set 
24329 \emph on
24330 italic
24331 \emph default
24332  in mathematical expressions, but not function names, because 
24333 \begin_inset Formula $sin$
24334 \end_inset
24335
24336  could be misunderstood as 
24337 \begin_inset Formula $s\cdot i\cdot n$
24338 \end_inset
24339
24340 .
24341  Therefore there are predefined functions, that are additionally a bit separated
24342  from prefactors.
24343  They are inserted as commands starting with a backslash before their name.
24344 \end_layout
24345
24346 \begin_layout Standard
24347 \align center
24348 \begin_inset Tabular
24349 <lyxtabular version="3" rows="2" columns="4">
24350 <features>
24351 <column alignment="center" valignment="top" width="0pt">
24352 <column alignment="center" valignment="top" width="0pt">
24353 <column alignment="center" valignment="top" width="0pt">
24354 <column alignment="center" valignment="top" width="0pt">
24355 <row>
24356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360 Command
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369 Result
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 Command
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387 Result
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 </row>
24393 <row>
24394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 Asin(x)+B
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 \begin_inset Formula $Asin(x)+B$
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419 A
24420 \backslash
24421 sin(x)+B
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 \begin_inset Formula $A\sin(x)+B$
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 </row>
24439 </lyxtabular>
24440
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \begin_layout Standard
24447 The following functions are predefined:
24448 \end_layout
24449
24450 \begin_layout Standard
24451 \begin_inset VSpace -2mm
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Standard
24458 \align center
24459 \begin_inset Tabular
24460 <lyxtabular version="3" rows="9" columns="4">
24461 <features>
24462 <column alignment="center" valignment="top" width="0pt">
24463 <column alignment="center" valignment="top" width="0pt">
24464 <column alignment="center" valignment="top" width="0pt">
24465 <column alignment="center" valignment="top" width="0pt">
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471 Command
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480 Command
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489 Command
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498 Command
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 </row>
24504 <row>
24505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509
24510 \backslash
24511 sin
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \backslash
24522 sinh
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531
24532 \backslash
24533 arcsin
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542
24543 \backslash
24544 sup
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 </row>
24550 <row>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555
24556 \backslash
24557 cos
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566
24567 \backslash
24568 cosh
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577
24578 \backslash
24579 arccos
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588
24589 \backslash
24590 inf
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 </row>
24596 <row>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601
24602 \backslash
24603 tan
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612
24613 \backslash
24614 tanh
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623
24624 \backslash
24625 arctan
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634
24635 \backslash
24636 lim
24637 \end_layout
24638
24639 \end_inset
24640 </cell>
24641 </row>
24642 <row>
24643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647
24648 \backslash
24649 cot
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658
24659 \backslash
24660 coth
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669
24670 \backslash
24671 arg
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680
24681 \backslash
24682 liminf
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 </row>
24688 <row>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693
24694 \backslash
24695 sec
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704
24705 \backslash
24706 min
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715
24716 \backslash
24717 deg
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726
24727 \backslash
24728 limsup
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 </row>
24734 <row>
24735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739
24740 \backslash
24741 csc
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750
24751 \backslash
24752 max
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761
24762 \backslash
24763 det
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772
24773 \backslash
24774 Pr
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 </row>
24780 <row>
24781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785
24786 \backslash
24787 ln
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \backslash
24798 exp
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \backslash
24809 dim
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \backslash
24820 hom
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 </row>
24826 <row>
24827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831
24832 \backslash
24833 lg
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842
24843 \backslash
24844 log
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853
24854 \backslash
24855 ker
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864
24865 \backslash
24866 gcd
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 </row>
24872 </lyxtabular>
24873
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \begin_layout Standard
24880 They can also be inserted with the math toolbar button 
24881 \begin_inset Graphics
24882         filename ../images/math/functions.png
24883         scale 85
24884
24885 \end_inset
24886
24887 .
24888 \end_layout
24889
24890 \begin_layout Subsection
24891 Self-defined Functions
24892 \begin_inset Index
24893 status collapsed
24894
24895 \begin_layout Plain Layout
24896 Functions ! self-defined
24897 \end_layout
24898
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \begin_layout Standard
24905 To use a function that is not predefined, like for example the sign function
24906  sgn(x), there are two possibilities:
24907 \end_layout
24908
24909 \begin_layout Itemize
24910 Define the function by inserting the following line to the LaTeX-preamble
24911 \begin_inset Foot
24912 status collapsed
24913
24914 \begin_layout Plain Layout
24915 For more about 
24916 \series bold
24917
24918 \backslash
24919 DeclareMathOperator
24920 \series default
24921  see 
24922 \begin_inset CommandInset ref
24923 LatexCommand ref
24924 reference "sub:Self-defined-Operators"
24925
24926 \end_inset
24927
24928 .
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \begin_inset Newline newline
24935 \end_inset
24936
24937
24938 \begin_inset VSpace -3mm
24939 \end_inset
24940
24941
24942 \begin_inset Newline newline
24943 \end_inset
24944
24945
24946 \series bold
24947
24948 \backslash
24949 DeclareMathOperator{
24950 \backslash
24951 sgn}{sgn}
24952 \series default
24953
24954 \begin_inset Index
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958 Commands ! D ! 
24959 \backslash
24960 dbinom@
24961 \backslash
24962 DeclareMathOperator
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \begin_inset Newline newline
24969 \end_inset
24970
24971
24972 \begin_inset VSpace -2mm
24973 \end_inset
24974
24975
24976 \begin_inset Newline newline
24977 \end_inset
24978
24979 Now the new defined function can be called with the command 
24980 \series bold
24981
24982 \backslash
24983 sgn
24984 \series default
24985 .
24986 \end_layout
24987
24988 \begin_layout Itemize
24989 Write the the formula as usual, mark the formula name, in our example the
24990  letters 
24991 \emph on
24992 sgn
24993 \emph default
24994 , and change it to mathematical text.
24995  At last a space is inserted between prefactor and function.
24996 \end_layout
24997
24998 \begin_layout Standard
24999 The result is the same with both methods as with a predefined function
25000 \begin_inset Foot
25001 status collapsed
25002
25003 \begin_layout Plain Layout
25004 In LyX self-defined functions are displayed red, predefined ones black.
25005 \end_layout
25006
25007 \end_inset
25008
25009 :
25010 \end_layout
25011
25012 \begin_layout Standard
25013 \align center
25014 \begin_inset Tabular
25015 <lyxtabular version="3" rows="3" columns="2">
25016 <features>
25017 <column alignment="center" valignment="top" width="0pt">
25018 <column alignment="center" valignment="top" width="0pt">
25019 <row>
25020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 Command
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033 Result
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 </row>
25039 <row>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 A
25045 \backslash
25046 sgn(x)+B
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055 \begin_inset Formula $A\sgn(x)+B$
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 </row>
25064 <row>
25065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069 A
25070 \backslash
25071 ,
25072 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25073 \end_inset
25074
25075 (x)+B
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25085 \end_inset
25086
25087
25088 \end_layout
25089
25090 \end_inset
25091 </cell>
25092 </row>
25093 </lyxtabular>
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \begin_layout Standard
25101 The first method is more suitable when the self-defined function should
25102  be used several times.
25103 \end_layout
25104
25105 \begin_layout Subsection
25106 Limits
25107 \begin_inset Index
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111 Limits
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \end_layout
25118
25119 \begin_layout Standard
25120 For limits there are defined besides 
25121 \series bold
25122
25123 \backslash
25124 lim
25125 \series default
25126
25127 \begin_inset Index
25128 status collapsed
25129
25130 \begin_layout Plain Layout
25131 Commands ! L ! 
25132 \backslash
25133 lim
25134 \end_layout
25135
25136 \end_inset
25137
25138
25139 \series bold
25140
25141 \backslash
25142 liminf
25143 \series default
25144  and 
25145 \series bold
25146
25147 \backslash
25148 limsup
25149 \series default
25150  furthermore the following functions:
25151 \end_layout
25152
25153 \begin_layout Standard
25154 \align center
25155 \begin_inset Tabular
25156 <lyxtabular version="3" rows="5" columns="2">
25157 <features>
25158 <column alignment="center" valignment="top" width="0">
25159 <column alignment="center" valignment="top" width="0">
25160 <row>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 Command
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174 Result
25175 \begin_inset Note Note
25176 status collapsed
25177
25178 \begin_layout Plain Layout
25179
25180 \series bold
25181
25182 \backslash
25183 raisebox
25184 \series default
25185  is only used as spacer.
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 </row>
25196 <row>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 varliminf
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212 \begin_inset Formula $\varliminf$
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 <row>
25222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \backslash
25228 varlimsup
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237 \begin_inset Formula $\varlimsup$
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row>
25247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 varprojlim
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 \begin_inset Formula $\varprojlim$
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 <row>
25272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 varinjlim
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287 \begin_inset Formula $\varinjlim$
25288 \end_inset
25289
25290
25291 \begin_inset Formula $\raisebox{-2.5mm}{}$
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 </row>
25300 </lyxtabular>
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 \begin_inset VSpace medskip
25309 \end_inset
25310
25311 The limit is created by inserting a subscript.
25312  It is set right beside the function in an inline formula:
25313 \end_layout
25314
25315 \begin_layout Standard
25316 \align center
25317 \begin_inset Tabular
25318 <lyxtabular version="3" rows="2" columns="2">
25319 <features>
25320 <column alignment="center" valignment="top" width="0pt">
25321 <column alignment="center" valignment="top" width="0pt">
25322 <row>
25323 <cell alignment="center" valignment="top" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327 Command
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 <cell alignment="center" valignment="top" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336 \begin_inset space \hspace{}
25337 \length 1cm
25338 \end_inset
25339
25340 Result
25341 \begin_inset Note Note
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345 The space and
25346 \series bold
25347  
25348 \backslash
25349 raisebox
25350 \series default
25351  are used here as spacer.
25352 \end_layout
25353
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 </row>
25362 <row>
25363 <cell alignment="center" valignment="top" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \backslash
25369 lim_x
25370 \backslash
25371 to
25372 \begin_inset ERT
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376
25377
25378 \backslash
25379 spce 
25380 \end_layout
25381
25382 \end_inset
25383
25384 A
25385 \begin_inset ERT
25386 status collapsed
25387
25388 \begin_layout Plain Layout
25389
25390
25391 \backslash
25392 spce 
25393 \end_layout
25394
25395 \end_inset
25396
25397 x=B
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 </row>
25415 </lyxtabular>
25416
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \begin_layout Standard
25423 In a displayed formula the limit is set below the formula, as usual:
25424 \begin_inset Formula \[
25425 \lim_{x\to A}x=B\]
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Subsection
25433 Modulo-Functions
25434 \begin_inset Index
25435 status collapsed
25436
25437 \begin_layout Plain Layout
25438 Functions ! modulo-
25439 \end_layout
25440
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \begin_layout Standard
25447 The modulo-function is special, because it exists in four variants.
25448 \end_layout
25449
25450 \begin_layout Standard
25451 The variants in a displayed formula:
25452 \begin_inset Formula \begin{align*}
25453 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25454 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25455 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25456 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25457 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25458
25459 \end_inset
25460
25461
25462 \end_layout
25463
25464 \begin_layout Standard
25465 In an inline formula less space is set before the function names for all
25466  variants.
25467 \end_layout
25468
25469 \begin_layout Standard
25470 \begin_inset Newpage newpage
25471 \end_inset
25472
25473
25474 \end_layout
25475
25476 \begin_layout Section
25477 Special Characters
25478 \begin_inset Index
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482 Special characters
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Subsection
25491 Special Characters in Mathematical Text
25492 \end_layout
25493
25494 \begin_layout Standard
25495 The following commands can only be used in mathematical text or in TeX-mode:
25496 \end_layout
25497
25498 \begin_layout Standard
25499 \begin_inset space \hfill{}
25500 \end_inset
25501
25502
25503 \begin_inset Tabular
25504 <lyxtabular version="3" rows="8" columns="2">
25505 <features>
25506 <column alignment="block" valignment="top" width="0">
25507 <column alignment="block" valignment="top" width="0">
25508 <row>
25509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513 Command
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 Result
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 </row>
25528 <row>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \backslash
25535 oe
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544 \begin_inset Formula $\textrm{œ}$
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 </row>
25553 <row>
25554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Plain Layout
25558
25559 \backslash
25560 OE
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 \begin_inset Formula $\textrm{Œ}$
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583
25584 \backslash
25585 ae
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 \begin_inset Formula $\textrm{æ}$
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 </row>
25603 <row>
25604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \backslash
25610 AE
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 \begin_inset Formula $\textrm{Æ}$
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 </row>
25628 <row>
25629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \backslash
25635 aa
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644 \begin_inset Formula $\textrm{\aa}$
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 </row>
25653 <row>
25654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658
25659 \backslash
25660 AA
25661 \begin_inset Index
25662 status collapsed
25663
25664 \begin_layout Plain Layout
25665
25666 \backslash
25667 @
25668 \begin_inset ERT
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672
25673
25674 \backslash
25675 textrm{
25676 \backslash
25677 AA}
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696 \begin_inset Formula $\textrm{Å}$
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 </row>
25705 <row>
25706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710
25711 \backslash
25712 i
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25718 \begin_inset Text
25719
25720 \begin_layout Plain Layout
25721 \begin_inset Formula $\textrm{ı}$
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \end_inset
25728 </cell>
25729 </row>
25730 </lyxtabular>
25731
25732 \end_inset
25733
25734
25735 \begin_inset space \hfill{}
25736 \end_inset
25737
25738
25739 \begin_inset Tabular
25740 <lyxtabular version="3" rows="8" columns="2">
25741 <features>
25742 <column alignment="block" valignment="top" width="0">
25743 <column alignment="center" valignment="top" width="0">
25744 <row>
25745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749 command
25750 \begin_inset Note Note
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754 The space of 0
25755 \begin_inset space \thinspace{}
25756 \end_inset
25757
25758 mm is used for separation, because otherwise the output will be ¡ and ¿
25759  respectively.
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 Result
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 </row>
25779 <row>
25780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 o
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795 \begin_inset Formula $\textrm{ø}$
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 </row>
25804 <row>
25805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809
25810 \backslash
25811 O
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 \begin_inset Formula $\textrm{Ø}$
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 </row>
25829 <row>
25830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \backslash
25836 l
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \begin_inset Formula $\textrm{ł}$
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 </row>
25854 <row>
25855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859
25860 \backslash
25861 L
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870 \begin_inset Formula $\textrm{Ł}$
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 <row>
25880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884 !
25885 \begin_inset space \hspace{}
25886 \length 0mm
25887 \end_inset
25888
25889 `
25890 \begin_inset ERT
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894
25895
25896 \backslash
25897 spce 
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911 \begin_inset Formula $\textrm{!`}$
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 ?
25926 \begin_inset space \hspace{}
25927 \length 0mm
25928 \end_inset
25929
25930 `
25931 \begin_inset ERT
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935
25936
25937 \backslash
25938 spce 
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952 \begin_inset Formula $\textrm{?`}$
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 </row>
25961 <row>
25962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966
25967 \backslash
25968 j
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977 \begin_inset Formula $\textrm{ȷ}$
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 </row>
25986 </lyxtabular>
25987
25988 \end_inset
25989
25990
25991 \begin_inset space \hfill{}
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 The characters 
25999 \begin_inset Formula $\textrm{\textrm{Å}}$
26000 \end_inset
26001
26002  and 
26003 \begin_inset Formula $\textrm{\textrm{Ø}}$
26004 \end_inset
26005
26006  can also be inserted via the math toolbar button 
26007 \begin_inset Graphics
26008         filename ../images/math/digamma.png
26009         scale 85
26010
26011 \end_inset
26012
26013 .
26014 \end_layout
26015
26016 \begin_layout Standard
26017 An exception are the commands 
26018 \series bold
26019 !
26020 \begin_inset space \hspace{}
26021 \length 0mm
26022 \end_inset
26023
26024 `
26025 \series default
26026  and 
26027 \series bold
26028 ?
26029 \begin_inset space \hspace{}
26030 \length 0mm
26031 \end_inset
26032
26033 `
26034 \series default
26035 , because they can be inserted in LyX directly to text.
26036 \end_layout
26037
26038 \begin_layout Subsection
26039 Accents in Text
26040 \begin_inset CommandInset label
26041 LatexCommand label
26042 name "sub:Accents-in-Text"
26043
26044 \end_inset
26045
26046
26047 \begin_inset Index
26048 status collapsed
26049
26050 \begin_layout Plain Layout
26051 Accents ! in text
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060 With the following commands all letters can be accented.
26061  The commands must be inserted in TeX-mode.
26062 \end_layout
26063
26064 \begin_layout Standard
26065 \begin_inset space \hfill{}
26066 \end_inset
26067
26068
26069 \begin_inset Tabular
26070 <lyxtabular version="3" rows="8" columns="2">
26071 <features>
26072 <column alignment="block" valignment="top" width="0">
26073 <column alignment="block" valignment="top" width="0">
26074 <row>
26075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079 Command
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 Result
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 </row>
26094 <row>
26095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099
26100 \backslash
26101
26102 \begin_inset Quotes grd
26103 \end_inset
26104
26105 e
26106 \end_layout
26107
26108 \end_inset
26109 </cell>
26110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114 \begin_inset ERT
26115 status collapsed
26116
26117 \begin_layout Plain Layout
26118
26119
26120 \backslash
26121 "e
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 </row>
26132 <row>
26133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137
26138 \backslash
26139 `e
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 \begin_inset ERT
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152
26153
26154 \backslash
26155 `e
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 </row>
26166 <row>
26167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171
26172 \backslash
26173 ^
26174 \begin_inset ERT
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178
26179
26180 \backslash
26181 spce 
26182 \end_layout
26183
26184 \end_inset
26185
26186 e
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195 \begin_inset ERT
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199
26200
26201 \backslash
26202 ^e
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 </row>
26213 <row>
26214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218
26219 \backslash
26220 =e
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 \begin_inset ERT
26230 status collapsed
26231
26232 \begin_layout Plain Layout
26233
26234
26235 \backslash
26236 =e
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 </row>
26247 <row>
26248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252
26253 \backslash
26254 u
26255 \begin_inset ERT
26256 status collapsed
26257
26258 \begin_layout Plain Layout
26259
26260
26261 \backslash
26262 spce 
26263 \end_layout
26264
26265 \end_inset
26266
26267 e
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 \begin_inset ERT
26277 status collapsed
26278
26279 \begin_layout Plain Layout
26280
26281
26282 \backslash
26283 u e
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row>
26295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \backslash
26301 b
26302 \begin_inset ERT
26303 status collapsed
26304
26305 \begin_layout Plain Layout
26306
26307
26308 \backslash
26309 spce 
26310 \end_layout
26311
26312 \end_inset
26313
26314 e
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323 \begin_inset ERT
26324 status collapsed
26325
26326 \begin_layout Plain Layout
26327
26328
26329 \backslash
26330 b e
26331 \end_layout
26332
26333 \end_inset
26334
26335
26336 \end_layout
26337
26338 \end_inset
26339 </cell>
26340 </row>
26341 <row>
26342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346
26347 \backslash
26348 t
26349 \begin_inset ERT
26350 status collapsed
26351
26352 \begin_layout Plain Layout
26353
26354
26355 \backslash
26356 spce 
26357 \end_layout
26358
26359 \end_inset
26360
26361 ee
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 \begin_inset ERT
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374
26375
26376 \backslash
26377 t ee
26378 \end_layout
26379
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 </row>
26388 </lyxtabular>
26389
26390 \end_inset
26391
26392
26393 \begin_inset space \hfill{}
26394 \end_inset
26395
26396
26397 \begin_inset Tabular
26398 <lyxtabular version="3" rows="8" columns="2">
26399 <features>
26400 <column alignment="block" valignment="top" width="0">
26401 <column alignment="center" valignment="top" width="0">
26402 <row>
26403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407 Command
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416 Result
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 </row>
26422 <row>
26423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26424 \begin_inset Text
26425
26426 \begin_layout Plain Layout
26427
26428 \backslash
26429 H
26430 \begin_inset ERT
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434
26435
26436 \backslash
26437 spce 
26438 \end_layout
26439
26440 \end_inset
26441
26442 e
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451 \begin_inset ERT
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455
26456
26457 \backslash
26458 H e
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 </row>
26469 <row>
26470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474
26475 \backslash
26476 'e
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 \begin_inset ERT
26486 status collapsed
26487
26488 \begin_layout Plain Layout
26489
26490
26491 \backslash
26492 'e
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 </row>
26503 <row>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508
26509 \backslash
26510 ~e
26511 \begin_inset Index
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515 Tilde
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 ~e
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 </row>
26547 <row>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552
26553 \backslash
26554 .e
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563 \begin_inset ERT
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567
26568
26569 \backslash
26570 .e
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 </row>
26581 <row>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586
26587 \backslash
26588 v
26589 \begin_inset ERT
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593
26594
26595 \backslash
26596 spce 
26597 \end_layout
26598
26599 \end_inset
26600
26601 e
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 \begin_inset ERT
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614
26615
26616 \backslash
26617 v e
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 </row>
26628 <row>
26629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633
26634 \backslash
26635 d
26636 \begin_inset ERT
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640
26641
26642 \backslash
26643 spce 
26644 \end_layout
26645
26646 \end_inset
26647
26648 e
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26654 \begin_inset Text
26655
26656 \begin_layout Plain Layout
26657 \begin_inset ERT
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661
26662
26663 \backslash
26664 d e
26665 \end_layout
26666
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 </row>
26675 <row>
26676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680
26681 \backslash
26682 c
26683 \begin_inset ERT
26684 status collapsed
26685
26686 \begin_layout Plain Layout
26687
26688
26689 \backslash
26690 spce 
26691 \end_layout
26692
26693 \end_inset
26694
26695 e
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Plain Layout
26704 \begin_inset ERT
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708
26709
26710 \backslash
26711 c e
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 </row>
26722 </lyxtabular>
26723
26724 \end_inset
26725
26726
26727 \begin_inset space \hfill{}
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \begin_layout Standard
26734 \begin_inset VSpace medskip
26735 \end_inset
26736
26737 With the command 
26738 \series bold
26739
26740 \backslash
26741 t
26742 \series default
26743  also two different characters can be accented.
26744  The command 
26745 \series bold
26746
26747 \backslash
26748 t
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754
26755 \backslash
26756 spce 
26757 \end_layout
26758
26759 \end_inset
26760
26761 sz
26762 \series default
26763  creates: 
26764 \begin_inset ERT
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768
26769
26770 \backslash
26771 t sz
26772 \end_layout
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Standard
26780 The accents 
26781 \series bold
26782 `
26783 \series default
26784  , 
26785 \series bold
26786 '
26787 \series default
26788  , and 
26789 \series bold
26790 ^
26791 \series default
26792  can in combination with vowels directly be inserted with the keyboard without
26793  using TeX-mode.
26794  The same applies for the tilde
26795 \begin_inset Foot
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799 This only applies for keyboards where the tilde is defined as accent.
26800 \end_layout
26801
26802 \end_inset
26803
26804  
26805 \series bold
26806 ~
26807 \series default
26808  in combination with 
26809 \emph on
26810 a
26811 \emph default
26812  , 
26813 \emph on
26814 n
26815 \emph default
26816  , or 
26817 \emph on
26818 o
26819 \emph default
26820 .
26821 \end_layout
26822
26823 \begin_layout Standard
26824 The commands 
26825 \series bold
26826
26827 \backslash
26828 b
26829 \series default
26830  , 
26831 \series bold
26832
26833 \backslash
26834 c
26835 \series default
26836  , 
26837 \series bold
26838
26839 \backslash
26840 d
26841 \series default
26842  , 
26843 \series bold
26844
26845 \backslash
26846 H
26847 \series default
26848  , 
26849 \series bold
26850
26851 \backslash
26852 t
26853 \series default
26854  , 
26855 \series bold
26856
26857 \backslash
26858 u
26859 \series default
26860  , 
26861 \series bold
26862
26863 \backslash
26864 v
26865 \series default
26866 , and accents inserted directly with the keyboard are also available in
26867  mathematical text.
26868  For the other accents there are special math commands to be used in formulas,
26869  see 
26870 \begin_inset CommandInset ref
26871 LatexCommand ref
26872 reference "sub:Accents-for-one"
26873
26874 \end_inset
26875
26876 .
26877 \end_layout
26878
26879 \begin_layout Standard
26880 \begin_inset VSpace bigskip
26881 \end_inset
26882
26883 Furthermore, with the command 
26884 \series bold
26885
26886 \backslash
26887 textcircled
26888 \series default
26889
26890 \begin_inset Index
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894 Commands ! T ! 
26895 \backslash
26896 textcircled
26897 \end_layout
26898
26899 \end_inset
26900
26901  all numbers and letters can be set into a circle, quasi accented with a
26902  circle, similar to the the copyright symbol.
26903 \end_layout
26904
26905 \begin_layout Standard
26906 \align center
26907 \begin_inset Tabular
26908 <lyxtabular version="3" rows="3" columns="2">
26909 <features>
26910 <column alignment="center" valignment="top" width="0">
26911 <column alignment="center" valignment="top" width="0">
26912 <row>
26913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26914 \begin_inset Text
26915
26916 \begin_layout Plain Layout
26917 Command
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Plain Layout
26926 Result
26927 \begin_inset Note Note
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932 \series bold
26933
26934 \backslash
26935 raisebox
26936 \series default
26937  is only used as spacer.
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 </row>
26948 <row>
26949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Plain Layout
26953
26954 \backslash
26955 textcircled{w}
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964 \begin_inset ERT
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968
26969
26970 \backslash
26971 textcircled{w}
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 </row>
26982 <row>
26983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987
26988 \backslash
26989 Large 
26990 \backslash
26991 textcircled{
26992 \backslash
26993 normalsize
26994 \backslash
26995 protect
26996 \backslash
26997 raisebox{-1.5pt}{W}}
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006 \begin_inset Formula $\raisebox{4.5mm}{}$
27007 \end_inset
27008
27009
27010 \begin_inset ERT
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014
27015
27016 \backslash
27017 Large 
27018 \backslash
27019 textcircled{
27020 \backslash
27021 normalsize
27022 \backslash
27023 protect
27024 \backslash
27025 raisebox{-1.5pt}W}
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \begin_inset Formula $\raisebox{-2mm}{}$
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 </row>
27040 </lyxtabular>
27041
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Standard
27048 One has to take care that the character fits in the circle.
27049  
27050 \series bold
27051
27052 \backslash
27053 Large
27054 \series default
27055
27056 \begin_inset Foot
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060 see 
27061 \begin_inset CommandInset ref
27062 LatexCommand ref
27063 reference "sub:Font-Sizes"
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \end_inset
27071
27072  specifies thereby the size of the circle.
27073  With the help of 
27074 \series bold
27075
27076 \backslash
27077 raisebox
27078 \series default
27079
27080 \begin_inset Foot
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 see 
27085 \begin_inset CommandInset ref
27086 LatexCommand ref
27087 reference "sub:Boxes-without-Frame"
27088
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \end_inset
27095
27096  the character can be centered.
27097 \end_layout
27098
27099 \begin_layout Subsection
27100 Minuscule Numbers
27101 \begin_inset Index
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105 Minuscule numbers
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \begin_layout Standard
27114 Minuscule numbers are created with the command 
27115 \series bold
27116
27117 \backslash
27118 oldstylenums
27119 \series default
27120
27121 \begin_inset Index
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125 Commands ! O ! 
27126 \backslash
27127 oldstylenums
27128 \end_layout
27129
27130 \end_inset
27131
27132 .
27133  The command can be used in formulas and in TeX-mode.
27134  The command scheme is:
27135 \end_layout
27136
27137 \begin_layout Standard
27138
27139 \series bold
27140
27141 \backslash
27142 oldstylenums{number}
27143 \end_layout
27144
27145 \begin_layout Standard
27146 The command 
27147 \series bold
27148
27149 \backslash
27150 oldstylenums{0123456789
27151 \series default
27152  produces: 
27153 \begin_inset Formula $\oldstylenums{0123456789}$
27154 \end_inset
27155
27156
27157 \end_layout
27158
27159 \begin_layout Subsection
27160 Miscellaneous special Characters
27161 \begin_inset CommandInset label
27162 LatexCommand label
27163 name "sub:Miscellaneous-special-Characters"
27164
27165 \end_inset
27166
27167
27168 \begin_inset Index
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172 Special characters ! miscellaneous
27173 \end_layout
27174
27175 \end_inset
27176
27177
27178 \end_layout
27179
27180 \begin_layout Standard
27181 The following characters can only be inserted to formulas by using commands:
27182 \end_layout
27183
27184 \begin_layout Standard
27185 \align center
27186 \begin_inset Tabular
27187 <lyxtabular version="3" rows="4" columns="2">
27188 <features>
27189 <column alignment="center" valignment="top" width="0">
27190 <column alignment="center" valignment="top" width="0">
27191 <row>
27192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196 Command
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205 Result
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 </row>
27211 <row>
27212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27213 \begin_inset Text
27214
27215 \begin_layout Plain Layout
27216
27217 \backslash
27218 ^
27219 \begin_inset ERT
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223
27224
27225 \backslash
27226 spce 
27227 \end_layout
27228
27229 \end_inset
27230
27231
27232 \end_layout
27233
27234 \end_inset
27235 </cell>
27236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27237 \begin_inset Text
27238
27239 \begin_layout Plain Layout
27240 \begin_inset Formula $\mathcircumflex$
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 </row>
27249 <row>
27250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27251 \begin_inset Text
27252
27253 \begin_layout Plain Layout
27254
27255 \backslash
27256 _
27257 \end_layout
27258
27259 \end_inset
27260 </cell>
27261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27262 \begin_inset Text
27263
27264 \begin_layout Plain Layout
27265 \begin_inset Formula $\_$
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 </row>
27274 <row>
27275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279 ^
27280 \begin_inset ERT
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284
27285
27286 \backslash
27287 spce 
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \backslash
27294 circ
27295 \begin_inset Index
27296 status collapsed
27297
27298 \begin_layout Plain Layout
27299
27300 \backslash
27301
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315 \begin_inset Formula $^{\circ}$
27316 \end_inset
27317
27318
27319 \end_layout
27320
27321 \end_inset
27322 </cell>
27323 </row>
27324 </lyxtabular>
27325
27326 \end_inset
27327
27328
27329 \end_layout
27330
27331 \begin_layout Standard
27332 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27333  contains the following line
27334 \begin_inset Foot
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338 More about this is described in 
27339 \begin_inset CommandInset ref
27340 LatexCommand ref
27341 reference "sub:Text-Characters-in"
27342
27343 \end_inset
27344
27345 .
27346 \end_layout
27347
27348 \end_inset
27349
27350 :
27351 \end_layout
27352
27353 \begin_layout Standard
27354
27355 \series bold
27356
27357 \backslash
27358 DeclareInputtext{176}{
27359 \backslash
27360 ifmmode^
27361 \backslash
27362 circ
27363 \backslash
27364 else
27365 \backslash
27366 textdegree
27367 \backslash
27368 fi}
27369 \end_layout
27370
27371 \begin_layout Standard
27372 \begin_inset Newpage newpage
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Section
27379 Formula Styles
27380 \begin_inset CommandInset label
27381 LatexCommand label
27382 name "sec:Formula-Styles"
27383
27384 \end_inset
27385
27386
27387 \begin_inset Index
27388 status collapsed
27389
27390 \begin_layout Plain Layout
27391 Formula ! styles
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Itemize
27400 There are two different alignment styles:
27401 \end_layout
27402
27403 \begin_deeper
27404 \begin_layout Description
27405 Centered is the predefined standard
27406 \end_layout
27407
27408 \begin_layout Description
27409 Indented for this the option 
27410 \series bold
27411 fleqn
27412 \series default
27413  must be inserted in the menu 
27414 \family sans
27415 Document\SpecialChar \menuseparator
27416 Settings
27417 \family default
27418  under 
27419 \family sans
27420 Document
27421 \begin_inset space ~
27422 \end_inset
27423
27424 Class
27425 \end_layout
27426
27427 \begin_layout Standard
27428 When 
27429 \series bold
27430 Indented
27431 \series default
27432  is used, the indentation can be adjusted with the length 
27433 \series bold
27434
27435 \backslash
27436 mathindent
27437 \series default
27438
27439 \begin_inset Index
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443 Commands ! M ! 
27444 \backslash
27445 mathindent
27446 \end_layout
27447
27448 \end_inset
27449
27450 .
27451  Should the distance be 15
27452 \begin_inset space \thinspace{}
27453 \end_inset
27454
27455 mm, the following command line is inserted in the LaTeX-preamble
27456 \end_layout
27457
27458 \begin_layout Standard
27459
27460 \series bold
27461
27462 \backslash
27463 setlength{
27464 \backslash
27465 mathindent}{15mm}
27466 \end_layout
27467
27468 \begin_layout Standard
27469 When no length is specified, the predefined value of 30
27470 \begin_inset space \thinspace{}
27471 \end_inset
27472
27473 pt will be used.
27474 \end_layout
27475
27476 \end_deeper
27477 \begin_layout Itemize
27478 And two different numbering styles:
27479 \end_layout
27480
27481 \begin_deeper
27482 \begin_layout Description
27483 Right is the predefined standard
27484 \end_layout
27485
27486 \begin_layout Description
27487 Left for this the option 
27488 \series bold
27489 leqno
27490 \series default
27491  must be inserted in the menu 
27492 \family sans
27493 Document\SpecialChar \menuseparator
27494 Settings
27495 \family default
27496  under 
27497 \family sans
27498 Document
27499 \begin_inset space ~
27500 \end_inset
27501
27502 Class
27503 \end_layout
27504
27505 \end_deeper
27506 \begin_layout Standard
27507
27508 \series bold
27509 fleqn
27510 \series default
27511  and 
27512 \series bold
27513 leqno
27514 \series default
27515  can also be used together.
27516  In this case both options are inserted, separated by a comma.
27517 \end_layout
27518
27519 \begin_layout Standard
27520 The chosen styles are used for all displayed formulas of the document.
27521  When both, centered and indented formulas should be created in a document,
27522  the style 
27523 \series bold
27524 Centered
27525 \series default
27526  is used.
27527  The indented formulas are then set in a flalign environment, see 
27528 \begin_inset CommandInset ref
27529 LatexCommand ref
27530 reference "sub:Flalign-Environment"
27531
27532 \end_inset
27533
27534 .
27535 \end_layout
27536
27537 \begin_layout Section
27538 Multiline Formulas
27539 \begin_inset CommandInset label
27540 LatexCommand label
27541 name "sec:Multiline-Formulas"
27542
27543 \end_inset
27544
27545
27546 \begin_inset Index
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550 Formula ! multiline
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \begin_layout Subsection
27559 General
27560 \end_layout
27561
27562 \begin_layout Standard
27563 In LyX multiline formulas are created by pressing 
27564 \series bold
27565
27566 \begin_inset Info
27567 type  "shortcut"
27568 arg   "newline-insert newline"
27569 \end_inset
27570
27571
27572 \series default
27573  inside a formula.
27574  This creates either an 
27575 \series bold
27576 eqnarray environment
27577 \series default
27578  that is described in 
27579 \begin_inset CommandInset ref
27580 LatexCommand ref
27581 reference "sub:Eqnarray-Environment"
27582
27583 \end_inset
27584
27585  or, when the option 
27586 \family sans
27587 Use AMS math package
27588 \family default
27589  in the document settings is selected, an 
27590 \series bold
27591 align environment
27592 \series default
27593  that is described in 
27594 \begin_inset CommandInset ref
27595 LatexCommand ref
27596 reference "sub:Standard-align-Environment"
27597
27598 \end_inset
27599
27600 .
27601 \end_layout
27602
27603 \begin_layout Standard
27604 There are other multiline formula environments that can be created via the
27605  menu 
27606 \family sans
27607 Insert\SpecialChar \menuseparator
27608 Math
27609 \family default
27610 .
27611  These environments are described in the following sections.
27612 \end_layout
27613
27614 \begin_layout Standard
27615 In all multiline formula environments a new line is created by pressing
27616  
27617 \begin_inset Info
27618 type  "shortcut"
27619 arg   "newline-insert newline"
27620 \end_inset
27621
27622 .
27623  To add or delete lines, the math toolbar buttons 
27624 \begin_inset Graphics
27625         filename ../images/tabular-feature_append-row.png
27626         scale 85
27627
27628 \end_inset
27629
27630  or 
27631 \begin_inset Graphics
27632         filename ../images/tabular-feature_delete-row.png
27633         scale 85
27634
27635 \end_inset
27636
27637 , respectively, or the menu 
27638 \family sans
27639 Edit\SpecialChar \menuseparator
27640 Rows & Columns
27641 \family default
27642  can be used.
27643 \end_layout
27644
27645 \begin_layout Subsubsection
27646 Line Separation
27647 \begin_inset CommandInset label
27648 LatexCommand label
27649 name "sub:Line-Separation"
27650
27651 \end_inset
27652
27653
27654 \begin_inset Index
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658 Formula ! multiline ! Line separation
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \begin_layout Standard
27667 There is sometimes not enough space in multiline formulas between the lines:
27668 \begin_inset Formula \begin{eqnarray*}
27669 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}\\
27670 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*}
27671
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \begin_layout Standard
27678 In LaTeX additional line space is specified as optional argument of the
27679  new line command.
27680  This is not yet possible in LyX
27681 \begin_inset Foot
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 see 
27686 \begin_inset CommandInset href
27687 LatexCommand href
27688 name "LyX-bug #1505"
27689 target "http://www.lyx.org/trac/ticket/1505"
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \end_inset
27697
27698 , therefore the whole formula must be inserted in TeX-mode.
27699  To add in our example space, the command 
27700 \series bold
27701
27702 \backslash
27703
27704 \backslash
27705 [3mm]
27706 \series default
27707  is inserted at the end of the first line.
27708  One gets: 
27709 \begin_inset ERT
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713
27714
27715 \backslash
27716 begin{eqnarray*}
27717 \end_layout
27718
27719 \begin_layout Plain Layout
27720
27721 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27722  = & 
27723 \backslash
27724 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27725 \backslash
27726
27727 \backslash
27728 [3mm]
27729 \end_layout
27730
27731 \begin_layout Plain Layout
27732
27733 4x^{2}
27734 \backslash
27735 left(B^{2}+x_{0}^{2}
27736 \backslash
27737 right)+4x_{0}x
27738 \backslash
27739 left(D-B^{2}
27740 \backslash
27741 right)+B^{2}
27742 \backslash
27743 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27744 \backslash
27745 right) & = & 0
27746 \end_layout
27747
27748 \begin_layout Plain Layout
27749
27750
27751 \backslash
27752 end{eqnarray*}
27753 \end_layout
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \begin_layout Standard
27761 \begin_inset VSpace bigskip
27762 \end_inset
27763
27764 To set the the line separation for all lines in a formula, the length 
27765 \series bold
27766
27767 \backslash
27768 jot
27769 \series default
27770
27771 \begin_inset Index
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775 Commands ! J ! 
27776 \backslash
27777 jot
27778 \end_layout
27779
27780 \end_inset
27781
27782  is changed.
27783  The definition is: 
27784 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27785 \end_inset
27786
27787 .
27788  Predefined for 
27789 \series bold
27790
27791 \backslash
27792 jot
27793 \series default
27794  is the value 3
27795 \begin_inset space \thinspace{}
27796 \end_inset
27797
27798 pt.
27799  To create 3
27800 \begin_inset space \thinspace{}
27801 \end_inset
27802
27803 mm additional line separation as in the previous example, the command
27804 \end_layout
27805
27806 \begin_layout Standard
27807
27808 \series bold
27809
27810 \backslash
27811 setlength{
27812 \backslash
27813 jot}{3mm+3pt}
27814 \end_layout
27815
27816 \begin_layout Standard
27817 is inserted in TeX-mode before the formula.
27818  This requires that the LaTeX-package 
27819 \series bold
27820 calc
27821 \series default
27822
27823 \begin_inset Foot
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827
27828 \series bold
27829 calc
27830 \series default
27831  is part of every LaTeX standard installation.
27832 \end_layout
27833
27834 \end_inset
27835
27836
27837 \begin_inset Index
27838 status collapsed
27839
27840 \begin_layout Plain Layout
27841 Packages ! calc
27842 \end_layout
27843
27844 \end_inset
27845
27846  was loaded in LaTeX-preamble with the line
27847 \end_layout
27848
27849 \begin_layout Standard
27850
27851 \series bold
27852
27853 \backslash
27854 usepackage{calc}
27855 \end_layout
27856
27857 \begin_layout Standard
27858 One gets: 
27859 \begin_inset ERT
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863
27864
27865 \backslash
27866 setlength{
27867 \backslash
27868 jot}{3mm+3pt}
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \begin_inset Formula \begin{eqnarray*}
27875 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}\\
27876 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*}
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \begin_layout Standard
27884 \begin_inset ERT
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888
27889
27890 \backslash
27891 setlength{
27892 \backslash
27893 jot}{3pt}
27894 \end_layout
27895
27896 \end_inset
27897
27898  To get back to the predefined distance, 
27899 \series bold
27900
27901 \backslash
27902 jot
27903 \series default
27904  is set to the value 3
27905 \begin_inset space \thinspace{}
27906 \end_inset
27907
27908 pt.
27909 \end_layout
27910
27911 \begin_layout Subsubsection
27912 Column Separation
27913 \begin_inset CommandInset label
27914 LatexCommand label
27915 name "sub:Column-Separation"
27916
27917 \end_inset
27918
27919
27920 \begin_inset Index
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924 Formula ! multiline ! Column separation
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \end_layout
27931
27932 \begin_layout Standard
27933 Multiline formulas form a matrix.
27934  A formula in the eqnarray environment is for example a matrix with three
27935  columns.
27936  By changing the column separation in this environment, the space beside
27937  the relation sign can be changed.
27938 \end_layout
27939
27940 \begin_layout Standard
27941 The column separation is specified with the length 
27942 \series bold
27943
27944 \backslash
27945 arraycolsep
27946 \series default
27947
27948 \begin_inset Index
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952 Commands ! A ! 
27953 \backslash
27954 arraycolsep
27955 \end_layout
27956
27957 \end_inset
27958
27959  according to:
27960 \begin_inset Newline newline
27961 \end_inset
27962
27963 column separation = 2
27964 \begin_inset space \thinspace{}
27965 \end_inset
27966
27967
27968 \series bold
27969
27970 \backslash
27971 arraycolsep
27972 \series default
27973
27974 \begin_inset Newline newline
27975 \end_inset
27976
27977 Thus, the command
27978 \end_layout
27979
27980 \begin_layout Standard
27981
27982 \series bold
27983
27984 \backslash
27985 setlength{
27986 \backslash
27987 arraycolsep}{1cm}
27988 \end_layout
27989
27990 \begin_layout Standard
27991 inserted in TeX-mode, sets for all following formulas a column separation
27992  of 2
27993 \begin_inset space \thinspace{}
27994 \end_inset
27995
27996 cm.
27997  To get back to the predefined distance, 
27998 \series bold
27999
28000 \backslash
28001 arraycolsep
28002 \series default
28003  is set to 5
28004 \begin_inset space \thinspace{}
28005 \end_inset
28006
28007 pt.
28008 \end_layout
28009
28010 \begin_layout Standard
28011 A formula with 2
28012 \begin_inset space \thinspace{}
28013 \end_inset
28014
28015 cm column separation:
28016 \begin_inset ERT
28017 status collapsed
28018
28019 \begin_layout Plain Layout
28020
28021
28022 \backslash
28023 setlength{
28024 \backslash
28025 arraycolsep}{1cm}
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \begin_inset Formula \begin{eqnarray*}
28032 A & = & B\\
28033 C & \ne & A\end{eqnarray*}
28034
28035 \end_inset
28036
28037 A formula with the predefined column separation for matrices of 10
28038 \begin_inset space \thinspace{}
28039 \end_inset
28040
28041 pt:
28042 \begin_inset ERT
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046
28047
28048 \backslash
28049 setlength{
28050 \backslash
28051 arraycolsep}{5pt}
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \begin_inset Formula \begin{eqnarray*}
28058 A & = & B\\
28059 C & \ne & A\end{eqnarray*}
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Subsubsection
28067 Long Formulas
28068 \begin_inset Index
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 Formula ! long
28073 \end_layout
28074
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \begin_layout Standard
28081 Long formulas can be typeset using these methods:
28082 \end_layout
28083
28084 \begin_layout Itemize
28085 When one side of the equation is much shorther than the line width, this
28086  one is chosen for the left side and the right side is typeset over two
28087  lines:
28088 \begin_inset Formula \begin{eqnarray}
28089 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 \\
28090  &  & -\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}
28091
28092 \end_inset
28093
28094 The minus sign at the beginning of the second line does normally not appear
28095  as operator because it is the first character of the line.
28096  Thus it would not be surrounded by space and could not be distinguished
28097  from the fraction bar.
28098  To avoid this, 3
28099 \begin_inset space \thinspace{}
28100 \end_inset
28101
28102 pt space was inserted behind the minus sign with the command 
28103 \series bold
28104
28105 \backslash
28106 hspace
28107 \series default
28108 .
28109 \begin_inset Foot
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113 more about 
28114 \series bold
28115
28116 \backslash
28117 hspace
28118 \series default
28119  see 
28120 \begin_inset CommandInset ref
28121 LatexCommand ref
28122 reference "sub:Variable-Space"
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \begin_inset Index
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 Commands ! H ! 
28137 \backslash
28138 hspace
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \begin_layout Itemize
28147 When both sides of the equation are too long, the command 
28148 \series bold
28149
28150 \backslash
28151 lefteqn
28152 \series default
28153
28154 \begin_inset Index
28155 status collapsed
28156
28157 \begin_layout Plain Layout
28158 Commands ! L ! 
28159 \backslash
28160 lefteqn
28161 \end_layout
28162
28163 \end_inset
28164
28165  is used.
28166  It is inserted to the first column of the first line and effects that all
28167  further insertions overwrite the following columns:
28168 \begin_inset Formula \begin{eqnarray}
28169 \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 \\
28170  &  & -\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 \\
28171  &  & =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}
28172
28173 \end_inset
28174
28175 After the insertion of 
28176 \series bold
28177
28178 \backslash
28179 lefteqn
28180 \series default
28181 , the cursor is in a purple box that is a bit shifted to the left from the
28182  blue one.
28183  In this the formula is inserted.
28184 \begin_inset Newline newline
28185 \end_inset
28186
28187 The content of the further lines is inserted to the second or another formula
28188  column.
28189  The greater the column number where it was inserted, the larger the indentation.
28190 \begin_inset VSpace medskip
28191 \end_inset
28192
28193
28194 \begin_inset Newline newline
28195 \end_inset
28196
28197
28198 \begin_inset Note Greyedout
28199 status open
28200
28201 \begin_layout Plain Layout
28202 Note the following when using 
28203 \series bold
28204
28205 \backslash
28206 lefteqn
28207 \series default
28208 :
28209 \end_layout
28210
28211 \begin_layout Itemize
28212 The formula doesn't use the full page width.
28213  When e.
28214 \begin_inset space \thinspace{}
28215 \end_inset
28216
28217 g.
28218 \begin_inset space \space{}
28219 \end_inset
28220
28221 the term 
28222 \begin_inset Formula $-B^{2}$
28223 \end_inset
28224
28225  is added to the first line in the above example, it would have been outside
28226  the page margin.
28227  To better use the width, negative space can be inserted at the beginning
28228  of the first line.
28229 \end_layout
28230
28231 \begin_layout Itemize
28232 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28233  line.
28234 \begin_inset Foot
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238 \begin_inset CommandInset href
28239 LatexCommand href
28240 name "LyX-bug #1429"
28241 target "http://www.lyx.org/trac/ticket/1429"
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \end_inset
28249
28250  One can only set the cursor at the beginning of the line and move it with
28251  the arrow keys.
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Itemize
28260 Other methods to set long formulas are offered by the environments described
28261  in 
28262 \begin_inset CommandInset ref
28263 LatexCommand ref
28264 reference "sub:Multline-Environment"
28265
28266 \end_inset
28267
28268  and 
28269 \begin_inset CommandInset ref
28270 LatexCommand ref
28271 reference "sub:Multiline-Formula-Parts"
28272
28273 \end_inset
28274
28275 .
28276 \end_layout
28277
28278 \begin_layout Subsubsection
28279 Multiline Brackets
28280 \begin_inset CommandInset label
28281 LatexCommand label
28282 name "sub:Multiline-Brackets"
28283
28284 \end_inset
28285
28286
28287 \begin_inset Index
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291 Brackets ! for multiline expressions
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \begin_layout Standard
28300 For brackets spanning multiple lines the following problem occurs:
28301 \begin_inset Formula \begin{eqnarray*}
28302 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28303  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28304
28305 \end_inset
28306
28307
28308 \end_layout
28309
28310 \begin_layout Standard
28311 The closing bracket is smaller than the opening bracket because brackets
28312  with variable size may not span multiple lines.
28313 \end_layout
28314
28315 \begin_layout Standard
28316 To set the bracket size for the second line correctly, the first line is
28317  ended with 
28318 \series bold
28319
28320 \backslash
28321 right.
28322 \series default
28323
28324 \begin_inset Index
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 Commands ! R ! 
28329 \backslash
28330 right
28331 \end_layout
28332
28333 \end_inset
28334
28335  and the second line with 
28336 \series bold
28337
28338 \backslash
28339 left.
28340 \begin_inset Foot
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344 for more about 
28345 \series bold
28346
28347 \backslash
28348 left
28349 \series default
28350  and 
28351 \series bold
28352
28353 \backslash
28354 right
28355 \series default
28356  see 
28357 \begin_inset CommandInset ref
28358 LatexCommand ref
28359 reference "sub:Automatic-Bracket-Size"
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \series default
28370
28371 \begin_inset Index
28372 status collapsed
28373
28374 \begin_layout Plain Layout
28375 Commands ! L ! 
28376 \backslash
28377 left
28378 \end_layout
28379
28380 \end_inset
28381
28382 .
28383  After 
28384 \series bold
28385
28386 \backslash
28387 left.
28388
28389 \series default
28390  the command 
28391 \series bold
28392
28393 \backslash
28394 vphantom
28395 \series default
28396
28397 \begin_inset ERT
28398 status collapsed
28399
28400 \begin_layout Plain Layout
28401
28402
28403 \backslash
28404 spce 
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \series bold
28411
28412 \backslash
28413 prod
28414 \series default
28415 ^
28416 \begin_inset ERT
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420
28421
28422 \backslash
28423 spce 
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \series bold
28430
28431 \backslash
28432 infty
28433 \series default
28434
28435 \begin_inset ERT
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439
28440
28441 \backslash
28442 spce 
28443 \end_layout
28444
28445 \end_inset
28446
28447
28448 \series bold
28449
28450 \begin_inset Formula $\downarrow$
28451 \end_inset
28452
28453 _R=1}
28454 \series default
28455
28456 \begin_inset Index
28457 status collapsed
28458
28459 \begin_layout Plain Layout
28460 Commands ! V ! 
28461 \backslash
28462 vphantom
28463 \end_layout
28464
28465 \end_inset
28466
28467  is inserted, because the multiplication operator with its limits is the
28468  largest symbol in the first line and this should be the size for the bracket
28469  in the second line.
28470 \end_layout
28471
28472 \begin_layout Standard
28473 The result is this:
28474 \begin_inset Formula \begin{eqnarray*}
28475 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28476  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Subsection
28484 Align Environments
28485 \end_layout
28486
28487 \begin_layout Standard
28488 Align environments can be used for every kind of multiline formulas.
28489  They are specially useful to set several formulas side by side.
28490 \end_layout
28491
28492 \begin_layout Standard
28493 Align environments consist of columns.
28494  The odd columns are right aligned, the even ones left aligned.
28495  Every line in an Align environment can be numbered.
28496 \end_layout
28497
28498 \begin_layout Standard
28499 Align environments are created via the menu 
28500 \family sans
28501 Insert\SpecialChar \menuseparator
28502 Math
28503 \family default
28504 .
28505  With the menu 
28506 \family sans
28507 Edit\SpecialChar \menuseparator
28508 Math\SpecialChar \menuseparator
28509 Change Formula Type
28510 \family default
28511  already existing formulas can be converted to Align environments.
28512 \end_layout
28513
28514 \begin_layout Standard
28515 To add or delete columns, the math toolbar buttons 
28516 \begin_inset Graphics
28517         filename ../images/tabular-feature_append-column.png
28518         scale 85
28519
28520 \end_inset
28521
28522  or 
28523 \begin_inset Graphics
28524         filename ../images/tabular-feature_delete-column.png
28525         scale 85
28526
28527 \end_inset
28528
28529 , respectively, or the menu 
28530 \family sans
28531 Edit\SpecialChar \menuseparator
28532 Rows & Columns
28533 \family default
28534  can be used.
28535 \end_layout
28536
28537 \begin_layout Subsubsection
28538 Standard align Environment
28539 \begin_inset CommandInset label
28540 LatexCommand label
28541 name "sub:Standard-align-Environment"
28542
28543 \end_inset
28544
28545
28546 \begin_inset Index
28547 status collapsed
28548
28549 \begin_layout Plain Layout
28550 Formula ! multiline ! align environment
28551 \end_layout
28552
28553 \end_inset
28554
28555
28556 \end_layout
28557
28558 \begin_layout Standard
28559 This Align environment is created by presssing 
28560 \begin_inset Info
28561 type  "shortcut"
28562 arg   "newline-insert newline"
28563 \end_inset
28564
28565  in a formula or by the menu 
28566 \family sans
28567 Insert\SpecialChar \menuseparator
28568 Math\SpecialChar \menuseparator
28569 AMS align Environment
28570 \family default
28571 .
28572 \end_layout
28573
28574 \begin_layout Standard
28575 An example for two formulas set side by side, that are created with a four
28576  column align environment:
28577 \begin_inset Formula \begin{align*}
28578 A & =\sin(B) & C & =D\\
28579 C & \ne A & B & \ne D\end{align*}
28580
28581 \end_inset
28582
28583 As it can be seen, the formulas in this environment are placed so as if
28584  there would be a 
28585 \series bold
28586
28587 \backslash
28588 hfill
28589 \begin_inset Foot
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593 more about 
28594 \series bold
28595
28596 \backslash
28597 hfill
28598 \series default
28599  see 
28600 \begin_inset CommandInset ref
28601 LatexCommand ref
28602 reference "sub:Variable-Space"
28603
28604 \end_inset
28605
28606
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \series default
28613  before the first and after every even column.
28614  When the formula style 
28615 \series bold
28616 Indented
28617 \begin_inset Foot
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621 formula styles see 
28622 \begin_inset CommandInset ref
28623 LatexCommand ref
28624 reference "sec:Formula-Styles"
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \series default
28635  is used, the formula is set without the 
28636 \series bold
28637
28638 \backslash
28639 hfill
28640 \series default
28641  before the first column.
28642 \end_layout
28643
28644 \begin_layout Subsubsection
28645 Alignat Environment
28646 \begin_inset Index
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650 Formula ! multiline ! alignat environment
28651 \end_layout
28652
28653 \end_inset
28654
28655
28656 \end_layout
28657
28658 \begin_layout Standard
28659 The alignat environment has no predefined column separation.
28660  It can be inserted manually with the spaces that are described 
28661 \begin_inset CommandInset ref
28662 LatexCommand ref
28663 reference "sub:Space"
28664
28665 \end_inset
28666
28667 .
28668 \end_layout
28669
28670 \begin_layout Standard
28671 The above example in the alignat environment where 1
28672 \begin_inset space \thinspace{}
28673 \end_inset
28674
28675 cm space was inserted at the beginning of the second formula:
28676 \begin_inset Formula \begin{alignat*}{2}
28677 A & =\sin(B) & \hspace{1cm}C & =D\\
28678 C & \ne A & B & \ne D\end{alignat*}
28679
28680 \end_inset
28681
28682 Because the column separation can be set separately for every column, this
28683  environment is especially suitable to set three and more formulas side
28684  by side.
28685 \end_layout
28686
28687 \begin_layout Subsubsection
28688 Flalign Environment
28689 \begin_inset CommandInset label
28690 LatexCommand label
28691 name "sub:Flalign-Environment"
28692
28693 \end_inset
28694
28695
28696 \begin_inset Index
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700 Formula ! multiline ! flalign environment
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Standard
28709 In this environment the first two columns are always set as much as possible
28710  to the left and the last two ones to the right.
28711  An example:
28712 \begin_inset Formula \begin{flalign*}
28713 A & =1 & B & =2 & C & =3\\
28714 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28715
28716 \end_inset
28717
28718
28719 \end_layout
28720
28721 \begin_layout Standard
28722 By creating a flalign environment with an odd number of columns where an
28723  empty TeX-brace is inserted to the last column, several formulas in a document
28724  can be set to the left, although the formula style 
28725 \series bold
28726 Centered
28727 \series default
28728  is used.
28729  As example the indented formula 
28730 \begin_inset CommandInset ref
28731 LatexCommand eqref
28732 reference "eq:VolInt"
28733
28734 \end_inset
28735
28736 :
28737 \begin_inset Formula \begin{flalign}
28738 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28739
28740 \end_inset
28741
28742 The first two columns contain the formula.
28743  To indent it as with the formula style 
28744 \series bold
28745 Indented
28746 \series default
28747 , 30
28748 \begin_inset space \thinspace{}
28749 \end_inset
28750
28751 pt space was inserted at the beginning of the first column.
28752 \end_layout
28753
28754 \begin_layout Subsection
28755 Eqnarray Environment
28756 \begin_inset CommandInset label
28757 LatexCommand label
28758 name "sub:Eqnarray-Environment"
28759
28760 \end_inset
28761
28762
28763 \begin_inset Index
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767 Formula ! multiline ! eqnarray environment
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \end_layout
28774
28775 \begin_layout Standard
28776 When this environment has been created, three blue boxes appear.
28777  The content of the first box is right aligned, the content of the last
28778  one left aligned.
28779  The content of the middle box appears centered and a bit smaller, because
28780  it is designed to insert there only relation characters.
28781 \begin_inset Formula \begin{eqnarray*}
28782 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28783 AB & AB & AB\\
28784 A & = & A\end{eqnarray*}
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \begin_layout Subsection
28792 Gather Environment
28793 \begin_inset Index
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 Formula ! multiline ! gather environment
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \begin_layout Standard
28806 This environment consists of only one centered column.
28807  Every line can be numbered.
28808 \begin_inset Formula \begin{gather}
28809 A=1\\
28810 X=\textrm{-}1\end{gather}
28811
28812 \end_inset
28813
28814
28815 \end_layout
28816
28817 \begin_layout Subsection
28818 Multline Environment
28819 \begin_inset CommandInset label
28820 LatexCommand label
28821 name "sub:Multline-Environment"
28822
28823 \end_inset
28824
28825
28826 \begin_inset Index
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830 Formula ! multiline ! multline environment
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 The multline environment consists, like the gather environment, of only
28840  one column.
28841  But the first line is left aligned, the last one right aligned.
28842  All other lines are centered.
28843  Therefore this environment is suitable for long formulas.
28844  As example formula 
28845 \begin_inset CommandInset ref
28846 LatexCommand eqref
28847 reference "eq:lefteqn"
28848
28849 \end_inset
28850
28851  in the multline environment:
28852 \begin_inset Formula \begin{multline}
28853 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}\\
28854 -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}\\
28855 =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}
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 In the output only the last (first) line of a multline environment appears
28864  numbered when the document numbering is right (left).
28865 \begin_inset Foot
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869 numbering styles see 
28870 \begin_inset CommandInset ref
28871 LatexCommand ref
28872 reference "sec:Formula-Styles"
28873
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \begin_layout Standard
28885 With the commands 
28886 \series bold
28887
28888 \backslash
28889 shoveright
28890 \begin_inset Index
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894 Commands ! S ! 
28895 \backslash
28896 shoveright
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \series default
28903  and 
28904 \series bold
28905
28906 \backslash
28907 shoveleft
28908 \begin_inset Index
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912 Commands ! S ! 
28913 \backslash
28914 shoveleft
28915 \end_layout
28916
28917 \end_inset
28918
28919
28920 \series default
28921  a centered line can be right or left aligned, respectively.
28922  The commands are used as follows:
28923 \end_layout
28924
28925 \begin_layout Standard
28926
28927 \series bold
28928
28929 \backslash
28930 shoveright{line content}
28931 \series default
28932  and 
28933 \series bold
28934
28935 \backslash
28936 shoveleft{line content}
28937 \end_layout
28938
28939 \begin_layout Standard
28940 \begin_inset VSpace medskip
28941 \end_inset
28942
28943 The length 
28944 \series bold
28945
28946 \backslash
28947 multlinegap
28948 \begin_inset Index
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 Commands ! M ! 
28953 \backslash
28954 multlinegap
28955 \end_layout
28956
28957 \end_inset
28958
28959
28960 \series default
28961  specifies the distance of the first line from the left page margin.
28962  Predefined is the length 0
28963 \begin_inset space \thinspace{}
28964 \end_inset
28965
28966 pt.
28967 \end_layout
28968
28969 \begin_layout Standard
28970 As example the above formula where the command
28971 \end_layout
28972
28973 \begin_layout Standard
28974
28975 \series bold
28976
28977 \backslash
28978 setlength{
28979 \backslash
28980 multlinegap}{2cm}
28981 \end_layout
28982
28983 \begin_layout Standard
28984 was inserted in TeX-mode before:
28985 \begin_inset ERT
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989
28990
28991 \backslash
28992 setlength{
28993 \backslash
28994 multlinegap}{2cm}
28995 \end_layout
28996
28997 \end_inset
28998
28999
29000 \begin_inset Formula \begin{multline}
29001 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}\\
29002 \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}}\\
29003 =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}
29004
29005 \end_inset
29006
29007
29008 \begin_inset ERT
29009 status collapsed
29010
29011 \begin_layout Plain Layout
29012
29013
29014 \backslash
29015 setlength{
29016 \backslash
29017 multlinegap}{0pt}
29018 \end_layout
29019
29020 \end_inset
29021
29022 The second line was left aligned using 
29023 \series bold
29024
29025 \backslash
29026 shoveleft
29027 \series default
29028 .
29029 \end_layout
29030
29031 \begin_layout Subsection
29032 Multiline Formula Parts
29033 \begin_inset CommandInset label
29034 LatexCommand label
29035 name "sub:Multiline-Formula-Parts"
29036
29037 \end_inset
29038
29039
29040 \begin_inset Index
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044 Formula ! multiline ! formula parts
29045 \end_layout
29046
29047 \end_inset
29048
29049
29050 \end_layout
29051
29052 \begin_layout Standard
29053 To display only parts of a formula with multiple lines, one of the following
29054  environments are used: 
29055 \series bold
29056 aligned
29057 \series default
29058
29059 \series bold
29060 alignedat
29061 \series default
29062
29063 \series bold
29064 gathered
29065 \series default
29066  or 
29067 \series bold
29068 split
29069 \series default
29070 .
29071  They can be inserted via the menu 
29072 \family sans
29073 Insert\SpecialChar \menuseparator
29074 Math
29075 \family default
29076  or by using the commands described in this section.
29077 \end_layout
29078
29079 \begin_layout Standard
29080 The first three have the same properties as the corresponding multiline
29081  formula environments, but it is possible to set further formula parts beside
29082  them.
29083  An example:
29084 \begin_inset Formula \[
29085 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29086 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29087 \right\} \textrm{Uncertainty relations}\]
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Standard
29095 To get this formula, a displayed formula is created where the command 
29096 \series bold
29097
29098 \backslash
29099 aligned
29100 \begin_inset Index
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104 Commands ! A ! 
29105 \backslash
29106 aligned
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \series default
29113  is inserted.
29114  A purple box appears around the blue formula box where now columns and
29115  lines can be added.
29116  Outside the multiline environment other formula parts can be set, like
29117  the brace.
29118 \end_layout
29119
29120 \begin_layout Standard
29121 The aligned environment is also suitable for long formulas whose lines are
29122  horizontally aligned.
29123  Using aligned in a displayed formula has the advantage that the formula
29124  number is vertically centered behind the lines.
29125  As example formula 
29126 \begin_inset CommandInset ref
29127 LatexCommand eqref
29128 reference "eq:shortlong"
29129
29130 \end_inset
29131
29132  in the aligned environment:
29133 \begin_inset Formula \begin{equation}
29134 \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}|}\\
29135  & -\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}
29136 \end{equation}
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 To use the environments 
29145 \series bold
29146 alignedat
29147 \series default
29148
29149 \series bold
29150 gathered
29151 \series default
29152 , or 
29153 \series bold
29154 split
29155 \series default
29156 , the command 
29157 \series bold
29158
29159 \backslash
29160 alignedat
29161 \series default
29162 ,
29163 \begin_inset Index
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 Commands ! A ! 
29168 \backslash
29169 alignedat
29170 \end_layout
29171
29172 \end_inset
29173
29174  
29175 \series bold
29176
29177 \backslash
29178 gathered
29179 \series default
29180
29181 \begin_inset Index
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 Commands ! G ! 
29186 \backslash
29187 gathered
29188 \end_layout
29189
29190 \end_inset
29191
29192 , or 
29193 \series bold
29194
29195 \backslash
29196 split
29197 \series default
29198
29199 \begin_inset Index
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 Commands ! S ! 
29204 \backslash
29205 split
29206 \end_layout
29207
29208 \end_inset
29209
29210  are inserted, respectively.
29211  The split environment has the same properties as the aligned environment
29212  but it can only have two columns.
29213 \end_layout
29214
29215 \begin_layout Subsection
29216 Text in multiline Formulas
29217 \begin_inset CommandInset label
29218 LatexCommand label
29219 name "sub:Text-in-multiline"
29220
29221 \end_inset
29222
29223
29224 \begin_inset Index
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 Text ! in formulas
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \begin_inset Index
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238 Formula ! multiline ! text
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \begin_layout Standard
29247 In the Align environments, and the multline and gather environment, text
29248  can be inserted that will appear in a separate line and doesn't affect
29249  the column alignment.
29250  To do this, the command 
29251 \series bold
29252
29253 \backslash
29254 intertext
29255 \begin_inset Index
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Commands ! I ! 
29260 \backslash
29261 intertext
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \series default
29268  is used in the following scheme:
29269 \end_layout
29270
29271 \begin_layout Standard
29272
29273 \series bold
29274
29275 \backslash
29276 intertext{text}
29277 \end_layout
29278
29279 \begin_layout Standard
29280 The text should not be longer than a line because it cannot be hyphenated.
29281  As LyX doesn't yet support 
29282 \series bold
29283
29284 \backslash
29285 intertext
29286 \series default
29287  directly, the text is written as mathematical text.
29288  
29289 \series bold
29290
29291 \backslash
29292 intertext
29293 \series default
29294  must hereby be at the beginning of a line and appears in the output above
29295  this line.
29296  An example where the text was inserted at the beginning of the second line:
29297 \begin_inset Formula \begin{align}
29298 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29299 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Section
29307 Formula Numbering
29308 \begin_inset Index
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312 Formula numbering
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \begin_inset Index
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322 Formula ! numbering|see
29323 \begin_inset ERT
29324 status collapsed
29325
29326 \begin_layout Plain Layout
29327
29328 {
29329 \end_layout
29330
29331 \end_inset
29332
29333 Formula numbering
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339 }
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Subsection
29353 General
29354 \end_layout
29355
29356 \begin_layout Standard
29357 Numbered formulas can be created with the menu 
29358 \family sans
29359 Insert\SpecialChar \menuseparator
29360 Math\SpecialChar \menuseparator
29361 Numbered
29362 \begin_inset space ~
29363 \end_inset
29364
29365 Formula
29366 \family default
29367  (shortcut 
29368 \family sans
29369 Ctrl+Alt
29370 \begin_inset space ~
29371 \end_inset
29372
29373 N
29374 \family default
29375 ).
29376  Existing formulas can be numbered with the menu 
29377 \family sans
29378 Edit\SpecialChar \menuseparator
29379 Math\SpecialChar \menuseparator
29380 Toggle
29381 \begin_inset space ~
29382 \end_inset
29383
29384 Numbering
29385 \family default
29386  (shortcut 
29387 \begin_inset Info
29388 type  "shortcut"
29389 arg   "math-number-toggle"
29390 \end_inset
29391
29392 ).
29393  The formula number is displayed in LyX behind the formula as number sign
29394  in parentheses.
29395  The number sign is replaced in the output by the formula number.
29396 \end_layout
29397
29398 \begin_layout Standard
29399 When numbering is turned on in multiline formulas, all lines will be numbered.
29400  But the numbering can be controlled with the menu 
29401 \family sans
29402 Edit\SpecialChar \menuseparator
29403 Math\SpecialChar \menuseparator
29404 Toggle
29405 \begin_inset space ~
29406 \end_inset
29407
29408 Numbering
29409 \begin_inset space ~
29410 \end_inset
29411
29412 of
29413 \begin_inset space ~
29414 \end_inset
29415
29416 Line
29417 \family default
29418  (shortcut
29419 \begin_inset Info
29420 type  "shortcut"
29421 arg   "math-number-line-toggle"
29422 \end_inset
29423
29424 ) for every line.
29425 \end_layout
29426
29427 \begin_layout Standard
29428 Except for inline formulas, all formulas can be numbered with two different
29429  styles, see 
29430 \begin_inset CommandInset ref
29431 LatexCommand ref
29432 reference "sec:Formula-Styles"
29433
29434 \end_inset
29435
29436 .
29437 \end_layout
29438
29439 \begin_layout Subsection
29440 Cross-References
29441 \begin_inset Index
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445 Cross-references ! to formulas
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Standard
29454 All labeled formulas can be cross-referenced.
29455  A label is added by the menu 
29456 \family sans
29457 Insert\SpecialChar \menuseparator
29458 Label
29459 \family default
29460  or the toolbar button 
29461 \begin_inset Graphics
29462         filename ../images/label-insert.png
29463         scale 85
29464
29465 \end_inset
29466
29467 .
29468  The cursor must hereby be inside a displayed formula.
29469  A dialog pops up displaying the prefix 
29470 \series bold
29471 eq:
29472 \series default
29473  in a text field.
29474  The label is inserted there behind the prefix.
29475  The predefined prefix means 
29476 \begin_inset Quotes eld
29477 \end_inset
29478
29479 equation
29480 \begin_inset Quotes erd
29481 \end_inset
29482
29483  and makes it easier to find labels in large documents because it marks
29484  it as formula label to divide it from e.
29485 \begin_inset space \thinspace{}
29486 \end_inset
29487
29488 g.
29489 \begin_inset space \space{}
29490 \end_inset
29491
29492 section labels.
29493  To change a label, the menu 
29494 \family sans
29495 Insert\SpecialChar \menuseparator
29496 Label
29497 \family default
29498  is used again.
29499 \end_layout
29500
29501 \begin_layout Standard
29502 The name of the label is displayed in LyX within two parentheses behind
29503  formula.
29504  A formula with a label is always numbered.
29505 \end_layout
29506
29507 \begin_layout Standard
29508 Cross-references are inserted via the menu 
29509 \family sans
29510 Insert\SpecialChar \menuseparator
29511 Cross-Reference
29512 \family default
29513  or with the toolbar button 
29514 \begin_inset Graphics
29515         filename ../images/dialog-show-new-inset_ref.png
29516         scale 85
29517
29518 \end_inset
29519
29520 .
29521  A formula cross-reference appears in the output as formula number.
29522  When in the cross-reference dialog window the format 
29523 \series bold
29524 (<reference>)
29525 \series default
29526  is chosen, the cross-reference appears in the output as formula number
29527  in parentheses.
29528 \begin_inset Newline newline
29529 \end_inset
29530
29531 By right-clicking on a cross-reference in LyX, one jumps to the formula
29532  that is referenced.
29533 \end_layout
29534
29535 \begin_layout Standard
29536 Here are as examples cross-references to formulas of the following subsections:
29537 \begin_inset Note Note
29538 status open
29539
29540 \begin_layout Plain Layout
29541 Note the different cross-reference types.
29542 \end_layout
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \begin_layout Standard
29550 The equations 
29551 \begin_inset CommandInset ref
29552 LatexCommand eqref
29553 reference "eq:tag"
29554
29555 \end_inset
29556
29557  and 
29558 \begin_inset CommandInset ref
29559 LatexCommand eqref
29560 reference "eq:c"
29561
29562 \end_inset
29563
29564  are equivalent.
29565  In (
29566 \begin_inset CommandInset ref
29567 LatexCommand ref
29568 reference "eq:Lat"
29569
29570 \end_inset
29571
29572 ) big Latin letters are used for the numbering in contrary to (
29573 \begin_inset CommandInset ref
29574 LatexCommand ref
29575 reference "eq:Rom"
29576
29577 \end_inset
29578
29579 ).
29580 \end_layout
29581
29582 \begin_layout Standard
29583 \begin_inset VSpace medskip
29584 \end_inset
29585
29586 When the argument of 
29587 \series bold
29588
29589 \backslash
29590 tag
29591 \begin_inset Foot
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595
29596 \series bold
29597
29598 \backslash
29599 tag
29600 \series default
29601  is described in 
29602 \begin_inset CommandInset ref
29603 LatexCommand ref
29604 reference "sub:User-defined-Numbering"
29605
29606 \end_inset
29607
29608 .
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \series default
29615  contains a box like in 
29616 \begin_inset CommandInset ref
29617 LatexCommand ref
29618 reference "sub:Paragraph-Boxes"
29619
29620 \end_inset
29621
29622 , the formula cannot be referenced.
29623 \end_layout
29624
29625 \begin_layout Subsection
29626 Subnumbering
29627 \begin_inset Index
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631 Formula numbering ! subnumbering
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \begin_layout Standard
29640 With the help of the commands 
29641 \series bold
29642
29643 \backslash
29644 begin{subequations}
29645 \series default
29646  and 
29647 \series bold
29648
29649 \backslash
29650 end{subequations}
29651 \series default
29652  formulas can be subnumbered.
29653  Both commands are inserted in TeX-mode.
29654 \end_layout
29655
29656 \begin_layout Standard
29657 An example:
29658 \begin_inset Formula \begin{equation}
29659 A=C-B\label{eq:a}\end{equation}
29660
29661 \end_inset
29662
29663
29664 \begin_inset ERT
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668
29669
29670 \backslash
29671 addtocounter{equation}{-1}
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \begin_inset ERT
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681
29682
29683 \backslash
29684 begin{subequations}
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \begin_inset VSpace -5mm
29691 \end_inset
29692
29693
29694 \begin_inset Formula \begin{equation}
29695 B=C-A\label{eq:b}\end{equation}
29696
29697 \end_inset
29698
29699
29700 \begin_inset Formula \begin{equation}
29701 C=A+B\label{eq:c}\end{equation}
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \begin_layout Standard
29709 \begin_inset ERT
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713
29714
29715 \backslash
29716 end{subequations}
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \end_layout
29723
29724 \begin_layout Standard
29725 To create the example, the following is done:
29726 \end_layout
29727
29728 \begin_layout Enumerate
29729 first formula is inserted
29730 \end_layout
29731
29732 \begin_layout Enumerate
29733
29734 \series bold
29735
29736 \backslash
29737 addtocounter{equation}{-1} 
29738 \backslash
29739 begin{subequations}
29740 \begin_inset Index
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744 Commands ! A ! 
29745 \backslash
29746 addtocounter
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \begin_inset Newline newline
29753 \end_inset
29754
29755
29756 \series default
29757 is inserted after the first formula
29758 \end_layout
29759
29760 \begin_layout Enumerate
29761 second formula is inserted
29762 \end_layout
29763
29764 \begin_layout Enumerate
29765 third formula is inserted
29766 \end_layout
29767
29768 \begin_layout Enumerate
29769
29770 \series bold
29771
29772 \backslash
29773 end{subequations}
29774 \series default
29775  is inserted after the third formula
29776 \end_layout
29777
29778 \begin_layout Standard
29779 Every formula between the commands 
29780 \series bold
29781
29782 \backslash
29783 begin
29784 \series default
29785  and 
29786 \series bold
29787
29788 \backslash
29789 end
29790 \series default
29791  is subnumbered as a, b, 
29792 \begin_inset Newline linebreak
29793 \end_inset
29794
29795 c, \SpecialChar \ldots{}
29796  For multiline formulas every line will be subnumbered.
29797  All subnumbered formulas are treated as 
29798 \emph on
29799 one
29800 \emph default
29801  numbered formula.
29802  But as every numbered formula increases the counter 
29803 \series bold
29804 equation
29805 \series default
29806  by one, the command 
29807 \series bold
29808
29809 \backslash
29810 addtocounter
29811 \series default
29812  is needed to decrease it.
29813  Otherwise the formulas 
29814 \begin_inset CommandInset ref
29815 LatexCommand eqref
29816 reference "eq:a"
29817
29818 \end_inset
29819
29820
29821 \begin_inset CommandInset ref
29822 LatexCommand eqref
29823 reference "eq:b"
29824
29825 \end_inset
29826
29827
29828 \begin_inset CommandInset ref
29829 LatexCommand eqref
29830 reference "eq:c"
29831
29832 \end_inset
29833
29834  would be numbered as 
29835 \begin_inset CommandInset ref
29836 LatexCommand eqref
29837 reference "eq:a"
29838
29839 \end_inset
29840
29841
29842 \begin_inset CommandInset ref
29843 LatexCommand eqref
29844 reference "eq:d"
29845
29846 \end_inset
29847
29848
29849 \begin_inset CommandInset ref
29850 LatexCommand eqref
29851 reference "eq:f"
29852
29853 \end_inset
29854
29855 .
29856 \end_layout
29857
29858 \begin_layout Standard
29859 By inserting the commands in TeX-mode, a space is created between the first
29860  two formulas.
29861  To revert this -5
29862 \begin_inset space \thinspace{}
29863 \end_inset
29864
29865 mm vertical space is inserted after the command 
29866 \series bold
29867
29868 \backslash
29869 begin{subequations}
29870 \series default
29871 .
29872  When the formula style 
29873 \series bold
29874 Indented
29875 \begin_inset Foot
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879 formula styles see 
29880 \begin_inset CommandInset ref
29881 LatexCommand ref
29882 reference "sec:Formula-Styles"
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \series default
29893  is used, -7
29894 \begin_inset space \thinspace{}
29895 \end_inset
29896
29897 mm space is inserted instead.
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Here is an example for a multiline formula where the numbering was turned
29902  off for the second line:
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908
29909 \backslash
29910 begin{subequations}
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \begin_inset Formula \begin{eqnarray}
29917 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29918  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29919  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29920
29921 \end_inset
29922
29923
29924 \begin_inset ERT
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929
29930 \backslash
29931 end{subequations}
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \end_layout
29938
29939 \begin_layout Subsection
29940 User-defined Numbering
29941 \begin_inset CommandInset label
29942 LatexCommand label
29943 name "sub:User-defined-Numbering"
29944
29945 \end_inset
29946
29947
29948 \begin_inset Index
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952 Formula numbering ! user-defined
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961 \begin_inset Index
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965 Formula numbering ! self-defined delimiters
29966 \end_layout
29967
29968 \end_inset
29969
29970 With the standard numbering parentheses are set around the formula number.
29971  To replace the parentheses for example by vertical bars, the following
29972  line is added to the LaTeX-preamble:
29973 \end_layout
29974
29975 \begin_layout Standard
29976
29977 \series bold
29978
29979 \backslash
29980 def
29981 \backslash
29982 tagform@#1{
29983 \backslash
29984 maketag@@@{|#1|}}
29985 \series default
29986
29987 \begin_inset Note Note
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 This macro is already declared in the LaTeX-preamble for testing.
29992  To activate it, remove the percent sign at the beginning.
29993 \end_layout
29994
29995 \end_inset
29996
29997
29998 \end_layout
29999
30000 \begin_layout Standard
30001 To use other characters, the vertical bars besides the 
30002 \series bold
30003 #1
30004 \series default
30005  are replaced by one ore more characters.
30006  To get only the formula number the vertical bars are omitted.
30007 \end_layout
30008
30009 \begin_layout Standard
30010 \begin_inset VSpace bigskip
30011 \end_inset
30012
30013 When there should be an expression of your choice instead of the consecutive
30014  formula number in parentheses behind the formula, the command 
30015 \series bold
30016
30017 \backslash
30018 tag
30019 \series default
30020
30021 \begin_inset Index
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025 Commands ! T ! 
30026 \backslash
30027 tag
30028 \end_layout
30029
30030 \end_inset
30031
30032  is used:
30033 \begin_inset Formula \begin{equation}
30034 A+B=C\tag{something}\label{eq:tag}\end{equation}
30035
30036 \end_inset
30037
30038 In this example the command 
30039 \series bold
30040
30041 \backslash
30042 tag
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048
30049 \backslash
30050 spce 
30051 \end_layout
30052
30053 \end_inset
30054
30055 something
30056 \series default
30057  was inserted to the formula.
30058 \end_layout
30059
30060 \begin_layout Standard
30061 When the command 
30062 \series bold
30063
30064 \backslash
30065 tag*
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071
30072 \backslash
30073 spce 
30074 \end_layout
30075
30076 \end_inset
30077
30078 something
30079 \series default
30080  is inserted instead, the star prevents the parentheses around the expression:
30081 \begin_inset Formula \[
30082 A+B=C\tag*{something}\]
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090 \begin_inset VSpace bigskip
30091 \end_inset
30092
30093 To restart the formula numbering with new document parts or sections, the
30094  following command is used:
30095 \end_layout
30096
30097 \begin_layout Standard
30098
30099 \series bold
30100
30101 \backslash
30102 @addtoreset{equation}{part}
30103 \series default
30104
30105 \begin_inset Index
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109 Commands ! 
30110 \begin_inset ERT
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114
30115 "
30116 \end_layout
30117
30118 \end_inset
30119
30120 @
30121 \begin_inset ERT
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125
30126 "
30127 \end_layout
30128
30129 \end_inset
30130
30131  ! 
30132 \backslash
30133
30134 \begin_inset ERT
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138
30139 "
30140 \end_layout
30141
30142 \end_inset
30143
30144 @
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150 "
30151 \end_layout
30152
30153 \end_inset
30154
30155 addtoreset
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \begin_inset Newline newline
30162 \end_inset
30163
30164 resp.
30165 \begin_inset Newline newline
30166 \end_inset
30167
30168
30169 \series bold
30170
30171 \backslash
30172 @addtoreset{equation}{section}
30173 \end_layout
30174
30175 \begin_layout Standard
30176 To be able to use these commands in TeX-mode, the 
30177 \begin_inset Quotes eld
30178 \end_inset
30179
30180 @
30181 \begin_inset Quotes erd
30182 \end_inset
30183
30184  character has to be made 
30185 \begin_inset Quotes eld
30186 \end_inset
30187
30188 active
30189 \begin_inset Quotes erd
30190 \end_inset
30191
30192  for LaTeX using the command 
30193 \series bold
30194
30195 \backslash
30196 makeatletter.
30197
30198 \series default
30199  The command 
30200 \series bold
30201
30202 \backslash
30203 makeatother
30204 \series default
30205  reverts this.
30206  So the command sequence in TeX-mode is:
30207 \end_layout
30208
30209 \begin_layout Standard
30210
30211 \series bold
30212
30213 \backslash
30214 makeatletter
30215 \begin_inset Newline newline
30216 \end_inset
30217
30218
30219 \backslash
30220 @addtoreset{equation}{section}
30221 \begin_inset Newline newline
30222 \end_inset
30223
30224
30225 \backslash
30226 makeatother
30227 \end_layout
30228
30229 \begin_layout Standard
30230 In the LaTeX-preamble 
30231 \series bold
30232
30233 \backslash
30234 makeatletter
30235 \series default
30236  and 
30237 \series bold
30238
30239 \backslash
30240 makeatother
30241 \series default
30242  can be omitted as they are automatically internally inserted by LyX.
30243 \end_layout
30244
30245 \begin_layout Standard
30246 To revert 
30247 \series bold
30248
30249 \backslash
30250 @addtoreset
30251 \series default
30252 , the file 
30253 \series bold
30254 remreset.sty
30255 \series default
30256
30257 \begin_inset Foot
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262 \series bold
30263 remreset
30264 \series default
30265  is part of the LaTeX-package 
30266 \series bold
30267 carlisle
30268 \series default
30269
30270 \begin_inset Index
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274 Packages ! carlisle
30275 \end_layout
30276
30277 \end_inset
30278
30279  that is part of every LaTeX standard installation.
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \begin_inset Index
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Packages ! remreset
30290 \end_layout
30291
30292 \end_inset
30293
30294  has to be loaded in the LaTeX-preamble with the line
30295 \end_layout
30296
30297 \begin_layout Standard
30298
30299 \series bold
30300
30301 \backslash
30302 usepackage{remreset}
30303 \end_layout
30304
30305 \begin_layout Standard
30306 Then the command 
30307 \series bold
30308
30309 \backslash
30310 @removefromreset
30311 \series default
30312
30313 \begin_inset Index
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317 Commands ! 
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323 "
30324 \end_layout
30325
30326 \end_inset
30327
30328 @
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334 "
30335 \end_layout
30336
30337 \end_inset
30338
30339  ! 
30340 \backslash
30341
30342 \begin_inset ERT
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346
30347 "
30348 \end_layout
30349
30350 \end_inset
30351
30352 @
30353 \begin_inset ERT
30354 status collapsed
30355
30356 \begin_layout Plain Layout
30357
30358 "
30359 \end_layout
30360
30361 \end_inset
30362
30363 removefromreset
30364 \end_layout
30365
30366 \end_inset
30367
30368  can be used with the same scheme as 
30369 \series bold
30370
30371 \backslash
30372 @addtoreset
30373 \series default
30374 .
30375 \end_layout
30376
30377 \begin_layout Standard
30378 \begin_inset VSpace bigskip
30379 \end_inset
30380
30381 Sometimes formulas should be numbered in the following form:
30382 \end_layout
30383
30384 \begin_layout Standard
30385
30386 \family typewriter
30387 (section number.formula number)
30388 \end_layout
30389
30390 \begin_layout Standard
30391 The formula number should start with every section with 
30392 \begin_inset Quotes eld
30393 \end_inset
30394
30395 1
30396 \begin_inset Quotes erd
30397 \end_inset
30398
30399 .
30400 \end_layout
30401
30402 \begin_layout Standard
30403 For this case there is the command 
30404 \series bold
30405
30406 \backslash
30407 numberwithin
30408 \series default
30409
30410 \begin_inset Index
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414 Commands ! N ! 
30415 \backslash
30416 numberwithin
30417 \end_layout
30418
30419 \end_inset
30420
30421 , which is used with the following scheme:
30422 \end_layout
30423
30424 \begin_layout Standard
30425
30426 \series bold
30427
30428 \backslash
30429 numberwithin{counter}{sectioning}
30430 \end_layout
30431
30432 \begin_layout Standard
30433 Counter denotes what kind of numbering is affected, sectioning denotes what
30434  number is before the dot.
30435 \end_layout
30436
30437 \begin_layout Standard
30438 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30439 \end_layout
30440
30441 \begin_layout Standard
30442
30443 \series bold
30444
30445 \backslash
30446 numberwithin{equation}{section}
30447 \end_layout
30448
30449 \begin_layout Standard
30450 This is the result:
30451 \begin_inset ERT
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455
30456
30457 \backslash
30458 numberwithin{equation}{section}
30459 \end_layout
30460
30461 \end_inset
30462
30463
30464 \begin_inset Formula \begin{equation}
30465 A+B=C\end{equation}
30466
30467 \end_inset
30468
30469
30470 \end_layout
30471
30472 \begin_layout Standard
30473 To number e.
30474 \begin_inset space \thinspace{}
30475 \end_inset
30476
30477 g.
30478 \begin_inset space \space{}
30479 \end_inset
30480
30481 tables so that the number of the part is the sectioning,
30482 \begin_inset Newline newline
30483 \end_inset
30484
30485
30486 \series bold
30487
30488 \backslash
30489 numberwithin{table}{part}
30490 \series default
30491  is used.
30492 \end_layout
30493
30494 \begin_layout Standard
30495 To go back to the standard numbering or to prevent this kind of numbering
30496  when it is defined by the document class, the following command is inserted
30497  as TeX-Code or to the LaTeX-preamble:
30498 \end_layout
30499
30500 \begin_layout Standard
30501
30502 \series bold
30503
30504 \backslash
30505 renewcommand{
30506 \backslash
30507 theequation}{
30508 \backslash
30509 arabic{equation}}
30510 \begin_inset Index
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514 Commands ! A ! 
30515 \backslash
30516 arabic
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \series default
30523
30524 \begin_inset ERT
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529
30530 \backslash
30531 renewcommand{
30532 \backslash
30533 theequation}{
30534 \backslash
30535 arabic{equation}}
30536 \end_layout
30537
30538 \end_inset
30539
30540
30541 \series bold
30542
30543 \begin_inset Newline newline
30544 \end_inset
30545
30546
30547 \series default
30548 or
30549 \series bold
30550
30551 \begin_inset Newline newline
30552 \end_inset
30553
30554
30555 \backslash
30556 renewcommand{
30557 \backslash
30558 thetable}{
30559 \backslash
30560 arabic{table}}
30561 \end_layout
30562
30563 \begin_layout Standard
30564
30565 \series bold
30566
30567 \backslash
30568 numberwithin
30569 \series default
30570  uses internally the command 
30571 \series bold
30572
30573 \backslash
30574 @addtoreset
30575 \series default
30576 , described above, that also needs to be reverted.
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 makeatletter
30585 \end_layout
30586
30587 \begin_layout Plain Layout
30588
30589
30590 \backslash
30591 @removefromreset{equation}{section}
30592 \end_layout
30593
30594 \begin_layout Plain Layout
30595
30596
30597 \backslash
30598 makeatother
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \begin_layout Subsection
30607 Numbering with Roman Numbers and Letters
30608 \begin_inset Index
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612 Formula numbering ! with letters
30613 \end_layout
30614
30615 \end_inset
30616
30617
30618 \begin_inset Index
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622 Formula numbering ! with Roman numbers
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Standard
30631 Formulas can also be numbered with Roman numbers and Latin letters.
30632  To number for example with small Roman numbers, the command
30633 \end_layout
30634
30635 \begin_layout Standard
30636
30637 \series bold
30638
30639 \backslash
30640 renewcommand{
30641 \backslash
30642 theequation}{
30643 \backslash
30644 roman{equation}}
30645 \end_layout
30646
30647 \begin_layout Standard
30648 is inserted before the formula in TeX-mode.
30649  
30650 \series bold
30651
30652 \backslash
30653 renewcommand
30654 \series default
30655
30656 \begin_inset Index
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660 Commands ! R ! 
30661 \backslash
30662 renewcommand
30663 \end_layout
30664
30665 \end_inset
30666
30667  redefines the predefined command 
30668 \series bold
30669
30670 \backslash
30671 theequation
30672 \series default
30673  to the command 
30674 \series bold
30675
30676 \backslash
30677 roman{equation}
30678 \series default
30679 .
30680 \begin_inset Foot
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684 The command 
30685 \series bold
30686
30687 \backslash
30688 renewcommand
30689 \series default
30690  has the same scheme like the command 
30691 \series bold
30692
30693 \backslash
30694 newcommand
30695 \series default
30696  that is described in 
30697 \begin_inset CommandInset ref
30698 LatexCommand ref
30699 reference "sub:The-Command-newcommand"
30700
30701 \end_inset
30702
30703 .
30704 \end_layout
30705
30706 \end_inset
30707
30708  
30709 \series bold
30710 equation
30711 \series default
30712  is the formula counter.
30713  When the command 
30714 \series bold
30715
30716 \backslash
30717 the
30718 \series default
30719  is used as prefix for a counter, the value of the counter is output as
30720  Arabic number.
30721  When a formula is numbered, LaTeX sets internally the command 
30722 \series bold
30723
30724 \backslash
30725 theequation
30726 \series default
30727  behind the formula.
30728  
30729 \series bold
30730
30731 \backslash
30732 roman{equation}
30733 \begin_inset Index
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737 Commands ! R ! 
30738 \backslash
30739 roman
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \series default
30746  outputs the counter as small Roman number.
30747 \end_layout
30748
30749 \begin_layout Standard
30750 All formulas behind the command 
30751 \series bold
30752
30753 \backslash
30754 renew
30755 \series default
30756 c
30757 \series bold
30758 ommand
30759 \series default
30760  are now numbered Roman.
30761  To switch to numbering with big Roman numbers, the command is inserted
30762  again, but 
30763 \series bold
30764
30765 \backslash
30766 roman
30767 \series default
30768  is replaced by 
30769 \series bold
30770
30771 \backslash
30772 Roman
30773 \series default
30774
30775 \begin_inset Index
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779 Commands ! R ! 
30780 \backslash
30781 roman@
30782 \backslash
30783 Roman
30784 \end_layout
30785
30786 \end_inset
30787
30788 .
30789  To 
30790 \begin_inset Quotes eld
30791 \end_inset
30792
30793 number
30794 \begin_inset Quotes erd
30795 \end_inset
30796
30797  with small Latin letters there is the command 
30798 \series bold
30799
30800 \backslash
30801 alph
30802 \series default
30803
30804 \begin_inset Index
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808 Commands ! A ! 
30809 \backslash
30810 alph
30811 \end_layout
30812
30813 \end_inset
30814
30815 , for big ones there is the command 
30816 \series bold
30817
30818 \backslash
30819 Alph
30820 \series default
30821
30822 \begin_inset Index
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826 Commands ! A ! 
30827 \backslash
30828 alph@
30829 \backslash
30830 Alph
30831 \end_layout
30832
30833 \end_inset
30834
30835 .
30836 \end_layout
30837
30838 \begin_layout Standard
30839 \begin_inset Note Greyedout
30840 status open
30841
30842 \begin_layout Plain Layout
30843
30844 \series bold
30845 Note:
30846 \series default
30847  Only maximal 26 formulas can be numbered with Latin letters in one document.
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \begin_layout Standard
30856 \begin_inset Newpage pagebreak
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \begin_inset ERT
30864 status collapsed
30865
30866 \begin_layout Plain Layout
30867
30868
30869 \backslash
30870 renewcommand{
30871 \backslash
30872 theequation}{
30873 \backslash
30874 roman{equation}}
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \begin_layout Standard
30883 \begin_inset Formula \begin{equation}
30884 A=\textrm{small roman}\end{equation}
30885
30886 \end_inset
30887
30888
30889 \begin_inset ERT
30890 status collapsed
30891
30892 \begin_layout Plain Layout
30893
30894
30895 \backslash
30896 renewcommand{
30897 \backslash
30898 theequation}{
30899 \backslash
30900 Roman{equation}}
30901 \end_layout
30902
30903 \end_inset
30904
30905
30906 \begin_inset Formula \begin{equation}
30907 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30908
30909 \end_inset
30910
30911
30912 \begin_inset ERT
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916
30917
30918 \backslash
30919 renewcommand{
30920 \backslash
30921 theequation}{
30922 \backslash
30923 alph{equation}}
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \begin_inset Formula \begin{equation}
30930 C=\textrm{small Latin}\end{equation}
30931
30932 \end_inset
30933
30934
30935 \begin_inset ERT
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939
30940
30941 \backslash
30942 renewcommand{
30943 \backslash
30944 theequation}{
30945 \backslash
30946 Alph{equation}}
30947 \end_layout
30948
30949 \end_inset
30950
30951
30952 \begin_inset Formula \begin{equation}
30953 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Standard
30961 To switch back to the default numbering, insert the command:
30962 \end_layout
30963
30964 \begin_layout Standard
30965
30966 \series bold
30967
30968 \backslash
30969 renewcommand{
30970 \backslash
30971 theequation}{
30972 \backslash
30973 arabic{equation}}
30974 \begin_inset Index
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978 Commands ! A ! 
30979 \backslash
30980 arabic
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \begin_layout Standard
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994
30995 \backslash
30996 renewcommand{
30997 \backslash
30998 theequation}{
30999 \backslash
31000 arabic{equation}}
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \begin_inset Formula \begin{equation}
31007 E=\textrm{Arabic}\end{equation}
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Standard
31015 \begin_inset VSpace medskip
31016 \end_inset
31017
31018 As you see, formulas are numbered serially independent from the numbering
31019  style.
31020  When then numbering should start with 
31021 \begin_inset Quotes eld
31022 \end_inset
31023
31024 1
31025 \begin_inset Quotes erd
31026 \end_inset
31027
31028  when the style is changed, new equation counters have to be defined.
31029  A description about this can be found in the file 
31030 \begin_inset CommandInset href
31031 LatexCommand href
31032 name "Formula-numbering.lyx"
31033 target "run:Formula-numbering.lyx"
31034
31035 \end_inset
31036
31037 .
31038 \end_layout
31039
31040 \begin_layout Section
31041 Chemical Symbols and Equations
31042 \begin_inset CommandInset label
31043 LatexCommand label
31044 name "sub:Chemical-Symbols-and"
31045
31046 \end_inset
31047
31048
31049 \begin_inset Index
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053 Chemical characters ! Symbols
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \begin_inset Index
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063 Chemical equations
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \begin_inset Index
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073 Symbols ! chemical
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 An example text from chemistry:
31083 \end_layout
31084
31085 \begin_layout Quote
31086 The 
31087 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31088 \end_inset
31089
31090 -ion reacts with two 
31091 \begin_inset Formula $\mathrm{Na^{+}}$
31092 \end_inset
31093
31094 -ions to sodium sulfate 
31095 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31096 \end_inset
31097
31098 .
31099  The chemical equation for this is:
31100 \begin_inset Formula \begin{equation}
31101 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31102
31103 \end_inset
31104
31105
31106 \end_layout
31107
31108 \begin_layout Standard
31109 This chemical equation can directly be created as formula.
31110  To avoid that the symbols appear italic, everything is highlighted and
31111  changed by the shortcut 
31112 \begin_inset Info
31113 type  "shortcut"
31114 arg   "font-roman"
31115 \end_inset
31116
31117  to the upright font style.
31118 \begin_inset Foot
31119 status collapsed
31120
31121 \begin_layout Plain Layout
31122 font styles
31123 \series bold
31124  
31125 \series default
31126 see 
31127 \begin_inset CommandInset ref
31128 LatexCommand ref
31129 reference "sub:Font-Styles"
31130
31131 \end_inset
31132
31133
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \end_layout
31140
31141 \begin_layout Standard
31142 A more convenient way to typeset chemical formulas is to use the command
31143  
31144 \series bold
31145
31146 \backslash
31147 ce
31148 \series default
31149
31150 \begin_inset Index
31151 status collapsed
31152
31153 \begin_layout Plain Layout
31154 Commands ! C ! 
31155 \backslash
31156 ce
31157 \end_layout
31158
31159 \end_inset
31160
31161  that is available when the LaTeX-package 
31162 \series bold
31163 mhchem
31164 \series default
31165
31166 \begin_inset Index
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170 Packages ! mhchem
31171 \end_layout
31172
31173 \end_inset
31174
31175  is installed.
31176  After inserting 
31177 \series bold
31178
31179 \backslash
31180 ce
31181 \series default
31182  to a formula a new blue box appears where chemical formulas can be inserted
31183  in an intuitive way.
31184 \end_layout
31185
31186 \begin_layout Standard
31187 \align center
31188 \begin_inset Tabular
31189 <lyxtabular version="3" rows="9" columns="2">
31190 <features>
31191 <column alignment="center" valignment="top" width="0">
31192 <column alignment="center" valignment="top" width="0">
31193 <row>
31194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31195 \begin_inset Text
31196
31197 \begin_layout Plain Layout
31198 Command
31199 \end_layout
31200
31201 \end_inset
31202 </cell>
31203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31204 \begin_inset Text
31205
31206 \begin_layout Plain Layout
31207 Result
31208 \begin_inset Note Note
31209 status collapsed
31210
31211 \begin_layout Plain Layout
31212
31213 \series bold
31214
31215 \backslash
31216 raisebox
31217 \series default
31218  is only used as spacer.
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \end_layout
31225
31226 \end_inset
31227 </cell>
31228 </row>
31229 <row>
31230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31231 \begin_inset Text
31232
31233 \begin_layout Plain Layout
31234
31235 \backslash
31236 ce
31237 \begin_inset ERT
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241
31242
31243 \backslash
31244 spce 
31245 \end_layout
31246
31247 \end_inset
31248
31249 H2CO3
31250 \end_layout
31251
31252 \end_inset
31253 </cell>
31254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31255 \begin_inset Text
31256
31257 \begin_layout Plain Layout
31258 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31259 \end_inset
31260
31261
31262 \end_layout
31263
31264 \end_inset
31265 </cell>
31266 </row>
31267 <row>
31268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272
31273 \backslash
31274 ce
31275 \begin_inset ERT
31276 status collapsed
31277
31278 \begin_layout Plain Layout
31279
31280
31281 \backslash
31282 spce 
31283 \end_layout
31284
31285 \end_inset
31286
31287 SO4^2-
31288 \end_layout
31289
31290 \end_inset
31291 </cell>
31292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31293 \begin_inset Text
31294
31295 \begin_layout Plain Layout
31296 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \end_inset
31303 </cell>
31304 </row>
31305 <row>
31306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31307 \begin_inset Text
31308
31309 \begin_layout Plain Layout
31310
31311 \backslash
31312 ce
31313 \begin_inset ERT
31314 status collapsed
31315
31316 \begin_layout Plain Layout
31317
31318
31319 \backslash
31320 spce 
31321 \end_layout
31322
31323 \end_inset
31324
31325 (NH4)2S
31326 \end_layout
31327
31328 \end_inset
31329 </cell>
31330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31331 \begin_inset Text
31332
31333 \begin_layout Plain Layout
31334 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \end_inset
31341 </cell>
31342 </row>
31343 <row>
31344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31345 \begin_inset Text
31346
31347 \begin_layout Plain Layout
31348
31349 \backslash
31350 ce
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356
31357 \backslash
31358 spce 
31359 \end_layout
31360
31361 \end_inset
31362
31363 KCr(SO4)2.12H2O
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31369 \begin_inset Text
31370
31371 \begin_layout Plain Layout
31372 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \end_inset
31379 </cell>
31380 </row>
31381 <row>
31382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31383 \begin_inset Text
31384
31385 \begin_layout Plain Layout
31386
31387 \backslash
31388 ce
31389 \begin_inset ERT
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393
31394
31395 \backslash
31396 spce 
31397 \end_layout
31398
31399 \end_inset
31400
31401 A-B
31402 \backslash
31403 dbond
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409
31410 \backslash
31411 spce 
31412 \end_layout
31413
31414 \end_inset
31415
31416 C
31417 \backslash
31418 tbond
31419 \begin_inset ERT
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423
31424
31425 \backslash
31426 spce 
31427 \end_layout
31428
31429 \end_inset
31430
31431 D
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31437 \begin_inset Text
31438
31439 \begin_layout Plain Layout
31440 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \end_inset
31447 </cell>
31448 </row>
31449 <row>
31450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31451 \begin_inset Text
31452
31453 \begin_layout Plain Layout
31454
31455 \backslash
31456 ce
31457 \begin_inset ERT
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461
31462
31463 \backslash
31464 spce 
31465 \end_layout
31466
31467 \end_inset
31468
31469 ^227
31470 \begin_inset Formula $\downarrow$
31471 \end_inset
31472
31473 _90
31474 \begin_inset Formula $\to$
31475 \end_inset
31476
31477 Th+
31478 \end_layout
31479
31480 \end_inset
31481 </cell>
31482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31483 \begin_inset Text
31484
31485 \begin_layout Plain Layout
31486 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31487 \end_inset
31488
31489
31490 \end_layout
31491
31492 \end_inset
31493 </cell>
31494 </row>
31495 <row>
31496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31497 \begin_inset Text
31498
31499 \begin_layout Plain Layout
31500
31501 \backslash
31502 ce
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508
31509 \backslash
31510 spce 
31511 \end_layout
31512
31513 \end_inset
31514
31515 CO2
31516 \begin_inset ERT
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520
31521
31522 \backslash
31523 spce 
31524 \end_layout
31525
31526 \end_inset
31527
31528 +
31529 \begin_inset ERT
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533
31534
31535 \backslash
31536 spce 
31537 \end_layout
31538
31539 \end_inset
31540
31541 C
31542 \begin_inset ERT
31543 status collapsed
31544
31545 \begin_layout Plain Layout
31546
31547
31548 \backslash
31549 spce 
31550 \end_layout
31551
31552 \end_inset
31553
31554 <=>
31555 \begin_inset ERT
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559
31560
31561 \backslash
31562 spce 
31563 \end_layout
31564
31565 \end_inset
31566
31567 2CO
31568 \end_layout
31569
31570 \end_inset
31571 </cell>
31572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \end_inset
31583 </cell>
31584 </row>
31585 <row>
31586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31587 \begin_inset Text
31588
31589 \begin_layout Plain Layout
31590
31591 \backslash
31592 ce
31593 \begin_inset ERT
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597
31598
31599 \backslash
31600 spce 
31601 \end_layout
31602
31603 \end_inset
31604
31605 CO2
31606 \begin_inset ERT
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610
31611
31612 \backslash
31613 spce 
31614 \end_layout
31615
31616 \end_inset
31617
31618 +
31619 \begin_inset ERT
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623
31624
31625 \backslash
31626 spce 
31627 \end_layout
31628
31629 \end_inset
31630
31631 C
31632 \begin_inset ERT
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636
31637
31638 \backslash
31639 spce 
31640 \end_layout
31641
31642 \end_inset
31643
31644 ->[
31645 \backslash
31646 alpha][
31647 \backslash
31648 beta]
31649 \begin_inset ERT
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653
31654
31655 \backslash
31656 spce 
31657 \end_layout
31658
31659 \end_inset
31660
31661 2CO}
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31667 \begin_inset Text
31668
31669 \begin_layout Plain Layout
31670 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \end_inset
31677 </cell>
31678 </row>
31679 </lyxtabular>
31680
31681 \end_inset
31682
31683
31684 \end_layout
31685
31686 \begin_layout Standard
31687 \begin_inset Note Greyedout
31688 status open
31689
31690 \begin_layout Plain Layout
31691
31692 \series bold
31693 Note:
31694 \series default
31695  Inserting a formula to a 
31696 \series bold
31697
31698 \backslash
31699 ce
31700 \series default
31701  box will lead to LaTeX errors.
31702  In this case TeX code has to be used like for 
31703 \series bold
31704
31705 \backslash
31706 ce{$
31707 \backslash
31708 mu
31709 \backslash
31710 hyphen$Cl}
31711 \series default
31712
31713 \begin_inset ERT
31714 status collapsed
31715
31716 \begin_layout Plain Layout
31717
31718
31719 \backslash
31720 ce{$
31721 \backslash
31722 mu
31723 \backslash
31724 hyphen$Cl}
31725 \end_layout
31726
31727 \end_inset
31728
31729  
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Standard
31738 Using 
31739 \series bold
31740
31741 \backslash
31742 ce
31743 \series default
31744  the command for equation
31745 \begin_inset space ~
31746 \end_inset
31747
31748
31749 \begin_inset CommandInset ref
31750 LatexCommand eqref
31751 reference "eq:chem-reaction"
31752
31753 \end_inset
31754
31755  is:
31756 \begin_inset Newline newline
31757 \end_inset
31758
31759
31760 \series bold
31761  
31762 \backslash
31763 ce
31764 \begin_inset ERT
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768
31769
31770 \backslash
31771 spce 
31772 \end_layout
31773
31774 \end_inset
31775
31776 2Na+
31777 \begin_inset ERT
31778 status collapsed
31779
31780 \begin_layout Plain Layout
31781
31782
31783 \backslash
31784 spce 
31785 \end_layout
31786
31787 \end_inset
31788
31789 +
31790 \begin_inset ERT
31791 status collapsed
31792
31793 \begin_layout Plain Layout
31794
31795
31796 \backslash
31797 spce 
31798 \end_layout
31799
31800 \end_inset
31801
31802 SO4^2-
31803 \begin_inset ERT
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807
31808
31809 \backslash
31810 spce 
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \begin_inset ERT
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820
31821
31822 \backslash
31823 spce 
31824 \end_layout
31825
31826 \end_inset
31827
31828 ->
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834
31835 \backslash
31836 spce 
31837 \end_layout
31838
31839 \end_inset
31840
31841 Na2SO4
31842 \end_layout
31843
31844 \begin_layout Standard
31845 To create multiline chemical equations first a multiline formula is created
31846  as described in 
31847 \begin_inset CommandInset ref
31848 LatexCommand ref
31849 reference "sec:Multiline-Formulas"
31850
31851 \end_inset
31852
31853 .
31854  Afterwards the command 
31855 \series bold
31856
31857 \backslash
31858 ce
31859 \series default
31860  is used in every small blue box of the formula.
31861  
31862 \begin_inset CommandInset ref
31863 LatexCommand eqref
31864 reference "eq:TEOS-reaction-1"
31865
31866 \end_inset
31867
31868  and 
31869 \begin_inset CommandInset ref
31870 LatexCommand eqref
31871 reference "eq:TEOS-reaction-2"
31872
31873 \end_inset
31874
31875  are an example of a multi-stage chemical reaction where every equation
31876  has its own number.
31877 \begin_inset Formula \begin{eqnarray}
31878 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31879 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}\end{eqnarray}
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \begin_layout Standard
31887 Besides 
31888 \series bold
31889
31890 \backslash
31891 ce
31892 \series default
31893  the 
31894 \series bold
31895 mhchem
31896 \series default
31897  package provides the command 
31898 \series bold
31899
31900 \backslash
31901 cf
31902 \series default
31903
31904 \begin_inset Index
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908 Commands ! C ! 
31909 \backslash
31910 cf
31911 \end_layout
31912
31913 \end_inset
31914
31915  that has to be used for special cases.
31916  For more information about 
31917 \series bold
31918
31919 \backslash
31920 cf
31921 \series default
31922  and more examples have a look at the documentation of 
31923 \series bold
31924 mhchem
31925 \series default
31926
31927 \begin_inset CommandInset citation
31928 LatexCommand cite
31929 key "mhchem"
31930
31931 \end_inset
31932
31933 .
31934 \end_layout
31935
31936 \begin_layout Section
31937 Diagrams
31938 \end_layout
31939
31940 \begin_layout Standard
31941 LyX supports two types of commutative diagrams: 
31942 \series bold
31943 amscd
31944 \series default
31945  and 
31946 \series bold
31947 xymatrix
31948 \series default
31949  that are explained in the following.
31950 \end_layout
31951
31952 \begin_layout Subsection
31953 Amscd Diagrams
31954 \begin_inset Index
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 Diagrams ! amscd
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 Diagrams of this type visualize relations by vertical and horizontal lines
31968  or arrows:
31969 \begin_inset Formula \[
31970 \begin{CD}A@>>>B@>>>C\\
31971 @AAA@.@VVV\\
31972 F@<<<E@<<<D\end{CD}\]
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Standard
31980 To get them, the command 
31981 \series bold
31982
31983 \backslash
31984 CD
31985 \begin_inset Index
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989 Commands ! C ! 
31990 \backslash
31991 CD
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \series default
31998  is inserted to a formula.
31999  A blue box appears with two dashed lines where further commands can be
32000  inserted.
32001  With 
32002 \begin_inset Info
32003 type  "shortcut"
32004 arg   "newline-insert newline"
32005 \end_inset
32006
32007  a new line is created.
32008  Horizontal relations are inserted in odd, vertical in even formula lines.
32009 \end_layout
32010
32011 \begin_layout Standard
32012 To create the relations there are the following commands:
32013 \end_layout
32014
32015 \begin_layout Itemize
32016
32017 \series bold
32018 @<<<
32019 \series default
32020  creates a left arrow, 
32021 \series bold
32022 @>>>
32023 \series default
32024  a right arrow, and 
32025 \series bold
32026 @=
32027 \series default
32028  a long equal sign
32029 \end_layout
32030
32031 \begin_layout Itemize
32032
32033 \series bold
32034 @AAA
32035 \series default
32036  creates an up arrow, 
32037 \series bold
32038 @VVV
32039 \series default
32040  an down arrow, and 
32041 \series bold
32042 @|
32043 \series default
32044  a vertical equal sign
32045 \end_layout
32046
32047 \begin_layout Itemize
32048
32049 \series bold
32050 @.
32051
32052 \series default
32053  is a placeholder for non-existent relations
32054 \end_layout
32055
32056 \begin_layout Standard
32057 All arrows can be labeled as follows:
32058 \end_layout
32059
32060 \begin_layout Itemize
32061 Is text inserted between the first and second < or >, resp., it is placed
32062  above the arrow.
32063  When it is inserted between the second and third one, it appears under
32064  the arrow.
32065 \end_layout
32066
32067 \begin_layout Itemize
32068 When text for vertical arrows is inserted between the first and second A
32069  or V, resp., it is placed left beside the arrow.
32070  When it is inserted between the second and third one, it appears right
32071  beside the arrow.
32072  If the text contains an A or V, these letters must be set into a TeX-brace.
32073 \end_layout
32074
32075 \begin_layout Standard
32076 As example a diagram with all possible relations:
32077 \end_layout
32078
32079 \begin_layout Standard
32080 \begin_inset Formula \[
32081 \begin{CD}A@>j>>B@>>k>C@=F\\
32082 @AmAA@.@VV{V}V@|\\
32083 D@<<j<E@>k>>F@=C\end{CD}\]
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Standard
32091 The command for this is:
32092 \begin_inset Newline newline
32093 \end_inset
32094
32095
32096 \series bold
32097
32098 \backslash
32099 CD
32100 \begin_inset ERT
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104
32105
32106 \backslash
32107 spce 
32108 \end_layout
32109
32110 \end_inset
32111
32112 A@>j>>B@>>k>C@=F Ctrl+Return
32113 \begin_inset Newline newline
32114 \end_inset
32115
32116
32117 \begin_inset ERT
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121
32122
32123 \backslash
32124 hphantom{
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \backslash
32131 CD
32132 \begin_inset ERT
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136
32137
32138 \backslash
32139 spce 
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \begin_inset ERT
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149
32150 }
32151 \end_layout
32152
32153 \end_inset
32154
32155 @AmAA@.@VV
32156 \backslash
32157 {V
32158 \series default
32159
32160 \begin_inset Formula $\to$
32161 \end_inset
32162
32163
32164 \series bold
32165 V@| Ctrl+Return
32166 \begin_inset Newline newline
32167 \end_inset
32168
32169
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175
32176 \backslash
32177 hphantom{
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \backslash
32184 CD
32185 \begin_inset ERT
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189
32190
32191 \backslash
32192 spce 
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \begin_inset ERT
32199 status collapsed
32200
32201 \begin_layout Plain Layout
32202
32203 }
32204 \end_layout
32205
32206 \end_inset
32207
32208 D@<<j<E@>k>>F@=C
32209 \end_layout
32210
32211 \begin_layout Subsection
32212 Xymatrix Diagrams
32213 \begin_inset Index
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217 Diagrams ! xymatrix
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \end_layout
32224
32225 \begin_layout Standard
32226 To be able to use xymatrices, the LaTeX-package 
32227 \series bold
32228 xypic
32229 \series default
32230  must be installed.
32231  A xymatrix is created by inserting the command 
32232 \series bold
32233
32234 \backslash
32235 xymatrix
32236 \series default
32237  in a formula.
32238  Then you are able to add new matrix columns and rows like for normal matrices,
32239  see 
32240 \begin_inset CommandInset ref
32241 LatexCommand ref
32242 reference "sec:Matrices"
32243
32244 \end_inset
32245
32246 .
32247 \end_layout
32248
32249 \begin_layout Standard
32250 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32251  and much more.
32252  All possibilities to create commutative diagrams and decorations are explained
32253  in detail in the 
32254 \emph on
32255 XY-pic manual
32256 \emph default
32257  that you find in the menu 
32258 \family sans
32259 Help\SpecialChar \menuseparator
32260 Specific
32261 \begin_inset space ~
32262 \end_inset
32263
32264 Manuals\SpecialChar \menuseparator
32265 XY-pic
32266 \begin_inset space ~
32267 \end_inset
32268
32269 Manual
32270 \family default
32271 .
32272 \end_layout
32273
32274 \begin_layout Standard
32275 \begin_inset Newpage newpage
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Section
32282 User-defined Commands
32283 \begin_inset Index
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287 User-defined commands
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \begin_layout Standard
32296 \begin_inset Note Greyedout
32297 status open
32298
32299 \begin_layout Plain Layout
32300
32301 \series bold
32302 Note:
32303 \series default
32304  The names of user-defined commands and macros may only consist of Latin
32305  letters.
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \begin_layout Subsection
32314 The Command 
32315 \backslash
32316 newcommand
32317 \begin_inset CommandInset label
32318 LatexCommand label
32319 name "sub:The-Command-newcommand"
32320
32321 \end_inset
32322
32323
32324 \begin_inset Index
32325 status collapsed
32326
32327 \begin_layout Plain Layout
32328 User-defined commands ! 
32329 \backslash
32330 newcommand
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \begin_inset Index
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340 Commands ! N ! 
32341 \backslash
32342 newcommand
32343 \end_layout
32344
32345 \end_inset
32346
32347
32348 \end_layout
32349
32350 \begin_layout Standard
32351 Many LaTeX-commands are too long to be used frequently.
32352  But it is possible to define with the command 
32353 \series bold
32354
32355 \backslash
32356 newcommand
32357 \series default
32358  new shorter commands.
32359 \end_layout
32360
32361 \begin_layout Standard
32362 The command scheme of 
32363 \series bold
32364
32365 \backslash
32366 newcommand
32367 \series default
32368  is:
32369 \end_layout
32370
32371 \begin_layout Standard
32372
32373 \series bold
32374
32375 \backslash
32376 newcommand{new command name}[number of arguments][optional
32377 \series default
32378  
32379 \series bold
32380 value]
32381 \begin_inset Newline newline
32382 \end_inset
32383
32384
32385 \begin_inset ERT
32386 status collapsed
32387
32388 \begin_layout Plain Layout
32389
32390
32391 \backslash
32392 phantom{
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \backslash
32399 newcommand
32400 \begin_inset ERT
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404
32405 }
32406 \end_layout
32407
32408 \end_inset
32409
32410 {command definition}
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \begin_inset Note Greyedout
32415 status open
32416
32417 \begin_layout Plain Layout
32418
32419 \series bold
32420 Note:
32421 \series default
32422  Assure that the name of the new command is not already used in your document
32423  or by LaTeX-packages that you use.
32424  When you for example define the command 
32425 \series bold
32426
32427 \backslash
32428 le
32429 \series default
32430  for 
32431 \series bold
32432
32433 \backslash
32434 Leftarrow
32435 \series default
32436 , you get an error message because 
32437 \series bold
32438
32439 \backslash
32440 le
32441 \series default
32442  is already defined as command for 
32443 \begin_inset Quotes eld
32444 \end_inset
32445
32446
32447 \begin_inset Formula $\le$
32448 \end_inset
32449
32450
32451 \begin_inset Quotes erd
32452 \end_inset
32453
32454 .
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \begin_layout Standard
32463 The number of arguments is an integer in the range 0
32464 \begin_inset space \thinspace{}
32465 \end_inset
32466
32467 -
32468 \begin_inset space \thinspace{}
32469 \end_inset
32470
32471 9 and specifies how many arguments the new command should have.
32472  With the optional value a value for an optional argument can be predefined.
32473  When this is done, the 
32474 \emph on
32475 first
32476 \emph default
32477  
32478 \emph on
32479 a
32480 \emph default
32481 rgument of the new command is automatically an optional one.
32482 \end_layout
32483
32484 \begin_layout Standard
32485 Here are some examples:
32486 \end_layout
32487
32488 \begin_layout Itemize
32489 To define the command 
32490 \series bold
32491
32492 \backslash
32493 gr
32494 \series default
32495  for 
32496 \series bold
32497
32498 \backslash
32499 Longrightarrow
32500 \series default
32501 , the LaTeX-preamble line is:
32502 \begin_inset VSpace medskip
32503 \end_inset
32504
32505
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509
32510 \series bold
32511
32512 \backslash
32513 newcommand{
32514 \backslash
32515 gr}{
32516 \backslash
32517 Longrightarrow}
32518 \end_layout
32519
32520 \begin_layout Itemize
32521 To define the command 
32522 \series bold
32523
32524 \backslash
32525 us
32526 \series default
32527  for 
32528 \series bold
32529
32530 \backslash
32531 underline
32532 \series default
32533 , the argument (that should be underlined) must be taken into account.
32534  For this the preamble line is:
32535 \begin_inset VSpace medskip
32536 \end_inset
32537
32538
32539 \begin_inset Newline newline
32540 \end_inset
32541
32542
32543 \series bold
32544
32545 \backslash
32546 newcommand{
32547 \backslash
32548 us}[1]{
32549 \backslash
32550 underline{#1}}
32551 \series default
32552
32553 \begin_inset VSpace medskip
32554 \end_inset
32555
32556
32557 \begin_inset Newline newline
32558 \end_inset
32559
32560 The character 
32561 \series bold
32562 #
32563 \series default
32564  acts as argument placeholder, the 
32565 \series bold
32566 1
32567 \series default
32568  behind it denotes that it is the placeholder for the first argument.
32569 \end_layout
32570
32571 \begin_layout Itemize
32572 For 
32573 \series bold
32574
32575 \backslash
32576 framebox
32577 \series default
32578  one can e.
32579 \begin_inset space \thinspace{}
32580 \end_inset
32581
32582 g.
32583 \begin_inset space \space{}
32584 \end_inset
32585
32586 define the command 
32587 \series bold
32588
32589 \backslash
32590 fb
32591 \series default
32592 :
32593 \begin_inset VSpace medskip
32594 \end_inset
32595
32596
32597 \begin_inset Newline newline
32598 \end_inset
32599
32600
32601 \series bold
32602
32603 \backslash
32604 newcommand{
32605 \backslash
32606 fb}[3]{
32607 \backslash
32608 framebox#1#2{$#3$}}
32609 \series default
32610
32611 \begin_inset VSpace medskip
32612 \end_inset
32613
32614
32615 \begin_inset Newline newline
32616 \end_inset
32617
32618 The two Dollar signs creates the extra formula needed for 
32619 \series bold
32620
32621 \backslash
32622 framebox
32623 \series default
32624 , see 
32625 \begin_inset CommandInset ref
32626 LatexCommand ref
32627 reference "sub:Boxes-with-Frame"
32628
32629 \end_inset
32630
32631 .
32632 \end_layout
32633
32634 \begin_layout Itemize
32635 To create a new command for 
32636 \series bold
32637
32638 \backslash
32639 fcolorbox
32640 \series default
32641  where the color for the box needn't to be specified, the argument for the
32642  color is defined optional:
32643 \begin_inset VSpace medskip
32644 \end_inset
32645
32646
32647 \begin_inset Newline newline
32648 \end_inset
32649
32650
32651 \series bold
32652
32653 \backslash
32654 newcommand{
32655 \backslash
32656 cb}[3][white]{
32657 \backslash
32658 fcolorbox{#2}{#1}{$#3$}}
32659 \series default
32660
32661 \begin_inset VSpace medskip
32662 \end_inset
32663
32664
32665 \begin_inset Newline newline
32666 \end_inset
32667
32668 When the color is not specified when using 
32669 \series bold
32670
32671 \backslash
32672 cb
32673 \series default
32674 , the predefined color 
32675 \series bold
32676 white
32677 \series default
32678  will be used.
32679 \end_layout
32680
32681 \begin_layout Standard
32682 A test of the new defined commands:
32683 \end_layout
32684
32685 \begin_layout Standard
32686 \align center
32687 \begin_inset Tabular
32688 <lyxtabular version="3" rows="6" columns="2">
32689 <features>
32690 <column alignment="center" valignment="top" width="0">
32691 <column alignment="center" valignment="top" width="0">
32692 <row>
32693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32694 \begin_inset Text
32695
32696 \begin_layout Plain Layout
32697 Command
32698 \end_layout
32699
32700 \end_inset
32701 </cell>
32702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32703 \begin_inset Text
32704
32705 \begin_layout Plain Layout
32706 Result
32707 \begin_inset Note Note
32708 status collapsed
32709
32710 \begin_layout Plain Layout
32711
32712 \series bold
32713
32714 \backslash
32715 raisebox
32716 \series default
32717  is only used as spacer.
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \end_layout
32724
32725 \end_inset
32726 </cell>
32727 </row>
32728 <row>
32729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 A
32734 \backslash
32735 gr
32736 \begin_inset ERT
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740
32741
32742 \backslash
32743 spce 
32744 \end_layout
32745
32746 \end_inset
32747
32748 B
32749 \end_layout
32750
32751 \end_inset
32752 </cell>
32753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757 \begin_inset Formula $A\gr B$
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 </row>
32766 <row>
32767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32768 \begin_inset Text
32769
32770 \begin_layout Plain Layout
32771
32772 \backslash
32773 us{ABcd
32774 \end_layout
32775
32776 \end_inset
32777 </cell>
32778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32779 \begin_inset Text
32780
32781 \begin_layout Plain Layout
32782 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 </row>
32791 <row>
32792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32793 \begin_inset Text
32794
32795 \begin_layout Plain Layout
32796
32797 \backslash
32798 fb{[2cm]
32799 \begin_inset Formula $\to$
32800 \end_inset
32801
32802
32803 \backslash
32804 {
32805 \begin_inset Formula $\to$
32806 \end_inset
32807
32808
32809 \backslash
32810 {
32811 \backslash
32812 int
32813 \begin_inset ERT
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817
32818
32819 \backslash
32820 spce 
32821 \end_layout
32822
32823 \end_inset
32824
32825 A=B
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32835 \end_inset
32836
32837
32838 \end_layout
32839
32840 \end_inset
32841 </cell>
32842 </row>
32843 <row>
32844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32845 \begin_inset Text
32846
32847 \begin_layout Plain Layout
32848
32849 \backslash
32850 cb{red
32851 \begin_inset Formula $\to$
32852 \end_inset
32853
32854
32855 \backslash
32856 {
32857 \backslash
32858 int
32859 \begin_inset ERT
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863
32864
32865 \backslash
32866 spce 
32867 \end_layout
32868
32869 \end_inset
32870
32871 A=B
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 </row>
32889 <row>
32890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894
32895 \backslash
32896 cb[green]
32897 \backslash
32898 {red
32899 \begin_inset Formula $\to$
32900 \end_inset
32901
32902
32903 \backslash
32904 {
32905 \backslash
32906 int
32907 \begin_inset ERT
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911
32912
32913 \backslash
32914 spce 
32915 \end_layout
32916
32917 \end_inset
32918
32919 A=B
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32929 \end_inset
32930
32931
32932 \end_layout
32933
32934 \end_inset
32935 </cell>
32936 </row>
32937 </lyxtabular>
32938
32939 \end_inset
32940
32941
32942 \end_layout
32943
32944 \begin_layout Subsection
32945 Math Macros
32946 \begin_inset Index
32947 status collapsed
32948
32949 \begin_layout Plain Layout
32950 User-defined commands! Math macros
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \begin_inset Index
32957 status collapsed
32958
32959 \begin_layout Plain Layout
32960 Macros
32961 \end_layout
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \begin_layout Standard
32969 User-defined commands are especially convenient for complex expressions.
32970  When you are for example dealing in a document with quadratic equations,
32971  the same solution type occurs several times.
32972  The general form of a quadratic equation is
32973 \begin_inset Formula \[
32974 0=\lambda^{2}+p\lambda+q\]
32975
32976 \end_inset
32977
32978 The general form of the solution is
32979 \begin_inset Formula \[
32980 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32981
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \begin_layout Standard
32988 To define a command for the solution formula where only the three parameters
32989  
32990 \begin_inset Formula $\lambda$
32991 \end_inset
32992
32993
32994 \begin_inset Formula $p$
32995 \end_inset
32996
32997 , and 
32998 \begin_inset Formula $q$
32999 \end_inset
33000
33001  need to be specified and the index of 
33002 \begin_inset Formula $\lambda$
33003 \end_inset
33004
33005  can be given optionally, the LaTeX-preamble line is
33006 \begin_inset Newline newline
33007 \end_inset
33008
33009
33010 \series bold
33011
33012 \backslash
33013 newcommand{
33014 \backslash
33015 qG}[4][1,
33016 \backslash
33017 ,2]{#2_{#1}=-
33018 \backslash
33019 frac{#3}{2}
33020 \backslash
33021 pm
33022 \begin_inset Newline newline
33023 \end_inset
33024
33025
33026 \begin_inset ERT
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030
33031
33032 \backslash
33033 hphantom{
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \backslash
33040 newcommand
33041 \begin_inset ERT
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045
33046 }
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \backslash
33053 sqrt{
33054 \backslash
33055 frac{#3^{2}}{4}-#4}}
33056 \end_layout
33057
33058 \begin_layout Standard
33059 To create with this the solution formula, the command
33060 \begin_inset Newline newline
33061 \end_inset
33062
33063
33064 \series bold
33065
33066 \backslash
33067 qG{
33068 \backslash
33069 lambda
33070 \begin_inset Formula $\to$
33071 \end_inset
33072
33073
33074 \backslash
33075 {p
33076 \begin_inset Formula $\to$
33077 \end_inset
33078
33079
33080 \backslash
33081 {q
33082 \series default
33083  is inserted to a formula
33084 \series bold
33085 .
33086 \end_layout
33087
33088 \begin_layout Standard
33089 The definition of the new command is unintuitive because one has to know
33090  the schemes of all used LaTeX commands, e.
33091 \begin_inset space \thinspace{}
33092 \end_inset
33093
33094 g.
33095 \begin_inset space \space{}
33096 \end_inset
33097
33098 that a fraction is inserted in LaTeX as 
33099 \series bold
33100
33101 \backslash
33102 frac{numerator}{denominator}
33103 \series default
33104 .
33105  Furthermore one can easily forget a brace in the definition and cannot
33106  see in LyX what the new command is doing.
33107  To avoid these problems LyX offers the possibility to use math macros instead
33108  of the command 
33109 \series bold
33110
33111 \backslash
33112 newcommand
33113 \series default
33114 .
33115 \end_layout
33116
33117 \begin_layout Standard
33118 A math macro is created by using the menu 
33119 \family sans
33120 Insert\SpecialChar \menuseparator
33121 Math\SpecialChar \menuseparator
33122 Macro
33123 \family default
33124  or the toolbar button 
33125 \begin_inset Graphics
33126         filename ../images/math-macro_newmacroname_newcommand.png
33127         scale 85
33128
33129 \end_inset
33130
33131 .
33132  The math macro toolbar appears together with the following box where the
33133  macro is defined:
33134 \begin_inset Newline newline
33135 \end_inset
33136
33137
33138 \begin_inset space \hspace*{\fill}
33139 \end_inset
33140
33141
33142 \begin_inset Graphics
33143         filename clipart/macrobox.png
33144
33145 \end_inset
33146
33147
33148 \begin_inset space \hspace*{\fill}
33149 \end_inset
33150
33151
33152 \begin_inset Newline newline
33153 \end_inset
33154
33155
33156 \begin_inset FormulaMacro
33157 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33158 \end_inset
33159
33160
33161 \backslash
33162 newmacroname is the default name of the macro that should be changed to
33163  something sensible.
33164  The wanted formula is inserted in the first blue box.
33165  An argument placeholder is inserted with the command 
33166 \series bold
33167
33168 \backslash
33169 #argumentnumber
33170 \series default
33171 , e.
33172 \begin_inset space \thinspace{}
33173 \end_inset
33174
33175 g
33176 \begin_inset space \space{}
33177 \end_inset
33178
33179
33180 \series bold
33181
33182 \backslash
33183 #1
33184 \series default
33185  or by using the macro toolbar button 
33186 \begin_inset Graphics
33187         filename ../images/math-macro-add-param.png
33188         scale 85
33189
33190 \end_inset
33191
33192 .
33193  Argument placeholders are displayed red.
33194  Maximum 9 arguments are possible.
33195  Optional arguments are created with the toolbar button 
33196 \begin_inset Graphics
33197         filename ../images/math-macro-add-optional-param.png
33198         scale 85
33199
33200 \end_inset
33201
33202 .
33203  The first non-optional argument can be transformed to an optional one with
33204  the toolbar button 
33205 \begin_inset Graphics
33206         filename ../images/math-macro-make-optional.png
33207         scale 85
33208
33209 \end_inset
33210
33211 .
33212  In the second blue box the appearance of the macro in LyX can be defined.
33213  Normally you want to see it as it is defined, so the box is kept empty.
33214  But when you have created a macro that needs lot of space on the screen,
33215  you can insert in the box for example
33216 \begin_inset Newline newline
33217 \end_inset
33218
33219
33220 \series bold
33221 qG: 
33222 \backslash
33223 #1
33224 \series default
33225  
33226 \series bold
33227 ,
33228 \series default
33229  
33230 \series bold
33231
33232 \backslash
33233 #2
33234 \series default
33235  
33236 \series bold
33237 ,
33238 \series default
33239  
33240 \series bold
33241
33242 \backslash
33243 #3, 
33244 \backslash
33245 #4
33246 \begin_inset Newline newline
33247 \end_inset
33248
33249
33250 \series default
33251 For the macro only the arguments with the macro name in front of them will
33252  then be displayed in LyX, leading to a better overview.
33253  The formula appears in the output as defined in the first box.
33254 \begin_inset Newline newline
33255 \end_inset
33256
33257 The appearance of macros in formulas can furthermore be changed for single
33258  macros by setting the cursor in the macro and using the menu 
33259 \family sans
33260 View\SpecialChar \menuseparator
33261 (Un)fold
33262 \begin_inset space ~
33263 \end_inset
33264
33265 Math
33266 \begin_inset space ~
33267 \end_inset
33268
33269 Macro
33270 \family default
33271 .
33272 \end_layout
33273
33274 \begin_layout Standard
33275 To use a macro, the macro name is inserted as command to a formula, in our
33276  case 
33277 \series bold
33278
33279 \backslash
33280 qG
33281 \series default
33282 .
33283  Our macro looks in LyX like this:
33284 \begin_inset Newline newline
33285 \end_inset
33286
33287
33288 \begin_inset space \hspace*{\fill}
33289 \end_inset
33290
33291
33292 \begin_inset Graphics
33293         filename clipart/macrouse.png
33294
33295 \end_inset
33296
33297
33298 \begin_inset space \hspace*{\fill}
33299 \end_inset
33300
33301
33302 \begin_inset Newline newline
33303 \end_inset
33304
33305 Here is our macro example with the arguments 
33306 \begin_inset Formula $x$
33307 \end_inset
33308
33309
33310 \begin_inset Formula $\ln(x)$
33311 \end_inset
33312
33313 , and 
33314 \begin_inset Formula $B$
33315 \end_inset
33316
33317 :
33318 \end_layout
33319
33320 \begin_layout Standard
33321 \begin_inset Formula \[
33322 \qG x{\ln(x)}B\]
33323
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \begin_layout Standard
33330 LyX offers in the menu 
33331 \family sans
33332 Tools\SpecialChar \menuseparator
33333 Preferences\SpecialChar \menuseparator
33334 Editing\SpecialChar \menuseparator
33335 Control
33336 \family default
33337  different styles to edit macros.
33338  To find the style that suits you the most, choose a style and set the cursor
33339  in a macro formula to see the difference.
33340 \end_layout
33341
33342 \begin_layout Standard
33343 A math macro is transformed internally to a 
33344 \series bold
33345
33346 \backslash
33347 newcommand
33348 \series default
33349  command when exporting the document.
33350  The created 
33351 \series bold
33352
33353 \backslash
33354 newcommand
33355 \series default
33356  command is not placed in the LaTeX-preamble, therefore macros can only
33357  be used in formulas that are in the document below the macro definition
33358  box.
33359 \end_layout
33360
33361 \begin_layout Standard
33362 Math macros can also be directly be created from a 
33363 \series bold
33364
33365 \backslash
33366 newcommand
33367 \series default
33368  command.
33369  When writing for example the command
33370 \series bold
33371
33372 \begin_inset Newline newline
33373 \end_inset
33374
33375
33376 \backslash
33377 newcommand{
33378 \backslash
33379 larrow}[2]{
33380 \backslash
33381 xleftarrow[#2]{#1}}
33382 \begin_inset Newline newline
33383 \end_inset
33384
33385
33386 \series default
33387 in LyX as normal text, highlighting it completely and using then the shortcut
33388  
33389 \family sans
33390 Ctrl+M
33391 \family default
33392 , the command will be transformed to a math macro.
33393  Using this method you need to be careful that the 
33394 \series bold
33395
33396 \backslash
33397 newcommand
33398 \series default
33399  command is typed correctly, otherwise you get a faulty macro leading to
33400  LaTeX errors.
33401 \end_layout
33402
33403 \begin_layout Standard
33404 Math macros currently yet have the problem that further formulas in macro
33405  definitions are handled wrongly.
33406  Therefore the example 
33407 \series bold
33408
33409 \backslash
33410 fb
33411 \series default
33412  from 
33413 \begin_inset CommandInset ref
33414 LatexCommand ref
33415 reference "sub:The-Command-newcommand"
33416
33417 \end_inset
33418
33419  cannot be created as macro.
33420 \end_layout
33421
33422 \begin_layout Standard
33423 When the cursor is in a macro definition box, you will see the macro toolbar
33424  in LyX:
33425 \end_layout
33426
33427 \begin_layout Standard
33428 \begin_inset VSpace defskip
33429 \end_inset
33430
33431
33432 \end_layout
33433
33434 \begin_layout Standard
33435 \begin_inset Graphics
33436         filename clipart/MacroToolbar.png
33437
33438 \end_inset
33439
33440
33441 \begin_inset Index
33442 status collapsed
33443
33444 \begin_layout Plain Layout
33445 Macros ! Toolbar
33446 \end_layout
33447
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \begin_layout Standard
33454 \begin_inset VSpace defskip
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Standard
33461 The macro toolbar contains from left to right the following buttons:
33462 \end_layout
33463
33464 \begin_layout Standard
33465 \begin_inset VSpace defskip
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Standard
33472 \begin_inset Tabular
33473 <lyxtabular version="3" rows="9" columns="2">
33474 <features islongtable="true">
33475 <column alignment="left" valignment="top" width="0">
33476 <column alignment="left" valignment="top" width="85col%">
33477 <row interlinespace="2.5mm">
33478 <cell alignment="center" valignment="top" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482 \begin_inset Graphics
33483         filename ../images/math-macro-remove-param.png
33484         BoundingBox 0bp 5bp 20bp 25bp
33485         rotateOrigin center
33486
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 <cell alignment="center" valignment="top" usebox="none">
33495 \begin_inset Text
33496
33497 \begin_layout Plain Layout
33498
33499 \family sans
33500 Edit\SpecialChar \menuseparator
33501 Math\SpecialChar \menuseparator
33502 Macro
33503 \begin_inset space ~
33504 \end_inset
33505
33506 Definition\SpecialChar \menuseparator
33507 Remove Last Argument
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 </row>
33513 <row interlinespace="2.5mm">
33514 <cell alignment="center" valignment="top" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Plain Layout
33518 \begin_inset Graphics
33519         filename ../images/math-macro-add-param.png
33520         BoundingBox 0bp 5bp 20bp 25bp
33521         rotateOrigin center
33522
33523 \end_inset
33524
33525
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 <cell alignment="center" valignment="top" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534
33535 \family sans
33536 Edit\SpecialChar \menuseparator
33537 Math\SpecialChar \menuseparator
33538 Macro
33539 \begin_inset space ~
33540 \end_inset
33541
33542 Definition\SpecialChar \menuseparator
33543 Append Argument
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 </row>
33549 <row interlinespace="2.5mm">
33550 <cell alignment="center" valignment="top" usebox="none">
33551 \begin_inset Text
33552
33553 \begin_layout Plain Layout
33554 \begin_inset Graphics
33555         filename ../images/math-macro-make-optional.png
33556         BoundingBox 0bp 5bp 20bp 25bp
33557         rotateOrigin center
33558
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \end_inset
33565 </cell>
33566 <cell alignment="center" valignment="top" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570
33571 \family sans
33572 Edit\SpecialChar \menuseparator
33573 Math\SpecialChar \menuseparator
33574 Macro
33575 \begin_inset space ~
33576 \end_inset
33577
33578 Definition\SpecialChar \menuseparator
33579 Make First Non-Optional into
33580 \begin_inset Newline newline
33581 \end_inset
33582
33583
33584 \begin_inset ERT
33585 status collapsed
33586
33587 \begin_layout Plain Layout
33588
33589
33590 \backslash
33591 hphantom{
33592 \end_layout
33593
33594 \end_inset
33595
33596 Edit\SpecialChar \menuseparator
33597 Math\SpecialChar \menuseparator
33598 Macro
33599 \begin_inset space ~
33600 \end_inset
33601
33602 Definition\SpecialChar \menuseparator
33603
33604 \begin_inset ERT
33605 status collapsed
33606
33607 \begin_layout Plain Layout
33608
33609 }
33610 \end_layout
33611
33612 \end_inset
33613
33614 Optional Argument
33615 \end_layout
33616
33617 \end_inset
33618 </cell>
33619 </row>
33620 <row interlinespace="2.5mm">
33621 <cell alignment="center" valignment="top" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 \begin_inset Graphics
33626         filename ../images/math-macro-make-nonoptional.png
33627         BoundingBox 0bp 5bp 20bp 25bp
33628         rotateOrigin center
33629
33630 \end_inset
33631
33632
33633 \end_layout
33634
33635 \end_inset
33636 </cell>
33637 <cell alignment="center" valignment="top" usebox="none">
33638 \begin_inset Text
33639
33640 \begin_layout Plain Layout
33641
33642 \family sans
33643 Edit\SpecialChar \menuseparator
33644 Math\SpecialChar \menuseparator
33645 Macro
33646 \begin_inset space ~
33647 \end_inset
33648
33649 Definition\SpecialChar \menuseparator
33650 Make Last Optional into
33651 \begin_inset Newline newline
33652 \end_inset
33653
33654
33655 \begin_inset ERT
33656 status collapsed
33657
33658 \begin_layout Plain Layout
33659
33660
33661 \backslash
33662 hphantom{
33663 \end_layout
33664
33665 \end_inset
33666
33667 Edit\SpecialChar \menuseparator
33668 Math\SpecialChar \menuseparator
33669 Macro
33670 \begin_inset space ~
33671 \end_inset
33672
33673 Definition\SpecialChar \menuseparator
33674
33675 \begin_inset ERT
33676 status collapsed
33677
33678 \begin_layout Plain Layout
33679
33680 }
33681 \end_layout
33682
33683 \end_inset
33684
33685 Non-Optional Argument
33686 \end_layout
33687
33688 \end_inset
33689 </cell>
33690 </row>
33691 <row interlinespace="2.5mm">
33692 <cell alignment="center" valignment="top" usebox="none">
33693 \begin_inset Text
33694
33695 \begin_layout Plain Layout
33696 \begin_inset Graphics
33697         filename ../images/math-macro-remove-optional-param.png
33698         BoundingBox 0bp 5bp 20bp 25bp
33699         rotateOrigin center
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \end_inset
33707 </cell>
33708 <cell alignment="center" valignment="top" usebox="none">
33709 \begin_inset Text
33710
33711 \begin_layout Plain Layout
33712
33713 \family sans
33714 Edit\SpecialChar \menuseparator
33715 Math\SpecialChar \menuseparator
33716 Macro
33717 \begin_inset space ~
33718 \end_inset
33719
33720 Definition\SpecialChar \menuseparator
33721 Remove Optional Argument
33722 \end_layout
33723
33724 \end_inset
33725 </cell>
33726 </row>
33727 <row interlinespace="2.5mm">
33728 <cell alignment="center" valignment="top" usebox="none">
33729 \begin_inset Text
33730
33731 \begin_layout Plain Layout
33732 \begin_inset Graphics
33733         filename ../images/math-macro-add-optional-param.png
33734         BoundingBox 0bp 5bp 20bp 25bp
33735         rotateOrigin center
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \end_inset
33743 </cell>
33744 <cell alignment="center" valignment="top" usebox="none">
33745 \begin_inset Text
33746
33747 \begin_layout Plain Layout
33748
33749 \family sans
33750 Edit\SpecialChar \menuseparator
33751 Math\SpecialChar \menuseparator
33752 Macro
33753 \begin_inset space ~
33754 \end_inset
33755
33756 Definition\SpecialChar \menuseparator
33757 Insert Optional Argument
33758 \end_layout
33759
33760 \end_inset
33761 </cell>
33762 </row>
33763 <row interlinespace="2.5mm">
33764 <cell alignment="center" valignment="top" usebox="none">
33765 \begin_inset Text
33766
33767 \begin_layout Plain Layout
33768 \begin_inset Graphics
33769         filename ../images/math-macro-remove-greedy-param.png
33770         BoundingBox 0bp 5bp 20bp 25bp
33771         rotateOrigin center
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \end_inset
33779 </cell>
33780 <cell alignment="center" valignment="top" usebox="none">
33781 \begin_inset Text
33782
33783 \begin_layout Plain Layout
33784
33785 \family sans
33786 Edit\SpecialChar \menuseparator
33787 Math\SpecialChar \menuseparator
33788 Macro
33789 \begin_inset space ~
33790 \end_inset
33791
33792 Definition\SpecialChar \menuseparator
33793 Remove Last Argument
33794 \begin_inset Newline newline
33795 \end_inset
33796
33797
33798 \begin_inset ERT
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803
33804 \backslash
33805 hphantom{
33806 \end_layout
33807
33808 \end_inset
33809
33810 Edit\SpecialChar \menuseparator
33811 Math\SpecialChar \menuseparator
33812 Macro
33813 \begin_inset space ~
33814 \end_inset
33815
33816 Definition\SpecialChar \menuseparator
33817
33818 \begin_inset ERT
33819 status collapsed
33820
33821 \begin_layout Plain Layout
33822
33823 }
33824 \end_layout
33825
33826 \end_inset
33827
33828 Spitting Out To The Right
33829 \end_layout
33830
33831 \end_inset
33832 </cell>
33833 </row>
33834 <row interlinespace="2.5mm">
33835 <cell alignment="center" valignment="top" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839 \begin_inset Graphics
33840         filename ../images/math-macro-append-greedy-param.png
33841         BoundingBox 0bp 5bp 20bp 25bp
33842         rotateOrigin center
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \end_inset
33850 </cell>
33851 <cell alignment="center" valignment="top" usebox="none">
33852 \begin_inset Text
33853
33854 \begin_layout Plain Layout
33855
33856 \family sans
33857 Edit\SpecialChar \menuseparator
33858 Math\SpecialChar \menuseparator
33859 Macro
33860 \begin_inset space ~
33861 \end_inset
33862
33863 Definition\SpecialChar \menuseparator
33864 Append Argument
33865 \begin_inset Newline newline
33866 \end_inset
33867
33868
33869 \begin_inset ERT
33870 status collapsed
33871
33872 \begin_layout Plain Layout
33873
33874
33875 \backslash
33876 hphantom{
33877 \end_layout
33878
33879 \end_inset
33880
33881 Edit\SpecialChar \menuseparator
33882 Math\SpecialChar \menuseparator
33883 Macro
33884 \begin_inset space ~
33885 \end_inset
33886
33887 Definition\SpecialChar \menuseparator
33888
33889 \begin_inset ERT
33890 status collapsed
33891
33892 \begin_layout Plain Layout
33893
33894 }
33895 \end_layout
33896
33897 \end_inset
33898
33899 Eating From The Right
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 </row>
33905 <row interlinespace="2.5mm">
33906 <cell alignment="center" valignment="top" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 \begin_inset Graphics
33911         filename ../images/math-macro-add-greedy-optional-param.png
33912         BoundingBox 0bp 5bp 20bp 25bp
33913         rotateOrigin center
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 <cell alignment="center" valignment="top" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926
33927 \family sans
33928 Edit\SpecialChar \menuseparator
33929 Math\SpecialChar \menuseparator
33930 Macro
33931 \begin_inset space ~
33932 \end_inset
33933
33934 Definition\SpecialChar \menuseparator
33935 Append Optional Argument
33936 \begin_inset Newline newline
33937 \end_inset
33938
33939
33940 \begin_inset ERT
33941 status collapsed
33942
33943 \begin_layout Plain Layout
33944
33945
33946 \backslash
33947 hphantom{
33948 \end_layout
33949
33950 \end_inset
33951
33952 Edit\SpecialChar \menuseparator
33953 Math\SpecialChar \menuseparator
33954 Macro
33955 \begin_inset space ~
33956 \end_inset
33957
33958 Definition\SpecialChar \menuseparator
33959
33960 \begin_inset ERT
33961 status collapsed
33962
33963 \begin_layout Plain Layout
33964
33965 }
33966 \end_layout
33967
33968 \end_inset
33969
33970 Eating From The Right
33971 \end_layout
33972
33973 \end_inset
33974 </cell>
33975 </row>
33976 </lyxtabular>
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \begin_layout Standard
33984 \begin_inset Newpage newpage
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Section
33991 Tips
33992 \begin_inset ERT
33993 status collapsed
33994
33995 \begin_layout Plain Layout
33996
33997
33998 \backslash
33999 texorpdfstring{
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \begin_inset Foot
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009 Other useful math tips can be found in 
34010 \begin_inset CommandInset citation
34011 LatexCommand cite
34012 key "Voss"
34013
34014 \end_inset
34015
34016 .
34017 \end_layout
34018
34019 \end_inset
34020
34021
34022 \begin_inset ERT
34023 status collapsed
34024
34025 \begin_layout Plain Layout
34026
34027 }{}
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \begin_inset Note Note
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037
34038 \backslash
34039 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
34040 \end_layout
34041
34042 \begin_layout Plain Layout
34043 More about 
34044 \backslash
34045 texorpdfstring is in section 
34046 \begin_inset CommandInset ref
34047 LatexCommand ref
34048 reference "sub:Formulas-in-Section"
34049
34050 \end_inset
34051
34052 .
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \begin_inset Index
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062 Tips
34063 \end_layout
34064
34065 \end_inset
34066
34067
34068 \begin_inset Index
34069 status collapsed
34070
34071 \begin_layout Plain Layout
34072 Ions|see
34073 \begin_inset ERT
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077
34078 {
34079 \end_layout
34080
34081 \end_inset
34082
34083 Chemical characters
34084 \begin_inset ERT
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088
34089 }
34090 \end_layout
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \end_inset
34098
34099
34100 \end_layout
34101
34102 \begin_layout Subsection
34103 Negative Numbers
34104 \begin_inset Index
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 Numbers ! negative
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 Negative numbers often look ugly in formulas because the minus sign before
34118  the number is set with the same length as the minus operator sign.
34119  When writing the negative number in normal text, the minus sign appears
34120  correctly.
34121 \end_layout
34122
34123 \begin_layout Standard
34124 Thus, the problem disappears when converting the minus sign to mathematical
34125  text.
34126 \end_layout
34127
34128 \begin_layout Standard
34129 An example to visualize the problem:
34130 \end_layout
34131
34132 \begin_layout Standard
34133 \align center
34134 \begin_inset Tabular
34135 <lyxtabular version="3" rows="3" columns="2">
34136 <features>
34137 <column alignment="right" valignment="top" width="0">
34138 <column alignment="left" valignment="top" width="0">
34139 <row>
34140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34141 \begin_inset Text
34142
34143 \begin_layout Plain Layout
34144 normal text:
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153 x = -2
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 </row>
34159 <row>
34160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164 formula:
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173 \begin_inset Formula $x=-2$
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \end_inset
34180 </cell>
34181 </row>
34182 <row>
34183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34184 \begin_inset Text
34185
34186 \begin_layout Plain Layout
34187 solution:
34188 \end_layout
34189
34190 \end_inset
34191 </cell>
34192 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34193 \begin_inset Text
34194
34195 \begin_layout Plain Layout
34196 \begin_inset Formula $x=\textrm{-}2$
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \end_inset
34203 </cell>
34204 </row>
34205 </lyxtabular>
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \begin_layout Subsection
34213 Comma as decimal Separator
34214 \begin_inset Index
34215 status collapsed
34216
34217 \begin_layout Plain Layout
34218 Comma
34219 \end_layout
34220
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Standard
34227 In LaTeX a comma inside a formula is used, according to the English convention,
34228  as number group separator.
34229  So there will be space added behind all commas in formulas.
34230 \end_layout
34231
34232 \begin_layout Standard
34233 To avoid this, the comma is highlighted and changed to mathematical text
34234  (shortcut 
34235 \begin_inset Info
34236 type  "shortcut"
34237 arg   "math-mode"
34238 \end_inset
34239
34240 ).
34241 \end_layout
34242
34243 \begin_layout Standard
34244 To use all formula commas in the document as decimal separator, the file
34245  
34246 \series bold
34247 icomma.sty
34248 \series default
34249
34250 \begin_inset Foot
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254
34255 \series bold
34256 icomma
34257 \series default
34258  is part of the LaTeX-package 
34259 \series bold
34260 was
34261 \series default
34262
34263 \begin_inset Index
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 Packages ! was
34268 \begin_inset ERT
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272
34273
34274 \backslash
34275 vspace{4mm}
34276 \end_layout
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \end_inset
34284
34285 .
34286 \end_layout
34287
34288 \end_inset
34289
34290
34291 \begin_inset Index
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 Packages ! icomma
34296 \end_layout
34297
34298 \end_inset
34299
34300  is loaded with the LaTeX-preamble line
34301 \end_layout
34302
34303 \begin_layout Standard
34304
34305 \series bold
34306
34307 \backslash
34308 usepackage{icomma}
34309 \end_layout
34310
34311 \begin_layout Subsection
34312 Physical Vectors
34313 \begin_inset CommandInset label
34314 LatexCommand label
34315 name "sub:Physical-Vectors"
34316
34317 \end_inset
34318
34319
34320 \begin_inset Index
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324 Vectors ! physical
34325 \end_layout
34326
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Standard
34333 Predefined vectors are offered by the LaTeX-package 
34334 \series bold
34335 braket
34336 \series default
34337
34338 \begin_inset Foot
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342
34343 \series bold
34344 braket
34345 \series default
34346  should be part of every LaTeX standard installation.
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \begin_inset Index
34353 status collapsed
34354
34355 \begin_layout Plain Layout
34356 Packages ! braket
34357 \end_layout
34358
34359 \end_inset
34360
34361  that is loaded with the LaTeX-preamble line
34362 \end_layout
34363
34364 \begin_layout Standard
34365
34366 \series bold
34367
34368 \backslash
34369 usepackage{braket}
34370 \end_layout
34371
34372 \begin_layout Standard
34373 \begin_inset ERT
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377
34378
34379 \backslash
34380 ifbraket 
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \begin_inset Note Note
34387 status open
34388
34389 \begin_layout Plain Layout
34390 The following table will only be displayed when the LaTeX-package 
34391 \series bold
34392 braket
34393 \series default
34394  is installed.
34395 \end_layout
34396
34397 \end_inset
34398
34399 The following commands are defined:
34400 \end_layout
34401
34402 \begin_layout Standard
34403 \align center
34404 \begin_inset Tabular
34405 <lyxtabular version="3" rows="4" columns="2">
34406 <features>
34407 <column alignment="center" valignment="top" width="0">
34408 <column alignment="center" valignment="top" width="0">
34409 <row>
34410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 Command
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34420 \begin_inset Text
34421
34422 \begin_layout Plain Layout
34423 Result
34424 \end_layout
34425
34426 \end_inset
34427 </cell>
34428 </row>
34429 <row>
34430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Plain Layout
34434
34435 \backslash
34436 Bra{
34437 \backslash
34438 psi
34439 \end_layout
34440
34441 \end_inset
34442 </cell>
34443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34444 \begin_inset Text
34445
34446 \begin_layout Plain Layout
34447 \begin_inset Formula $\Bra{\psi}$
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \end_inset
34454 </cell>
34455 </row>
34456 <row>
34457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34458 \begin_inset Text
34459
34460 \begin_layout Plain Layout
34461
34462 \backslash
34463 Ket{
34464 \backslash
34465 psi
34466 \end_layout
34467
34468 \end_inset
34469 </cell>
34470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34471 \begin_inset Text
34472
34473 \begin_layout Plain Layout
34474 \begin_inset Formula $\Ket{\psi}$
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \end_inset
34481 </cell>
34482 </row>
34483 <row>
34484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488
34489 \backslash
34490 Braket{
34491 \backslash
34492 psi|
34493 \backslash
34494 phi
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34500 \begin_inset Text
34501
34502 \begin_layout Plain Layout
34503 \begin_inset Formula $\Braket{\psi|\phi}$
34504 \end_inset
34505
34506
34507 \end_layout
34508
34509 \end_inset
34510 </cell>
34511 </row>
34512 </lyxtabular>
34513
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \begin_layout Standard
34520 The command 
34521 \series bold
34522
34523 \backslash
34524 Braket
34525 \series default
34526  assures that all vertical bars are set in the size of the surrounding brackets:
34527 \begin_inset Formula \[
34528 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34529
34530 \end_inset
34531
34532
34533 \begin_inset ERT
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537
34538
34539 \backslash
34540 else 
34541 \end_layout
34542
34543 \end_inset
34544
34545
34546 \begin_inset Note Note
34547 status open
34548
34549 \begin_layout Plain Layout
34550 The following will be displayed when the LaTeX-package 
34551 \series bold
34552 braket
34553 \series default
34554  is not installed:
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Standard
34563 You need to install the LaTeX-package 
34564 \series bold
34565 braket
34566 \series default
34567  to see the rest of this subsection in the output.
34568 \end_layout
34569
34570 \begin_layout Standard
34571 \begin_inset ERT
34572 status collapsed
34573
34574 \begin_layout Plain Layout
34575
34576
34577 \backslash
34578 fi 
34579 \end_layout
34580
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Standard
34587 The effect of 
34588 \series bold
34589
34590 \backslash
34591 Braket
34592 \series default
34593  can also be achieved using the command 
34594 \series bold
34595
34596 \backslash
34597 middle
34598 \series default
34599 , that is described in 
34600 \begin_inset CommandInset ref
34601 LatexCommand ref
34602 reference "sub:Automatic-Bracket-Size"
34603
34604 \end_inset
34605
34606 .
34607 \end_layout
34608
34609 \begin_layout Subsection
34610 Self-defined Fractions
34611 \begin_inset CommandInset label
34612 LatexCommand label
34613 name "sub:Self-defined-Fractions"
34614
34615 \end_inset
34616
34617
34618 \begin_inset Index
34619 status collapsed
34620
34621 \begin_layout Plain Layout
34622 Fractions ! self-defined
34623 \end_layout
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Standard
34631 To define custom commands for fractions, the command 
34632 \series bold
34633
34634 \backslash
34635 genfrac
34636 \series default
34637
34638 \begin_inset Index
34639 status collapsed
34640
34641 \begin_layout Plain Layout
34642 Commands ! G ! 
34643 \backslash
34644 genfrac
34645 \end_layout
34646
34647 \end_inset
34648
34649  is used in the following scheme:
34650 \end_layout
34651
34652 \begin_layout Standard
34653
34654 \series bold
34655
34656 \backslash
34657 genfrac{left
34658 \series default
34659  
34660 \series bold
34661 bracket}{right
34662 \series default
34663  
34664 \series bold
34665 bracket}{fraction bar thickness}{style}
34666 \begin_inset Newline newline
34667 \end_inset
34668
34669
34670 \begin_inset ERT
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674
34675
34676 \backslash
34677 phantom{
34678 \end_layout
34679
34680 \end_inset
34681
34682
34683 \backslash
34684 genfrac
34685 \begin_inset ERT
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689
34690 }
34691 \end_layout
34692
34693 \end_inset
34694
34695 {numerator}{denominator}
34696 \end_layout
34697
34698 \begin_layout Standard
34699 The style is a number in the range of 0
34700 \begin_inset space \thinspace{}
34701 \end_inset
34702
34703 -
34704 \begin_inset space \thinspace{}
34705 \end_inset
34706
34707 3.
34708 \end_layout
34709
34710 \begin_layout Standard
34711 \align center
34712 \begin_inset Tabular
34713 <lyxtabular version="3" rows="5" columns="2">
34714 <features>
34715 <column alignment="center" valignment="top" width="0">
34716 <column alignment="center" valignment="top" width="0">
34717 <row>
34718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34719 \begin_inset Text
34720
34721 \begin_layout Plain Layout
34722 Number
34723 \end_layout
34724
34725 \end_inset
34726 </cell>
34727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 Style (Size)
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 </row>
34737 <row>
34738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34739 \begin_inset Text
34740
34741 \begin_layout Plain Layout
34742 0
34743 \end_layout
34744
34745 \end_inset
34746 </cell>
34747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34748 \begin_inset Text
34749
34750 \begin_layout Plain Layout
34751 display style formula
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 </row>
34757 <row>
34758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Plain Layout
34762 1
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34768 \begin_inset Text
34769
34770 \begin_layout Plain Layout
34771 inline formula
34772 \end_layout
34773
34774 \end_inset
34775 </cell>
34776 </row>
34777 <row>
34778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34779 \begin_inset Text
34780
34781 \begin_layout Plain Layout
34782 2
34783 \end_layout
34784
34785 \end_inset
34786 </cell>
34787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34788 \begin_inset Text
34789
34790 \begin_layout Plain Layout
34791 small
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 </row>
34797 <row>
34798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34799 \begin_inset Text
34800
34801 \begin_layout Plain Layout
34802 3
34803 \end_layout
34804
34805 \end_inset
34806 </cell>
34807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34808 \begin_inset Text
34809
34810 \begin_layout Plain Layout
34811 tiny
34812 \end_layout
34813
34814 \end_inset
34815 </cell>
34816 </row>
34817 </lyxtabular>
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Standard
34825 When no style is given, the size is adjusted to the surrounding environment
34826  like for the command 
34827 \series bold
34828
34829 \backslash
34830 frac
34831 \series default
34832 .
34833 \end_layout
34834
34835 \begin_layout Standard
34836 When no fraction bar thickness is given, the predefined value of 0.4
34837 \begin_inset space \thinspace{}
34838 \end_inset
34839
34840 pt will be used.
34841 \end_layout
34842
34843 \begin_layout Standard
34844 \begin_inset VSpace medskip
34845 \end_inset
34846
34847 For example, the commands 
34848 \series bold
34849
34850 \backslash
34851 dfrac
34852 \series default
34853  and 
34854 \series bold
34855
34856 \backslash
34857 tbinom
34858 \series default
34859  from 
34860 \begin_inset CommandInset ref
34861 LatexCommand ref
34862 reference "sub:Fractions"
34863
34864 \end_inset
34865
34866  are defined with the commands
34867 \end_layout
34868
34869 \begin_layout Standard
34870
34871 \series bold
34872
34873 \backslash
34874 newcommand{
34875 \backslash
34876 dfrac}[2]{
34877 \backslash
34878 genfrac{}{}{}{0}{#1}{#2}}
34879 \end_layout
34880
34881 \begin_layout Standard
34882 and
34883 \end_layout
34884
34885 \begin_layout Standard
34886
34887 \series bold
34888
34889 \backslash
34890 newcommand{
34891 \backslash
34892 tbinom}[2]{
34893 \backslash
34894 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34895 \end_layout
34896
34897 \begin_layout Standard
34898 \begin_inset VSpace medskip
34899 \end_inset
34900
34901 To define a fraction where the fraction bar thickness can be given as optional
34902  argument, the following line is inserted to the LaTeX-preamble:
34903 \end_layout
34904
34905 \begin_layout Standard
34906
34907 \series bold
34908
34909 \backslash
34910 newcommand{
34911 \backslash
34912 fracS}[3][]{
34913 \backslash
34914 genfrac{}{}{#1}{}{#2}{#3}}
34915 \end_layout
34916
34917 \begin_layout Standard
34918 A test:
34919 \begin_inset Formula \begin{align*}
34920 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34921 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34922
34923 \end_inset
34924
34925 As one can see, the distance of the numerator and the denominator to the
34926  fraction bar is round about three times the bar thickness.
34927 \end_layout
34928
34929 \begin_layout Subsection
34930 Canceled Formulas
34931 \begin_inset Index
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935 Formula ! canceled
34936 \end_layout
34937
34938 \end_inset
34939
34940
34941 \end_layout
34942
34943 \begin_layout Standard
34944 To cancel formulas or formula parts, the LaTeX-package 
34945 \series bold
34946 cancel
34947 \series default
34948
34949 \begin_inset Foot
34950 status collapsed
34951
34952 \begin_layout Plain Layout
34953
34954 \series bold
34955 cancel
34956 \series default
34957  is part of every LaTeX standard installation.
34958 \end_layout
34959
34960 \end_inset
34961
34962
34963 \begin_inset Index
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967 Packages ! cancel
34968 \end_layout
34969
34970 \end_inset
34971
34972  has to be loaded with the LaTeX-preamble line
34973 \end_layout
34974
34975 \begin_layout Standard
34976
34977 \series bold
34978
34979 \backslash
34980 usepackage[samesize]{cancel}
34981 \end_layout
34982
34983 \begin_layout Standard
34984 There are four ways to cancel formulas:
34985 \end_layout
34986
34987 \begin_layout Standard
34988 \align center
34989 \begin_inset Tabular
34990 <lyxtabular version="3" rows="5" columns="2">
34991 <features>
34992 <column alignment="center" valignment="top" width="0">
34993 <column alignment="center" valignment="top" width="0">
34994 <row>
34995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 Command
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008 Result
35009 \begin_inset Note Note
35010 status collapsed
35011
35012 \begin_layout Plain Layout
35013 The space and
35014 \series bold
35015  
35016 \backslash
35017 raisebox
35018 \series default
35019  are used here as spacer.
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 </row>
35030 <row>
35031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35032 \begin_inset Text
35033
35034 \begin_layout Plain Layout
35035
35036 \backslash
35037 cancel{
35038 \backslash
35039 int
35040 \begin_inset ERT
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044
35045
35046 \backslash
35047 spce 
35048 \end_layout
35049
35050 \end_inset
35051
35052 A=B
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35058 \begin_inset Text
35059
35060 \begin_layout Plain Layout
35061 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \end_inset
35068 </cell>
35069 </row>
35070 <row>
35071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35072 \begin_inset Text
35073
35074 \begin_layout Plain Layout
35075
35076 \backslash
35077 bcancel{
35078 \backslash
35079 int
35080 \begin_inset ERT
35081 status collapsed
35082
35083 \begin_layout Plain Layout
35084
35085
35086 \backslash
35087 spce 
35088 \end_layout
35089
35090 \end_inset
35091
35092 A=B
35093 \end_layout
35094
35095 \end_inset
35096 </cell>
35097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35098 \begin_inset Text
35099
35100 \begin_layout Plain Layout
35101 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \end_inset
35108 </cell>
35109 </row>
35110 <row>
35111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35112 \begin_inset Text
35113
35114 \begin_layout Plain Layout
35115
35116 \backslash
35117 xcancel{
35118 \backslash
35119 int
35120 \begin_inset ERT
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124
35125
35126 \backslash
35127 spce 
35128 \end_layout
35129
35130 \end_inset
35131
35132 A=B
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35138 \begin_inset Text
35139
35140 \begin_layout Plain Layout
35141 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35142 \end_inset
35143
35144
35145 \end_layout
35146
35147 \end_inset
35148 </cell>
35149 </row>
35150 <row>
35151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35152 \begin_inset Text
35153
35154 \begin_layout Plain Layout
35155
35156 \backslash
35157 cancelto{1
35158 \begin_inset Formula $\to$
35159 \end_inset
35160
35161
35162 \backslash
35163 {
35164 \backslash
35165 int
35166 \begin_inset ERT
35167 status collapsed
35168
35169 \begin_layout Plain Layout
35170
35171
35172 \backslash
35173 spce 
35174 \end_layout
35175
35176 \end_inset
35177
35178 A=B
35179 \end_layout
35180
35181 \end_inset
35182 </cell>
35183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35184 \begin_inset Text
35185
35186 \begin_layout Plain Layout
35187 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35188 \end_inset
35189
35190
35191 \end_layout
35192
35193 \end_inset
35194 </cell>
35195 </row>
35196 </lyxtabular>
35197
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \begin_layout Standard
35204
35205 \series bold
35206
35207 \backslash
35208 cancelto
35209 \series default
35210  is especially suitable to visualize the reduction of fractions within formulas:
35211 \begin_inset Formula \[
35212 \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}}}\]
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Subsection
35220 Formulas in Section Headings
35221 \begin_inset CommandInset label
35222 LatexCommand label
35223 name "sub:Formulas-in-Section"
35224
35225 \end_inset
35226
35227
35228 \begin_inset Index
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232 Formula ! in section headings
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Standard
35241 When formulas are used in section headings, the following has to be taken
35242  into account:
35243 \end_layout
35244
35245 \begin_layout Standard
35246 \begin_inset Note Greyedout
35247 status open
35248
35249 \begin_layout Plain Layout
35250 When 
35251 \series bold
35252 hyperref
35253 \series default
35254
35255 \begin_inset Index
35256 status collapsed
35257
35258 \begin_layout Plain Layout
35259 Packages ! hyperref
35260 \end_layout
35261
35262 \end_inset
35263
35264  support is enabled in the document settings dialog under 
35265 \family sans
35266 PDF
35267 \begin_inset space ~
35268 \end_inset
35269
35270 Properties
35271 \family default
35272 , PDF-bookmarks are created for every section heading in the table of contents.
35273  If a section heading contains formulas, they are incorrectly displayed
35274  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35275 s.
35276 \end_layout
35277
35278 \end_inset
35279
35280
35281 \end_layout
35282
35283 \begin_layout Standard
35284 Both problems can be solved by inserting at the end of the section heading
35285  a short title with the menu 
35286 \family sans
35287 Insert\SpecialChar \menuseparator
35288 Short
35289 \begin_inset space ~
35290 \end_inset
35291
35292 Title
35293 \family default
35294 .
35295  Short titles are used as alternative for multiline section headings to
35296  keep the table of contents clearly arranged.
35297  Only the short title appears in the table of contents and therefore also
35298  in the PDF-bookmark.
35299 \end_layout
35300
35301 \begin_layout Standard
35302 When formulas should be used in the table of contents but 
35303 \series bold
35304 hyperref
35305 \series default
35306  is used, one can use the following command in TeX-mode:
35307 \end_layout
35308
35309 \begin_layout Standard
35310
35311 \series bold
35312
35313 \backslash
35314 texorpdfstring{part}{alternative}
35315 \begin_inset Index
35316 status collapsed
35317
35318 \begin_layout Plain Layout
35319 Commands ! T ! 
35320 \backslash
35321 texorpdfstring
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Standard
35330 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35331  This can be characters, formulas, footnotes, but also cross-references.
35332  The alternative is used instead of the part for the bookmark.
35333 \end_layout
35334
35335 \begin_layout Standard
35336 Here are two example headings:
35337 \begin_inset VSpace -3mm
35338 \end_inset
35339
35340
35341 \begin_inset ERT
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345
35346
35347 \backslash
35348 boldmath 
35349 \end_layout
35350
35351 \end_inset
35352
35353
35354 \end_layout
35355
35356 \begin_layout Subsubsection
35357 Heading without formula in table of contents 
35358 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35359 \end_inset
35360
35361
35362 \begin_inset OptArg
35363 status collapsed
35364
35365 \begin_layout Plain Layout
35366 Heading without formula in table of contents
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \begin_layout Subsubsection
35375 Heading with formula in table of contents
35376 \begin_inset ERT
35377 status collapsed
35378
35379 \begin_layout Plain Layout
35380
35381
35382 \backslash
35383 texorpdfstring{
35384 \end_layout
35385
35386 \end_inset
35387
35388  
35389 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35390 \end_inset
35391
35392
35393 \begin_inset ERT
35394 status collapsed
35395
35396 \begin_layout Plain Layout
35397
35398 }{}
35399 \end_layout
35400
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \begin_layout Standard
35407 \begin_inset ERT
35408 status collapsed
35409
35410 \begin_layout Plain Layout
35411
35412
35413 \backslash
35414 unboldmath 
35415 \end_layout
35416
35417 \end_inset
35418
35419 In the first heading a short title was used, in the second one 
35420 \series bold
35421
35422 \backslash
35423 texorpdfstring
35424 \series default
35425 .
35426 \end_layout
35427
35428 \begin_layout Standard
35429 To get the same formatting as for the other headings, the complete heading
35430  was set into a 
35431 \series bold
35432 boldmath
35433 \series default
35434  environment
35435 \begin_inset Foot
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439 see 
35440 \begin_inset CommandInset ref
35441 LatexCommand ref
35442 reference "sub:Bold-Formulas"
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \end_inset
35450
35451 .
35452 \end_layout
35453
35454 \begin_layout Subsection
35455 Formulas in multi-column Text
35456 \begin_inset Index
35457 status collapsed
35458
35459 \begin_layout Plain Layout
35460 Formula ! in multi-column text
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \begin_layout Standard
35469 Formulas in multi-column text are often too wide to fit into a column and
35470  thus need to be set over the whole page width.
35471  This is done by using the LaTeX-package 
35472 \series bold
35473 multicol
35474 \series default
35475
35476 \begin_inset Foot
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480
35481 \series bold
35482 multicol
35483 \series default
35484  is part of every LaTeX standard installation.
35485 \end_layout
35486
35487 \end_inset
35488
35489
35490 \begin_inset Index
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494 Packages ! multicol
35495 \end_layout
35496
35497 \end_inset
35498
35499 , that is loaded with the LaTeX-preamble line
35500 \end_layout
35501
35502 \begin_layout Standard
35503
35504 \series bold
35505
35506 \backslash
35507 usepackage{multicol}
35508 \end_layout
35509
35510 \begin_layout Standard
35511 \begin_inset Note Greyedout
35512 status open
35513
35514 \begin_layout Plain Layout
35515 Note herby that the setting 
35516 \family sans
35517 Two-column
35518 \begin_inset space ~
35519 \end_inset
35520
35521 document
35522 \family default
35523  in the menu 
35524 \family sans
35525 Document\SpecialChar \menuseparator
35526 Settings
35527 \family default
35528  under 
35529 \family sans
35530 Text
35531 \begin_inset space ~
35532 \end_inset
35533
35534 Layout
35535 \family default
35536 \emph on
35537  
35538 \emph default
35539 must 
35540 \emph on
35541 not
35542 \emph default
35543  be selected.
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \end_layout
35550
35551 \begin_layout Standard
35552 Before the multi-column text the command
35553 \end_layout
35554
35555 \begin_layout Standard
35556
35557 \series bold
35558
35559 \backslash
35560 begin{multicols}{column number}
35561 \end_layout
35562
35563 \begin_layout Standard
35564 is written in TeX-mode.
35565  The column number is a number in the range of 2
35566 \begin_inset space \thinspace{}
35567 \end_inset
35568
35569 -
35570 \begin_inset space \thinspace{}
35571 \end_inset
35572
35573 10.
35574  Before the formula the multi-column text is ended by inserting the command
35575 \end_layout
35576
35577 \begin_layout Standard
35578
35579 \series bold
35580
35581 \backslash
35582 end{multicols}
35583 \end_layout
35584
35585 \begin_layout Standard
35586 in TeX-mode.
35587 \end_layout
35588
35589 \begin_layout Standard
35590 Due to the command some space is automatically added before the formula.
35591  To revert this, -6
35592 \begin_inset space \thinspace{}
35593 \end_inset
35594
35595 mm vertical space is inserted before the formula.
35596  When the formula style 
35597 \series bold
35598 Indented
35599 \begin_inset Foot
35600 status collapsed
35601
35602 \begin_layout Plain Layout
35603 formula styles see 
35604 \begin_inset CommandInset ref
35605 LatexCommand ref
35606 reference "sec:Formula-Styles"
35607
35608 \end_inset
35609
35610
35611 \end_layout
35612
35613 \end_inset
35614
35615
35616 \series default
35617  is used, -9
35618 \begin_inset space \thinspace{}
35619 \end_inset
35620
35621 mm space is inserted instead.
35622 \end_layout
35623
35624 \begin_layout Standard
35625 As example a multi-column text with a displayed formula:
35626 \end_layout
35627
35628 \begin_layout Standard
35629
35630 \lang german
35631 \begin_inset ERT
35632 status collapsed
35633
35634 \begin_layout Plain Layout
35635
35636
35637 \backslash
35638 begin{multicols}{2}
35639 \end_layout
35640
35641 \end_inset
35642
35643 Das Spektrum wird fouriertransformiert.
35644  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35645 , Lösungsmittel) zu trennen.
35646  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35647  nun das Aussehen des Ausgangssignals.
35648  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35649  über alle Phasen integrieren muss.
35650  Sei nun 
35651 \begin_inset Formula $S$
35652 \end_inset
35653
35654  unser normiertes Ausgangssignal und 
35655 \begin_inset Formula $P$
35656 \end_inset
35657
35658  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35659 \begin_inset ERT
35660 status collapsed
35661
35662 \begin_layout Plain Layout
35663
35664
35665 \backslash
35666 end{multicols}
35667 \end_layout
35668
35669 \end_inset
35670
35671
35672 \begin_inset VSpace -6mm
35673 \end_inset
35674
35675
35676 \begin_inset Formula \begin{equation}
35677 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35678
35679 \end_inset
35680
35681
35682 \begin_inset ERT
35683 status collapsed
35684
35685 \begin_layout Plain Layout
35686
35687
35688 \backslash
35689 begin{multicols}{2}
35690 \end_layout
35691
35692 \end_inset
35693
35694 wobei 
35695 \begin_inset Formula $S_{0}$
35696 \end_inset
35697
35698  das Signal ohne Gradient ist und die Normierungsbedingung 
35699 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35700 \end_inset
35701
35702  gilt.
35703  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35704  Direkt nach dem 
35705 \begin_inset Formula $\nicefrac{\pi}{2}$
35706 \end_inset
35707
35708
35709 \begin_inset space \thinspace{}
35710 \end_inset
35711
35712 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35713  das Signal zusätzlich abschwächt.
35714  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35715  
35716 \begin_inset Formula $T_{2}$
35717 \end_inset
35718
35719 -Zeit.
35720 \end_layout
35721
35722 \begin_layout Standard
35723
35724 \lang german
35725 \begin_inset ERT
35726 status collapsed
35727
35728 \begin_layout Plain Layout
35729
35730
35731 \backslash
35732 end{multicols}
35733 \end_layout
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \begin_layout Subsection
35741 Formulas with Description of Variables
35742 \begin_inset Index
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746 Formula ! with description of variables
35747 \end_layout
35748
35749 \end_inset
35750
35751
35752 \end_layout
35753
35754 \begin_layout Standard
35755 To describe variables within a formula, like in formula 
35756 \begin_inset CommandInset ref
35757 LatexCommand eqref
35758 reference "eq:within"
35759
35760 \end_inset
35761
35762 , a 2
35763 \series bold
35764 ×
35765 \series default
35766
35767 \begin_inset Formula $n$
35768 \end_inset
35769
35770
35771 \begin_inset space ~
35772 \end_inset
35773
35774 matrix is used with left aligned columns for the 
35775 \begin_inset Formula $n$
35776 \end_inset
35777
35778  used variables.
35779 \begin_inset Foot
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783 matrices see 
35784 \begin_inset CommandInset ref
35785 LatexCommand ref
35786 reference "sec:Matrices"
35787
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \end_inset
35794
35795  To set the description in a smaller size, before the matrix e.
35796 \begin_inset space \thinspace{}
35797 \end_inset
35798
35799 g.
35800 \begin_inset space \space{}
35801 \end_inset
35802
35803 the command 
35804 \series bold
35805
35806 \backslash
35807 footnotesize
35808 \series default
35809  is inserted.
35810 \begin_inset Foot
35811 status collapsed
35812
35813 \begin_layout Plain Layout
35814 font sizes see 
35815 \begin_inset CommandInset ref
35816 LatexCommand ref
35817 reference "sub:Font-Sizes"
35818
35819 \end_inset
35820
35821
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \end_layout
35828
35829 \begin_layout Standard
35830 When the formula style 
35831 \series bold
35832 Indented
35833 \begin_inset Foot
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837 formula styles see 
35838 \begin_inset CommandInset ref
35839 LatexCommand ref
35840 reference "sec:Formula-Styles"
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \end_inset
35848
35849
35850 \series default
35851  is used, a 
35852 \series bold
35853
35854 \backslash
35855 hfill
35856 \series default
35857
35858 \begin_inset Foot
35859 status collapsed
35860
35861 \begin_layout Plain Layout
35862
35863 \series bold
35864
35865 \backslash
35866 hfill
35867 \series default
35868  only works in formulas with the style 
35869 \series bold
35870 Indented
35871 \series default
35872 , see 
35873 \begin_inset CommandInset ref
35874 LatexCommand ref
35875 reference "sub:Variable-Space"
35876
35877 \end_inset
35878
35879 .
35880 \end_layout
35881
35882 \end_inset
35883
35884  is inserted before and after the matrix to have the same separation of
35885  the matrix from the equation and the side margin.
35886 \end_layout
35887
35888 \begin_layout Standard
35889 When the formula style 
35890 \series bold
35891 Centered
35892 \series default
35893  is used, the method described in 
35894 \begin_inset CommandInset ref
35895 LatexCommand ref
35896 reference "sub:Flalign-Environment"
35897
35898 \end_inset
35899
35900  is used to indent formulas.
35901  Formula 
35902 \begin_inset CommandInset ref
35903 LatexCommand eqref
35904 reference "eq:within"
35905
35906 \end_inset
35907
35908  consists of five columns whereas in the first two columns contain the equation,
35909  the third the matrix, and the last one an empty TeX-brace.
35910 \begin_inset Formula \begin{flalign}
35911 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35912 \rho & \textrm{density}\\
35913 V & \textrm{volume}\\
35914 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \begin_layout Subsection
35922 Upright small Greek Letters
35923 \begin_inset CommandInset label
35924 LatexCommand label
35925 name "sub:Upright-small-Greek"
35926
35927 \end_inset
35928
35929
35930 \begin_inset Index
35931 status collapsed
35932
35933 \begin_layout Plain Layout
35934 Greek letters ! upright
35935 \end_layout
35936
35937 \end_inset
35938
35939
35940 \end_layout
35941
35942 \begin_layout Standard
35943 Most of the math fonts only provide italic small Greek letters.
35944  But for symbols of elementary particles like pions and neutrinos, upright
35945  Greek letters are needed.
35946  The file 
35947 \series bold
35948 upgreek.sty
35949 \series default
35950
35951 \begin_inset Foot
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955
35956 \series bold
35957 upgreek
35958 \series default
35959  is part of the LaTeX-package 
35960 \series bold
35961 was
35962 \series default
35963
35964 \begin_inset Index
35965 status collapsed
35966
35967 \begin_layout Plain Layout
35968 Packages ! was
35969 \begin_inset ERT
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973
35974
35975 \backslash
35976 vspace{4mm}
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \end_inset
35985
35986 .
35987 \end_layout
35988
35989 \end_inset
35990
35991
35992 \begin_inset Index
35993 status collapsed
35994
35995 \begin_layout Plain Layout
35996 Packages ! upgreek
35997 \end_layout
35998
35999 \end_inset
36000
36001  that is loaded with the LaTeX-preamble line
36002 \end_layout
36003
36004 \begin_layout Standard
36005
36006 \series bold
36007
36008 \backslash
36009 usepackage{upgreek}
36010 \end_layout
36011
36012 \begin_layout Standard
36013 provides them.
36014  
36015 \begin_inset ERT
36016 status collapsed
36017
36018 \begin_layout Plain Layout
36019
36020
36021 \backslash
36022 ifupgreek 
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \begin_inset Note Note
36029 status open
36030
36031 \begin_layout Plain Layout
36032 The following table will only be displayed when the LaTeX-package 
36033 \series bold
36034 upgreek
36035 \series default
36036  is installed.
36037 \end_layout
36038
36039 \end_inset
36040
36041  They are created when the command for a small Greek letters is started
36042  with 
36043 \series bold
36044 up
36045 \series default
36046 .
36047  For example the command 
36048 \series bold
36049
36050 \backslash
36051 uptau
36052 \series default
36053  creates this: 
36054 \begin_inset Formula $\uptau$
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \begin_layout Standard
36061 With these commands reactions of elementary particles can be typeset:
36062 \begin_inset Formula \[
36063 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36064
36065 \end_inset
36066
36067
36068 \end_layout
36069
36070 \begin_layout Standard
36071 The upright letters are more bold and wider than the italic ones.
36072  They should therefore not be used for units like 
36073 \begin_inset Quotes eld
36074 \end_inset
36075
36076 µm
36077 \begin_inset Quotes erd
36078 \end_inset
36079
36080 .
36081 \end_layout
36082
36083 \begin_layout Standard
36084 \begin_inset ERT
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088
36089
36090 \backslash
36091 else 
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \begin_inset Note Note
36098 status open
36099
36100 \begin_layout Plain Layout
36101 The following will be displayed when the LaTeX-package 
36102 \series bold
36103 upgreek
36104 \series default
36105  is not installed:
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \end_layout
36112
36113 \begin_layout Standard
36114 You need to install the LaTeX-package 
36115 \series bold
36116 upgreek
36117 \series default
36118  to see the rest of this subsection in the output.
36119 \end_layout
36120
36121 \begin_layout Standard
36122 \begin_inset ERT
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126
36127
36128 \backslash
36129 fi 
36130 \end_layout
36131
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \begin_layout Subsection
36138 Text Characters in Formulas
36139 \begin_inset CommandInset label
36140 LatexCommand label
36141 name "sub:Text-Characters-in"
36142
36143 \end_inset
36144
36145
36146 \begin_inset Index
36147 status collapsed
36148
36149 \begin_layout Plain Layout
36150 Text ! in formulas
36151 \end_layout
36152
36153 \end_inset
36154
36155
36156 \end_layout
36157
36158 \begin_layout Standard
36159 In some cases you might want to insert text characters directly into formulas.
36160  When for example the centered dot · is often used in formulas like 
36161 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36162 \end_inset
36163
36164 , one would have to insert the command 
36165 \series bold
36166
36167 \backslash
36168 cdot
36169 \series default
36170
36171 \begin_inset Foot
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175 see 
36176 \begin_inset CommandInset ref
36177 LatexCommand ref
36178 reference "sub:Binary-Operators"
36179
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \end_inset
36186
36187  all the time, because this character is defined in all encodings as text
36188  character.
36189  But the encoding can be changed by this LaTeX-preamble line:
36190 \end_layout
36191
36192 \begin_layout Standard
36193
36194 \series bold
36195
36196 \backslash
36197 Declare Inputtext{183}{
36198 \backslash
36199 ifmmode
36200 \backslash
36201 cdot
36202 \backslash
36203 else
36204 \backslash
36205 textperiodcentered
36206 \backslash
36207 f\SpecialChar \textcompwordmark{}
36208 i}
36209 \end_layout
36210
36211 \begin_layout Standard
36212 The character encoding (menu 
36213 \family sans
36214 Document\SpecialChar \menuseparator
36215 Settings\SpecialChar \menuseparator
36216 Language
36217 \family default
36218 ) specifies what character appears when a keyboard key is pressed.
36219  When the key for the character '·' is pressed, internally the command 
36220 \series bold
36221
36222 \backslash
36223 textperiodcentered
36224 \series default
36225  is used.
36226  But this command is not available in a formula so that you would get LaTeX-erro
36227 rs.
36228  With the changed encoding the right command is chosen automatically, depending
36229  on if the character was inserted into a formula or not.
36230 \end_layout
36231
36232 \begin_layout Standard
36233 The encoding of several characters is saved in definition files.
36234  Fore example the encoding 
36235 \series bold
36236 latin9
36237 \series default
36238  is defined in the file 
36239 \series bold
36240 latin9.def
36241 \series default
36242  that is in the installation folder of LaTeX.
36243  Encodings should only be changed via the LaTeX-preamble and not in the
36244  definition files.
36245  Otherwise own documents could not be edited by other LyX users working
36246  on other computers.
36247 \end_layout
36248
36249 \begin_layout Standard
36250 \begin_inset VSpace medskip
36251 \end_inset
36252
36253 Besides the centered dot, in this document the degree sign ° is defined
36254  with the following LaTeX-preamble line so that it can directly be inserted
36255  to a formula:
36256 \end_layout
36257
36258 \begin_layout Standard
36259
36260 \series bold
36261
36262 \backslash
36263 DeclareInputtext{176}{
36264 \backslash
36265 ifmmode^
36266 \backslash
36267 circ
36268 \backslash
36269 else
36270 \backslash
36271 textdegree
36272 \backslash
36273 f\SpecialChar \textcompwordmark{}
36274 i}
36275 \end_layout
36276
36277 \begin_layout Standard
36278 \begin_inset Newpage newpage
36279 \end_inset
36280
36281
36282 \end_layout
36283
36284 \begin_layout Section
36285 \start_of_appendix
36286 Typographic Advice
36287 \begin_inset Index
36288 status collapsed
36289
36290 \begin_layout Plain Layout
36291 Typographic advice
36292 \end_layout
36293
36294 \end_inset
36295
36296
36297 \end_layout
36298
36299 \begin_layout Standard
36300 This section is a summary of the most important typographic rules, listed
36301  in ISO norms.
36302 \begin_inset Foot
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306 This collection was partly taken from the German semi-official dictionary
36307  called 
36308 \begin_inset Quotes eld
36309 \end_inset
36310
36311 Duden
36312 \begin_inset Quotes erd
36313 \end_inset
36314
36315  
36316 \begin_inset CommandInset citation
36317 LatexCommand cite
36318 key "Duden"
36319
36320 \end_inset
36321
36322  that lists some of the ISO rules.
36323 \end_layout
36324
36325 \end_inset
36326
36327
36328 \end_layout
36329
36330 \begin_layout Itemize
36331 Physical units are 
36332 \emph on
36333 always
36334 \emph default
36335  set upright
36336 \begin_inset Foot
36337 status collapsed
36338
36339 \begin_layout Plain Layout
36340 done with font styles, see 
36341 \begin_inset CommandInset ref
36342 LatexCommand ref
36343 reference "sub:Font-Styles"
36344
36345 \end_inset
36346
36347
36348 \end_layout
36349
36350 \end_inset
36351
36352 : 30
36353 \begin_inset space \thinspace{}
36354 \end_inset
36355
36356 km/h
36357 \begin_inset Newline newline
36358 \end_inset
36359
36360 Between the value and the unit is the smallest space, see 
36361 \begin_inset CommandInset ref
36362 LatexCommand ref
36363 reference "sub:Predefined-Space"
36364
36365 \end_inset
36366
36367 .
36368 \begin_inset Newline newline
36369 \end_inset
36370
36371 This convention is automatically fulfilled when the command 
36372 \series bold
36373
36374 \backslash
36375 unittwo
36376 \series default
36377  is used.
36378  When it is entered to a formula, two boxes appear.
36379  In the first one the value is inserted, in the second one the unit, and
36380  one gets as above: 
36381 \begin_inset Formula $\unit[30]{km/h}$
36382 \end_inset
36383
36384
36385 \begin_inset space \thinspace{}
36386 \end_inset
36387
36388 .
36389  Note that 
36390 \series bold
36391
36392 \backslash
36393 unittwo
36394 \series default
36395  is not a real LaTeX command but the command 
36396 \series bold
36397
36398 \backslash
36399 unit[value]{unit}
36400 \series default
36401 , therefore you cannot use it in TeX code.
36402 \end_layout
36403
36404 \begin_layout Itemize
36405 Percent and perthousand signs are set like physical units:
36406 \begin_inset Newline newline
36407 \end_inset
36408
36409 1,2
36410 \begin_inset space \thinspace{}
36411 \end_inset
36412
36413 ‰ alcohol in blood
36414 \end_layout
36415
36416 \begin_layout Itemize
36417 The degree sign follows directly on the value: 15°, but not when it is used
36418  in units: 15
36419 \begin_inset space \thinspace{}
36420 \end_inset
36421
36422 °C
36423 \end_layout
36424
36425 \begin_layout Itemize
36426 In numbers with more than four digits the smallest space is inserted before
36427  every third digit to group them: 
36428 \family roman
36429 \series medium
36430 \shape up
36431 \size normal
36432 \emph off
36433 \bar no
36434 \noun off
36435 \color none
36436 18
36437 \begin_inset space \thinspace{}
36438 \end_inset
36439
36440 473
36441 \begin_inset space \thinspace{}
36442 \end_inset
36443
36444 588
36445 \end_layout
36446
36447 \begin_layout Itemize
36448 For dimensions like 120×90×40
36449 \begin_inset space \thinspace{}
36450 \end_inset
36451
36452 cm the multiplication sign 
36453 \begin_inset Quotes eld
36454 \end_inset
36455
36456 ×
36457 \begin_inset Quotes erd
36458 \end_inset
36459
36460  is used.
36461  It is available either via the command 
36462 \series bold
36463
36464 \backslash
36465 times
36466 \series default
36467  or via the menu 
36468 \family sans
36469 Insert\SpecialChar \menuseparator
36470 Special Character\SpecialChar \menuseparator
36471 Symbols
36472 \family default
36473 .
36474 \end_layout
36475
36476 \begin_layout Itemize
36477 Functions with names consisting of several letters are set upright to avoid
36478  confusions, see 
36479 \begin_inset CommandInset ref
36480 LatexCommand ref
36481 reference "sub:Predefined-Functions"
36482
36483 \end_inset
36484
36485 .
36486 \end_layout
36487
36488 \begin_layout Itemize
36489 Indices consisting of several letters, are set upright: 
36490 \begin_inset Formula $E_{\mathrm{kin}}$
36491 \end_inset
36492
36493
36494 \begin_inset Newline newline
36495 \end_inset
36496
36497 Components of matrices are set italic: 
36498 \begin_inset Formula $\hat{H}_{kl}$
36499 \end_inset
36500
36501
36502 \end_layout
36503
36504 \begin_layout Itemize
36505 The differentiation/integration operator 'd', the Euler's number 'e', and
36506  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36507  other variables.
36508 \end_layout
36509
36510 \begin_layout Itemize
36511 The character that denotes a 
36512 \noun on
36513 Fourier
36514 \noun default
36515  transformation is inserted either by the command 
36516 \series bold
36517
36518 \backslash
36519 mathscr
36520 \begin_inset ERT
36521 status collapsed
36522
36523 \begin_layout Plain Layout
36524
36525
36526 \backslash
36527 spce 
36528 \end_layout
36529
36530 \end_inset
36531
36532
36533 \backslash
36534 {F
36535 \series default
36536
36537 \begin_inset Index
36538 status collapsed
36539
36540 \begin_layout Plain Layout
36541 Commands ! M ! 
36542 \backslash
36543 mathscr
36544 \end_layout
36545
36546 \end_inset
36547
36548  or via the menu 
36549 \family sans
36550 Insert\SpecialChar \menuseparator
36551 Special Character\SpecialChar \menuseparator
36552 Symbols\SpecialChar \menuseparator
36553 Letterlike
36554 \begin_inset space ~
36555 \end_inset
36556
36557 Symbols
36558 \family default
36559
36560 \begin_inset Formula $\mathscr{F}$
36561 \end_inset
36562
36563
36564 \begin_inset Newline newline
36565 \end_inset
36566
36567 To be able to use the command 
36568 \series bold
36569
36570 \backslash
36571 mathscr
36572 \series default
36573 , the LaTeX package 
36574 \series bold
36575 mathrsfs
36576 \series default
36577
36578 \begin_inset Index
36579 status collapsed
36580
36581 \begin_layout Plain Layout
36582 Packages ! mathrsfs
36583 \end_layout
36584
36585 \end_inset
36586
36587  needs to be loaded with the LaTeX-preamble line 
36588 \series bold
36589
36590 \backslash
36591 usepackage{mathrsfs}
36592 \series default
36593 .
36594 \end_layout
36595
36596 \begin_layout Standard
36597 \begin_inset Newpage newpage
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Section
36604 Synonyms
36605 \begin_inset Index
36606 status collapsed
36607
36608 \begin_layout Plain Layout
36609 Synonyms
36610 \end_layout
36611
36612 \end_inset
36613
36614
36615 \end_layout
36616
36617 \begin_layout Standard
36618 Some characters and symbols can be created with several commands.
36619  Here is a list of the synonym commands:
36620 \end_layout
36621
36622 \begin_layout Standard
36623 \begin_inset VSpace bigskip
36624 \end_inset
36625
36626
36627 \begin_inset space \hfill{}
36628 \end_inset
36629
36630
36631 \begin_inset Tabular
36632 <lyxtabular version="3" rows="12" columns="2">
36633 <features>
36634 <column alignment="center" valignment="top" width="0pt">
36635 <column alignment="center" valignment="top" width="0pt">
36636 <row>
36637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36638 \begin_inset Text
36639
36640 \begin_layout Plain Layout
36641 Command
36642 \end_layout
36643
36644 \end_inset
36645 </cell>
36646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650 equivalent to
36651 \begin_inset Note Note
36652 status collapsed
36653
36654 \begin_layout Plain Layout
36655
36656 \series bold
36657
36658 \backslash
36659 raisebox
36660 \series default
36661  is only used as spacer.
36662 \end_layout
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \end_inset
36670 </cell>
36671 </row>
36672 <row>
36673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Plain Layout
36677
36678 \backslash
36679 ast
36680 \end_layout
36681
36682 \end_inset
36683 </cell>
36684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36685 \begin_inset Text
36686
36687 \begin_layout Plain Layout
36688 \begin_inset ERT
36689 status collapsed
36690
36691 \begin_layout Plain Layout
36692
36693
36694 \backslash
36695 raisebox{-1.2mm}{
36696 \end_layout
36697
36698 \end_inset
36699
36700 *
36701 \begin_inset ERT
36702 status collapsed
36703
36704 \begin_layout Plain Layout
36705
36706 }
36707 \end_layout
36708
36709 \end_inset
36710
36711
36712 \end_layout
36713
36714 \end_inset
36715 </cell>
36716 </row>
36717 <row>
36718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36719 \begin_inset Text
36720
36721 \begin_layout Plain Layout
36722
36723 \backslash
36724 choose
36725 \end_layout
36726
36727 \end_inset
36728 </cell>
36729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36730 \begin_inset Text
36731
36732 \begin_layout Plain Layout
36733
36734 \backslash
36735 binom
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 </row>
36741 <row>
36742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36743 \begin_inset Text
36744
36745 \begin_layout Plain Layout
36746
36747 \backslash
36748 geq
36749 \end_layout
36750
36751 \end_inset
36752 </cell>
36753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757
36758 \backslash
36759 ge
36760 \end_layout
36761
36762 \end_inset
36763 </cell>
36764 </row>
36765 <row>
36766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770
36771 \backslash
36772 lbrace
36773 \end_layout
36774
36775 \end_inset
36776 </cell>
36777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36778 \begin_inset Text
36779
36780 \begin_layout Plain Layout
36781 {
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 </row>
36787 <row>
36788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Plain Layout
36792
36793 \backslash
36794 lbracket
36795 \end_layout
36796
36797 \end_inset
36798 </cell>
36799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36800 \begin_inset Text
36801
36802 \begin_layout Plain Layout
36803 [
36804 \end_layout
36805
36806 \end_inset
36807 </cell>
36808 </row>
36809 <row>
36810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36811 \begin_inset Text
36812
36813 \begin_layout Plain Layout
36814
36815 \backslash
36816 leftarrow
36817 \end_layout
36818
36819 \end_inset
36820 </cell>
36821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36822 \begin_inset Text
36823
36824 \begin_layout Plain Layout
36825
36826 \backslash
36827 gets
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 </row>
36833 <row>
36834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838
36839 \backslash
36840 leq
36841 \end_layout
36842
36843 \end_inset
36844 </cell>
36845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36846 \begin_inset Text
36847
36848 \begin_layout Plain Layout
36849
36850 \backslash
36851 le
36852 \end_layout
36853
36854 \end_inset
36855 </cell>
36856 </row>
36857 <row>
36858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36859 \begin_inset Text
36860
36861 \begin_layout Plain Layout
36862
36863 \backslash
36864 lor
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873
36874 \backslash
36875 vee
36876 \end_layout
36877
36878 \end_inset
36879 </cell>
36880 </row>
36881 <row>
36882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36883 \begin_inset Text
36884
36885 \begin_layout Plain Layout
36886
36887 \backslash
36888 neq
36889 \end_layout
36890
36891 \end_inset
36892 </cell>
36893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36894 \begin_inset Text
36895
36896 \begin_layout Plain Layout
36897
36898 \backslash
36899 not=
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 </row>
36905 <row>
36906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910
36911 \backslash
36912 slash
36913 \end_layout
36914
36915 \end_inset
36916 </cell>
36917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36918 \begin_inset Text
36919
36920 \begin_layout Plain Layout
36921 /
36922 \end_layout
36923
36924 \end_inset
36925 </cell>
36926 </row>
36927 <row>
36928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36929 \begin_inset Text
36930
36931 \begin_layout Plain Layout
36932
36933 \backslash
36934 vert
36935 \end_layout
36936
36937 \end_inset
36938 </cell>
36939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36940 \begin_inset Text
36941
36942 \begin_layout Plain Layout
36943 |
36944 \end_layout
36945
36946 \end_inset
36947 </cell>
36948 </row>
36949 </lyxtabular>
36950
36951 \end_inset
36952
36953
36954 \begin_inset space \hfill{}
36955 \end_inset
36956
36957
36958 \begin_inset Tabular
36959 <lyxtabular version="3" rows="12" columns="2">
36960 <features>
36961 <column alignment="center" valignment="top" width="0pt">
36962 <column alignment="center" valignment="top" width="0pt">
36963 <row>
36964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36965 \begin_inset Text
36966
36967 \begin_layout Plain Layout
36968 Command
36969 \end_layout
36970
36971 \end_inset
36972 </cell>
36973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36974 \begin_inset Text
36975
36976 \begin_layout Plain Layout
36977 equivalent to
36978 \end_layout
36979
36980 \end_inset
36981 </cell>
36982 </row>
36983 <row>
36984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Plain Layout
36988
36989 \backslash
36990 backslash
36991 \end_layout
36992
36993 \end_inset
36994 </cell>
36995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999
37000 \backslash
37001
37002 \backslash
37003
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 </row>
37009 <row>
37010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014
37015 \backslash
37016 dasharrow
37017 \end_layout
37018
37019 \end_inset
37020 </cell>
37021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025
37026 \backslash
37027 dashrightarrow
37028 \end_layout
37029
37030 \end_inset
37031 </cell>
37032 </row>
37033 <row>
37034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37035 \begin_inset Text
37036
37037 \begin_layout Plain Layout
37038
37039 \backslash
37040 land
37041 \end_layout
37042
37043 \end_inset
37044 </cell>
37045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37046 \begin_inset Text
37047
37048 \begin_layout Plain Layout
37049
37050 \backslash
37051 wedge
37052 \end_layout
37053
37054 \end_inset
37055 </cell>
37056 </row>
37057 <row>
37058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37059 \begin_inset Text
37060
37061 \begin_layout Plain Layout
37062
37063 \backslash
37064 rbrace
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 }
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 <row>
37080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084
37085 \backslash
37086 rbracket
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095 ]
37096 \end_layout
37097
37098 \end_inset
37099 </cell>
37100 </row>
37101 <row>
37102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106
37107 \backslash
37108 rightarrow
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117
37118 \backslash
37119 to
37120 \end_layout
37121
37122 \end_inset
37123 </cell>
37124 </row>
37125 <row>
37126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130
37131 \backslash
37132 lnot
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141
37142 \backslash
37143 neg
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 </row>
37149 <row>
37150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154
37155 \backslash
37156 ne
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165
37166 \backslash
37167 not=
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 </row>
37173 <row>
37174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178
37179 \backslash
37180 owns
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37186 \begin_inset Text
37187
37188 \begin_layout Plain Layout
37189
37190 \backslash
37191 ni
37192 \end_layout
37193
37194 \end_inset
37195 </cell>
37196 </row>
37197 <row>
37198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37199 \begin_inset Text
37200
37201 \begin_layout Plain Layout
37202
37203 \backslash
37204 square
37205 \end_layout
37206
37207 \end_inset
37208 </cell>
37209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37210 \begin_inset Text
37211
37212 \begin_layout Plain Layout
37213
37214 \backslash
37215 Box
37216 \end_layout
37217
37218 \end_inset
37219 </cell>
37220 </row>
37221 <row>
37222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226
37227 \backslash
37228 Vert
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37234 \begin_inset Text
37235
37236 \begin_layout Plain Layout
37237
37238 \backslash
37239 |
37240 \end_layout
37241
37242 \end_inset
37243 </cell>
37244 </row>
37245 </lyxtabular>
37246
37247 \end_inset
37248
37249
37250 \begin_inset space \hfill{}
37251 \end_inset
37252
37253
37254 \end_layout
37255
37256 \begin_layout Standard
37257 \begin_inset Newpage newpage
37258 \end_inset
37259
37260
37261 \end_layout
37262
37263 \begin_layout Bibliography
37264 \begin_inset CommandInset bibitem
37265 LatexCommand bibitem
37266 key "TLC2"
37267
37268 \end_inset
37269
37270
37271 \shape smallcaps
37272 Mittelbach, F.
37273  ; Goossens, M.
37274 \shape default
37275
37276 \shape italic
37277 The LaTeX Companion
37278 \shape default
37279 .
37280  Addison Wesley, 2004
37281 \end_layout
37282
37283 \begin_layout Bibliography
37284 \begin_inset CommandInset bibitem
37285 LatexCommand bibitem
37286 key "Mathmode"
37287
37288 \end_inset
37289
37290
37291 \begin_inset CommandInset href
37292 LatexCommand href
37293 name "Description"
37294 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37295
37296 \end_inset
37297
37298  of LaTeX's math abilities
37299 \end_layout
37300
37301 \begin_layout Bibliography
37302 \begin_inset CommandInset bibitem
37303 LatexCommand bibitem
37304 key "Voss"
37305
37306 \end_inset
37307
37308 LaTeX tips and tricks-
37309 \begin_inset CommandInset href
37310 LatexCommand href
37311 name "page"
37312 target "http://tug.org/TeXnik/"
37313
37314 \end_inset
37315
37316
37317 \end_layout
37318
37319 \begin_layout Bibliography
37320 \begin_inset CommandInset bibitem
37321 LatexCommand bibitem
37322 key "AMS"
37323
37324 \end_inset
37325
37326
37327 \begin_inset CommandInset href
37328 LatexCommand href
37329 name "Description"
37330 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37331
37332 \end_inset
37333
37334  of 
37335 \begin_inset ERT
37336 status collapsed
37337
37338 \begin_layout Plain Layout
37339
37340
37341 \backslash
37342 AmS
37343 \end_layout
37344
37345 \end_inset
37346
37347 -LaTeX
37348 \end_layout
37349
37350 \begin_layout Bibliography
37351 \begin_inset CommandInset bibitem
37352 LatexCommand bibitem
37353 key "Symbole"
37354
37355 \end_inset
37356
37357
37358 \begin_inset CommandInset href
37359 LatexCommand href
37360 name "List"
37361 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37362
37363 \end_inset
37364
37365  of all symbols available with LaTeX-packages
37366 \end_layout
37367
37368 \begin_layout Bibliography
37369 \begin_inset CommandInset bibitem
37370 LatexCommand bibitem
37371 key "hyperref"
37372
37373 \end_inset
37374
37375
37376 \begin_inset CommandInset href
37377 LatexCommand href
37378 name "Documentation"
37379 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37380
37381 \end_inset
37382
37383  of the LaTeX-package 
37384 \series bold
37385 hyperref
37386 \series default
37387
37388 \begin_inset Index
37389 status collapsed
37390
37391 \begin_layout Plain Layout
37392 Packages ! hyperref
37393 \end_layout
37394
37395 \end_inset
37396
37397
37398 \end_layout
37399
37400 \begin_layout Bibliography
37401 \begin_inset CommandInset bibitem
37402 LatexCommand bibitem
37403 key "mhchem"
37404
37405 \end_inset
37406
37407
37408 \begin_inset CommandInset href
37409 LatexCommand href
37410 name "Documentation"
37411 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37412
37413 \end_inset
37414
37415  of the LaTeX-package 
37416 \series bold
37417 mhchem
37418 \series default
37419
37420 \begin_inset Index
37421 status collapsed
37422
37423 \begin_layout Plain Layout
37424 Packages ! mhchem
37425 \end_layout
37426
37427 \end_inset
37428
37429
37430 \end_layout
37431
37432 \begin_layout Bibliography
37433 \begin_inset CommandInset bibitem
37434 LatexCommand bibitem
37435 key "Mathclap"
37436
37437 \end_inset
37438
37439
37440 \begin_inset CommandInset href
37441 LatexCommand href
37442 name "Description"
37443 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37444
37445 \end_inset
37446
37447  of the command 
37448 \series bold
37449
37450 \backslash
37451 mathclap
37452 \series default
37453 , described in 
37454 \begin_inset CommandInset ref
37455 LatexCommand ref
37456 reference "sub:Operator-Limits"
37457
37458 \end_inset
37459
37460
37461 \begin_inset Index
37462 status collapsed
37463
37464 \begin_layout Plain Layout
37465 Commands ! M ! 
37466 \backslash
37467 mathclap
37468 \end_layout
37469
37470 \end_inset
37471
37472
37473 \end_layout
37474
37475 \begin_layout Bibliography
37476 \begin_inset CommandInset bibitem
37477 LatexCommand bibitem
37478 key "Duden"
37479
37480 \end_inset
37481
37482
37483 \emph on
37484 Duden Band 1
37485 \emph default
37486 .
37487  22.
37488  Auflage, Duden 2001
37489 \end_layout
37490
37491 \begin_layout Subsubsection*
37492 \begin_inset CommandInset index_print
37493 LatexCommand printindex
37494
37495 \end_inset
37496
37497
37498 \end_layout
37499
37500 \end_body
37501 \end_document