]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
EmbeddedObjects.lyx: check for the sidecap package, since it is e.g. no longer by...
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.5.4 created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 % link all cross references and URLs
26 % in pdf output
27  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
28   bookmarksopen, bookmarksopenlevel=1,
29   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
30   pdfpagelayout=OneColumn, pdfnewwindow=true,
31   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
32   pdfauthor={LyX Team}, pdftex,
33   pdftitle={LyX's Math Manual},
34   pdfsubject={LyX-documentation about math},
35   pdfkeywords={LyX, Mathed}]{hyperref}
36  
37 \else % if dvi or ps is produced
38
39  % link all cross references and URLs in DVI output
40  \usepackage[ps2pdf, colorlinks=true,
41   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
42
43 \fi % end if pdflatex is used
44
45 % Folgendes Problem lösen:
46 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
47 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
48 % die Kapitelnummer geschrieben.
49 % Als Lösung wird mehr Platz zwischen Nummer und
50 % Überschrift eingefügt.
51 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
52 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
53
54 % To be able to enter the character ° and · directly in LyX,
55 % see sec. 22.11
56 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
57 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
58
59 % increase link area for cross-references and autoname them,
60 % see sec. 22.18.1
61 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
62 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
63 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
64 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
65 \newlength{\abc}
66 \settowidth{\abc}{\space}
67 \renewcommand{\equationautorefname}{\hspace{-\abc}}
68
69 % don't load packages twice
70 % see first footnote in sec. 9.3
71 \@ifundefined{textcolor}{\usepackage{color}}{}
72
73 % the pages of the TOC are numbered roman
74 % and a PDF-bookmark for the TOC is added
75 \pagenumbering{Roman}
76 \let\myTOC\tableofcontents
77 \renewcommand{\tableofcontents}{%
78  \vspace{1cm}
79  \pdfbookmark[1]{Contents}{}
80  \myTOC
81  \cleardoublepage
82  \pagenumbering{arabic}}
83
84 % insert additional vertical space of 1.5 mm between footnotes,
85 % see sec. 22.16
86 \let\myFoot\footnote
87 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
88
89 % provides caption formatting
90 \setkomafont{captionlabel}{\bfseries}
91
92 % used in Kap. 22.4
93 \usepackage{braket}
94
95 % used in Kap. 22.6
96 \usepackage[samesize]{cancel}
97
98 % enables calculation of values,
99 \usepackage{calc}
100
101 % for multiple table row and column cells
102 \usepackage{multirow}
103 \usepackage{multicol}
104
105 % needed for diagrams
106 \usepackage{amscd}
107
108 % needed in sec. 19.4
109 \usepackage{remreset}
110
111 % center multirows (e.g. in sec. 13.3)
112 \renewcommand{\multirowsetup}{\centering}
113
114 % define a color, used in sec.9.3
115 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
116
117 % declare operators (see sec. 10.4 and sec. 15.2)
118 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
119 \DeclareMathOperator{\sgn}{sgn}
120
121 \newcommand{\spce}{\textvisiblespace}
122
123 % example definitions for sec. 20.1 
124 \newcommand{\gr}{\Longrightarrow}
125 \newcommand{\us}[1]{\underline{#1}}
126 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
127 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
128 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
129
130 % example macro from sec. 19.4
131 %\def\tagform@#1{\maketag@@@{|#1|}}
132
133 % macro from sec. 10.2
134 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
135 \def\mathclap {\mathpalette \mathclapinternal}
136 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
137
138 % redefine the greyed out note
139 \renewenvironment{lyxgreyedout}
140  {\textcolor{blue}\bgroup}{\egroup}
141
142 % check for package eurosym
143 % used for the Euro symbol
144 \newboolean{eurosym}
145 \IfFileExists{eurosym.sty}
146  {\usepackage[gennarrow]{eurosym}
147   \setboolean{eurosym}{true}}
148  {\setboolean{eurosym}{false}}
149
150 % needed in sec. 22.4
151 % check for package braket
152 \newboolean{braket}
153 \IfFileExists{braket.sty}
154  {\usepackage{braket}
155   \setboolean{braket}{true}}
156  {\setboolean{braket}{false}}
157
158 % needed in sec. 22.10
159 % check for package upgreek
160 \newboolean{upgreek}
161 \IfFileExists{upgreek.sty}
162  {\usepackage{upgreek}
163   \setboolean{upgreek}{true}}
164  {\setboolean{upgreek}{false}}
165 \end_preamble
166 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
167 \language english
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \papersize a4paper
181 \use_geometry false
182 \use_amsmath 2
183 \use_esint 1
184 \cite_engine basic
185 \use_bibtopic false
186 \paperorientation portrait
187 \secnumdepth 4
188 \tocdepth 3
189 \paragraph_separation skip
190 \defskip medskip
191 \quotes_language english
192 \papercolumns 1
193 \papersides 2
194 \paperpagestyle plain
195 \bullet 1 0 6 -1
196 \bullet 2 2 35 -1
197 \bullet 3 2 7 -1
198 \tracking_changes false
199 \output_changes false
200 \author "" 
201 \author "" 
202 \end_header
203
204 \begin_body
205
206 \begin_layout Title
207 LyX's detailed Math manual
208 \end_layout
209
210 \begin_layout Author
211 by the LyX Team
212 \begin_inset Foot
213 status collapsed
214
215 \begin_layout Standard
216 \noindent
217 If you have comments or error corrections, please send them to the LyX Documenta
218 tion mailing list: 
219 \family typewriter
220
221 \begin_inset ERT
222 status collapsed
223
224 \begin_layout Standard
225
226
227 \backslash
228 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's Math manual}{
229 \end_layout
230
231 \end_inset
232
233 lyx-docs@lists.lyx.org
234 \begin_inset ERT
235 status collapsed
236
237 \begin_layout Standard
238
239 }
240 \end_layout
241
242 \end_inset
243
244
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Note Note
251 status collapsed
252
253 \begin_layout Standard
254 author: Uwe Stöhr
255 \end_layout
256
257 \end_inset
258
259
260 \newline
261
262 \newline
263
264 \family sans
265 Version 1.5.5
266 \end_layout
267
268 \begin_layout Standard
269 \begin_inset LatexCommand tableofcontents
270
271 \end_inset
272
273
274 \end_layout
275
276 \begin_layout Standard
277 \begin_inset Note Note
278 status open
279
280 \begin_layout Standard
281 To export this document to PDF, PS, or DVI the LaTeX-packages 
282 \series bold
283 eurosym,
284 \series default
285  
286 \series bold
287 multirow,
288 \series default
289  and 
290 \series bold
291 was
292 \series default
293  must be installed.
294  If they are not installed you can export the document anyway but the sections
295  where the packages are required won't appear in the output.
296 \end_layout
297
298 \begin_layout Standard
299 The latest PDF-version of this document can be found here:
300 \newline
301
302 \series bold
303 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
304 \end_layout
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312
313 \newpage
314
315 \end_layout
316
317 \begin_layout Section
318 Introduction
319 \begin_inset LatexCommand label
320 name "sec:Introduction"
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 This document explains LyX's math features and is furthermore a collection
329  of LaTeX-commands used for mathematical characters and constructs.
330  The explanations are designed for the usage of commands.
331  It is therefore required that you have read the section 
332 \family typewriter
333 Mathematical\InsetSpace ~
334 Formulas
335 \family default
336  of the User's Guide.
337 \end_layout
338
339 \begin_layout Standard
340 Most of the characters and many constructs explained in this manual are
341  also accessible via the menu 
342 \family sans
343 Insert
344 \series bold
345 \SpecialChar \menuseparator
346
347 \series default
348 Math
349 \family default
350 , or the 
351 \family sans
352 math
353 \family default
354 \series bold
355  
356 \family sans
357 \series default
358 toolbar
359 \family default
360 .
361  But everybody who has to write lots of formulas will notice that it is
362  much faster to use commands instead of the math toolbar.
363  Therefore this manual is focused on commands but also mentions the correspondin
364 g toolbar buttons when available.
365 \end_layout
366
367 \begin_layout Standard
368 If not specially mentioned the commands are only available within formulas.
369  To be able to use all commands explained in this document, the option 
370 \family sans
371 Use AMS math package
372 \family default
373  must be used in the document settings (menu 
374 \family sans
375 Document\SpecialChar \menuseparator
376 Settings\SpecialChar \menuseparator
377 Math\InsetSpace ~
378 Options
379 \family default
380 ).
381 \begin_inset Foot
382 status collapsed
383
384 \begin_layout Standard
385 The option 
386 \family sans
387 Use AMS math package automatically
388 \family default
389  only uses 
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Standard
394
395
396 \backslash
397 AmS 
398 \end_layout
399
400 \end_inset
401
402 -math when math constructs are found that are supported by LyX.
403 \end_layout
404
405 \end_inset
406
407
408 \end_layout
409
410 \begin_layout Standard
411 This document doesn't list all 
412 \begin_inset ERT
413 status collapsed
414
415 \begin_layout Standard
416
417
418 \backslash
419 AmS 
420 \end_layout
421
422 \end_inset
423
424 -math commands
425 \begin_inset Foot
426 status collapsed
427
428 \begin_layout Standard
429 A list with all 
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Standard
434
435
436 \backslash
437 AmS
438 \end_layout
439
440 \end_inset
441
442 -math commands is in the file 
443 \begin_inset ERT
444 status collapsed
445
446 \begin_layout Standard
447
448
449 \backslash
450 href{ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps}{
451 \end_layout
452
453 \end_inset
454
455
456 \family sans
457 amsguide.ps
458 \family default
459
460 \begin_inset ERT
461 status collapsed
462
463 \begin_layout Standard
464
465 }
466 \end_layout
467
468 \end_inset
469
470 , which is part of every LaTeX standard installation.
471 \end_layout
472
473 \end_inset
474
475  for lucidity reasons.
476 \end_layout
477
478 \begin_layout Section
479 General Instructions
480 \begin_inset LatexCommand label
481 name "sec:General-Instructions"
482
483 \end_inset
484
485
486 \end_layout
487
488 \begin_layout Standard
489 To create an inline formula
490 \begin_inset LatexCommand index
491 name "Formula ! inline"
492
493 \end_inset
494
495  that is embedded into a text line, press 
496 \family sans
497 Ctrl-m
498 \family default
499  or the toolbar button 
500 \begin_inset Graphics
501         filename ../images/math-mode.png
502         scale 85
503
504 \end_inset
505
506
507 \newline
508 To create a display style formula
509 \begin_inset LatexCommand index
510 name "Formula ! display style"
511
512 \end_inset
513
514  that will appear bigger and in an own paragraph, press 
515 \family sans
516 Ctrl-M
517 \family default
518 .
519 \end_layout
520
521 \begin_layout Standard
522 To change a display style formula to an inline formula, set the cursor into
523  the formula and press 
524 \family sans
525 Ctrl-M
526 \family default
527  or use the menu 
528 \family sans
529 Edit\SpecialChar \menuseparator
530 Math\SpecialChar \menuseparator
531 Change formula type
532 \family default
533 .
534  The same way is used to change an inline formula to a display style formula.
535 \end_layout
536
537 \begin_layout Standard
538 To display parts of an inline formula in the size of a display style formula,
539  enter the command 
540 \series bold
541
542 \backslash
543 displaystyle
544 \begin_inset LatexCommand index
545 name "Commands ! D ! \\textbackslash displaystyle"
546
547 \end_inset
548
549
550 \series default
551  to a formula.
552  Then a new blue box appears in which the desired formula part is inserted.
553 \end_layout
554
555 \begin_layout Standard
556 Only inline formulas are allowed inside tables.
557 \end_layout
558
559 \begin_layout Standard
560 The 
561 \family sans
562 math toolbar
563 \family default
564  can be turned on in the menu 
565 \family sans
566 View\SpecialChar \menuseparator
567 Toolbars
568 \family default
569 .
570  When you click there on 
571 \begin_inset Quotes eld
572 \end_inset
573
574 Math
575 \begin_inset Quotes erd
576 \end_inset
577
578  the toolbar will be shown permanently at the bottom; this state is visualized
579  in the 
580 \family sans
581 Toolbars
582 \family default
583  menu with a checkmark.
584  When you click in this state again on 
585 \begin_inset Quotes eld
586 \end_inset
587
588 Math
589 \begin_inset Quotes erd
590 \end_inset
591
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu, the 
597 \family sans
598 math toolbar
599 \family default
600  is only shown when the cursor is within a formula; this state is visualized
601  by the renaming of the menu entry from 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset Quotes erd
607 \end_inset
608
609  to 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Math\InsetSpace ~
614 (auto)
615 \begin_inset Quotes erd
616 \end_inset
617
618 .
619 \end_layout
620
621 \begin_layout Standard
622 The TeX-mode
623 \begin_inset LatexCommand index
624 name "T@\\TeX-mode"
625
626 \end_inset
627
628  is invoked by pressing the toolbar button 
629 \begin_inset Graphics
630         filename ../images/ert-insert.png
631         scale 85
632
633 \end_inset
634
635  or by using the menu 
636 \family sans
637 Insert\SpecialChar \menuseparator
638 T
639 \begin_inset ERT
640 status collapsed
641
642 \begin_layout Standard
643
644 {
645 \end_layout
646
647 \end_inset
648
649 e
650 \begin_inset ERT
651 status collapsed
652
653 \begin_layout Standard
654
655 }
656 \end_layout
657
658 \end_inset
659
660 X Code
661 \family default
662  (shortcut 
663 \family sans
664 Ctrl-l
665 \family default
666 ).
667 \begin_inset Note Note
668 status collapsed
669
670 \begin_layout Standard
671 In LyX there are three 
672 \begin_inset Quotes eld
673 \end_inset
674
675 proper names
676 \begin_inset Quotes erd
677 \end_inset
678
679  that appear in the output with sub- and superscript letters: TeX, LaTeX,
680  and LyX
681 \end_layout
682
683 \begin_layout Standard
684 To avoid that these names are recognized as proper names, TeX-braces are
685  set around one of the letters of the name.
686 \end_layout
687
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Standard
694 To change the LaTeX-preamble
695 \begin_inset LatexCommand index
696 name "L@\\LaTeX-preamble"
697
698 \end_inset
699
700 , use the menu 
701 \family sans
702 Document\SpecialChar \menuseparator
703 Settings\SpecialChar \menuseparator
704 La
705 \begin_inset ERT
706 status collapsed
707
708 \begin_layout Standard
709
710 {
711 \end_layout
712
713 \end_inset
714
715 T
716 \begin_inset ERT
717 status collapsed
718
719 \begin_layout Standard
720
721 }
722 \end_layout
723
724 \end_inset
725
726 eX
727 \family default
728  
729 \family sans
730 Preamble
731 \family default
732 .
733 \end_layout
734
735 \begin_layout Standard
736 To edit matrices, case differentiations, and multiline formulas subsequently,
737  the menus 
738 \family sans
739 Edit\SpecialChar \menuseparator
740 Math
741 \family default
742  and 
743 \family sans
744 Edit\SpecialChar \menuseparator
745 Rows\InsetSpace \thinspace{}
746 &\InsetSpace \thinspace{}
747 Columns,
748 \family default
749  or the 
750 \family sans
751 table toolbar
752 \family default
753  can be used.
754  When lines and columns are swapped via the menu, the column or line where
755  the cursor is in is exchanged with the column to the right or the line
756  below, respectively.
757  Is the cursor in the last column or row, the exchange is done with the
758  column to the left or the line above.
759 \end_layout
760
761 \begin_layout Standard
762 To write text in formulas
763 \begin_inset Foot
764 status collapsed
765
766 \begin_layout Standard
767 For multiline formulas the command 
768 \series bold
769
770 \backslash
771 intertext
772 \series default
773  is used, see 
774 \begin_inset LatexCommand ref
775 reference "sub:Text-in-multiline"
776
777 \end_inset
778
779 .
780 \end_layout
781
782 \end_inset
783
784  
785 \emph on
786 mathematical text
787 \emph default
788
789 \begin_inset LatexCommand index
790 name "Text ! in formulas"
791
792 \end_inset
793
794
795 \begin_inset LatexCommand index
796 name "Mathematical text"
797
798 \end_inset
799
800  is used.
801  This mode is invoked with the the shortcut 
802 \family sans
803 Alt-m\InsetSpace ~
804 m
805 \family default
806  or by the insertion of the command 
807 \series bold
808
809 \backslash
810 text
811 \begin_inset LatexCommand index
812 name "Commands ! T ! \\textbackslash text"
813
814 \end_inset
815
816
817 \series default
818 .
819  The text appears black in LyX and can therefore be distinguished from the
820  other formula parts that appear blue.
821  In the output mathematical text is set upright, in contrary to other formula
822  parts.
823 \end_layout
824
825 \begin_layout Subsection*
826 Command Scheme
827 \end_layout
828
829 \begin_layout Standard
830 Most of the LaTeX-commands for math constructs have the following scheme:
831 \end_layout
832
833 \begin_layout Standard
834
835 \series bold
836
837 \backslash
838 commandname[optional
839 \series default
840  
841 \series bold
842 argument]{required
843 \series default
844  
845 \series bold
846 argument}
847 \end_layout
848
849 \begin_layout Standard
850 A command starts always with a backslash 
851 \begin_inset Quotes gld
852 \end_inset
853
854
855 \series bold
856
857 \backslash
858
859 \series default
860
861 \begin_inset Quotes grd
862 \end_inset
863
864 .
865  To omit optional arguments, also omit the associated brackets.
866  The braces around the required arguments are named in this document as
867  TeX-braces
868 \begin_inset LatexCommand index
869 name "T@\\TeX-braces"
870
871 \end_inset
872
873 .
874  If you add in a formula a left brace to a command name, LyX creates automatical
875 ly a TeX-brace.
876  In all other cases TeX-braces are created in formulas with the command
877  
878 \series bold
879
880 \backslash
881 {
882 \series default
883 .
884  TeX-braces appear red in LyX, in contrary to normal braces that appear
885  blue.
886  In TeX-mode no command is needed to get TeX-braces.
887  TeX-braces don't appear in the output.
888 \end_layout
889
890 \begin_layout Standard
891 When commands without arguments, like commands for symbols are entered in
892  TeX-mode, a space character must 
893 \emph on
894 always
895 \emph default
896  be behind the command to end it.
897  This space doesn't appear in the output.
898  When the space should appear in the output, the space must be followed
899  by a protected space in normal text.
900 \end_layout
901
902 \begin_layout Standard
903 A protected space is inserted with 
904 \family sans
905 Ctrl-Space
906 \family default
907 .
908 \end_layout
909
910 \begin_layout Subsection*
911
912 \newpage
913 Syntax Explanation
914 \end_layout
915
916 \begin_layout Itemize
917 The symbol
918 \begin_inset Foot
919 status collapsed
920
921 \begin_layout Standard
922 This visible space character can be created with the command 
923 \series bold
924
925 \backslash
926 textvisiblespace
927 \series default
928
929 \begin_inset LatexCommand index
930 name "Commands ! T ! \\textbackslash textvisiblespace"
931
932 \end_inset
933
934 , inserted in TeX-mode.
935 \end_layout
936
937 \end_inset
938
939  
940 \begin_inset ERT
941 status collapsed
942
943 \begin_layout Standard
944
945
946 \backslash
947 spce 
948 \end_layout
949
950 \end_inset
951
952 \InsetSpace ~
953 denotes a space character to be input.
954 \end_layout
955
956 \begin_layout Itemize
957 An arrow like 
958 \begin_inset Formula $\to$
959 \end_inset
960
961  denotes the usage of the corresponding arrow key on the keyboard.
962 \end_layout
963
964 \begin_layout Subsection*
965 Used units
966 \end_layout
967
968 \begin_layout Standard
969 \align center
970 \begin_inset Float table
971 placement H
972 wide false
973 sideways false
974 status open
975
976 \begin_layout Standard
977 \align center
978 \begin_inset Caption
979
980 \begin_layout Standard
981 \begin_inset LatexCommand label
982 name "tab:Used-units"
983
984 \end_inset
985
986 Used units
987 \end_layout
988
989 \end_inset
990
991
992 \end_layout
993
994 \begin_layout Standard
995 \align center
996 \begin_inset Tabular
997 <lyxtabular version="3" rows="13" columns="2">
998 <features>
999 <column alignment="center" valignment="top" leftline="true" width="0">
1000 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1001 <row topline="true" bottomline="true">
1002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1003 \begin_inset Text
1004
1005 \begin_layout Standard
1006 Unit
1007 \end_layout
1008
1009 \end_inset
1010 </cell>
1011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1012 \begin_inset Text
1013
1014 \begin_layout Standard
1015 Name / Description
1016 \end_layout
1017
1018 \end_inset
1019 </cell>
1020 </row>
1021 <row topline="true">
1022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1023 \begin_inset Text
1024
1025 \begin_layout Standard
1026 mm
1027 \end_layout
1028
1029 \end_inset
1030 </cell>
1031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1032 \begin_inset Text
1033
1034 \begin_layout Standard
1035 Millimeter
1036 \end_layout
1037
1038 \end_inset
1039 </cell>
1040 </row>
1041 <row topline="true">
1042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Standard
1046 cm
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Standard
1055 Centimeter
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 </row>
1061 <row topline="true">
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Standard
1066 in
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Standard
1075 Inch (1\InsetSpace \thinspace{}
1076 in = 2,54\InsetSpace \thinspace{}
1077 cm)
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 </row>
1083 <row topline="true">
1084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Standard
1088 pt
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 Standard
1097 Point (72.27\InsetSpace \thinspace{}
1098 pt = 1\InsetSpace \thinspace{}
1099 in)
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 </row>
1105 <row topline="true">
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Standard
1110 pc
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Standard
1119 Pica (1\InsetSpace \thinspace{}
1120 pc = 12\InsetSpace \thinspace{}
1121 pt)
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 </row>
1127 <row topline="true">
1128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1129 \begin_inset Text
1130
1131 \begin_layout Standard
1132 sp
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Standard
1141 scaled point (65536\InsetSpace \thinspace{}
1142 sp = 1\InsetSpace \thinspace{}
1143 pt)
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 </row>
1149 <row topline="true">
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Standard
1154 bp
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1160 \begin_inset Text
1161
1162 \begin_layout Standard
1163 big point (72\InsetSpace \thinspace{}
1164 bp = 1\InsetSpace \thinspace{}
1165 in)
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 </row>
1171 <row topline="true">
1172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Standard
1176 dd
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Standard
1185 Didot (1\InsetSpace \thinspace{}
1186 dd 
1187 \begin_inset Formula $\approx$
1188 \end_inset
1189
1190  0.376\InsetSpace \thinspace{}
1191 mm)
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row topline="true">
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Standard
1202 cc
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Standard
1211 Cicero (1\InsetSpace \thinspace{}
1212 cc = 12\InsetSpace \thinspace{}
1213 dd)
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 </row>
1219 <row topline="true">
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Standard
1224 ex
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Standard
1233 Height of letter 
1234 \emph on
1235
1236 \begin_inset Quotes eld
1237 \end_inset
1238
1239 x
1240 \emph default
1241
1242 \begin_inset Quotes erd
1243 \end_inset
1244
1245  in the current font
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 </row>
1251 <row topline="true">
1252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Standard
1256 em
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Standard
1265 width of letter 
1266 \begin_inset Quotes eld
1267 \end_inset
1268
1269
1270 \emph on
1271 M
1272 \emph default
1273
1274 \begin_inset Quotes erd
1275 \end_inset
1276
1277  in the current font
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 </row>
1283 <row topline="true" bottomline="true">
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Standard
1288 mu
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 Standard
1297 math unit (1\InsetSpace \thinspace{}
1298 mu = 
1299 \begin_inset Formula $\nicefrac{1}{18}$
1300 \end_inset
1301
1302 \InsetSpace \thinspace{}
1303 em)
1304 \begin_inset Note Note
1305 status collapsed
1306
1307 \begin_layout Standard
1308 The command 
1309 \series bold
1310
1311 \backslash
1312 textfrac
1313 \series default
1314  is explained in sec.\InsetSpace \thinspace{}
1315
1316 \begin_inset LatexCommand ref
1317 reference "sub:Self-defined-Fractions"
1318
1319 \end_inset
1320
1321 .
1322 \end_layout
1323
1324 \end_inset
1325
1326
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 </row>
1332 </lyxtabular>
1333
1334 \end_inset
1335
1336
1337 \end_layout
1338
1339 \end_inset
1340
1341
1342 \end_layout
1343
1344 \begin_layout Standard
1345
1346 \newpage
1347
1348 \end_layout
1349
1350 \begin_layout Section
1351 Basic Functions
1352 \end_layout
1353
1354 \begin_layout Subsection
1355 Exponents
1356 \begin_inset LatexCommand index
1357 name "Exponents"
1358
1359 \end_inset
1360
1361  and Indices
1362 \begin_inset LatexCommand index
1363 name "Indices"
1364
1365 \end_inset
1366
1367
1368 \begin_inset LatexCommand index
1369 name "Superscripts|see{Exponents}"
1370
1371 \end_inset
1372
1373
1374 \begin_inset LatexCommand index
1375 name "Subscripts|see{Indices}"
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \begin_layout Standard
1383 Indices are created with an underscore 
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387 _
1388 \begin_inset Quotes erd
1389 \end_inset
1390
1391  or via the math toolbar button 
1392 \begin_inset Graphics
1393         filename ../images/math-subscript.png
1394         scale 85
1395
1396 \end_inset
1397
1398  , exponents with a caret 
1399 \begin_inset Quotes eld
1400 \end_inset
1401
1402 ^
1403 \begin_inset Quotes erd
1404 \end_inset
1405
1406  or via the math toolbar button 
1407 \begin_inset Graphics
1408         filename ../images/math-superscript.png
1409         scale 85
1410
1411 \end_inset
1412
1413 .
1414 \end_layout
1415
1416 \begin_layout Standard
1417 \align center
1418 \begin_inset Tabular
1419 <lyxtabular version="3" rows="4" columns="2">
1420 <features>
1421 <column alignment="center" valignment="top" leftline="true" width="0pt">
1422 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1423 <row topline="true" bottomline="true">
1424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Standard
1428 command
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1434 \begin_inset Text
1435
1436 \begin_layout Standard
1437 Result
1438 \begin_inset Note Note
1439 status collapsed
1440
1441 \begin_layout Standard
1442
1443 \series bold
1444
1445 \backslash
1446 raisebox
1447 \series default
1448  is only used as spacer.
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \end_layout
1455
1456 \end_inset
1457 </cell>
1458 </row>
1459 <row topline="true">
1460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1461 \begin_inset Text
1462
1463 \begin_layout Standard
1464 B_V
1465 \end_layout
1466
1467 \end_inset
1468 </cell>
1469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1470 \begin_inset Text
1471
1472 \begin_layout Standard
1473 \begin_inset Formula $B_{V}$
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \end_inset
1480 </cell>
1481 </row>
1482 <row topline="true" bottomline="true">
1483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1484 \begin_inset Text
1485
1486 \begin_layout Standard
1487 B^V
1488 \end_layout
1489
1490 \end_inset
1491 </cell>
1492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Standard
1496 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \end_inset
1503 </cell>
1504 </row>
1505 <row topline="true" bottomline="true">
1506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Standard
1510 B^
1511 \begin_inset ERT
1512 status collapsed
1513
1514 \begin_layout Standard
1515
1516
1517 \backslash
1518 spce 
1519 \end_layout
1520
1521 \end_inset
1522
1523 A
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Standard
1532 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1533 \end_inset
1534
1535
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 </row>
1541 </lyxtabular>
1542
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \begin_layout Standard
1549 As the caret is in some languages an accent, vowels will be accentuated
1550  in this case and not set as exponents
1551 \begin_inset Foot
1552 status collapsed
1553
1554 \begin_layout Standard
1555 Depending on the used keyboard settings this can also happen for other character
1556 s than vowels.
1557 \end_layout
1558
1559 \end_inset
1560
1561 .
1562  To get in this case exponents, press 
1563 \family sans
1564 Space
1565 \family default
1566  after the caret as in the last example.
1567 \end_layout
1568
1569 \begin_layout Subsection
1570 Fractions
1571 \begin_inset LatexCommand label
1572 name "sub:Fractions"
1573
1574 \end_inset
1575
1576
1577 \begin_inset LatexCommand index
1578 name "Fractions"
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \begin_layout Standard
1586 Fractions are generated with the command 
1587 \series bold
1588
1589 \backslash
1590 frac
1591 \series default
1592
1593 \begin_inset LatexCommand index
1594 name "Commands ! F ! \\textbackslash frac"
1595
1596 \end_inset
1597
1598  or via the math toolbar button 
1599 \begin_inset Graphics
1600         filename ../images/math/frac.png
1601         scale 50
1602
1603 \end_inset
1604
1605 .
1606  The font size is adjusted automatically, depending on whether the fraction
1607  is in an inline or display style formula.
1608  With the math toolbar button 
1609 \begin_inset Graphics
1610         filename ../images/math/frac-square.png
1611         scale 85
1612
1613 \end_inset
1614
1615  you can select different fraction types.
1616 \end_layout
1617
1618 \begin_layout Standard
1619 With the command 
1620 \series bold
1621
1622 \backslash
1623 dfrac
1624 \begin_inset LatexCommand index
1625 name "Commands ! D ! \\textbackslash dfrac"
1626
1627 \end_inset
1628
1629
1630 \series default
1631  a fraction can be created that has in any case the size of a display style
1632  formula.
1633  With 
1634 \series bold
1635
1636 \backslash
1637 tfrac
1638 \begin_inset LatexCommand index
1639 name "Commands ! T ! \\textbackslash tfrac"
1640
1641 \end_inset
1642
1643
1644 \series default
1645  the fraction appears always with the size of an inline formula.
1646  An example:
1647 \end_layout
1648
1649 \begin_layout Standard
1650 A line with the fraction 
1651 \begin_inset Formula $\frac{1}{2}$
1652 \end_inset
1653
1654  that was created with the command 
1655 \series bold
1656
1657 \backslash
1658 frac
1659 \series default
1660 .
1661 \end_layout
1662
1663 \begin_layout Standard
1664 A line with the fraction 
1665 \begin_inset Formula $\dfrac{1}{2}$
1666 \end_inset
1667
1668  that was created with the command 
1669 \series bold
1670
1671 \backslash
1672 dfrac
1673 \series default
1674 .
1675 \end_layout
1676
1677 \begin_layout Standard
1678 \align center
1679 \begin_inset Tabular
1680 <lyxtabular version="3" rows="4" columns="2">
1681 <features>
1682 <column alignment="center" valignment="top" leftline="true" width="0pt">
1683 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1684 <row topline="true" bottomline="true">
1685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Standard
1689 Command
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Standard
1698 Result
1699 \begin_inset Note Note
1700 status collapsed
1701
1702 \begin_layout Standard
1703
1704 \series bold
1705
1706 \backslash
1707 raisebox
1708 \series default
1709  is only used as spacer.
1710 \end_layout
1711
1712 \end_inset
1713
1714
1715 \end_layout
1716
1717 \end_inset
1718 </cell>
1719 </row>
1720 <row topline="true">
1721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Standard
1725
1726 \backslash
1727 frac
1728 \begin_inset ERT
1729 status collapsed
1730
1731 \begin_layout Standard
1732
1733
1734 \backslash
1735 spce 
1736 \end_layout
1737
1738 \end_inset
1739
1740 A
1741 \begin_inset Formula $\downarrow$
1742 \end_inset
1743
1744 B
1745 \end_layout
1746
1747 \end_inset
1748 </cell>
1749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Standard
1753 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 </row>
1762 <row topline="true">
1763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Standard
1767
1768 \backslash
1769 dfrac
1770 \begin_inset ERT
1771 status collapsed
1772
1773 \begin_layout Standard
1774
1775
1776 \backslash
1777 spce 
1778 \end_layout
1779
1780 \end_inset
1781
1782 A
1783 \begin_inset Formula $\downarrow$
1784 \end_inset
1785
1786 B
1787 \end_layout
1788
1789 \end_inset
1790 </cell>
1791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Standard
1795 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1796 \end_inset
1797
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 </row>
1804 <row topline="true" bottomline="true">
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Standard
1809
1810 \backslash
1811 dfrac
1812 \begin_inset ERT
1813 status collapsed
1814
1815 \begin_layout Standard
1816
1817
1818 \backslash
1819 spce 
1820 \end_layout
1821
1822 \end_inset
1823
1824 e^
1825 \begin_inset ERT
1826 status collapsed
1827
1828 \begin_layout Standard
1829
1830
1831 \backslash
1832 spce 
1833 \end_layout
1834
1835 \end_inset
1836
1837
1838 \backslash
1839 frac
1840 \begin_inset ERT
1841 status collapsed
1842
1843 \begin_layout Standard
1844
1845
1846 \backslash
1847 spce 
1848 \end_layout
1849
1850 \end_inset
1851
1852 1
1853 \begin_inset Formula $\downarrow$
1854 \end_inset
1855
1856 2
1857 \begin_inset Formula $\downarrow\downarrow$
1858 \end_inset
1859
1860 3
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Standard
1869 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1870 \end_inset
1871
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 </row>
1878 </lyxtabular>
1879
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \begin_layout Standard
1886 \begin_inset VSpace bigskip
1887 \end_inset
1888
1889
1890 \newpage
1891 For nested fractions the command 
1892 \series bold
1893
1894 \backslash
1895 cfrac
1896 \series default
1897
1898 \begin_inset LatexCommand index
1899 name "Commands ! C ! \\textbackslash cfrac"
1900
1901 \end_inset
1902
1903  can be used.
1904  Here an example:
1905 \begin_inset VSpace -3mm
1906 \end_inset
1907
1908
1909 \end_layout
1910
1911 \begin_layout Standard
1912 \begin_inset Formula \begin{align*}
1913 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1914 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
1915
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \begin_layout Standard
1922 The command for the example above is:
1923 \end_layout
1924
1925 \begin_layout Standard
1926
1927 \series bold
1928
1929 \backslash
1930 cfrac{A
1931 \begin_inset Formula $\to$
1932 \end_inset
1933
1934
1935 \backslash
1936 {B+
1937 \backslash
1938 cfrac{C+
1939 \backslash
1940 cfrac{E
1941 \begin_inset Formula $\to$
1942 \end_inset
1943
1944
1945 \backslash
1946 {F
1947 \begin_inset Formula $\to\to$
1948 \end_inset
1949
1950
1951 \backslash
1952 {D
1953 \end_layout
1954
1955 \begin_layout Standard
1956 \begin_inset VSpace medskip
1957 \end_inset
1958
1959
1960 \end_layout
1961
1962 \begin_layout Standard
1963
1964 \series bold
1965
1966 \backslash
1967 cfrac
1968 \series default
1969  sets the fraction always in the size of a displayed formula, also when
1970  it is part of another fraction.
1971  
1972 \series bold
1973
1974 \backslash
1975 cfrac
1976 \series default
1977  has the following command scheme:
1978 \end_layout
1979
1980 \begin_layout Standard
1981
1982 \series bold
1983
1984 \backslash
1985 cfrac[numerator position]{numerator}{denominator}
1986 \end_layout
1987
1988 \begin_layout Standard
1989 The numerator position can be 
1990 \emph on
1991 l
1992 \emph default
1993  , 
1994 \emph on
1995 c
1996 \emph default
1997 , or 
1998 \emph on
1999 r
2000 \emph default
2001  .
2002  l or r aligns the numerator to the left or right, resp.\InsetSpace ~
2003 with the fraction
2004  stroke.
2005  When 
2006 \emph on
2007 c
2008 \emph default
2009  or no position is given, the numerator appears centered.
2010  These fractions demonstrate the different alignments:
2011 \newline
2012
2013 \series bold
2014
2015 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2016 \end_inset
2017
2018
2019 \begin_inset Formula $\cfrac{A}{B+C}$
2020 \end_inset
2021
2022
2023 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2024 \end_inset
2025
2026
2027 \end_layout
2028
2029 \begin_layout Standard
2030 \begin_inset VSpace medskip
2031 \end_inset
2032
2033 It is often advantageous to combine 
2034 \series bold
2035
2036 \backslash
2037 cfrac
2038 \series default
2039  and 
2040 \series bold
2041
2042 \backslash
2043 frac
2044 \series default
2045 :
2046 \begin_inset Formula \[
2047 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2048
2049 \end_inset
2050
2051
2052 \end_layout
2053
2054 \begin_layout Standard
2055 For inline fractions with a sloped fraction stroke you can use the command
2056  
2057 \series bold
2058
2059 \backslash
2060 nicefrac
2061 \begin_inset LatexCommand index
2062 name "Commands ! N ! \\textbackslash nicefrac"
2063
2064 \end_inset
2065
2066
2067 \series default
2068
2069 \begin_inset Formula $\nicefrac{5}{31}$
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076 How to define own fractions where the fraction stroke can be changed, is
2077  explained in 
2078 \begin_inset LatexCommand ref
2079 reference "sub:Self-defined-Fractions"
2080
2081 \end_inset
2082
2083 .
2084 \end_layout
2085
2086 \begin_layout Subsection
2087 Roots
2088 \begin_inset LatexCommand index
2089 name "Roots"
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 Square roots are created with 
2098 \series bold
2099
2100 \backslash
2101 sqrt
2102 \series default
2103
2104 \begin_inset LatexCommand index
2105 name "Commands ! S ! \\textbackslash sqrt"
2106
2107 \end_inset
2108
2109  or the math toolbar button 
2110 \begin_inset Graphics
2111         filename ../images/math/sqrt.png
2112         scale 85
2113
2114 \end_inset
2115
2116 , all other roots with the command 
2117 \series bold
2118
2119 \backslash
2120 root
2121 \series default
2122
2123 \begin_inset LatexCommand index
2124 name "Commands ! R ! \\textbackslash root"
2125
2126 \end_inset
2127
2128  or with the math toolbar button 
2129 \begin_inset Graphics
2130         filename ../images/math/root.png
2131         scale 85
2132
2133 \end_inset
2134
2135 .
2136 \end_layout
2137
2138 \begin_layout Standard
2139 \align center
2140 \begin_inset Tabular
2141 <lyxtabular version="3" rows="3" columns="2">
2142 <features>
2143 <column alignment="center" valignment="top" leftline="true" width="0pt">
2144 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2145 <row topline="true" bottomline="true">
2146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2147 \begin_inset Text
2148
2149 \begin_layout Standard
2150 Command
2151 \end_layout
2152
2153 \end_inset
2154 </cell>
2155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2156 \begin_inset Text
2157
2158 \begin_layout Standard
2159 Result
2160 \begin_inset Note Note
2161 status collapsed
2162
2163 \begin_layout Standard
2164
2165 \series bold
2166
2167 \backslash
2168 raisebox
2169 \series default
2170  is only used as spacer.
2171 \end_layout
2172
2173 \end_inset
2174
2175
2176 \end_layout
2177
2178 \end_inset
2179 </cell>
2180 </row>
2181 <row topline="true" bottomline="true">
2182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2183 \begin_inset Text
2184
2185 \begin_layout Standard
2186
2187 \backslash
2188 sqrt
2189 \begin_inset ERT
2190 status collapsed
2191
2192 \begin_layout Standard
2193
2194
2195 \backslash
2196 spce 
2197 \end_layout
2198
2199 \end_inset
2200
2201 A-B
2202 \end_layout
2203
2204 \end_inset
2205 </cell>
2206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2207 \begin_inset Text
2208
2209 \begin_layout Standard
2210 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \end_inset
2217 </cell>
2218 </row>
2219 <row bottomline="true">
2220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Standard
2224
2225 \backslash
2226 root
2227 \begin_inset ERT
2228 status collapsed
2229
2230 \begin_layout Standard
2231
2232
2233 \backslash
2234 spce 
2235 \end_layout
2236
2237 \end_inset
2238
2239 3
2240 \begin_inset Formula $\downarrow$
2241 \end_inset
2242
2243 A-B
2244 \end_layout
2245
2246 \end_inset
2247 </cell>
2248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2249 \begin_inset Text
2250
2251 \begin_layout Standard
2252 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2253 \end_inset
2254
2255
2256 \end_layout
2257
2258 \end_inset
2259 </cell>
2260 </row>
2261 </lyxtabular>
2262
2263 \end_inset
2264
2265
2266 \end_layout
2267
2268 \begin_layout Standard
2269 A square root can also be created with 
2270 \series bold
2271
2272 \backslash
2273 root
2274 \series default
2275  when the root index field is left empty.
2276 \end_layout
2277
2278 \begin_layout Standard
2279 With certain indices the distance to the root is too small, like in this
2280  formula: 
2281 \begin_inset Formula $\sqrt[\beta]{B}$
2282 \end_inset
2283
2284
2285 \newline
2286 The 
2287 \begin_inset Formula $\beta$
2288 \end_inset
2289
2290  touches the root.
2291  To avoid this, the commands 
2292 \series bold
2293
2294 \backslash
2295 leftroot
2296 \series default
2297
2298 \begin_inset LatexCommand index
2299 name "Commands ! L ! \\textbackslash leftroot"
2300
2301 \end_inset
2302
2303  and 
2304 \series bold
2305
2306 \backslash
2307 uproot
2308 \series default
2309
2310 \begin_inset LatexCommand index
2311 name "Commands ! U ! \\textbackslash uproot"
2312
2313 \end_inset
2314
2315  are used with the following scheme:
2316 \end_layout
2317
2318 \begin_layout Standard
2319
2320 \series bold
2321
2322 \backslash
2323 leftroot{distance}
2324 \series default
2325  and 
2326 \series bold
2327
2328 \backslash
2329 uproot{distance}
2330 \end_layout
2331
2332 \begin_layout Standard
2333 Distance is the number of Big Points (unit bp; 
2334 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2335 \end_inset
2336
2337 ), that the index should be moved to the left or top, resp..
2338  The commands are written to the index.
2339  This way the command
2340 \newline
2341
2342 \series bold
2343
2344 \backslash
2345 root
2346 \backslash
2347 leftroot{-1
2348 \begin_inset Formula $\to$
2349 \end_inset
2350
2351
2352 \backslash
2353 uproot{2
2354 \begin_inset Formula $\to$
2355 \end_inset
2356
2357
2358 \backslash
2359 beta
2360 \begin_inset ERT
2361 status collapsed
2362
2363 \begin_layout Standard
2364
2365
2366 \backslash
2367 spce 
2368 \end_layout
2369
2370 \end_inset
2371
2372
2373 \begin_inset Formula $\to$
2374 \end_inset
2375
2376 B
2377 \newline
2378
2379 \series default
2380 produces a correct typeset formula: 
2381 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2382 \end_inset
2383
2384
2385 \end_layout
2386
2387 \begin_layout Subsection
2388 Binomial coefficients 
2389 \begin_inset LatexCommand index
2390 name "Binomial coefficient s"
2391
2392 \end_inset
2393
2394
2395 \end_layout
2396
2397 \begin_layout Standard
2398 Binomial coefficients are inserted with the command 
2399 \series bold
2400
2401 \backslash
2402 binom
2403 \series default
2404
2405 \begin_inset LatexCommand index
2406 name "Commands ! B ! \\textbackslash binom"
2407
2408 \end_inset
2409
2410  or with the submenu of the math toolbar button 
2411 \begin_inset Graphics
2412         filename ../images/math/frac-square.png
2413         scale 85
2414
2415 \end_inset
2416
2417 .
2418 \end_layout
2419
2420 \begin_layout Standard
2421 \align center
2422 \begin_inset Tabular
2423 <lyxtabular version="3" rows="3" columns="2">
2424 <features>
2425 <column alignment="center" valignment="top" leftline="true" width="0pt">
2426 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2427 <row topline="true" bottomline="true">
2428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Standard
2432 Command
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Standard
2441 Result
2442 \begin_inset Note Note
2443 status collapsed
2444
2445 \begin_layout Standard
2446
2447 \series bold
2448
2449 \backslash
2450 raisebox
2451 \series default
2452  is only used as spacer.
2453 \end_layout
2454
2455 \end_inset
2456
2457
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 </row>
2463 <row topline="true">
2464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2465 \begin_inset Text
2466
2467 \begin_layout Standard
2468
2469 \backslash
2470 binom
2471 \begin_inset ERT
2472 status collapsed
2473
2474 \begin_layout Standard
2475
2476
2477 \backslash
2478 spce 
2479 \end_layout
2480
2481 \end_inset
2482
2483 A
2484 \begin_inset Formula $\downarrow$
2485 \end_inset
2486
2487 B
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Standard
2496 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \end_inset
2503 </cell>
2504 </row>
2505 <row topline="true" bottomline="true">
2506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2507 \begin_inset Text
2508
2509 \begin_layout Standard
2510
2511 \backslash
2512 dbinom{A
2513 \begin_inset Formula $\to$
2514 \end_inset
2515
2516
2517 \backslash
2518 {B
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Standard
2527 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 </row>
2536 </lyxtabular>
2537
2538 \end_inset
2539
2540
2541 \end_layout
2542
2543 \begin_layout Standard
2544 Analog to fractions (
2545 \series bold
2546
2547 \backslash
2548 frac
2549 \series default
2550 ) there are besides 
2551 \series bold
2552
2553 \backslash
2554 binom
2555 \series default
2556  the commands 
2557 \series bold
2558
2559 \backslash
2560 dbinom
2561 \begin_inset LatexCommand index
2562 name "Commands ! D ! \\textbackslash dbinom"
2563
2564 \end_inset
2565
2566
2567 \series default
2568  and 
2569 \series bold
2570
2571 \backslash
2572 tbinom
2573 \series default
2574
2575 \begin_inset LatexCommand index
2576 name "Commands ! T ! \\textbackslash tbinom"
2577
2578 \end_inset
2579
2580  with the following command scheme:
2581 \end_layout
2582
2583 \begin_layout Standard
2584
2585 \series bold
2586
2587 \backslash
2588 dbinom{numerator}{denominator}
2589 \series default
2590  and
2591 \newline
2592
2593 \series bold
2594
2595 \backslash
2596 tbinom{numerator}{denominator}
2597 \end_layout
2598
2599 \begin_layout Subsection
2600 Case differentiations 
2601 \begin_inset LatexCommand index
2602 name "Case differentiations "
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610 \align center
2611 \begin_inset Tabular
2612 <lyxtabular version="3" rows="3" columns="2">
2613 <features>
2614 <column alignment="center" valignment="top" leftline="true" width="0pt">
2615 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2616 <row topline="true" bottomline="true">
2617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Standard
2621 Command
2622 \end_layout
2623
2624 \end_inset
2625 </cell>
2626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2627 \begin_inset Text
2628
2629 \begin_layout Standard
2630 Result
2631 \end_layout
2632
2633 \end_inset
2634 </cell>
2635 </row>
2636 <row topline="true">
2637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Standard
2641
2642 \backslash
2643 cases
2644 \begin_inset ERT
2645 status collapsed
2646
2647 \begin_layout Standard
2648
2649
2650 \backslash
2651 spce 
2652 \end_layout
2653
2654 \end_inset
2655
2656 A
2657 \begin_inset Formula $\to$
2658 \end_inset
2659
2660 B>0
2661 \begin_inset LatexCommand index
2662 name "Commands ! C ! \\textbackslash cases"
2663
2664 \end_inset
2665
2666
2667 \end_layout
2668
2669 \end_inset
2670 </cell>
2671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2672 \begin_inset Text
2673
2674 \begin_layout Standard
2675 \begin_inset Formula $\begin{cases}
2676 A & B>0\end{cases}$
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \end_inset
2683 </cell>
2684 </row>
2685 <row topline="true" bottomline="true">
2686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Standard
2690
2691 \backslash
2692 cases
2693 \begin_inset ERT
2694 status collapsed
2695
2696 \begin_layout Standard
2697
2698
2699 \backslash
2700 spce 
2701 \end_layout
2702
2703 \end_inset
2704
2705 Ctrl-Enter
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2711 \begin_inset Text
2712
2713 \begin_layout Standard
2714 \begin_inset Formula $\begin{cases}
2715 A & \textrm{for }x>0\\
2716 B & \textrm{for }x=0\end{cases}$
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 </row>
2725 </lyxtabular>
2726
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \begin_layout Standard
2733 After inserting 
2734 \series bold
2735
2736 \backslash
2737 cases
2738 \series default
2739  or the usage of the math toolbar button 
2740 \begin_inset Graphics
2741         filename ../images/math/cases.png
2742         scale 85
2743
2744 \end_inset
2745
2746  you can create new lines with the shortcut 
2747 \family sans
2748 Ctrl-Return
2749 \family default
2750  or the table toolbar button 
2751 \begin_inset Graphics
2752         filename ../images/tabular-feature_append-row.png
2753         scale 85
2754
2755 \end_inset
2756
2757 .
2758 \end_layout
2759
2760 \begin_layout Standard
2761 The command 
2762 \series bold
2763
2764 \backslash
2765 cases
2766 \series default
2767  is also available via the menu 
2768 \family sans
2769 Insert\SpecialChar \menuseparator
2770 Math\SpecialChar \menuseparator
2771 Cases-Environment
2772 \family default
2773 .
2774 \end_layout
2775
2776 \begin_layout Subsection
2777 Negations
2778 \begin_inset LatexCommand index
2779 name "Negations"
2780
2781 \end_inset
2782
2783
2784 \end_layout
2785
2786 \begin_layout Standard
2787 By inserting of 
2788 \series bold
2789
2790 \backslash
2791 not
2792 \series default
2793
2794 \begin_inset LatexCommand index
2795 name "Commands ! N ! \\textbackslash not"
2796
2797 \end_inset
2798
2799  every character can be displayed canceled.
2800  The characters are quasi accentuated by a slash.
2801 \end_layout
2802
2803 \begin_layout Standard
2804 \align center
2805 \begin_inset Tabular
2806 <lyxtabular version="3" rows="4" columns="2">
2807 <features>
2808 <column alignment="center" valignment="top" leftline="true" width="0pt">
2809 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
2810 <row topline="true" bottomline="true">
2811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Standard
2815 Command
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Standard
2824 Result
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 </row>
2830 <row topline="true">
2831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Standard
2835
2836 \backslash
2837 not=
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Standard
2846 \begin_inset Formula $\not=$
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 <row topline="true" bottomline="true">
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Standard
2860
2861 \backslash
2862 not 
2863 \backslash
2864 le
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Standard
2873 \begin_inset Formula $\not\le$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row topline="true" bottomline="true">
2883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Standard
2887
2888 \backslash
2889 not 
2890 \backslash
2891 parallel
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Standard
2900 \begin_inset Formula $\not\parallel$
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 </lyxtabular>
2910
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \begin_layout Standard
2917 The last example shows, that not all negations look good.
2918  Therefore there are for some negations special commands (see 
2919 \begin_inset LatexCommand ref
2920 reference "sub:Mathematical-Symbols"
2921
2922 \end_inset
2923
2924  and 
2925 \begin_inset LatexCommand ref
2926 reference "sec:Relations"
2927
2928 \end_inset
2929
2930 ).
2931 \end_layout
2932
2933 \begin_layout Subsection
2934 Placeholders
2935 \begin_inset LatexCommand label
2936 name "sub:Placeholders"
2937
2938 \end_inset
2939
2940
2941 \begin_inset LatexCommand index
2942 name "Placeholders"
2943
2944 \end_inset
2945
2946
2947 \begin_inset LatexCommand index
2948 name "Chemical characters ! Isotopes"
2949
2950 \end_inset
2951
2952
2953 \begin_inset LatexCommand index
2954 name "Isotopes|see{Chemical characters}"
2955
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \begin_layout Standard
2962 When displaying e.\InsetSpace \thinspace{}
2963 g.\InsetSpace ~
2964 isotopes
2965 \begin_inset Foot
2966 status collapsed
2967
2968 \begin_layout Standard
2969 More about chemical symbols is written in 
2970 \begin_inset LatexCommand ref
2971 reference "sub:Chemical-Symbols-and"
2972
2973 \end_inset
2974
2975 .
2976 \end_layout
2977
2978 \end_inset
2979
2980  the following problem occurs:
2981 \end_layout
2982
2983 \begin_layout Standard
2984 \align center
2985 \begin_inset Tabular
2986 <lyxtabular version="3" rows="2" columns="2">
2987 <features>
2988 <column alignment="center" valignment="top" width="0pt">
2989 <column alignment="center" valignment="top" width="0pt">
2990 <row>
2991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Standard
2995 Indices created with sub- and superscripts:
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Standard
3004 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Standard
3018 correct indices:
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Standard
3027 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3028 \end_inset
3029
3030
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 </row>
3036 </lyxtabular>
3037
3038 \end_inset
3039
3040
3041 \begin_inset Note Note
3042 status collapsed
3043
3044 \begin_layout Standard
3045
3046 \series bold
3047
3048 \backslash
3049 raisebox
3050 \series default
3051  is only used as spacer.
3052 \end_layout
3053
3054 \end_inset
3055
3056
3057 \end_layout
3058
3059 \begin_layout Standard
3060 The shorter index is by default placed below or above the first character
3061  of the longer index.
3062  To avoid this there is the command 
3063 \series bold
3064
3065 \backslash
3066 phantom
3067 \series default
3068
3069 \begin_inset LatexCommand index
3070 name "Commands ! P ! \\textbackslash phantom"
3071
3072 \end_inset
3073
3074  or the math toolbar button\InsetSpace \thinspace{}
3075
3076 \begin_inset Foot
3077 status collapsed
3078
3079 \begin_layout Standard
3080 can be found in the submenu of the toolbar button 
3081 \begin_inset Graphics
3082         filename ../images/math/space.png
3083         scale 85
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091
3092  
3093 \begin_inset Graphics
3094         filename ../images/math/phantom.png
3095         scale 85
3096
3097 \end_inset
3098
3099  that creates one or more phantom characters.
3100  When inserting 
3101 \series bold
3102
3103 \backslash
3104 phantom
3105 \series default
3106  a small blue box appears that is superposed with two red arrows.
3107  The arrows indicate that the complete width and height of the box content
3108  will be created as placeholder.
3109  Phantom characters are accordingly placeholders with the size of the characters.
3110 \end_layout
3111
3112 \begin_layout Standard
3113 \align center
3114 \begin_inset Tabular
3115 <lyxtabular version="3" rows="4" columns="2">
3116 <features>
3117 <column alignment="center" valignment="top" leftline="true" width="0">
3118 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
3119 <row topline="true" bottomline="true">
3120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Standard
3124 Command
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Standard
3133 Result
3134 \begin_inset Note Note
3135 status collapsed
3136
3137 \begin_layout Standard
3138
3139 \series bold
3140
3141 \backslash
3142 raisebox
3143 \series default
3144  is only used as spacer.
3145 \end_layout
3146
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 </row>
3155 <row topline="true">
3156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Standard
3160 ^19
3161 \begin_inset ERT
3162 status collapsed
3163
3164 \begin_layout Standard
3165
3166
3167 \backslash
3168 spce 
3169 \end_layout
3170
3171 \end_inset
3172
3173 _
3174 \backslash
3175 phantom
3176 \begin_inset ERT
3177 status collapsed
3178
3179 \begin_layout Standard
3180
3181
3182 \backslash
3183 spce 
3184 \end_layout
3185
3186 \end_inset
3187
3188 1
3189 \begin_inset Formula $\to$
3190 \end_inset
3191
3192 9
3193 \begin_inset ERT
3194 status collapsed
3195
3196 \begin_layout Standard
3197
3198
3199 \backslash
3200 spce 
3201 \end_layout
3202
3203 \end_inset
3204
3205 F
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Standard
3214 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3215 \end_inset
3216
3217
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 </row>
3223 <row topline="true" bottomline="true">
3224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Standard
3228 ^235
3229 \begin_inset ERT
3230 status collapsed
3231
3232 \begin_layout Standard
3233
3234
3235 \backslash
3236 spce 
3237 \end_layout
3238
3239 \end_inset
3240
3241 _
3242 \backslash
3243 phantom
3244 \begin_inset ERT
3245 status collapsed
3246
3247 \begin_layout Standard
3248
3249
3250 \backslash
3251 spce 
3252 \end_layout
3253
3254 \end_inset
3255
3256 23
3257 \begin_inset Formula $\to$
3258 \end_inset
3259
3260 9
3261 \begin_inset ERT
3262 status collapsed
3263
3264 \begin_layout Standard
3265
3266
3267 \backslash
3268 spce 
3269 \end_layout
3270
3271 \end_inset
3272
3273 F
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Standard
3282 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3283 \end_inset
3284
3285
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row topline="true" bottomline="true">
3292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Standard
3296
3297 \backslash
3298 Lambda^
3299 \begin_inset ERT
3300 status collapsed
3301
3302 \begin_layout Standard
3303
3304
3305 \backslash
3306 spce 
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \backslash
3313 phantom
3314 \begin_inset ERT
3315 status collapsed
3316
3317 \begin_layout Standard
3318
3319
3320 \backslash
3321 spce 
3322 \end_layout
3323
3324 \end_inset
3325
3326 ii
3327 \begin_inset Formula $\to$
3328 \end_inset
3329
3330 t
3331 \begin_inset ERT
3332 status collapsed
3333
3334 \begin_layout Standard
3335
3336
3337 \backslash
3338 spce 
3339 \end_layout
3340
3341 \end_inset
3342
3343 _MMt
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Standard
3352 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3353 \end_inset
3354
3355
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 </lyxtabular>
3362
3363 \end_inset
3364
3365
3366 \end_layout
3367
3368 \begin_layout Standard
3369 Furthermore there are the commands 
3370 \series bold
3371
3372 \backslash
3373 vphantom
3374 \series default
3375
3376 \begin_inset LatexCommand index
3377 name "Commands ! V ! \\textbackslash vphantom"
3378
3379 \end_inset
3380
3381  (toolbar button \InsetSpace ~
3382
3383 \begin_inset Graphics
3384         filename ../images/math/vphantom.png
3385         scale 85
3386
3387 \end_inset
3388
3389 ) and 
3390 \series bold
3391
3392 \backslash
3393 hphantom
3394 \series default
3395
3396 \begin_inset LatexCommand index
3397 name "Commands ! H ! \\textbackslash hphantom"
3398
3399 \end_inset
3400
3401  (toolbar button \InsetSpace ~
3402
3403 \begin_inset Graphics
3404         filename ../images/math/hphantom.png
3405         scale 85
3406
3407 \end_inset
3408
3409 ).
3410  
3411 \series bold
3412
3413 \backslash
3414 hphantom
3415 \series default
3416  creates only space for the maximal height of the characters in the box
3417  but not for its width.
3418  
3419 \series bold
3420
3421 \backslash
3422 vphantom
3423 \series default
3424  creates only space for the width of the box content.
3425  Therefore  the boxes of both commands have only one red arrow.
3426 \end_layout
3427
3428 \begin_layout Standard
3429 For example creates 
3430 \series bold
3431
3432 \backslash
3433 vphantom
3434 \series default
3435
3436 \begin_inset ERT
3437 status collapsed
3438
3439 \begin_layout Standard
3440
3441
3442 \backslash
3443 spce 
3444 \end_layout
3445
3446 \end_inset
3447
3448
3449 \series bold
3450 a
3451 \backslash
3452 int
3453 \series default
3454  space for the height of the integral sign,
3455 \begin_inset Foot
3456 status collapsed
3457
3458 \begin_layout Standard
3459 The command 
3460 \series bold
3461
3462 \backslash
3463 int
3464 \series default
3465  creates an integral sign, see 
3466 \begin_inset LatexCommand ref
3467 reference "sub:Big-Operators"
3468
3469 \end_inset
3470
3471 .
3472 \end_layout
3473
3474 \end_inset
3475
3476  because this is the larger character.
3477  An example application is in 
3478 \begin_inset LatexCommand ref
3479 reference "sub:Multiline-Brackets"
3480
3481 \end_inset
3482
3483 .
3484 \end_layout
3485
3486 \begin_layout Subsection
3487 Lines
3488 \begin_inset LatexCommand index
3489 name "Lines"
3490
3491 \end_inset
3492
3493
3494 \begin_inset LatexCommand index
3495 name "Formula ! underlined"
3496
3497 \end_inset
3498
3499
3500 \end_layout
3501
3502 \begin_layout Standard
3503 \align center
3504 \begin_inset Tabular
3505 <lyxtabular version="3" rows="4" columns="2">
3506 <features>
3507 <column alignment="center" valignment="top" leftline="true" width="0pt">
3508 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3509 <row topline="true" bottomline="true">
3510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Standard
3514 Command
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Standard
3523 Result
3524 \begin_inset Note Note
3525 status collapsed
3526
3527 \begin_layout Standard
3528
3529 \series bold
3530
3531 \backslash
3532 raisebox
3533 \series default
3534  is only used as spacer.
3535 \end_layout
3536
3537 \end_inset
3538
3539
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row topline="true" bottomline="true">
3546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Standard
3550
3551 \backslash
3552 overline
3553 \begin_inset ERT
3554 status collapsed
3555
3556 \begin_layout Standard
3557
3558
3559 \backslash
3560 spce 
3561 \end_layout
3562
3563 \end_inset
3564
3565 A+B
3566 \begin_inset LatexCommand index
3567 name "Commands ! O ! \\textbackslash overline"
3568
3569 \end_inset
3570
3571
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Standard
3580 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3581 \end_inset
3582
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row bottomline="true">
3590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Standard
3594
3595 \backslash
3596 underline
3597 \begin_inset ERT
3598 status collapsed
3599
3600 \begin_layout Standard
3601
3602
3603 \backslash
3604 spce 
3605 \end_layout
3606
3607 \end_inset
3608
3609 A+B
3610 \begin_inset LatexCommand index
3611 name "Commands ! U ! \\textbackslash underline"
3612
3613 \end_inset
3614
3615
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Standard
3624 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3625 \end_inset
3626
3627
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row topline="true" bottomline="true">
3634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Standard
3638
3639 \backslash
3640 overline
3641 \begin_inset ERT
3642 status collapsed
3643
3644 \begin_layout Standard
3645
3646
3647 \backslash
3648 spce 
3649 \end_layout
3650
3651 \end_inset
3652
3653
3654 \backslash
3655 underline
3656 \begin_inset ERT
3657 status collapsed
3658
3659 \begin_layout Standard
3660
3661
3662 \backslash
3663 spce 
3664 \end_layout
3665
3666 \end_inset
3667
3668 A+B
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Standard
3677 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3678 \end_inset
3679
3680
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 </lyxtabular>
3687
3688 \end_inset
3689
3690
3691 \end_layout
3692
3693 \begin_layout Standard
3694 In the last example it doesn't matter if first 
3695 \series bold
3696
3697 \backslash
3698 overline
3699 \series default
3700  or 
3701 \series bold
3702
3703 \backslash
3704 underline
3705 \series default
3706  is inserted.
3707 \end_layout
3708
3709 \begin_layout Standard
3710 To double underline e.\InsetSpace \thinspace{}
3711 g.
3712  results, one uses 
3713 \series bold
3714
3715 \backslash
3716 underline
3717 \series default
3718  twice.
3719 \end_layout
3720
3721 \begin_layout Standard
3722 It is possible to place up to 6 lines above or below characters.
3723 \end_layout
3724
3725 \begin_layout Subsection
3726 Ellipses
3727 \begin_inset LatexCommand index
3728 name "Ellipses"
3729
3730 \end_inset
3731
3732
3733 \end_layout
3734
3735 \begin_layout Standard
3736 There are different types of ellipses available.
3737 \begin_inset Foot
3738 status collapsed
3739
3740 \begin_layout Standard
3741 In the math toolbar in the submenu of the button 
3742 \begin_inset Graphics
3743         filename ../images/math/ldots.png
3744         scale 85
3745
3746 \end_inset
3747
3748
3749 \end_layout
3750
3751 \end_inset
3752
3753  For listings dots at the baseline are used (
3754 \series bold
3755
3756 \backslash
3757 ldots
3758 \series default
3759
3760 \begin_inset LatexCommand index
3761 name "Commands ! L ! \\textbackslash ldots"
3762
3763 \end_inset
3764
3765 ), while for operations dots are needed that are on the same height as the
3766  operators (
3767 \series bold
3768
3769 \backslash
3770 cdots
3771 \series default
3772
3773 \begin_inset LatexCommand index
3774 name "Commands ! C ! \\textbackslash cdots"
3775
3776 \end_inset
3777
3778 ).
3779  When using the command 
3780 \series bold
3781
3782 \backslash
3783 dots
3784 \series default
3785
3786 \begin_inset LatexCommand index
3787 name "Commands ! D ! \\textbackslash dots"
3788
3789 \end_inset
3790
3791 , LaTeX decides on the basis of the next character what type is used.
3792 \end_layout
3793
3794 \begin_layout Standard
3795 \align center
3796 \begin_inset Tabular
3797 <lyxtabular version="3" rows="8" columns="2">
3798 <features>
3799 <column alignment="center" valignment="top" leftline="true" width="0pt">
3800 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3801 <row topline="true" bottomline="true">
3802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Standard
3806 Command
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Standard
3815 Result
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 </row>
3821 <row topline="true">
3822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Standard
3826 A_1
3827 \begin_inset ERT
3828 status collapsed
3829
3830 \begin_layout Standard
3831
3832
3833 \backslash
3834 spce 
3835 \end_layout
3836
3837 \end_inset
3838
3839 ,
3840 \backslash
3841 dots
3842 \begin_inset ERT
3843 status collapsed
3844
3845 \begin_layout Standard
3846
3847
3848 \backslash
3849 spce 
3850 \end_layout
3851
3852 \end_inset
3853
3854 ,A_n
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Standard
3863 \begin_inset Formula $A_{1},\dots,A_{n}$
3864 \end_inset
3865
3866
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row topline="true">
3873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Standard
3877 A_1
3878 \begin_inset ERT
3879 status collapsed
3880
3881 \begin_layout Standard
3882
3883
3884 \backslash
3885 spce 
3886 \end_layout
3887
3888 \end_inset
3889
3890 +
3891 \backslash
3892 dots
3893 \begin_inset ERT
3894 status collapsed
3895
3896 \begin_layout Standard
3897
3898
3899 \backslash
3900 spce 
3901 \end_layout
3902
3903 \end_inset
3904
3905 +A_n
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Standard
3914 \begin_inset Formula $A_{1}+\dots+A_{n}$
3915 \end_inset
3916
3917
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row topline="true">
3924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Standard
3928 A_1
3929 \begin_inset ERT
3930 status collapsed
3931
3932 \begin_layout Standard
3933
3934
3935 \backslash
3936 spce 
3937 \end_layout
3938
3939 \end_inset
3940
3941 ,
3942 \backslash
3943 ldots
3944 \begin_inset ERT
3945 status collapsed
3946
3947 \begin_layout Standard
3948
3949
3950 \backslash
3951 spce 
3952 \end_layout
3953
3954 \end_inset
3955
3956 ,A_n
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Standard
3965 \begin_inset Formula $A_{1},\ldots,A_{n}$
3966 \end_inset
3967
3968
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row topline="true" bottomline="true">
3975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Standard
3979 A_1
3980 \begin_inset ERT
3981 status collapsed
3982
3983 \begin_layout Standard
3984
3985
3986 \backslash
3987 spce 
3988 \end_layout
3989
3990 \end_inset
3991
3992 +
3993 \backslash
3994 cdots
3995 \begin_inset ERT
3996 status collapsed
3997
3998 \begin_layout Standard
3999
4000
4001 \backslash
4002 spce 
4003 \end_layout
4004
4005 \end_inset
4006
4007 +A_n
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Standard
4016 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4017 \end_inset
4018
4019
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 </row>
4025 <row topline="true">
4026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Standard
4030
4031 \backslash
4032 vdots
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Standard
4041 \begin_inset Formula $\vdots$
4042 \end_inset
4043
4044
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row topline="true" bottomline="true">
4051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Standard
4055
4056 \backslash
4057 ddots
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Standard
4066 \begin_inset Formula $\ddots$
4067 \end_inset
4068
4069
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row topline="true" bottomline="true">
4076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Standard
4080 3×3\InsetSpace \thinspace{}
4081 matrix with the different dots
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Standard
4090 \begin_inset Formula $\begin{array}{ccc}
4091 A_{11} & \cdots & A_{1m}\\
4092 \vdots & \ddots & \vdots\\
4093 A_{n1} & \cdots & A_{nm}\end{array}$
4094 \end_inset
4095
4096
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 </lyxtabular>
4103
4104 \end_inset
4105
4106
4107 \end_layout
4108
4109 \begin_layout Standard
4110 The ellipses available in menu 
4111 \family sans
4112 Insert\SpecialChar \menuseparator
4113 Special\InsetSpace ~
4114 Character
4115 \family default
4116  are 
4117 \series bold
4118
4119 \backslash
4120 ldots
4121 \series default
4122 .
4123 \end_layout
4124
4125 \begin_layout Standard
4126 \begin_inset VSpace medskip
4127 \end_inset
4128
4129 Specially for matrices there are ellipses that span over several columns.
4130  They are created with the command 
4131 \series bold
4132
4133 \backslash
4134 hdotsfor
4135 \series default
4136
4137 \begin_inset LatexCommand index
4138 name "Commands ! H ! \\textbackslash hdotsfor"
4139
4140 \end_inset
4141
4142 , that has the following scheme:
4143 \end_layout
4144
4145 \begin_layout Standard
4146
4147 \series bold
4148
4149 \backslash
4150 hdotsfor[distance]{number of columns}
4151 \end_layout
4152
4153 \begin_layout Standard
4154 The number of columns specifies how many columns should be spanned.
4155  Distance is a factor for the distance between the dots.
4156 \end_layout
4157
4158 \begin_layout Standard
4159 In the following matrix the command 
4160 \series bold
4161
4162 \backslash
4163 hdotsfor[2]{4}
4164 \series default
4165  was inserted in the first box of the second line, to get an ellipsis with
4166  a dot distance twice as long as with the command 
4167 \series bold
4168
4169 \backslash
4170 dots
4171 \series default
4172 :
4173 \begin_inset Formula \[
4174 \left(\begin{array}{cccc}
4175 A & B & C & D\\
4176 \hdotsfor[2]{4}\\
4177 q & w & e & r\end{array}\right)\]
4178
4179 \end_inset
4180
4181 Note that the matrix fields that should be spanned must be empty, otherwise
4182  you get LaTeX-errors.
4183 \end_layout
4184
4185 \begin_layout Standard
4186 \begin_inset VSpace bigskip
4187 \end_inset
4188
4189 Furthermore you can fill with the command 
4190 \series bold
4191
4192 \backslash
4193 dotfill
4194 \series default
4195
4196 \begin_inset LatexCommand index
4197 name "Commands ! D ! \\textbackslash dotfill"
4198
4199 \end_inset
4200
4201  the rest of a line with dots.
4202  The effect of these commands is the same like with 
4203 \series bold
4204
4205 \backslash
4206 hfill
4207 \series default
4208 , see 
4209 \begin_inset LatexCommand ref
4210 reference "sub:Variable-Space"
4211
4212 \end_inset
4213
4214 .
4215 \end_layout
4216
4217 \begin_layout Standard
4218 For example the command 
4219 \series bold
4220 A
4221 \backslash
4222 dotfill
4223 \begin_inset ERT
4224 status collapsed
4225
4226 \begin_layout Standard
4227
4228
4229 \backslash
4230 spce 
4231 \end_layout
4232
4233 \end_inset
4234
4235 B
4236 \series default
4237  produces
4238 \end_layout
4239
4240 \begin_layout Standard
4241 \begin_inset Formula $A\dotfill B$
4242 \end_inset
4243
4244
4245 \end_layout
4246
4247 \begin_layout Standard
4248 Analog to
4249 \series bold
4250  
4251 \backslash
4252 dotfill
4253 \series default
4254  there is for a line the command 
4255 \series bold
4256
4257 \backslash
4258 hrulefill
4259 \series default
4260
4261 \begin_inset LatexCommand index
4262 name "Commands ! H ! \\textbackslash hrulefill"
4263
4264 \end_inset
4265
4266 :
4267 \end_layout
4268
4269 \begin_layout Standard
4270 \begin_inset Formula $A\hrulefill B$
4271 \end_inset
4272
4273
4274 \end_layout
4275
4276 \begin_layout Standard
4277 To use the commands for text, they have to be inserted in TeX-mode.
4278 \end_layout
4279
4280 \begin_layout Section
4281 Matrices
4282 \begin_inset LatexCommand label
4283 name "sec:Matrices"
4284
4285 \end_inset
4286
4287
4288 \begin_inset LatexCommand index
4289 name "Matrices"
4290
4291 \end_inset
4292
4293
4294 \end_layout
4295
4296 \begin_layout Standard
4297 Matrices can be inserted via the math toolbar button 
4298 \begin_inset Graphics
4299         filename ../images/dialog-show_mathmatrix.png
4300         scale 85
4301
4302 \end_inset
4303
4304  or the menu 
4305 \family sans
4306 Insert\SpecialChar \menuseparator
4307 Math\SpecialChar \menuseparator
4308 Matrix
4309 \family default
4310 .
4311  You will be asked for the number of matrix columns and rows, and the alignment.
4312  The vertical alignment is hereby only of importance for matrices in inline
4313  formulas:
4314 \end_layout
4315
4316 \begin_layout Standard
4317 The first matrix is top 
4318 \begin_inset Formula $\begin{array}[t]{cccc}
4319 A & D & G & J\\
4320 B & E & H & K\\
4321 C & F & I & L\end{array}$
4322 \end_inset
4323
4324 , the second middle 
4325 \begin_inset Formula $\begin{array}{cccc}
4326 A & D & G & J\\
4327 B & E & H & K\\
4328 C & F & I & L\end{array}$
4329 \end_inset
4330
4331 , and the third bottom 
4332 \begin_inset Formula $\begin{array}[b]{cccc}
4333 A & D & G & J\\
4334 B & E & H & K\\
4335 C & F & I & L\end{array}$
4336 \end_inset
4337
4338  aligned.
4339 \end_layout
4340
4341 \begin_layout Standard
4342 The horizontal alignment specifies how the column entries should be aligned.
4343  It is set by entering a letter for every column.
4344  
4345 \emph on
4346 l
4347 \emph default
4348  denotes left aligned, 
4349 \emph on
4350 c
4351 \emph default
4352  centered, and 
4353 \emph on
4354 r
4355 \emph default
4356  right aligned.
4357  To create for example a 4
4358 \series bold
4359 ×
4360 \series default
4361 4\InsetSpace ~
4362 matrix where the first column is left aligned, the second and third are
4363  centered, and the last one is right aligned, one enters for the horizontal
4364  alignment 
4365 \series bold
4366 lccr
4367 \series default
4368 .
4369  Normally are in a matrix all columns centered, therefore the default is
4370  for every column is a 
4371 \series bold
4372 c
4373 \series default
4374 .
4375 \end_layout
4376
4377 \begin_layout Standard
4378 Horizontal alignment:
4379 \end_layout
4380
4381 \begin_layout Standard
4382
4383 \series bold
4384 lll
4385 \series default
4386  : 
4387 \begin_inset Formula $\begin{array}{lll}
4388 10000 & D & G\\
4389 B & 10000 & H\\
4390 C & F & 10000\end{array}$
4391 \end_inset
4392
4393  , 
4394 \series bold
4395 ccc
4396 \series default
4397  : 
4398 \begin_inset Formula $\begin{array}{ccc}
4399 10000 & D & G\\
4400 B & 10000 & H\\
4401 C & F & 10000\end{array}$
4402 \end_inset
4403
4404  , 
4405 \series bold
4406 rrr
4407 \series default
4408  : 
4409 \begin_inset Formula $\begin{array}{rrr}
4410 10000 & D & G\\
4411 B & 10000 & H\\
4412 C & F & 10000\end{array}$
4413 \end_inset
4414
4415
4416 \end_layout
4417
4418 \begin_layout Standard
4419 To add or delete rows and columns subsequently, the math toolbar buttons
4420  
4421 \begin_inset Graphics
4422         filename ../images/tabular-feature_append-row.png
4423         scale 85
4424
4425 \end_inset
4426
4427
4428 \begin_inset Graphics
4429         filename ../images/tabular-feature_delete-row.png
4430         scale 85
4431
4432 \end_inset
4433
4434 , etc.\InsetSpace \thinspace{}
4435 , or the menu 
4436 \family sans
4437 Edit\SpecialChar \menuseparator
4438 Rows & Columns
4439 \family default
4440  can be used.
4441  New rows can also be created with 
4442 \family sans
4443 Ctrl-Return
4444 \family default
4445 .
4446 \end_layout
4447
4448 \begin_layout Standard
4449 \begin_inset VSpace bigskip
4450 \end_inset
4451
4452 Parentheses around a matrix can can either be created with the commands
4453  
4454 \series bold
4455
4456 \backslash
4457 left
4458 \series default
4459
4460 \begin_inset LatexCommand index
4461 name "Commands ! L ! \\textbackslash left"
4462
4463 \end_inset
4464
4465  and 
4466 \series bold
4467
4468 \backslash
4469 right
4470 \series default
4471
4472 \begin_inset LatexCommand index
4473 name "Commands ! R ! \\textbackslash right"
4474
4475 \end_inset
4476
4477  (shortcut 
4478 \family sans
4479 Alt-m\InsetSpace ~
4480 parenthesis
4481 \family default
4482 ), see 
4483 \begin_inset LatexCommand ref
4484 reference "sub:Automatic-Bracket-Size"
4485
4486 \end_inset
4487
4488 , or by using the following commands:
4489 \begin_inset VSpace medskip
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \begin_layout Standard
4496
4497 \hfill
4498
4499 \begin_inset Tabular
4500 <lyxtabular version="3" rows="4" columns="2">
4501 <features>
4502 <column alignment="center" valignment="top" leftline="true" width="0">
4503 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4504 <row topline="true" bottomline="true">
4505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Standard
4509 Command
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Standard
4518 Result
4519 \begin_inset Note Note
4520 status collapsed
4521
4522 \begin_layout Standard
4523
4524 \series bold
4525
4526 \backslash
4527 raisebox
4528 \series default
4529  is only used as spacer.
4530 \end_layout
4531
4532 \end_inset
4533
4534
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row topline="true">
4541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Standard
4545
4546 \backslash
4547 bmatrix
4548 \begin_inset ERT
4549 status collapsed
4550
4551 \begin_layout Standard
4552
4553
4554 \backslash
4555 spce 
4556 \end_layout
4557
4558 \end_inset
4559
4560 2
4561 \series bold
4562 ×
4563 \series default
4564 2\InsetSpace \thinspace{}
4565 matrix
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Standard
4574 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
4575 0 & \textrm{-}\mathrm{i}\\
4576 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
4577 \end_inset
4578
4579
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row topline="true">
4586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Standard
4590
4591 \backslash
4592 Bmatrix
4593 \begin_inset ERT
4594 status collapsed
4595
4596 \begin_layout Standard
4597
4598
4599 \backslash
4600 spce 
4601 \end_layout
4602
4603 \end_inset
4604
4605 2
4606 \series bold
4607 ×
4608 \series default
4609 2\InsetSpace \thinspace{}
4610 matrix
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Standard
4619 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
4620 0 & \textrm{-}\mathrm{i}\\
4621 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
4622 \end_inset
4623
4624
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row topline="true" bottomline="true">
4631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Standard
4635
4636 \backslash
4637 pmatrix
4638 \begin_inset ERT
4639 status collapsed
4640
4641 \begin_layout Standard
4642
4643
4644 \backslash
4645 spce 
4646 \end_layout
4647
4648 \end_inset
4649
4650 2
4651 \series bold
4652 ×
4653 \series default
4654 2\InsetSpace \thinspace{}
4655 matrix
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Standard
4664 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
4665 0 & \textrm{-}\mathrm{i}\\
4666 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
4667 \end_inset
4668
4669
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 </lyxtabular>
4676
4677 \end_inset
4678
4679
4680 \hfill
4681
4682 \begin_inset Tabular
4683 <lyxtabular version="3" rows="4" columns="2">
4684 <features>
4685 <column alignment="center" valignment="top" leftline="true" width="0">
4686 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4687 <row topline="true" bottomline="true">
4688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Standard
4692 Command
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Standard
4701 Result
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row topline="true">
4708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Standard
4712
4713 \backslash
4714 vmatrix
4715 \begin_inset ERT
4716 status collapsed
4717
4718 \begin_layout Standard
4719
4720
4721 \backslash
4722 spce 
4723 \end_layout
4724
4725 \end_inset
4726
4727 2
4728 \series bold
4729 ×
4730 \series default
4731 2\InsetSpace \thinspace{}
4732 matrix
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Standard
4741 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
4742 0 & \textrm{-}\mathrm{i}\\
4743 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
4744 \end_inset
4745
4746
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 <row topline="true" bottomline="true">
4753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Standard
4757
4758 \backslash
4759 Vmatrix
4760 \begin_inset ERT
4761 status collapsed
4762
4763 \begin_layout Standard
4764
4765
4766 \backslash
4767 spce 
4768 \end_layout
4769
4770 \end_inset
4771
4772 2
4773 \series bold
4774 ×
4775 \series default
4776 2\InsetSpace \thinspace{}
4777 matrix
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Standard
4786 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
4787 0 & \textrm{-}\mathrm{i}\\
4788 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
4789 \end_inset
4790
4791
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 </row>
4797 <row topline="true" bottomline="true">
4798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Standard
4802
4803 \backslash
4804 matrix
4805 \begin_inset ERT
4806 status collapsed
4807
4808 \begin_layout Standard
4809
4810
4811 \backslash
4812 spce 
4813 \end_layout
4814
4815 \end_inset
4816
4817 2
4818 \series bold
4819 ×
4820 \series default
4821 2\InsetSpace \thinspace{}
4822 matrix
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Standard
4831 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
4832 0 & \textrm{-}\mathrm{i}\\
4833 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
4834 \end_inset
4835
4836
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 </row>
4842 </lyxtabular>
4843
4844 \end_inset
4845
4846
4847 \hfill
4848
4849 \end_layout
4850
4851 \begin_layout Standard
4852 \begin_inset VSpace medskip
4853 \end_inset
4854
4855 When e.\InsetSpace \thinspace{}
4856 g.\InsetSpace ~
4857
4858 \series bold
4859
4860 \backslash
4861 vmatrix
4862 \series default
4863  is inserted, a blue box appears between two vertical lines where the matrix
4864  is inserted.
4865 \end_layout
4866
4867 \begin_layout Standard
4868 \begin_inset VSpace bigskip
4869 \end_inset
4870
4871 As all multiline formulas are matrices, the length 
4872 \series bold
4873
4874 \backslash
4875 arraycolsep
4876 \series default
4877
4878 \begin_inset LatexCommand index
4879 name "Commands ! A ! \\textbackslash arraycolsep"
4880
4881 \end_inset
4882
4883  that is described in 
4884 \begin_inset LatexCommand ref
4885 reference "sub:Column-Separation"
4886
4887 \end_inset
4888
4889  can also be used to change the column separation of matrices.
4890 \end_layout
4891
4892 \begin_layout Standard
4893 To change the row separation, the command 
4894 \series bold
4895
4896 \backslash
4897 arraystretch
4898 \series default
4899
4900 \begin_inset LatexCommand index
4901 name "Commands ! A ! \\textbackslash arraystretch"
4902
4903 \end_inset
4904
4905  is used.
4906  It is used as follows:
4907 \end_layout
4908
4909 \begin_layout Standard
4910
4911 \series bold
4912
4913 \backslash
4914 renewcommand{
4915 \backslash
4916 arraystretch}{stretch factor}
4917 \begin_inset LatexCommand index
4918 name "Commands ! R ! \\textbackslash renewcommand"
4919
4920 \end_inset
4921
4922
4923 \end_layout
4924
4925 \begin_layout Standard
4926 The command 
4927 \series bold
4928
4929 \backslash
4930 renewcommand
4931 \series default
4932  assigns the stretch factor to the predefined command 
4933 \series bold
4934
4935 \backslash
4936 arraystretch
4937 \series default
4938 .
4939  To double e.\InsetSpace \thinspace{}
4940 g.\InsetSpace ~
4941 the row separation, use the factor 2.
4942  This is then used for all following matrices.
4943  To go back to the original separation, assign the factor 1 to 
4944 \series bold
4945
4946 \backslash
4947 arraystretch
4948 \series default
4949 .
4950 \end_layout
4951
4952 \begin_layout Standard
4953 To set matrices into a text line, the command 
4954 \series bold
4955
4956 \backslash
4957 smallmatrix
4958 \series default
4959
4960 \begin_inset LatexCommand index
4961 name "Commands ! S ! \\textbackslash smallmatrix"
4962
4963 \end_inset
4964
4965  is used.
4966  When it is inserted a blue box with two dashed lines appears.
4967  In this box the matrix is inserted.
4968 \end_layout
4969
4970 \begin_layout Standard
4971 This is a matrix 
4972 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
4973 C & D\end{smallmatrix}\right)$
4974 \end_inset
4975
4976  in a text line.
4977 \end_layout
4978
4979 \begin_layout Section
4980 Brackets and Delimiters
4981 \begin_inset LatexCommand index
4982 name "Brackets"
4983
4984 \end_inset
4985
4986
4987 \begin_inset LatexCommand index
4988 name "Delimiters"
4989
4990 \end_inset
4991
4992
4993 \end_layout
4994
4995 \begin_layout Subsection
4996 Vertical Brackets and Delimiters
4997 \begin_inset LatexCommand index
4998 name "Brackets ! vertical"
4999
5000 \end_inset
5001
5002
5003 \end_layout
5004
5005 \begin_layout Standard
5006
5007 \hfill
5008
5009 \begin_inset Tabular
5010 <lyxtabular version="3" rows="9" columns="2">
5011 <features>
5012 <column alignment="center" valignment="top" leftline="true" width="0pt">
5013 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
5014 <row topline="true" bottomline="true">
5015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Standard
5019 Command
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Standard
5028 Result
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 <row topline="true">
5035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Standard
5039 (
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Standard
5048 \begin_inset Formula $($
5049 \end_inset
5050
5051
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row topline="true">
5058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Standard
5062 {
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Standard
5071 \begin_inset Formula $\{$
5072 \end_inset
5073
5074
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row topline="true">
5081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Standard
5085 [
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Standard
5094 \begin_inset Formula $[$
5095 \end_inset
5096
5097
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row topline="true">
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Standard
5108
5109 \backslash
5110 langle
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Standard
5119 \begin_inset Formula $\langle$
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row topline="true">
5129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Standard
5133
5134 \backslash
5135 lceil
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Standard
5144 \begin_inset Formula $\lceil$
5145 \end_inset
5146
5147
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row topline="true">
5154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Standard
5158
5159 \backslash
5160 lfloor
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Standard
5169 \begin_inset Formula $\lfloor$
5170 \end_inset
5171
5172
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row topline="true">
5179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Standard
5183 /
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Standard
5192 \begin_inset Formula $/$
5193 \end_inset
5194
5195
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row topline="true" bottomline="true">
5202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Standard
5206 |
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Standard
5215 \begin_inset Formula $|$
5216 \end_inset
5217
5218
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 </lyxtabular>
5225
5226 \end_inset
5227
5228
5229 \hfill
5230
5231 \begin_inset Tabular
5232 <lyxtabular version="3" rows="9" columns="2">
5233 <features>
5234 <column alignment="center" valignment="top" leftline="true" width="0pt">
5235 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
5236 <row topline="true" bottomline="true">
5237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Standard
5241 Command
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Standard
5250 Result
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 </row>
5256 <row topline="true">
5257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Standard
5261 )
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Standard
5270 \begin_inset Formula $)$
5271 \end_inset
5272
5273
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 </row>
5279 <row topline="true">
5280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Standard
5284 }
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Standard
5293 \begin_inset Formula $\}$
5294 \end_inset
5295
5296
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 </row>
5302 <row topline="true">
5303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Standard
5307 ]
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Standard
5316 \begin_inset Formula $]$
5317 \end_inset
5318
5319
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 <row topline="true">
5326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Standard
5330
5331 \backslash
5332 rangle
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Standard
5341 \begin_inset Formula $\rangle$
5342 \end_inset
5343
5344
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 </row>
5350 <row topline="true">
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Standard
5355
5356 \backslash
5357 rceil
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Standard
5366 \begin_inset Formula $\rceil$
5367 \end_inset
5368
5369
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row topline="true">
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Standard
5380
5381 \backslash
5382 rfloor
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Standard
5391 \begin_inset Formula $\rfloor$
5392 \end_inset
5393
5394
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 </row>
5400 <row topline="true">
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Standard
5405
5406 \backslash
5407
5408 \backslash
5409
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Standard
5418 \begin_inset Formula $\backslash$
5419 \end_inset
5420
5421
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 </row>
5427 <row topline="true" bottomline="true">
5428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Standard
5432
5433 \backslash
5434 |
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Standard
5443 \begin_inset Formula $\|$
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 \hfill
5458
5459 \end_layout
5460
5461 \begin_layout Standard
5462
5463 \series medium
5464 \begin_inset Note Greyedout
5465 status open
5466
5467 \begin_layout Standard
5468
5469 \series bold
5470 Note:
5471 \series default
5472  In TeX-mode the command 
5473 \series bold
5474
5475 \backslash
5476 textbackslash
5477 \series default
5478
5479 \begin_inset LatexCommand index
5480 name "Commands ! T ! \\textbackslash textbackslash"
5481
5482 \end_inset
5483
5484  must be used for the backslash, because the command 
5485 \series bold
5486
5487 \backslash
5488
5489 \backslash
5490
5491 \series default
5492  produces there a line break.
5493 \end_layout
5494
5495 \end_inset
5496
5497
5498 \end_layout
5499
5500 \begin_layout Standard
5501 For all characters listed above the size can be adjusted with the commands
5502  described in the following two subsections.
5503  When using these commands, the characters < and > can directly be used
5504  instead of the commands 
5505 \series bold
5506
5507 \backslash
5508 langle
5509 \series default
5510  and 
5511 \series bold
5512
5513 \backslash
5514 rangle
5515 \series default
5516 .
5517 \end_layout
5518
5519 \begin_layout Subsubsection
5520 Manual Bracket Size
5521 \begin_inset LatexCommand label
5522 name "sub:Manual-Bracket-Size"
5523
5524 \end_inset
5525
5526
5527 \begin_inset LatexCommand index
5528 name "Bracket size ! manual"
5529
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \begin_layout Standard
5536 The bracket size can be specified manually by the LaTeX-commands 
5537 \series bold
5538
5539 \backslash
5540 big
5541 \series default
5542
5543 \begin_inset LatexCommand index
5544 name "Commands ! B ! \\textbackslash big"
5545
5546 \end_inset
5547
5548
5549 \series bold
5550
5551 \backslash
5552 Big
5553 \series default
5554
5555 \series bold
5556
5557 \backslash
5558 bigg
5559 \series default
5560 , and 
5561 \series bold
5562
5563 \backslash
5564 Bigg
5565 \series default
5566 .
5567  
5568 \series bold
5569
5570 \backslash
5571 big
5572 \series default
5573  denotes the smallest and 
5574 \series bold
5575
5576 \backslash
5577 Bigg
5578 \series default
5579  the largest bracket size.
5580 \end_layout
5581
5582 \begin_layout Standard
5583 These commands are used to emphasize levels of brackets:
5584 \end_layout
5585
5586 \begin_layout Standard
5587 \align center
5588 \begin_inset Tabular
5589 <lyxtabular version="3" rows="2" columns="2">
5590 <features>
5591 <column alignment="center" valignment="top" width="0pt">
5592 <column alignment="center" valignment="top" width="0pt">
5593 <row>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Standard
5598 all brackets in the same size:
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Standard
5607 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 </row>
5616 <row>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Standard
5621 this looks better:
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Standard
5630 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
5631 \end_inset
5632
5633
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 </row>
5639 </lyxtabular>
5640
5641 \end_inset
5642
5643
5644 \begin_inset Note Note
5645 status collapsed
5646
5647 \begin_layout Standard
5648
5649 \series bold
5650
5651 \backslash
5652 raisebox
5653 \series default
5654  is only used as spacer.
5655 \end_layout
5656
5657 \end_inset
5658
5659
5660 \end_layout
5661
5662 \begin_layout Standard
5663 For the second formula the command 
5664 \series bold
5665
5666 \backslash
5667 Big((A+B)(A-B)
5668 \backslash
5669 Big)^
5670 \begin_inset ERT
5671 status collapsed
5672
5673 \begin_layout Standard
5674
5675
5676 \backslash
5677 spce 
5678 \end_layout
5679
5680 \end_inset
5681
5682 C
5683 \series default
5684  has been used.
5685 \end_layout
5686
5687 \begin_layout Standard
5688 Here is an overview about all bracket sizes:
5689 \end_layout
5690
5691 \begin_layout Standard
5692 \align center
5693
5694 \backslash
5695 Bigg(
5696 \backslash
5697 exp
5698 \backslash
5699 bigg<
5700 \backslash
5701 Big[
5702 \backslash
5703 big{
5704 \backslash
5705 ln(3x)
5706 \backslash
5707 big}^2
5708 \begin_inset ERT
5709 status collapsed
5710
5711 \begin_layout Standard
5712
5713
5714 \backslash
5715 spce 
5716 \end_layout
5717
5718 \end_inset
5719
5720
5721 \backslash
5722 sin(x)
5723 \backslash
5724 Big]^
5725 \begin_inset ERT
5726 status collapsed
5727
5728 \begin_layout Standard
5729
5730
5731 \backslash
5732 spce 
5733 \end_layout
5734
5735 \end_inset
5736
5737 A
5738 \begin_inset ERT
5739 status collapsed
5740
5741 \begin_layout Standard
5742
5743
5744 \backslash
5745 spce 
5746 \end_layout
5747
5748 \end_inset
5749
5750
5751 \backslash
5752 bigg>
5753 \backslash
5754 Bigg)^0,5
5755 \end_layout
5756
5757 \begin_layout Standard
5758 \align center
5759 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
5760 \end_inset
5761
5762
5763 \end_layout
5764
5765 \begin_layout Standard
5766
5767 \newpage
5768 Besides the 
5769 \series bold
5770
5771 \backslash
5772 big
5773 \series default
5774 -commands there is the variant 
5775 \series bold
5776
5777 \backslash
5778 bigm
5779 \series default
5780
5781 \begin_inset LatexCommand index
5782 name "Commands ! B ! \\textbackslash bigm"
5783
5784 \end_inset
5785
5786  that adds a bit more space between the bracket and its content, and the
5787  variant 
5788 \series bold
5789
5790 \backslash
5791 bigl
5792 \series default
5793 -
5794 \series bold
5795
5796 \backslash
5797 bigr
5798 \series default
5799
5800 \begin_inset LatexCommand index
5801 name "Commands ! B ! \\textbackslash bigl - \\textbackslash bigr"
5802
5803 \end_inset
5804
5805 , that don't add additional space.
5806  The 
5807 \emph on
5808 l
5809 \emph default
5810  at the end of the command 
5811 \series bold
5812
5813 \backslash
5814 bigl
5815 \series default
5816  is for a left bracket; for a right bracket this will be replaced by an
5817  
5818 \emph on
5819 r
5820 \emph default
5821 .
5822  A left or right bracket can each be an opening or closing bracket.
5823 \end_layout
5824
5825 \begin_layout Standard
5826 In the following table is a comparison of the variants:
5827 \end_layout
5828
5829 \begin_layout Standard
5830 \align center
5831 \begin_inset Tabular
5832 <lyxtabular version="3" rows="5" columns="2">
5833 <features>
5834 <column alignment="center" valignment="middle" leftline="true" width="0">
5835 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0">
5836 <row topline="true" bottomline="true">
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Standard
5841 Command
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Standard
5850 Result
5851 \begin_inset Note Note
5852 status collapsed
5853
5854 \begin_layout Standard
5855
5856 \series bold
5857
5858 \backslash
5859 raisebox
5860 \series default
5861  is only used as spacer.
5862 \end_layout
5863
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row topline="true">
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Standard
5877
5878 \backslash
5879 Bigm(
5880 \backslash
5881 bigm(
5882 \backslash
5883 ln(3x)
5884 \backslash
5885 bigm)^2
5886 \series bold
5887
5888 \begin_inset ERT
5889 status collapsed
5890
5891 \begin_layout Standard
5892
5893
5894 \backslash
5895 spce 
5896 \end_layout
5897
5898 \end_inset
5899
5900
5901 \series default
5902
5903 \backslash
5904 Bigm)
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Standard
5913 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 <row topline="true">
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Standard
5927
5928 \backslash
5929 Big(
5930 \backslash
5931 big(
5932 \backslash
5933 ln(3x)
5934 \backslash
5935 big)^2
5936 \series bold
5937
5938 \begin_inset ERT
5939 status collapsed
5940
5941 \begin_layout Standard
5942
5943
5944 \backslash
5945 spce 
5946 \end_layout
5947
5948 \end_inset
5949
5950
5951 \series default
5952
5953 \backslash
5954 Big)
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Standard
5963 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row topline="true" bottomline="true">
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Standard
5977
5978 \backslash
5979 Bigl(
5980 \backslash
5981 bigl(
5982 \backslash
5983 ln(3x)
5984 \backslash
5985 bigr)^2
5986 \series bold
5987
5988 \begin_inset ERT
5989 status collapsed
5990
5991 \begin_layout Standard
5992
5993
5994 \backslash
5995 spce 
5996 \end_layout
5997
5998 \end_inset
5999
6000
6001 \series default
6002
6003 \backslash
6004 Bigr)
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Standard
6013 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 <row topline="true" bottomline="true">
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Standard
6027
6028 \backslash
6029 bigl)
6030 \backslash
6031 ln(3x)
6032 \backslash
6033 bigr(
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Standard
6042 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 </row>
6051 </lyxtabular>
6052
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \begin_layout Subsubsection
6059 Automatic Bracket Size
6060 \begin_inset LatexCommand label
6061 name "sub:Automatic-Bracket-Size"
6062
6063 \end_inset
6064
6065
6066 \begin_inset LatexCommand index
6067 name "Bracket size ! automatic"
6068
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \begin_layout Standard
6075 Brackets with variable size can be inserted with the commands 
6076 \series bold
6077
6078 \backslash
6079 left
6080 \series default
6081
6082 \begin_inset LatexCommand index
6083 name "Commands ! L ! \\textbackslash left"
6084
6085 \end_inset
6086
6087  and 
6088 \series bold
6089
6090 \backslash
6091 right
6092 \series default
6093
6094 \begin_inset LatexCommand index
6095 name "Commands ! R ! \\textbackslash right"
6096
6097 \end_inset
6098
6099  or via the math toolbar button 
6100 \begin_inset Graphics
6101         filename ../images/dialog-show_mathdelimiter.png
6102         scale 85
6103
6104 \end_inset
6105
6106 .
6107  Directly behind 
6108 \series bold
6109
6110 \backslash
6111 left
6112 \series default
6113  and 
6114 \series bold
6115
6116 \backslash
6117 right
6118 \series default
6119  the wanted bracket must be inserted.
6120  The bracket size will then automatically be calculated for the output.
6121 \end_layout
6122
6123 \begin_layout Standard
6124 \align center
6125 normal bracket: The command 
6126 \series bold
6127
6128 \backslash
6129 ln(
6130 \backslash
6131 frac
6132 \begin_inset ERT
6133 status collapsed
6134
6135 \begin_layout Standard
6136
6137
6138 \backslash
6139 spce 
6140 \end_layout
6141
6142 \end_inset
6143
6144 A
6145 \begin_inset Formula $\downarrow$
6146 \end_inset
6147
6148 C
6149 \begin_inset ERT
6150 status collapsed
6151
6152 \begin_layout Standard
6153
6154
6155 \backslash
6156 spce 
6157 \end_layout
6158
6159 \end_inset
6160
6161 )
6162 \series default
6163  creates
6164 \begin_inset Formula \[
6165 \ln(\frac{A}{C})\]
6166
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \begin_layout Standard
6173 \align center
6174 multiline bracket: The command 
6175 \series bold
6176
6177 \backslash
6178 ln
6179 \backslash
6180 left(
6181 \backslash
6182 frac
6183 \begin_inset ERT
6184 status collapsed
6185
6186 \begin_layout Standard
6187
6188
6189 \backslash
6190 spce 
6191 \end_layout
6192
6193 \end_inset
6194
6195 A
6196 \begin_inset Formula $\downarrow$
6197 \end_inset
6198
6199 C
6200 \begin_inset ERT
6201 status collapsed
6202
6203 \begin_layout Standard
6204
6205
6206 \backslash
6207 spce 
6208 \end_layout
6209
6210 \end_inset
6211
6212
6213 \backslash
6214 right)
6215 \series default
6216  creates
6217 \begin_inset Formula \[
6218 \ln\left(\frac{A}{C}\right)\]
6219
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \begin_layout Standard
6226 Instead of 
6227 \series bold
6228
6229 \backslash
6230 left
6231 \series default
6232  and 
6233 \series bold
6234
6235 \backslash
6236 right
6237 \series default
6238  the shortcut 
6239 \family sans
6240 Alt-m\InsetSpace ~
6241 bracket
6242 \family default
6243  can be used.
6244  This has the advantage that you can see in LyX immediately the real bracket
6245  size and that the matching right bracket will be created too.
6246 \newline
6247 The command
6248  for the last example would then be: 
6249 \series bold
6250
6251 \backslash
6252 ln Alt-m
6253 \series default
6254  
6255 \series bold
6256 (
6257 \backslash
6258 frac
6259 \begin_inset ERT
6260 status collapsed
6261
6262 \begin_layout Standard
6263
6264
6265 \backslash
6266 spce 
6267 \end_layout
6268
6269 \end_inset
6270
6271 A
6272 \begin_inset Formula $\downarrow$
6273 \end_inset
6274
6275 C
6276 \end_layout
6277
6278 \begin_layout Standard
6279 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6280  For example the command 
6281 \series bold
6282
6283 \backslash
6284 left.
6285 \backslash
6286 frac
6287 \begin_inset ERT
6288 status collapsed
6289
6290 \begin_layout Standard
6291
6292
6293 \backslash
6294 spce 
6295 \end_layout
6296
6297 \end_inset
6298
6299 A
6300 \begin_inset Formula $\downarrow$
6301 \end_inset
6302
6303 B
6304 \begin_inset ERT
6305 status collapsed
6306
6307 \begin_layout Standard
6308
6309
6310 \backslash
6311 spce 
6312 \end_layout
6313
6314 \end_inset
6315
6316
6317 \backslash
6318 right}
6319 \series default
6320  creates:
6321 \series bold
6322
6323 \begin_inset Formula \[
6324 \left.\frac{A}{B}\right\} \]
6325
6326 \end_inset
6327
6328
6329 \series default
6330 The commands 
6331 \series bold
6332
6333 \backslash
6334 left
6335 \series default
6336  and 
6337 \series bold
6338
6339 \backslash
6340 right
6341 \series default
6342  will be converted by LyX to brackets in the right size when the document
6343  is reloaded and an omitted bracket will appear as dashed line.
6344 \end_layout
6345
6346 \begin_layout Standard
6347 \begin_inset VSpace bigskip
6348 \end_inset
6349
6350 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
6351  the command 
6352 \series bold
6353
6354 \backslash
6355 middle
6356 \series default
6357
6358 \begin_inset LatexCommand index
6359 name "Commands ! M ! \\textbackslash middle"
6360
6361 \end_inset
6362
6363  is additionally available for all brackets and limits.
6364  With this command the height of the following character is adapted to the
6365  one of the surrounding brackets, what is e.\InsetSpace \thinspace{}
6366 g.\InsetSpace ~
6367 needed for physical vectors:
6368 \begin_inset Formula \[
6369 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
6370
6371 \end_inset
6372
6373 For physical vectors there is a special LaTeX-package, described in 
6374 \begin_inset LatexCommand ref
6375 reference "sub:Physical-Vectors"
6376
6377 \end_inset
6378
6379 .
6380 \end_layout
6381
6382 \begin_layout Subsection
6383 Horizontal Brackets
6384 \begin_inset LatexCommand index
6385 name "Brackets ! horizontal"
6386
6387 \end_inset
6388
6389
6390 \end_layout
6391
6392 \begin_layout Standard
6393 \align center
6394 \begin_inset Tabular
6395 <lyxtabular version="3" rows="4" columns="2">
6396 <features>
6397 <column alignment="center" valignment="top" leftline="true" width="0pt">
6398 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6399 <row topline="true" bottomline="true">
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Standard
6404 Command
6405 \begin_inset Note Note
6406 status collapsed
6407
6408 \begin_layout Standard
6409
6410 \series bold
6411
6412 \backslash
6413 raisebox
6414 \series default
6415  is only used as spacer.
6416 \end_layout
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Standard
6429 Result
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 </row>
6435 <row topline="true">
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Standard
6440 \begin_inset ERT
6441 status collapsed
6442
6443 \begin_layout Standard
6444
6445
6446 \backslash
6447 raisebox{2.3mm}{
6448 \end_layout
6449
6450 \end_inset
6451
6452
6453 \backslash
6454 overbrace
6455 \begin_inset ERT
6456 status collapsed
6457
6458 \begin_layout Standard
6459
6460
6461 \backslash
6462 spce 
6463 \end_layout
6464
6465 \end_inset
6466
6467 A+B
6468 \begin_inset ERT
6469 status collapsed
6470
6471 \begin_layout Standard
6472
6473
6474 \backslash
6475 spce 
6476 \end_layout
6477
6478 \end_inset
6479
6480 ^
6481 \begin_inset ERT
6482 status collapsed
6483
6484 \begin_layout Standard
6485
6486
6487 \backslash
6488 spce 
6489 \end_layout
6490
6491 \end_inset
6492
6493 3
6494 \begin_inset ERT
6495 status collapsed
6496
6497 \begin_layout Standard
6498
6499 }
6500 \end_layout
6501
6502 \end_inset
6503
6504
6505 \begin_inset LatexCommand index
6506 name "Commands ! O ! \\textbackslash overbrace"
6507
6508 \end_inset
6509
6510
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Standard
6519 \begin_inset Formula $\overbrace{A+B}^{3}$
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 </row>
6528 <row topline="true" bottomline="true">
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Standard
6533 \begin_inset ERT
6534 status collapsed
6535
6536 \begin_layout Standard
6537
6538
6539 \backslash
6540 raisebox{-2.2mm}{
6541 \end_layout
6542
6543 \end_inset
6544
6545
6546 \backslash
6547 underbrace
6548 \begin_inset ERT
6549 status collapsed
6550
6551 \begin_layout Standard
6552
6553
6554 \backslash
6555 spce 
6556 \end_layout
6557
6558 \end_inset
6559
6560 A+B
6561 \begin_inset ERT
6562 status collapsed
6563
6564 \begin_layout Standard
6565
6566
6567 \backslash
6568 spce 
6569 \end_layout
6570
6571 \end_inset
6572
6573 _5
6574 \begin_inset ERT
6575 status collapsed
6576
6577 \begin_layout Standard
6578
6579 }
6580 \end_layout
6581
6582 \end_inset
6583
6584
6585 \begin_inset LatexCommand index
6586 name "Commands ! U ! \\textbackslash underbrace"
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Standard
6599 \begin_inset Formula $\underbrace{A+B}_{5}$
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 </row>
6608 <row topline="true" bottomline="true">
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Standard
6613
6614 \backslash
6615 overbrace
6616 \begin_inset ERT
6617 status collapsed
6618
6619 \begin_layout Standard
6620
6621
6622 \backslash
6623 spce 
6624 \end_layout
6625
6626 \end_inset
6627
6628
6629 \backslash
6630 underbrace
6631 \begin_inset ERT
6632 status collapsed
6633
6634 \begin_layout Standard
6635
6636
6637 \backslash
6638 spce 
6639 \end_layout
6640
6641 \end_inset
6642
6643 A+B_w
6644 \begin_inset ERT
6645 status collapsed
6646
6647 \begin_layout Standard
6648
6649
6650 \backslash
6651 spce 
6652 \end_layout
6653
6654 \end_inset
6655
6656
6657 \begin_inset ERT
6658 status collapsed
6659
6660 \begin_layout Standard
6661
6662
6663 \backslash
6664 spce 
6665 \end_layout
6666
6667 \end_inset
6668
6669 _7
6670 \begin_inset ERT
6671 status collapsed
6672
6673 \begin_layout Standard
6674
6675
6676 \backslash
6677 spce 
6678 \end_layout
6679
6680 \end_inset
6681
6682
6683 \begin_inset ERT
6684 status collapsed
6685
6686 \begin_layout Standard
6687
6688
6689 \backslash
6690 spce 
6691 \end_layout
6692
6693 \end_inset
6694
6695 ^
6696 \begin_inset ERT
6697 status collapsed
6698
6699 \begin_layout Standard
6700
6701
6702 \backslash
6703 spce 
6704 \end_layout
6705
6706 \end_inset
6707
6708 C
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Standard
6717 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6718 \end_inset
6719
6720
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 </row>
6726 </lyxtabular>
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \begin_layout Standard
6734 In the last example it doesn't matter if 
6735 \series bold
6736
6737 \backslash
6738 overbrace
6739 \series default
6740  or 
6741 \series bold
6742
6743 \backslash
6744 underbrace
6745 \series default
6746  is inserted at first.
6747 \end_layout
6748
6749 \begin_layout Standard
6750 \begin_inset VSpace bigskip
6751 \end_inset
6752
6753 When brackets are needed that overlap each other, multiline formulas, as
6754  described in 
6755 \begin_inset LatexCommand ref
6756 reference "sec:Multiline-Formulas"
6757
6758 \end_inset
6759
6760 , must be used:
6761 \begin_inset Formula \begin{eqnarray*}
6762 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
6763  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
6764
6765 \end_inset
6766
6767 In the first row the formula is inserted together with the first brace.
6768  It is hereby important that the space command
6769 \begin_inset Foot
6770 status collapsed
6771
6772 \begin_layout Standard
6773 Space commands are explained in 
6774 \begin_inset LatexCommand ref
6775 reference "sub:Predefined-Space"
6776
6777 \end_inset
6778
6779 .
6780 \end_layout
6781
6782 \end_inset
6783
6784  
6785 \series bold
6786
6787 \backslash
6788 :
6789 \series default
6790  is inserted before the first 
6791 \begin_inset Formula $d$
6792 \end_inset
6793
6794 , because the brace that ends behind the 
6795 \begin_inset Formula $q$
6796 \end_inset
6797
6798  prevents that the following 
6799 \begin_inset Quotes eld
6800 \end_inset
6801
6802 +
6803 \begin_inset Quotes erd
6804 \end_inset
6805
6806  is surrounded by space.
6807 \begin_inset Foot
6808 status collapsed
6809
6810 \begin_layout Standard
6811 because a bracket is not handled as character, see 
6812 \begin_inset LatexCommand ref
6813 reference "sub:Binary-Operators"
6814
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \end_inset
6821
6822  In the second row the second brace is inserted.
6823  As it should begin before the 
6824 \begin_inset Formula $b$
6825 \end_inset
6826
6827 , first the command 
6828 \series bold
6829
6830 \backslash
6831 hphantom{gggg+
6832 \backslash
6833 :}
6834 \series default
6835  is inserted.
6836 \begin_inset Foot
6837 status collapsed
6838
6839 \begin_layout Standard
6840 more about 
6841 \series bold
6842
6843 \backslash
6844 hphantom
6845 \series default
6846  see 
6847 \begin_inset LatexCommand ref
6848 reference "sub:Placeholders"
6849
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \end_inset
6856
6857  This space is needed because the 
6858 \begin_inset Quotes eld
6859 \end_inset
6860
6861 +
6862 \begin_inset Quotes erd
6863 \end_inset
6864
6865  is also surrounded by space in the formula.
6866  The brace is placed under the command 
6867 \series bold
6868
6869 \backslash
6870 hphantom{bbqq+dddd}
6871 \series default
6872 .
6873 \end_layout
6874
6875 \begin_layout Standard
6876 It gets more complicated when brackets overlap each other, like in the following
6877  example:
6878 \begin_inset ERT
6879 status collapsed
6880
6881 \begin_layout Standard
6882
6883
6884 \backslash
6885 setlength{
6886 \backslash
6887 jot}{-6pt}
6888 \end_layout
6889
6890 \end_inset
6891
6892
6893 \begin_inset Formula \begin{eqnarray*}
6894  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
6895 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
6896
6897 \end_inset
6898
6899
6900 \begin_inset ERT
6901 status collapsed
6902
6903 \begin_layout Standard
6904
6905
6906 \backslash
6907 setlength{
6908 \backslash
6909 jot}{3pt}
6910 \end_layout
6911
6912 \end_inset
6913
6914 The first formula row is the same as the second row of the previous example,
6915  with the difference that the brace is above.
6916  The second row contains the formula together with the second brace.
6917  To avoid that there is space between the upper brace in the first row and
6918  the formula, the row spacing need to be reduced.
6919  This is not easily possible due to a bug in LyX
6920 \begin_inset Foot
6921 status collapsed
6922
6923 \begin_layout Standard
6924 \begin_inset ERT
6925 status collapsed
6926
6927 \begin_layout Standard
6928
6929
6930 \backslash
6931 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
6932 \end_layout
6933
6934 \end_inset
6935
6936 LyX-bug #1505
6937 \begin_inset ERT
6938 status collapsed
6939
6940 \begin_layout Standard
6941
6942 }
6943 \end_layout
6944
6945 \end_inset
6946
6947
6948 \end_layout
6949
6950 \end_inset
6951
6952 .
6953  As solution for the problem, the global formula row separation 
6954 \series bold
6955
6956 \backslash
6957 jot
6958 \series default
6959
6960 \begin_inset LatexCommand index
6961 name "Commands ! J ! \\textbackslash jot"
6962
6963 \end_inset
6964
6965  must be changed to -6\InsetSpace \thinspace{}
6966 pt before the formula with the command 
6967 \series bold
6968
6969 \backslash
6970 setlength{
6971 \backslash
6972 jot}{-6pt}
6973 \series default
6974  in TeX-mode.
6975  
6976 \series bold
6977
6978 \backslash
6979 jot
6980 \series default
6981  is set back after the formula to the standard value of 3\InsetSpace \thinspace{}
6982 pt using the same
6983  command.
6984  More about the row separation in formulas is explained in 
6985 \begin_inset LatexCommand ref
6986 reference "sub:Line-Separation"
6987
6988 \end_inset
6989
6990 .
6991 \end_layout
6992
6993 \begin_layout Section
6994 Arrows
6995 \begin_inset LatexCommand index
6996 name "Arrows"
6997
6998 \end_inset
6999
7000
7001 \end_layout
7002
7003 \begin_layout Standard
7004 Arrows can be inserted via the math toolbar button 
7005 \begin_inset Graphics
7006         filename ../images/math/leftarrow.png
7007         scale 85
7008
7009 \end_inset
7010
7011  or the commands listed in the following subsections.
7012 \end_layout
7013
7014 \begin_layout Subsection
7015 Horizontal Arrows
7016 \begin_inset LatexCommand index
7017 name "Arrows ! horizontal"
7018
7019 \end_inset
7020
7021
7022 \end_layout
7023
7024 \begin_layout Standard
7025
7026 \hfill
7027
7028 \begin_inset Tabular
7029 <lyxtabular version="3" rows="8" columns="2">
7030 <features>
7031 <column alignment="center" valignment="top" leftline="true" width="0pt">
7032 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
7033 <row topline="true" bottomline="true">
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Standard
7038 Command
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Standard
7047 Result
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 </row>
7053 <row topline="true">
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Standard
7058
7059 \backslash
7060 gets
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Standard
7069 \begin_inset Formula $\gets$
7070 \end_inset
7071
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 </row>
7078 <row topline="true">
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Standard
7083
7084 \backslash
7085 Leftarrow
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Standard
7094 \begin_inset Formula $\Leftarrow$
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 <row topline="true" bottomline="true">
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Standard
7108
7109 \backslash
7110 longleftarrow
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Standard
7119 \begin_inset Formula $\longleftarrow$
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 </row>
7128 <row bottomline="true">
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Standard
7133
7134 \backslash
7135 Longleftarrow
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Standard
7144 \begin_inset Formula $\Longleftarrow$
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 </row>
7153 <row bottomline="true">
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Standard
7158
7159 \backslash
7160 leftharpoonup
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Standard
7169 \begin_inset Formula $\leftharpoonup$
7170 \end_inset
7171
7172
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 </row>
7178 <row bottomline="true">
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Standard
7183
7184 \backslash
7185 leftharpoondown
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Standard
7194 \begin_inset Formula $\leftharpoondown$
7195 \end_inset
7196
7197
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 </row>
7203 <row bottomline="true">
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Standard
7208
7209 \backslash
7210 hookleftarrow
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Standard
7219 \begin_inset Formula $\hookleftarrow$
7220 \end_inset
7221
7222
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 </row>
7228 </lyxtabular>
7229
7230 \end_inset
7231
7232
7233 \hfill
7234
7235 \begin_inset Tabular
7236 <lyxtabular version="3" rows="8" columns="2">
7237 <features>
7238 <column alignment="center" valignment="top" leftline="true" width="0pt">
7239 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
7240 <row topline="true" bottomline="true">
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Standard
7245 Command
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Standard
7254 Result
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 </row>
7260 <row topline="true">
7261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Standard
7265
7266 \backslash
7267 to
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Standard
7276 \begin_inset Formula $\to$
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 </row>
7285 <row topline="true">
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Standard
7290
7291 \backslash
7292 Rightarrow
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Standard
7301 \begin_inset Formula $\Rightarrow$
7302 \end_inset
7303
7304
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 </row>
7310 <row topline="true">
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Standard
7315
7316 \backslash
7317 longrightarrow
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Standard
7326 \begin_inset Formula $\longrightarrow$
7327 \end_inset
7328
7329
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 </row>
7335 <row topline="true">
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Standard
7340
7341 \backslash
7342 Longrightarrow
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Standard
7351 \begin_inset Formula $\Longrightarrow$
7352 \end_inset
7353
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row topline="true">
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Standard
7365
7366 \backslash
7367 rightharpoonup
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Standard
7376 \begin_inset Formula $\rightharpoonup$
7377 \end_inset
7378
7379
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 </row>
7385 <row topline="true" bottomline="true">
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Standard
7390
7391 \backslash
7392 rightharpoondown
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Standard
7401 \begin_inset Formula $\rightharpoondown$
7402 \end_inset
7403
7404
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 </row>
7410 <row bottomline="true">
7411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Standard
7415
7416 \backslash
7417 hookrightarrow
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Standard
7426 \begin_inset Formula $\hookrightarrow$
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 </lyxtabular>
7436
7437 \end_inset
7438
7439
7440 \hfill
7441
7442 \end_layout
7443
7444 \begin_layout Standard
7445
7446 \hfill
7447
7448 \begin_inset Tabular
7449 <lyxtabular version="3" rows="6" columns="2">
7450 <features>
7451 <column alignment="center" valignment="top" leftline="true" width="0pt">
7452 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
7453 <row topline="true" bottomline="true">
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Standard
7458 Command
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Standard
7467 Result
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 </row>
7473 <row topline="true">
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Standard
7478
7479 \backslash
7480 leftrightarrow
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Standard
7489 \begin_inset Formula $\leftrightarrow$
7490 \end_inset
7491
7492
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 </row>
7498 <row topline="true">
7499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Standard
7503
7504 \backslash
7505 Leftrightarrow
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Standard
7514 \begin_inset Formula $\Leftrightarrow$
7515 \end_inset
7516
7517
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row topline="true">
7524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Standard
7528
7529 \backslash
7530 longleftrightarrow
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Standard
7539 \begin_inset Formula $\longleftrightarrow$
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 </row>
7548 <row topline="true">
7549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Standard
7553
7554 \backslash
7555 Longleftrightarrow
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Standard
7564 \begin_inset Formula $\Longleftrightarrow$
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row topline="true" bottomline="true">
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Standard
7578
7579 \backslash
7580 rightleftharpoons
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Standard
7589 \begin_inset Formula $\rightleftharpoons$
7590 \end_inset
7591
7592
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 </lyxtabular>
7599
7600 \end_inset
7601
7602
7603 \begin_inset ERT
7604 status collapsed
7605
7606 \begin_layout Standard
7607
7608
7609 \backslash
7610 hspace{25pt}
7611 \end_layout
7612
7613 \end_inset
7614
7615
7616 \hfill
7617
7618 \begin_inset Tabular
7619 <lyxtabular version="3" rows="5" columns="2">
7620 <features>
7621 <column alignment="center" valignment="top" leftline="true" width="0pt">
7622 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
7623 <row topline="true" bottomline="true">
7624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Standard
7628 Command
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Standard
7637 Result
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 </row>
7643 <row topline="true">
7644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Standard
7648
7649 \backslash
7650 mapsto
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Standard
7659 \begin_inset Formula $\mapsto$
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row topline="true">
7669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Standard
7673
7674 \backslash
7675 longmapsto
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Standard
7684 \begin_inset Formula $\longmapsto$
7685 \end_inset
7686
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row topline="true">
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Standard
7698
7699 \backslash
7700 leadsto
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Standard
7709 \begin_inset Formula $\leadsto$
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row topline="true" bottomline="true">
7719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Standard
7723
7724 \backslash
7725 dasharrow
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Standard
7734 \begin_inset Formula $\dasharrow$
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 </lyxtabular>
7744
7745 \end_inset
7746
7747
7748 \hfill
7749
7750 \end_layout
7751
7752 \begin_layout Standard
7753 \begin_inset VSpace medskip
7754 \end_inset
7755
7756 Arrows used as accent like e.\InsetSpace \thinspace{}
7757 g.\InsetSpace ~
7758 vector arrows are listed in 
7759 \begin_inset LatexCommand ref
7760 reference "sec:Accents"
7761
7762 \end_inset
7763
7764 .
7765 \end_layout
7766
7767 \begin_layout Standard
7768 \begin_inset VSpace bigskip
7769 \end_inset
7770
7771 Furthermore there are the labeled arrows
7772 \begin_inset LatexCommand index
7773 name "Arrows ! labeled"
7774
7775 \end_inset
7776
7777  
7778 \series bold
7779
7780 \backslash
7781 xleftarrow
7782 \series default
7783
7784 \begin_inset LatexCommand index
7785 name "Commands ! X ! \\textbackslash xleftarrow"
7786
7787 \end_inset
7788
7789  and 
7790 \series bold
7791
7792 \backslash
7793 xrightarrow
7794 \series default
7795
7796 \begin_inset LatexCommand index
7797 name "Commands ! X ! \\textbackslash xrightarrow\\vspace{4mm}"
7798
7799 \end_inset
7800
7801 .
7802  When inserting one of these commands in a formula, an arrow with two blue
7803  boxes appear where the label can be inserted.
7804  The length of the arrow adapts to the label width.
7805 \end_layout
7806
7807 \begin_layout Standard
7808 \align center
7809 \begin_inset Tabular
7810 <lyxtabular version="3" rows="3" columns="2">
7811 <features>
7812 <column alignment="center" valignment="top" leftline="true" width="0pt">
7813 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
7814 <row topline="true" bottomline="true">
7815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Standard
7819 Command
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Standard
7828 Result
7829 \begin_inset Note Note
7830 status collapsed
7831
7832 \begin_layout Standard
7833
7834 \series bold
7835
7836 \backslash
7837 raisebox
7838 \series default
7839  is only used as spacer.
7840 \end_layout
7841
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row topline="true">
7851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Standard
7855 F(a)
7856 \backslash
7857 xleftarrow
7858 \begin_inset ERT
7859 status collapsed
7860
7861 \begin_layout Standard
7862
7863
7864 \backslash
7865 spce 
7866 \end_layout
7867
7868 \end_inset
7869
7870 x=a
7871 \begin_inset Formula $\downarrow$
7872 \end_inset
7873
7874 x>0
7875 \begin_inset Formula $\to$
7876 \end_inset
7877
7878 F(x)
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Standard
7887 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
7888 \end_inset
7889
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 </row>
7896 <row topline="true" bottomline="true">
7897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Standard
7901 F(x)
7902 \backslash
7903 xrightarrow
7904 \begin_inset ERT
7905 status collapsed
7906
7907 \begin_layout Standard
7908
7909
7910 \backslash
7911 spce 
7912 \end_layout
7913
7914 \end_inset
7915
7916 x=a
7917 \begin_inset Formula $\downarrow$
7918 \end_inset
7919
7920 x>0
7921 \begin_inset Formula $\to$
7922 \end_inset
7923
7924 F(a)
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Standard
7933 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 </lyxtabular>
7943
7944 \end_inset
7945
7946
7947 \end_layout
7948
7949 \begin_layout Subsection
7950 Vertical and diagonal Arrows
7951 \begin_inset LatexCommand index
7952 name "Arrows ! diagonal"
7953
7954 \end_inset
7955
7956
7957 \begin_inset LatexCommand index
7958 name "Arrows ! vertical"
7959
7960 \end_inset
7961
7962
7963 \end_layout
7964
7965 \begin_layout Standard
7966
7967 \hfill
7968
7969 \begin_inset Tabular
7970 <lyxtabular version="3" rows="7" columns="2">
7971 <features>
7972 <column alignment="center" valignment="top" leftline="true" width="0pt">
7973 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
7974 <row topline="true" bottomline="true">
7975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Standard
7979 Command
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Standard
7988 Result
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row topline="true">
7995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Standard
7999
8000 \backslash
8001 uparrow
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Standard
8010 \begin_inset Formula $\uparrow$
8011 \end_inset
8012
8013
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row topline="true">
8020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Standard
8024
8025 \backslash
8026 Uparrow
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Standard
8035 \begin_inset Formula $\Uparrow$
8036 \end_inset
8037
8038
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row topline="true">
8045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Standard
8049
8050 \backslash
8051 updownarrow
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Standard
8060 \begin_inset Formula $\updownarrow$
8061 \end_inset
8062
8063
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row topline="true">
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Standard
8074
8075 \backslash
8076 Updownarrow
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Standard
8085 \begin_inset Formula $\Updownarrow$
8086 \end_inset
8087
8088
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row topline="true" bottomline="true">
8095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Standard
8099
8100 \backslash
8101 Downarrow
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Standard
8110 \begin_inset Formula $\Downarrow$
8111 \end_inset
8112
8113
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row bottomline="true">
8120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Standard
8124
8125 \backslash
8126 downarrow
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Standard
8135 \begin_inset Formula $\downarrow$
8136 \end_inset
8137
8138
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 </lyxtabular>
8145
8146 \end_inset
8147
8148
8149 \hfill
8150
8151 \begin_inset Tabular
8152 <lyxtabular version="3" rows="5" columns="2">
8153 <features>
8154 <column alignment="center" valignment="top" leftline="true" width="0pt">
8155 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8156 <row topline="true" bottomline="true">
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Standard
8161 Command
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Standard
8170 Result
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row topline="true">
8177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Standard
8181
8182 \backslash
8183 nearrow
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Standard
8192 \begin_inset Formula $\nearrow$
8193 \end_inset
8194
8195
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row topline="true">
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Standard
8206
8207 \backslash
8208 searrow
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 Standard
8217 \begin_inset Formula $\searrow$
8218 \end_inset
8219
8220
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row topline="true" bottomline="true">
8227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Standard
8231
8232 \backslash
8233 swarrow
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 Standard
8242 \begin_inset Formula $\swarrow$
8243 \end_inset
8244
8245
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row bottomline="true">
8252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Standard
8256
8257 \backslash
8258 nwarrow
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 Standard
8267 \begin_inset Formula $\nwarrow$
8268 \end_inset
8269
8270
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 </lyxtabular>
8277
8278 \end_inset
8279
8280
8281 \hfill
8282
8283 \end_layout
8284
8285 \begin_layout Standard
8286 \begin_inset VSpace medskip
8287 \end_inset
8288
8289 Vertical arrows can be used also as delimiter together with the commands
8290  described in 
8291 \begin_inset LatexCommand ref
8292 reference "sub:Manual-Bracket-Size"
8293
8294 \end_inset
8295
8296  and 
8297 \begin_inset LatexCommand ref
8298 reference "sub:Automatic-Bracket-Size"
8299
8300 \end_inset
8301
8302 .
8303 \end_layout
8304
8305 \begin_layout Standard
8306
8307 \newpage
8308
8309 \end_layout
8310
8311 \begin_layout Section
8312 Accents
8313 \begin_inset LatexCommand label
8314 name "sec:Accents"
8315
8316 \end_inset
8317
8318
8319 \begin_inset LatexCommand index
8320 name "Accents"
8321
8322 \end_inset
8323
8324
8325 \end_layout
8326
8327 \begin_layout Standard
8328 Accents can be inserted via the math toolbar button 
8329 \begin_inset Graphics
8330         filename ../images/math/hat.png
8331         scale 85
8332
8333 \end_inset
8334
8335  or the commands listed in the following subsections.
8336 \end_layout
8337
8338 \begin_layout Subsection
8339 Accents for one Character
8340 \begin_inset ERT
8341 status collapsed
8342
8343 \begin_layout Standard
8344
8345
8346 \backslash
8347 texorpdfstring{
8348 \end_layout
8349
8350 \end_inset
8351
8352
8353 \begin_inset Foot
8354 status collapsed
8355
8356 \begin_layout Standard
8357 accents in text see 
8358 \begin_inset LatexCommand ref
8359 reference "sub:Accents-in-Text"
8360
8361 \end_inset
8362
8363
8364 \end_layout
8365
8366 \end_inset
8367
8368
8369 \begin_inset ERT
8370 status collapsed
8371
8372 \begin_layout Standard
8373
8374 }{}
8375 \end_layout
8376
8377 \end_inset
8378
8379
8380 \begin_inset Note Note
8381 status collapsed
8382
8383 \begin_layout Standard
8384
8385 \backslash
8386 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
8387 \end_layout
8388
8389 \begin_layout Standard
8390 More about 
8391 \backslash
8392 texorpdfstring is in section 
8393 \begin_inset LatexCommand ref
8394 reference "sub:Formulas-in-Section"
8395
8396 \end_inset
8397
8398 .
8399 \end_layout
8400
8401 \end_inset
8402
8403
8404 \begin_inset LatexCommand label
8405 name "sub:Accents-for-one"
8406
8407 \end_inset
8408
8409
8410 \begin_inset LatexCommand index
8411 name "Accents ! for one character"
8412
8413 \end_inset
8414
8415
8416 \end_layout
8417
8418 \begin_layout Standard
8419
8420 \hfill
8421
8422 \begin_inset Tabular
8423 <lyxtabular version="3" rows="8" columns="2">
8424 <features>
8425 <column alignment="center" valignment="top" leftline="true" width="0pt">
8426 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8427 <row topline="true" bottomline="true">
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Standard
8432 Command
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Standard
8441 Result
8442 \begin_inset Note Note
8443 status collapsed
8444
8445 \begin_layout Standard
8446
8447 \series bold
8448
8449 \backslash
8450 raisebox
8451 \series default
8452  is only used as spacer.
8453 \end_layout
8454
8455 \end_inset
8456
8457
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row topline="true" bottomline="true">
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Standard
8468
8469 \backslash
8470 dot
8471 \begin_inset ERT
8472 status collapsed
8473
8474 \begin_layout Standard
8475
8476
8477 \backslash
8478 spce 
8479 \end_layout
8480
8481 \end_inset
8482
8483 A
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Standard
8492 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8493 \end_inset
8494
8495
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row bottomline="true">
8502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Standard
8506
8507 \backslash
8508 ddot
8509 \begin_inset ERT
8510 status collapsed
8511
8512 \begin_layout Standard
8513
8514
8515 \backslash
8516 spce 
8517 \end_layout
8518
8519 \end_inset
8520
8521 A
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Standard
8530 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8531 \end_inset
8532
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row bottomline="true">
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Standard
8544
8545 \backslash
8546 dddot
8547 \begin_inset ERT
8548 status collapsed
8549
8550 \begin_layout Standard
8551
8552
8553 \backslash
8554 spce 
8555 \end_layout
8556
8557 \end_inset
8558
8559 A
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Standard
8568 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row bottomline="true">
8578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Standard
8582
8583 \backslash
8584 ddddot{A
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Standard
8593 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row bottomline="true">
8603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Standard
8607
8608 \backslash
8609 vec
8610 \begin_inset ERT
8611 status collapsed
8612
8613 \begin_layout Standard
8614
8615
8616 \backslash
8617 spce 
8618 \end_layout
8619
8620 \end_inset
8621
8622 A
8623 \begin_inset LatexCommand index
8624 name "Vectors"
8625
8626 \end_inset
8627
8628
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Standard
8637 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
8638 \end_inset
8639
8640
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row bottomline="true">
8647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Standard
8651
8652 \backslash
8653 bar
8654 \begin_inset ERT
8655 status collapsed
8656
8657 \begin_layout Standard
8658
8659
8660 \backslash
8661 spce 
8662 \end_layout
8663
8664 \end_inset
8665
8666 A
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Standard
8675 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
8676 \end_inset
8677
8678
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row bottomline="true">
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Standard
8689
8690 \backslash
8691 mathring
8692 \begin_inset ERT
8693 status collapsed
8694
8695 \begin_layout Standard
8696
8697
8698 \backslash
8699 spce 
8700 \end_layout
8701
8702 \end_inset
8703
8704 A
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Standard
8713 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
8714 \end_inset
8715
8716
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 </lyxtabular>
8723
8724 \end_inset
8725
8726
8727 \hfill
8728
8729 \begin_inset Tabular
8730 <lyxtabular version="3" rows="7" columns="2">
8731 <features>
8732 <column alignment="center" valignment="top" leftline="true" width="0pt">
8733 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8734 <row topline="true" bottomline="true">
8735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Standard
8739 Command
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Standard
8748 Result
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row topline="true" bottomline="true">
8755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Standard
8759
8760 \backslash
8761 tilde
8762 \begin_inset ERT
8763 status collapsed
8764
8765 \begin_layout Standard
8766
8767
8768 \backslash
8769 spce 
8770 \end_layout
8771
8772 \end_inset
8773
8774 A
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Standard
8783 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
8784 \end_inset
8785
8786
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row bottomline="true">
8793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Standard
8797
8798 \backslash
8799 hat
8800 \begin_inset ERT
8801 status collapsed
8802
8803 \begin_layout Standard
8804
8805
8806 \backslash
8807 spce 
8808 \end_layout
8809
8810 \end_inset
8811
8812 A
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Standard
8821 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
8822 \end_inset
8823
8824
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row bottomline="true">
8831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Standard
8835
8836 \backslash
8837 check
8838 \begin_inset ERT
8839 status collapsed
8840
8841 \begin_layout Standard
8842
8843
8844 \backslash
8845 spce 
8846 \end_layout
8847
8848 \end_inset
8849
8850 A
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Standard
8859 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
8860 \end_inset
8861
8862
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row bottomline="true">
8869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Standard
8873
8874 \backslash
8875 acute
8876 \begin_inset ERT
8877 status collapsed
8878
8879 \begin_layout Standard
8880
8881
8882 \backslash
8883 spce 
8884 \end_layout
8885
8886 \end_inset
8887
8888 A
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Standard
8897 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
8898 \end_inset
8899
8900
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row bottomline="true">
8907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Standard
8911
8912 \backslash
8913 grave
8914 \begin_inset ERT
8915 status collapsed
8916
8917 \begin_layout Standard
8918
8919
8920 \backslash
8921 spce 
8922 \end_layout
8923
8924 \end_inset
8925
8926 A
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Standard
8935 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
8936 \end_inset
8937
8938
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row bottomline="true">
8945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Standard
8949
8950 \backslash
8951 breve
8952 \begin_inset ERT
8953 status collapsed
8954
8955 \begin_layout Standard
8956
8957
8958 \backslash
8959 spce 
8960 \end_layout
8961
8962 \end_inset
8963
8964 A
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Standard
8973 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 </lyxtabular>
8983
8984 \end_inset
8985
8986
8987 \hfill
8988
8989 \end_layout
8990
8991 \begin_layout Standard
8992 \begin_inset VSpace bigskip
8993 \end_inset
8994
8995 To create umlauts
8996 \begin_inset LatexCommand index
8997 name "Umlauts"
8998
8999 \end_inset
9000
9001  in formulas, a quotation mark is inserted before the vowel.
9002  These two characters are then treated by LaTeX as 
9003 \emph on
9004 one
9005 \emph default
9006  character when the formula part with the umlaut is marked as German.
9007  In contrary to 
9008 \series bold
9009
9010 \backslash
9011 ddot
9012 \series default
9013 , with this method 
9014 \begin_inset Quotes eld
9015 \end_inset
9016
9017 real
9018 \begin_inset Quotes erd
9019 \end_inset
9020
9021  umlauts are created as demonstrated in the following example:
9022 \end_layout
9023
9024 \begin_layout Standard
9025 \begin_inset VSpace -2mm
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \begin_layout Standard
9032 \align center
9033 \begin_inset Tabular
9034 <lyxtabular version="3" rows="3" columns="2">
9035 <features>
9036 <column alignment="center" valignment="top" leftline="true" width="0">
9037 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
9038 <row topline="true" bottomline="true">
9039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Standard
9043 Command
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Standard
9052 Result
9053 \begin_inset Note Note
9054 status collapsed
9055
9056 \begin_layout Standard
9057
9058 \series bold
9059
9060 \backslash
9061 raisebox
9062 \series default
9063  is only used as spacer.
9064 \end_layout
9065
9066 \end_inset
9067
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row topline="true">
9075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Standard
9079
9080 \lang ngerman
9081 \begin_inset Quotes grd
9082 \end_inset
9083
9084 i
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Standard
9093
9094 \lang ngerman
9095 \begin_inset Formula $"i$
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row topline="true" bottomline="true">
9105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Standard
9109
9110 \backslash
9111 ddot
9112 \begin_inset ERT
9113 status collapsed
9114
9115 \begin_layout Standard
9116
9117
9118 \backslash
9119 spce 
9120 \end_layout
9121
9122 \end_inset
9123
9124 i
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Standard
9133 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9134 \end_inset
9135
9136
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 </lyxtabular>
9143
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \begin_layout Standard
9150 Another advantage to 
9151 \series bold
9152
9153 \backslash
9154 ddot
9155 \series default
9156  is that umlauts can directly be converted to mathematical text because
9157  the accent commands above are 
9158 \emph on
9159 not allowed
9160 \emph default
9161  
9162 \emph on
9163 in mathematical text
9164 \emph default
9165 .
9166  To convert an accented character to mathematical text, only the character
9167  under the accent may be converted.
9168  This applies also for all other conversions, e.\InsetSpace \thinspace{}
9169 g.\InsetSpace ~
9170 to italic or bold.
9171 \end_layout
9172
9173 \begin_layout Standard
9174 In mathematical text, umlauts and other accented characters can directly
9175  be inserted.
9176 \end_layout
9177
9178 \begin_layout Subsection
9179 Accents for Operators
9180 \begin_inset LatexCommand index
9181 name "Accents ! for operators"
9182
9183 \end_inset
9184
9185
9186 \end_layout
9187
9188 \begin_layout Standard
9189 With the commands 
9190 \series bold
9191
9192 \backslash
9193 overset
9194 \series default
9195
9196 \begin_inset LatexCommand index
9197 name "Commands ! O ! \\textbackslash overset"
9198
9199 \end_inset
9200
9201  and 
9202 \series bold
9203
9204 \backslash
9205 underset
9206 \series default
9207
9208 \begin_inset LatexCommand index
9209 name "Commands ! U ! \\textbackslash underset"
9210
9211 \end_inset
9212
9213  characters can be placed above or below an operator, respectively, to accent
9214  it.
9215  With the command 
9216 \series bold
9217
9218 \backslash
9219 sideset
9220 \series default
9221
9222 \begin_inset LatexCommand index
9223 name "Commands ! S ! \\textbackslash sideset"
9224
9225 \end_inset
9226
9227  characters can be set before and behind an operator.
9228  The command scheme is:
9229 \end_layout
9230
9231 \begin_layout Standard
9232
9233 \series bold
9234
9235 \backslash
9236 sideset{character
9237 \series default
9238  
9239 \series bold
9240 before}{character
9241 \series default
9242  
9243 \series bold
9244 behind}
9245 \end_layout
9246
9247 \begin_layout Standard
9248
9249 \series bold
9250
9251 \backslash
9252 sideset
9253 \series default
9254  must always be before the operator that should be accented.
9255  You can accent with several characters and even with other operators and
9256  symbols.
9257  To place with 
9258 \series bold
9259
9260 \backslash
9261 sideset
9262 \series default
9263  for example only characters behind an operator, write nothing between the
9264  first braces but don't omit the braces.
9265 \end_layout
9266
9267 \begin_layout Standard
9268 For example the command 
9269 \series bold
9270
9271 \backslash
9272 sideset{
9273 \begin_inset Formula $\to$
9274 \end_inset
9275
9276
9277 \backslash
9278 {
9279 \series default
9280 '
9281 \series bold
9282
9283 \begin_inset Formula $\to$
9284 \end_inset
9285
9286
9287 \backslash
9288 sum_k=1
9289 \begin_inset ERT
9290 status collapsed
9291
9292 \begin_layout Standard
9293
9294
9295 \backslash
9296 spce 
9297 \end_layout
9298
9299 \end_inset
9300
9301
9302 \series default
9303 ^
9304 \series bold
9305 n
9306 \series default
9307  produces:
9308 \begin_inset Formula \[
9309 \sideset{}{'}\sum_{k=1}^{n}\]
9310
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \begin_layout Standard
9317 The command 
9318 \series bold
9319
9320 \backslash
9321 overset
9322 \begin_inset ERT
9323 status collapsed
9324
9325 \begin_layout Standard
9326
9327
9328 \backslash
9329 spce 
9330 \end_layout
9331
9332 \end_inset
9333
9334
9335 \backslash
9336 maltese
9337 \begin_inset ERT
9338 status collapsed
9339
9340 \begin_layout Standard
9341
9342
9343 \backslash
9344 spce 
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \series default
9351
9352 \begin_inset Formula $\uparrow$
9353 \end_inset
9354
9355
9356 \series bold
9357 a
9358 \series default
9359  produces:
9360 \begin_inset Formula \[
9361 \overset{a}{\maltese}\]
9362
9363 \end_inset
9364
9365 As seen in the last example, with 
9366 \series bold
9367
9368 \backslash
9369 overset
9370 \series default
9371  and 
9372 \series bold
9373
9374 \backslash
9375 underset
9376 \series default
9377  also symbols and characters can be accented; with 
9378 \series bold
9379
9380 \backslash
9381 sideset
9382 \series default
9383  this is not possible.
9384 \end_layout
9385
9386 \begin_layout Subsection
9387 Accents for several Characters
9388 \begin_inset LatexCommand label
9389 name "sub:Accents-for-several"
9390
9391 \end_inset
9392
9393
9394 \begin_inset LatexCommand index
9395 name "Accents ! for several characters"
9396
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \begin_layout Standard
9403
9404 \hfill
9405
9406 \begin_inset Tabular
9407 <lyxtabular version="3" rows="5" columns="2">
9408 <features>
9409 <column alignment="center" valignment="top" leftline="true" width="0pt">
9410 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
9411 <row topline="true" bottomline="true">
9412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Standard
9416 Command
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Standard
9425 Result
9426 \begin_inset Note Note
9427 status collapsed
9428
9429 \begin_layout Standard
9430
9431 \series bold
9432
9433 \backslash
9434 raisebox
9435 \series default
9436  is only used as spacer.
9437 \end_layout
9438
9439 \end_inset
9440
9441
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 </row>
9447 <row topline="true" bottomline="true">
9448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Standard
9452
9453 \backslash
9454 overleftarrow
9455 \begin_inset ERT
9456 status collapsed
9457
9458 \begin_layout Standard
9459
9460
9461 \backslash
9462 spce 
9463 \end_layout
9464
9465 \end_inset
9466
9467 A=B
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Standard
9476 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row bottomline="true">
9486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Standard
9490
9491 \backslash
9492 underleftarrow
9493 \begin_inset ERT
9494 status collapsed
9495
9496 \begin_layout Standard
9497
9498
9499 \backslash
9500 spce 
9501 \end_layout
9502
9503 \end_inset
9504
9505 A=B
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Standard
9514 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row bottomline="true">
9524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Standard
9528
9529 \backslash
9530 overleftrightarrow
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Standard
9535
9536
9537 \backslash
9538 spce 
9539 \end_layout
9540
9541 \end_inset
9542
9543 A=B
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Standard
9552 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row bottomline="true">
9562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Standard
9566
9567 \backslash
9568 underleftrightarrow
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Standard
9573
9574
9575 \backslash
9576 spce 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A=B
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Standard
9590 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 </lyxtabular>
9600
9601 \end_inset
9602
9603
9604 \hfill
9605
9606 \begin_inset Tabular
9607 <lyxtabular version="3" rows="5" columns="2">
9608 <features>
9609 <column alignment="center" valignment="top" leftline="true" width="0pt">
9610 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
9611 <row topline="true" bottomline="true">
9612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Standard
9616 Command
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Standard
9625 Result
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row topline="true" bottomline="true">
9632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Standard
9636
9637 \backslash
9638 overrightarrow
9639 \begin_inset ERT
9640 status collapsed
9641
9642 \begin_layout Standard
9643
9644
9645 \backslash
9646 spce 
9647 \end_layout
9648
9649 \end_inset
9650
9651 A=B
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Standard
9660 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9661 \end_inset
9662
9663
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 </row>
9669 <row bottomline="true">
9670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Standard
9674
9675 \backslash
9676 underrightarrow
9677 \begin_inset ERT
9678 status collapsed
9679
9680 \begin_layout Standard
9681
9682
9683 \backslash
9684 spce 
9685 \end_layout
9686
9687 \end_inset
9688
9689 A=B
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Standard
9698 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9699 \end_inset
9700
9701
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row bottomline="true">
9708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Standard
9712
9713 \backslash
9714 widetilde
9715 \begin_inset ERT
9716 status collapsed
9717
9718 \begin_layout Standard
9719
9720
9721 \backslash
9722 spce 
9723 \end_layout
9724
9725 \end_inset
9726
9727 A=B
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Standard
9736 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row bottomline="true">
9746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Standard
9750
9751 \backslash
9752 widehat
9753 \begin_inset ERT
9754 status collapsed
9755
9756 \begin_layout Standard
9757
9758
9759 \backslash
9760 spce 
9761 \end_layout
9762
9763 \end_inset
9764
9765 A=B
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Standard
9774 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
9775 \end_inset
9776
9777
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 </row>
9783 </lyxtabular>
9784
9785 \end_inset
9786
9787
9788 \hfill
9789
9790 \end_layout
9791
9792 \begin_layout Standard
9793 \begin_inset VSpace medskip
9794 \end_inset
9795
9796 With these commands as many characters as you like can be accented.
9797  But the accents 
9798 \series bold
9799
9800 \backslash
9801 widetilde
9802 \series default
9803  and 
9804 \series bold
9805
9806 \backslash
9807 widehat
9808 \series default
9809  will only be set in the output with a length of three characters, as shown
9810  in the following example:
9811 \begin_inset Formula \[
9812 \widetilde{A+B=C-D}\]
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \begin_layout Standard
9820 With the commands 
9821 \series bold
9822
9823 \backslash
9824 overset
9825 \series default
9826
9827 \begin_inset LatexCommand index
9828 name "Commands ! O ! \\textbackslash overset"
9829
9830 \end_inset
9831
9832  and 
9833 \series bold
9834
9835 \backslash
9836 underset
9837 \series default
9838
9839 \begin_inset LatexCommand index
9840 name "Commands ! U ! \\textbackslash underset"
9841
9842 \end_inset
9843
9844  described in the previous subsection it is also possible to accent several
9845  characters.
9846  The command 
9847 \series bold
9848
9849 \backslash
9850 underset
9851 \begin_inset ERT
9852 status collapsed
9853
9854 \begin_layout Standard
9855
9856
9857 \backslash
9858 spce 
9859 \end_layout
9860
9861 \end_inset
9862
9863 A=B
9864 \begin_inset Formula $\downarrow$
9865 \end_inset
9866
9867 ***
9868 \series default
9869  creates:
9870 \begin_inset Formula \[
9871 \underset{***}{A=B}\]
9872
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \begin_layout Section
9879 Space
9880 \begin_inset LatexCommand label
9881 name "sub:Space"
9882
9883 \end_inset
9884
9885
9886 \begin_inset LatexCommand index
9887 name "Space ! horizontal"
9888
9889 \end_inset
9890
9891
9892 \end_layout
9893
9894 \begin_layout Subsection
9895 Predefined Space
9896 \begin_inset LatexCommand label
9897 name "sub:Predefined-Space"
9898
9899 \end_inset
9900
9901
9902 \begin_inset LatexCommand index
9903 name "Space ! horizontal ! predefined"
9904
9905 \end_inset
9906
9907
9908 \end_layout
9909
9910 \begin_layout Standard
9911 Sometimes it is necessary to insert horizontal space to a formula.
9912  This is done by inserting a protected space (shortcut 
9913 \family sans
9914 Ctrl-Space
9915 \family default
9916 ).
9917  A blue 
9918 \begin_inset Quotes eld
9919 \end_inset
9920
9921
9922 \series bold
9923 \color blue
9924
9925 \begin_inset ERT
9926 status collapsed
9927
9928 \begin_layout Standard
9929
9930
9931 \backslash
9932 spce 
9933 \end_layout
9934
9935 \end_inset
9936
9937
9938 \series default
9939 \color inherit
9940
9941 \begin_inset Quotes erd
9942 \end_inset
9943
9944  appears and by pressing 
9945 \family sans
9946 Space
9947 \family default
9948  several times one can select one of eight different space sizes.
9949  The spaces can also be inserted using the math toolbar button 
9950 \begin_inset Graphics
9951         filename ../images/math/space.png
9952         scale 85
9953
9954 \end_inset
9955
9956  or special commands.
9957  Independent from the inserted command, one can select the size again by
9958  pressing 
9959 \family sans
9960 Space
9961 \family default
9962  afterwards.
9963 \end_layout
9964
9965 \begin_layout Standard
9966 \noindent
9967 \align center
9968 \begin_inset VSpace -5mm
9969 \end_inset
9970
9971
9972 \begin_inset Tabular
9973 <lyxtabular version="3" rows="3" columns="7">
9974 <features>
9975 <column alignment="center" valignment="middle" leftline="true" width="6.8cm">
9976 <column alignment="center" valignment="top" leftline="true" width="0">
9977 <column alignment="center" valignment="top" leftline="true" width="0">
9978 <column alignment="center" valignment="top" leftline="true" width="0">
9979 <column alignment="center" valignment="top" leftline="true" width="0">
9980 <column alignment="center" valignment="top" leftline="true" width="0">
9981 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
9982 <row topline="true">
9983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Standard
9987 Command
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Standard
9996
9997 \backslash
9998 ,
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Standard
10007
10008 \backslash
10009 :
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Standard
10018
10019 \backslash
10020 ;
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Standard
10029
10030 \backslash
10031 quad
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Standard
10040
10041 \backslash
10042 qquad
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Standard
10051
10052 \backslash
10053 !
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row topline="true">
10060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Standard
10064 Number of 
10065 \family sans
10066 Space
10067 \family default
10068  keystrokes after inserting the protected space
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Standard
10077 0
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Standard
10086 1
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Standard
10095 2
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Standard
10104 3
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Standard
10113 4
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Standard
10122 5
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row topline="true" bottomline="true">
10129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Standard
10133 Result
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Standard
10142 \begin_inset Formula $A\, B$
10143 \end_inset
10144
10145
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Standard
10154 \begin_inset Formula $A\: B$
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Standard
10166 \begin_inset Formula $A\; B$
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Standard
10178 \begin_inset Formula $A\quad B$
10179 \end_inset
10180
10181
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Standard
10190 \begin_inset Formula $A\qquad B$
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Standard
10202 \begin_inset Formula $A\! B$
10203 \end_inset
10204
10205
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 </lyxtabular>
10212
10213 \end_inset
10214
10215
10216 \end_layout
10217
10218 \begin_layout Standard
10219 The last size seem to produce no space.
10220  It is displayed red in LyX contrary to the other sizes, because it is a
10221  negative space.
10222  There are two more negative spaces:
10223 \end_layout
10224
10225 \begin_layout Standard
10226 \align center
10227 \begin_inset Tabular
10228 <lyxtabular version="3" rows="3" columns="3">
10229 <features>
10230 <column alignment="center" valignment="middle" leftline="true" width="6.8cm">
10231 <column alignment="center" valignment="top" leftline="true" width="0pt">
10232 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10233 <row topline="true" bottomline="true">
10234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Standard
10238 Command
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Standard
10247
10248 \backslash
10249 negmedspace
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Standard
10258
10259 \backslash
10260 negthickspace
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row bottomline="true">
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Standard
10271 Number of 
10272 \family sans
10273 Space
10274 \family default
10275  keystrokes after inserting the protected space
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Standard
10284 6
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Standard
10293 7
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row bottomline="true">
10300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Standard
10304 Result
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Standard
10313 \begin_inset Formula $A\negmedspace B$
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Standard
10325 \begin_inset Formula $A\negthickspace B$
10326 \end_inset
10327
10328
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 </lyxtabular>
10335
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \begin_layout Standard
10342 Negative spaces can lead to characters overlapping each other.
10343  Thus they can be used to enforce ligatures, what is e.\InsetSpace \thinspace{}
10344 g.\InsetSpace ~
10345 useful for summation
10346  operators: 
10347 \end_layout
10348
10349 \begin_layout Standard
10350 \align center
10351 \begin_inset Tabular
10352 <lyxtabular version="3" rows="3" columns="2">
10353 <features>
10354 <column alignment="center" valignment="top" leftline="true" width="0">
10355 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10356 <row topline="true" bottomline="true">
10357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Standard
10361 Command
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Standard
10370 Result
10371 \begin_inset Note Note
10372 status collapsed
10373
10374 \begin_layout Standard
10375
10376 \series bold
10377
10378 \backslash
10379 raisebox
10380 \series default
10381  is only used as spacer.
10382 \end_layout
10383
10384 \end_inset
10385
10386
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row topline="true">
10393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Standard
10397
10398 \backslash
10399 sum
10400 \backslash
10401 sum
10402 \begin_inset ERT
10403 status collapsed
10404
10405 \begin_layout Standard
10406
10407
10408 \backslash
10409 spce 
10410 \end_layout
10411
10412 \end_inset
10413
10414 f_kl
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Standard
10423 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10424 \end_inset
10425
10426
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 <row topline="true" bottomline="true">
10433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Standard
10437
10438 \backslash
10439 sum
10440 \backslash
10441 negmedspace
10442 \backslash
10443 sum
10444 \begin_inset ERT
10445 status collapsed
10446
10447 \begin_layout Standard
10448
10449
10450 \backslash
10451 spce 
10452 \end_layout
10453
10454 \end_inset
10455
10456 f_kl
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Standard
10465 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10466 \end_inset
10467
10468
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 </lyxtabular>
10475
10476 \end_inset
10477
10478
10479 \end_layout
10480
10481 \begin_layout Standard
10482 Relations like for example equal signs, are always surrounded by space.
10483  To suppress this, the equal sign is placed into a TeX-brace.
10484  The following example demonstrates this:
10485 \end_layout
10486
10487 \begin_layout Standard
10488 \align center
10489 \begin_inset Tabular
10490 <lyxtabular version="3" rows="2" columns="2">
10491 <features>
10492 <column alignment="center" valignment="top" width="0pt">
10493 <column alignment="center" valignment="top" width="0pt">
10494 <row>
10495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Standard
10499 normal equation
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Standard
10508 \begin_inset Formula $A=B$
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Standard
10522 \begin_inset Note Note
10523 status collapsed
10524
10525 \begin_layout Standard
10526
10527 \series bold
10528
10529 \backslash
10530 raisebox
10531 \series default
10532  is only used as spacer.
10533 \end_layout
10534
10535 \end_inset
10536
10537
10538 \begin_inset Formula $\raisebox{5mm}{}$
10539 \end_inset
10540
10541 equation without space
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Standard
10550 \begin_inset Formula $A{=}B$
10551 \end_inset
10552
10553
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 </lyxtabular>
10560
10561 \end_inset
10562
10563
10564 \end_layout
10565
10566 \begin_layout Standard
10567 \noindent
10568 The command for the last formula is: 
10569 \series bold
10570 A
10571 \backslash
10572 {=
10573 \begin_inset Formula $\to$
10574 \end_inset
10575
10576 B
10577 \end_layout
10578
10579 \begin_layout Standard
10580 \begin_inset VSpace bigskip
10581 \end_inset
10582
10583 Spaces are needed for physical units, because the space between the value
10584  and the unit is the smallest one and not a normal space.
10585  For units in text, the smallest space is inserted via the menu 
10586 \family sans
10587 Insert\SpecialChar \menuseparator
10588 Formatting\SpecialChar \menuseparator
10589 Thin\InsetSpace ~
10590 Space
10591 \family default
10592  (shortcut 
10593 \family sans
10594 Ctrl-Shift-Space
10595 \family default
10596 ).
10597 \end_layout
10598
10599 \begin_layout Standard
10600 An example to visualize the difference:
10601 \end_layout
10602
10603 \begin_layout Standard
10604 \begin_inset Tabular
10605 <lyxtabular version="3" rows="2" columns="2">
10606 <features>
10607 <column alignment="left" valignment="top" width="0">
10608 <column alignment="left" valignment="top" width="0">
10609 <row>
10610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Standard
10614 24 kW
10615 \begin_inset Formula $\cdot$
10616 \end_inset
10617
10618 h
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Standard
10627 space between value and unit
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 </row>
10633 <row>
10634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Standard
10638 24\InsetSpace \thinspace{}
10639 kW
10640 \begin_inset Formula $\cdot$
10641 \end_inset
10642
10643 h
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Standard
10652 smallest space between value and unit
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 </lyxtabular>
10659
10660 \end_inset
10661
10662
10663 \end_layout
10664
10665 \begin_layout Subsection
10666 Variable Space
10667 \begin_inset ERT
10668 status collapsed
10669
10670 \begin_layout Standard
10671
10672
10673 \backslash
10674 texorpdfstring{
10675 \end_layout
10676
10677 \end_inset
10678
10679
10680 \begin_inset Foot
10681 status collapsed
10682
10683 \begin_layout Standard
10684 for vertical space in formulas see 
10685 \begin_inset LatexCommand ref
10686 reference "sub:Line-Separation"
10687
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694
10695
10696 \begin_inset ERT
10697 status collapsed
10698
10699 \begin_layout Standard
10700
10701 }{}
10702 \end_layout
10703
10704 \end_inset
10705
10706
10707 \begin_inset Note Note
10708 status collapsed
10709
10710 \begin_layout Standard
10711
10712 \backslash
10713 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
10714 \end_layout
10715
10716 \begin_layout Standard
10717 More about 
10718 \backslash
10719 texorpdfstring is in section 
10720 \begin_inset LatexCommand ref
10721 reference "sub:Formulas-in-Section"
10722
10723 \end_inset
10724
10725 .
10726 \end_layout
10727
10728 \end_inset
10729
10730
10731 \begin_inset LatexCommand label
10732 name "sub:Variable-Space"
10733
10734 \end_inset
10735
10736
10737 \begin_inset LatexCommand index
10738 name "Space ! horizontal ! variable"
10739
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \begin_layout Standard
10746 Space with a defined length can be inserted in LyX with the command
10747 \newline
10748
10749 \series bold
10750
10751 \backslash
10752 hspace{length}
10753 \series default
10754
10755 \begin_inset LatexCommand index
10756 name "Commands ! H ! \\textbackslash hspace"
10757
10758 \end_inset
10759
10760 .
10761  For the length all units listed in 
10762 \begin_inset LatexCommand ref
10763 reference "tab:Used-units"
10764
10765 \end_inset
10766
10767  are allowed, except of the unit 
10768 \begin_inset Quotes eld
10769 \end_inset
10770
10771 mu
10772 \begin_inset Quotes erd
10773 \end_inset
10774
10775 .
10776  The length may also be negative.
10777  To insert so many space that the formula uses all available space, the
10778  command 
10779 \series bold
10780
10781 \backslash
10782 hfill
10783 \series default
10784
10785 \begin_inset LatexCommand index
10786 name "Commands ! H ! \\textbackslash hfill"
10787
10788 \end_inset
10789
10790  is used.
10791 \end_layout
10792
10793 \begin_layout Standard
10794 \begin_inset VSpace -1mm
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \begin_layout Standard
10801 \align center
10802 \begin_inset Tabular
10803 <lyxtabular version="3" rows="4" columns="2">
10804 <features>
10805 <column alignment="center" valignment="top" leftline="true" width="0">
10806 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10807 <row topline="true" bottomline="true">
10808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Standard
10812 Command
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Standard
10821 Result
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 <row topline="true">
10828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Standard
10832 A=B
10833 \backslash
10834 hspace{3cm
10835 \begin_inset Formula $\to$
10836 \end_inset
10837
10838 A
10839 \backslash
10840 not=C
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Standard
10849 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 </row>
10858 <row topline="true" bottomline="true">
10859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Standard
10863 A
10864 \backslash
10865 hspace{-1mm
10866 \begin_inset Formula $\to$
10867 \end_inset
10868
10869 A
10870 \backslash
10871 not=A
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Standard
10880 \begin_inset Formula $A\hspace{-1mm}A\not=A$
10881 \end_inset
10882
10883
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 </row>
10889 <row topline="true" bottomline="true">
10890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Standard
10894 A=A
10895 \backslash
10896 hfill
10897 \begin_inset ERT
10898 status collapsed
10899
10900 \begin_layout Standard
10901
10902
10903 \backslash
10904 spce 
10905 \end_layout
10906
10907 \end_inset
10908
10909 B=B
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Standard
10918 \begin_inset Formula $A=A\hfill B=B$
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 </row>
10927 </lyxtabular>
10928
10929 \end_inset
10930
10931
10932 \end_layout
10933
10934 \begin_layout Standard
10935 In the last example the available space is given by the longest column entry
10936  of the table.
10937  In an inline formula the space depends on the length of the line in which
10938  
10939 \series bold
10940
10941 \backslash
10942 hfill
10943 \series default
10944  is inserted.
10945  Thus, when the line uses the full width, no space will be created.
10946  
10947 \series bold
10948
10949 \backslash
10950 hfill
10951 \series default
10952  has only an effect on displayed formulas when the formula style 
10953 \series bold
10954 Indented
10955 \series default
10956  is used.
10957  (Formula styles are explained in 
10958 \begin_inset LatexCommand ref
10959 reference "sec:Formula-Styles"
10960
10961 \end_inset
10962
10963 .)
10964 \end_layout
10965
10966 \begin_layout Standard
10967 The commands 
10968 \series bold
10969
10970 \backslash
10971 hspace
10972 \series default
10973  and 
10974 \series bold
10975
10976 \backslash
10977 hfill
10978 \series default
10979  can also be inserted in TeX-mode to use them for text:
10980 \end_layout
10981
10982 \begin_layout Standard
10983 This is a line with
10984 \begin_inset ERT
10985 status collapsed
10986
10987 \begin_layout Standard
10988
10989
10990 \backslash
10991 hspace{2cm}
10992 \end_layout
10993
10994 \end_inset
10995
10996 2\InsetSpace \thinspace{}
10997 cm space.
10998 \end_layout
10999
11000 \begin_layout Standard
11001 This is a line with
11002 \hfill
11003 maximum space.
11004 \end_layout
11005
11006 \begin_layout Standard
11007 In the last example 
11008 \series bold
11009
11010 \backslash
11011 hfill
11012 \series default
11013  was inserted via the menu 
11014 \family sans
11015 Insert\SpecialChar \menuseparator
11016 Formatting\SpecialChar \menuseparator
11017 Horizontal\InsetSpace ~
11018 Fill
11019 \family default
11020 , what is not possible in formulas.
11021  This has the advantage that one can directly see in LyX that this is a
11022  stretch space.
11023 \end_layout
11024
11025 \begin_layout Standard
11026 When the commands are at the begin of a text line but not at the beginning
11027  of a paragraph, they will be ignored by LaTeX.
11028  To avoid that, the command 
11029 \series bold
11030
11031 \backslash
11032 hspace*
11033 \series default
11034  is used instead of 
11035 \series bold
11036
11037 \backslash
11038 hspace
11039 \series default
11040 .
11041  To get the same with 
11042 \series bold
11043
11044 \backslash
11045 hfill
11046 \series default
11047 , a line break and an empty placeholder
11048 \series bold
11049
11050 \begin_inset Foot
11051 status collapsed
11052
11053 \begin_layout Standard
11054 for placeholders see 
11055 \begin_inset LatexCommand ref
11056 reference "sub:Placeholders"
11057
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \end_inset
11064
11065
11066 \series default
11067  is inserted in TeX-mode with the command 
11068 \series bold
11069
11070 \backslash
11071 vphantom{} 
11072 \series default
11073 before 
11074 \series bold
11075
11076 \backslash
11077 hfill
11078 \series default
11079 .
11080  
11081 \end_layout
11082
11083 \begin_layout Subsection
11084 Space besides inline Formulas
11085 \begin_inset LatexCommand index
11086 name "Space ! besides inline formulas"
11087
11088 \end_inset
11089
11090
11091 \end_layout
11092
11093 \begin_layout Standard
11094 The space that surrounds inline formulas can be adjusted with the length
11095  
11096 \series bold
11097
11098 \backslash
11099 mathsurround
11100 \begin_inset LatexCommand index
11101 name "Commands ! M ! \\textbackslash mathsurround"
11102
11103 \end_inset
11104
11105
11106 \series default
11107 .
11108  The value of a length is set with the command 
11109 \series bold
11110
11111 \backslash
11112 setlength
11113 \begin_inset LatexCommand index
11114 name "Commands ! S ! \\textbackslash setlength"
11115
11116 \end_inset
11117
11118
11119 \series default
11120  that has the following scheme:
11121 \end_layout
11122
11123 \begin_layout Standard
11124
11125 \series bold
11126
11127 \backslash
11128 setlength{length name}{value}
11129 \end_layout
11130
11131 \begin_layout Standard
11132 To set 
11133 \series bold
11134
11135 \backslash
11136 mathsurround
11137 \series default
11138  to the value 5\InsetSpace \thinspace{}
11139 mm, the command
11140 \end_layout
11141
11142 \begin_layout Standard
11143
11144 \series bold
11145
11146 \backslash
11147 setlength{
11148 \backslash
11149 mathsurround}{5mm}
11150 \end_layout
11151
11152 \begin_layout Standard
11153 is inserted in TeX-mode.
11154  5\InsetSpace \thinspace{}
11155 mm space will now be set around all inline formulas:
11156 \begin_inset ERT
11157 status collapsed
11158
11159 \begin_layout Standard
11160
11161
11162 \backslash
11163 setlength{
11164 \backslash
11165 mathsurround}{5mm}
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \begin_layout Standard
11174 This is a line with an inline formula 
11175 \begin_inset Formula $A=B$
11176 \end_inset
11177
11178  with 5\InsetSpace \thinspace{}
11179 mm surrounding space.
11180 \begin_inset ERT
11181 status collapsed
11182
11183 \begin_layout Standard
11184
11185
11186 \backslash
11187 setlength{
11188 \backslash
11189 mathsurround}{0pt}
11190 \end_layout
11191
11192 \end_inset
11193
11194
11195 \end_layout
11196
11197 \begin_layout Standard
11198 To return to the predefined value, 
11199 \series bold
11200
11201 \backslash
11202 mathsurround
11203 \series default
11204  is set to the value 0\InsetSpace \thinspace{}
11205 pt.
11206 \end_layout
11207
11208 \begin_layout Section
11209 Boxes and Frames
11210 \begin_inset LatexCommand index
11211 name "Boxes"
11212
11213 \end_inset
11214
11215
11216 \begin_inset LatexCommand index
11217 name "Frames | see {Boxes}"
11218
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \begin_layout Standard
11225 Boxes for text are described in chapter 
11226 \family typewriter
11227 Boxes
11228 \family default
11229  in the 
11230 \family typewriter
11231 Embedded\InsetSpace ~
11232 Objects
11233 \family default
11234  manual.
11235 \end_layout
11236
11237 \begin_layout Subsection
11238 Boxes with Frame
11239 \begin_inset LatexCommand label
11240 name "sub:Boxes-with-Frame"
11241
11242 \end_inset
11243
11244
11245 \begin_inset LatexCommand index
11246 name "Boxes ! with frame"
11247
11248 \end_inset
11249
11250
11251 \end_layout
11252
11253 \begin_layout Standard
11254 It is possible to frame formulas or parts of it with the commands 
11255 \series bold
11256
11257 \backslash
11258 fbox
11259 \series default
11260
11261 \begin_inset LatexCommand index
11262 name "Commands ! F ! \\textbackslash fbox"
11263
11264 \end_inset
11265
11266  and 
11267 \series bold
11268
11269 \backslash
11270 boxed
11271 \series default
11272
11273 \begin_inset LatexCommand index
11274 name "Commands ! B ! \\textbackslash boxed"
11275
11276 \end_inset
11277
11278 .
11279 \end_layout
11280
11281 \begin_layout Standard
11282 When one of these commands is inserted to a formula, a blue box appears
11283  within a frame to enter formula parts.
11284  For 
11285 \series bold
11286
11287 \backslash
11288 fbox
11289 \series default
11290  an additional formula has to be created by 
11291 \family sans
11292 Ctrl-m
11293 \family default
11294  within this box
11295 \begin_inset Foot
11296 status collapsed
11297
11298 \begin_layout Standard
11299 Due to a bug in LyX it is not possible to create a new formula with 
11300 \family sans
11301 Ctrl-m
11302 \family default
11303 , see 
11304 \begin_inset ERT
11305 status collapsed
11306
11307 \begin_layout Standard
11308
11309
11310 \backslash
11311 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
11312 \end_layout
11313
11314 \end_inset
11315
11316 LyX-bug #1435
11317 \begin_inset ERT
11318 status collapsed
11319
11320 \begin_layout Standard
11321
11322 }
11323 \end_layout
11324
11325 \end_inset
11326
11327 .
11328 \end_layout
11329
11330 \end_inset
11331
11332 , because the box content will otherwise be treated as mathematical text.
11333  When 
11334 \series bold
11335
11336 \backslash
11337 boxed
11338 \series default
11339  is used, a new formula is automatically created inside the frame.
11340 \end_layout
11341
11342 \begin_layout Standard
11343 The command 
11344 \series bold
11345
11346 \backslash
11347 fbox
11348 \series default
11349  is not suitable to frame displayed formulas, because the formula will always
11350  be set in the size of the text.
11351  
11352 \series bold
11353
11354 \backslash
11355 boxed
11356 \series default
11357  is in contrary not suitable to frame inline formulas, because the formula
11358  will always be set in the size of a displayed formula.
11359 \end_layout
11360
11361 \begin_layout Standard
11362 As extension to 
11363 \series bold
11364
11365 \backslash
11366 fbox
11367 \series default
11368  there is the command 
11369 \series bold
11370
11371 \backslash
11372 framebox
11373 \series default
11374
11375 \begin_inset LatexCommand index
11376 name "Commands ! F ! \\textbackslash framebox"
11377
11378 \end_inset
11379
11380  where additionally the frame width and the alignment can be specified.
11381  
11382 \series bold
11383
11384 \backslash
11385 framebox
11386 \series default
11387  is used in the following scheme:
11388 \end_layout
11389
11390 \begin_layout Standard
11391
11392 \series bold
11393
11394 \backslash
11395 framebox[frame width][position]{box content}
11396 \end_layout
11397
11398 \begin_layout Standard
11399 The position can either be 
11400 \emph on
11401 l
11402 \emph default
11403  or 
11404 \emph on
11405 r
11406 \emph default
11407 .
11408  
11409 \emph on
11410 l
11411 \emph default
11412  left aligns, 
11413 \emph on
11414 r
11415 \emph default
11416  right aligns the formula in the box.
11417  When no position is given, the formula will be centered.
11418 \newline
11419 Is no width given,
11420  also no position can be given.
11421  In this case the frame width is adjusted to the box content like for 
11422 \series bold
11423
11424 \backslash
11425 fbox
11426 \series default
11427 .
11428 \end_layout
11429
11430 \begin_layout Standard
11431 When the command 
11432 \series bold
11433
11434 \backslash
11435 framebox
11436 \series default
11437  is inserted, a box appears containing three blue boxes.
11438 \begin_inset Foot
11439 status collapsed
11440
11441 \begin_layout Standard
11442 Due to a bug in LyX the cursor has to be placed left beside blue the boxes
11443  to fill them, see 
11444 \begin_inset ERT
11445 status collapsed
11446
11447 \begin_layout Standard
11448
11449
11450 \backslash
11451 href{http://bugzilla.lyx.org/show_bug.cgi?id=2461}{
11452 \end_layout
11453
11454 \end_inset
11455
11456 LyX-bug #2461
11457 \begin_inset ERT
11458 status collapsed
11459
11460 \begin_layout Standard
11461
11462 }
11463 \end_layout
11464
11465 \end_inset
11466
11467 .
11468 \end_layout
11469
11470 \end_inset
11471
11472  The first two boxes are surrounded by brackets and denote the two optional
11473  arguments.
11474  The third box is for formula parts like for 
11475 \series bold
11476
11477 \backslash
11478 fbox
11479 \series default
11480 .
11481 \end_layout
11482
11483 \begin_layout Standard
11484 \align center
11485 \begin_inset Note Note
11486 status open
11487
11488 \begin_layout Standard
11489 The table has been set into a minipage to make the footnote appearing.
11490  Otherwise the footnote text would not be displayed.
11491 \end_layout
11492
11493 \end_inset
11494
11495
11496 \begin_inset Box Frameless
11497 position "c"
11498 hor_pos "c"
11499 has_inner_box 1
11500 inner_pos "c"
11501 use_parbox 0
11502 width "100col%"
11503 special "none"
11504 height "1in"
11505 height_special "totalheight"
11506 status open
11507
11508 \begin_layout Standard
11509 \align center
11510 \begin_inset Tabular
11511 <lyxtabular version="3" rows="5" columns="2">
11512 <features>
11513 <column alignment="center" valignment="top" leftline="true" width="0">
11514 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
11515 <row topline="true" bottomline="true">
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Standard
11520 Command
11521 \begin_inset Foot
11522 status collapsed
11523
11524 \begin_layout Standard
11525 Due to a bug in LyX it is not possible to create a new formula with 
11526 \family sans
11527 Ctrl-m
11528 \family default
11529 , see 
11530 \begin_inset ERT
11531 status collapsed
11532
11533 \begin_layout Standard
11534
11535
11536 \backslash
11537 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
11538 \end_layout
11539
11540 \end_inset
11541
11542 LyX-bug #1435
11543 \begin_inset ERT
11544 status collapsed
11545
11546 \begin_layout Standard
11547
11548 }
11549 \end_layout
11550
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Standard
11567 Result
11568 \begin_inset Note Note
11569 status collapsed
11570
11571 \begin_layout Standard
11572
11573 \series bold
11574
11575 \backslash
11576 raisebox
11577 \series default
11578  is only used as spacer.
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 </row>
11589 <row topline="true">
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Standard
11594
11595 \backslash
11596 fbox
11597 \begin_inset ERT
11598 status collapsed
11599
11600 \begin_layout Standard
11601
11602
11603 \backslash
11604 spce 
11605 \end_layout
11606
11607 \end_inset
11608
11609
11610 \family sans
11611 Ctrl-m
11612 \family default
11613  
11614 \backslash
11615 int
11616 \begin_inset ERT
11617 status collapsed
11618
11619 \begin_layout Standard
11620
11621
11622 \backslash
11623 spce 
11624 \end_layout
11625
11626 \end_inset
11627
11628 A=B
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Standard
11637 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 <row topline="true">
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Standard
11652
11653 \backslash
11654 boxed
11655 \begin_inset ERT
11656 status collapsed
11657
11658 \begin_layout Standard
11659
11660
11661 \backslash
11662 spce 
11663 \end_layout
11664
11665 \end_inset
11666
11667
11668 \backslash
11669 int
11670 \begin_inset ERT
11671 status collapsed
11672
11673 \begin_layout Standard
11674
11675
11676 \backslash
11677 spce 
11678 \end_layout
11679
11680 \end_inset
11681
11682 A=B
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Standard
11691 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 </row>
11700 <row topline="true">
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Standard
11705 A+
11706 \backslash
11707 fbox
11708 \begin_inset ERT
11709 status collapsed
11710
11711 \begin_layout Standard
11712
11713
11714 \backslash
11715 spce 
11716 \end_layout
11717
11718 \end_inset
11719
11720 B
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Standard
11729 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11730 \end_inset
11731
11732
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 </row>
11738 <row topline="true" bottomline="true">
11739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Standard
11743
11744 \backslash
11745 framebox
11746 \begin_inset ERT
11747 status collapsed
11748
11749 \begin_layout Standard
11750
11751
11752 \backslash
11753 spce 
11754 \end_layout
11755
11756 \end_inset
11757
11758 20mm
11759 \begin_inset Formula $\to$
11760 \end_inset
11761
11762
11763 \begin_inset Formula $\to$
11764 \end_inset
11765
11766
11767 \family sans
11768 Ctrl-m
11769 \family default
11770  
11771 \backslash
11772 frac
11773 \begin_inset ERT
11774 status collapsed
11775
11776 \begin_layout Standard
11777
11778
11779 \backslash
11780 spce 
11781 \end_layout
11782
11783 \end_inset
11784
11785 A
11786 \begin_inset Formula $\downarrow$
11787 \end_inset
11788
11789 B
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Standard
11798 \begin_inset Formula $\raisebox{6mm}{}$
11799 \end_inset
11800
11801
11802 \begin_inset Formula $\framebox[20mm]{$\frac{A}{B}$}$
11803 \end_inset
11804
11805
11806 \begin_inset Formula $\raisebox{-4mm}{}$
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 </row>
11815 </lyxtabular>
11816
11817 \end_inset
11818
11819
11820 \end_layout
11821
11822 \end_inset
11823
11824
11825 \end_layout
11826
11827 \begin_layout Standard
11828 The frame thickness can also be adjusted.
11829  To do this the following commands have to be inserted in TeX-mode before
11830  the formula
11831 \end_layout
11832
11833 \begin_layout Standard
11834
11835 \series bold
11836
11837 \backslash
11838 fboxrule
11839 \series default
11840  
11841 \series bold
11842
11843 \begin_inset Quotes eld
11844 \end_inset
11845
11846 thickness
11847 \begin_inset Quotes erd
11848 \end_inset
11849
11850
11851 \series default
11852  
11853 \series bold
11854
11855 \backslash
11856 fboxsep
11857 \series default
11858  
11859 \series bold
11860
11861 \begin_inset Quotes eld
11862 \end_inset
11863
11864 distance
11865 \begin_inset Quotes erd
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Standard
11872 \begin_inset Quotes eld
11873 \end_inset
11874
11875 distance
11876 \begin_inset Quotes erd
11877 \end_inset
11878
11879  specifies the minimal distance between the frame and the first character
11880  in the box.
11881  An example for this is the following framed formula:
11882 \begin_inset ERT
11883 status collapsed
11884
11885 \begin_layout Standard
11886
11887
11888 \backslash
11889 fboxrule 2mm 
11890 \backslash
11891 fboxsep 3mm
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \begin_inset Formula \[
11898 \boxed{A+B=C}\]
11899
11900 \end_inset
11901
11902 Before this formula the commands
11903 \end_layout
11904
11905 \begin_layout Standard
11906
11907 \series bold
11908
11909 \backslash
11910 fboxrule
11911 \series default
11912  
11913 \series bold
11914 2mm
11915 \series default
11916  
11917 \series bold
11918
11919 \backslash
11920 fboxsep
11921 \series default
11922  
11923 \series bold
11924 3mm
11925 \end_layout
11926
11927 \begin_layout Standard
11928 were inserted in TeX-mode.
11929  The given values are used for all following boxes.
11930 \end_layout
11931
11932 \begin_layout Standard
11933 To return to the standard frame size, the command
11934 \end_layout
11935
11936 \begin_layout Standard
11937
11938 \series bold
11939
11940 \backslash
11941 fboxrule
11942 \series default
11943  
11944 \series bold
11945 0.4pt
11946 \series default
11947  
11948 \series bold
11949
11950 \backslash
11951 fboxsep
11952 \series default
11953  
11954 \series bold
11955 3pt
11956 \series default
11957
11958 \begin_inset ERT
11959 status collapsed
11960
11961 \begin_layout Standard
11962
11963
11964 \backslash
11965 fboxrule 0.4pt 
11966 \backslash
11967 fboxsep 3pt
11968 \end_layout
11969
11970 \end_inset
11971
11972
11973 \end_layout
11974
11975 \begin_layout Standard
11976 is inserted in TeX-mode before the next formula.
11977 \end_layout
11978
11979 \begin_layout Subsection
11980 Boxes without Frame
11981 \begin_inset LatexCommand label
11982 name "sub:Boxes-without-Frame"
11983
11984 \end_inset
11985
11986
11987 \begin_inset LatexCommand index
11988 name "Boxes ! without frame"
11989
11990 \end_inset
11991
11992
11993 \end_layout
11994
11995 \begin_layout Standard
11996 For boxes without a frame there are the following box commands: 
11997 \series bold
11998
11999 \backslash
12000 mbox
12001 \series default
12002
12003 \begin_inset LatexCommand index
12004 name "Commands ! M ! \\textbackslash mbox"
12005
12006 \end_inset
12007
12008
12009 \series bold
12010
12011 \backslash
12012 makebox
12013 \series default
12014
12015 \begin_inset LatexCommand index
12016 name "Commands ! M ! \\textbackslash makebox"
12017
12018 \end_inset
12019
12020 , and 
12021 \series bold
12022
12023 \backslash
12024 raisebox
12025 \series default
12026
12027 \begin_inset LatexCommand index
12028 name "Commands ! R ! \\textbackslash raisebox"
12029
12030 \end_inset
12031
12032
12033 \end_layout
12034
12035 \begin_layout Standard
12036 With 
12037 \series bold
12038
12039 \backslash
12040 raisebox
12041 \series default
12042  a box can be super- or subscripted.
12043  But in contrary to normal super- and subscripting, the characters in the
12044  box keep their font size.
12045  
12046 \series bold
12047
12048 \backslash
12049 raisebox
12050 \series default
12051  is used in the following scheme:
12052 \end_layout
12053
12054 \begin_layout Standard
12055
12056 \series bold
12057
12058 \backslash
12059 raisebox{height}{box content}
12060 \end_layout
12061
12062 \begin_layout Standard
12063 When the box should contain a formula, an extra formula is needed like for
12064  
12065 \series bold
12066
12067 \backslash
12068 fbox
12069 \series default
12070 .
12071 \end_layout
12072
12073 \begin_layout Standard
12074 \align center
12075 \begin_inset Tabular
12076 <lyxtabular version="3" rows="4" columns="2">
12077 <features>
12078 <column alignment="center" valignment="top" leftline="true" width="0">
12079 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12080 <row topline="true" bottomline="true">
12081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Standard
12085 Command
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Standard
12094 Result
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 </row>
12100 <row topline="true">
12101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Standard
12105 H
12106 \backslash
12107 raisebox{2mm
12108 \begin_inset Formula $\to$
12109 \end_inset
12110
12111
12112 \backslash
12113 {al
12114 \begin_inset Formula $\to$
12115 \end_inset
12116
12117  lo
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Standard
12126 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 </row>
12135 <row topline="true" bottomline="true">
12136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Standard
12140 H
12141 \backslash
12142 raisebox{-2mm
12143 \begin_inset Formula $\to$
12144 \end_inset
12145
12146
12147 \backslash
12148 {al
12149 \begin_inset Formula $\to$
12150 \end_inset
12151
12152 lo
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Standard
12161 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 </row>
12170 <row topline="true" bottomline="true">
12171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Standard
12175 A=
12176 \backslash
12177 raisebox{-2mm
12178 \begin_inset Formula $\to$
12179 \end_inset
12180
12181
12182 \backslash
12183 {
12184 \family sans
12185 Ctrl-m
12186 \family default
12187  
12188 \backslash
12189 sqrt
12190 \begin_inset ERT
12191 status collapsed
12192
12193 \begin_layout Standard
12194
12195
12196 \backslash
12197 spce 
12198 \end_layout
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Standard
12211 \begin_inset ERT
12212 status collapsed
12213
12214 \begin_layout Standard
12215
12216 $A=
12217 \backslash
12218 raisebox{-2mm}{$
12219 \backslash
12220 sqrt{B}$}$
12221 \end_layout
12222
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 </row>
12231 </lyxtabular>
12232
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \begin_layout Standard
12239 The last formula can currently only be created using TeX-mode because LyX
12240  inserts a box instead of the needed extra formula.
12241 \begin_inset Foot
12242 status collapsed
12243
12244 \begin_layout Standard
12245 see 
12246 \begin_inset ERT
12247 status collapsed
12248
12249 \begin_layout Standard
12250
12251
12252 \backslash
12253 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
12254 \end_layout
12255
12256 \end_inset
12257
12258 LyX-bug #1435
12259 \begin_inset ERT
12260 status collapsed
12261
12262 \begin_layout Standard
12263
12264 }
12265 \end_layout
12266
12267 \end_inset
12268
12269
12270 \end_layout
12271
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \begin_layout Standard
12278 The command 
12279 \series bold
12280
12281 \backslash
12282 mbox
12283 \series default
12284  is equivalent to 
12285 \series bold
12286
12287 \backslash
12288 fbox
12289 \series default
12290  and 
12291 \series bold
12292
12293 \backslash
12294 makebox
12295 \series default
12296  is equivalent to 
12297 \series bold
12298
12299 \backslash
12300 framebox
12301 \series default
12302 , with the difference that there is no frame.
12303 \end_layout
12304
12305 \begin_layout Subsection
12306 Colored Boxes
12307 \begin_inset LatexCommand label
12308 name "sub:Colored-Boxes"
12309
12310 \end_inset
12311
12312
12313 \begin_inset LatexCommand index
12314 name "Boxes ! colored"
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 To be able to use all commands explained in this section, the LaTeX-package
12323  
12324 \series bold
12325 color
12326 \series default
12327
12328 \begin_inset Foot
12329 status collapsed
12330
12331 \begin_layout Standard
12332 The LaTeX-package 
12333 \series bold
12334 color
12335 \series default
12336  is part of every LaTeX standard installation.
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \begin_inset LatexCommand index
12343 name "Packages ! color"
12344
12345 \end_inset
12346
12347  has to be loaded in the LaTeX-preamble with the line
12348 \begin_inset Foot
12349 status collapsed
12350
12351 \begin_layout Standard
12352 When text is colored somewhere in the document with a predefined color,
12353  LyX loads the LaTeX-package 
12354 \series bold
12355 color
12356 \series default
12357  automatically.
12358  Thus it is possible that the package is loaded twice, but this doesn't
12359  arise problems.
12360 \end_layout
12361
12362 \end_inset
12363
12364
12365 \begin_inset Note Note
12366 status collapsed
12367
12368 \begin_layout Standard
12369 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
12370 amble.
12371 \end_layout
12372
12373 \end_inset
12374
12375
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381
12382 \backslash
12383 usepackage{color}
12384 \end_layout
12385
12386 \begin_layout Standard
12387 \begin_inset VSpace medskip
12388 \end_inset
12389
12390 To color boxes, the command 
12391 \series bold
12392
12393 \backslash
12394 colorbox
12395 \series default
12396
12397 \begin_inset LatexCommand index
12398 name "Commands ! C ! \\textbackslash colorbox"
12399
12400 \end_inset
12401
12402  is used in the following scheme:
12403 \end_layout
12404
12405 \begin_layout Standard
12406
12407 \series bold
12408
12409 \backslash
12410 colorbox{color}{box content}
12411 \end_layout
12412
12413 \begin_layout Standard
12414 The box content can also be a box and a 
12415 \series bold
12416
12417 \backslash
12418 colorbox
12419 \series default
12420  can also be part of another box (see the 2nd and 3rd example).
12421  When the box should contain a formula, an extra formula has to be created,
12422  the same as for 
12423 \series bold
12424
12425 \backslash
12426 fbox
12427 \series default
12428 .
12429 \begin_inset Foot
12430 status collapsed
12431
12432 \begin_layout Standard
12433 This also applies for the command 
12434 \series bold
12435
12436 \backslash
12437 fcolorbox
12438 \series default
12439 .
12440  Thereby note 
12441 \begin_inset ERT
12442 status collapsed
12443
12444 \begin_layout Standard
12445
12446
12447 \backslash
12448 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
12449 \end_layout
12450
12451 \end_inset
12452
12453 LyX-bug #1435
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Standard
12458
12459 }
12460 \end_layout
12461
12462 \end_inset
12463
12464 .
12465 \end_layout
12466
12467 \end_inset
12468
12469
12470 \end_layout
12471
12472 \begin_layout Standard
12473 One of the following predefined colors can be chosen:
12474 \end_layout
12475
12476 \begin_layout Standard
12477
12478 \series bold
12479 black
12480 \series default
12481
12482 \series bold
12483 blue
12484 \series default
12485
12486 \series bold
12487 cyan
12488 \series default
12489
12490 \series bold
12491 green
12492 \series default
12493
12494 \series bold
12495 magenta
12496 \series default
12497
12498 \series bold
12499 red
12500 \series default
12501
12502 \series bold
12503 white
12504 \series default
12505 , and 
12506 \series bold
12507 yellow
12508 \end_layout
12509
12510 \begin_layout Standard
12511 \align center
12512 \begin_inset Tabular
12513 <lyxtabular version="3" rows="4" columns="2">
12514 <features>
12515 <column alignment="center" valignment="top" leftline="true" width="0">
12516 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12517 <row topline="true" bottomline="true">
12518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Standard
12522 Command
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Standard
12531 Result
12532 \begin_inset Note Note
12533 status collapsed
12534
12535 \begin_layout Standard
12536
12537 \series bold
12538
12539 \backslash
12540 raisebox
12541 \series default
12542  is only used as spacer.
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 </row>
12553 <row topline="true">
12554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Standard
12558
12559 \backslash
12560 colorbox{yellow
12561 \begin_inset Formula $\to$
12562 \end_inset
12563
12564
12565 \backslash
12566 {A=B
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Standard
12575 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12576 \end_inset
12577
12578
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 </row>
12584 <row topline="true">
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Standard
12589
12590 \backslash
12591 colorbox{green
12592 \begin_inset Formula $\to$
12593 \end_inset
12594
12595
12596 \backslash
12597 {
12598 \backslash
12599 fbox
12600 \begin_inset ERT
12601 status collapsed
12602
12603 \begin_layout Standard
12604
12605
12606 \backslash
12607 spce 
12608 \end_layout
12609
12610 \end_inset
12611
12612 A=B
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Standard
12621 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12622 \end_inset
12623
12624
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 </row>
12630 <row topline="true" bottomline="true">
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Standard
12635
12636 \backslash
12637 fbox
12638 \begin_inset ERT
12639 status collapsed
12640
12641 \begin_layout Standard
12642
12643
12644 \backslash
12645 spce 
12646 \end_layout
12647
12648 \end_inset
12649
12650
12651 \backslash
12652 colorbox{green
12653 \begin_inset Formula $\to$
12654 \end_inset
12655
12656
12657 \backslash
12658 {A=B
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Standard
12667 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 </lyxtabular>
12677
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \begin_layout Standard
12684
12685 \series bold
12686
12687 \backslash
12688 colorbox
12689 \series default
12690  only colors the box but not the characters in the box.
12691  To color all characters, the whole formula is highlighted and the wanted
12692  color is chosen in the 
12693 \family sans
12694 Text\InsetSpace ~
12695 Style
12696 \family default
12697  dialog.
12698  The dialog can be called with the toolbar button 
12699 \begin_inset Graphics
12700         filename ../images/dialog-show_character.png
12701         scale 85
12702
12703 \end_inset
12704
12705  or the menu 
12706 \family sans
12707 Edit\SpecialChar \menuseparator
12708 Text\InsetSpace ~
12709 Style\SpecialChar \menuseparator
12710 Customized
12711 \family default
12712 .
12713  The formula number has then the same color as the formula.
12714  When the formula number should get another color than the formula characters,
12715  the color must be changed within the formula.
12716 \end_layout
12717
12718 \begin_layout Standard
12719 An example:
12720 \end_layout
12721
12722 \begin_layout Standard
12723
12724 \color red
12725 \begin_inset Formula \begin{equation}
12726 \int A=B\label{eq:red}\end{equation}
12727
12728 \end_inset
12729
12730
12731 \color green
12732
12733 \begin_inset Formula \begin{equation}
12734 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
12735
12736 \end_inset
12737
12738
12739 \end_layout
12740
12741 \begin_layout Standard
12742 Formula 
12743 \begin_inset LatexCommand eqref
12744 reference "eq:red"
12745
12746 \end_inset
12747
12748  is completely colored red.
12749 \newline
12750 Formula 
12751 \begin_inset LatexCommand eqref
12752 reference "eq:redgreen"
12753
12754 \end_inset
12755
12756  was first completely colored green to set the color for the formula number.
12757  Subsequently the formula characters were colored red.
12758 \end_layout
12759
12760 \begin_layout Standard
12761 \begin_inset VSpace bigskip
12762 \end_inset
12763
12764 To color the frame different than the rest of the box, the command 
12765 \series bold
12766
12767 \backslash
12768 fcolorbox
12769 \series default
12770
12771 \begin_inset LatexCommand index
12772 name "Commands ! F ! \\textbackslash fcolorbox"
12773
12774 \end_inset
12775
12776  is used in the following scheme:
12777 \end_layout
12778
12779 \begin_layout Standard
12780
12781 \series bold
12782
12783 \backslash
12784 fcolorbox{frame color}{color}{box content}
12785 \end_layout
12786
12787 \begin_layout Standard
12788 So 
12789 \series bold
12790
12791 \backslash
12792 fcolorbox
12793 \series default
12794  is an extension of the command 
12795 \series bold
12796
12797 \backslash
12798 colorbox
12799 \series default
12800 .
12801  The frame width is set, like for 
12802 \series bold
12803
12804 \backslash
12805 framebox
12806 \series default
12807 , with 
12808 \series bold
12809
12810 \backslash
12811 fboxrule
12812 \series default
12813  and 
12814 \series bold
12815
12816 \backslash
12817 fboxsep
12818 \series default
12819 .
12820  An example:
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Standard
12825
12826
12827 \backslash
12828 fboxrule 1mm 
12829 \backslash
12830 fboxsep 1mm
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \begin_inset Formula \[
12837 \fcolorbox{cyan}{magenta}{A=B}\]
12838
12839 \end_inset
12840
12841
12842 \begin_inset ERT
12843 status collapsed
12844
12845 \begin_layout Standard
12846
12847
12848 \backslash
12849 fboxrule 0.4pt 
12850 \backslash
12851 fboxsep 3pt
12852 \end_layout
12853
12854 \end_inset
12855
12856
12857 \end_layout
12858
12859 \begin_layout Standard
12860 This formula was created with the command
12861 \newline
12862
12863 \series bold
12864
12865 \backslash
12866 fcolorbox{cyan
12867 \begin_inset Formula $\to$
12868 \end_inset
12869
12870
12871 \backslash
12872 {magenta
12873 \begin_inset Formula $\to$
12874 \end_inset
12875
12876
12877 \backslash
12878 {A=B
12879 \series default
12880 .
12881 \end_layout
12882
12883 \begin_layout Standard
12884 \begin_inset VSpace bigskip
12885 \end_inset
12886
12887 To use other colors than the predefined ones, they have to be defined first.
12888 \end_layout
12889
12890 \begin_layout Standard
12891 One can for example define the color 
12892 \begin_inset Quotes eld
12893 \end_inset
12894
12895
12896 \series bold
12897 darkgreen
12898 \series default
12899
12900 \begin_inset Quotes erd
12901 \end_inset
12902
12903  with the LaTeX-preamble line:
12904 \end_layout
12905
12906 \begin_layout Standard
12907
12908 \series bold
12909
12910 \backslash
12911 definecolor{darkgreen}{cmyk}{0.5,
12912 \series default
12913  
12914 \series bold
12915 0,
12916 \series default
12917  
12918 \series bold
12919 1,
12920 \series default
12921  
12922 \series bold
12923 0.5}
12924 \series default
12925
12926 \begin_inset LatexCommand index
12927 name "Commands ! D ! \\textbackslash definecolor"
12928
12929 \end_inset
12930
12931
12932 \end_layout
12933
12934 \begin_layout Standard
12935
12936 \series bold
12937 cmyk
12938 \series default
12939  is the color space that denotes the colors 
12940 \series bold
12941 cyan
12942 \series default
12943
12944 \series bold
12945 magenta
12946 \series default
12947
12948 \series bold
12949 yellow
12950 \series default
12951 , and 
12952 \series bold
12953 black
12954 \series default
12955 .
12956  The four comma separated numbers are the portion factor for the corresponding
12957  colors of the color space.
12958  The factors can be in the range of 0\InsetSpace \thinspace{}
12959 -\InsetSpace \thinspace{}
12960 1.
12961  Instead of 
12962 \series bold
12963 cmyk
12964 \series default
12965  also the color space 
12966 \series bold
12967 rgb
12968 \series default
12969  can be used for definitions.
12970  
12971 \series bold
12972 rgb
12973 \series default
12974  denotes 
12975 \series bold
12976 red
12977 \series default
12978
12979 \series bold
12980 green
12981 \series default
12982 , and 
12983 \series bold
12984 blue
12985 \series default
12986 , so that there are in this case three portion factors for the corresponding
12987  colors.
12988  Furthermore there is the color space 
12989 \series bold
12990 gray
12991 \series default
12992  with one portion factor for the gray value.
12993 \end_layout
12994
12995 \begin_layout Standard
12996 As example a framed box with the new defined color 
12997 \series bold
12998 darkgreen
12999 \series default
13000  where the characters have been colored 
13001 \series bold
13002 yellow
13003 \series default
13004 :
13005 \begin_inset Formula \begin{equation}
13006 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13007
13008 \end_inset
13009
13010
13011 \end_layout
13012
13013 \begin_layout Standard
13014 Self-defined colors can also be used for text with the help of the command
13015  
13016 \series bold
13017
13018 \backslash
13019 textcolor
13020 \series default
13021 :
13022 \begin_inset LatexCommand index
13023 name "Text ! colored"
13024
13025 \end_inset
13026
13027
13028 \end_layout
13029
13030 \begin_layout Standard
13031 \begin_inset ERT
13032 status collapsed
13033
13034 \begin_layout Standard
13035
13036
13037 \backslash
13038 textcolor{darkgreen}{
13039 \end_layout
13040
13041 \end_inset
13042
13043 This sentence is 
13044 \begin_inset Quotes eld
13045 \end_inset
13046
13047 darkgreen
13048 \begin_inset Quotes erd
13049 \end_inset
13050
13051 .
13052 \begin_inset ERT
13053 status collapsed
13054
13055 \begin_layout Standard
13056
13057 }
13058 \end_layout
13059
13060 \end_inset
13061
13062
13063 \end_layout
13064
13065 \begin_layout Standard
13066
13067 \series bold
13068
13069 \backslash
13070 textcolor
13071 \series default
13072
13073 \begin_inset LatexCommand index
13074 name "Commands ! T ! \\textbackslash textcolor"
13075
13076 \end_inset
13077
13078  is used in the scheme 
13079 \series bold
13080
13081 \backslash
13082 textcolor{color}{characters to color}
13083 \series default
13084 .
13085 \end_layout
13086
13087 \begin_layout Subsection
13088 Paragraph Boxes
13089 \begin_inset LatexCommand label
13090 name "sub:Paragraph-Boxes"
13091
13092 \end_inset
13093
13094
13095 \begin_inset LatexCommand index
13096 name "Boxes ! as paragraph"
13097
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \begin_layout Standard
13104 A box that can contain several lines and paragraphs, a so called paragraph
13105  box (parbox), can be created with the menu 
13106 \family sans
13107 Insert\SpecialChar \menuseparator
13108 Box
13109 \family default
13110  or the toolbar button 
13111 \begin_inset Graphics
13112         filename ../images/box-insert.png
13113         scale 85
13114
13115 \end_inset
13116
13117 .
13118 \end_layout
13119
13120 \begin_layout Standard
13121 The following example shows a framed parbox in a line:
13122 \end_layout
13123
13124 \begin_layout Standard
13125 \begin_inset VSpace medskip
13126 \end_inset
13127
13128 This is a line 
13129 \begin_inset Box Boxed
13130 position "c"
13131 hor_pos "c"
13132 has_inner_box 1
13133 inner_pos "t"
13134 use_parbox 1
13135 width "5cm"
13136 special "none"
13137 height "1in"
13138 height_special "totalheight"
13139 status open
13140
13141 \begin_layout Standard
13142 This is a paragraph box.
13143  It is exactly 5\InsetSpace \thinspace{}
13144 cm long and can also contain formulas: 
13145 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \end_inset
13152
13153  with a parbox.
13154 \end_layout
13155
13156 \begin_layout Standard
13157 \begin_inset VSpace medskip
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 Such a box is created by right-clicking on the gray box inset.
13165  A dialog pops up showing the box properties.
13166  In our case set: 
13167 \emph on
13168 Decoration
13169 \emph default
13170 : Recangular box, 
13171 \emph on
13172 Inner Box
13173 \emph default
13174 : Parbox, 
13175 \emph on
13176 Width
13177 \emph default
13178 : 5\InsetSpace \thinspace{}
13179 cm, 
13180 \emph on
13181 Vertical Box Alignment
13182 \emph default
13183 : Middle
13184 \end_layout
13185
13186 \begin_layout Standard
13187 \begin_inset VSpace medskip
13188 \end_inset
13189
13190 In LaTeX a parbox is created with the command 
13191 \series bold
13192
13193 \backslash
13194 parbox
13195 \series default
13196
13197 \begin_inset LatexCommand index
13198 name "Commands ! P ! \\textbackslash parbox"
13199
13200 \end_inset
13201
13202  that has the following scheme:
13203 \end_layout
13204
13205 \begin_layout Standard
13206
13207 \series bold
13208
13209 \backslash
13210 parbox[position]{width}{box content}
13211 \end_layout
13212
13213 \begin_layout Standard
13214 The positions 
13215 \emph on
13216 b
13217 \emph default
13218  and 
13219 \emph on
13220 t
13221 \emph default
13222  are possible.
13223  
13224 \emph on
13225 b
13226 \emph default
13227  for bottom means that the box is aligned within the surrounding text with
13228  its last line.
13229  With 
13230 \emph on
13231 t
13232 \emph default
13233  for top this is done with the first line.
13234  When no position is given, the box will be vertically centered, see section
13235  
13236 \emph on
13237 Boxes
13238 \emph default
13239  of the 
13240 \emph on
13241 Embedded\InsetSpace ~
13242 Objects
13243 \emph default
13244  manual for examples.
13245 \end_layout
13246
13247 \begin_layout Standard
13248 \begin_inset VSpace bigskip
13249 \end_inset
13250
13251 To frame formulas completely, including the formula number, the formula
13252  must be set into a parbox.
13253  To do this, the command 
13254 \series bold
13255
13256 \backslash
13257 fbox{
13258 \backslash
13259 parbox{
13260 \backslash
13261 linewidth-2
13262 \backslash
13263 fboxsep-2
13264 \backslash
13265 fboxrule}{
13266 \series default
13267  is inserted in TeX-mode before the formula.
13268  
13269 \series bold
13270
13271 \backslash
13272 linewidth
13273 \begin_inset LatexCommand index
13274 name "Commands ! L ! \\textbackslash linewidth"
13275
13276 \end_inset
13277
13278
13279 \series default
13280  is hereby the line width set for the document.
13281  Because the frame is outside the parbox, 2\InsetSpace \thinspace{}
13282 times the frame separation and
13283  the frame thickness must be subtracted from the line width.
13284  As this is not automatically done by LyX due to a bug
13285 \begin_inset Foot
13286 status collapsed
13287
13288 \begin_layout Standard
13289 \begin_inset ERT
13290 status collapsed
13291
13292 \begin_layout Standard
13293
13294
13295 \backslash
13296 href{http://bugzilla.lyx.org/show_bug.cgi?id=4483}{
13297 \end_layout
13298
13299 \end_inset
13300
13301 LyX-bug #4483
13302 \begin_inset ERT
13303 status collapsed
13304
13305 \begin_layout Standard
13306
13307 }
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \end_inset
13316
13317 , TeX-mode has to be used.
13318  To be able to multiply and subtract in arguments, the LaTeX-package 
13319 \series bold
13320 calc
13321 \series default
13322
13323 \begin_inset Foot
13324 status collapsed
13325
13326 \begin_layout Standard
13327
13328 \series bold
13329 calc
13330 \series default
13331  is part of every LaTeX standard installation.
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \begin_inset LatexCommand index
13338 name "Packages ! calc"
13339
13340 \end_inset
13341
13342  must be loaded in the LaTeX-preamble with the line
13343 \end_layout
13344
13345 \begin_layout Standard
13346
13347 \series bold
13348
13349 \backslash
13350 usepackage{calc}
13351 \end_layout
13352
13353 \begin_layout Standard
13354 Behind the formula both boxes are closed by entering 
13355 \series bold
13356 }}
13357 \series default
13358  in TeX-mode.
13359  Here is an example:
13360 \begin_inset ERT
13361 status collapsed
13362
13363 \begin_layout Standard
13364
13365
13366 \backslash
13367 fboxsep 5mm 
13368 \backslash
13369 fboxrule 5mm
13370 \end_layout
13371
13372 \end_inset
13373
13374
13375 \end_layout
13376
13377 \begin_layout Standard
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Standard
13382
13383
13384 \backslash
13385 fbox{
13386 \backslash
13387 parbox{
13388 \backslash
13389 linewidth-2
13390 \backslash
13391 fboxsep-2
13392 \backslash
13393 fboxrule}{
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \begin_inset Formula \begin{equation}
13400 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
13401
13402 \end_inset
13403
13404
13405 \begin_inset ERT
13406 status collapsed
13407
13408 \begin_layout Standard
13409
13410 }}
13411 \end_layout
13412
13413 \end_inset
13414
13415
13416 \begin_inset ERT
13417 status collapsed
13418
13419 \begin_layout Standard
13420
13421
13422 \backslash
13423 fboxrule 0.4pt 
13424 \backslash
13425 fboxsep 3pt
13426 \end_layout
13427
13428 \end_inset
13429
13430
13431 \end_layout
13432
13433 \begin_layout Standard
13434 \begin_inset VSpace medskip
13435 \end_inset
13436
13437 As a parbox is used as argument of 
13438 \series bold
13439
13440 \backslash
13441 fbox
13442 \series default
13443 , there is in this case no difference between 
13444 \series bold
13445
13446 \backslash
13447 fbox
13448 \series default
13449  and 
13450 \series bold
13451
13452 \backslash
13453 boxed
13454 \series default
13455 .
13456 \end_layout
13457
13458 \begin_layout Standard
13459 \begin_inset VSpace bigskip
13460 \end_inset
13461
13462 Paragraph boxes are very useful to comment formulas directly.
13463  To do this, 
13464 \series bold
13465
13466 \backslash
13467 parbox
13468 \series default
13469  is used in combination with the command 
13470 \series bold
13471
13472 \backslash
13473 tag
13474 \series default
13475 .
13476  (more about 
13477 \series bold
13478
13479 \backslash
13480 tag
13481 \series default
13482  see 
13483 \begin_inset LatexCommand ref
13484 reference "sub:User-defined-Numbering"
13485
13486 \end_inset
13487
13488 )
13489 \end_layout
13490
13491 \begin_layout Standard
13492 An example of a formula commented with 
13493 \series bold
13494
13495 \backslash
13496 parbox
13497 \series default
13498 :
13499 \end_layout
13500
13501 \begin_layout Standard
13502 \begin_inset ERT
13503 status collapsed
13504
13505 \begin_layout Standard
13506
13507
13508 \backslash
13509 [5x-7b=3b
13510 \backslash
13511 tag*{
13512 \backslash
13513 parbox{5cm}{
13514 \end_layout
13515
13516 \end_inset
13517
13518 This is a description.
13519  It is distinctly separated from the formula and multiline.
13520 \begin_inset ERT
13521 status collapsed
13522
13523 \begin_layout Standard
13524
13525 }}
13526 \backslash
13527 ]
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Standard
13536 Such a formula must be inserted completely in TeX-mode because LyX does
13537  not yet support the command 
13538 \series bold
13539
13540 \backslash
13541 parbox
13542 \series default
13543  in formulas.
13544  The formula is created with the following command sequence:
13545 \end_layout
13546
13547 \begin_layout Standard
13548 The command 
13549 \series bold
13550
13551 \backslash
13552 [5x-7b=3b
13553 \backslash
13554 tag*
13555 \backslash
13556 {
13557 \backslash
13558 parbox{5cm}{
13559 \series default
13560  is inserted in TeX-mode.
13561 \begin_inset Foot
13562 status collapsed
13563
13564 \begin_layout Standard
13565 When the formula style 
13566 \series bold
13567 Indented
13568 \series default
13569  is used, 
13570 \series bold
13571
13572 \backslash
13573 tag*
13574 \backslash
13575 {
13576 \series default
13577  can also be replaced by 
13578 \series bold
13579
13580 \backslash
13581 hfill
13582 \series default
13583 .
13584  (formula styles see 
13585 \begin_inset LatexCommand ref
13586 reference "sec:Formula-Styles"
13587
13588 \end_inset
13589
13590 )
13591 \end_layout
13592
13593 \end_inset
13594
13595  Then the description follows as normal text, and finally 
13596 \series bold
13597 }}
13598 \backslash
13599 ]
13600 \series default
13601  is inserted in TeX-mode.
13602  The commands 
13603 \series bold
13604
13605 \backslash
13606 [
13607 \series default
13608  and 
13609 \series bold
13610
13611 \backslash
13612 ]
13613 \series default
13614  hereby create a displayed formula.
13615 \end_layout
13616
13617 \begin_layout Standard
13618 The advantages of 
13619 \series bold
13620
13621 \backslash
13622 parbox
13623 \series default
13624  can be seen in this example that was 
13625 \begin_inset Quotes eld
13626 \end_inset
13627
13628 commented
13629 \begin_inset Quotes erd
13630 \end_inset
13631
13632  using the mathematical textmode:
13633 \begin_inset Formula \[
13634 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
13635
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \begin_layout Section
13642 Operators
13643 \begin_inset LatexCommand index
13644 name "Operators"
13645
13646 \end_inset
13647
13648
13649 \end_layout
13650
13651 \begin_layout Subsection
13652 Big Operators
13653 \begin_inset LatexCommand label
13654 name "sub:Big-Operators"
13655
13656 \end_inset
13657
13658
13659 \begin_inset LatexCommand index
13660 name "Operators ! big"
13661
13662 \end_inset
13663
13664
13665 \begin_inset LatexCommand index
13666 name "Sums"
13667
13668 \end_inset
13669
13670
13671 \begin_inset LatexCommand index
13672 name "Integrals"
13673
13674 \end_inset
13675
13676
13677 \end_layout
13678
13679 \begin_layout Standard
13680 To be able to use all integral operators listed here, the option 
13681 \family sans
13682 Use esint package automatically
13683 \family default
13684  must be set in the document settings under 
13685 \family sans
13686 Math\InsetSpace ~
13687 Options
13688 \family default
13689 .
13690 \end_layout
13691
13692 \begin_layout Standard
13693
13694 \hfill
13695
13696 \begin_inset Tabular
13697 <lyxtabular version="3" rows="11" columns="2">
13698 <features>
13699 <column alignment="center" valignment="top" leftline="true" width="0pt">
13700 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
13701 <row topline="true" bottomline="true">
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Standard
13706 Command
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Standard
13715 Result
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row topline="true">
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Standard
13726
13727 \backslash
13728 sum
13729 \begin_inset LatexCommand index
13730 name "Commands ! S ! \\textbackslash sum"
13731
13732 \end_inset
13733
13734
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Standard
13743 \begin_inset Formula $\sum$
13744 \end_inset
13745
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 <row topline="true">
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Standard
13757
13758 \backslash
13759 int
13760 \begin_inset LatexCommand index
13761 name "Commands ! I ! \\textbackslash int"
13762
13763 \end_inset
13764
13765
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Standard
13774 \begin_inset Formula $\int$
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 <row topline="true">
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Standard
13788
13789 \backslash
13790 intop
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Standard
13799 \begin_inset Formula $\intop$
13800 \end_inset
13801
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 </row>
13808 <row topline="true">
13809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Standard
13813
13814 \backslash
13815 oint
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Standard
13824 \begin_inset Formula $\oint$
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 </row>
13833 <row topline="true">
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Standard
13838
13839 \backslash
13840 ointop
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Standard
13849 \begin_inset Formula $\ointop$
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 <row topline="true">
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Standard
13863
13864 \backslash
13865 ointctrclockwise
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Standard
13874 \begin_inset Formula $\ointctrclockwise$
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 </row>
13883 <row topline="true">
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Standard
13888
13889 \backslash
13890 ointclockwise
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Standard
13899 \begin_inset Formula $\ointclockwise$
13900 \end_inset
13901
13902
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 </row>
13908 <row topline="true">
13909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Standard
13913
13914 \backslash
13915 sqint
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Standard
13924 \begin_inset Formula $\sqint$
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 </row>
13933 <row topline="true">
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Standard
13938
13939 \backslash
13940 bigcap
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Standard
13949 \begin_inset Formula $\bigcap$
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 </row>
13958 <row topline="true" bottomline="true">
13959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Standard
13963
13964 \backslash
13965 bigcup
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Standard
13974 \begin_inset Formula $\bigcup$
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 </row>
13983 </lyxtabular>
13984
13985 \end_inset
13986
13987
13988 \hfill
13989
13990 \begin_inset Tabular
13991 <lyxtabular version="3" rows="10" columns="2">
13992 <features>
13993 <column alignment="center" valignment="top" leftline="true" width="0pt">
13994 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
13995 <row topline="true" bottomline="true">
13996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Standard
14000 Command
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Standard
14009 Result
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 </row>
14015 <row topline="true">
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Standard
14020
14021 \backslash
14022 prod
14023 \begin_inset LatexCommand index
14024 name "Commands ! P ! \\textbackslash prod"
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Standard
14037 \begin_inset Formula $\prod$
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 </row>
14046 <row topline="true">
14047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Standard
14051
14052 \backslash
14053 coprod
14054 \end_layout
14055
14056 \end_inset
14057 </cell>
14058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14059 \begin_inset Text
14060
14061 \begin_layout Standard
14062 \begin_inset Formula $\coprod$
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 </row>
14071 <row topline="true">
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Standard
14076
14077 \backslash
14078 bigodot
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Standard
14087 \begin_inset Formula $\bigodot$
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 </row>
14096 <row topline="true">
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Standard
14101
14102 \backslash
14103 bigotimes
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Standard
14112 \begin_inset Formula $\bigotimes$
14113 \end_inset
14114
14115
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 </row>
14121 <row topline="true">
14122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Standard
14126
14127 \backslash
14128 bigoplus
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Standard
14137 \begin_inset Formula $\bigoplus$
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 <row topline="true">
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Standard
14151
14152 \backslash
14153 bigwedge
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Standard
14162 \begin_inset Formula $\bigwedge$
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 </row>
14171 <row topline="true">
14172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Standard
14176
14177 \backslash
14178 bigvee
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Standard
14187 \begin_inset Formula $\bigvee$
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 </row>
14196 <row topline="true">
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Standard
14201
14202 \backslash
14203 bigsqcup
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Standard
14212 \begin_inset Formula $\bigsqcup$
14213 \end_inset
14214
14215
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 </row>
14221 <row topline="true" bottomline="true">
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Standard
14226
14227 \backslash
14228 biguplus
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Standard
14237 \begin_inset Formula $\biguplus$
14238 \end_inset
14239
14240
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 </row>
14246 </lyxtabular>
14247
14248 \end_inset
14249
14250
14251 \hfill
14252
14253 \end_layout
14254
14255 \begin_layout Standard
14256 All big operators can also be inserted via the math toolbar button 
14257 \begin_inset Graphics
14258         filename ../images/math/intop.png
14259         scale 85
14260
14261 \end_inset
14262
14263 .
14264 \end_layout
14265
14266 \begin_layout Standard
14267 The operators are called big because they are bigger than the sometimes
14268  equal looking binary operators.
14269  All big operators can have limits as described in the next subsection.
14270 \end_layout
14271
14272 \begin_layout Standard
14273 The operators 
14274 \series bold
14275
14276 \backslash
14277 intop
14278 \series default
14279  and 
14280 \series bold
14281
14282 \backslash
14283 ointop
14284 \series default
14285  are different from 
14286 \series bold
14287
14288 \backslash
14289 int
14290 \series default
14291  and 
14292 \series bold
14293
14294 \backslash
14295 oint
14296 \series default
14297 , resp.\InsetSpace ~
14298 in the style the operator limits are displayed, see 
14299 \begin_inset LatexCommand ref
14300 reference "sub:Operator-Limits"
14301
14302 \end_inset
14303
14304 .
14305  
14306 \end_layout
14307
14308 \begin_layout Subsubsection*
14309 Advices for Integrals
14310 \end_layout
14311
14312 \begin_layout Standard
14313 The letter 
14314 \emph on
14315 d
14316 \emph default
14317  in an integral is an operator, that therefore has to be set upright.
14318  This is done by highlighting the 
14319 \emph on
14320 d
14321 \emph default
14322  and using the keyboard shortcut 
14323 \family sans
14324 Alt-c\InsetSpace ~
14325 r
14326 \family default
14327
14328 \begin_inset Foot
14329 status collapsed
14330
14331 \begin_layout Standard
14332 Font styles
14333 \series bold
14334  
14335 \series default
14336 see 
14337 \begin_inset LatexCommand ref
14338 reference "sub:Font-Styles"
14339
14340 \end_inset
14341
14342
14343 \end_layout
14344
14345 \end_inset
14346
14347 .
14348  Finally the smallest space is inserted before the 
14349 \emph on
14350 d
14351 \emph default
14352 , as this is usual for operators.
14353  An example:
14354 \end_layout
14355
14356 \begin_layout Standard
14357 incorrect: 
14358 \begin_inset Formula $\int A(x)dx$
14359 \end_inset
14360
14361
14362 \newline
14363
14364 \begin_inset ERT
14365 status collapsed
14366
14367 \begin_layout Standard
14368
14369
14370 \backslash
14371 hphantom{in}
14372 \end_layout
14373
14374 \end_inset
14375
14376 correct: 
14377 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \begin_layout Standard
14384 For multiple integrals there are the following commands:
14385 \begin_inset VSpace medskip
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Standard
14392
14393 \hfill
14394
14395 \begin_inset Tabular
14396 <lyxtabular version="3" rows="4" columns="2">
14397 <features>
14398 <column alignment="center" valignment="top" leftline="true" width="0">
14399 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14400 <row topline="true" bottomline="true">
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Standard
14405 Command
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Standard
14414 Result
14415 \begin_inset Note Note
14416 status collapsed
14417
14418 \begin_layout Standard
14419
14420 \series bold
14421
14422 \backslash
14423 raisebox
14424 \series default
14425  is only used as spacer.
14426 \end_layout
14427
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 </row>
14436 <row topline="true">
14437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Standard
14441
14442 \backslash
14443 iint
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Standard
14452 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 </row>
14461 <row topline="true">
14462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Standard
14466
14467 \backslash
14468 oiint
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Standard
14477 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 <row topline="true" bottomline="true">
14487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Standard
14491
14492 \backslash
14493 sqiint
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Standard
14502 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14503 \end_inset
14504
14505
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 </lyxtabular>
14512
14513 \end_inset
14514
14515
14516 \hfill
14517
14518 \begin_inset Tabular
14519 <lyxtabular version="3" rows="4" columns="2">
14520 <features>
14521 <column alignment="center" valignment="top" leftline="true" width="0">
14522 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14523 <row topline="true" bottomline="true">
14524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Standard
14528 Command
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Standard
14537 Result
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 <row topline="true">
14544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Standard
14548
14549 \backslash
14550 iiint
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Standard
14559 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 </row>
14568 <row topline="true">
14569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Standard
14573
14574 \backslash
14575 iiiint
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Standard
14584 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 </row>
14593 <row topline="true" bottomline="true">
14594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Standard
14598
14599 \backslash
14600 dotsint
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Standard
14609 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14610 \end_inset
14611
14612
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 </row>
14618 </lyxtabular>
14619
14620 \end_inset
14621
14622
14623 \hfill
14624
14625 \end_layout
14626
14627 \begin_layout Subsection
14628 Operator Limits
14629 \begin_inset LatexCommand label
14630 name "sub:Operator-Limits"
14631
14632 \end_inset
14633
14634
14635 \begin_inset LatexCommand index
14636 name "Operators ! Limits"
14637
14638 \end_inset
14639
14640
14641 \end_layout
14642
14643 \begin_layout Standard
14644 Limits are created by super- and subscripts:
14645 \end_layout
14646
14647 \begin_layout Standard
14648 \align center
14649 \begin_inset Tabular
14650 <lyxtabular version="3" rows="2" columns="2">
14651 <features>
14652 <column alignment="center" valignment="top" leftline="true" width="0pt">
14653 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14654 <row topline="true" bottomline="true">
14655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Standard
14659 Command
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Standard
14668 Result
14669 \begin_inset Note Note
14670 status collapsed
14671
14672 \begin_layout Standard
14673
14674 \series bold
14675
14676 \backslash
14677 raisebox
14678 \series default
14679  is only used as spacer.
14680 \end_layout
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 </row>
14690 <row topline="true" bottomline="true">
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Standard
14695
14696 \backslash
14697 prod^
14698 \backslash
14699 infty
14700 \begin_inset ERT
14701 status collapsed
14702
14703 \begin_layout Standard
14704
14705
14706 \backslash
14707 spce 
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \begin_inset Formula $\to$
14714 \end_inset
14715
14716 _0
14717 \begin_inset Formula $\to$
14718 \end_inset
14719
14720 A(x)
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Standard
14729 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
14730 \end_inset
14731
14732
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 </row>
14738 </lyxtabular>
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Limits of inline formulas are set right beside the operator.
14747  Limits in displayed formulas are set above or below the operator, except
14748  of integral limits.
14749 \end_layout
14750
14751 \begin_layout Standard
14752 To force that the limits are set beside the operator, the cursor is set
14753  directly behind the operator and the limits type is changed with the menu
14754  
14755 \family sans
14756 Edit\SpecialChar \menuseparator
14757 Math\SpecialChar \menuseparator
14758 Change Limits Type
14759 \family default
14760  to 
14761 \family sans
14762 \series bold
14763 Inline
14764 \family default
14765 \series default
14766  (shortcut 
14767 \family sans
14768 Alt-m\InsetSpace ~
14769 l
14770 \family default
14771 ).
14772  An example:
14773 \end_layout
14774
14775 \begin_layout Standard
14776 The default limits type is this:
14777 \begin_inset Formula \[
14778 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
14779
14780 \end_inset
14781
14782 This is how it looks when the limits type was changed to 
14783 \family sans
14784 \series bold
14785 Inline
14786 \family default
14787 \series default
14788 :
14789 \begin_inset Formula \[
14790 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
14791
14792 \end_inset
14793
14794 For integrals, except of 
14795 \series bold
14796
14797 \backslash
14798 intop
14799 \series default
14800  and 
14801 \series bold
14802
14803 \backslash
14804 ointop
14805 \series default
14806 , the limits are by default set beside the operator.
14807  But for multiple integrals the limits are often set below the operator.
14808  In the following example the limits type was therefore set to 
14809 \series bold
14810 Display
14811 \series default
14812  and so set below the integrals:
14813 \begin_inset Formula \begin{equation}
14814 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
14815
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \begin_layout Standard
14822 \begin_inset VSpace medskip
14823 \end_inset
14824
14825 To specify conditions for limits, the commands 
14826 \series bold
14827
14828 \backslash
14829 subarray
14830 \series default
14831
14832 \begin_inset LatexCommand index
14833 name "Commands ! S ! \\textbackslash subarray"
14834
14835 \end_inset
14836
14837  and 
14838 \series bold
14839
14840 \backslash
14841 substack
14842 \series default
14843
14844 \begin_inset LatexCommand index
14845 name "Commands ! S ! \\textbackslash substack"
14846
14847 \end_inset
14848
14849  are used.
14850  To create for example this expression 
14851 \begin_inset Formula \begin{equation}
14852 \sum_{\begin{subarray}{c}
14853 0<k<1000\\
14854 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Standard
14862 the following has to be done:
14863 \newline
14864 First the command 
14865 \series bold
14866
14867 \backslash
14868 sum
14869 \series default
14870 ^
14871 \series bold
14872 n
14873 \begin_inset ERT
14874 status collapsed
14875
14876 \begin_layout Standard
14877
14878
14879 \backslash
14880 spce 
14881 \end_layout
14882
14883 \end_inset
14884
14885 _
14886 \series default
14887  is typed in.
14888  One is now in a blue box under the summation operator and insert there
14889  the command 
14890 \series bold
14891
14892 \backslash
14893 subarray
14894 \begin_inset ERT
14895 status collapsed
14896
14897 \begin_layout Standard
14898
14899
14900 \backslash
14901 spce 
14902 \end_layout
14903
14904 \end_inset
14905
14906
14907 \series default
14908 .
14909  The blue box is now within a purple box and now several lines can be written
14910  among each other.
14911  A new line is created by inserting a line break (
14912 \family sans
14913 Ctrl-Return
14914 \family default
14915 ).
14916  When now
14917 \newline
14918
14919 \series bold
14920 0<k<1000 Ctrl-Return
14921 \newline
14922
14923 \series default
14924 is typed in, a new box appears below for the new line.
14925 \end_layout
14926
14927 \begin_layout Standard
14928 The alignment of the lines can be changed to left aligned with the 
14929 \family sans
14930 table
14931 \family default
14932  
14933 \family sans
14934 toolbar
14935 \family default
14936  or the menu 
14937 \family sans
14938 Edit\SpecialChar \menuseparator
14939 Rows &Columns
14940 \family default
14941 .
14942  To get right alignment, 
14943 \series bold
14944
14945 \backslash
14946 hfill
14947 \begin_inset ERT
14948 status collapsed
14949
14950 \begin_layout Standard
14951
14952
14953 \backslash
14954 spce 
14955 \end_layout
14956
14957 \end_inset
14958
14959
14960 \series default
14961  is inserted at the beginning of the line.
14962 \end_layout
14963
14964 \begin_layout Standard
14965 The command 
14966 \series bold
14967
14968 \backslash
14969 substack
14970 \series default
14971  is equivalent to 
14972 \series bold
14973
14974 \backslash
14975 subarray
14976 \series default
14977  with the difference that the lines are always centered.
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \begin_inset VSpace bigskip
14982 \end_inset
14983
14984 Like in formula 
14985 \begin_inset LatexCommand eqref
14986 reference "eq:substack"
14987
14988 \end_inset
14989
14990  there can be too much space beside an operator, because the characters
14991  following the operator are set beside the limits.
14992 \end_layout
14993
14994 \begin_layout Standard
14995 To avoid this, the following macro can be used in the LaTeX-preamble:
14996 \end_layout
14997
14998 \begin_layout Standard
14999
15000 \series bold
15001
15002 \backslash
15003 def
15004 \backslash
15005 clap#1{
15006 \backslash
15007 hbox to 0pt{
15008 \backslash
15009 hss #1
15010 \backslash
15011 hss}}
15012 \newline
15013
15014 \backslash
15015 def
15016 \backslash
15017 mathclap {
15018 \backslash
15019 mathpalette 
15020 \backslash
15021 mathclapinternal}
15022 \newline
15023
15024 \backslash
15025 def
15026 \backslash
15027 mathclapinternal #1#2{
15028 \backslash
15029 clap{$
15030 \backslash
15031 mathsurround =0pt #1{#2}$}}
15032 \end_layout
15033
15034 \begin_layout Standard
15035 This defines the command 
15036 \series bold
15037
15038 \backslash
15039 mathclap
15040 \series default
15041
15042 \begin_inset LatexCommand index
15043 name "Commands ! M ! \\textbackslash mathclap"
15044
15045 \end_inset
15046
15047  that sets the width of the limit to 0\InsetSpace \thinspace{}
15048 pt.
15049  The command scheme is
15050 \end_layout
15051
15052 \begin_layout Standard
15053
15054 \series bold
15055
15056 \backslash
15057 mathclap{limit}
15058 \end_layout
15059
15060 \begin_layout Standard
15061 where the limit can consist of several conditions.
15062 \end_layout
15063
15064 \begin_layout Standard
15065 Applied on formula 
15066 \begin_inset LatexCommand eqref
15067 reference "eq:substack"
15068
15069 \end_inset
15070
15071 , one uses the command
15072 \end_layout
15073
15074 \begin_layout Standard
15075
15076 \series bold
15077
15078 \backslash
15079 sum_
15080 \backslash
15081 mathclap{
15082 \backslash
15083 substack
15084 \begin_inset ERT
15085 status collapsed
15086
15087 \begin_layout Standard
15088
15089
15090 \backslash
15091 spce 
15092 \end_layout
15093
15094 \end_inset
15095
15096 0<k<1000 Ctrl-Enter
15097 \end_layout
15098
15099 \begin_layout Standard
15100 to create the lower limit.
15101  The summand is now directly behind the summation operator:
15102 \begin_inset Formula \[
15103 \sum_{\mathclap{\substack{0<k<1000\\
15104 \\k\,\in\,\mathbb{N}}
15105 }}^{n}k^{-2}\]
15106
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \begin_layout Standard
15113 \begin_inset VSpace bigskip
15114 \end_inset
15115
15116 How to use one limit for several operators is described in 
15117 \begin_inset LatexCommand ref
15118 reference "sub:Self-defined-Operators"
15119
15120 \end_inset
15121
15122 .
15123 \end_layout
15124
15125 \begin_layout Subsection
15126 Binary Operators
15127 \begin_inset LatexCommand label
15128 name "sub:Binary-Operators"
15129
15130 \end_inset
15131
15132
15133 \begin_inset LatexCommand index
15134 name "Operators ! binary"
15135
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \begin_layout Standard
15142 Binary operators are surrounded by space when there is a character before
15143  and behind them.
15144 \begin_inset VSpace medskip
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \begin_layout Standard
15151
15152 \hfill
15153
15154 \begin_inset Tabular
15155 <lyxtabular version="3" rows="13" columns="2">
15156 <features>
15157 <column alignment="center" valignment="top" leftline="true" width="0pt">
15158 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15159 <row topline="true" bottomline="true">
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Standard
15164 Command
15165 \begin_inset Note Note
15166 status collapsed
15167
15168 \begin_layout Standard
15169
15170 \series bold
15171
15172 \backslash
15173 raisebox
15174 \series default
15175  is only used as spacer.
15176 \end_layout
15177
15178 \end_inset
15179
15180
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Standard
15189 Result
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 </row>
15195 <row topline="true">
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Standard
15200 +
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Standard
15209 \begin_inset Formula $+$
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 <row topline="true">
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Standard
15223 -
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Standard
15232 \begin_inset Formula $-$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row topline="true">
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Standard
15246
15247 \backslash
15248 pm
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Standard
15257 \begin_inset Formula $\pm$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row topline="true">
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Standard
15271
15272 \backslash
15273 mp
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Standard
15282 \begin_inset Formula $\mp$
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row topline="true">
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Standard
15296
15297 \backslash
15298 cdot
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Standard
15307 \begin_inset Formula $\cdot$
15308 \end_inset
15309
15310
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 <row topline="true">
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Standard
15321
15322 \backslash
15323 times
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Standard
15332 \begin_inset Formula $\times$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 </row>
15341 <row topline="true">
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Standard
15346
15347 \backslash
15348 div
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Standard
15357 \begin_inset Formula $\div$
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 </row>
15366 <row topline="true">
15367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Standard
15371 \begin_inset ERT
15372 status collapsed
15373
15374 \begin_layout Standard
15375
15376
15377 \backslash
15378 raisebox{-1.2mm}{
15379 \end_layout
15380
15381 \end_inset
15382
15383 *
15384 \begin_inset ERT
15385 status collapsed
15386
15387 \begin_layout Standard
15388
15389 }
15390 \end_layout
15391
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Standard
15403 \begin_inset Formula $*$
15404 \end_inset
15405
15406
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 </row>
15412 <row topline="true">
15413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Standard
15417
15418 \backslash
15419 star
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Standard
15428 \begin_inset Formula $\star$
15429 \end_inset
15430
15431
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 </row>
15437 <row topline="true">
15438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Standard
15442
15443 \backslash
15444 circ
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Standard
15453 \begin_inset Formula $\circ$
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 <row topline="true">
15463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Standard
15467
15468 \backslash
15469 diamond
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Standard
15478 \begin_inset Formula $\diamond$
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 </row>
15487 <row topline="true" bottomline="true">
15488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Standard
15492
15493 \backslash
15494 bullet
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Standard
15503 \begin_inset Formula $\bullet$
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 </lyxtabular>
15513
15514 \end_inset
15515
15516
15517 \hfill
15518
15519 \begin_inset Tabular
15520 <lyxtabular version="3" rows="13" columns="2">
15521 <features>
15522 <column alignment="center" valignment="top" leftline="true" width="0pt">
15523 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15524 <row topline="true" bottomline="true">
15525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Standard
15529 Command
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Standard
15538 Result
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 </row>
15544 <row topline="true">
15545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Standard
15549
15550 \backslash
15551 nabla
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Standard
15560 \begin_inset Formula $\nabla$
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 <row topline="true">
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Standard
15574
15575 \backslash
15576 bigtriangledown
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Standard
15585 \begin_inset Formula $\bigtriangledown$
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 <row topline="true">
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Standard
15599
15600 \backslash
15601 bigtriangleup
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Standard
15610 \begin_inset Formula $\bigtriangleup$
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 <row topline="true">
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Standard
15624
15625 \backslash
15626 Box
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Standard
15635 \begin_inset Formula $\Box$
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 </row>
15644 <row topline="true">
15645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Standard
15649
15650 \backslash
15651 cap 
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Standard
15660 \begin_inset Formula $\cap$
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 </row>
15669 <row topline="true">
15670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Standard
15674
15675 \backslash
15676 cup
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Standard
15685 \begin_inset Formula $\cup$
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 </row>
15694 <row topline="true">
15695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Standard
15699
15700 \backslash
15701 dagger
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Standard
15710 \begin_inset Formula $\dagger$
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row topline="true">
15720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Standard
15724
15725 \backslash
15726 ddagger
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Standard
15735 \begin_inset Formula $\ddagger$
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 <row topline="true">
15745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Standard
15749
15750 \backslash
15751 wr
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Standard
15760 \begin_inset Formula $\wr$
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row topline="true">
15770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Standard
15774
15775 \backslash
15776 bigcirc
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Standard
15785 \begin_inset Formula $\bigcirc$
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 </row>
15794 <row topline="true">
15795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Standard
15799
15800 \backslash
15801 wedge
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Standard
15810 \begin_inset Formula $\wedge$
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row topline="true" bottomline="true">
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Standard
15824
15825 \backslash
15826 vee
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Standard
15835 \begin_inset Formula $\vee$
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 </row>
15844 </lyxtabular>
15845
15846 \end_inset
15847
15848
15849 \hfill
15850
15851 \begin_inset Tabular
15852 <lyxtabular version="3" rows="13" columns="2">
15853 <features>
15854 <column alignment="center" valignment="top" leftline="true" width="0pt">
15855 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15856 <row topline="true" bottomline="true">
15857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Standard
15861 Command
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Standard
15870 Result
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row topline="true">
15877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Standard
15881
15882 \backslash
15883 oplus
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Standard
15892 \begin_inset Formula $\oplus$
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 </row>
15901 <row topline="true">
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Standard
15906
15907 \backslash
15908 ominus
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Standard
15917 \begin_inset Formula $\ominus$
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 </row>
15926 <row topline="true">
15927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Standard
15931
15932 \backslash
15933 otimes
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Standard
15942 \begin_inset Formula $\otimes$
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 </row>
15951 <row topline="true">
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Standard
15956
15957 \backslash
15958 oslash
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Standard
15967 \begin_inset Formula $\oslash$
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 </row>
15976 <row topline="true">
15977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Standard
15981
15982 \backslash
15983 odot
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Standard
15992 \begin_inset Formula $\odot$
15993 \end_inset
15994
15995
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 </row>
16001 <row topline="true">
16002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Standard
16006
16007 \backslash
16008 amalg
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Standard
16017 \begin_inset Formula $\amalg$
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 </row>
16026 <row topline="true">
16027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Standard
16031
16032 \backslash
16033 uplus
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Standard
16042 \begin_inset Formula $\uplus$
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 <row topline="true">
16052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Standard
16056
16057 \backslash
16058 setminus
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Standard
16067 \begin_inset Formula $\setminus$
16068 \end_inset
16069
16070
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 </row>
16076 <row topline="true">
16077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Standard
16081
16082 \backslash
16083 sqcap
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Standard
16092 \begin_inset Formula $\sqcap$
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row topline="true">
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Standard
16106
16107 \backslash
16108 sqcup
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Standard
16117 \begin_inset Formula $\sqcup$
16118 \end_inset
16119
16120
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 </row>
16126 <row topline="true">
16127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Standard
16131
16132 \backslash
16133 triangleleft
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Standard
16142 \begin_inset Formula $\triangleleft$
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 </row>
16151 <row topline="true" bottomline="true">
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Standard
16156
16157 \backslash
16158 triangleright
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Standard
16167 \begin_inset Formula $\triangleright$
16168 \end_inset
16169
16170
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 </row>
16176 </lyxtabular>
16177
16178 \end_inset
16179
16180
16181 \hfill
16182
16183 \end_layout
16184
16185 \begin_layout Standard
16186 All binary operators can also be inserted via the math toolbar button 
16187 \begin_inset Graphics
16188         filename ../images/math/pm.png
16189         scale 85
16190
16191 \end_inset
16192
16193 .
16194 \end_layout
16195
16196 \begin_layout Standard
16197 To typeset the Laplace operator also 
16198 \series bold
16199
16200 \backslash
16201 Delta
16202 \series default
16203  or 
16204 \series bold
16205
16206 \backslash
16207 nabla
16208 \series default
16209 ^
16210 \series bold
16211 2
16212 \series default
16213  (
16214 \begin_inset Formula $\nabla^{2}$
16215 \end_inset
16216
16217 ) can be used instead of 
16218 \series bold
16219
16220 \backslash
16221 bigtriangleup
16222 \series default
16223  .
16224 \end_layout
16225
16226 \begin_layout Standard
16227 The character 
16228 \family sans
16229 Menu Separator
16230 \family default
16231  from the menu 
16232 \family sans
16233 Insert\SpecialChar \menuseparator
16234 Special Character
16235 \family default
16236  is the operator 
16237 \series bold
16238
16239 \backslash
16240 triangleright
16241 \series default
16242 .
16243 \end_layout
16244
16245 \begin_layout Subsection
16246 Self-defined Operators
16247 \begin_inset LatexCommand label
16248 name "sub:Self-defined-Operators"
16249
16250 \end_inset
16251
16252
16253 \begin_inset LatexCommand index
16254 name "Operators ! self-defined"
16255
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \begin_layout Standard
16262 With the help of the command 
16263 \series bold
16264
16265 \backslash
16266 DeclareMathOperator
16267 \series default
16268
16269 \begin_inset LatexCommand index
16270 name "Commands ! D ! \\textbackslash dbinom@\\textbackslash DeclareMathOperator"
16271
16272 \end_inset
16273
16274  custom operators can be defined in the LaTeX-preamble.
16275  Its command scheme is:
16276 \end_layout
16277
16278 \begin_layout Standard
16279
16280 \series bold
16281
16282 \backslash
16283 DeclareMathOperator{new command}{display}
16284 \end_layout
16285
16286 \begin_layout Standard
16287 Display can be characters or symbols that define how the operator looks
16288  in the output.
16289  To define a big operator a * is set behind the command.
16290  All self-defined big operators can have limits as described in 
16291 \begin_inset LatexCommand ref
16292 reference "sub:Operator-Limits"
16293
16294 \end_inset
16295
16296 .
16297 \end_layout
16298
16299 \begin_layout Standard
16300 For example the LaTeX-preamble line
16301 \end_layout
16302
16303 \begin_layout Standard
16304
16305 \series bold
16306
16307 \backslash
16308 DeclareMathOperator*{
16309 \backslash
16310 Lozenge}{
16311 \backslash
16312 blacklozenge}
16313 \end_layout
16314
16315 \begin_layout Standard
16316 defines the command 
16317 \series bold
16318
16319 \backslash
16320 Lozenge
16321 \series default
16322 , that inserts a big operator consisting of the lozenge symbol from 
16323 \begin_inset LatexCommand ref
16324 reference "sub:Miscellaneous-Symbols"
16325
16326 \end_inset
16327
16328 :
16329 \begin_inset Formula \[
16330 \Lozenge_{n=1}^{\infty}\]
16331
16332 \end_inset
16333
16334 The command for this formula is: 
16335 \series bold
16336
16337 \backslash
16338 Lozenge
16339 \series default
16340 ^
16341 \series bold
16342
16343 \backslash
16344 infty
16345 \begin_inset Formula $\to$
16346 \end_inset
16347
16348 _n=1
16349 \end_layout
16350
16351 \begin_layout Standard
16352 \begin_inset VSpace bigskip
16353 \end_inset
16354
16355 When self-defined operators are not used several times in the document,
16356  they can also be defined with the commands 
16357 \series bold
16358
16359 \backslash
16360 mathop
16361 \series default
16362
16363 \begin_inset LatexCommand index
16364 name "Commands ! M ! \\textbackslash mathop"
16365
16366 \end_inset
16367
16368  and 
16369 \series bold
16370
16371 \backslash
16372 mathbin
16373 \series default
16374
16375 \begin_inset LatexCommand index
16376 name "Commands ! M ! \\textbackslash mathbin"
16377
16378 \end_inset
16379
16380 , which have the following scheme:
16381 \end_layout
16382
16383 \begin_layout Standard
16384
16385 \series bold
16386
16387 \backslash
16388 mathop{display}
16389 \series default
16390  and 
16391 \series bold
16392
16393 \backslash
16394 mathbin{display}
16395 \end_layout
16396
16397 \begin_layout Standard
16398
16399 \series bold
16400
16401 \backslash
16402 mathop
16403 \series default
16404  defines big operators, 
16405 \series bold
16406
16407 \backslash
16408 mathbin
16409 \series default
16410  binary operators.
16411 \end_layout
16412
16413 \begin_layout Standard
16414
16415 \series bold
16416
16417 \backslash
16418 mathop
16419 \series default
16420  can e.\InsetSpace \thinspace{}
16421 g.\InsetSpace ~
16422 be used to use one limit for several operators:
16423 \end_layout
16424
16425 \begin_layout Standard
16426 \begin_inset Formula \[
16427 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
16428
16429 \end_inset
16430
16431
16432 \end_layout
16433
16434 \begin_layout Standard
16435 The command for the formula above is:
16436 \newline
16437
16438 \series bold
16439
16440 \backslash
16441 mathop{
16442 \backslash
16443 sum
16444 \backslash
16445 negmedspace
16446 \backslash
16447 sum
16448 \series default
16449
16450 \begin_inset ERT
16451 status collapsed
16452
16453 \begin_layout Standard
16454
16455
16456 \backslash
16457 spce 
16458 \end_layout
16459
16460 \end_inset
16461
16462
16463 \series bold
16464
16465 \begin_inset Formula $\to$
16466 \end_inset
16467
16468 ^N
16469 \series default
16470
16471 \begin_inset ERT
16472 status collapsed
16473
16474 \begin_layout Standard
16475
16476
16477 \backslash
16478 spce 
16479 \end_layout
16480
16481 \end_inset
16482
16483
16484 \series bold
16485 _i,j=1
16486 \end_layout
16487
16488 \begin_layout Section
16489 Fonts
16490 \begin_inset LatexCommand index
16491 name "Fonts"
16492
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \begin_layout Subsection
16499 Font Styles
16500 \begin_inset LatexCommand label
16501 name "sub:Font-Styles"
16502
16503 \end_inset
16504
16505
16506 \begin_inset LatexCommand index
16507 name "Font ! style"
16508
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \begin_layout Standard
16515 Latin letters in formulas can be set in one of the following font styles:
16516 \begin_inset VSpace -2mm
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \begin_layout Standard
16523 \align center
16524 \begin_inset Tabular
16525 <lyxtabular version="3" rows="6" columns="3">
16526 <features>
16527 <column alignment="center" valignment="top" leftline="true" width="0">
16528 <column alignment="center" valignment="top" leftline="true" width="0">
16529 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16530 <row topline="true" bottomline="true">
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Standard
16535 Command
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Standard
16544 Result
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Standard
16553 shortcut
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row topline="true">
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Standard
16564
16565 \backslash
16566 mathbb
16567 \series bold
16568
16569 \begin_inset ERT
16570 status collapsed
16571
16572 \begin_layout Standard
16573
16574
16575 \backslash
16576 spce 
16577 \end_layout
16578
16579 \end_inset
16580
16581
16582 \series default
16583 ABC
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Standard
16592 \begin_inset Formula $\mathbb{ABC}$
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Standard
16604 Alt-c c
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row topline="true">
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Standard
16615
16616 \backslash
16617 mathbf
16618 \series bold
16619
16620 \begin_inset ERT
16621 status collapsed
16622
16623 \begin_layout Standard
16624
16625
16626 \backslash
16627 spce 
16628 \end_layout
16629
16630 \end_inset
16631
16632
16633 \series default
16634 AbC
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Standard
16643 \begin_inset Formula $\mathbf{AbC}$
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Standard
16655 Alt-c b
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row topline="true">
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Standard
16666
16667 \backslash
16668 boldsymbol
16669 \series bold
16670
16671 \begin_inset ERT
16672 status collapsed
16673
16674 \begin_layout Standard
16675
16676
16677 \backslash
16678 spce 
16679 \end_layout
16680
16681 \end_inset
16682
16683
16684 \series default
16685 AbC
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Standard
16694 \begin_inset Formula $\boldsymbol{AbC}$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Standard
16706 -
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row topline="true">
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Standard
16717
16718 \backslash
16719 mathcal
16720 \series bold
16721
16722 \begin_inset ERT
16723 status collapsed
16724
16725 \begin_layout Standard
16726
16727
16728 \backslash
16729 spce 
16730 \end_layout
16731
16732 \end_inset
16733
16734
16735 \series default
16736 ABC
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Standard
16745 \begin_inset Formula $\mathcal{ABC}$
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Standard
16757 Alt-c e
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row topline="true" bottomline="true">
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Standard
16768
16769 \backslash
16770 mathfrak
16771 \series bold
16772
16773 \begin_inset ERT
16774 status collapsed
16775
16776 \begin_layout Standard
16777
16778
16779 \backslash
16780 spce 
16781 \end_layout
16782
16783 \end_inset
16784
16785
16786 \series default
16787 AbC
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Standard
16796 \begin_inset Formula $\mathfrak{AbC}$
16797 \end_inset
16798
16799
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Standard
16808 -
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 </row>
16814 </lyxtabular>
16815
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \begin_layout Standard
16822 \align center
16823 \begin_inset Tabular
16824 <lyxtabular version="3" rows="5" columns="3">
16825 <features>
16826 <column alignment="center" valignment="top" leftline="true" width="0">
16827 <column alignment="center" valignment="top" leftline="true" width="0">
16828 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16829 <row topline="true" bottomline="true">
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Standard
16834 Command
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Standard
16843 Result
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Standard
16852 shortcut
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row topline="true">
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Standard
16863
16864 \backslash
16865 mathit
16866 \series bold
16867
16868 \begin_inset ERT
16869 status collapsed
16870
16871 \begin_layout Standard
16872
16873
16874 \backslash
16875 spce 
16876 \end_layout
16877
16878 \end_inset
16879
16880
16881 \series default
16882 AbC
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Standard
16891 \begin_inset Formula $\mathit{AbC}$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Standard
16903 -
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row topline="true">
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Standard
16914
16915 \backslash
16916 mathrm
16917 \series bold
16918
16919 \begin_inset ERT
16920 status collapsed
16921
16922 \begin_layout Standard
16923
16924
16925 \backslash
16926 spce 
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \series default
16933 AbC
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Standard
16942 \begin_inset Formula $\mathrm{AbC}$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Standard
16954 Alt-c r
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row topline="true">
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Standard
16965
16966 \backslash
16967 mathsf
16968 \series bold
16969
16970 \begin_inset ERT
16971 status collapsed
16972
16973 \begin_layout Standard
16974
16975
16976 \backslash
16977 spce 
16978 \end_layout
16979
16980 \end_inset
16981
16982
16983 \series default
16984 AbC
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Standard
16993 \begin_inset Formula $\mathsf{AbC}$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Standard
17005 Alt-c s
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 <row topline="true" bottomline="true">
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Standard
17016
17017 \backslash
17018 mathtt
17019 \series bold
17020
17021 \begin_inset ERT
17022 status collapsed
17023
17024 \begin_layout Standard
17025
17026
17027 \backslash
17028 spce 
17029 \end_layout
17030
17031 \end_inset
17032
17033
17034 \series default
17035 AbC
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Standard
17044 \begin_inset Formula $\mathtt{AbC}$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Standard
17056 Alt-c p
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 </lyxtabular>
17063
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \begin_layout Standard
17070 \begin_inset Note Greyedout
17071 status open
17072
17073 \begin_layout Standard
17074
17075 \series bold
17076 Note:
17077 \series default
17078  The styles 
17079 \series bold
17080
17081 \backslash
17082 mathbb
17083 \series default
17084  and 
17085 \series bold
17086
17087 \backslash
17088 mathcal
17089 \series default
17090  can only be used for big letters.
17091 \end_layout
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \begin_layout Standard
17099 Predefined is the style 
17100 \series bold
17101
17102 \backslash
17103 mathnormal
17104 \series default
17105 .
17106 \end_layout
17107
17108 \begin_layout Standard
17109 The style commands work also for letters in mathematical constructs:
17110 \begin_inset Formula \[
17111 \mathfrak{A=\frac{b}{C}}\]
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Standard
17119 Characters in mathematical text don't appear in a math font style but in
17120  the text font style 
17121 \series bold
17122
17123 \backslash
17124 textrm
17125 \series default
17126 .
17127  That their style can't be set correctly via the text style dialog is a
17128  bug in LyX.
17129 \begin_inset Foot
17130 status collapsed
17131
17132 \begin_layout Standard
17133  
17134 \begin_inset ERT
17135 status collapsed
17136
17137 \begin_layout Standard
17138
17139
17140 \backslash
17141 href{http://bugzilla.lyx.org/show_bug.cgi?id=4091}{
17142 \end_layout
17143
17144 \end_inset
17145
17146 LyX-bug #4091
17147 \begin_inset ERT
17148 status collapsed
17149
17150 \begin_layout Standard
17151
17152 }
17153 \end_layout
17154
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \begin_layout Standard
17166 Instead of the style commands the dialog 
17167 \family sans
17168 Edit\SpecialChar \menuseparator
17169 Math\SpecialChar \menuseparator
17170 Text Style
17171 \family default
17172  or the toolbar button 
17173 \begin_inset Graphics
17174         filename ../images/math/font.png
17175         scale 85
17176
17177 \end_inset
17178
17179  can be used.
17180 \end_layout
17181
17182 \begin_layout Subsection
17183 Bold Formulas
17184 \begin_inset LatexCommand label
17185 name "sub:Bold-Formulas"
17186
17187 \end_inset
17188
17189
17190 \begin_inset LatexCommand index
17191 name "Formula ! bold"
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Standard
17199 To make a complete formula bold, the command 
17200 \series bold
17201
17202 \backslash
17203 mathbf
17204 \series default
17205  from the previous subsection cannot be used, because it doesn't work for
17206  small Greek letters.
17207  Furthermore it prints Latin letters always upright, like in the following
17208  equation:
17209 \end_layout
17210
17211 \begin_layout Standard
17212 \begin_inset Formula \[
17213 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
17214
17215 \end_inset
17216
17217
17218 \end_layout
17219
17220 \begin_layout Standard
17221 To display the formula correctly, the command 
17222 \series bold
17223
17224 \backslash
17225 boldsymbol
17226 \series default
17227  is used:
17228 \begin_inset Formula \[
17229 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
17230
17231 \end_inset
17232
17233 It is also possible to set the formula in a 
17234 \series bold
17235 boldmath environment
17236 \series default
17237 .
17238  This environment is created by inserting the command 
17239 \series bold
17240
17241 \backslash
17242 boldmath
17243 \begin_inset LatexCommand index
17244 name "Commands ! B ! \\textbackslash boldmath"
17245
17246 \end_inset
17247
17248
17249 \series default
17250  in TeX-mode.
17251  To end the environment, the command 
17252 \series bold
17253
17254 \backslash
17255 unboldmath
17256 \begin_inset LatexCommand index
17257 name "Commands ! U ! \\textbackslash unboldmath"
17258
17259 \end_inset
17260
17261
17262 \series default
17263  is inserted in TeX-mode.
17264 \begin_inset ERT
17265 status collapsed
17266
17267 \begin_layout Standard
17268
17269
17270 \backslash
17271 boldmath 
17272 \end_layout
17273
17274 \end_inset
17275
17276
17277 \begin_inset Formula \[
17278 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
17279
17280 \end_inset
17281
17282
17283 \begin_inset ERT
17284 status collapsed
17285
17286 \begin_layout Standard
17287
17288
17289 \backslash
17290 unboldmath 
17291 \end_layout
17292
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \begin_layout Subsection
17299 Font Sizes
17300 \begin_inset LatexCommand label
17301 name "sub:Font-Sizes"
17302
17303 \end_inset
17304
17305
17306 \begin_inset LatexCommand index
17307 name "Font ! size"
17308
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \begin_layout Standard
17315 For characters in formulas there are, analog to characters in text, the
17316  following size commands:
17317 \end_layout
17318
17319 \begin_layout Standard
17320
17321 \series bold
17322
17323 \backslash
17324 Huge
17325 \series default
17326
17327 \series bold
17328
17329 \backslash
17330 huge
17331 \series default
17332
17333 \series bold
17334
17335 \backslash
17336 LARGE
17337 \series default
17338
17339 \series bold
17340
17341 \backslash
17342 Large
17343 \series default
17344
17345 \series bold
17346
17347 \backslash
17348 large
17349 \series default
17350
17351 \series bold
17352
17353 \backslash
17354 normalsize
17355 \series default
17356
17357 \series bold
17358
17359 \backslash
17360 small
17361 \series default
17362 ,
17363 \newline
17364
17365 \series bold
17366
17367 \backslash
17368 footnotesize
17369 \series default
17370
17371 \series bold
17372
17373 \backslash
17374 scriptsize
17375 \series default
17376 , and 
17377 \series bold
17378
17379 \backslash
17380 tiny
17381 \end_layout
17382
17383 \begin_layout Standard
17384 The size produced by the commands depends on the document font size, that
17385  corresponds with the command 
17386 \series bold
17387
17388 \backslash
17389 normalsize
17390 \series default
17391 .
17392  The other commands produce smaller or larger sizes than 
17393 \series bold
17394
17395 \backslash
17396 normalsize
17397 \series default
17398 .
17399  The font size can however not exceed a certain value.
17400  Is for example the document font size 12\InsetSpace \thinspace{}
17401 pt, the command 
17402 \series bold
17403
17404 \backslash
17405 Huge
17406 \series default
17407  switches to the same size as 
17408 \series bold
17409
17410 \backslash
17411 huge
17412 \series default
17413 .
17414  
17415 \end_layout
17416
17417 \begin_layout Standard
17418 A size command is inserted in TeX-mode before the formula and sets the size
17419  for all following formula and text characters.
17420  To switch back to the initial size, the command 
17421 \series bold
17422
17423 \backslash
17424 normalsize
17425 \series default
17426  is inserted behind the formula in TeX-mode.
17427 \end_layout
17428
17429 \begin_layout Standard
17430 Within a formula the size can only be changed for symbols or letters in
17431  mathematical text.
17432  To do this, the size command is inserted in mathematical text.
17433  All following characters until the end of the mathematical text or until
17434  another size command will have the selected size.
17435  Two examples:
17436 \begin_inset VSpace -2mm
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 \begin_inset ERT
17444 status collapsed
17445
17446 \begin_layout Standard
17447
17448
17449 \backslash
17450 huge 
17451 \end_layout
17452
17453 \end_inset
17454
17455
17456 \begin_inset Formula \[
17457 A=\frac{B}{c}\cdot\maltese\]
17458
17459 \end_inset
17460
17461
17462 \begin_inset Formula \[
17463 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
17464
17465 \end_inset
17466
17467
17468 \begin_inset ERT
17469 status collapsed
17470
17471 \begin_layout Standard
17472
17473
17474 \backslash
17475 normalsize 
17476 \end_layout
17477
17478 \end_inset
17479
17480
17481 \end_layout
17482
17483 \begin_layout Standard
17484 \begin_inset VSpace medskip
17485 \end_inset
17486
17487 Before both formulas the command 
17488 \series bold
17489
17490 \backslash
17491 huge
17492 \series default
17493  was inserted.
17494  The command for the second formula is:
17495 \newline
17496
17497 \series bold
17498
17499 \backslash
17500 maltese
17501 \begin_inset ERT
17502 status collapsed
17503
17504 \begin_layout Standard
17505
17506
17507 \backslash
17508 spce 
17509 \end_layout
17510
17511 \end_inset
17512
17513 A Alt-m m 
17514 \backslash
17515 Large
17516 \begin_inset ERT
17517 status collapsed
17518
17519 \begin_layout Standard
17520
17521
17522 \backslash
17523 spce 
17524 \end_layout
17525
17526 \end_inset
17527
17528
17529 \backslash
17530 maltese
17531 \begin_inset ERT
17532 status collapsed
17533
17534 \begin_layout Standard
17535
17536
17537 \backslash
17538 spce 
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \backslash
17545 textit
17546 \begin_inset ERT
17547 status collapsed
17548
17549 \begin_layout Standard
17550
17551
17552 \backslash
17553 spce 
17554 \end_layout
17555
17556 \end_inset
17557
17558 A
17559 \begin_inset Formula $\to$
17560 \end_inset
17561
17562
17563 \begin_inset Formula $\to$
17564 \end_inset
17565
17566
17567 \newline
17568
17569 \begin_inset ERT
17570 status collapsed
17571
17572 \begin_layout Standard
17573
17574
17575 \backslash
17576 hspace*{1cm}
17577 \end_layout
17578
17579 \end_inset
17580
17581 Alt-m
17582 \series default
17583  
17584 \series bold
17585
17586 \backslash
17587 tiny
17588 \begin_inset ERT
17589 status collapsed
17590
17591 \begin_layout Standard
17592
17593
17594 \backslash
17595 spce 
17596 \end_layout
17597
17598 \end_inset
17599
17600
17601 \backslash
17602 maltese
17603 \begin_inset ERT
17604 status collapsed
17605
17606 \begin_layout Standard
17607
17608
17609 \backslash
17610 spce 
17611 \end_layout
17612
17613 \end_inset
17614
17615
17616 \backslash
17617 textit
17618 \begin_inset ERT
17619 status collapsed
17620
17621 \begin_layout Standard
17622
17623
17624 \backslash
17625 spce 
17626 \end_layout
17627
17628 \end_inset
17629
17630 A
17631 \end_layout
17632
17633 \begin_layout Standard
17634 If a symbol cannot be displayed in different sizes, it will always be displayed
17635  in the default size.
17636 \end_layout
17637
17638 \begin_layout Section
17639 Greek Letters
17640 \begin_inset LatexCommand index
17641 name "Greek letters"
17642
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \begin_layout Standard
17649 All Greek letters can also be inserted via the toolbar button 
17650 \begin_inset Graphics
17651         filename ../images/math/alpha.png
17652         scale 85
17653
17654 \end_inset
17655
17656 .
17657 \end_layout
17658
17659 \begin_layout Subsection
17660 Small Letters
17661 \begin_inset LatexCommand label
17662 name "sub:Small-Letters"
17663
17664 \end_inset
17665
17666
17667 \begin_inset LatexCommand index
17668 name "Greek letters ! small"
17669
17670 \end_inset
17671
17672
17673 \end_layout
17674
17675 \begin_layout Standard
17676
17677 \hfill
17678
17679 \begin_inset Tabular
17680 <lyxtabular version="3" rows="11" columns="2">
17681 <features>
17682 <column alignment="center" valignment="top" leftline="true" width="0pt">
17683 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17684 <row topline="true" bottomline="true">
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Standard
17689 Command
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Standard
17698 Result
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 </row>
17704 <row topline="true">
17705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Standard
17709
17710 \backslash
17711 alpha
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17717 \begin_inset Text
17718
17719 \begin_layout Standard
17720 \begin_inset Formula $\alpha$
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 </row>
17729 <row topline="true">
17730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Standard
17734
17735 \backslash
17736 beta
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Standard
17745 \begin_inset Formula $\beta$
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 </row>
17754 <row topline="true">
17755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Standard
17759
17760 \backslash
17761 gamma
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Standard
17770 \begin_inset Formula $\gamma$
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 </row>
17779 <row topline="true">
17780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Standard
17784
17785 \backslash
17786 delta
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Standard
17795 \begin_inset Formula $\delta$
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 </row>
17804 <row topline="true">
17805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Standard
17809
17810 \backslash
17811 epsilon
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17817 \begin_inset Text
17818
17819 \begin_layout Standard
17820 \begin_inset Formula $\epsilon$
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 </row>
17829 <row topline="true">
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Standard
17834
17835 \backslash
17836 varepsilon
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Standard
17845 \begin_inset Formula $\varepsilon$
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 </row>
17854 <row topline="true">
17855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Standard
17859
17860 \backslash
17861 zeta
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Standard
17870 \begin_inset Formula $\zeta$
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 </row>
17879 <row topline="true">
17880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Standard
17884
17885 \backslash
17886 eta
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Standard
17895 \begin_inset Formula $\eta$
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 </row>
17904 <row topline="true">
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Standard
17909
17910 \backslash
17911 theta
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Standard
17920 \begin_inset Formula $\theta$
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row topline="true" bottomline="true">
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Standard
17934
17935 \backslash
17936 vartheta
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Standard
17945 \begin_inset Formula $\vartheta$
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 </row>
17954 </lyxtabular>
17955
17956 \end_inset
17957
17958
17959 \hfill
17960
17961 \begin_inset Tabular
17962 <lyxtabular version="3" rows="12" columns="2">
17963 <features>
17964 <column alignment="center" valignment="top" leftline="true" width="0pt">
17965 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17966 <row topline="true" bottomline="true">
17967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Standard
17971 Command
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Standard
17980 Result
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 </row>
17986 <row topline="true">
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Standard
17991
17992 \backslash
17993 iota
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Standard
18002 \begin_inset Formula $\iota$
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 </row>
18011 <row topline="true">
18012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Standard
18016
18017 \backslash
18018 kappa
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Standard
18027 \begin_inset Formula $\kappa$
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 <row topline="true">
18037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Standard
18041
18042 \backslash
18043 varkappa
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Standard
18052 \begin_inset Formula $\varkappa$
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 </row>
18061 <row topline="true">
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Standard
18066
18067 \backslash
18068 lambda
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Standard
18077 \begin_inset Formula $\lambda$
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row topline="true">
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Standard
18091
18092 \backslash
18093 mu
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Standard
18102 \begin_inset Formula $\mu$
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row topline="true">
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Standard
18116
18117 \backslash
18118 nu
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Standard
18127 \begin_inset Formula $\nu$
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 </row>
18136 <row topline="true">
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Standard
18141
18142 \backslash
18143 xi
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Standard
18152 \begin_inset Formula $\xi$
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 <row topline="true">
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Standard
18166 o
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Standard
18175 \begin_inset Formula $o$
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 </row>
18184 <row topline="true">
18185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Standard
18189
18190 \backslash
18191 pi
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Standard
18200 \begin_inset Formula $\pi$
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 </row>
18209 <row topline="true">
18210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Standard
18214
18215 \backslash
18216 varpi
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Standard
18225 \begin_inset Formula $\varpi$
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 <row topline="true" bottomline="true">
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Standard
18239
18240 \backslash
18241 rho
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Standard
18250 \begin_inset Formula $\rho$
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 </lyxtabular>
18260
18261 \end_inset
18262
18263
18264 \hfill
18265
18266 \begin_inset Tabular
18267 <lyxtabular version="3" rows="11" columns="2">
18268 <features>
18269 <column alignment="center" valignment="top" leftline="true" width="0pt">
18270 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
18271 <row topline="true" bottomline="true">
18272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Standard
18276 Command
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Standard
18285 Result
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 </row>
18291 <row topline="true">
18292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Standard
18296
18297 \backslash
18298 varrho
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Standard
18307 \begin_inset Formula $\varrho$
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 <row topline="true">
18317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Standard
18321
18322 \backslash
18323 sigma
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Standard
18332 \begin_inset Formula $\sigma$
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row topline="true">
18342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Standard
18346
18347 \backslash
18348 varsigma
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Standard
18357 \begin_inset Formula $\varsigma$
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 </row>
18366 <row topline="true">
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Standard
18371
18372 \backslash
18373 tau
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Standard
18382 \begin_inset Formula $\tau$
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 </row>
18391 <row topline="true">
18392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Standard
18396
18397 \backslash
18398 upsilon
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Standard
18407 \begin_inset Formula $\upsilon$
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 </row>
18416 <row topline="true">
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Standard
18421
18422 \backslash
18423 phi
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Standard
18432 \begin_inset Formula $\phi$
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 </row>
18441 <row topline="true">
18442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Standard
18446
18447 \backslash
18448 varphi
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Standard
18457 \begin_inset Formula $\varphi$
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 </row>
18466 <row topline="true">
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Standard
18471
18472 \backslash
18473 chi
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Standard
18482 \begin_inset Formula $\chi$
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 </row>
18491 <row topline="true">
18492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Standard
18496
18497 \backslash
18498 psi
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Standard
18507 \begin_inset Formula $\psi$
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 </row>
18516 <row topline="true" bottomline="true">
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Standard
18521
18522 \backslash
18523 omega
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Standard
18532 \begin_inset Formula $\omega$
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 </row>
18541 </lyxtabular>
18542
18543 \end_inset
18544
18545
18546 \hfill
18547
18548 \end_layout
18549
18550 \begin_layout Standard
18551 \begin_inset VSpace medskip
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Standard
18558 How to create upright Greek letters is explained in 
18559 \begin_inset LatexCommand ref
18560 reference "sub:Upright-small-Greek"
18561
18562 \end_inset
18563
18564 .
18565 \end_layout
18566
18567 \begin_layout Subsection
18568 Big Letters
18569 \begin_inset LatexCommand index
18570 name "Greek letters ! big"
18571
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \begin_layout Standard
18578
18579 \hfill
18580
18581 \begin_inset Tabular
18582 <lyxtabular version="3" rows="7" columns="2">
18583 <features>
18584 <column alignment="center" valignment="top" leftline="true" width="0pt">
18585 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
18586 <row topline="true" bottomline="true">
18587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Standard
18591 Command
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Standard
18600 Result
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 </row>
18606 <row topline="true">
18607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Standard
18611
18612 \backslash
18613 Gamma
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Standard
18622 \begin_inset Formula $\Gamma$
18623 \end_inset
18624
18625
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 </row>
18631 <row topline="true">
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Standard
18636
18637 \backslash
18638 Delta
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Standard
18647 \begin_inset Formula $\Delta$
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 </row>
18656 <row topline="true">
18657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Standard
18661
18662 \backslash
18663 Theta
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Standard
18672 \begin_inset Formula $\Theta$
18673 \end_inset
18674
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 </row>
18681 <row topline="true">
18682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Standard
18686
18687 \backslash
18688 Lambda
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Standard
18697 \begin_inset Formula $\Lambda$
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row topline="true">
18707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Standard
18711
18712 \backslash
18713 Xi
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Standard
18722 \begin_inset Formula $\Xi$
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 </row>
18731 <row topline="true" bottomline="true">
18732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Standard
18736
18737 \backslash
18738 Pi
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Standard
18747 \begin_inset Formula $\Pi$
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 </row>
18756 </lyxtabular>
18757
18758 \end_inset
18759
18760
18761 \hfill
18762
18763 \begin_inset Tabular
18764 <lyxtabular version="3" rows="6" columns="2">
18765 <features>
18766 <column alignment="center" valignment="top" leftline="true" width="0pt">
18767 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
18768 <row topline="true" bottomline="true">
18769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Standard
18773 Command
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Standard
18782 Result
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 <row topline="true">
18789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Standard
18793
18794 \backslash
18795 Sigma
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Standard
18804 \begin_inset Formula $\Sigma$
18805 \end_inset
18806
18807
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 </row>
18813 <row topline="true">
18814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Standard
18818
18819 \backslash
18820 Upsilon
18821 \end_layout
18822
18823 \end_inset
18824 </cell>
18825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Standard
18829 \begin_inset Formula $\Upsilon$
18830 \end_inset
18831
18832
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 </row>
18838 <row topline="true">
18839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Standard
18843
18844 \backslash
18845 Phi
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Standard
18854 \begin_inset Formula $\Phi$
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 </row>
18863 <row topline="true">
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Standard
18868
18869 \backslash
18870 Psi
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Standard
18879 \begin_inset Formula $\Psi$
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 <row topline="true" bottomline="true">
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Standard
18893
18894 \backslash
18895 Omega
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Standard
18904 \begin_inset Formula $\Omega$
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 </row>
18913 </lyxtabular>
18914
18915 \end_inset
18916
18917
18918 \hfill
18919
18920 \end_layout
18921
18922 \begin_layout Standard
18923 \begin_inset VSpace medskip
18924 \end_inset
18925
18926 That the big Greek letters appear upright is caused by a design bug when
18927  TeX was developed.
18928  To get correct italic big letters, begin every command with 
18929 \series bold
18930 var
18931 \series default
18932 .
18933  For example the command 
18934 \series bold
18935
18936 \backslash
18937 varGamma
18938 \series default
18939  produces: 
18940 \begin_inset Formula $\varGamma$
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \begin_layout Subsection
18947 Bold Letters
18948 \begin_inset LatexCommand index
18949 name "Greek letters ! bold"
18950
18951 \end_inset
18952
18953
18954 \end_layout
18955
18956 \begin_layout Standard
18957 Greek letters cannot be set with different font styles like Latin letters.
18958  They can only be made bold with the command 
18959 \series bold
18960
18961 \backslash
18962 boldsymbol
18963 \series default
18964
18965 \begin_inset LatexCommand index
18966 name "Commands ! B ! \\textbackslash boldsymbol"
18967
18968 \end_inset
18969
18970 .
18971 \end_layout
18972
18973 \begin_layout Standard
18974 \align center
18975 \begin_inset Tabular
18976 <lyxtabular version="3" rows="3" columns="2">
18977 <features>
18978 <column alignment="center" valignment="top" leftline="true" width="0">
18979 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18980 <row topline="true" bottomline="true">
18981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Standard
18985 Command
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Standard
18994 Result
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 </row>
19000 <row topline="true">
19001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Standard
19005
19006 \backslash
19007 Upsilon
19008 \backslash
19009 boldsymbol
19010 \backslash
19011 Upsilon
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Standard
19020 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 </row>
19029 <row topline="true" bottomline="true">
19030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Standard
19034
19035 \backslash
19036 theta
19037 \backslash
19038 boldsymbol
19039 \backslash
19040 theta
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Standard
19049 \begin_inset Formula $\theta\boldsymbol{\theta}$
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 </row>
19058 </lyxtabular>
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Section
19066 Symbols
19067 \begin_inset ERT
19068 status collapsed
19069
19070 \begin_layout Standard
19071
19072
19073 \backslash
19074 texorpdfstring{
19075 \end_layout
19076
19077 \end_inset
19078
19079
19080 \begin_inset Foot
19081 status collapsed
19082
19083 \begin_layout Standard
19084 A list with all symbols of most of the LaTeX-packages can be found in 
19085 \begin_inset LatexCommand cite
19086 key "Symbole"
19087
19088 \end_inset
19089
19090 .
19091 \end_layout
19092
19093 \end_inset
19094
19095
19096 \begin_inset ERT
19097 status collapsed
19098
19099 \begin_layout Standard
19100
19101 }{}
19102 \end_layout
19103
19104 \end_inset
19105
19106
19107 \begin_inset Note Note
19108 status collapsed
19109
19110 \begin_layout Standard
19111
19112 \backslash
19113 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
19114 \end_layout
19115
19116 \begin_layout Standard
19117 More about 
19118 \backslash
19119 texorpdfstring is in section 
19120 \begin_inset LatexCommand ref
19121 reference "sub:Formulas-in-Section"
19122
19123 \end_inset
19124
19125 .
19126 \end_layout
19127
19128 \end_inset
19129
19130
19131 \begin_inset LatexCommand index
19132 name "Symbols"
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \begin_layout Standard
19140 Many of the symbols listed in this section can also be inserted via the
19141  toolbar buttons 
19142 \begin_inset Graphics
19143         filename ../images/math/nabla.png
19144         scale 85
19145
19146 \end_inset
19147
19148  and 
19149 \begin_inset Graphics
19150         filename ../images/math/digamma.png
19151         scale 85
19152
19153 \end_inset
19154
19155 .
19156 \end_layout
19157
19158 \begin_layout Subsection
19159 Mathematical Symbols
19160 \begin_inset LatexCommand label
19161 name "sub:Mathematical-Symbols"
19162
19163 \end_inset
19164
19165
19166 \begin_inset LatexCommand index
19167 name "Symbols ! mathematical"
19168
19169 \end_inset
19170
19171
19172 \end_layout
19173
19174 \begin_layout Standard
19175
19176 \hfill
19177
19178 \begin_inset Tabular
19179 <lyxtabular version="3" rows="10" columns="2">
19180 <features>
19181 <column alignment="center" valignment="top" leftline="true" width="0pt">
19182 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19183 <row topline="true" bottomline="true">
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Standard
19188 Command
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Standard
19197 Result
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row topline="true">
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Standard
19208
19209 \backslash
19210 neg
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Standard
19219 \begin_inset Formula $\neg$
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 </row>
19228 <row topline="true">
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Standard
19233
19234 \backslash
19235 Im
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Standard
19244 \begin_inset Formula $\Im$
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 </row>
19253 <row topline="true">
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Standard
19258
19259 \backslash
19260 Re
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Standard
19269 \begin_inset Formula $\Re$
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row topline="true">
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Standard
19283
19284 \backslash
19285 aleph
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Standard
19294 \begin_inset Formula $\aleph$
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row topline="true">
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Standard
19308
19309 \backslash
19310 partial
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Standard
19319 \begin_inset Formula $\partial$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 <row topline="true">
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Standard
19333
19334 \backslash
19335 infty
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Standard
19344 \begin_inset Formula $\infty$
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 <row topline="true" bottomline="true">
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Standard
19358
19359 \backslash
19360 wp
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Standard
19369 \begin_inset Formula $\wp$
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row bottomline="true">
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Standard
19383
19384 \backslash
19385 imath
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Standard
19394 \begin_inset Formula $\imath$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row bottomline="true">
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Standard
19408
19409 \backslash
19410 jmath
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Standard
19419 \begin_inset Formula $\jmath$
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 </lyxtabular>
19429
19430 \end_inset
19431
19432
19433 \hfill
19434
19435 \begin_inset Tabular
19436 <lyxtabular version="3" rows="10" columns="2">
19437 <features>
19438 <column alignment="center" valignment="top" leftline="true" width="0pt">
19439 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19440 <row topline="true" bottomline="true">
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Standard
19445 Command
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Standard
19454 Result
19455 \begin_inset Note Note
19456 status collapsed
19457
19458 \begin_layout Standard
19459
19460 \series bold
19461
19462 \backslash
19463 raisebox
19464 \series default
19465  is only used as spacer.
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row topline="true">
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Standard
19481
19482 \backslash
19483 forall
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Standard
19492 \begin_inset Formula $\forall$
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row topline="true">
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Standard
19506
19507 \backslash
19508 exists
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Standard
19517 \begin_inset Formula $\exists$
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 </row>
19526 <row topline="true">
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Standard
19531
19532 \backslash
19533 nexists
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Standard
19542 \begin_inset Formula $\nexists$
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row topline="true">
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Standard
19556
19557 \backslash
19558 emptyset
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Standard
19567 \begin_inset Formula $\emptyset$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row topline="true">
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Standard
19581
19582 \backslash
19583 varnothing
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Standard
19592 \begin_inset Formula $\varnothing$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row topline="true">
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Standard
19606
19607 \backslash
19608 dag
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Standard
19617 \begin_inset Formula $\dag$
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row topline="true" bottomline="true">
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Standard
19631
19632 \backslash
19633 ddag
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Standard
19642 \begin_inset Formula $\ddag$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 <row bottomline="true">
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Standard
19656
19657 \backslash
19658 complement
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Standard
19667 \begin_inset ERT
19668 status collapsed
19669
19670 \begin_layout Standard
19671
19672
19673 \backslash
19674 raisebox{-0.8mm}{
19675 \end_layout
19676
19677 \end_inset
19678
19679
19680 \begin_inset Formula $\complement$
19681 \end_inset
19682
19683
19684 \begin_inset ERT
19685 status collapsed
19686
19687 \begin_layout Standard
19688
19689 }
19690 \end_layout
19691
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row bottomline="true">
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Standard
19705
19706 \backslash
19707 Bbbk
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Standard
19716 \begin_inset Formula $\Bbbk$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 </lyxtabular>
19726
19727 \end_inset
19728
19729
19730 \hfill
19731
19732 \begin_inset Tabular
19733 <lyxtabular version="3" rows="10" columns="2">
19734 <features>
19735 <column alignment="center" valignment="top" leftline="true" width="0pt">
19736 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19737 <row topline="true" bottomline="true">
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Standard
19742 Command
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Standard
19751 Result
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 <row topline="true">
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Standard
19762
19763 \backslash
19764 prime
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Standard
19773 \begin_inset Formula $\prime$
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row topline="true">
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Standard
19787
19788 \backslash
19789 backprime
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Standard
19798 \begin_inset Formula $\backprime$
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row topline="true">
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Standard
19812
19813 \backslash
19814 mho
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Standard
19823 \begin_inset Formula $\mho$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row topline="true">
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Standard
19837
19838 \backslash
19839 triangle
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Standard
19848 \begin_inset Formula $\triangle$
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row topline="true">
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Standard
19862
19863 \backslash
19864 angle
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Standard
19873 \begin_inset Formula $\angle$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row topline="true">
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Standard
19887
19888 \backslash
19889 measuredangle
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Standard
19898 \begin_inset Formula $\measuredangle$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row topline="true" bottomline="true">
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Standard
19912
19913 \backslash
19914 sphericalangle
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Standard
19923 \begin_inset Formula $\sphericalangle$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row bottomline="true">
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Standard
19937
19938 \backslash
19939 top
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Standard
19948 \begin_inset Formula $\top$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row bottomline="true">
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Standard
19962
19963 \backslash
19964 bot
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Standard
19973 \begin_inset Formula $\bot$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 </lyxtabular>
19983
19984 \end_inset
19985
19986
19987 \hfill
19988
19989 \end_layout
19990
19991 \begin_layout Standard
19992
19993 \newpage
19994
19995 \end_layout
19996
19997 \begin_layout Subsection
19998 Miscellaneous Symbols
19999 \begin_inset LatexCommand label
20000 name "sub:Miscellaneous-Symbols"
20001
20002 \end_inset
20003
20004
20005 \begin_inset LatexCommand index
20006 name "Symbols ! miscellaneous"
20007
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \begin_layout Standard
20014 \noindent
20015 \align center
20016 \begin_inset Tabular
20017 <lyxtabular version="3" rows="10" columns="2">
20018 <features>
20019 <column alignment="center" valignment="top" leftline="true" width="0pt">
20020 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20021 <row topline="true" bottomline="true">
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Standard
20026 Command
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Standard
20035 Result
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row topline="true">
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Standard
20046
20047 \backslash
20048 flat
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Standard
20057 \begin_inset Formula $\flat$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row topline="true">
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Standard
20071
20072 \backslash
20073 natural
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Standard
20082 \begin_inset Formula $\natural$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row topline="true">
20092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Standard
20096
20097 \backslash
20098 sharp
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Standard
20107 \begin_inset Formula $\sharp$
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 <row topline="true" bottomline="true">
20117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Standard
20121
20122 \backslash
20123 surd
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Standard
20132 \begin_inset Formula $\surd$
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row bottomline="true">
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Standard
20146
20147 \backslash
20148 checkmark
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Standard
20157 \begin_inset Formula $\checkmark$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 </row>
20166 <row bottomline="true">
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Standard
20171
20172 \backslash
20173 yen
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Standard
20182 \begin_inset Formula $\yen$
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 </row>
20191 <row bottomline="true">
20192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Standard
20196
20197 \backslash
20198 pounds
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Standard
20207 \begin_inset Formula $\pounds$
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 </row>
20216 <row bottomline="true">
20217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Standard
20221 $
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Standard
20230 \begin_inset Formula $\$$
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row bottomline="true">
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Standard
20244 §
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Standard
20253 \begin_inset Formula $§$
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 </row>
20262 </lyxtabular>
20263
20264 \end_inset
20265
20266
20267 \begin_inset Tabular
20268 <lyxtabular version="3" rows="10" columns="2">
20269 <features>
20270 <column alignment="center" valignment="top" leftline="true" width="0">
20271 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20272 <row topline="true" bottomline="true">
20273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Standard
20277 Command
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Standard
20286 Result
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row topline="true">
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Standard
20297
20298 \backslash
20299 hbar
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Standard
20308 \begin_inset Formula $\hbar$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 <row topline="true">
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Standard
20322
20323 \backslash
20324 hslash
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Standard
20333 \begin_inset Formula $\hslash$
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row topline="true">
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Standard
20347
20348 \backslash
20349 clubsuit
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Standard
20358 \begin_inset Formula $\clubsuit$
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 </row>
20367 <row topline="true">
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Standard
20372
20373 \backslash
20374 spadesuit
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Standard
20383 \begin_inset Formula $\spadesuit$
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 <row topline="true">
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Standard
20397
20398 \backslash
20399 bigstar
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Standard
20408 \begin_inset Formula $\bigstar$
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 </row>
20417 <row topline="true">
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Standard
20422
20423 \backslash
20424 blacklozenge
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Standard
20433 \begin_inset Formula $\blacklozenge$
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 </row>
20442 <row topline="true">
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Standard
20447
20448 \backslash
20449 blacktriangle
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Standard
20458 \begin_inset Formula $\blacktriangle$
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 <row topline="true">
20468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Standard
20472
20473 \backslash
20474 blacktiangledown
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Standard
20483 \begin_inset Formula $\blacktriangledown$
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 </row>
20492 <row topline="true" bottomline="true">
20493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Standard
20497
20498 \backslash
20499 bullet
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Standard
20508 \begin_inset Formula $\bullet$
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 </row>
20517 </lyxtabular>
20518
20519 \end_inset
20520
20521
20522 \begin_inset Tabular
20523 <lyxtabular version="3" rows="10" columns="2">
20524 <features>
20525 <column alignment="center" valignment="top" leftline="true" width="0pt">
20526 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20527 <row topline="true" bottomline="true">
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Standard
20532 Command
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Standard
20541 Result
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 </row>
20547 <row topline="true">
20548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Standard
20552
20553 \backslash
20554 diamondsuit
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Standard
20563 \begin_inset Formula $\diamondsuit$
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 <row topline="true">
20573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Standard
20577
20578 \backslash
20579 Diamond
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Standard
20588 \begin_inset Formula $\Diamond$
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row topline="true">
20598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Standard
20602
20603 \backslash
20604 heartsuit
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Standard
20613 \begin_inset Formula $\heartsuit$
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 </row>
20622 <row topline="true" bottomline="true">
20623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Standard
20627
20628 \backslash
20629 P
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Standard
20638 \begin_inset Formula $\P$
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 </row>
20647 <row bottomline="true">
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Standard
20652
20653 \backslash
20654 copyright
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Standard
20663 \begin_inset Formula $\copyright$
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row bottomline="true">
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Standard
20677
20678 \backslash
20679 circledR
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Standard
20688 \begin_inset Formula $\circledR$
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row bottomline="true">
20698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Standard
20702
20703 \backslash
20704 maltese
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Standard
20713 \begin_inset Formula $\maltese$
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row bottomline="true">
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Standard
20727
20728 \backslash
20729 diagup
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Standard
20738 \begin_inset Formula $\diagup$
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row bottomline="true">
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Standard
20752
20753 \backslash
20754 diagdown
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Standard
20763 \begin_inset Formula $\diagdown$
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 </lyxtabular>
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \begin_layout Standard
20780 \begin_inset VSpace medskip
20781 \end_inset
20782
20783 More symbols are listed in 
20784 \begin_inset LatexCommand ref
20785 reference "sub:Miscellaneous-Special-Characters"
20786
20787 \end_inset
20788
20789 .
20790 \end_layout
20791
20792 \begin_layout Standard
20793 Some symbols can be displayed in different sizes, see 
20794 \begin_inset LatexCommand ref
20795 reference "sub:Font-Sizes"
20796
20797 \end_inset
20798
20799 .
20800 \end_layout
20801
20802 \begin_layout Subsection
20803 The Euro-Symbol €
20804 \begin_inset LatexCommand index
20805 name "Symbols ! Euro-symbol"
20806
20807 \end_inset
20808
20809
20810 \begin_inset LatexCommand index
20811 name "\\textcent@\\officialeuro"
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Standard
20819 To use the Euro symbol in formulas, the LaTeX-package 
20820 \series bold
20821 eurosym
20822 \series default
20823
20824 \begin_inset LatexCommand index
20825 name "Packages ! eurosym"
20826
20827 \end_inset
20828
20829  must be installed and loaded with the LaTeX-preamble line
20830 \end_layout
20831
20832 \begin_layout Standard
20833
20834 \series bold
20835
20836 \backslash
20837 usepackage[gennarrow]{eurosym}
20838 \end_layout
20839
20840 \begin_layout Standard
20841 The Euro symbol can now be inserted with the command 
20842 \series bold
20843
20844 \backslash
20845 euro
20846 \series default
20847
20848 \begin_inset LatexCommand index
20849 name "Commands ! E ! \\textbackslash euro"
20850
20851 \end_inset
20852
20853 .
20854 \end_layout
20855
20856 \begin_layout Standard
20857 The Euro symbol can directly be inserted with the € key in mathematical
20858  text, without having 
20859 \series bold
20860 eurosym
20861 \series default
20862  installed.
20863  When 
20864 \series bold
20865 eurosym
20866 \series default
20867  is installed, 
20868 \series bold
20869
20870 \backslash
20871 euro
20872 \series default
20873  can also be inserted in TeX-mode.
20874  The official currency symbol can then be inserted with the command 
20875 \series bold
20876
20877 \backslash
20878 officialeuro
20879 \series default
20880
20881 \begin_inset LatexCommand index
20882 name "Commands ! O ! \\textbackslash officialeuro"
20883
20884 \end_inset
20885
20886 , that is only available in TeX-mode.
20887 \end_layout
20888
20889 \begin_layout Standard
20890 \begin_inset ERT
20891 status collapsed
20892
20893 \begin_layout Standard
20894
20895
20896 \backslash
20897 ifeurosym 
20898 \end_layout
20899
20900 \end_inset
20901
20902
20903 \begin_inset Note Note
20904 status open
20905
20906 \begin_layout Standard
20907 The following table will only be displayed when the LaTeX-package 
20908 \series bold
20909 eurosym
20910 \series default
20911  is installed.
20912 \end_layout
20913
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \begin_layout Standard
20920 An overview about the different Euro symbols:
20921 \end_layout
20922
20923 \begin_layout Standard
20924 \align center
20925 \begin_inset Tabular
20926 <lyxtabular version="3" rows="4" columns="3">
20927 <features>
20928 <column alignment="center" valignment="top" leftline="true" width="0pt">
20929 <column alignment="center" valignment="top" leftline="true" width="0pt">
20930 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20931 <row topline="true" bottomline="true">
20932 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Standard
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Standard
20945 Command 
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Standard
20954 Result
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row topline="true">
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Standard
20965 formula
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Standard
20974
20975 \backslash
20976 euro
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Standard
20985 \begin_inset Formula $\euro$
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 </row>
20994 <row topline="true">
20995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Standard
20999 mathematical text
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Standard
21008
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Standard
21017 \begin_inset Formula $\mbox{€}$
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row topline="true" bottomline="true">
21027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Standard
21031 TeX-mode
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Standard
21040
21041 \backslash
21042 officialeuro
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Standard
21051 \begin_inset ERT
21052 status collapsed
21053
21054 \begin_layout Standard
21055
21056
21057 \backslash
21058 officialeuro
21059 \end_layout
21060
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 </lyxtabular>
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \begin_layout Standard
21077 \begin_inset ERT
21078 status collapsed
21079
21080 \begin_layout Standard
21081
21082
21083 \backslash
21084 else 
21085 \end_layout
21086
21087 \end_inset
21088
21089
21090 \begin_inset Note Note
21091 status open
21092
21093 \begin_layout Standard
21094 The following will be displayed when the LaTeX-package 
21095 \series bold
21096 eurosym
21097 \series default
21098  is not installed:
21099 \end_layout
21100
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \begin_layout Standard
21107 You need to install the LaTeX-package 
21108 \series bold
21109 eurosym
21110 \series default
21111  to see the rest of this subsection in the output.
21112 \end_layout
21113
21114 \begin_layout Standard
21115 \begin_inset ERT
21116 status collapsed
21117
21118 \begin_layout Standard
21119
21120
21121 \backslash
21122 fi 
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \begin_layout Section
21131 Relations
21132 \begin_inset LatexCommand label
21133 name "sec:Relations"
21134
21135 \end_inset
21136
21137
21138 \begin_inset LatexCommand index
21139 name "Relations"
21140
21141 \end_inset
21142
21143
21144 \begin_inset LatexCommand index
21145 name "Comparisons|see{Relations}"
21146
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \begin_layout Standard
21153 All relations can also be inserted via the toolbar button 
21154 \begin_inset Graphics
21155         filename ../images/math/leq.png
21156         scale 85
21157
21158 \end_inset
21159
21160 .
21161 \end_layout
21162
21163 \begin_layout Standard
21164
21165 \hfill
21166
21167 \begin_inset Tabular
21168 <lyxtabular version="3" rows="17" columns="2">
21169 <features>
21170 <column alignment="center" valignment="top" leftline="true" width="0pt">
21171 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21172 <row topline="true" bottomline="true">
21173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Standard
21177 Command
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Standard
21186 Result
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 </row>
21192 <row topline="true">
21193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Standard
21197 <
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Standard
21206 \begin_inset Formula $<$
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row topline="true">
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Standard
21220
21221 \backslash
21222 le
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Standard
21231 \begin_inset Formula $\le$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row topline="true">
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Standard
21245
21246 \backslash
21247 ll
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Standard
21256 \begin_inset Formula $\ll$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row topline="true">
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Standard
21270
21271 \backslash
21272 prec
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Standard
21281 \begin_inset Formula $\prec$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row topline="true">
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Standard
21295
21296 \backslash
21297 preceq
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Standard
21306 \begin_inset Formula $\preceq$
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row topline="true">
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Standard
21320
21321 \backslash
21322 subset
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Standard
21331 \begin_inset Formula $\subset$
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 <row topline="true">
21341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Standard
21345
21346 \backslash
21347 subseteq
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Standard
21356 \begin_inset Formula $\subseteq$
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 </row>
21365 <row topline="true">
21366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Standard
21370
21371 \backslash
21372 sqsubseteq
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Standard
21381 \begin_inset Formula $\sqsubseteq$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 </row>
21390 <row topline="true">
21391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Standard
21395
21396 \backslash
21397 in
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Standard
21406 \begin_inset Formula $\in$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 <row topline="true">
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Standard
21420
21421 \backslash
21422 vdash
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Standard
21431 \begin_inset Formula $\vdash$
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 </row>
21440 <row topline="true">
21441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Standard
21445
21446 \backslash
21447 smile
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Standard
21456 \begin_inset Formula $\smile$
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 <row topline="true">
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Standard
21470
21471 \backslash
21472 lhd
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Standard
21481 \begin_inset Formula $\lhd$
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 <row topline="true">
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Standard
21495
21496 \backslash
21497 unlhd
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Standard
21506 \begin_inset Formula $\unlhd$
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 <row topline="true">
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Standard
21520
21521 \backslash
21522 gtrless
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Standard
21531 \begin_inset Formula $\gtrless$
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row topline="true">
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Standard
21545
21546 \backslash
21547 mid
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Standard
21556 \begin_inset Formula $\mid$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 <row topline="true" bottomline="true">
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Standard
21570
21571 \backslash
21572 nmid
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Standard
21581 \begin_inset Formula $\nmid$
21582 \end_inset
21583
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 </row>
21590 </lyxtabular>
21591
21592 \end_inset
21593
21594
21595 \hfill
21596
21597 \begin_inset Tabular
21598 <lyxtabular version="3" rows="17" columns="2">
21599 <features>
21600 <column alignment="center" valignment="top" leftline="true" width="0pt">
21601 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21602 <row topline="true" bottomline="true">
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Standard
21607 Command
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Standard
21616 Result
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 </row>
21622 <row topline="true">
21623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Standard
21627 =
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Standard
21636 \begin_inset Formula $=$
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row topline="true">
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Standard
21650
21651 \backslash
21652 not=
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Standard
21661 \begin_inset Formula $\not=$
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 </row>
21670 <row topline="true">
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Standard
21675
21676 \backslash
21677 equiv
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Standard
21686 \begin_inset Formula $\equiv$
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row topline="true">
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Standard
21700
21701 \backslash
21702 sim
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Standard
21711 \begin_inset Formula $\sim$
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 <row topline="true">
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Standard
21725
21726 \backslash
21727 simeq
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Standard
21736 \begin_inset Formula $\simeq$
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row topline="true">
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Standard
21750
21751 \backslash
21752 approx
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Standard
21761 \begin_inset Formula $\approx$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row topline="true">
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Standard
21775
21776 \backslash
21777 cong
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Standard
21786 \begin_inset Formula $\cong$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row topline="true">
21796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Standard
21800
21801 \backslash
21802 bowtie
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Standard
21811 \begin_inset Formula $\bowtie$
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row topline="true">
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Standard
21825
21826 \backslash
21827 notin
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Standard
21836 \begin_inset Formula $\notin$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row topline="true">
21846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Standard
21850
21851 \backslash
21852 perp
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Standard
21861 \begin_inset Formula $\perp$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row topline="true">
21871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Standard
21875
21876 \backslash
21877 propto
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Standard
21886 \begin_inset Formula $\propto$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row topline="true">
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Standard
21900
21901 \backslash
21902 asymp
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Standard
21911 \begin_inset Formula $\asymp$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row topline="true">
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Standard
21925
21926 \backslash
21927 doteq
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Standard
21936 \begin_inset Formula $\doteq$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row topline="true">
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Standard
21950
21951 \backslash
21952 circeq
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Standard
21961 \begin_inset Formula $\circeq$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row topline="true">
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Standard
21975
21976 \backslash
21977 models
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Standard
21986 \begin_inset Formula $\models$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row topline="true" bottomline="true">
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Standard
22000
22001 \backslash
22002 widehat=
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Standard
22011 \begin_inset Formula $\widehat{=}$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 </lyxtabular>
22021
22022 \end_inset
22023
22024
22025 \hfill
22026
22027 \begin_inset Tabular
22028 <lyxtabular version="3" rows="17" columns="2">
22029 <features>
22030 <column alignment="center" valignment="top" leftline="true" width="0pt">
22031 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
22032 <row topline="true" bottomline="true">
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Standard
22037 Command
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 Standard
22046 Result
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row topline="true">
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Standard
22057 >
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Standard
22066 \begin_inset Formula $>$
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 </row>
22075 <row topline="true">
22076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Standard
22080
22081 \backslash
22082 ge
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Standard
22091 \begin_inset Formula $\ge$
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 </row>
22100 <row topline="true">
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Standard
22105
22106 \backslash
22107 gg
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Standard
22116 \begin_inset Formula $\gg$
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 <row topline="true">
22126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Standard
22130
22131 \backslash
22132 succ
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Standard
22141 \begin_inset Formula $\succ$
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 <row topline="true">
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Standard
22155
22156 \backslash
22157 succeq
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Standard
22166 \begin_inset Formula $\succeq$
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 <row topline="true">
22176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Standard
22180
22181 \backslash
22182 supset
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Standard
22191 \begin_inset Formula $\supset$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row topline="true">
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Standard
22205
22206 \backslash
22207 supseteq
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Standard
22216 \begin_inset Formula $\supseteq$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row topline="true">
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Standard
22230
22231 \backslash
22232 sqsupseteq
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Standard
22241 \begin_inset Formula $\sqsupseteq$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 <row topline="true">
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Standard
22255
22256 \backslash
22257 ni
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Standard
22266 \begin_inset Formula $\ni$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 <row topline="true">
22276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Standard
22280
22281 \backslash
22282 dashv
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Standard
22291 \begin_inset Formula $\dashv$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row topline="true">
22301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Standard
22305
22306 \backslash
22307 frown
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Standard
22316 \begin_inset Formula $\frown$
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 </row>
22325 <row topline="true">
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Standard
22330
22331 \backslash
22332 rhd
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Standard
22341 \begin_inset Formula $\rhd$
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row topline="true">
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Standard
22355
22356 \backslash
22357 unrhd
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Standard
22366 \begin_inset Formula $\unrhd$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row topline="true">
22376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Standard
22380
22381 \backslash
22382 lessgtr
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Standard
22391 \begin_inset Formula $\lessgtr$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row topline="true">
22401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Standard
22405
22406 \backslash
22407 parallel
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Standard
22416 \begin_inset Formula $\parallel$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row topline="true" bottomline="true">
22426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Standard
22430
22431 \backslash
22432 nparallel
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Standard
22441 \begin_inset Formula $\nparallel$
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 </lyxtabular>
22451
22452 \end_inset
22453
22454
22455 \hfill
22456
22457 \end_layout
22458
22459 \begin_layout Standard
22460 \begin_inset VSpace medskip
22461 \end_inset
22462
22463 The characters 
22464 \series bold
22465
22466 \backslash
22467 lhd
22468 \series default
22469  and 
22470 \series bold
22471
22472 \backslash
22473 rhd
22474 \series default
22475  are bigger than the equal looking operators 
22476 \series bold
22477
22478 \backslash
22479 triangleleft
22480 \series default
22481  and 
22482 \series bold
22483
22484 \backslash
22485 triangleright
22486 \series default
22487 , respectively.
22488 \end_layout
22489
22490 \begin_layout Standard
22491 Relations are, in contrary to symbols, always surrounded by space.
22492 \end_layout
22493
22494 \begin_layout Standard
22495 Relations with labels can be created with the command 
22496 \series bold
22497
22498 \backslash
22499 stackrel
22500 \series default
22501
22502 \begin_inset LatexCommand index
22503 name "Commands ! S ! \\textbackslash stackrel"
22504
22505 \end_inset
22506
22507 :
22508 \end_layout
22509
22510 \begin_layout Standard
22511 \align center
22512 \begin_inset Tabular
22513 <lyxtabular version="3" rows="2" columns="2">
22514 <features>
22515 <column alignment="center" valignment="top" leftline="true" width="0">
22516 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22517 <row topline="true" bottomline="true">
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Standard
22522 Command
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Standard
22531 Result
22532 \begin_inset Note Note
22533 status collapsed
22534
22535 \begin_layout Standard
22536
22537 \series bold
22538
22539 \backslash
22540 raisebox
22541 \series default
22542  is only used as spacer.
22543 \end_layout
22544
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 <row topline="true" bottomline="true">
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Standard
22558 A(r)
22559 \backslash
22560 stackrel
22561 \begin_inset ERT
22562 status collapsed
22563
22564 \begin_layout Standard
22565
22566
22567 \backslash
22568 spce 
22569 \end_layout
22570
22571 \end_inset
22572
22573 r
22574 \backslash
22575 to
22576 \backslash
22577 infty
22578 \begin_inset ERT
22579 status collapsed
22580
22581 \begin_layout Standard
22582
22583
22584 \backslash
22585 spce 
22586 \end_layout
22587
22588 \end_inset
22589
22590
22591 \begin_inset Formula $\downarrow$
22592 \end_inset
22593
22594
22595 \backslash
22596 approx
22597 \begin_inset ERT
22598 status collapsed
22599
22600 \begin_layout Standard
22601
22602
22603 \backslash
22604 spce 
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \begin_inset ERT
22611 status collapsed
22612
22613 \begin_layout Standard
22614
22615
22616 \backslash
22617 spce 
22618 \end_layout
22619
22620 \end_inset
22621
22622 B
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Standard
22631 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 </lyxtabular>
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \begin_layout Section
22648 Functions
22649 \end_layout
22650
22651 \begin_layout Subsection
22652 Predefined Functions
22653 \begin_inset LatexCommand label
22654 name "sub:Predefined-Functions"
22655
22656 \end_inset
22657
22658
22659 \begin_inset LatexCommand index
22660 name "Functions ! predefined"
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \begin_layout Standard
22668 In general, variables are set 
22669 \emph on
22670 italic
22671 \emph default
22672  in mathematical expressions, but not function names, because 
22673 \begin_inset Formula $sin$
22674 \end_inset
22675
22676  could be misunderstood as 
22677 \begin_inset Formula $s\cdot i\cdot n$
22678 \end_inset
22679
22680 .
22681  Therefore there are predefined functions, that are additionally a bit separated
22682  from prefactors.
22683  They are inserted as commands starting with a backslash before their name.
22684 \end_layout
22685
22686 \begin_layout Standard
22687 \align center
22688 \begin_inset Tabular
22689 <lyxtabular version="3" rows="2" columns="4">
22690 <features>
22691 <column alignment="center" valignment="top" leftline="true" width="0pt">
22692 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
22693 <column alignment="center" valignment="top" leftline="true" width="0pt">
22694 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
22695 <row topline="true" bottomline="true">
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Standard
22700 Command
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Standard
22709 Result
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Standard
22718 Command
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Standard
22727 Result
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 </row>
22733 <row topline="true" bottomline="true">
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Standard
22738 Asin(x)+B
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Standard
22747 \begin_inset Formula $Asin(x)+B$
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Standard
22759 A
22760 \backslash
22761 sin(x)+B
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Standard
22770 \begin_inset Formula $A\sin(x)+B$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 </lyxtabular>
22780
22781 \end_inset
22782
22783
22784 \begin_inset ERT
22785 status collapsed
22786
22787 \begin_layout Standard
22788
22789
22790 \backslash
22791 pagebreak 
22792 \end_layout
22793
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \begin_layout Standard
22800 The following functions are predefined:
22801 \end_layout
22802
22803 \begin_layout Standard
22804 \begin_inset VSpace -2mm
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Standard
22811 \align center
22812 \begin_inset Tabular
22813 <lyxtabular version="3" rows="9" columns="4">
22814 <features>
22815 <column alignment="center" valignment="top" leftline="true" width="0pt">
22816 <column alignment="center" valignment="top" leftline="true" width="0pt">
22817 <column alignment="center" valignment="top" leftline="true" width="0pt">
22818 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
22819 <row topline="true" bottomline="true">
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Standard
22824 Command
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Standard
22833 Command
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Standard
22842 Command
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Standard
22851 Command
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row topline="true">
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Standard
22862
22863 \backslash
22864 sin
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Standard
22873
22874 \backslash
22875 sinh
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Standard
22884
22885 \backslash
22886 arcsin
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Standard
22895
22896 \backslash
22897 sup
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 </row>
22903 <row topline="true">
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Standard
22908
22909 \backslash
22910 cos
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Standard
22919
22920 \backslash
22921 cosh
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Standard
22930
22931 \backslash
22932 arccos
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Standard
22941
22942 \backslash
22943 inf
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 </row>
22949 <row topline="true">
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Standard
22954
22955 \backslash
22956 tan
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Standard
22965
22966 \backslash
22967 tanh
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Standard
22976
22977 \backslash
22978 arctan
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Standard
22987
22988 \backslash
22989 lim
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row topline="true">
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Standard
23000
23001 \backslash
23002 cot
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Standard
23011
23012 \backslash
23013 coth
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Standard
23022
23023 \backslash
23024 arg
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Standard
23033
23034 \backslash
23035 liminf
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row topline="true">
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Standard
23046
23047 \backslash
23048 sec
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Standard
23057
23058 \backslash
23059 min
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Standard
23068
23069 \backslash
23070 deg
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Standard
23079
23080 \backslash
23081 limsup
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 </row>
23087 <row topline="true">
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Standard
23092
23093 \backslash
23094 csc
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Standard
23103
23104 \backslash
23105 max
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Standard
23114
23115 \backslash
23116 det
23117 \end_layout
23118
23119 \end_inset
23120 </cell>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Standard
23125
23126 \backslash
23127 Pr
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row topline="true">
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Standard
23138
23139 \backslash
23140 ln
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Standard
23149
23150 \backslash
23151 exp
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Standard
23160
23161 \backslash
23162 dim
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Standard
23171
23172 \backslash
23173 hom
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 </row>
23179 <row topline="true" bottomline="true">
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Standard
23184
23185 \backslash
23186 lg
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Standard
23195
23196 \backslash
23197 log
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Standard
23206
23207 \backslash
23208 ker
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Standard
23217
23218 \backslash
23219 gcd
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 </lyxtabular>
23226
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \begin_layout Standard
23233 They can also be inserted with the math toolbar button 
23234 \begin_inset Graphics
23235         filename ../images/math/functions.png
23236         scale 85
23237
23238 \end_inset
23239
23240 .
23241 \end_layout
23242
23243 \begin_layout Subsection
23244 Self-defined Functions
23245 \begin_inset LatexCommand index
23246 name "Functions ! self-defined"
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 To use a function that is not predefined, like for example the sign function
23255  sgn(x), there are two possibilities:
23256 \end_layout
23257
23258 \begin_layout Itemize
23259 Define the function by inserting the following line to the LaTeX-preamble
23260 \begin_inset Foot
23261 status collapsed
23262
23263 \begin_layout Standard
23264 For more about 
23265 \series bold
23266
23267 \backslash
23268 DeclareMathOperator
23269 \series default
23270  see 
23271 \begin_inset LatexCommand ref
23272 reference "sub:Self-defined-Operators"
23273
23274 \end_inset
23275
23276 .
23277 \end_layout
23278
23279 \end_inset
23280
23281
23282 \newline
23283
23284 \begin_inset VSpace -3mm
23285 \end_inset
23286
23287
23288 \newline
23289
23290 \series bold
23291
23292 \backslash
23293 DeclareMathOperator{
23294 \backslash
23295 sgn}{sgn}
23296 \series default
23297
23298 \begin_inset LatexCommand index
23299 name "Commands ! D ! \\textbackslash dbinom@\\textbackslash DeclareMathOperator"
23300
23301 \end_inset
23302
23303
23304 \newline
23305
23306 \begin_inset VSpace -2mm
23307 \end_inset
23308
23309
23310 \newline
23311 Now the new defined function can be called with the command 
23312 \series bold
23313
23314 \backslash
23315 sgn
23316 \series default
23317 .
23318 \end_layout
23319
23320 \begin_layout Itemize
23321 Write the the formula as usual, mark the formula name, in our example the
23322  letters 
23323 \emph on
23324 sgn
23325 \emph default
23326 , and change it to mathematical text.
23327  At last a space is inserted between prefactor and function.
23328 \end_layout
23329
23330 \begin_layout Standard
23331 The result is the same with both methods as with a predefined function
23332 \begin_inset Foot
23333 status collapsed
23334
23335 \begin_layout Standard
23336 In LyX self-defined functions are displayed red, predefined ones black.
23337 \end_layout
23338
23339 \end_inset
23340
23341 :
23342 \end_layout
23343
23344 \begin_layout Standard
23345 \align center
23346 \begin_inset Tabular
23347 <lyxtabular version="3" rows="3" columns="2">
23348 <features>
23349 <column alignment="center" valignment="top" leftline="true" width="0pt">
23350 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23351 <row topline="true" bottomline="true">
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Standard
23356 Command
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Standard
23365 Result
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row topline="true" bottomline="true">
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Standard
23376 A
23377 \backslash
23378 sgn(x)+B
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Standard
23387 \begin_inset Formula $A\sgn(x)+B$
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 <row topline="true" bottomline="true">
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Standard
23401 A
23402 \backslash
23403 ,
23404 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
23405 \end_inset
23406
23407 (x)+B
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Standard
23416 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 </row>
23425 </lyxtabular>
23426
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \begin_layout Standard
23433 The first method is more suitable when the self-defined function should
23434  be used several times.
23435 \end_layout
23436
23437 \begin_layout Subsection
23438 Limits
23439 \begin_inset LatexCommand index
23440 name "Limits"
23441
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \begin_layout Standard
23448 For limits there are defined besides 
23449 \series bold
23450
23451 \backslash
23452 lim
23453 \series default
23454
23455 \begin_inset LatexCommand index
23456 name "Commands ! L ! \\textbackslash lim"
23457
23458 \end_inset
23459
23460
23461 \series bold
23462
23463 \backslash
23464 liminf
23465 \series default
23466  and 
23467 \series bold
23468
23469 \backslash
23470 limsup
23471 \series default
23472  furthermore the following functions:
23473 \end_layout
23474
23475 \begin_layout Standard
23476 \align center
23477 \begin_inset Tabular
23478 <lyxtabular version="3" rows="5" columns="2">
23479 <features>
23480 <column alignment="center" valignment="top" leftline="true" width="0">
23481 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
23482 <row topline="true" bottomline="true">
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Standard
23487 Command
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Standard
23496 Result
23497 \begin_inset Note Note
23498 status collapsed
23499
23500 \begin_layout Standard
23501
23502 \series bold
23503
23504 \backslash
23505 raisebox
23506 \series default
23507  is only used as spacer.
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row topline="true">
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Standard
23523
23524 \backslash
23525 varliminf
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Standard
23534 \begin_inset Formula $\varliminf$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Standard
23548
23549 \backslash
23550 varlimsup
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Standard
23559 \begin_inset Formula $\varlimsup$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Standard
23573
23574 \backslash
23575 varprojlim
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Standard
23584 \begin_inset Formula $\varprojlim$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row bottomline="true">
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Standard
23598
23599 \backslash
23600 varinjlim
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Standard
23609 \begin_inset Formula $\varinjlim$
23610 \end_inset
23611
23612
23613 \begin_inset Formula $\raisebox{-2.5mm}{}$
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 </row>
23622 </lyxtabular>
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Standard
23630 \begin_inset VSpace medskip
23631 \end_inset
23632
23633 The limit is created by inserting a subscript.
23634  It is set right beside the function in an inline formula:
23635 \end_layout
23636
23637 \begin_layout Standard
23638 \align center
23639 \begin_inset Tabular
23640 <lyxtabular version="3" rows="2" columns="2">
23641 <features>
23642 <column alignment="center" valignment="top" width="0pt">
23643 <column alignment="center" valignment="top" width="0pt">
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Standard
23649 Command
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Standard
23658 \begin_inset ERT
23659 status collapsed
23660
23661 \begin_layout Standard
23662
23663
23664 \backslash
23665 hspace{1cm}
23666 \end_layout
23667
23668 \end_inset
23669
23670 Result
23671 \begin_inset Note Note
23672 status collapsed
23673
23674 \begin_layout Standard
23675
23676 \series bold
23677
23678 \backslash
23679 hspace
23680 \series default
23681  and
23682 \series bold
23683  
23684 \backslash
23685 raisebox
23686 \series default
23687  are used here as spacer.
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 </row>
23698 <row>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Standard
23703
23704 \backslash
23705 lim_x
23706 \backslash
23707 to
23708 \begin_inset ERT
23709 status collapsed
23710
23711 \begin_layout Standard
23712
23713
23714 \backslash
23715 spce 
23716 \end_layout
23717
23718 \end_inset
23719
23720 A
23721 \begin_inset ERT
23722 status collapsed
23723
23724 \begin_layout Standard
23725
23726
23727 \backslash
23728 spce 
23729 \end_layout
23730
23731 \end_inset
23732
23733 x=B
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Standard
23742 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 </row>
23751 </lyxtabular>
23752
23753 \end_inset
23754
23755
23756 \end_layout
23757
23758 \begin_layout Standard
23759 In a displayed formula the limit is set below the formula, as usual:
23760 \begin_inset Formula \[
23761 \lim_{x\to A}x=B\]
23762
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \begin_layout Subsection
23769 Modulo-Functions
23770 \begin_inset LatexCommand index
23771 name "Functions ! modulo-"
23772
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \begin_layout Standard
23779 The modulo-function is special, because it exists in four variants.
23780 \end_layout
23781
23782 \begin_layout Standard
23783 The variants in a displayed formula:
23784 \begin_inset Formula \begin{align*}
23785 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
23786 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
23787 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
23788 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
23789 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
23790
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \begin_layout Standard
23797 In an inline formula less space is set before the function names for all
23798  variants.
23799 \end_layout
23800
23801 \begin_layout Section
23802 Special Characters
23803 \begin_inset LatexCommand index
23804 name "Special characters"
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Subsection
23812 Special Characters in Mathematical Text
23813 \end_layout
23814
23815 \begin_layout Standard
23816 The following commands can only be used in mathematical text or in TeX-mode:
23817 \end_layout
23818
23819 \begin_layout Standard
23820
23821 \hfill
23822
23823 \begin_inset Tabular
23824 <lyxtabular version="3" rows="8" columns="2">
23825 <features>
23826 <column alignment="block" valignment="top" leftline="true" width="0">
23827 <column alignment="block" valignment="top" leftline="true" rightline="true" width="0">
23828 <row topline="true" bottomline="true">
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Standard
23833 Command
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Standard
23842 Result
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 </row>
23848 <row topline="true">
23849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Standard
23853
23854 \backslash
23855 oe
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Standard
23864 \begin_inset Formula $\textrm{\oe}$
23865 \end_inset
23866
23867
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 </row>
23873 <row topline="true">
23874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Standard
23878
23879 \backslash
23880 OE
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Standard
23889 \begin_inset Formula $\textrm{\OE}$
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 </row>
23898 <row topline="true">
23899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Standard
23903
23904 \backslash
23905 ae
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Standard
23914 \begin_inset Formula $\textrm{\ae}$
23915 \end_inset
23916
23917
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 </row>
23923 <row topline="true">
23924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Standard
23928
23929 \backslash
23930 AE
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Standard
23939 \begin_inset Formula $\textrm{\AE}$
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 </row>
23948 <row topline="true">
23949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Standard
23953
23954 \backslash
23955 aa
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Standard
23964 \begin_inset Formula $\textrm{\aa}$
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 </row>
23973 <row topline="true" bottomline="true">
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Standard
23978
23979 \backslash
23980 AA
23981 \begin_inset LatexCommand index
23982 name "\\@\\textrm{\\AA}"
23983
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Standard
23995 \begin_inset Formula $\textrm{\AA}$
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 </row>
24004 <row bottomline="true">
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Standard
24009
24010 \backslash
24011 i
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Standard
24020 \begin_inset Formula $\textrm{\i}$
24021 \end_inset
24022
24023
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 </row>
24029 </lyxtabular>
24030
24031 \end_inset
24032
24033
24034 \hfill
24035
24036 \begin_inset Tabular
24037 <lyxtabular version="3" rows="8" columns="2">
24038 <features>
24039 <column alignment="block" valignment="top" leftline="true" width="0">
24040 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
24041 <row topline="true" bottomline="true">
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Standard
24046 command
24047 \begin_inset Note Note
24048 status collapsed
24049
24050 \begin_layout Standard
24051
24052 \series bold
24053
24054 \backslash
24055 hspace{0mm}
24056 \series default
24057  is used for separation, because otherwise the output will be ¡ and ¿ respective
24058 ly.
24059 \end_layout
24060
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Standard
24072 Result
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row topline="true">
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Standard
24083
24084 \backslash
24085 o
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Standard
24094 \begin_inset Formula $\textrm{\o}$
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row topline="true">
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Standard
24108
24109 \backslash
24110 O
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Standard
24119 \begin_inset Formula $\textrm{\O}$
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row topline="true">
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Standard
24133
24134 \backslash
24135 l
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Standard
24144 \begin_inset Formula $\textrm{\l}$
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row topline="true">
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Standard
24158
24159 \backslash
24160 L
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Standard
24169 \begin_inset Formula $\textrm{\L}$
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 <row topline="true" bottomline="true">
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Standard
24183 !
24184 \begin_inset ERT
24185 status collapsed
24186
24187 \begin_layout Standard
24188
24189
24190 \backslash
24191 hspace{0mm}
24192 \end_layout
24193
24194 \end_inset
24195
24196 `
24197 \begin_inset ERT
24198 status collapsed
24199
24200 \begin_layout Standard
24201
24202
24203 \backslash
24204 spce 
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Standard
24218 \begin_inset Formula $\textrm{!`}$
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 </row>
24227 <row bottomline="true">
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Standard
24232 ?
24233 \begin_inset ERT
24234 status collapsed
24235
24236 \begin_layout Standard
24237
24238
24239 \backslash
24240 hspace{0mm}
24241 \end_layout
24242
24243 \end_inset
24244
24245 `
24246 \begin_inset ERT
24247 status collapsed
24248
24249 \begin_layout Standard
24250
24251
24252 \backslash
24253 spce 
24254 \end_layout
24255
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Standard
24267 \begin_inset Formula $\textrm{?`}$
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 <row bottomline="true">
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Standard
24281
24282 \backslash
24283 j
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Standard
24292 \begin_inset Formula $\textrm{\j}$
24293 \end_inset
24294
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 </row>
24301 </lyxtabular>
24302
24303 \end_inset
24304
24305
24306 \hfill
24307
24308 \end_layout
24309
24310 \begin_layout Standard
24311 The characters 
24312 \begin_inset Formula $\textrm{\textrm{Å}}$
24313 \end_inset
24314
24315  and 
24316 \begin_inset Formula $\textrm{\textrm{Ø}}$
24317 \end_inset
24318
24319  can also be inserted via the math toolbar button 
24320 \begin_inset Graphics
24321         filename ../images/math/digamma.png
24322         scale 85
24323
24324 \end_inset
24325
24326 .
24327 \end_layout
24328
24329 \begin_layout Standard
24330 An exception are the commands 
24331 \series bold
24332 !
24333 \begin_inset ERT
24334 status collapsed
24335
24336 \begin_layout Standard
24337
24338
24339 \backslash
24340 hspace{0mm}
24341 \end_layout
24342
24343 \end_inset
24344
24345 `
24346 \series default
24347  and 
24348 \series bold
24349 ?
24350 \begin_inset ERT
24351 status collapsed
24352
24353 \begin_layout Standard
24354
24355
24356 \backslash
24357 hspace{0mm}
24358 \end_layout
24359
24360 \end_inset
24361
24362 `
24363 \series default
24364 , because they can be inserted in LyX directly to text.
24365 \end_layout
24366
24367 \begin_layout Subsection
24368 Accents in Text
24369 \begin_inset LatexCommand label
24370 name "sub:Accents-in-Text"
24371
24372 \end_inset
24373
24374
24375 \begin_inset LatexCommand index
24376 name "Accents ! in text"
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384 With the following commands all letters can be accented.
24385  The commands must be inserted in TeX-mode.
24386 \end_layout
24387
24388 \begin_layout Standard
24389
24390 \hfill
24391
24392 \begin_inset Tabular
24393 <lyxtabular version="3" rows="8" columns="2">
24394 <features>
24395 <column alignment="block" valignment="top" leftline="true" width="0">
24396 <column alignment="block" valignment="top" leftline="true" rightline="true" width="0">
24397 <row topline="true" bottomline="true">
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Standard
24402 Command
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Standard
24411 Result
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 </row>
24417 <row topline="true">
24418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Standard
24422
24423 \backslash
24424
24425 \begin_inset Quotes grd
24426 \end_inset
24427
24428 e
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Standard
24437 \begin_inset ERT
24438 status collapsed
24439
24440 \begin_layout Standard
24441
24442
24443 \backslash
24444 "e
24445 \end_layout
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 </row>
24455 <row topline="true">
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Standard
24460
24461 \backslash
24462 `e
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Standard
24471 \begin_inset ERT
24472 status collapsed
24473
24474 \begin_layout Standard
24475
24476
24477 \backslash
24478 `e
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 <row topline="true">
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Standard
24494
24495 \backslash
24496 ^
24497 \begin_inset ERT
24498 status collapsed
24499
24500 \begin_layout Standard
24501
24502
24503 \backslash
24504 spce 
24505 \end_layout
24506
24507 \end_inset
24508
24509 e
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Standard
24518 \begin_inset ERT
24519 status collapsed
24520
24521 \begin_layout Standard
24522
24523
24524 \backslash
24525 ^e
24526 \end_layout
24527
24528 \end_inset
24529
24530
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 </row>
24536 <row topline="true">
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Standard
24541
24542 \backslash
24543 =e
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Standard
24552 \begin_inset ERT
24553 status collapsed
24554
24555 \begin_layout Standard
24556
24557
24558 \backslash
24559 =e
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 </row>
24570 <row topline="true">
24571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Standard
24575
24576 \backslash
24577 u
24578 \begin_inset ERT
24579 status collapsed
24580
24581 \begin_layout Standard
24582
24583
24584 \backslash
24585 spce 
24586 \end_layout
24587
24588 \end_inset
24589
24590 e
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Standard
24599 \begin_inset ERT
24600 status collapsed
24601
24602 \begin_layout Standard
24603
24604
24605 \backslash
24606 u e
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 </row>
24617 <row topline="true" bottomline="true">
24618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24619 \begin_inset Text
24620
24621 \begin_layout Standard
24622
24623 \backslash
24624 b
24625 \begin_inset ERT
24626 status collapsed
24627
24628 \begin_layout Standard
24629
24630
24631 \backslash
24632 spce 
24633 \end_layout
24634
24635 \end_inset
24636
24637 e
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Standard
24646 \begin_inset ERT
24647 status collapsed
24648
24649 \begin_layout Standard
24650
24651
24652 \backslash
24653 b e
24654 \end_layout
24655
24656 \end_inset
24657
24658
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 </row>
24664 <row bottomline="true">
24665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Standard
24669
24670 \backslash
24671 t
24672 \begin_inset ERT
24673 status collapsed
24674
24675 \begin_layout Standard
24676
24677
24678 \backslash
24679 spce 
24680 \end_layout
24681
24682 \end_inset
24683
24684 ee
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Standard
24693 \begin_inset ERT
24694 status collapsed
24695
24696 \begin_layout Standard
24697
24698
24699 \backslash
24700 t ee
24701 \end_layout
24702
24703 \end_inset
24704
24705
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 </row>
24711 </lyxtabular>
24712
24713 \end_inset
24714
24715
24716 \hfill
24717
24718 \begin_inset Tabular
24719 <lyxtabular version="3" rows="8" columns="2">
24720 <features>
24721 <column alignment="block" valignment="top" leftline="true" width="0">
24722 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
24723 <row topline="true" bottomline="true">
24724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Standard
24728 Command
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Standard
24737 Result
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 </row>
24743 <row topline="true">
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Standard
24748
24749 \backslash
24750 H
24751 \begin_inset ERT
24752 status collapsed
24753
24754 \begin_layout Standard
24755
24756
24757 \backslash
24758 spce 
24759 \end_layout
24760
24761 \end_inset
24762
24763 e
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 Standard
24772 \begin_inset ERT
24773 status collapsed
24774
24775 \begin_layout Standard
24776
24777
24778 \backslash
24779 H e
24780 \end_layout
24781
24782 \end_inset
24783
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 </row>
24790 <row topline="true">
24791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Standard
24795
24796 \backslash
24797 'e
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Standard
24806 \begin_inset ERT
24807 status collapsed
24808
24809 \begin_layout Standard
24810
24811
24812 \backslash
24813 'e
24814 \end_layout
24815
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 </row>
24824 <row topline="true">
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Standard
24829
24830 \backslash
24831 ~e
24832 \begin_inset LatexCommand index
24833 name "Tilde"
24834
24835 \end_inset
24836
24837
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Standard
24846 \begin_inset ERT
24847 status collapsed
24848
24849 \begin_layout Standard
24850
24851
24852 \backslash
24853 ~e
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 </row>
24864 <row topline="true">
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Standard
24869
24870 \backslash
24871 .e
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Standard
24880 \begin_inset ERT
24881 status collapsed
24882
24883 \begin_layout Standard
24884
24885
24886 \backslash
24887 .e
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 </row>
24898 <row topline="true" bottomline="true">
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Standard
24903
24904 \backslash
24905 v
24906 \begin_inset ERT
24907 status collapsed
24908
24909 \begin_layout Standard
24910
24911
24912 \backslash
24913 spce 
24914 \end_layout
24915
24916 \end_inset
24917
24918 e
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Standard
24927 \begin_inset ERT
24928 status collapsed
24929
24930 \begin_layout Standard
24931
24932
24933 \backslash
24934 v e
24935 \end_layout
24936
24937 \end_inset
24938
24939
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 </row>
24945 <row bottomline="true">
24946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Standard
24950
24951 \backslash
24952 d
24953 \begin_inset ERT
24954 status collapsed
24955
24956 \begin_layout Standard
24957
24958
24959 \backslash
24960 spce 
24961 \end_layout
24962
24963 \end_inset
24964
24965 e
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Standard
24974 \begin_inset ERT
24975 status collapsed
24976
24977 \begin_layout Standard
24978
24979
24980 \backslash
24981 d e
24982 \end_layout
24983
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 </row>
24992 <row bottomline="true">
24993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Standard
24997
24998 \backslash
24999 c
25000 \begin_inset ERT
25001 status collapsed
25002
25003 \begin_layout Standard
25004
25005
25006 \backslash
25007 spce 
25008 \end_layout
25009
25010 \end_inset
25011
25012 e
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Standard
25021 \begin_inset ERT
25022 status collapsed
25023
25024 \begin_layout Standard
25025
25026
25027 \backslash
25028 c e
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 </row>
25039 </lyxtabular>
25040
25041 \end_inset
25042
25043
25044 \hfill
25045
25046 \end_layout
25047
25048 \begin_layout Standard
25049 \begin_inset VSpace medskip
25050 \end_inset
25051
25052 With the command 
25053 \series bold
25054
25055 \backslash
25056 t
25057 \series default
25058  also two different characters can be accented.
25059  The command 
25060 \series bold
25061
25062 \backslash
25063 t
25064 \begin_inset ERT
25065 status collapsed
25066
25067 \begin_layout Standard
25068
25069
25070 \backslash
25071 spce 
25072 \end_layout
25073
25074 \end_inset
25075
25076 sz
25077 \series default
25078  creates: 
25079 \begin_inset ERT
25080 status collapsed
25081
25082 \begin_layout Standard
25083
25084
25085 \backslash
25086 t sz
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \end_layout
25093
25094 \begin_layout Standard
25095 The accents 
25096 \series bold
25097 `
25098 \series default
25099  , 
25100 \series bold
25101 '
25102 \series default
25103  , and 
25104 \series bold
25105 ^
25106 \series default
25107  can in combination with vowels directly be inserted with the keyboard without
25108  using TeX-mode.
25109  The same applies for the tilde
25110 \begin_inset Foot
25111 status collapsed
25112
25113 \begin_layout Standard
25114 This only applies for keyboards where the tilde is defined as accent.
25115 \end_layout
25116
25117 \end_inset
25118
25119  
25120 \series bold
25121 ~
25122 \series default
25123  in combination with 
25124 \emph on
25125 a
25126 \emph default
25127  , 
25128 \emph on
25129 n
25130 \emph default
25131  , or 
25132 \emph on
25133 o
25134 \emph default
25135 .
25136 \end_layout
25137
25138 \begin_layout Standard
25139 The commands 
25140 \series bold
25141
25142 \backslash
25143 b
25144 \series default
25145  , 
25146 \series bold
25147
25148 \backslash
25149 c
25150 \series default
25151  , 
25152 \series bold
25153
25154 \backslash
25155 d
25156 \series default
25157  , 
25158 \series bold
25159
25160 \backslash
25161 H
25162 \series default
25163  , 
25164 \series bold
25165
25166 \backslash
25167 t
25168 \series default
25169  , 
25170 \series bold
25171
25172 \backslash
25173 u
25174 \series default
25175  , 
25176 \series bold
25177
25178 \backslash
25179 v
25180 \series default
25181 , and accents inserted directly with the keyboard are also available in
25182  mathematical text.
25183  For the other accents there are special math commands to be used in formulas,
25184  see 
25185 \begin_inset LatexCommand ref
25186 reference "sub:Accents-for-one"
25187
25188 \end_inset
25189
25190 .
25191 \end_layout
25192
25193 \begin_layout Standard
25194 \begin_inset VSpace bigskip
25195 \end_inset
25196
25197 Furthermore, with the command 
25198 \series bold
25199
25200 \backslash
25201 textcircled
25202 \series default
25203
25204 \begin_inset LatexCommand index
25205 name "Commands ! T ! \\textbackslash textcircled"
25206
25207 \end_inset
25208
25209  all numbers and letters can be set into a circle, quasi accented with a
25210  circle, similar to the the copyright symbol.
25211 \end_layout
25212
25213 \begin_layout Standard
25214 \align center
25215 \begin_inset Tabular
25216 <lyxtabular version="3" rows="3" columns="2">
25217 <features>
25218 <column alignment="center" valignment="top" leftline="true" width="0">
25219 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25220 <row topline="true" bottomline="true">
25221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Standard
25225 Command
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Standard
25234 Result
25235 \begin_inset Note Note
25236 status collapsed
25237
25238 \begin_layout Standard
25239
25240 \series bold
25241
25242 \backslash
25243 raisebox
25244 \series default
25245  is only used as spacer.
25246 \end_layout
25247
25248 \end_inset
25249
25250
25251 \end_layout
25252
25253 \end_inset
25254 </cell>
25255 </row>
25256 <row topline="true">
25257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Standard
25261
25262 \backslash
25263 textcircled{w}
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25269 \begin_inset Text
25270
25271 \begin_layout Standard
25272 \begin_inset ERT
25273 status collapsed
25274
25275 \begin_layout Standard
25276
25277
25278 \backslash
25279 textcircled{w}
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 </row>
25290 <row topline="true" bottomline="true">
25291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Standard
25295
25296 \backslash
25297 Large 
25298 \backslash
25299 textcircled{
25300 \backslash
25301 normalsize
25302 \backslash
25303 protect
25304 \backslash
25305 raisebox{-1.5pt}{W}}
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Standard
25314 \begin_inset Formula $\raisebox{4.5mm}{}$
25315 \end_inset
25316
25317
25318 \begin_inset ERT
25319 status collapsed
25320
25321 \begin_layout Standard
25322
25323
25324 \backslash
25325 Large 
25326 \backslash
25327 textcircled{
25328 \backslash
25329 normalsize
25330 \backslash
25331 protect
25332 \backslash
25333 raisebox{-1.5pt}W}
25334 \end_layout
25335
25336 \end_inset
25337
25338
25339 \begin_inset Formula $\raisebox{-2mm}{}$
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 </row>
25348 </lyxtabular>
25349
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \begin_layout Standard
25356 One has to take care that the character fits in the circle.
25357  
25358 \series bold
25359
25360 \backslash
25361 Large
25362 \series default
25363
25364 \begin_inset Foot
25365 status collapsed
25366
25367 \begin_layout Standard
25368 see 
25369 \begin_inset LatexCommand ref
25370 reference "sub:Font-Sizes"
25371
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \end_inset
25378
25379  specifies thereby the size of the circle.
25380  With the help of 
25381 \series bold
25382
25383 \backslash
25384 raisebox
25385 \series default
25386
25387 \begin_inset Foot
25388 status collapsed
25389
25390 \begin_layout Standard
25391 see 
25392 \begin_inset LatexCommand ref
25393 reference "sub:Boxes-without-Frame"
25394
25395 \end_inset
25396
25397
25398 \end_layout
25399
25400 \end_inset
25401
25402  the character can be centered.
25403 \end_layout
25404
25405 \begin_layout Subsection
25406 Minuscule Numbers
25407 \begin_inset LatexCommand index
25408 name "Minuscule numbers"
25409
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \begin_layout Standard
25416 Minuscule numbers are created with the command 
25417 \series bold
25418
25419 \backslash
25420 oldstylenums
25421 \series default
25422
25423 \begin_inset LatexCommand index
25424 name "Commands ! O ! \\textbackslash oldstylenums"
25425
25426 \end_inset
25427
25428 .
25429  The command can be used in formulas and in TeX-mode.
25430  The command scheme is:
25431 \end_layout
25432
25433 \begin_layout Standard
25434
25435 \series bold
25436
25437 \backslash
25438 oldstylenums{number}
25439 \end_layout
25440
25441 \begin_layout Standard
25442 The command 
25443 \series bold
25444
25445 \backslash
25446 oldstylenums{0123456789
25447 \series default
25448  produces: 
25449 \begin_inset Formula $\oldstylenums{0123456789}$
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \begin_layout Subsection
25456 Miscellaneous Special Characters
25457 \begin_inset LatexCommand label
25458 name "sub:Miscellaneous-Special-Characters"
25459
25460 \end_inset
25461
25462
25463 \begin_inset LatexCommand index
25464 name "Special characters ! miscellaneous"
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Standard
25472 The following characters can only be inserted to formulas by using commands:
25473 \end_layout
25474
25475 \begin_layout Standard
25476 \align center
25477 \begin_inset Tabular
25478 <lyxtabular version="3" rows="4" columns="2">
25479 <features>
25480 <column alignment="center" valignment="top" leftline="true" width="0">
25481 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25482 <row topline="true" bottomline="true">
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Standard
25487 Command
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Standard
25496 Result
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 </row>
25502 <row topline="true">
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Standard
25507
25508 \backslash
25509 ^
25510 \begin_inset ERT
25511 status collapsed
25512
25513 \begin_layout Standard
25514
25515
25516 \backslash
25517 spce 
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Standard
25531 \begin_inset Formula $\mathcircumflex$
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 <row topline="true">
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Standard
25545
25546 \backslash
25547 _
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Standard
25556 \begin_inset Formula $\_$
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 </row>
25565 <row topline="true" bottomline="true">
25566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Standard
25570 ^
25571 \begin_inset ERT
25572 status collapsed
25573
25574 \begin_layout Standard
25575
25576
25577 \backslash
25578 spce 
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \backslash
25585 circ
25586 \begin_inset LatexCommand index
25587 name "°"
25588
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Standard
25600 \begin_inset Formula $^{\circ}$
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \end_inset
25607 </cell>
25608 </row>
25609 </lyxtabular>
25610
25611 \end_inset
25612
25613
25614 \end_layout
25615
25616 \begin_layout Standard
25617 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
25618  contains the following line
25619 \begin_inset Foot
25620 status collapsed
25621
25622 \begin_layout Standard
25623 More about this is described in 
25624 \begin_inset LatexCommand ref
25625 reference "sub:Text-Characters-in"
25626
25627 \end_inset
25628
25629 .
25630 \end_layout
25631
25632 \end_inset
25633
25634 :
25635 \end_layout
25636
25637 \begin_layout Standard
25638
25639 \series bold
25640
25641 \backslash
25642 DeclareInputtext{176}{
25643 \backslash
25644 ifmmode^
25645 \backslash
25646 circ
25647 \backslash
25648 else
25649 \backslash
25650 textdegree
25651 \backslash
25652 f\SpecialChar \textcompwordmark{}
25653 i}
25654 \end_layout
25655
25656 \begin_layout Standard
25657 \begin_inset VSpace bigskip
25658 \end_inset
25659
25660 The tilde
25661 \begin_inset LatexCommand index
25662 name "Tilde"
25663
25664 \end_inset
25665
25666  is designed as accent, thus is looks alone a bit misplaced: ~
25667 \newline
25668 But for web
25669  addresses (URLs) sometimes a single tilde is needed.
25670  In this case the relation sign 
25671 \series bold
25672
25673 \backslash
25674 sim
25675 \begin_inset Foot
25676 status collapsed
25677
25678 \begin_layout Standard
25679 see 
25680 \begin_inset LatexCommand ref
25681 reference "sec:Relations"
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \end_inset
25689
25690
25691 \series default
25692  is used in a formula.
25693  As a formula cannot be created in an URL-box (menu 
25694 \family sans
25695 Insert\SpecialChar \menuseparator
25696 URL
25697 \family default
25698 ), the URL is inserted as normal text with the font style '
25699 \family typewriter
25700 typewriter
25701 \family default
25702 '.
25703  Should the URL be a hyperlink in the DVI- or PDF-output, the command 
25704 \series bold
25705
25706 \backslash
25707 href
25708 \series default
25709
25710 \begin_inset Foot
25711 status collapsed
25712
25713 \begin_layout Standard
25714
25715 \series bold
25716
25717 \backslash
25718 href
25719 \series default
25720  can only be used together with the LaTeX-package 
25721 \series bold
25722 hyperref
25723 \series default
25724
25725 \begin_inset LatexCommand index
25726 name "Packages ! hyperref"
25727
25728 \end_inset
25729
25730 .
25731  More about 
25732 \series bold
25733
25734 \backslash
25735 href
25736 \series default
25737  is written in the section 
25738 \family typewriter
25739 URL
25740 \family default
25741  in the 
25742 \family typewriter
25743 Embedded\InsetSpace ~
25744 Objects
25745 \family default
25746  manual.
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \begin_inset LatexCommand index
25753 name "Commands ! H ! \\textbackslash href"
25754
25755 \end_inset
25756
25757  is used.
25758 \end_layout
25759
25760 \begin_layout Standard
25761 As example an URL with a tilde:
25762 \end_layout
25763
25764 \begin_layout Standard
25765 as text: 
25766 \family typewriter
25767 http://www.lyx.org/
25768 \begin_inset Formula $\sim$
25769 \end_inset
25770
25771 mustermann
25772 \end_layout
25773
25774 \begin_layout Standard
25775 with 
25776 \series bold
25777
25778 \backslash
25779 href
25780 \series default
25781
25782 \begin_inset ERT
25783 status collapsed
25784
25785 \begin_layout Standard
25786
25787
25788 \backslash
25789 href{http://www.lyx.org/~mustermann}{
25790 \end_layout
25791
25792 \end_inset
25793
25794 http://www.lyx.org/
25795 \begin_inset Formula $\sim$
25796 \end_inset
25797
25798 mustermann
25799 \begin_inset ERT
25800 status collapsed
25801
25802 \begin_layout Standard
25803
25804 }
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \begin_layout Section
25813 Formula Styles
25814 \begin_inset LatexCommand label
25815 name "sec:Formula-Styles"
25816
25817 \end_inset
25818
25819
25820 \begin_inset LatexCommand index
25821 name "Formula ! styles"
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Itemize
25829 There are two different alignment styles:
25830 \end_layout
25831
25832 \begin_deeper
25833 \begin_layout Description
25834 Centered is the predefined standard
25835 \end_layout
25836
25837 \begin_layout Description
25838 Indented for this the option 
25839 \series bold
25840 fleqn
25841 \series default
25842  must be inserted in the menu 
25843 \family sans
25844 Document\SpecialChar \menuseparator
25845 Settings
25846 \family default
25847  under 
25848 \family sans
25849 Document\InsetSpace ~
25850 Class
25851 \end_layout
25852
25853 \begin_layout Standard
25854 When 
25855 \series bold
25856 Indented
25857 \series default
25858  is used, the indentation can be adjusted with the length 
25859 \series bold
25860
25861 \backslash
25862 mathindent
25863 \series default
25864
25865 \begin_inset LatexCommand index
25866 name "Commands ! M ! \\textbackslash mathindent"
25867
25868 \end_inset
25869
25870 .
25871  Should the distance be 15\InsetSpace \thinspace{}
25872 mm, the following command line is inserted in
25873  the LaTeX-preamble
25874 \end_layout
25875
25876 \begin_layout Standard
25877
25878 \series bold
25879
25880 \backslash
25881 setlength{
25882 \backslash
25883 mathindent}{15mm}
25884 \end_layout
25885
25886 \begin_layout Standard
25887 When no length is specified, the predefined value of 30\InsetSpace \thinspace{}
25888 pt will be used.
25889 \end_layout
25890
25891 \end_deeper
25892 \begin_layout Itemize
25893 And two different numbering styles:
25894 \end_layout
25895
25896 \begin_deeper
25897 \begin_layout Description
25898 Right is the predefined standard
25899 \end_layout
25900
25901 \begin_layout Description
25902 Left for this the option 
25903 \series bold
25904 leqno
25905 \series default
25906  must be inserted in the menu 
25907 \family sans
25908 Document\SpecialChar \menuseparator
25909 Settings
25910 \family default
25911  under 
25912 \family sans
25913 Document\InsetSpace ~
25914 Class
25915 \end_layout
25916
25917 \end_deeper
25918 \begin_layout Standard
25919
25920 \series bold
25921 fleqn
25922 \series default
25923  and 
25924 \series bold
25925 leqno
25926 \series default
25927  can also be used together.
25928  In this case both options are inserted, separated by a comma.
25929 \end_layout
25930
25931 \begin_layout Standard
25932 The chosen styles are used for all displayed formulas of the document.
25933  When both, centered and indented formulas should be created in a document,
25934  the style 
25935 \series bold
25936 Centered
25937 \series default
25938  is used.
25939  The indented formulas are then set in a flalign environment, see 
25940 \begin_inset LatexCommand ref
25941 reference "sub:Flalign-Environment"
25942
25943 \end_inset
25944
25945 .
25946 \end_layout
25947
25948 \begin_layout Section
25949 Multiline Formulas
25950 \begin_inset LatexCommand label
25951 name "sec:Multiline-Formulas"
25952
25953 \end_inset
25954
25955
25956 \begin_inset LatexCommand index
25957 name "Formula ! multiline"
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \begin_layout Subsection
25965 General
25966 \end_layout
25967
25968 \begin_layout Standard
25969 In LyX multiline formulas are created by pressing 
25970 \family sans
25971 \series bold
25972 Ctrl-Return
25973 \family default
25974 \series default
25975  inside a formula.
25976  This creates an 
25977 \series bold
25978 align environment
25979 \series default
25980  that is described in 
25981 \begin_inset LatexCommand ref
25982 reference "sub:Standard-align-Environment"
25983
25984 \end_inset
25985
25986 .
25987 \end_layout
25988
25989 \begin_layout Standard
25990 There are other multiline formula environments that can be created via the
25991  menu 
25992 \family sans
25993 Insert\SpecialChar \menuseparator
25994 Math
25995 \family default
25996 .
25997  These environments are described in the following sections.
25998 \end_layout
25999
26000 \begin_layout Standard
26001 In all multiline formula environments a new line is created by pressing
26002  
26003 \family sans
26004 Ctrl-Return
26005 \family default
26006 .
26007  To add or delete lines, the math toolbar buttons 
26008 \begin_inset Graphics
26009         filename ../images/tabular-feature_append-row.png
26010         scale 85
26011
26012 \end_inset
26013
26014  or 
26015 \begin_inset Graphics
26016         filename ../images/tabular-feature_delete-row.png
26017         scale 85
26018
26019 \end_inset
26020
26021 , respectively, or the menu 
26022 \family sans
26023 Edit\SpecialChar \menuseparator
26024 Rows & Columns
26025 \family default
26026  can be used.
26027 \end_layout
26028
26029 \begin_layout Subsubsection
26030 Line Separation
26031 \begin_inset LatexCommand label
26032 name "sub:Line-Separation"
26033
26034 \end_inset
26035
26036
26037 \begin_inset LatexCommand index
26038 name "Formula ! multiline ! Line separation"
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \begin_layout Standard
26046 There is sometimes not enough space in multiline formulas between the lines:
26047 \begin_inset Formula \begin{eqnarray*}
26048 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}\\
26049 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*}
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 In LaTeX additional line space is specified as optional argument of the
26058  new line command.
26059  This is not yet possible in LyX
26060 \begin_inset Foot
26061 status collapsed
26062
26063 \begin_layout Standard
26064 see 
26065 \begin_inset ERT
26066 status collapsed
26067
26068 \begin_layout Standard
26069
26070
26071 \backslash
26072 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
26073 \end_layout
26074
26075 \end_inset
26076
26077 LyX-bug #1505
26078 \begin_inset ERT
26079 status collapsed
26080
26081 \begin_layout Standard
26082
26083 }
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \end_inset
26092
26093 , therefore the whole formula must be inserted in TeX-mode.
26094  To add in our example space, the command 
26095 \series bold
26096
26097 \backslash
26098
26099 \backslash
26100 [3mm]
26101 \series default
26102  is inserted at the end of the first line.
26103  One gets: 
26104 \begin_inset ERT
26105 status collapsed
26106
26107 \begin_layout Standard
26108
26109
26110 \backslash
26111 begin{eqnarray*}
26112 \end_layout
26113
26114 \begin_layout Standard
26115
26116 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26117  = & 
26118 \backslash
26119 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26120 \backslash
26121
26122 \backslash
26123 [3mm]
26124 \end_layout
26125
26126 \begin_layout Standard
26127
26128 4x^{2}
26129 \backslash
26130 left(B^{2}+x_{0}^{2}
26131 \backslash
26132 right)+4x_{0}x
26133 \backslash
26134 left(D-B^{2}
26135 \backslash
26136 right)+B^{2}
26137 \backslash
26138 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26139 \backslash
26140 right) & = & 0
26141 \end_layout
26142
26143 \begin_layout Standard
26144
26145
26146 \backslash
26147 end{eqnarray*}
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Standard
26156 \begin_inset VSpace bigskip
26157 \end_inset
26158
26159 To set the the line separation for all lines in a formula, the length 
26160 \series bold
26161
26162 \backslash
26163 jot
26164 \series default
26165
26166 \begin_inset LatexCommand index
26167 name "Commands ! J ! \\textbackslash jot"
26168
26169 \end_inset
26170
26171  is changed.
26172  The definition is: 
26173 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
26174 \end_inset
26175
26176 .
26177  Predefined for 
26178 \series bold
26179
26180 \backslash
26181 jot
26182 \series default
26183  is the value 3\InsetSpace \thinspace{}
26184 pt.
26185  To create 3\InsetSpace \thinspace{}
26186 mm additional line separation as in the previous example, the
26187  command
26188 \end_layout
26189
26190 \begin_layout Standard
26191
26192 \series bold
26193
26194 \backslash
26195 setlength{
26196 \backslash
26197 jot}{3mm+3pt}
26198 \end_layout
26199
26200 \begin_layout Standard
26201 is inserted in TeX-mode before the formula.
26202  This requires that the LaTeX-package 
26203 \series bold
26204 calc
26205 \series default
26206
26207 \begin_inset Foot
26208 status collapsed
26209
26210 \begin_layout Standard
26211
26212 \series bold
26213 calc
26214 \series default
26215  is part of every LaTeX standard installation.
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \begin_inset LatexCommand index
26222 name "Packages ! calc"
26223
26224 \end_inset
26225
26226  was loaded in LaTeX-preamble with the line
26227 \end_layout
26228
26229 \begin_layout Standard
26230
26231 \series bold
26232
26233 \backslash
26234 usepackage{calc}
26235 \end_layout
26236
26237 \begin_layout Standard
26238 One gets: 
26239 \begin_inset ERT
26240 status collapsed
26241
26242 \begin_layout Standard
26243
26244
26245 \backslash
26246 setlength{
26247 \backslash
26248 jot}{3mm+3pt}
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \begin_inset Formula \begin{eqnarray*}
26255 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}\\
26256 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*}
26257
26258 \end_inset
26259
26260
26261 \end_layout
26262
26263 \begin_layout Standard
26264 \begin_inset ERT
26265 status collapsed
26266
26267 \begin_layout Standard
26268
26269
26270 \backslash
26271 setlength{
26272 \backslash
26273 jot}{3pt}
26274 \end_layout
26275
26276 \end_inset
26277
26278  To get back to the predefined distance, 
26279 \series bold
26280
26281 \backslash
26282 jot
26283 \series default
26284  is set to the value 3\InsetSpace \thinspace{}
26285 pt.
26286 \end_layout
26287
26288 \begin_layout Subsubsection
26289 Column Separation
26290 \begin_inset LatexCommand label
26291 name "sub:Column-Separation"
26292
26293 \end_inset
26294
26295
26296 \begin_inset LatexCommand index
26297 name "Formula ! multiline ! Column separation"
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \begin_layout Standard
26305 Multiline formulas form a matrix.
26306  A formula in the eqnarray environment is for example a matrix with three
26307  columns.
26308  By changing the column separation in this environment, the space beside
26309  the relation sign can be changed.
26310 \end_layout
26311
26312 \begin_layout Standard
26313 The column separation is specified with the length 
26314 \series bold
26315
26316 \backslash
26317 arraycolsep
26318 \series default
26319
26320 \begin_inset LatexCommand index
26321 name "Commands ! A ! \\textbackslash arraycolsep"
26322
26323 \end_inset
26324
26325  according to:
26326 \newline
26327 column separation = 2\InsetSpace \thinspace{}
26328
26329 \series bold
26330
26331 \backslash
26332 arraycolsep
26333 \series default
26334
26335 \newline
26336 Thus, the command
26337 \end_layout
26338
26339 \begin_layout Standard
26340
26341 \series bold
26342
26343 \backslash
26344 setlength{
26345 \backslash
26346 arraycolsep}{1cm}
26347 \end_layout
26348
26349 \begin_layout Standard
26350 inserted in TeX-mode, sets for all following formulas a column separation
26351  of 2\InsetSpace \thinspace{}
26352 cm.
26353  To get back to the predefined distance, 
26354 \series bold
26355
26356 \backslash
26357 arraycolsep
26358 \series default
26359  is set to 5\InsetSpace \thinspace{}
26360 pt.
26361 \end_layout
26362
26363 \begin_layout Standard
26364 A formula with 2\InsetSpace \thinspace{}
26365 cm column separation:
26366 \begin_inset ERT
26367 status collapsed
26368
26369 \begin_layout Standard
26370
26371
26372 \backslash
26373 setlength{
26374 \backslash
26375 arraycolsep}{1cm}
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \begin_inset Formula \begin{eqnarray*}
26382 A & = & B\\
26383 C & \ne & A\end{eqnarray*}
26384
26385 \end_inset
26386
26387 A formula with the predefined column separation for matrices of 10\InsetSpace \thinspace{}
26388 pt:
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Standard
26393
26394
26395 \backslash
26396 setlength{
26397 \backslash
26398 arraycolsep}{5pt}
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \begin_inset Formula \begin{eqnarray*}
26405 A & = & B\\
26406 C & \ne & A\end{eqnarray*}
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \begin_layout Subsubsection
26414 Long Formulas
26415 \begin_inset LatexCommand index
26416 name "Formula ! long"
26417
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \begin_layout Standard
26424 Long formulas can be typeset using these methods:
26425 \end_layout
26426
26427 \begin_layout Itemize
26428 When one side of the equation is much shorther than the line width, this
26429  one is chosen for the left side and the right side is typeset over two
26430  lines:
26431 \begin_inset ERT
26432 status collapsed
26433
26434 \begin_layout Standard
26435
26436
26437 \backslash
26438 medskip
26439 \end_layout
26440
26441 \end_inset
26442
26443  
26444 \begin_inset Formula \begin{eqnarray}
26445 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 \\
26446  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:kurzlang}\end{eqnarray}
26447
26448 \end_inset
26449
26450
26451 \begin_inset ERT
26452 status collapsed
26453
26454 \begin_layout Standard
26455
26456
26457 \backslash
26458 smallskip
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \newline
26465 The minus sign at the beginning of the second line does normally not appear
26466  as operator because it is the first character of the line.
26467  Thus it would not be surrounded by space and could not be distinguished
26468  from the fraction bar.
26469  To avoid this, space was inserted behind the minus sign with the command
26470  
26471 \series bold
26472
26473 \backslash
26474 hspace{3pt}
26475 \series default
26476
26477 \begin_inset Foot
26478 status collapsed
26479
26480 \begin_layout Standard
26481 more about 
26482 \series bold
26483
26484 \backslash
26485 hspace
26486 \series default
26487  see 
26488 \begin_inset LatexCommand ref
26489 reference "sub:Variable-Space"
26490
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \begin_inset LatexCommand index
26500 name "Commands ! H ! \\textbackslash hspace"
26501
26502 \end_inset
26503
26504 .
26505 \end_layout
26506
26507 \begin_layout Itemize
26508 When both sides of the equation are too long, the command 
26509 \series bold
26510
26511 \backslash
26512 lefteqn
26513 \series default
26514
26515 \begin_inset LatexCommand index
26516 name "Commands ! L ! \\textbackslash lefteqn"
26517
26518 \end_inset
26519
26520  is used.
26521  It is inserted to the first column of the first line and effects that all
26522  further insertions overwrite the following columns:
26523 \begin_inset ERT
26524 status collapsed
26525
26526 \begin_layout Standard
26527
26528
26529 \backslash
26530 medskip
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \begin_inset Formula \begin{eqnarray}
26537 \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 \\
26538  &  & -\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 \\
26539  &  & =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}
26540
26541 \end_inset
26542
26543
26544 \begin_inset ERT
26545 status collapsed
26546
26547 \begin_layout Standard
26548
26549
26550 \backslash
26551 smallskip
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \newline
26558 After the insertion of 
26559 \series bold
26560
26561 \backslash
26562 lefteqn
26563 \series default
26564 , the cursor is in a purple box that is a bit shifted to the left from the
26565  blue one.
26566  In this the formula is inserted.
26567 \begin_inset ERT
26568 status collapsed
26569
26570 \begin_layout Standard
26571
26572
26573 \backslash
26574 medskip
26575 \end_layout
26576
26577 \end_inset
26578
26579
26580 \newline
26581 The content of the further lines is inserted to the second or another formula
26582  column.
26583  The greater the column number where it was inserted, the larger the indentation.
26584 \begin_inset ERT
26585 status collapsed
26586
26587 \begin_layout Standard
26588
26589
26590 \backslash
26591 medskip
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \newline
26598
26599 \begin_inset Note Greyedout
26600 status open
26601
26602 \begin_layout Standard
26603 Note the following when using 
26604 \series bold
26605
26606 \backslash
26607 lefteqn
26608 \series default
26609 :
26610 \end_layout
26611
26612 \begin_layout Itemize
26613 The formula doesn't use the full page width.
26614  When e.\InsetSpace \thinspace{}
26615 g.\InsetSpace ~
26616 the term 
26617 \begin_inset Formula $-B^{2}$
26618 \end_inset
26619
26620  is added to the first line in the above example, it would have been outside
26621  the page margin.
26622  To better use the width, negative space can be inserted at the beginning
26623  of the first line.
26624 \end_layout
26625
26626 \begin_layout Itemize
26627 Due to a bug in LyX the cursor cannot be set with the mouse into the first
26628  line.
26629 \begin_inset Foot
26630 status collapsed
26631
26632 \begin_layout Standard
26633 \begin_inset ERT
26634 status collapsed
26635
26636 \begin_layout Standard
26637
26638
26639 \backslash
26640 href{http://bugzilla.lyx.org/show_bug.cgi?id=1429}{
26641 \end_layout
26642
26643 \end_inset
26644
26645 LyX-bug #1429
26646 \begin_inset ERT
26647 status collapsed
26648
26649 \begin_layout Standard
26650
26651 }
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \end_inset
26660
26661  One can only set the cursor at the beginning of the line and move it with
26662  the arrow keys.
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \begin_layout Itemize
26671 Other methods to set long formulas are offered by the environments described
26672  in 
26673 \begin_inset LatexCommand ref
26674 reference "sub:Multline-Environment"
26675
26676 \end_inset
26677
26678  and 
26679 \begin_inset LatexCommand ref
26680 reference "sub:Multiline-Formula-Parts"
26681
26682 \end_inset
26683
26684 .
26685 \end_layout
26686
26687 \begin_layout Subsubsection
26688 Multiline Brackets
26689 \begin_inset LatexCommand label
26690 name "sub:Multiline-Brackets"
26691
26692 \end_inset
26693
26694
26695 \begin_inset LatexCommand index
26696 name "Brackets ! for multiline expressions"
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \begin_layout Standard
26704 For brackets spanning multiple lines the following problem occurs:
26705 \begin_inset Formula \begin{eqnarray*}
26706 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
26707  &  & \left.\cdots+B-D\right]\end{eqnarray*}
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \begin_layout Standard
26715 The closing bracket is smaller than the opening bracket because brackets
26716  with variable size may not span multiple lines.
26717 \end_layout
26718
26719 \begin_layout Standard
26720 To set the bracket size for the second line correctly, the first line is
26721  ended with 
26722 \series bold
26723
26724 \backslash
26725 right.
26726 \series default
26727
26728 \begin_inset LatexCommand index
26729 name "Commands ! R ! \\textbackslash right"
26730
26731 \end_inset
26732
26733  and the second line with 
26734 \series bold
26735
26736 \backslash
26737 left.
26738 \begin_inset Foot
26739 status collapsed
26740
26741 \begin_layout Standard
26742 for more about 
26743 \series bold
26744
26745 \backslash
26746 left
26747 \series default
26748  and 
26749 \series bold
26750
26751 \backslash
26752 right
26753 \series default
26754  see 
26755 \begin_inset LatexCommand ref
26756 reference "sub:Automatic-Bracket-Size"
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \end_inset
26764
26765
26766 \series default
26767
26768 \begin_inset LatexCommand index
26769 name "Commands ! L ! \\textbackslash left"
26770
26771 \end_inset
26772
26773 .
26774  After 
26775 \series bold
26776
26777 \backslash
26778 left.
26779
26780 \series default
26781  the command 
26782 \series bold
26783
26784 \backslash
26785 vphantom
26786 \series default
26787
26788 \begin_inset ERT
26789 status collapsed
26790
26791 \begin_layout Standard
26792
26793
26794 \backslash
26795 spce 
26796 \end_layout
26797
26798 \end_inset
26799
26800
26801 \series bold
26802
26803 \backslash
26804 prod
26805 \series default
26806 ^
26807 \begin_inset ERT
26808 status collapsed
26809
26810 \begin_layout Standard
26811
26812
26813 \backslash
26814 spce 
26815 \end_layout
26816
26817 \end_inset
26818
26819
26820 \series bold
26821
26822 \backslash
26823 infty
26824 \series default
26825
26826 \begin_inset ERT
26827 status collapsed
26828
26829 \begin_layout Standard
26830
26831
26832 \backslash
26833 spce 
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \series bold
26840
26841 \begin_inset Formula $\downarrow$
26842 \end_inset
26843
26844 _R=1}
26845 \series default
26846
26847 \begin_inset LatexCommand index
26848 name "Commands ! V ! \\textbackslash vphantom"
26849
26850 \end_inset
26851
26852  is inserted, because the multiplication operator with its limits is the
26853  largest symbol in the first line and this should be the size for the bracket
26854  in the second line.
26855 \end_layout
26856
26857 \begin_layout Standard
26858 The result is this:
26859 \begin_inset Formula \begin{eqnarray*}
26860 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
26861  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \begin_layout Subsection
26869 Align Environments
26870 \end_layout
26871
26872 \begin_layout Standard
26873 Align environments can be used for every kind of multiline formulas.
26874  They are specially useful to set several formulas side by side.
26875 \end_layout
26876
26877 \begin_layout Standard
26878 Align environments consist of columns.
26879  The odd columns are right aligned, the even ones left aligned.
26880  Every line in an Align environment can be numbered.
26881 \end_layout
26882
26883 \begin_layout Standard
26884 Align environments are created via the menu 
26885 \family sans
26886 Insert\SpecialChar \menuseparator
26887 Math
26888 \family default
26889 .
26890  With the menu 
26891 \family sans
26892 Edit\SpecialChar \menuseparator
26893 Math\SpecialChar \menuseparator
26894 Change Formula Type
26895 \family default
26896  already existing formulas can be converted to Align environments.
26897 \end_layout
26898
26899 \begin_layout Standard
26900 To add or delete columns, the math toolbar buttons 
26901 \begin_inset Graphics
26902         filename ../images/tabular-feature_append-column.png
26903         scale 85
26904
26905 \end_inset
26906
26907  or 
26908 \begin_inset Graphics
26909         filename ../images/tabular-feature_delete-column.png
26910         scale 85
26911
26912 \end_inset
26913
26914 , respectively, or the menu 
26915 \family sans
26916 Edit\SpecialChar \menuseparator
26917 Rows & Columns
26918 \family default
26919  can be used.
26920 \end_layout
26921
26922 \begin_layout Subsubsection
26923 Standard align Environment
26924 \begin_inset LatexCommand label
26925 name "sub:Standard-align-Environment"
26926
26927 \end_inset
26928
26929
26930 \begin_inset LatexCommand index
26931 name "Formula ! multiline ! align environment"
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \begin_layout Standard
26939 This Align environment is created by presssing 
26940 \family sans
26941 Ctrl-Return
26942 \family default
26943  in a formula or by the menu 
26944 \family sans
26945 Insert\SpecialChar \menuseparator
26946 Math\SpecialChar \menuseparator
26947 AMS align Environment
26948 \family default
26949 .
26950 \end_layout
26951
26952 \begin_layout Standard
26953 An example for two formulas set side by side, that are created with a four
26954  column align environment:
26955 \begin_inset Formula \begin{align*}
26956 A & =\sin(B) & C & =D\\
26957 C & \ne A & B & \ne D\end{align*}
26958
26959 \end_inset
26960
26961 As it can be seen, the formulas in this environment are placed so as if
26962  there would be a 
26963 \series bold
26964
26965 \backslash
26966 hfill
26967 \begin_inset Foot
26968 status collapsed
26969
26970 \begin_layout Standard
26971 more about 
26972 \series bold
26973
26974 \backslash
26975 hfill
26976 \series default
26977  see 
26978 \begin_inset LatexCommand ref
26979 reference "sub:Variable-Space"
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \series default
26990  before the first and after every even column.
26991  When the formula style 
26992 \series bold
26993 Indented
26994 \begin_inset Foot
26995 status collapsed
26996
26997 \begin_layout Standard
26998 formula styles see 
26999 \begin_inset LatexCommand ref
27000 reference "sec:Formula-Styles"
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008
27009
27010 \series default
27011  is used, the formula is set without the 
27012 \series bold
27013
27014 \backslash
27015 hfill
27016 \series default
27017  before the first column.
27018 \end_layout
27019
27020 \begin_layout Subsubsection
27021 Alignat Environment
27022 \begin_inset LatexCommand index
27023 name "Formula ! multiline ! alignat environment"
27024
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \begin_layout Standard
27031 The alignat environment has no predefined column separation.
27032  It can be inserted manually with the spaces that are described 
27033 \begin_inset LatexCommand ref
27034 reference "sub:Space"
27035
27036 \end_inset
27037
27038 .
27039 \end_layout
27040
27041 \begin_layout Standard
27042 The above example in the alignat environment where 1\InsetSpace \thinspace{}
27043 cm space was inserted
27044  at the beginning of the second formula:
27045 \begin_inset Formula \begin{alignat*}{2}
27046 A & =\sin(B) & \hspace{1cm}C & =D\\
27047 C & \ne A & B & \ne D\end{alignat*}
27048
27049 \end_inset
27050
27051 Because the column separation can be set separately for every column, this
27052  environment is especially suitable to set three and more formulas side
27053  by side.
27054 \end_layout
27055
27056 \begin_layout Subsubsection
27057 Flalign Environment
27058 \begin_inset LatexCommand label
27059 name "sub:Flalign-Environment"
27060
27061 \end_inset
27062
27063
27064 \begin_inset LatexCommand index
27065 name "Formula ! multiline ! flalign environment"
27066
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \begin_layout Standard
27073 In this environment the first two columns are always set as much as possible
27074  to the left and the last two ones to the right.
27075  An example:
27076 \begin_inset Formula \begin{flalign*}
27077 A & =1 & B & =2 & C & =3\\
27078 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \begin_layout Standard
27086 By creating a flalign environment with an odd number of columns where an
27087  empty TeX-brace is inserted to the last column, several formulas in a document
27088  can be set to the left, although the formula style 
27089 \series bold
27090 Centered
27091 \series default
27092  is used.
27093  As example the indented formula 
27094 \begin_inset LatexCommand eqref
27095 reference "eq:VolInt"
27096
27097 \end_inset
27098
27099 :
27100 \begin_inset Formula \begin{flalign}
27101 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
27102
27103 \end_inset
27104
27105 The first two columns contain the formula.
27106  To indent it as with the formula style 
27107 \series bold
27108 Indented
27109 \series default
27110 , 30\InsetSpace \thinspace{}
27111 pt space was inserted at the beginning of the first column.
27112 \end_layout
27113
27114 \begin_layout Subsection
27115 Eqnarray Environment
27116 \begin_inset LatexCommand index
27117 name "Formula ! multiline ! eqnarray environment"
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Standard
27125 When this environment has been created, three blue boxes appear.
27126  The content of the first box is right aligned, the content of the last
27127  one left aligned.
27128  The content of the middle box appears centered and a bit smaller, because
27129  it is designed to insert there only relation characters.
27130 \begin_inset Formula \begin{eqnarray*}
27131 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27132 AB & AB & AB\\
27133 A & = & A\end{eqnarray*}
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Subsection
27141 Gather Environment
27142 \begin_inset LatexCommand index
27143 name "Formula ! multiline ! gather environment"
27144
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \begin_layout Standard
27151 This environment consists of only one centered column.
27152  Every line can be numbered.
27153 \begin_inset Formula \begin{gather}
27154 A=1\\
27155 X=\textrm{-}1\end{gather}
27156
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \begin_layout Subsection
27163 Multline Environment
27164 \begin_inset LatexCommand label
27165 name "sub:Multline-Environment"
27166
27167 \end_inset
27168
27169
27170 \begin_inset LatexCommand index
27171 name "Formula ! multiline ! multline environment"
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Standard
27179 The multline environment consists, like the gather environment, of only
27180  one column.
27181  But the first line is left aligned, the last one right aligned.
27182  All other lines are centered.
27183  Therefore this environment is suitable for long formulas.
27184  As example formula 
27185 \begin_inset LatexCommand eqref
27186 reference "eq:lefteqn"
27187
27188 \end_inset
27189
27190  in the multline environment:
27191 \begin_inset Formula \begin{multline}
27192 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}\\
27193 -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}\\
27194 =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}
27195
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \begin_layout Standard
27202 In the output only the last (first) line of a multline environment appears
27203  numbered when the document numbering is right (left).
27204 \begin_inset Foot
27205 status collapsed
27206
27207 \begin_layout Standard
27208 numbering styles see 
27209 \begin_inset LatexCommand ref
27210 reference "sec:Formula-Styles"
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \end_inset
27218
27219  This is also the case when there is a formula number displayed after every
27220  line in LyX.
27221 \begin_inset Foot
27222 status collapsed
27223
27224 \begin_layout Standard
27225 This is 
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Standard
27230
27231
27232 \backslash
27233 href{http://bugzilla.lyx.org/show_bug.cgi?id=518}{
27234 \end_layout
27235
27236 \end_inset
27237
27238 LyX-bug #518
27239 \begin_inset ERT
27240 status collapsed
27241
27242 \begin_layout Standard
27243
27244 }
27245 \end_layout
27246
27247 \end_inset
27248
27249 .
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \begin_layout Standard
27258 With the commands 
27259 \series bold
27260
27261 \backslash
27262 shoveright
27263 \begin_inset LatexCommand index
27264 name "Commands ! S ! \\textbackslash shoveright"
27265
27266 \end_inset
27267
27268
27269 \series default
27270  and 
27271 \series bold
27272
27273 \backslash
27274 shoveleft
27275 \begin_inset LatexCommand index
27276 name "Commands ! S ! \\textbackslash shoveleft"
27277
27278 \end_inset
27279
27280
27281 \series default
27282  a centered line can be right or left aligned, respectively.
27283  The commands are used as follows:
27284 \end_layout
27285
27286 \begin_layout Standard
27287
27288 \series bold
27289
27290 \backslash
27291 shoveright{line content}
27292 \series default
27293  and 
27294 \series bold
27295
27296 \backslash
27297 shoveleft{line content}
27298 \end_layout
27299
27300 \begin_layout Standard
27301 \begin_inset VSpace medskip
27302 \end_inset
27303
27304 The length 
27305 \series bold
27306
27307 \backslash
27308 multlinegap
27309 \begin_inset LatexCommand index
27310 name "Commands ! M ! \\textbackslash multlinegap"
27311
27312 \end_inset
27313
27314
27315 \series default
27316  specifies the distance of the first line from the left page margin.
27317  Predefined is the length 0\InsetSpace \thinspace{}
27318 pt.
27319 \end_layout
27320
27321 \begin_layout Standard
27322 As example the above formula where the command
27323 \end_layout
27324
27325 \begin_layout Standard
27326
27327 \series bold
27328
27329 \backslash
27330 setlength{
27331 \backslash
27332 multlinegap}{2cm}
27333 \end_layout
27334
27335 \begin_layout Standard
27336 was inserted in TeX-mode before:
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Standard
27341
27342
27343 \backslash
27344 setlength{
27345 \backslash
27346 multlinegap}{2cm}
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \begin_inset Formula \begin{multline}
27353 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}\\
27354 \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}}\\
27355 =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}
27356
27357 \end_inset
27358
27359
27360 \begin_inset ERT
27361 status collapsed
27362
27363 \begin_layout Standard
27364
27365
27366 \backslash
27367 setlength{
27368 \backslash
27369 multlinegap}{0pt}
27370 \end_layout
27371
27372 \end_inset
27373
27374 The second line was left aligned using 
27375 \series bold
27376
27377 \backslash
27378 shoveleft
27379 \series default
27380 .
27381 \end_layout
27382
27383 \begin_layout Subsection
27384 Multiline Formula Parts
27385 \begin_inset LatexCommand label
27386 name "sub:Multiline-Formula-Parts"
27387
27388 \end_inset
27389
27390
27391 \begin_inset LatexCommand index
27392 name "Formula ! multiline ! formula parts"
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 To display only parts of a formula with multiple lines, one of the following
27401  environments are used: 
27402 \series bold
27403 aligned
27404 \series default
27405
27406 \series bold
27407 alignedat
27408 \series default
27409
27410 \series bold
27411 gathered
27412 \series default
27413  or 
27414 \series bold
27415 split
27416 \series default
27417 .
27418  They can be inserted via the menu 
27419 \family sans
27420 Insert\SpecialChar \menuseparator
27421 Math
27422 \family default
27423  or by using the commands described in this section.
27424 \end_layout
27425
27426 \begin_layout Standard
27427 The first three have the same properties as the corresponding multiline
27428  formula environments, but it is possible to set further formula parts beside
27429  them.
27430  An example:
27431 \begin_inset Formula \[
27432 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
27433 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
27434 \right\} \textrm{Uncertainty relations}\]
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Standard
27442 To get this formula, a displayed formula is created where the command 
27443 \series bold
27444
27445 \backslash
27446 aligned
27447 \begin_inset LatexCommand index
27448 name "Commands ! A ! \\textbackslash aligned"
27449
27450 \end_inset
27451
27452
27453 \series default
27454  is inserted.
27455  A purple box appears around the blue formula box where now columns and
27456  lines can be added.
27457  Outside the multiline environment other formula parts can be set, like
27458  the brace.
27459 \end_layout
27460
27461 \begin_layout Standard
27462 The aligned environment is also suitable for long formulas whose lines are
27463  horizontally aligned.
27464  Using aligned in a displayed formula has the advantage that the formula
27465  number is vertically centered behind the lines.
27466  As example formula 
27467 \begin_inset LatexCommand eqref
27468 reference "eq:kurzlang"
27469
27470 \end_inset
27471
27472  in the aligned environment:
27473 \begin_inset Formula \begin{equation}
27474 \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}|}\\
27475  & -\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}
27476 \end{equation}
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \begin_layout Standard
27484 To use the environments 
27485 \series bold
27486 alignedat
27487 \series default
27488
27489 \series bold
27490 gathered
27491 \series default
27492 , or 
27493 \series bold
27494 split
27495 \series default
27496 , the command 
27497 \series bold
27498
27499 \backslash
27500 alignedat
27501 \series default
27502 ,
27503 \begin_inset LatexCommand index
27504 name "Commands ! A ! \\textbackslash alignedat"
27505
27506 \end_inset
27507
27508  
27509 \series bold
27510
27511 \backslash
27512 gathered
27513 \series default
27514
27515 \begin_inset LatexCommand index
27516 name "Commands ! G ! \\textbackslash gathered"
27517
27518 \end_inset
27519
27520 , or 
27521 \series bold
27522
27523 \backslash
27524 split
27525 \series default
27526
27527 \begin_inset LatexCommand index
27528 name "Commands ! S ! \\textbackslash split"
27529
27530 \end_inset
27531
27532  are inserted, respectively.
27533  The split environment has the same properties as the aligned environment
27534  but it can only have two columns.
27535 \end_layout
27536
27537 \begin_layout Subsection
27538 Text in multiline Formulas
27539 \begin_inset LatexCommand label
27540 name "sub:Text-in-multiline"
27541
27542 \end_inset
27543
27544
27545 \begin_inset LatexCommand index
27546 name "Text ! in formulas"
27547
27548 \end_inset
27549
27550
27551 \begin_inset LatexCommand index
27552 name "Formula ! multiline ! text"
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Standard
27560 In the Align environments, and the multline and gather environment, text
27561  can be inserted that will appear in a separate line and doesn't affect
27562  the column alignment.
27563  To do this, the command 
27564 \series bold
27565
27566 \backslash
27567 intertext
27568 \begin_inset LatexCommand index
27569 name "Commands ! I ! \\textbackslash intertext"
27570
27571 \end_inset
27572
27573
27574 \series default
27575  is used in the following scheme:
27576 \end_layout
27577
27578 \begin_layout Standard
27579
27580 \series bold
27581
27582 \backslash
27583 intertext{text}
27584 \end_layout
27585
27586 \begin_layout Standard
27587 The text should not be longer than a line because it cannot be hyphenated.
27588  As LyX doesn't yet support 
27589 \series bold
27590
27591 \backslash
27592 intertext
27593 \series default
27594  directly, the text is written as mathematical text.
27595  
27596 \series bold
27597
27598 \backslash
27599 intertext
27600 \series default
27601  must hereby be at the beginning of a line and appears in the output above
27602  this line.
27603  An example where the text was inserted at the beginning of the second line:
27604 \begin_inset Formula \begin{align}
27605 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
27606 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \begin_layout Section
27614 Formula Numbering
27615 \begin_inset LatexCommand index
27616 name "Formula numbering"
27617
27618 \end_inset
27619
27620
27621 \begin_inset LatexCommand index
27622 name "Formula ! numbering|see{Formula numbering}"
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Subsection
27630 General
27631 \end_layout
27632
27633 \begin_layout Standard
27634 Numbered formulas can be created with the menu 
27635 \family sans
27636 Insert\SpecialChar \menuseparator
27637 Math\SpecialChar \menuseparator
27638 Numbered\InsetSpace ~
27639 Formula
27640 \family default
27641  (shortcut 
27642 \family sans
27643 Ctrl-Alt\InsetSpace ~
27644 n
27645 \family default
27646 ).
27647  Existing formulas can be numbered with the menu 
27648 \family sans
27649 Edit\SpecialChar \menuseparator
27650 Math\SpecialChar \menuseparator
27651 Toggle\InsetSpace ~
27652 Numbering
27653 \family default
27654  (shortcut 
27655 \family sans
27656 Alt-m\InsetSpace ~
27657 n
27658 \family default
27659 ).
27660  The formula number is displayed in LyX behind the formula as number sign
27661  in parentheses.
27662  The number sign is replaced in the output by the formula number.
27663 \end_layout
27664
27665 \begin_layout Standard
27666 When numbering is turned on in multiline formulas, all lines will be numbered.
27667  But the numbering can be controlled with the menu 
27668 \family sans
27669 Edit\SpecialChar \menuseparator
27670 Math\SpecialChar \menuseparator
27671 Toggle\InsetSpace ~
27672 Numbering\InsetSpace ~
27673 of\InsetSpace ~
27674 Line
27675 \family default
27676  (shortcut 
27677 \family sans
27678 Alt-m\InsetSpace ~
27679 N
27680 \family default
27681 ) for every line.
27682 \end_layout
27683
27684 \begin_layout Standard
27685 Except of inline formulas, all formulas can be numbered with two different
27686  styles, see 
27687 \begin_inset LatexCommand ref
27688 reference "sec:Formula-Styles"
27689
27690 \end_inset
27691
27692 .
27693 \end_layout
27694
27695 \begin_layout Subsection
27696 Cross-References
27697 \begin_inset LatexCommand label
27698 name "sub:Cross-References"
27699
27700 \end_inset
27701
27702
27703 \begin_inset LatexCommand index
27704 name "Cross-references ! to formulas"
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Standard
27712 All labeled formulas can be cross-referenced.
27713  A label is added by the menu 
27714 \family sans
27715 Insert\SpecialChar \menuseparator
27716 Label
27717 \family default
27718  or the toolbar button 
27719 \begin_inset Graphics
27720         filename ../images/label-insert.png
27721         scale 85
27722
27723 \end_inset
27724
27725 .
27726  The cursor must hereby be inside a displayed formula.
27727  A dialog pops up displaying the prefix 
27728 \series bold
27729 eq:
27730 \series default
27731  in a text field.
27732  The label is inserted there behind the prefix.
27733  The predefined prefix means 
27734 \begin_inset Quotes eld
27735 \end_inset
27736
27737 equation
27738 \begin_inset Quotes erd
27739 \end_inset
27740
27741  and makes it easier to find labels in large documents because it marks
27742  it as formula label to divide it from e.\InsetSpace \thinspace{}
27743 g.\InsetSpace ~
27744 section labels.
27745  To change a label, the menu 
27746 \family sans
27747 Insert\SpecialChar \menuseparator
27748 Label
27749 \family default
27750  is used again.
27751 \end_layout
27752
27753 \begin_layout Standard
27754 The name of the label is displayed in LyX within two parentheses behind
27755  formula.
27756  A formula with a label is always numbered.
27757  The label is deleted when the numbering is turned off.
27758  This is at the moment the only way to delete a label, see 
27759 \begin_inset ERT
27760 status collapsed
27761
27762 \begin_layout Standard
27763
27764
27765 \backslash
27766 href{http://bugzilla.lyx.org/show_bug.cgi?id=2556}{
27767 \end_layout
27768
27769 \end_inset
27770
27771 LyX-bug #2556
27772 \begin_inset ERT
27773 status collapsed
27774
27775 \begin_layout Standard
27776
27777 }
27778 \end_layout
27779
27780 \end_inset
27781
27782 .
27783 \end_layout
27784
27785 \begin_layout Standard
27786 Cross-references are inserted via the menu 
27787 \family sans
27788 Insert\SpecialChar \menuseparator
27789 Cross-Reference
27790 \family default
27791  or with the toolbar button 
27792 \begin_inset Graphics
27793         filename ../images/dialog-show-new-inset_ref.png
27794         scale 85
27795
27796 \end_inset
27797
27798 .
27799  A formula cross-reference appears in the output as formula number.
27800  When in the cross-reference dialog window the format 
27801 \series bold
27802 (<reference>)
27803 \series default
27804  is chosen, the cross-reference appears in the output as formula number
27805  in parentheses.
27806 \newline
27807 By right-clicking on a cross-reference in LyX, one jumps
27808  to the formula that is referenced.
27809 \end_layout
27810
27811 \begin_layout Standard
27812 Here are as examples cross-references to formulas of the following subsections:
27813 \begin_inset Note Note
27814 status open
27815
27816 \begin_layout Standard
27817 Note the different cross-reference types.
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \begin_layout Standard
27826 The equations 
27827 \begin_inset LatexCommand eqref
27828 reference "eq:tag"
27829
27830 \end_inset
27831
27832  and 
27833 \begin_inset LatexCommand eqref
27834 reference "eq:c"
27835
27836 \end_inset
27837
27838  are equivalent.
27839  In (
27840 \begin_inset LatexCommand ref
27841 reference "eq:Lat"
27842
27843 \end_inset
27844
27845 ) big Latin letters are used for the numbering in contrary to (
27846 \begin_inset LatexCommand ref
27847 reference "eq:Rom"
27848
27849 \end_inset
27850
27851 ).
27852 \end_layout
27853
27854 \begin_layout Standard
27855 \begin_inset VSpace medskip
27856 \end_inset
27857
27858 When the argument of 
27859 \series bold
27860
27861 \backslash
27862 tag
27863 \begin_inset Foot
27864 status collapsed
27865
27866 \begin_layout Standard
27867
27868 \series bold
27869
27870 \backslash
27871 tag
27872 \series default
27873  is described in 
27874 \begin_inset LatexCommand ref
27875 reference "sub:User-defined-Numbering"
27876
27877 \end_inset
27878
27879 .
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \series default
27886  contains a box like in 
27887 \begin_inset LatexCommand ref
27888 reference "sub:Paragraph-Boxes"
27889
27890 \end_inset
27891
27892 , the formula cannot be referenced.
27893 \end_layout
27894
27895 \begin_layout Subsection
27896 Subnumbering
27897 \begin_inset LatexCommand index
27898 name "Formula numbering ! subnumbering"
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Standard
27906 With the help of the commands 
27907 \series bold
27908
27909 \backslash
27910 begin{subequations}
27911 \series default
27912  and 
27913 \series bold
27914
27915 \backslash
27916 end{subequations}
27917 \series default
27918  formulas can be subnumbered.
27919  Both commands are inserted in TeX-mode.
27920 \end_layout
27921
27922 \begin_layout Standard
27923 An example:
27924 \begin_inset Formula \begin{equation}
27925 A=C-B\label{eq:a}\end{equation}
27926
27927 \end_inset
27928
27929
27930 \begin_inset ERT
27931 status collapsed
27932
27933 \begin_layout Standard
27934
27935
27936 \backslash
27937 addtocounter{equation}{-1}
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \begin_inset ERT
27944 status collapsed
27945
27946 \begin_layout Standard
27947
27948
27949 \backslash
27950 begin{subequations}
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \begin_inset VSpace -5mm
27957 \end_inset
27958
27959
27960 \begin_inset Formula \begin{equation}
27961 B=C-A\label{eq:b}\end{equation}
27962
27963 \end_inset
27964
27965
27966 \begin_inset Formula \begin{equation}
27967 C=A+B\label{eq:c}\end{equation}
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Standard
27975 \begin_inset ERT
27976 status collapsed
27977
27978 \begin_layout Standard
27979
27980
27981 \backslash
27982 end{subequations}
27983 \end_layout
27984
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \begin_layout Standard
27991 To create the example, the following is done:
27992 \end_layout
27993
27994 \begin_layout Enumerate
27995 first formula is inserted
27996 \end_layout
27997
27998 \begin_layout Enumerate
27999
28000 \series bold
28001
28002 \backslash
28003 addtocounter{equation}{-1} 
28004 \backslash
28005 begin{subequations}
28006 \begin_inset LatexCommand index
28007 name "Commands ! A ! \\textbackslash addtocounter"
28008
28009 \end_inset
28010
28011
28012 \newline
28013
28014 \series default
28015 is inserted after the first formula
28016 \end_layout
28017
28018 \begin_layout Enumerate
28019 second formula is inserted
28020 \end_layout
28021
28022 \begin_layout Enumerate
28023 third formula is inserted
28024 \end_layout
28025
28026 \begin_layout Enumerate
28027
28028 \series bold
28029
28030 \backslash
28031 end{subequations}
28032 \series default
28033  is inserted after the third formula
28034 \end_layout
28035
28036 \begin_layout Standard
28037 Every formula between the commands 
28038 \series bold
28039
28040 \backslash
28041 begin
28042 \series default
28043  and 
28044 \series bold
28045
28046 \backslash
28047 end
28048 \series default
28049  is subnumbered as a, b, 
28050 \begin_inset ERT
28051 status collapsed
28052
28053 \begin_layout Standard
28054
28055
28056 \backslash
28057 linebreak 
28058 \end_layout
28059
28060 \end_inset
28061
28062 c, \SpecialChar \ldots{}
28063  For multiline formulas every line will be subnumbered.
28064  All subnumbered formulas are treated as 
28065 \emph on
28066 one
28067 \emph default
28068  numbered formula.
28069  But as every numbered formula increases the counter 
28070 \series bold
28071 equation
28072 \series default
28073  by one, the command 
28074 \series bold
28075
28076 \backslash
28077 addtocounter
28078 \series default
28079  is needed to decrease it.
28080  Otherwise the formulas 
28081 \begin_inset LatexCommand eqref
28082 reference "eq:a"
28083
28084 \end_inset
28085
28086
28087 \begin_inset LatexCommand eqref
28088 reference "eq:b"
28089
28090 \end_inset
28091
28092
28093 \begin_inset LatexCommand eqref
28094 reference "eq:c"
28095
28096 \end_inset
28097
28098  would be numbered as 
28099 \begin_inset LatexCommand eqref
28100 reference "eq:a"
28101
28102 \end_inset
28103
28104
28105 \begin_inset LatexCommand eqref
28106 reference "eq:d"
28107
28108 \end_inset
28109
28110
28111 \begin_inset LatexCommand eqref
28112 reference "eq:f"
28113
28114 \end_inset
28115
28116 .
28117 \end_layout
28118
28119 \begin_layout Standard
28120 By inserting the commands in TeX-mode, a space is created between the first
28121  two formulas.
28122  To revert this -5\InsetSpace \thinspace{}
28123 mm vertical space is inserted after the command 
28124 \series bold
28125
28126 \backslash
28127 begin{subequations}
28128 \series default
28129 .
28130  When the formula style 
28131 \series bold
28132 Indented
28133 \begin_inset Foot
28134 status collapsed
28135
28136 \begin_layout Standard
28137 formula styles see 
28138 \begin_inset LatexCommand ref
28139 reference "sec:Formula-Styles"
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \series default
28150  is used, -7\InsetSpace \thinspace{}
28151 mm space is inserted instead.
28152 \end_layout
28153
28154 \begin_layout Standard
28155 Here is an example for a multiline formula where the numbering was turned
28156  off for the second line:
28157 \begin_inset ERT
28158 status collapsed
28159
28160 \begin_layout Standard
28161
28162
28163 \backslash
28164 begin{subequations}
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \begin_inset Formula \begin{eqnarray}
28171 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
28172  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
28173  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
28174
28175 \end_inset
28176
28177
28178 \begin_inset ERT
28179 status collapsed
28180
28181 \begin_layout Standard
28182
28183
28184 \backslash
28185 end{subequations}
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Subsection
28194 User-defined Numbering
28195 \begin_inset LatexCommand label
28196 name "sub:User-defined-Numbering"
28197
28198 \end_inset
28199
28200
28201 \begin_inset LatexCommand index
28202 name "Formula numbering ! user-defined"
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Standard
28210 \begin_inset LatexCommand index
28211 name "Formula numbering ! self-defined delimiters"
28212
28213 \end_inset
28214
28215 With the standard numbering parentheses are set around the formula number.
28216  To replace the parentheses for example by vertical bars, the following
28217  line is added to the LaTeX-preamble:
28218 \end_layout
28219
28220 \begin_layout Standard
28221
28222 \series bold
28223
28224 \backslash
28225 def
28226 \backslash
28227 tagform@#1{
28228 \backslash
28229 maketag@@@{|#1|}}
28230 \series default
28231
28232 \begin_inset Note Note
28233 status collapsed
28234
28235 \begin_layout Standard
28236 This macro is already declared in the LaTeX-preamble for testing.
28237  To activate it, remove the percent sign at the beginning.
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Standard
28246 To use other characters, the vertical bars besides the 
28247 \series bold
28248 #1
28249 \series default
28250  are replaced by one ore more characters.
28251  To get only the formula number the vertical bars are omitted.
28252 \end_layout
28253
28254 \begin_layout Standard
28255 \begin_inset VSpace bigskip
28256 \end_inset
28257
28258 When there should be an expression of your choice instead of the consecutive
28259  formula number in parentheses behind the formula, the command 
28260 \series bold
28261
28262 \backslash
28263 tag
28264 \series default
28265
28266 \begin_inset LatexCommand index
28267 name "Commands ! T ! \\textbackslash tag"
28268
28269 \end_inset
28270
28271  is used:
28272 \begin_inset Formula \begin{equation}
28273 A+B=C\tag{something}\label{eq:tag}\end{equation}
28274
28275 \end_inset
28276
28277 In this example the command 
28278 \series bold
28279
28280 \backslash
28281 tag
28282 \begin_inset ERT
28283 status collapsed
28284
28285 \begin_layout Standard
28286
28287
28288 \backslash
28289 spce 
28290 \end_layout
28291
28292 \end_inset
28293
28294 something
28295 \series default
28296  was inserted to the formula.
28297 \end_layout
28298
28299 \begin_layout Standard
28300 When the command 
28301 \series bold
28302
28303 \backslash
28304 tag*
28305 \begin_inset ERT
28306 status collapsed
28307
28308 \begin_layout Standard
28309
28310
28311 \backslash
28312 spce 
28313 \end_layout
28314
28315 \end_inset
28316
28317 something
28318 \series default
28319  is inserted instead, the star prevents the parentheses around the expression:
28320 \begin_inset Formula \[
28321 A+B=C\tag*{something}\]
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Standard
28329 \begin_inset VSpace bigskip
28330 \end_inset
28331
28332 To restart the formula numbering with new document parts or sections, the
28333  following command is used:
28334 \end_layout
28335
28336 \begin_layout Standard
28337
28338 \series bold
28339
28340 \backslash
28341 @addtoreset{equation}{part}
28342 \series default
28343
28344 \begin_inset LatexCommand index
28345 name "Commands ! \"@\" ! \\textbackslash \"@\"addtoreset"
28346
28347 \end_inset
28348
28349
28350 \newline
28351 resp.
28352 \newline
28353
28354 \series bold
28355
28356 \backslash
28357 @addtoreset{equation}{section}
28358 \end_layout
28359
28360 \begin_layout Standard
28361 To be able to use these commands in TeX-mode, the 
28362 \begin_inset Quotes eld
28363 \end_inset
28364
28365 @
28366 \begin_inset Quotes erd
28367 \end_inset
28368
28369  character has to be made 
28370 \begin_inset Quotes eld
28371 \end_inset
28372
28373 active
28374 \begin_inset Quotes erd
28375 \end_inset
28376
28377  for LaTeX using the command 
28378 \series bold
28379
28380 \backslash
28381 makeatletter.
28382
28383 \series default
28384  The command 
28385 \series bold
28386
28387 \backslash
28388 makeatother
28389 \series default
28390  reverts this.
28391  So the command sequence in TeX-mode is:
28392 \end_layout
28393
28394 \begin_layout Standard
28395
28396 \series bold
28397
28398 \backslash
28399 makeatletter
28400 \newline
28401
28402 \backslash
28403 @addtoreset{equation}{section}
28404 \newline
28405
28406 \backslash
28407 makeatother
28408 \end_layout
28409
28410 \begin_layout Standard
28411 In the LaTeX-preamble 
28412 \series bold
28413
28414 \backslash
28415 makeatletter
28416 \series default
28417  and 
28418 \series bold
28419
28420 \backslash
28421 makeatother
28422 \series default
28423  can be omitted as they are automatically internally inserted by LyX.
28424 \end_layout
28425
28426 \begin_layout Standard
28427 To revert 
28428 \series bold
28429
28430 \backslash
28431 @addtoreset
28432 \series default
28433 , the file 
28434 \series bold
28435 remreset.sty
28436 \series default
28437
28438 \begin_inset Foot
28439 status collapsed
28440
28441 \begin_layout Standard
28442
28443 \series bold
28444 remreset
28445 \series default
28446  is part of the LaTeX-package 
28447 \series bold
28448 carlisle
28449 \series default
28450
28451 \begin_inset LatexCommand index
28452 name "Packages ! carlisle"
28453
28454 \end_inset
28455
28456  that is part of every LaTeX standard installation.
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \begin_inset LatexCommand index
28463 name "Packages ! remreset"
28464
28465 \end_inset
28466
28467  has to be loaded in the LaTeX-preamble with the line
28468 \end_layout
28469
28470 \begin_layout Standard
28471
28472 \series bold
28473
28474 \backslash
28475 usepackage{remreset}
28476 \end_layout
28477
28478 \begin_layout Standard
28479 Then the command 
28480 \series bold
28481
28482 \backslash
28483 @removefromreset
28484 \series default
28485
28486 \begin_inset LatexCommand index
28487 name "Commands ! \"@\" ! \\textbackslash \"@\"removefromreset"
28488
28489 \end_inset
28490
28491  can be used with the same scheme as 
28492 \series bold
28493
28494 \backslash
28495 @addtoreset
28496 \series default
28497 .
28498 \end_layout
28499
28500 \begin_layout Standard
28501 \begin_inset VSpace bigskip
28502 \end_inset
28503
28504 Sometimes formulas should be numbered in the following form:
28505 \end_layout
28506
28507 \begin_layout Standard
28508
28509 \family typewriter
28510 (section number.formula number)
28511 \end_layout
28512
28513 \begin_layout Standard
28514 The formula number should start with every section with 
28515 \begin_inset Quotes eld
28516 \end_inset
28517
28518 1
28519 \begin_inset Quotes erd
28520 \end_inset
28521
28522 .
28523 \end_layout
28524
28525 \begin_layout Standard
28526 For this case there is the command 
28527 \series bold
28528
28529 \backslash
28530 numberwithin
28531 \series default
28532
28533 \begin_inset LatexCommand index
28534 name "Commands ! N ! \\textbackslash numberwithin"
28535
28536 \end_inset
28537
28538 , which is used with the following scheme:
28539 \end_layout
28540
28541 \begin_layout Standard
28542
28543 \series bold
28544
28545 \backslash
28546 numberwithin{counter}{sectioning}
28547 \end_layout
28548
28549 \begin_layout Standard
28550 Counter denotes what kind of numbering is affected, sectioning denotes what
28551  number is before the dot.
28552 \end_layout
28553
28554 \begin_layout Standard
28555 Thus in our case the following LaTeX-preamble or ERT line is used:
28556 \end_layout
28557
28558 \begin_layout Standard
28559
28560 \series bold
28561
28562 \backslash
28563 numberwithin{equation}{section}
28564 \end_layout
28565
28566 \begin_layout Standard
28567 This is the result:
28568 \begin_inset ERT
28569 status collapsed
28570
28571 \begin_layout Standard
28572
28573
28574 \backslash
28575 numberwithin{equation}{section}
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \begin_inset Formula \begin{equation}
28582 A+B=C\end{equation}
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \begin_layout Standard
28590 To number e.\InsetSpace \thinspace{}
28591 g.\InsetSpace ~
28592 tables so that the number of the part is the sectioning,
28593 \newline
28594
28595 \series bold
28596
28597 \backslash
28598 numberwithin{table}{part}
28599 \series default
28600  is used.
28601 \end_layout
28602
28603 \begin_layout Standard
28604 To go back to the standard numbering or to prevent this kind of numbering
28605  when it is defined by the document class, the following command is inserted
28606  as ERT or to the LaTeX-preamble:
28607 \end_layout
28608
28609 \begin_layout Standard
28610
28611 \series bold
28612
28613 \backslash
28614 renewcommand{
28615 \backslash
28616 theequation}{
28617 \backslash
28618 arabic{equation}}
28619 \begin_inset LatexCommand index
28620 name "Commands ! A ! \\textbackslash arabic"
28621
28622 \end_inset
28623
28624
28625 \series default
28626
28627 \begin_inset ERT
28628 status collapsed
28629
28630 \begin_layout Standard
28631
28632
28633 \backslash
28634 renewcommand{
28635 \backslash
28636 theequation}{
28637 \backslash
28638 arabic{equation}}
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \series bold
28645
28646 \newline
28647
28648 \series default
28649 or
28650 \series bold
28651
28652 \newline
28653
28654 \backslash
28655 renewcommand{
28656 \backslash
28657 thetable}{
28658 \backslash
28659 arabic{table}}
28660 \end_layout
28661
28662 \begin_layout Standard
28663
28664 \series bold
28665
28666 \backslash
28667 numberwithin
28668 \series default
28669  uses internally the command 
28670 \series bold
28671
28672 \backslash
28673 @addtoreset
28674 \series default
28675 , described above, that also needs to be reverted.
28676 \begin_inset ERT
28677 status collapsed
28678
28679 \begin_layout Standard
28680
28681
28682 \backslash
28683 makeatletter
28684 \end_layout
28685
28686 \begin_layout Standard
28687
28688
28689 \backslash
28690 @removefromreset{equation}{section}
28691 \end_layout
28692
28693 \begin_layout Standard
28694
28695
28696 \backslash
28697 makeatother
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \begin_layout Subsection
28706 Numbering with Roman Numbers and Letters
28707 \begin_inset LatexCommand label
28708 name "sub:Numbering-with-Roman"
28709
28710 \end_inset
28711
28712
28713 \begin_inset LatexCommand index
28714 name "Formula numbering ! with letters"
28715
28716 \end_inset
28717
28718
28719 \begin_inset LatexCommand index
28720 name "Formula numbering ! with Roman numbers"
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \begin_layout Standard
28728 Formulas can also be numbered with Roman numbers and Latin letters.
28729  To number for example with small Roman numbers, the command
28730 \end_layout
28731
28732 \begin_layout Standard
28733
28734 \series bold
28735
28736 \backslash
28737 renewcommand{
28738 \backslash
28739 theequation}{
28740 \backslash
28741 roman{equation}}
28742 \end_layout
28743
28744 \begin_layout Standard
28745 is inserted before the formula in TeX-mode.
28746  
28747 \series bold
28748
28749 \backslash
28750 renewcommand
28751 \series default
28752
28753 \begin_inset LatexCommand index
28754 name "Commands ! R ! \\textbackslash renewcommand"
28755
28756 \end_inset
28757
28758  redefines the predefined command 
28759 \series bold
28760
28761 \backslash
28762 theequation
28763 \series default
28764  to the command 
28765 \series bold
28766
28767 \backslash
28768 roman{equation}
28769 \series default
28770
28771 \begin_inset Foot
28772 status collapsed
28773
28774 \begin_layout Standard
28775 The command 
28776 \series bold
28777
28778 \backslash
28779 renewcommand
28780 \series default
28781  has the same scheme like the command 
28782 \series bold
28783
28784 \backslash
28785 newcommand
28786 \series default
28787  that is described in 
28788 \begin_inset LatexCommand ref
28789 reference "sec:User-defined-commands"
28790
28791 \end_inset
28792
28793 .
28794 \end_layout
28795
28796 \end_inset
28797
28798 .
28799  
28800 \series bold
28801 equation
28802 \series default
28803  is the formula counter.
28804  When the command 
28805 \series bold
28806
28807 \backslash
28808 the
28809 \series default
28810  is used as prefix for a counter, the value of the counter is output as
28811  Arabic number.
28812  When a formula is numbered, LaTeX sets internally the command 
28813 \series bold
28814
28815 \backslash
28816 theequation
28817 \series default
28818  behind the formula.
28819  
28820 \series bold
28821
28822 \backslash
28823 roman{equation}
28824 \begin_inset LatexCommand index
28825 name "Commands ! R ! \\textbackslash roman"
28826
28827 \end_inset
28828
28829
28830 \series default
28831  outputs the counter as small Roman number.
28832 \end_layout
28833
28834 \begin_layout Standard
28835 All formulas behind the command 
28836 \series bold
28837
28838 \backslash
28839 renew
28840 \series default
28841 c
28842 \series bold
28843 ommand
28844 \series default
28845  are now numbered Roman.
28846  To switch to numbering with big Roman numbers, the command is inserted
28847  again, but 
28848 \series bold
28849
28850 \backslash
28851 roman
28852 \series default
28853  is replaced by 
28854 \series bold
28855
28856 \backslash
28857 Roman
28858 \series default
28859
28860 \begin_inset LatexCommand index
28861 name "Commands ! R ! \\textbackslash roman@\\textbackslash Roman"
28862
28863 \end_inset
28864
28865 .
28866  To 
28867 \begin_inset Quotes eld
28868 \end_inset
28869
28870 number
28871 \begin_inset Quotes erd
28872 \end_inset
28873
28874  with small Latin letters there is the command 
28875 \series bold
28876
28877 \backslash
28878 alph
28879 \series default
28880
28881 \begin_inset LatexCommand index
28882 name "Commands ! A ! \\textbackslash alph"
28883
28884 \end_inset
28885
28886 , for big ones there is the command 
28887 \series bold
28888
28889 \backslash
28890 Alph
28891 \series default
28892
28893 \begin_inset LatexCommand index
28894 name "Commands ! A ! \\textbackslash alph@\\textbackslash Alph"
28895
28896 \end_inset
28897
28898 .
28899 \end_layout
28900
28901 \begin_layout Standard
28902 \begin_inset Note Greyedout
28903 status open
28904
28905 \begin_layout Standard
28906
28907 \series bold
28908 Note:
28909 \series default
28910  Only maximal 26 formulas can be numbered with Latin letters in one document.
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Standard
28919 \begin_inset ERT
28920 status collapsed
28921
28922 \begin_layout Standard
28923
28924
28925 \backslash
28926 renewcommand{
28927 \backslash
28928 theequation}{
28929 \backslash
28930 roman{equation}}
28931 \end_layout
28932
28933 \end_inset
28934
28935
28936 \end_layout
28937
28938 \begin_layout Standard
28939 \begin_inset Formula \begin{equation}
28940 A=\textrm{small roman}\label{eq:rom}\end{equation}
28941
28942 \end_inset
28943
28944
28945 \begin_inset ERT
28946 status collapsed
28947
28948 \begin_layout Standard
28949
28950
28951 \backslash
28952 renewcommand{
28953 \backslash
28954 theequation}{
28955 \backslash
28956 Roman{equation}}
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \begin_inset Formula \begin{equation}
28963 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
28964
28965 \end_inset
28966
28967
28968 \begin_inset ERT
28969 status collapsed
28970
28971 \begin_layout Standard
28972
28973
28974 \backslash
28975 renewcommand{
28976 \backslash
28977 theequation}{
28978 \backslash
28979 alph{equation}}
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \begin_inset Formula \begin{equation}
28986 C=\textrm{small Latin}\label{eq:lat}\end{equation}
28987
28988 \end_inset
28989
28990
28991 \begin_inset ERT
28992 status collapsed
28993
28994 \begin_layout Standard
28995
28996
28997 \backslash
28998 renewcommand{
28999 \backslash
29000 theequation}{
29001 \backslash
29002 Alph{equation}}
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \begin_inset Formula \begin{equation}
29009 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Standard
29017 To switch back to the default numbering, insert the command:
29018 \end_layout
29019
29020 \begin_layout Standard
29021
29022 \series bold
29023
29024 \backslash
29025 renewcommand{
29026 \backslash
29027 theequation}{
29028 \backslash
29029 arabic{equation}}
29030 \begin_inset LatexCommand index
29031 name "Commands ! A ! \\textbackslash arabic"
29032
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \begin_layout Standard
29039 \begin_inset ERT
29040 status collapsed
29041
29042 \begin_layout Standard
29043
29044
29045 \backslash
29046 renewcommand{
29047 \backslash
29048 theequation}{
29049 \backslash
29050 arabic{equation}}
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \begin_inset Formula \begin{equation}
29057 E=\textrm{Arabic}\label{eq:arab}\end{equation}
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Standard
29065 \begin_inset VSpace medskip
29066 \end_inset
29067
29068 As you see, formulas are numbered serially independent from the numbering
29069  style.
29070  When then numbering should start with 
29071 \begin_inset Quotes eld
29072 \end_inset
29073
29074 1
29075 \begin_inset Quotes erd
29076 \end_inset
29077
29078  when the style is changed, new equation counters have to be defined.
29079  A description about this can be found in the file 
29080 \begin_inset ERT
29081 status collapsed
29082
29083 \begin_layout Standard
29084
29085
29086 \backslash
29087 href{Formula-numbering.pdf}{
29088 \end_layout
29089
29090 \end_inset
29091
29092 Formula-numbering.pdf
29093 \begin_inset ERT
29094 status collapsed
29095
29096 \begin_layout Standard
29097
29098 }
29099 \end_layout
29100
29101 \end_inset
29102
29103 .
29104 \begin_inset Note Note
29105 status collapsed
29106
29107 \begin_layout Standard
29108 More about the command 
29109 \series bold
29110
29111 \backslash
29112 href
29113 \series default
29114 , see section 
29115 \begin_inset LatexCommand ref
29116 reference "sub:Links-in-DVI-"
29117
29118 \end_inset
29119
29120
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Section
29129 User-defined commands
29130 \begin_inset LatexCommand label
29131 name "sec:User-defined-commands"
29132
29133 \end_inset
29134
29135
29136 \begin_inset LatexCommand index
29137 name "User-defined commands"
29138
29139 \end_inset
29140
29141
29142 \end_layout
29143
29144 \begin_layout Standard
29145 Many LaTeX-commands are too long to be used frequently.
29146  But it is possible to define with the command 
29147 \series bold
29148
29149 \backslash
29150 newcommand
29151 \series default
29152
29153 \begin_inset LatexCommand index
29154 name "Commands ! N ! \\textbackslash newcommand"
29155
29156 \end_inset
29157
29158  new shorter commands.
29159 \end_layout
29160
29161 \begin_layout Standard
29162 The command scheme of 
29163 \series bold
29164
29165 \backslash
29166 newcommand
29167 \series default
29168  is:
29169 \end_layout
29170
29171 \begin_layout Standard
29172
29173 \series bold
29174
29175 \backslash
29176 newcommand{new command name}[number of arguments][optional
29177 \series default
29178  
29179 \series bold
29180 value]
29181 \newline
29182
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Standard
29187
29188
29189 \backslash
29190 phantom{
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \backslash
29197 newcommand
29198 \begin_inset ERT
29199 status collapsed
29200
29201 \begin_layout Standard
29202
29203 }
29204 \end_layout
29205
29206 \end_inset
29207
29208 {command definition}
29209 \end_layout
29210
29211 \begin_layout Standard
29212 \begin_inset Note Greyedout
29213 status open
29214
29215 \begin_layout Standard
29216
29217 \series bold
29218 Note:
29219 \series default
29220  Assure that the name of the new command is not already used in your document
29221  or by LaTeX-packages that you use.
29222  When you for example define the command 
29223 \series bold
29224
29225 \backslash
29226 le
29227 \series default
29228  for 
29229 \series bold
29230
29231 \backslash
29232 Leftarrow
29233 \series default
29234 , you get an error message because 
29235 \series bold
29236
29237 \backslash
29238 le
29239 \series default
29240  is already defined as command for 
29241 \begin_inset Quotes eld
29242 \end_inset
29243
29244
29245 \begin_inset Formula $\le$
29246 \end_inset
29247
29248
29249 \begin_inset Quotes erd
29250 \end_inset
29251
29252 .
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \begin_layout Standard
29261 \begin_inset Note Greyedout
29262 status open
29263
29264 \begin_layout Standard
29265
29266 \series bold
29267 Note:
29268 \series default
29269  The names of user-defined commands may only consist of Latin letters.
29270 \end_layout
29271
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \begin_layout Standard
29278 The number of arguments is an integer in the range 0\InsetSpace \thinspace{}
29279 -\InsetSpace \thinspace{}
29280 9 and specifies how
29281  many arguments the new command should have.
29282  With the optional value a value for an optional argument can be predefined.
29283  When this is done, the 
29284 \emph on
29285 first
29286 \emph default
29287  
29288 \emph on
29289 a
29290 \emph default
29291 rgument of the new command is automatically an optional one.
29292 \end_layout
29293
29294 \begin_layout Standard
29295 Here are some examples:
29296 \end_layout
29297
29298 \begin_layout Itemize
29299 To define the command 
29300 \series bold
29301
29302 \backslash
29303 gr
29304 \series default
29305  for 
29306 \series bold
29307
29308 \backslash
29309 Longrightarrow
29310 \series default
29311 , the LaTeX-preamble line is:
29312 \begin_inset ERT
29313 status collapsed
29314
29315 \begin_layout Standard
29316
29317
29318 \backslash
29319 medskip
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \series bold
29326
29327 \newline
29328
29329 \backslash
29330 newcommand{
29331 \backslash
29332 gr}{
29333 \backslash
29334 Longrightarrow}
29335 \end_layout
29336
29337 \begin_layout Itemize
29338 To define the command 
29339 \series bold
29340
29341 \backslash
29342 us
29343 \series default
29344  for 
29345 \series bold
29346
29347 \backslash
29348 underline
29349 \series default
29350 , the argument (that should be underlined) must be taken into account.
29351  For this the preamble line is:
29352 \begin_inset ERT
29353 status collapsed
29354
29355 \begin_layout Standard
29356
29357
29358 \backslash
29359 medskip
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \series bold
29366
29367 \newline
29368
29369 \backslash
29370 newcommand{
29371 \backslash
29372 us}[1]{
29373 \backslash
29374 underline{#1}}
29375 \series default
29376
29377 \begin_inset ERT
29378 status collapsed
29379
29380 \begin_layout Standard
29381
29382
29383 \backslash
29384 medskip
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \series bold
29391
29392 \newline
29393
29394 \series default
29395 The character 
29396 \series bold
29397 #
29398 \series default
29399  acts as argument placeholder, the 
29400 \series bold
29401 1
29402 \series default
29403  behind it denotes that it is the placeholder for the first argument.
29404 \end_layout
29405
29406 \begin_layout Itemize
29407 For 
29408 \series bold
29409
29410 \backslash
29411 framebox
29412 \series default
29413  one can e.\InsetSpace \thinspace{}
29414 g.\InsetSpace ~
29415 define the command 
29416 \series bold
29417
29418 \backslash
29419 fb
29420 \series default
29421 :
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Standard
29426
29427
29428 \backslash
29429 medskip
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \series bold
29436
29437 \newline
29438
29439 \backslash
29440 newcommand{
29441 \backslash
29442 fb}[3]{
29443 \backslash
29444 framebox#1#2{$#3$}}
29445 \series default
29446
29447 \begin_inset ERT
29448 status collapsed
29449
29450 \begin_layout Standard
29451
29452
29453 \backslash
29454 medskip
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \series bold
29461
29462 \newline
29463
29464 \series default
29465 The two Dollar signs creates the extra formula needed for 
29466 \series bold
29467
29468 \backslash
29469 framebox
29470 \series default
29471 , see 
29472 \begin_inset LatexCommand ref
29473 reference "sub:Boxes-with-Frame"
29474
29475 \end_inset
29476
29477 .
29478 \end_layout
29479
29480 \begin_layout Itemize
29481 To create a new command for 
29482 \series bold
29483
29484 \backslash
29485 fcolorbox
29486 \series default
29487  where the color for the box needn't to be specified, the argument for the
29488  color is defined optional:
29489 \begin_inset ERT
29490 status collapsed
29491
29492 \begin_layout Standard
29493
29494
29495 \backslash
29496 medskip
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \series bold
29503
29504 \newline
29505
29506 \backslash
29507 newcommand{
29508 \backslash
29509 cb}[3][white]{
29510 \backslash
29511 fcolorbox{#2}{#1}{$#3$}}
29512 \series default
29513
29514 \begin_inset ERT
29515 status collapsed
29516
29517 \begin_layout Standard
29518
29519
29520 \backslash
29521 medskip
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \newline
29528 When the color is not specified when using 
29529 \series bold
29530
29531 \backslash
29532 cb
29533 \series default
29534 , the predefined color 
29535 \series bold
29536 white
29537 \series default
29538  will be used.
29539 \end_layout
29540
29541 \begin_layout Standard
29542 A test of the new defined commands:
29543 \end_layout
29544
29545 \begin_layout Standard
29546 \align center
29547 \begin_inset Tabular
29548 <lyxtabular version="3" rows="6" columns="2">
29549 <features>
29550 <column alignment="center" valignment="top" leftline="true" width="0">
29551 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
29552 <row topline="true" bottomline="true">
29553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29554 \begin_inset Text
29555
29556 \begin_layout Standard
29557 Command
29558 \end_layout
29559
29560 \end_inset
29561 </cell>
29562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29563 \begin_inset Text
29564
29565 \begin_layout Standard
29566 Result
29567 \begin_inset Note Note
29568 status collapsed
29569
29570 \begin_layout Standard
29571
29572 \series bold
29573
29574 \backslash
29575 raisebox
29576 \series default
29577  is only used as spacer.
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \end_inset
29586 </cell>
29587 </row>
29588 <row topline="true">
29589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29590 \begin_inset Text
29591
29592 \begin_layout Standard
29593 A
29594 \backslash
29595 gr
29596 \begin_inset ERT
29597 status collapsed
29598
29599 \begin_layout Standard
29600
29601
29602 \backslash
29603 spce 
29604 \end_layout
29605
29606 \end_inset
29607
29608 B
29609 \end_layout
29610
29611 \end_inset
29612 </cell>
29613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29614 \begin_inset Text
29615
29616 \begin_layout Standard
29617 \begin_inset Formula $A\gr B$
29618 \end_inset
29619
29620
29621 \end_layout
29622
29623 \end_inset
29624 </cell>
29625 </row>
29626 <row topline="true">
29627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29628 \begin_inset Text
29629
29630 \begin_layout Standard
29631
29632 \backslash
29633 us{ABcd
29634 \end_layout
29635
29636 \end_inset
29637 </cell>
29638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29639 \begin_inset Text
29640
29641 \begin_layout Standard
29642 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \end_inset
29649 </cell>
29650 </row>
29651 <row topline="true">
29652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29653 \begin_inset Text
29654
29655 \begin_layout Standard
29656
29657 \backslash
29658 fb{[2cm]
29659 \begin_inset Formula $\to$
29660 \end_inset
29661
29662
29663 \backslash
29664 {
29665 \begin_inset Formula $\to$
29666 \end_inset
29667
29668
29669 \backslash
29670 {
29671 \backslash
29672 int
29673 \begin_inset ERT
29674 status collapsed
29675
29676 \begin_layout Standard
29677
29678
29679 \backslash
29680 spce 
29681 \end_layout
29682
29683 \end_inset
29684
29685 A=B
29686 \end_layout
29687
29688 \end_inset
29689 </cell>
29690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29691 \begin_inset Text
29692
29693 \begin_layout Standard
29694 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
29695 \end_inset
29696
29697
29698 \end_layout
29699
29700 \end_inset
29701 </cell>
29702 </row>
29703 <row topline="true">
29704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29705 \begin_inset Text
29706
29707 \begin_layout Standard
29708
29709 \backslash
29710 cb{red
29711 \begin_inset Formula $\to$
29712 \end_inset
29713
29714
29715 \backslash
29716 {
29717 \backslash
29718 int
29719 \begin_inset ERT
29720 status collapsed
29721
29722 \begin_layout Standard
29723
29724
29725 \backslash
29726 spce 
29727 \end_layout
29728
29729 \end_inset
29730
29731 A=B
29732 \end_layout
29733
29734 \end_inset
29735 </cell>
29736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29737 \begin_inset Text
29738
29739 \begin_layout Standard
29740 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \end_inset
29747 </cell>
29748 </row>
29749 <row topline="true" bottomline="true">
29750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29751 \begin_inset Text
29752
29753 \begin_layout Standard
29754
29755 \backslash
29756 cb[green]
29757 \backslash
29758 {red
29759 \begin_inset Formula $\to$
29760 \end_inset
29761
29762
29763 \backslash
29764 {
29765 \backslash
29766 int
29767 \begin_inset ERT
29768 status collapsed
29769
29770 \begin_layout Standard
29771
29772
29773 \backslash
29774 spce 
29775 \end_layout
29776
29777 \end_inset
29778
29779 A=B
29780 \end_layout
29781
29782 \end_inset
29783 </cell>
29784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29785 \begin_inset Text
29786
29787 \begin_layout Standard
29788 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
29789 \end_inset
29790
29791
29792 \end_layout
29793
29794 \end_inset
29795 </cell>
29796 </row>
29797 </lyxtabular>
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Section
29805 Diagrams
29806 \begin_inset LatexCommand index
29807 name "Diagrams"
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815 To create diagrams, the LaTeX-package 
29816 \series bold
29817 amscd
29818 \begin_inset Foot
29819 status collapsed
29820
29821 \begin_layout Standard
29822
29823 \series bold
29824 amscd
29825 \series default
29826  is part of every LaTeX standard installation.
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \series default
29833
29834 \begin_inset LatexCommand index
29835 name "Packages ! amscd"
29836
29837 \end_inset
29838
29839  is needed.
29840  It is loaded in the LaTeX-preamble with the line
29841 \end_layout
29842
29843 \begin_layout Standard
29844
29845 \series bold
29846
29847 \backslash
29848 usepackage{amscd}
29849 \end_layout
29850
29851 \begin_layout Standard
29852 Diagrams visualize relations and look like this:
29853 \begin_inset Formula \[
29854 \begin{CD}A@>>>B@>>>C\\
29855 @AAA@.@VVV\\
29856 F@<<<E@<<<D\end{CD}\]
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \begin_layout Standard
29864 To get them, the command 
29865 \series bold
29866
29867 \backslash
29868 CD
29869 \begin_inset LatexCommand index
29870 name "Commands ! C ! \\textbackslash CD"
29871
29872 \end_inset
29873
29874
29875 \series default
29876  is inserted to a formula.
29877  A blue box appears with two dashed lines where further commands can be
29878  inserted.
29879  With 
29880 \family sans
29881 Ctrl-Return
29882 \family default
29883  a new line is created.
29884  Horizontal relations are inserted in odd, vertical in even formula lines.
29885 \end_layout
29886
29887 \begin_layout Standard
29888 To create the relations there are the following commands:
29889 \end_layout
29890
29891 \begin_layout Itemize
29892
29893 \series bold
29894 @<<<
29895 \series default
29896  creates a left arrow, 
29897 \series bold
29898 @>>>
29899 \series default
29900  a right arrow, and 
29901 \series bold
29902 @=
29903 \series default
29904  a long equal sign
29905 \end_layout
29906
29907 \begin_layout Itemize
29908
29909 \series bold
29910 @AAA
29911 \series default
29912  creates an up arrow, 
29913 \series bold
29914 @VVV
29915 \series default
29916  an down arrow, and 
29917 \series bold
29918 @|
29919 \series default
29920  a vertical equal sign
29921 \end_layout
29922
29923 \begin_layout Itemize
29924
29925 \series bold
29926 @.
29927
29928 \series default
29929  is a placeholder for non-existent relations
29930 \end_layout
29931
29932 \begin_layout Standard
29933 All arrows can be labeled as follows:
29934 \end_layout
29935
29936 \begin_layout Itemize
29937 Is text inserted between the first and second < or >, resp., it is placed
29938  above the arrow.
29939  When it is inserted between the second and third one, it appears under
29940  the arrow.
29941 \end_layout
29942
29943 \begin_layout Itemize
29944 When text for vertical arrows is inserted between the first and second A
29945  or V, resp., it is placed left beside the arrow.
29946  When it is inserted between the second and third one, it appears right
29947  beside the arrow.
29948  If the text contains an A or V, these letters must be set into a TeX-brace.
29949 \end_layout
29950
29951 \begin_layout Standard
29952 As example a diagram with all possible relations:
29953 \end_layout
29954
29955 \begin_layout Standard
29956 \begin_inset Formula \[
29957 \begin{CD}A@>j>>B@>>k>C@=F\\
29958 @AmAA@.@VV{V}V@|\\
29959 D@<<j<E@>k>>F@=C\end{CD}\]
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 The command for this is:
29968 \newline
29969
29970 \series bold
29971
29972 \backslash
29973 CD
29974 \begin_inset ERT
29975 status collapsed
29976
29977 \begin_layout Standard
29978
29979
29980 \backslash
29981 spce 
29982 \end_layout
29983
29984 \end_inset
29985
29986 A@>j>>B@>>k>C@=F Ctrl-Enter
29987 \newline
29988
29989 \begin_inset ERT
29990 status collapsed
29991
29992 \begin_layout Standard
29993
29994
29995 \backslash
29996 hphantom{
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \backslash
30003 CD
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Standard
30008
30009
30010 \backslash
30011 spce 
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \begin_inset ERT
30018 status collapsed
30019
30020 \begin_layout Standard
30021
30022 }
30023 \end_layout
30024
30025 \end_inset
30026
30027 @AmAA@.@VV
30028 \backslash
30029 {V
30030 \series default
30031
30032 \begin_inset Formula $\to$
30033 \end_inset
30034
30035
30036 \series bold
30037 V@| Ctrl-Enter
30038 \newline
30039
30040 \begin_inset ERT
30041 status collapsed
30042
30043 \begin_layout Standard
30044
30045
30046 \backslash
30047 hphantom{
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \backslash
30054 CD
30055 \begin_inset ERT
30056 status collapsed
30057
30058 \begin_layout Standard
30059
30060
30061 \backslash
30062 spce 
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Standard
30072
30073 }
30074 \end_layout
30075
30076 \end_inset
30077
30078 D@<<j<E@>k>>F@=C
30079 \end_layout
30080
30081 \begin_layout Standard
30082
30083 \newpage
30084
30085 \end_layout
30086
30087 \begin_layout Section
30088 Tips
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Standard
30093
30094
30095 \backslash
30096 texorpdfstring{
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \begin_inset Foot
30103 status collapsed
30104
30105 \begin_layout Standard
30106 Other useful math tips can be found in 
30107 \begin_inset LatexCommand cite
30108 key "Voss"
30109
30110 \end_inset
30111
30112 .
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Standard
30122
30123 }{}
30124 \end_layout
30125
30126 \end_inset
30127
30128
30129 \begin_inset Note Note
30130 status collapsed
30131
30132 \begin_layout Standard
30133
30134 \backslash
30135 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
30136 \end_layout
30137
30138 \begin_layout Standard
30139 More about 
30140 \backslash
30141 texorpdfstring is in section 
30142 \begin_inset LatexCommand ref
30143 reference "sub:Formulas-in-Section"
30144
30145 \end_inset
30146
30147 .
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \begin_inset LatexCommand index
30154 name "Tips"
30155
30156 \end_inset
30157
30158
30159 \begin_inset LatexCommand index
30160 name "Ions|see{Chemical characters}"
30161
30162 \end_inset
30163
30164
30165 \end_layout
30166
30167 \begin_layout Subsection
30168 Chemical Symbols and Equations
30169 \begin_inset LatexCommand label
30170 name "sub:Chemical-Symbols-and"
30171
30172 \end_inset
30173
30174
30175 \begin_inset LatexCommand index
30176 name "Chemical characters ! Symbols"
30177
30178 \end_inset
30179
30180
30181 \begin_inset LatexCommand index
30182 name "Chemical equations"
30183
30184 \end_inset
30185
30186
30187 \begin_inset LatexCommand index
30188 name "Symbols ! chemical"
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \begin_layout Standard
30196 An example text from chemistry:
30197 \end_layout
30198
30199 \begin_layout Quote
30200 The 
30201 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30202 \end_inset
30203
30204 -ion reacts with two 
30205 \begin_inset Formula $\mathrm{Na^{+}}$
30206 \end_inset
30207
30208 -ions to sodium sulfate 
30209 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30210 \end_inset
30211
30212 .
30213  The chemical equation for this is:
30214 \begin_inset Formula \[
30215 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
30216
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \begin_layout Standard
30223 This chemical equation can directly be created as formula.
30224  To avoid that the symbols appear italic, everything is highlighted and
30225  changed by the shortcut 
30226 \family sans
30227 Alt-c\InsetSpace ~
30228 r
30229 \family default
30230  to the upright font style.
30231 \begin_inset Foot
30232 status collapsed
30233
30234 \begin_layout Standard
30235 font styles
30236 \series bold
30237  
30238 \series default
30239 see 
30240 \begin_inset LatexCommand ref
30241 reference "sub:Font-Styles"
30242
30243 \end_inset
30244
30245
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Subsection
30254 Negative Numbers
30255 \begin_inset LatexCommand index
30256 name "Numbers ! negative"
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \begin_layout Standard
30264 Negative numbers often look ugly in formulas because the minus sign before
30265  the number is set with the same length as the minus operator sign.
30266  When writing the negative number in normal text, the minus sign appears
30267  correctly.
30268 \end_layout
30269
30270 \begin_layout Standard
30271 Thus, the problem disappears when converting the minus sign to mathematical
30272  text.
30273 \end_layout
30274
30275 \begin_layout Standard
30276 An example to visualize the problem:
30277 \end_layout
30278
30279 \begin_layout Standard
30280 \align center
30281 \begin_inset Tabular
30282 <lyxtabular version="3" rows="3" columns="2">
30283 <features>
30284 <column alignment="right" valignment="top" leftline="true" width="0">
30285 <column alignment="left" valignment="top" rightline="true" width="0">
30286 <row topline="true">
30287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30288 \begin_inset Text
30289
30290 \begin_layout Standard
30291 normal text:
30292 \end_layout
30293
30294 \end_inset
30295 </cell>
30296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30297 \begin_inset Text
30298
30299 \begin_layout Standard
30300 x = -2
30301 \end_layout
30302
30303 \end_inset
30304 </cell>
30305 </row>
30306 <row topline="true" bottomline="true">
30307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30308 \begin_inset Text
30309
30310 \begin_layout Standard
30311 formula:
30312 \end_layout
30313
30314 \end_inset
30315 </cell>
30316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30317 \begin_inset Text
30318
30319 \begin_layout Standard
30320 \begin_inset Formula $x=-2$
30321 \end_inset
30322
30323
30324 \end_layout
30325
30326 \end_inset
30327 </cell>
30328 </row>
30329 <row topline="true" bottomline="true">
30330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30331 \begin_inset Text
30332
30333 \begin_layout Standard
30334 solution:
30335 \end_layout
30336
30337 \end_inset
30338 </cell>
30339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30340 \begin_inset Text
30341
30342 \begin_layout Standard
30343 \begin_inset Formula $x=\textrm{-}2$
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \end_inset
30350 </cell>
30351 </row>
30352 </lyxtabular>
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Subsection
30360 Comma as Decimal Separator
30361 \begin_inset LatexCommand index
30362 name "Comma"
30363
30364 \end_inset
30365
30366
30367 \end_layout
30368
30369 \begin_layout Standard
30370 In LaTeX a comma inside a formula is used, according to the English convention,
30371  as number group separator.
30372  So there will be space added behind all commas in formulas.
30373 \end_layout
30374
30375 \begin_layout Standard
30376 To avoid this, the comma is highlighted and changed to mathematical text
30377  (shortcut 
30378 \family sans
30379 Alt-m\InsetSpace ~
30380 m
30381 \family default
30382 ).
30383 \end_layout
30384
30385 \begin_layout Standard
30386 To use all formula commas in the document as decimal separator, the file
30387  
30388 \series bold
30389 icomma.sty
30390 \series default
30391
30392 \begin_inset Foot
30393 status collapsed
30394
30395 \begin_layout Standard
30396
30397 \series bold
30398 icomma
30399 \series default
30400  is part of the LaTeX-package 
30401 \series bold
30402 was
30403 \series default
30404
30405 \begin_inset LatexCommand index
30406 name "Packages ! was\\vspace{4mm}"
30407
30408 \end_inset
30409
30410 .
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \begin_inset LatexCommand index
30417 name "Packages ! icomma"
30418
30419 \end_inset
30420
30421  is loaded with the LaTeX-preamble line
30422 \end_layout
30423
30424 \begin_layout Standard
30425
30426 \series bold
30427
30428 \backslash
30429 usepackage{icomma}
30430 \end_layout
30431
30432 \begin_layout Subsection
30433 Physical Vectors
30434 \begin_inset LatexCommand label
30435 name "sub:Physical-Vectors"
30436
30437 \end_inset
30438
30439
30440 \begin_inset LatexCommand index
30441 name "Vectors ! physical"
30442
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \begin_layout Standard
30449 Predefined vectors are offered by the LaTeX-package 
30450 \series bold
30451 braket
30452 \series default
30453
30454 \begin_inset Foot
30455 status collapsed
30456
30457 \begin_layout Standard
30458
30459 \series bold
30460 braket
30461 \series default
30462  should be part of every LaTeX standard installation.
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \begin_inset LatexCommand index
30469 name "Packages ! braket"
30470
30471 \end_inset
30472
30473  that is loaded with the LaTeX-preamble line
30474 \end_layout
30475
30476 \begin_layout Standard
30477
30478 \series bold
30479
30480 \backslash
30481 usepackage{braket}
30482 \end_layout
30483
30484 \begin_layout Standard
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Standard
30489
30490
30491 \backslash
30492 ifbraket 
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Note Note
30499 status open
30500
30501 \begin_layout Standard
30502 The following table will only be displayed when the LaTeX-package 
30503 \series bold
30504 braket
30505 \series default
30506  is installed.
30507 \end_layout
30508
30509 \end_inset
30510
30511 The following commands are defined:
30512 \end_layout
30513
30514 \begin_layout Standard
30515 \align center
30516 \begin_inset Tabular
30517 <lyxtabular version="3" rows="4" columns="2">
30518 <features>
30519 <column alignment="center" valignment="top" leftline="true" width="0">
30520 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
30521 <row topline="true" bottomline="true">
30522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30523 \begin_inset Text
30524
30525 \begin_layout Standard
30526 Command
30527 \end_layout
30528
30529 \end_inset
30530 </cell>
30531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30532 \begin_inset Text
30533
30534 \begin_layout Standard
30535 Result
30536 \end_layout
30537
30538 \end_inset
30539 </cell>
30540 </row>
30541 <row topline="true">
30542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30543 \begin_inset Text
30544
30545 \begin_layout Standard
30546
30547 \backslash
30548 Bra{
30549 \backslash
30550 psi
30551 \end_layout
30552
30553 \end_inset
30554 </cell>
30555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Standard
30559 \begin_inset Formula $\Bra{\psi}$
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \end_inset
30566 </cell>
30567 </row>
30568 <row topline="true">
30569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Standard
30573
30574 \backslash
30575 Ket{
30576 \backslash
30577 psi
30578 \end_layout
30579
30580 \end_inset
30581 </cell>
30582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30583 \begin_inset Text
30584
30585 \begin_layout Standard
30586 \begin_inset Formula $\Ket{\psi}$
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \end_inset
30593 </cell>
30594 </row>
30595 <row topline="true" bottomline="true">
30596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30597 \begin_inset Text
30598
30599 \begin_layout Standard
30600
30601 \backslash
30602 Braket{
30603 \backslash
30604 psi|
30605 \backslash
30606 phi
30607 \end_layout
30608
30609 \end_inset
30610 </cell>
30611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30612 \begin_inset Text
30613
30614 \begin_layout Standard
30615 \begin_inset Formula $\Braket{\psi|\phi}$
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \end_inset
30622 </cell>
30623 </row>
30624 </lyxtabular>
30625
30626 \end_inset
30627
30628
30629 \end_layout
30630
30631 \begin_layout Standard
30632 The command 
30633 \series bold
30634
30635 \backslash
30636 Braket
30637 \series default
30638  assures that all vertical bars are set in the size of the surrounding brackets:
30639 \begin_inset Formula \[
30640 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
30641
30642 \end_inset
30643
30644
30645 \begin_inset ERT
30646 status collapsed
30647
30648 \begin_layout Standard
30649
30650
30651 \backslash
30652 else 
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \begin_inset Note Note
30659 status open
30660
30661 \begin_layout Standard
30662 The following will be displayed when the LaTeX-package 
30663 \series bold
30664 braket
30665 \series default
30666  is not installed:
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \end_layout
30673
30674 \begin_layout Standard
30675 You need to install the LaTeX-package 
30676 \series bold
30677 braket
30678 \series default
30679  to see the rest of this subsection in the output.
30680 \end_layout
30681
30682 \begin_layout Standard
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Standard
30687
30688
30689 \backslash
30690 fi 
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \begin_layout Standard
30699 The effect of 
30700 \series bold
30701
30702 \backslash
30703 Braket
30704 \series default
30705  can also be achieved using the command 
30706 \series bold
30707
30708 \backslash
30709 middle
30710 \series default
30711 , that is described in 
30712 \begin_inset LatexCommand ref
30713 reference "sub:Automatic-Bracket-Size"
30714
30715 \end_inset
30716
30717 .
30718 \end_layout
30719
30720 \begin_layout Subsection
30721 Self-defined Fractions
30722 \begin_inset LatexCommand label
30723 name "sub:Self-defined-Fractions"
30724
30725 \end_inset
30726
30727
30728 \begin_inset LatexCommand index
30729 name "Fractions ! self-defined"
30730
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \begin_layout Standard
30737 To define custom commands for fractions, the command 
30738 \series bold
30739
30740 \backslash
30741 genfrac
30742 \series default
30743
30744 \begin_inset LatexCommand index
30745 name "Commands ! G ! \\textbackslash genfrac"
30746
30747 \end_inset
30748
30749  is used in the following scheme:
30750 \end_layout
30751
30752 \begin_layout Standard
30753
30754 \series bold
30755
30756 \backslash
30757 genfrac{left
30758 \series default
30759  
30760 \series bold
30761 bracket}{right
30762 \series default
30763  
30764 \series bold
30765 bracket}{fraction bar thickness}{style}
30766 \newline
30767
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Standard
30772
30773
30774 \backslash
30775 phantom{
30776 \end_layout
30777
30778 \end_inset
30779
30780
30781 \backslash
30782 genfrac
30783 \begin_inset ERT
30784 status collapsed
30785
30786 \begin_layout Standard
30787
30788 }
30789 \end_layout
30790
30791 \end_inset
30792
30793 {numerator}{denominator}
30794 \end_layout
30795
30796 \begin_layout Standard
30797 The style is a number in the range of 0\InsetSpace \thinspace{}
30798 -\InsetSpace \thinspace{}
30799 3.
30800 \end_layout
30801
30802 \begin_layout Standard
30803 \align center
30804 \begin_inset Tabular
30805 <lyxtabular version="3" rows="5" columns="2">
30806 <features>
30807 <column alignment="center" valignment="top" leftline="true" width="0">
30808 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
30809 <row topline="true" bottomline="true">
30810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30811 \begin_inset Text
30812
30813 \begin_layout Standard
30814 Number
30815 \end_layout
30816
30817 \end_inset
30818 </cell>
30819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30820 \begin_inset Text
30821
30822 \begin_layout Standard
30823 Style (Size)
30824 \end_layout
30825
30826 \end_inset
30827 </cell>
30828 </row>
30829 <row topline="true">
30830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Standard
30834 0
30835 \end_layout
30836
30837 \end_inset
30838 </cell>
30839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30840 \begin_inset Text
30841
30842 \begin_layout Standard
30843 display style formula
30844 \end_layout
30845
30846 \end_inset
30847 </cell>
30848 </row>
30849 <row topline="true">
30850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30851 \begin_inset Text
30852
30853 \begin_layout Standard
30854 1
30855 \end_layout
30856
30857 \end_inset
30858 </cell>
30859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30860 \begin_inset Text
30861
30862 \begin_layout Standard
30863 inline formula
30864 \end_layout
30865
30866 \end_inset
30867 </cell>
30868 </row>
30869 <row topline="true">
30870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30871 \begin_inset Text
30872
30873 \begin_layout Standard
30874 2
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Standard
30883 small
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 </row>
30889 <row topline="true" bottomline="true">
30890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30891 \begin_inset Text
30892
30893 \begin_layout Standard
30894 3
30895 \end_layout
30896
30897 \end_inset
30898 </cell>
30899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30900 \begin_inset Text
30901
30902 \begin_layout Standard
30903 tiny
30904 \end_layout
30905
30906 \end_inset
30907 </cell>
30908 </row>
30909 </lyxtabular>
30910
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917 When no style is given, the size is adjusted to the surrounding environment
30918  like for the command 
30919 \series bold
30920
30921 \backslash
30922 frac
30923 \series default
30924 .
30925 \end_layout
30926
30927 \begin_layout Standard
30928 When no fraction bar thickness is given, the predefined value of 0.4\InsetSpace \thinspace{}
30929 pt will
30930  be used.
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \begin_inset VSpace medskip
30935 \end_inset
30936
30937 For example, the commands 
30938 \series bold
30939
30940 \backslash
30941 dfrac
30942 \series default
30943  and 
30944 \series bold
30945
30946 \backslash
30947 tbinom
30948 \series default
30949  from 
30950 \begin_inset LatexCommand ref
30951 reference "sub:Fractions"
30952
30953 \end_inset
30954
30955  are defined with the commands
30956 \end_layout
30957
30958 \begin_layout Standard
30959
30960 \series bold
30961
30962 \backslash
30963 newcommand{
30964 \backslash
30965 dfrac}[2]{
30966 \backslash
30967 genfrac{}{}{}{0}{#1}{#2}}
30968 \end_layout
30969
30970 \begin_layout Standard
30971 and
30972 \end_layout
30973
30974 \begin_layout Standard
30975
30976 \series bold
30977
30978 \backslash
30979 newcommand{
30980 \backslash
30981 tbinom}[2]{
30982 \backslash
30983 genfrac{(}{)}{0pt}{1}{#1}{#2}}
30984 \end_layout
30985
30986 \begin_layout Standard
30987 \begin_inset VSpace medskip
30988 \end_inset
30989
30990 To define a fraction where the fraction bar thickness can be given as optional
30991  argument, the following line is inserted to the LaTeX-preamble:
30992 \end_layout
30993
30994 \begin_layout Standard
30995
30996 \series bold
30997
30998 \backslash
30999 newcommand{
31000 \backslash
31001 fracS}[3][]{
31002 \backslash
31003 genfrac{}{}{#1}{}{#2}{#3}}
31004 \end_layout
31005
31006 \begin_layout Standard
31007 A test:
31008 \begin_inset Formula \begin{align*}
31009 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
31010 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
31011
31012 \end_inset
31013
31014 As one can see, the distance of the numerator and the denominator to the
31015  fraction bar is round about three times the bar thickness.
31016 \end_layout
31017
31018 \begin_layout Subsection
31019 Canceled Formulas
31020 \begin_inset LatexCommand label
31021 name "sub:Canceled-Formulas"
31022
31023 \end_inset
31024
31025
31026 \begin_inset LatexCommand index
31027 name "Formula ! canceled"
31028
31029 \end_inset
31030
31031
31032 \end_layout
31033
31034 \begin_layout Standard
31035 To cancel formulas or formula parts, the LaTeX-package 
31036 \series bold
31037 cancel
31038 \series default
31039
31040 \begin_inset Foot
31041 status collapsed
31042
31043 \begin_layout Standard
31044
31045 \series bold
31046 cancel
31047 \series default
31048  is part of every LaTeX standard installation.
31049 \end_layout
31050
31051 \end_inset
31052
31053
31054 \begin_inset LatexCommand index
31055 name "Packages ! cancel"
31056
31057 \end_inset
31058
31059  has to be loaded with the LaTeX-preamble line
31060 \end_layout
31061
31062 \begin_layout Standard
31063
31064 \series bold
31065
31066 \backslash
31067 usepackage[samesize]{cancel}
31068 \end_layout
31069
31070 \begin_layout Standard
31071 There are four ways to cancel formulas:
31072 \end_layout
31073
31074 \begin_layout Standard
31075 \align center
31076 \begin_inset Tabular
31077 <lyxtabular version="3" rows="5" columns="2">
31078 <features>
31079 <column alignment="center" valignment="top" leftline="true" width="0">
31080 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
31081 <row topline="true" bottomline="true">
31082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31083 \begin_inset Text
31084
31085 \begin_layout Standard
31086 Command
31087 \end_layout
31088
31089 \end_inset
31090 </cell>
31091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31092 \begin_inset Text
31093
31094 \begin_layout Standard
31095 Result
31096 \begin_inset Note Note
31097 status collapsed
31098
31099 \begin_layout Standard
31100
31101 \series bold
31102
31103 \backslash
31104 hspace
31105 \series default
31106  and
31107 \series bold
31108  
31109 \backslash
31110 raisebox
31111 \series default
31112  are used here as spacer.
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \end_layout
31119
31120 \end_inset
31121 </cell>
31122 </row>
31123 <row topline="true">
31124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31125 \begin_inset Text
31126
31127 \begin_layout Standard
31128
31129 \backslash
31130 cancel{
31131 \backslash
31132 int
31133 \begin_inset ERT
31134 status collapsed
31135
31136 \begin_layout Standard
31137
31138
31139 \backslash
31140 spce 
31141 \end_layout
31142
31143 \end_inset
31144
31145 A=B
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31151 \begin_inset Text
31152
31153 \begin_layout Standard
31154 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \end_inset
31161 </cell>
31162 </row>
31163 <row topline="true">
31164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31165 \begin_inset Text
31166
31167 \begin_layout Standard
31168
31169 \backslash
31170 bcancel{
31171 \backslash
31172 int
31173 \begin_inset ERT
31174 status collapsed
31175
31176 \begin_layout Standard
31177
31178
31179 \backslash
31180 spce 
31181 \end_layout
31182
31183 \end_inset
31184
31185 A=B
31186 \end_layout
31187
31188 \end_inset
31189 </cell>
31190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31191 \begin_inset Text
31192
31193 \begin_layout Standard
31194 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
31195 \end_inset
31196
31197
31198 \end_layout
31199
31200 \end_inset
31201 </cell>
31202 </row>
31203 <row topline="true" bottomline="true">
31204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31205 \begin_inset Text
31206
31207 \begin_layout Standard
31208
31209 \backslash
31210 xcancel{
31211 \backslash
31212 int
31213 \begin_inset ERT
31214 status collapsed
31215
31216 \begin_layout Standard
31217
31218
31219 \backslash
31220 spce 
31221 \end_layout
31222
31223 \end_inset
31224
31225 A=B
31226 \end_layout
31227
31228 \end_inset
31229 </cell>
31230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31231 \begin_inset Text
31232
31233 \begin_layout Standard
31234 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \end_inset
31241 </cell>
31242 </row>
31243 <row topline="true" bottomline="true">
31244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Standard
31248
31249 \backslash
31250 cancelto{1
31251 \begin_inset Formula $\to$
31252 \end_inset
31253
31254
31255 \backslash
31256 {
31257 \backslash
31258 int
31259 \begin_inset ERT
31260 status collapsed
31261
31262 \begin_layout Standard
31263
31264
31265 \backslash
31266 spce 
31267 \end_layout
31268
31269 \end_inset
31270
31271 A=B
31272 \end_layout
31273
31274 \end_inset
31275 </cell>
31276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31277 \begin_inset Text
31278
31279 \begin_layout Standard
31280 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \end_inset
31287 </cell>
31288 </row>
31289 </lyxtabular>
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Standard
31297
31298 \series bold
31299
31300 \backslash
31301 cancelto
31302 \series default
31303  is especially suitable to visualize the reduction of fractions within formulas:
31304 \begin_inset Formula \[
31305 \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}}}\]
31306
31307 \end_inset
31308
31309
31310 \end_layout
31311
31312 \begin_layout Subsection
31313 Formulas in Section Headings
31314 \begin_inset LatexCommand label
31315 name "sub:Formulas-in-Section"
31316
31317 \end_inset
31318
31319
31320 \begin_inset LatexCommand index
31321 name "Formula ! in section headings"
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 When formulas are used in section headings, the following has to be taken
31330  into account:
31331 \end_layout
31332
31333 \begin_layout Standard
31334 \begin_inset Note Greyedout
31335 status open
31336
31337 \begin_layout Standard
31338 When the LaTeX-package 
31339 \series bold
31340 hyperref
31341 \series default
31342
31343 \begin_inset LatexCommand index
31344 name "Packages ! hyperref"
31345
31346 \end_inset
31347
31348  is used, PDF-bookmarks are automatically created for every section heading
31349  in the table of contents.
31350  If a section heading contains formulas, they are incorrectly displayed
31351  in the bookmark text, because formulas in bookmarks infringe the PDF convention
31352 s.
31353 \end_layout
31354
31355 \end_inset
31356
31357
31358 \end_layout
31359
31360 \begin_layout Standard
31361 Both problems can be solved by inserting at the end of the section heading
31362  a short title with the menu 
31363 \family sans
31364 Insert\SpecialChar \menuseparator
31365 Short\InsetSpace ~
31366 Title
31367 \family default
31368 .
31369  Short titles are used as alternative for multiline section headings to
31370  keep the table of contents clearly arranged.
31371  Only the short title appears in the table of contents and therefore also
31372  in the PDF-bookmark.
31373 \end_layout
31374
31375 \begin_layout Standard
31376 When formulas should be used in the table of contents but 
31377 \series bold
31378 hyperref
31379 \series default
31380  is used, one can use the following command in TeX-mode:
31381 \end_layout
31382
31383 \begin_layout Standard
31384
31385 \series bold
31386
31387 \backslash
31388 texorpdfstring{part}{alternative}
31389 \begin_inset LatexCommand index
31390 name "Commands ! T ! \\textbackslash texorpdfstring"
31391
31392 \end_inset
31393
31394
31395 \end_layout
31396
31397 \begin_layout Standard
31398 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
31399  This can be characters, formulas, footnotes, but also cross-references.
31400  The alternative is used instead of the part for the bookmark.
31401 \end_layout
31402
31403 \begin_layout Standard
31404 Here are two example headings:
31405 \begin_inset VSpace -3mm
31406 \end_inset
31407
31408
31409 \begin_inset ERT
31410 status collapsed
31411
31412 \begin_layout Standard
31413
31414
31415 \backslash
31416 boldmath 
31417 \end_layout
31418
31419 \end_inset
31420
31421
31422 \end_layout
31423
31424 \begin_layout Subsubsection
31425 Heading without formula in table of contents 
31426 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
31427 \end_inset
31428
31429
31430 \begin_inset OptArg
31431 status collapsed
31432
31433 \begin_layout Standard
31434 Heading without formula in table of contents
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \begin_layout Subsubsection
31443 Heading with formula in table of contents
31444 \begin_inset ERT
31445 status collapsed
31446
31447 \begin_layout Standard
31448
31449
31450 \backslash
31451 texorpdfstring{
31452 \end_layout
31453
31454 \end_inset
31455
31456  
31457 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
31458 \end_inset
31459
31460
31461 \begin_inset ERT
31462 status collapsed
31463
31464 \begin_layout Standard
31465
31466 }{}
31467 \end_layout
31468
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \begin_layout Standard
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Standard
31479
31480
31481 \backslash
31482 unboldmath 
31483 \end_layout
31484
31485 \end_inset
31486
31487 In the first heading a short title was used, in the second one 
31488 \series bold
31489
31490 \backslash
31491 texorpdfstring
31492 \series default
31493 .
31494 \end_layout
31495
31496 \begin_layout Standard
31497 To get the same formatting as for the other headings, the complete heading
31498  was set into a 
31499 \series bold
31500 boldmath environment
31501 \series default
31502
31503 \begin_inset Foot
31504 status collapsed
31505
31506 \begin_layout Standard
31507 see 
31508 \begin_inset LatexCommand ref
31509 reference "sub:Bold-Formulas"
31510
31511 \end_inset
31512
31513
31514 \end_layout
31515
31516 \end_inset
31517
31518 .
31519 \end_layout
31520
31521 \begin_layout Subsection
31522 Formulas in multi-column Text
31523 \begin_inset LatexCommand index
31524 name "Formula ! in multi-column text"
31525
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \begin_layout Standard
31532 Formulas in multi-column text are often too wide to fit into a column and
31533  thus need to be set over the whole page width.
31534  This is done by using the LaTeX-package 
31535 \series bold
31536 multicol
31537 \series default
31538
31539 \begin_inset Foot
31540 status collapsed
31541
31542 \begin_layout Standard
31543
31544 \series bold
31545 multicol
31546 \series default
31547  is part of every LaTeX standard installation.
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \begin_inset LatexCommand index
31554 name "Packages ! multicol"
31555
31556 \end_inset
31557
31558 , that is loaded with the LaTeX-preamble line
31559 \end_layout
31560
31561 \begin_layout Standard
31562
31563 \series bold
31564
31565 \backslash
31566 usepackage{multicol}
31567 \end_layout
31568
31569 \begin_layout Standard
31570 \begin_inset Note Greyedout
31571 status open
31572
31573 \begin_layout Standard
31574 Note herby that the setting 
31575 \family sans
31576 Two-column\InsetSpace ~
31577 document
31578 \family default
31579  in the menu 
31580 \family sans
31581 Document\SpecialChar \menuseparator
31582 Settings
31583 \family default
31584  under 
31585 \family sans
31586 Text\InsetSpace ~
31587 Layout
31588 \family default
31589 \emph on
31590  
31591 \emph default
31592 must 
31593 \emph on
31594 not
31595 \emph default
31596  be selected.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 Before the multi-column text the command
31606 \end_layout
31607
31608 \begin_layout Standard
31609
31610 \series bold
31611
31612 \backslash
31613 begin{multicols}{column number}
31614 \end_layout
31615
31616 \begin_layout Standard
31617 is written in TeX-mode.
31618  The column number is a number in the range of 2\InsetSpace \thinspace{}
31619 -\InsetSpace \thinspace{}
31620 10.
31621  Before the formula the multi-column text is ended by inserting the command
31622 \end_layout
31623
31624 \begin_layout Standard
31625
31626 \series bold
31627
31628 \backslash
31629 end{multicols}
31630 \end_layout
31631
31632 \begin_layout Standard
31633 in TeX-mode.
31634 \end_layout
31635
31636 \begin_layout Standard
31637 Due to the command some space is automatically added before the formula.
31638  To revert this, -6\InsetSpace \thinspace{}
31639 mm vertical space is inserted before the formula.
31640  When the formula style 
31641 \series bold
31642 Indented
31643 \begin_inset Foot
31644 status collapsed
31645
31646 \begin_layout Standard
31647 formula styles see 
31648 \begin_inset LatexCommand ref
31649 reference "sec:Formula-Styles"
31650
31651 \end_inset
31652
31653
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \series default
31660  is used, -9\InsetSpace \thinspace{}
31661 mm space is inserted instead.
31662 \end_layout
31663
31664 \begin_layout Standard
31665 As example a multi-column text with a displayed formula:
31666 \end_layout
31667
31668 \begin_layout Standard
31669 \begin_inset ERT
31670 status collapsed
31671
31672 \begin_layout Standard
31673
31674
31675 \backslash
31676 begin{multicols}{2}
31677 \end_layout
31678
31679 \end_inset
31680
31681 Das Spektrum wird fouriertransformiert.
31682  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
31683 , Lösungsmittel) zu trennen.
31684  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
31685  nun das Aussehen des Ausgangssignals.
31686  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
31687  über alle Phasen integrieren muss.
31688  Sei nun 
31689 \begin_inset Formula $S$
31690 \end_inset
31691
31692  unser normiertes Ausgangssignal and 
31693 \begin_inset Formula $P$
31694 \end_inset
31695
31696  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Standard
31701
31702
31703 \backslash
31704 end{multicols}
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \begin_inset VSpace -6mm
31711 \end_inset
31712
31713
31714 \begin_inset Formula \begin{equation}
31715 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
31716
31717 \end_inset
31718
31719
31720 \begin_inset ERT
31721 status collapsed
31722
31723 \begin_layout Standard
31724
31725
31726 \backslash
31727 begin{multicols}{2}
31728 \end_layout
31729
31730 \end_inset
31731
31732 wobei 
31733 \begin_inset Formula $S_{0}$
31734 \end_inset
31735
31736  das Signal ohne Gradient ist and the Normierungsbedingung 
31737 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
31738 \end_inset
31739
31740  gilt.
31741  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
31742  Direkt nach the 
31743 \begin_inset Formula $\nicefrac{\pi}{2}$
31744 \end_inset
31745
31746 \InsetSpace \thinspace{}
31747 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
31748  das Signal zusätzlich abschwächt.
31749  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
31750  
31751 \begin_inset Formula $T_{2}$
31752 \end_inset
31753
31754 -Zeit.
31755 \end_layout
31756
31757 \begin_layout Standard
31758 \begin_inset ERT
31759 status collapsed
31760
31761 \begin_layout Standard
31762
31763
31764 \backslash
31765 end{multicols}
31766 \end_layout
31767
31768 \end_inset
31769
31770  
31771 \end_layout
31772
31773 \begin_layout Subsection
31774 Formulas with Description of Variables
31775 \begin_inset LatexCommand index
31776 name "Formula ! with description of variables"
31777
31778 \end_inset
31779
31780
31781 \end_layout
31782
31783 \begin_layout Standard
31784 To describe variables within a formula, like in formula 
31785 \begin_inset LatexCommand eqref
31786 reference "eq:within"
31787
31788 \end_inset
31789
31790 , a 2
31791 \series bold
31792 ×
31793 \series default
31794
31795 \begin_inset Formula $n$
31796 \end_inset
31797
31798 \InsetSpace ~
31799 matrix is used with left aligned columns for the 
31800 \begin_inset Formula $n$
31801 \end_inset
31802
31803  used variables.
31804 \begin_inset Foot
31805 status collapsed
31806
31807 \begin_layout Standard
31808 matrices see 
31809 \begin_inset LatexCommand ref
31810 reference "sec:Matrices"
31811
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \end_inset
31818
31819  To set the description in a smaller size, before the matrix e.\InsetSpace \thinspace{}
31820 g.\InsetSpace ~
31821 the command
31822  
31823 \series bold
31824
31825 \backslash
31826 footnotesize
31827 \series default
31828  is inserted.
31829 \begin_inset Foot
31830 status collapsed
31831
31832 \begin_layout Standard
31833 font sizes see 
31834 \begin_inset LatexCommand ref
31835 reference "sub:Font-Sizes"
31836
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \end_layout
31846
31847 \begin_layout Standard
31848 When the formula style 
31849 \series bold
31850 Indented
31851 \begin_inset Foot
31852 status collapsed
31853
31854 \begin_layout Standard
31855 formula styles see 
31856 \begin_inset LatexCommand ref
31857 reference "sec:Formula-Styles"
31858
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \series default
31868  is used, a 
31869 \series bold
31870
31871 \backslash
31872 hfill
31873 \series default
31874
31875 \begin_inset Foot
31876 status collapsed
31877
31878 \begin_layout Standard
31879
31880 \series bold
31881
31882 \backslash
31883 hfill
31884 \series default
31885  only works in formulas with the style 
31886 \series bold
31887 Indented
31888 \series default
31889 , see 
31890 \begin_inset LatexCommand ref
31891 reference "sub:Variable-Space"
31892
31893 \end_inset
31894
31895 .
31896 \end_layout
31897
31898 \end_inset
31899
31900  is inserted before and after the matrix to have the same separation of
31901  the matrix from the equation and the side margin.
31902 \end_layout
31903
31904 \begin_layout Standard
31905 When the formula style 
31906 \series bold
31907 Centered
31908 \series default
31909  is used, the method described in 
31910 \begin_inset LatexCommand ref
31911 reference "sub:Flalign-Environment"
31912
31913 \end_inset
31914
31915  is used to indent formulas.
31916  Formula 
31917 \begin_inset LatexCommand eqref
31918 reference "eq:within"
31919
31920 \end_inset
31921
31922  consists of five columns whereas in the first two columns contain the equation,
31923  the third the matrix, and the last one an empty TeX-brace.
31924 \begin_inset Formula \begin{flalign}
31925 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
31926 \rho & \textrm{density}\\
31927 V & \textrm{volume}\\
31928 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
31929
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \begin_layout Subsection
31936 Upright small Greek Letters
31937 \begin_inset LatexCommand label
31938 name "sub:Upright-small-Greek"
31939
31940 \end_inset
31941
31942
31943 \begin_inset LatexCommand index
31944 name "Greek letters ! upright"
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 Most of the math fonts only provide italic small Greek letters.
31953  But for symbols of elementary particles like pions and neutrinos, upright
31954  Greek letters are needed.
31955  The file 
31956 \series bold
31957 upgreek.sty
31958 \series default
31959
31960 \begin_inset Foot
31961 status collapsed
31962
31963 \begin_layout Standard
31964
31965 \series bold
31966 upgreek
31967 \series default
31968  is part of the LaTeX-package 
31969 \series bold
31970 was
31971 \series default
31972
31973 \begin_inset LatexCommand index
31974 name "Packages ! was\\vspace{4mm}"
31975
31976 \end_inset
31977
31978 .
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \begin_inset LatexCommand index
31985 name "Packages ! upgreek"
31986
31987 \end_inset
31988
31989  that is loaded with the LaTeX-preamble line
31990 \end_layout
31991
31992 \begin_layout Standard
31993
31994 \series bold
31995
31996 \backslash
31997 usepackage{upgreek}
31998 \end_layout
31999
32000 \begin_layout Standard
32001 provides them.
32002  
32003 \begin_inset ERT
32004 status collapsed
32005
32006 \begin_layout Standard
32007
32008
32009 \backslash
32010 ifupgreek 
32011 \end_layout
32012
32013 \end_inset
32014
32015
32016 \begin_inset Note Note
32017 status open
32018
32019 \begin_layout Standard
32020 The following table will only be displayed when the LaTeX-package 
32021 \series bold
32022 upgreek
32023 \series default
32024  is installed.
32025 \end_layout
32026
32027 \end_inset
32028
32029  They are created when the command for a small Greek letters is started
32030  with 
32031 \series bold
32032 up
32033 \series default
32034 .
32035  For example the command 
32036 \series bold
32037
32038 \backslash
32039 uptau
32040 \series default
32041  creates this: 
32042 \begin_inset Formula $\uptau$
32043 \end_inset
32044
32045
32046 \end_layout
32047
32048 \begin_layout Standard
32049 With these commands reactions of elementary particles can be typeset:
32050 \begin_inset Formula \[
32051 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
32052
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \begin_layout Standard
32059 The upright letters are more bold and wider than the italic ones.
32060  They should therefore not be used for units like 
32061 \begin_inset Quotes eld
32062 \end_inset
32063
32064 µm
32065 \begin_inset Quotes erd
32066 \end_inset
32067
32068 .
32069 \end_layout
32070
32071 \begin_layout Standard
32072 \begin_inset ERT
32073 status collapsed
32074
32075 \begin_layout Standard
32076
32077
32078 \backslash
32079 else 
32080 \end_layout
32081
32082 \end_inset
32083
32084
32085 \begin_inset Note Note
32086 status open
32087
32088 \begin_layout Standard
32089 The following will be displayed when the LaTeX-package 
32090 \series bold
32091 upgreek
32092 \series default
32093  is not installed:
32094 \end_layout
32095
32096 \end_inset
32097
32098
32099 \end_layout
32100
32101 \begin_layout Standard
32102 You need to install the LaTeX-package 
32103 \series bold
32104 upgreek
32105 \series default
32106  to see the rest of this subsection in the output.
32107 \end_layout
32108
32109 \begin_layout Standard
32110 \begin_inset ERT
32111 status collapsed
32112
32113 \begin_layout Standard
32114
32115
32116 \backslash
32117 fi 
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \begin_layout Subsection
32126 Text Characters in Formulas
32127 \begin_inset LatexCommand label
32128 name "sub:Text-Characters-in"
32129
32130 \end_inset
32131
32132
32133 \begin_inset LatexCommand index
32134 name "Text ! in formulas"
32135
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \begin_layout Standard
32142 In some cases you might want to insert text characters directly into formulas.
32143  When for example the centered dot · is often used in formulas like 
32144 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
32145 \end_inset
32146
32147 , one would have to insert the command 
32148 \series bold
32149
32150 \backslash
32151 cdot
32152 \series default
32153
32154 \begin_inset Foot
32155 status collapsed
32156
32157 \begin_layout Standard
32158 see 
32159 \begin_inset LatexCommand ref
32160 reference "sub:Binary-Operators"
32161
32162 \end_inset
32163
32164
32165 \end_layout
32166
32167 \end_inset
32168
32169  all the time, because this character is defined in all encodings as text
32170  character.
32171  But the encoding can be changed by this LaTeX-preamble line:
32172 \end_layout
32173
32174 \begin_layout Standard
32175
32176 \series bold
32177
32178 \backslash
32179 Declare Inputtext{183}{
32180 \backslash
32181 ifmmode
32182 \backslash
32183 cdot
32184 \backslash
32185 else
32186 \backslash
32187 textperiodcentered
32188 \backslash
32189 f\SpecialChar \textcompwordmark{}
32190 i}
32191 \end_layout
32192
32193 \begin_layout Standard
32194 The character encoding (menu 
32195 \family sans
32196 Document\SpecialChar \menuseparator
32197 Settings\SpecialChar \menuseparator
32198 Language
32199 \family default
32200 ) specifies what character appears when a keyboard key is pressed.
32201  When the key for the character '·' is pressed, internally the command 
32202 \series bold
32203
32204 \backslash
32205 textperiodcentered
32206 \series default
32207  is used.
32208  But this command is not available in a formula so that you would get LaTeX-erro
32209 rs.
32210  With the changed encoding the right command is chosen automatically, depending
32211  on if the character was inserted into a formula or not.
32212 \end_layout
32213
32214 \begin_layout Standard
32215 The encoding of several characters is saved in definition files.
32216  Fore example the encoding 
32217 \series bold
32218 latin9
32219 \series default
32220  is defined in the file 
32221 \series bold
32222 latin9.def
32223 \series default
32224  that is in the installation folder of LaTeX.
32225  Encodings should only be changed via the LaTeX-preamble and not in the
32226  definition files.
32227  Otherwise own documents could not be edited by other LyX users working
32228  on other computers.
32229 \end_layout
32230
32231 \begin_layout Standard
32232 \begin_inset VSpace medskip
32233 \end_inset
32234
32235 Besides the centered dot, in this document the degree sign ° is defined
32236  with the following LaTeX-preamble line so that it can directly be inserted
32237  to a formula:
32238 \end_layout
32239
32240 \begin_layout Standard
32241
32242 \series bold
32243
32244 \backslash
32245 DeclareInputtext{176}{
32246 \backslash
32247 ifmmode^
32248 \backslash
32249 circ
32250 \backslash
32251 else
32252 \backslash
32253 textdegree
32254 \backslash
32255 f\SpecialChar \textcompwordmark{}
32256 i}
32257 \end_layout
32258
32259 \begin_layout Standard
32260
32261 \newpage
32262
32263 \end_layout
32264
32265 \begin_layout Section
32266 \start_of_appendix
32267 Typographic Advises
32268 \begin_inset LatexCommand index
32269 name "Typographic Advises"
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Standard
32277 This section is a summary of the most important typographic rules, listed
32278  in ISO norms.
32279 \begin_inset Foot
32280 status collapsed
32281
32282 \begin_layout Standard
32283 This collection was partly taken from the German semi-official dictionary
32284  called 
32285 \begin_inset Quotes eld
32286 \end_inset
32287
32288 Duden
32289 \begin_inset Quotes erd
32290 \end_inset
32291
32292  
32293 \begin_inset LatexCommand cite
32294 key "Duden"
32295
32296 \end_inset
32297
32298  that lists some of the ISO rules.
32299 \end_layout
32300
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \begin_layout Itemize
32307 Physical units are 
32308 \emph on
32309 always
32310 \emph default
32311  set upright
32312 \begin_inset Foot
32313 status collapsed
32314
32315 \begin_layout Standard
32316 done with font styles, see 
32317 \begin_inset LatexCommand ref
32318 reference "sub:Font-Styles"
32319
32320 \end_inset
32321
32322
32323 \end_layout
32324
32325 \end_inset
32326
32327 : 30\InsetSpace \thinspace{}
32328 km/h
32329 \newline
32330 Between the value and the unit is the smallest space, see 
32331 \begin_inset LatexCommand ref
32332 reference "sub:Predefined-Space"
32333
32334 \end_inset
32335
32336 .
32337 \end_layout
32338
32339 \begin_layout Itemize
32340 Percent and perthousand signs are set like physical units:
32341 \newline
32342 1,2\InsetSpace \thinspace{}
32343
32344 \begin_inset ERT
32345 status collapsed
32346
32347 \begin_layout Standard
32348
32349
32350 \backslash
32351 textperthousand 
32352 \end_layout
32353
32354 \end_inset
32355
32356 \InsetSpace ~
32357 alcohol in blood
32358 \end_layout
32359
32360 \begin_layout Itemize
32361 The degree sign follows directly on the value: 15°, but not when it is used
32362  in units: 15\InsetSpace \thinspace{}
32363 °C
32364 \end_layout
32365
32366 \begin_layout Itemize
32367 In numbers with more than four digits the smallest space is inserted before
32368  every third digit to group them: 
32369 \family roman
32370 \series medium
32371 \shape up
32372 \size normal
32373 \emph off
32374 \bar no
32375 \noun off
32376 \color none
32377 18\InsetSpace \thinspace{}
32378 473\InsetSpace \thinspace{}
32379 588
32380 \end_layout
32381
32382 \begin_layout Itemize
32383 For dimensionings like 120×90×40\InsetSpace \thinspace{}
32384 cm the multiplication sign 
32385 \begin_inset Quotes eld
32386 \end_inset
32387
32388 ×
32389 \begin_inset Quotes erd
32390 \end_inset
32391
32392  is used.
32393  It is available with the LaTeX-command 
32394 \series bold
32395
32396 \backslash
32397 texttimes
32398 \series default
32399 , but can also directly be inserted with some keyboard definitions.
32400 \end_layout
32401
32402 \begin_layout Itemize
32403 Functions with names consisting of several letters are set upright to avoid
32404  confusions, see 
32405 \begin_inset LatexCommand ref
32406 reference "sub:Predefined-Functions"
32407
32408 \end_inset
32409
32410 .
32411 \end_layout
32412
32413 \begin_layout Itemize
32414 Indices consisting of several letters, are set upright: 
32415 \begin_inset Formula $E_{\mathrm{kin}}$
32416 \end_inset
32417
32418
32419 \newline
32420 Components of matrices are set italic: 
32421 \begin_inset Formula $\hat{H}_{kl}$
32422 \end_inset
32423
32424
32425 \end_layout
32426
32427 \begin_layout Itemize
32428 The differentiation/integration operator 'd', the Euler's number 'e', and
32429  the imaginary unit 'i' should be set upright, to avoid mixing them up with
32430  other variables.
32431 \end_layout
32432
32433 \begin_layout Standard
32434
32435 \newpage
32436
32437 \end_layout
32438
32439 \begin_layout Section
32440 Synonyms
32441 \begin_inset LatexCommand index
32442 name "Synonyms"
32443
32444 \end_inset
32445
32446
32447 \end_layout
32448
32449 \begin_layout Standard
32450 Some characters and symbols can be created with several commands.
32451  Here is a list of the synonym commands:
32452 \end_layout
32453
32454 \begin_layout Standard
32455 \begin_inset VSpace bigskip
32456 \end_inset
32457
32458
32459 \hfill
32460
32461 \begin_inset Tabular
32462 <lyxtabular version="3" rows="12" columns="2">
32463 <features>
32464 <column alignment="center" valignment="top" leftline="true" width="0pt">
32465 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
32466 <row topline="true" bottomline="true">
32467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32468 \begin_inset Text
32469
32470 \begin_layout Standard
32471 Command
32472 \end_layout
32473
32474 \end_inset
32475 </cell>
32476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32477 \begin_inset Text
32478
32479 \begin_layout Standard
32480 equivalent to
32481 \begin_inset Note Note
32482 status collapsed
32483
32484 \begin_layout Standard
32485
32486 \series bold
32487
32488 \backslash
32489 raisebox
32490 \series default
32491  is only used as spacer.
32492 \end_layout
32493
32494 \end_inset
32495
32496
32497 \end_layout
32498
32499 \end_inset
32500 </cell>
32501 </row>
32502 <row topline="true">
32503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Standard
32507
32508 \backslash
32509 ast
32510 \end_layout
32511
32512 \end_inset
32513 </cell>
32514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32515 \begin_inset Text
32516
32517 \begin_layout Standard
32518 \begin_inset ERT
32519 status collapsed
32520
32521 \begin_layout Standard
32522
32523
32524 \backslash
32525 raisebox{-1.2mm}{
32526 \end_layout
32527
32528 \end_inset
32529
32530 *
32531 \begin_inset ERT
32532 status collapsed
32533
32534 \begin_layout Standard
32535
32536 }
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 </row>
32547 <row topline="true">
32548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32549 \begin_inset Text
32550
32551 \begin_layout Standard
32552
32553 \backslash
32554 choose
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32560 \begin_inset Text
32561
32562 \begin_layout Standard
32563
32564 \backslash
32565 binom
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 </row>
32571 <row topline="true">
32572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Standard
32576
32577 \backslash
32578 geq
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32584 \begin_inset Text
32585
32586 \begin_layout Standard
32587
32588 \backslash
32589 ge
32590 \end_layout
32591
32592 \end_inset
32593 </cell>
32594 </row>
32595 <row topline="true">
32596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32597 \begin_inset Text
32598
32599 \begin_layout Standard
32600
32601 \backslash
32602 lbrace
32603 \end_layout
32604
32605 \end_inset
32606 </cell>
32607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32608 \begin_inset Text
32609
32610 \begin_layout Standard
32611 {
32612 \end_layout
32613
32614 \end_inset
32615 </cell>
32616 </row>
32617 <row topline="true">
32618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32619 \begin_inset Text
32620
32621 \begin_layout Standard
32622
32623 \backslash
32624 lbracket
32625 \end_layout
32626
32627 \end_inset
32628 </cell>
32629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32630 \begin_inset Text
32631
32632 \begin_layout Standard
32633 [
32634 \end_layout
32635
32636 \end_inset
32637 </cell>
32638 </row>
32639 <row topline="true">
32640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32641 \begin_inset Text
32642
32643 \begin_layout Standard
32644
32645 \backslash
32646 leftarrow
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Standard
32655
32656 \backslash
32657 gets
32658 \end_layout
32659
32660 \end_inset
32661 </cell>
32662 </row>
32663 <row topline="true">
32664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32665 \begin_inset Text
32666
32667 \begin_layout Standard
32668
32669 \backslash
32670 leq
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32676 \begin_inset Text
32677
32678 \begin_layout Standard
32679
32680 \backslash
32681 le
32682 \end_layout
32683
32684 \end_inset
32685 </cell>
32686 </row>
32687 <row topline="true">
32688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout Standard
32692
32693 \backslash
32694 lor
32695 \end_layout
32696
32697 \end_inset
32698 </cell>
32699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32700 \begin_inset Text
32701
32702 \begin_layout Standard
32703
32704 \backslash
32705 vee
32706 \end_layout
32707
32708 \end_inset
32709 </cell>
32710 </row>
32711 <row topline="true">
32712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32713 \begin_inset Text
32714
32715 \begin_layout Standard
32716
32717 \backslash
32718 neq
32719 \end_layout
32720
32721 \end_inset
32722 </cell>
32723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32724 \begin_inset Text
32725
32726 \begin_layout Standard
32727
32728 \backslash
32729 not=
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 </row>
32735 <row topline="true">
32736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Standard
32740
32741 \backslash
32742 slash
32743 \end_layout
32744
32745 \end_inset
32746 </cell>
32747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32748 \begin_inset Text
32749
32750 \begin_layout Standard
32751 /
32752 \end_layout
32753
32754 \end_inset
32755 </cell>
32756 </row>
32757 <row topline="true" bottomline="true">
32758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32759 \begin_inset Text
32760
32761 \begin_layout Standard
32762
32763 \backslash
32764 vert
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32770 \begin_inset Text
32771
32772 \begin_layout Standard
32773 |
32774 \end_layout
32775
32776 \end_inset
32777 </cell>
32778 </row>
32779 </lyxtabular>
32780
32781 \end_inset
32782
32783
32784 \hfill
32785
32786 \begin_inset Tabular
32787 <lyxtabular version="3" rows="12" columns="2">
32788 <features>
32789 <column alignment="center" valignment="top" leftline="true" width="0pt">
32790 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
32791 <row topline="true" bottomline="true">
32792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32793 \begin_inset Text
32794
32795 \begin_layout Standard
32796 Command
32797 \end_layout
32798
32799 \end_inset
32800 </cell>
32801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32802 \begin_inset Text
32803
32804 \begin_layout Standard
32805 equivalent to
32806 \end_layout
32807
32808 \end_inset
32809 </cell>
32810 </row>
32811 <row topline="true">
32812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32813 \begin_inset Text
32814
32815 \begin_layout Standard
32816
32817 \backslash
32818 backslash
32819 \end_layout
32820
32821 \end_inset
32822 </cell>
32823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32824 \begin_inset Text
32825
32826 \begin_layout Standard
32827
32828 \backslash
32829
32830 \backslash
32831
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 </row>
32837 <row topline="true">
32838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32839 \begin_inset Text
32840
32841 \begin_layout Standard
32842
32843 \backslash
32844 dasharrow
32845 \end_layout
32846
32847 \end_inset
32848 </cell>
32849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32850 \begin_inset Text
32851
32852 \begin_layout Standard
32853
32854 \backslash
32855 dashrightarrow
32856 \end_layout
32857
32858 \end_inset
32859 </cell>
32860 </row>
32861 <row topline="true">
32862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32863 \begin_inset Text
32864
32865 \begin_layout Standard
32866
32867 \backslash
32868 land
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Standard
32877
32878 \backslash
32879 wedge
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 <row topline="true">
32886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Standard
32890
32891 \backslash
32892 rbrace
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32898 \begin_inset Text
32899
32900 \begin_layout Standard
32901 }
32902 \end_layout
32903
32904 \end_inset
32905 </cell>
32906 </row>
32907 <row topline="true">
32908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Standard
32912
32913 \backslash
32914 rbracket
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32920 \begin_inset Text
32921
32922 \begin_layout Standard
32923 ]
32924 \end_layout
32925
32926 \end_inset
32927 </cell>
32928 </row>
32929 <row topline="true">
32930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32931 \begin_inset Text
32932
32933 \begin_layout Standard
32934
32935 \backslash
32936 rightarrow
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32942 \begin_inset Text
32943
32944 \begin_layout Standard
32945
32946 \backslash
32947 to
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 </row>
32953 <row topline="true">
32954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Standard
32958
32959 \backslash
32960 lnot
32961 \end_layout
32962
32963 \end_inset
32964 </cell>
32965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout Standard
32969
32970 \backslash
32971 neg
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 </row>
32977 <row topline="true">
32978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Standard
32982
32983 \backslash
32984 ne
32985 \end_layout
32986
32987 \end_inset
32988 </cell>
32989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32990 \begin_inset Text
32991
32992 \begin_layout Standard
32993
32994 \backslash
32995 not=
32996 \end_layout
32997
32998 \end_inset
32999 </cell>
33000 </row>
33001 <row topline="true">
33002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33003 \begin_inset Text
33004
33005 \begin_layout Standard
33006
33007 \backslash
33008 owns
33009 \end_layout
33010
33011 \end_inset
33012 </cell>
33013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33014 \begin_inset Text
33015
33016 \begin_layout Standard
33017
33018 \backslash
33019 ni
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 </row>
33025 <row topline="true">
33026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33027 \begin_inset Text
33028
33029 \begin_layout Standard
33030
33031 \backslash
33032 square
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Standard
33041
33042 \backslash
33043 Box
33044 \end_layout
33045
33046 \end_inset
33047 </cell>
33048 </row>
33049 <row topline="true" bottomline="true">
33050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33051 \begin_inset Text
33052
33053 \begin_layout Standard
33054
33055 \backslash
33056 Vert
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33062 \begin_inset Text
33063
33064 \begin_layout Standard
33065
33066 \backslash
33067 |
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 </row>
33073 </lyxtabular>
33074
33075 \end_inset
33076
33077
33078 \hfill
33079
33080 \end_layout
33081
33082 \begin_layout Standard
33083
33084 \newpage
33085
33086 \end_layout
33087
33088 \begin_layout Bibliography
33089 \begin_inset LatexCommand bibitem
33090 key "TLC2"
33091
33092 \end_inset
33093
33094
33095 \shape smallcaps
33096 Mittelbach, F.
33097  ; Goossens, M.
33098 \shape default
33099
33100 \shape italic
33101 The LaTeX Companion
33102 \shape default
33103 .
33104  Addison Wesley, 2004
33105 \end_layout
33106
33107 \begin_layout Bibliography
33108 \begin_inset LatexCommand bibitem
33109 key "Mathmode"
33110
33111 \end_inset
33112
33113
33114 \begin_inset ERT
33115 status collapsed
33116
33117 \begin_layout Standard
33118
33119
33120 \backslash
33121 href{ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf}{
33122 \end_layout
33123
33124 \end_inset
33125
33126 Description
33127 \begin_inset ERT
33128 status collapsed
33129
33130 \begin_layout Standard
33131
33132 }
33133 \end_layout
33134
33135 \end_inset
33136
33137  of LaTeX's math abilities
33138 \end_layout
33139
33140 \begin_layout Bibliography
33141 \begin_inset LatexCommand bibitem
33142 key "Voss"
33143
33144 \end_inset
33145
33146 LaTeX tips and tricks-
33147 \begin_inset ERT
33148 status collapsed
33149
33150 \begin_layout Standard
33151
33152
33153 \backslash
33154 href{http://tug.org/TeXnik/}{
33155 \end_layout
33156
33157 \end_inset
33158
33159 page
33160 \begin_inset ERT
33161 status collapsed
33162
33163 \begin_layout Standard
33164
33165 }
33166 \end_layout
33167
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Bibliography
33174 \begin_inset LatexCommand bibitem
33175 key "AMS"
33176
33177 \end_inset
33178
33179
33180 \begin_inset ERT
33181 status collapsed
33182
33183 \begin_layout Standard
33184
33185
33186 \backslash
33187 href{ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf}{
33188 \end_layout
33189
33190 \end_inset
33191
33192 Description
33193 \begin_inset ERT
33194 status collapsed
33195
33196 \begin_layout Standard
33197
33198 }
33199 \end_layout
33200
33201 \end_inset
33202
33203  of 
33204 \begin_inset ERT
33205 status collapsed
33206
33207 \begin_layout Standard
33208
33209
33210 \backslash
33211 AmS
33212 \end_layout
33213
33214 \end_inset
33215
33216 -LaTeX
33217 \end_layout
33218
33219 \begin_layout Bibliography
33220 \begin_inset LatexCommand bibitem
33221 key "Symbole"
33222
33223 \end_inset
33224
33225
33226 \begin_inset ERT
33227 status collapsed
33228
33229 \begin_layout Standard
33230
33231
33232 \backslash
33233 href{ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf}{
33234 \end_layout
33235
33236 \end_inset
33237
33238 List
33239 \begin_inset ERT
33240 status collapsed
33241
33242 \begin_layout Standard
33243
33244 }
33245 \end_layout
33246
33247 \end_inset
33248
33249  of all symbols available with LaTeX-packages
33250 \end_layout
33251
33252 \begin_layout Bibliography
33253 \begin_inset LatexCommand bibitem
33254 key "hyperref"
33255
33256 \end_inset
33257
33258
33259 \begin_inset ERT
33260 status collapsed
33261
33262 \begin_layout Standard
33263
33264
33265 \backslash
33266 href{http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf}{
33267 \end_layout
33268
33269 \end_inset
33270
33271 Documentation
33272 \begin_inset ERT
33273 status collapsed
33274
33275 \begin_layout Standard
33276
33277 }
33278 \end_layout
33279
33280 \end_inset
33281
33282  of the LaTeX-package 
33283 \series bold
33284 hyperref
33285 \series default
33286
33287 \begin_inset LatexCommand index
33288 name "Packages ! hyperref"
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \begin_layout Bibliography
33296 \begin_inset LatexCommand bibitem
33297 key "Mathclap"
33298
33299 \end_inset
33300
33301
33302 \begin_inset ERT
33303 status collapsed
33304
33305 \begin_layout Standard
33306
33307
33308 \backslash
33309 href{http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf}{
33310 \end_layout
33311
33312 \end_inset
33313
33314 Description
33315 \begin_inset ERT
33316 status collapsed
33317
33318 \begin_layout Standard
33319
33320 }
33321 \end_layout
33322
33323 \end_inset
33324
33325  of the command 
33326 \series bold
33327
33328 \backslash
33329 mathclap
33330 \series default
33331 , described in 
33332 \begin_inset LatexCommand ref
33333 reference "sub:Operator-Limits"
33334
33335 \end_inset
33336
33337
33338 \begin_inset LatexCommand index
33339 name "Commands ! M ! \\textbackslash mathclap"
33340
33341 \end_inset
33342
33343
33344 \end_layout
33345
33346 \begin_layout Bibliography
33347 \begin_inset LatexCommand bibitem
33348 key "Duden"
33349
33350 \end_inset
33351
33352
33353 \emph on
33354 Duden Band 1
33355 \emph default
33356 .
33357  22.
33358  Auflage, Duden 2001
33359 \end_layout
33360
33361 \begin_layout Subsubsection*
33362 \begin_inset LatexCommand printindex
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \end_body
33370 \end_document