]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Revert 24482.
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 328
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 % see sec. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
45 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{Roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{Contents}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 % see sec. 22.16
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in Kap. 22.4
75 \usepackage{braket}
76
77 % used in Kap. 22.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values,
81 \usepackage{calc}
82
83 % for multiple table row and column cells
84 \usepackage{multirow}
85 \usepackage{multicol}
86
87 % needed for diagrams
88 \usepackage{amscd}
89
90 % needed in sec. 19.4
91 \usepackage{remreset}
92
93 % center multirows (e.g. in sec. 13.3)
94 \renewcommand{\multirowsetup}{\centering}
95
96 % define a color, used in sec.9.3
97 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
98
99 % declare operators (see sec. 10.4 and sec. 15.2)
100 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
101 \DeclareMathOperator{\sgn}{sgn}
102
103 \newcommand{\spce}{\textvisiblespace}
104
105 % example definitions for sec. 20.1 
106 \newcommand{\gr}{\Longrightarrow}
107 \newcommand{\us}[1]{\underline{#1}}
108 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
109 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
110 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
111
112 % example macro from sec. 19.4
113 %\def\tagform@#1{\maketag@@@{|#1|}}
114
115 % macro from sec. 10.2
116 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
117 \def\mathclap {\mathpalette \mathclapinternal}
118 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
119
120 % redefine the greyed out note
121 \renewenvironment{lyxgreyedout}
122  {\textcolor{blue}\bgroup}{\egroup}
123
124 % check for package eurosym
125 % used for the Euro symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % needed in sec. 22.4
133 % check for package braket
134 \newboolean{braket}
135 \IfFileExists{braket.sty}
136  {\usepackage{braket}
137   \setboolean{braket}{true}}
138  {\setboolean{braket}{false}}
139
140 % needed in sec. 22.10
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
149 \language english
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159 \graphics default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "LyX's Math Manual"
164 \pdf_author "LyX Team, Uwe Stöhr"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pagebackref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
178 \papersize a4paper
179 \use_geometry false
180 \use_amsmath 2
181 \use_esint 1
182 \cite_engine basic
183 \use_bibtopic false
184 \paperorientation portrait
185 \secnumdepth 4
186 \tocdepth 3
187 \paragraph_separation skip
188 \defskip medskip
189 \quotes_language english
190 \papercolumns 1
191 \papersides 2
192 \paperpagestyle plain
193 \bullet 1 0 6 -1
194 \bullet 2 2 35 -1
195 \bullet 3 2 7 -1
196 \tracking_changes false
197 \output_changes false
198 \author "" 
199 \author "" 
200 \end_header
201
202 \begin_body
203
204 \begin_layout Title
205 LyX's detailed Math manual
206 \end_layout
207
208 \begin_layout Author
209 by the LyX Team
210 \begin_inset Foot
211 status collapsed
212
213 \begin_layout Plain Layout
214 \noindent
215 If you have comments or error corrections, please send them to the LyX Documenta
216 tion mailing list: 
217 \family typewriter
218
219 \begin_inset CommandInset href
220 LatexCommand href
221 name "lyx-docs@lists.lyx.org"
222 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
223 type "mailto:"
224
225 \end_inset
226
227
228 \end_layout
229
230 \end_inset
231
232
233 \begin_inset Note Note
234 status collapsed
235
236 \begin_layout Plain Layout
237 author: Uwe Stöhr
238 \end_layout
239
240 \end_inset
241
242
243 \begin_inset Newline newline
244 \end_inset
245
246
247 \begin_inset Newline newline
248 \end_inset
249
250
251 \family sans
252 Version 1.6svn
253 \end_layout
254
255 \begin_layout Standard
256 \begin_inset CommandInset toc
257 LatexCommand tableofcontents
258
259 \end_inset
260
261
262 \end_layout
263
264 \begin_layout Standard
265 \begin_inset Note Note
266 status open
267
268 \begin_layout Plain Layout
269 To export this document to PDF, PS, or DVI the LaTeX-packages 
270 \series bold
271 eurosym,
272 \series default
273  
274 \series bold
275 multirow,
276 \series default
277  and 
278 \series bold
279 was
280 \series default
281  must be installed.
282  If they are not installed you can export the document anyway but the sections
283  where the packages are required won't appear in the output.
284 \end_layout
285
286 \begin_layout Plain Layout
287 The latest PDF-version of this document can be found here:
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \series bold
293 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
294 \end_layout
295
296 \end_inset
297
298
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset Newpage newpage
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Section
309 Introduction
310 \begin_inset CommandInset label
311 LatexCommand label
312 name "sec:Introduction"
313
314 \end_inset
315
316
317 \end_layout
318
319 \begin_layout Standard
320 This document explains LyX's math features and is furthermore a collection
321  of LaTeX-commands used for mathematical characters and constructs.
322  The explanations are designed for the usage of commands.
323  It is therefore required that you have read the section 
324 \family typewriter
325 Mathematical
326 \begin_inset Space ~
327 \end_inset
328
329 Formulas
330 \family default
331  of the User's Guide.
332 \end_layout
333
334 \begin_layout Standard
335 Most of the characters and many constructs explained in this manual are
336  also accessible via the menu 
337 \family sans
338 Insert
339 \series bold
340 \SpecialChar \menuseparator
341
342 \series default
343 Math
344 \family default
345 , or the 
346 \family sans
347 math
348 \family default
349 \series bold
350  
351 \family sans
352 \series default
353 toolbar
354 \family default
355 .
356  But everybody who has to write lots of formulas will notice that it is
357  much faster to use commands instead of the math toolbar.
358  Therefore this manual is focused on commands but also mentions the correspondin
359 g toolbar buttons when available.
360 \end_layout
361
362 \begin_layout Standard
363 If not specially mentioned the commands are only available within formulas.
364  To be able to use all commands explained in this document, the option 
365 \family sans
366 Use AMS math package
367 \family default
368  must be used in the document settings (menu 
369 \family sans
370 Document\SpecialChar \menuseparator
371 Settings\SpecialChar \menuseparator
372 Math
373 \begin_inset Space ~
374 \end_inset
375
376 Options
377 \family default
378 ).
379 \begin_inset Foot
380 status collapsed
381
382 \begin_layout Plain Layout
383 The option 
384 \family sans
385 Use AMS math package automatically
386 \family default
387  only uses 
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393
394 \backslash
395 AmS 
396 \end_layout
397
398 \end_inset
399
400 -math when math constructs are found that are supported by LyX.
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Standard
409 This document doesn't list all 
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422 -math commands
423 \begin_inset Foot
424 status collapsed
425
426 \begin_layout Plain Layout
427 A list with all 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS
436 \end_layout
437
438 \end_inset
439
440 -math commands is in the file 
441 \family sans
442
443 \begin_inset CommandInset href
444 LatexCommand href
445 name "amsguide.ps"
446 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
447
448 \end_inset
449
450
451 \family default
452 , which is part of every LaTeX standard installation.
453 \end_layout
454
455 \end_inset
456
457  for lucidity reasons.
458 \end_layout
459
460 \begin_layout Section
461 General Instructions
462 \begin_inset CommandInset label
463 LatexCommand label
464 name "sec:General-Instructions"
465
466 \end_inset
467
468
469 \end_layout
470
471 \begin_layout Standard
472 To create an inline formula
473 \begin_inset Index
474 status collapsed
475
476 \begin_layout Plain Layout
477 Formula ! inline
478 \end_layout
479
480 \end_inset
481
482  that is embedded into a text line, press 
483 \family sans
484 Ctrl-m
485 \family default
486  or the toolbar button 
487 \begin_inset Graphics
488         filename ../images/math-mode.png
489         scale 85
490
491 \end_inset
492
493
494 \begin_inset Newline newline
495 \end_inset
496
497 To create a display style formula
498 \begin_inset Index
499 status collapsed
500
501 \begin_layout Plain Layout
502 Formula ! display style
503 \end_layout
504
505 \end_inset
506
507  that will appear bigger and in an own paragraph, press 
508 \family sans
509 Ctrl-M
510 \family default
511 .
512 \end_layout
513
514 \begin_layout Standard
515 To change a display style formula to an inline formula, set the cursor into
516  the formula and press 
517 \family sans
518 Ctrl-M
519 \family default
520  or use the menu 
521 \family sans
522 Edit\SpecialChar \menuseparator
523 Math\SpecialChar \menuseparator
524 Change formula type
525 \family default
526 .
527  The same way is used to change an inline formula to a display style formula.
528 \end_layout
529
530 \begin_layout Standard
531 To display parts of an inline formula in the size of a display style formula,
532  enter the command 
533 \series bold
534
535 \backslash
536 displaystyle
537 \begin_inset Index
538 status collapsed
539
540 \begin_layout Plain Layout
541 Commands ! D ! 
542 \backslash
543 displaystyle
544 \end_layout
545
546 \end_inset
547
548
549 \series default
550  to a formula.
551  Then a new blue box appears in which the desired formula part is inserted.
552 \end_layout
553
554 \begin_layout Standard
555 Only inline formulas are allowed inside tables.
556 \end_layout
557
558 \begin_layout Standard
559 The 
560 \family sans
561 math toolbar
562 \family default
563  can be turned on in the menu 
564 \family sans
565 View\SpecialChar \menuseparator
566 Toolbars
567 \family default
568 .
569  When you click there on 
570 \begin_inset Quotes eld
571 \end_inset
572
573 Math
574 \begin_inset Quotes erd
575 \end_inset
576
577  the toolbar will be shown permanently at the bottom; this state is visualized
578  in the 
579 \family sans
580 Toolbars
581 \family default
582  menu with a checkmark.
583  When you click in this state again on 
584 \begin_inset Quotes eld
585 \end_inset
586
587 Math
588 \begin_inset Quotes erd
589 \end_inset
590
591  in the 
592 \family sans
593 Toolbars
594 \family default
595  menu, the 
596 \family sans
597 math toolbar
598 \family default
599  is only shown when the cursor is within a formula; this state is visualized
600  by the renaming of the menu entry from 
601 \begin_inset Quotes eld
602 \end_inset
603
604 Math
605 \begin_inset Quotes erd
606 \end_inset
607
608  to 
609 \begin_inset Quotes eld
610 \end_inset
611
612 Math
613 \begin_inset Space ~
614 \end_inset
615
616 (auto)
617 \begin_inset Quotes erd
618 \end_inset
619
620 .
621 \end_layout
622
623 \begin_layout Standard
624 The TeX-mode
625 \begin_inset Index
626 status collapsed
627
628 \begin_layout Plain Layout
629 T@
630 \begin_inset ERT
631 status collapsed
632
633 \begin_layout Plain Layout
634
635
636 \backslash
637
638 \begin_inset ERT
639 status collapsed
640
641 \begin_layout Plain Layout
642
643 {
644 \end_layout
645
646 \end_inset
647
648
649 \begin_inset ERT
650 status collapsed
651
652 \begin_layout Plain Layout
653
654 }
655 \end_layout
656
657 \end_inset
658
659
660 \end_layout
661
662 \end_inset
663
664 TeX-mode
665 \end_layout
666
667 \end_inset
668
669  is invoked by pressing the toolbar button 
670 \begin_inset Graphics
671         filename ../images/ert-insert.png
672         scale 85
673
674 \end_inset
675
676  or by using the menu 
677 \family sans
678 Insert\SpecialChar \menuseparator
679 T
680 \begin_inset ERT
681 status collapsed
682
683 \begin_layout Plain Layout
684
685 {
686 \end_layout
687
688 \end_inset
689
690 e
691 \begin_inset ERT
692 status collapsed
693
694 \begin_layout Plain Layout
695
696 }
697 \end_layout
698
699 \end_inset
700
701 X Code
702 \family default
703  (shortcut 
704 \family sans
705 Ctrl-l
706 \family default
707 ).
708 \begin_inset Note Note
709 status collapsed
710
711 \begin_layout Plain Layout
712 In LyX there are three 
713 \begin_inset Quotes eld
714 \end_inset
715
716 proper names
717 \begin_inset Quotes erd
718 \end_inset
719
720  that appear in the output with sub- and superscript letters: TeX, LaTeX,
721  and LyX
722 \end_layout
723
724 \begin_layout Plain Layout
725 To avoid that these names are recognized as proper names, TeX-braces are
726  set around one of the letters of the name.
727 \end_layout
728
729 \end_inset
730
731
732 \end_layout
733
734 \begin_layout Standard
735 To change the LaTeX-preamble
736 \begin_inset Index
737 status collapsed
738
739 \begin_layout Plain Layout
740 L@LaTeX-preamble
741 \end_layout
742
743 \end_inset
744
745 , use the menu 
746 \family sans
747 Document\SpecialChar \menuseparator
748 Settings\SpecialChar \menuseparator
749 La
750 \begin_inset ERT
751 status collapsed
752
753 \begin_layout Plain Layout
754
755 {
756 \end_layout
757
758 \end_inset
759
760 T
761 \begin_inset ERT
762 status collapsed
763
764 \begin_layout Plain Layout
765
766 }
767 \end_layout
768
769 \end_inset
770
771 eX
772 \family default
773  
774 \family sans
775 Preamble
776 \family default
777 .
778 \end_layout
779
780 \begin_layout Standard
781 To edit matrices, case differentiations, and multiline formulas subsequently,
782  the menus 
783 \family sans
784 Edit\SpecialChar \menuseparator
785 Math
786 \family default
787  and 
788 \family sans
789 Edit\SpecialChar \menuseparator
790 Rows
791 \begin_inset Space \thinspace{}
792 \end_inset
793
794 &
795 \begin_inset Space \thinspace{}
796 \end_inset
797
798 Columns,
799 \family default
800  or the 
801 \family sans
802 table toolbar
803 \family default
804  can be used.
805  When lines and columns are swapped via the menu, the column or line where
806  the cursor is in is exchanged with the column to the right or the line
807  below, respectively.
808  Is the cursor in the last column or row, the exchange is done with the
809  column to the left or the line above.
810 \end_layout
811
812 \begin_layout Standard
813 To write text in formulas
814 \begin_inset Foot
815 status collapsed
816
817 \begin_layout Plain Layout
818 For multiline formulas the command 
819 \series bold
820
821 \backslash
822 intertext
823 \series default
824  is used, see 
825 \begin_inset CommandInset ref
826 LatexCommand ref
827 reference "sub:Text-in-multiline"
828
829 \end_inset
830
831 .
832 \end_layout
833
834 \end_inset
835
836  
837 \emph on
838 mathematical text
839 \emph default
840
841 \begin_inset Index
842 status collapsed
843
844 \begin_layout Plain Layout
845 Text ! in formulas
846 \end_layout
847
848 \end_inset
849
850
851 \begin_inset Index
852 status collapsed
853
854 \begin_layout Plain Layout
855 Mathematical text
856 \end_layout
857
858 \end_inset
859
860  is used.
861  This mode is invoked with the the shortcut 
862 \family sans
863 Alt-m
864 \begin_inset Space ~
865 \end_inset
866
867 m
868 \family default
869  or by the insertion of the command 
870 \series bold
871
872 \backslash
873 text
874 \begin_inset Index
875 status collapsed
876
877 \begin_layout Plain Layout
878 Commands ! T ! 
879 \backslash
880 text
881 \end_layout
882
883 \end_inset
884
885
886 \series default
887 .
888  The text appears black in LyX and can therefore be distinguished from the
889  other formula parts that appear blue.
890  In the output mathematical text is set upright, in contrary to other formula
891  parts.
892 \end_layout
893
894 \begin_layout Subsection*
895 Command Scheme
896 \end_layout
897
898 \begin_layout Standard
899 Most of the LaTeX-commands for math constructs have the following scheme:
900 \end_layout
901
902 \begin_layout Standard
903
904 \series bold
905
906 \backslash
907 commandname[optional
908 \series default
909  
910 \series bold
911 argument]{required
912 \series default
913  
914 \series bold
915 argument}
916 \end_layout
917
918 \begin_layout Standard
919 A command starts always with a backslash 
920 \begin_inset Quotes gld
921 \end_inset
922
923
924 \series bold
925
926 \backslash
927
928 \series default
929
930 \begin_inset Quotes grd
931 \end_inset
932
933 .
934  To omit optional arguments, also omit the associated brackets.
935  The braces around the required arguments are named in this document as
936  TeX-braces
937 \begin_inset Index
938 status collapsed
939
940 \begin_layout Plain Layout
941 T@
942 \begin_inset ERT
943 status collapsed
944
945 \begin_layout Plain Layout
946
947
948 \backslash
949
950 \begin_inset ERT
951 status collapsed
952
953 \begin_layout Plain Layout
954
955 {
956 \end_layout
957
958 \end_inset
959
960
961 \begin_inset ERT
962 status collapsed
963
964 \begin_layout Plain Layout
965
966 }
967 \end_layout
968
969 \end_inset
970
971
972 \end_layout
973
974 \end_inset
975
976 TeX-braces
977 \end_layout
978
979 \end_inset
980
981 .
982  If you add in a formula a left brace to a command name, LyX creates automatical
983 ly a TeX-brace.
984  In all other cases TeX-braces are created in formulas with the command
985  
986 \series bold
987
988 \backslash
989 {
990 \series default
991 .
992  TeX-braces appear red in LyX, in contrary to normal braces that appear
993  blue.
994  In TeX-mode no command is needed to get TeX-braces.
995  TeX-braces don't appear in the output.
996 \end_layout
997
998 \begin_layout Standard
999 When commands without arguments, like commands for symbols are entered in
1000  TeX-mode, a space character must 
1001 \emph on
1002 always
1003 \emph default
1004  be behind the command to end it.
1005  This space doesn't appear in the output.
1006  When the space should appear in the output, the space must be followed
1007  by a protected space in normal text.
1008 \end_layout
1009
1010 \begin_layout Standard
1011 A protected space is inserted with 
1012 \family sans
1013 Ctrl-Space
1014 \family default
1015 .
1016 \end_layout
1017
1018 \begin_layout Subsection*
1019 \begin_inset Newpage newpage
1020 \end_inset
1021
1022 Syntax Explanation
1023 \end_layout
1024
1025 \begin_layout Itemize
1026 The symbol
1027 \begin_inset Foot
1028 status collapsed
1029
1030 \begin_layout Plain Layout
1031 This visible space character can be created with the command 
1032 \series bold
1033
1034 \backslash
1035 textvisiblespace
1036 \series default
1037
1038 \begin_inset Index
1039 status collapsed
1040
1041 \begin_layout Plain Layout
1042 Commands ! T ! 
1043 \backslash
1044 textvisiblespace
1045 \end_layout
1046
1047 \end_inset
1048
1049 , inserted in TeX-mode.
1050 \end_layout
1051
1052 \end_inset
1053
1054  
1055 \begin_inset ERT
1056 status collapsed
1057
1058 \begin_layout Plain Layout
1059
1060
1061 \backslash
1062 spce 
1063 \end_layout
1064
1065 \end_inset
1066
1067
1068 \begin_inset Space ~
1069 \end_inset
1070
1071 denotes a space character to be input.
1072 \end_layout
1073
1074 \begin_layout Itemize
1075 An arrow like 
1076 \begin_inset Formula $\to$
1077 \end_inset
1078
1079  denotes the usage of the corresponding arrow key on the keyboard.
1080 \end_layout
1081
1082 \begin_layout Subsection*
1083 Used units
1084 \end_layout
1085
1086 \begin_layout Standard
1087 \align center
1088 \begin_inset Float table
1089 placement H
1090 wide false
1091 sideways false
1092 status open
1093
1094 \begin_layout Plain Layout
1095 \align center
1096 \begin_inset Caption
1097
1098 \begin_layout Plain Layout
1099 \begin_inset CommandInset label
1100 LatexCommand label
1101 name "tab:Used-units"
1102
1103 \end_inset
1104
1105 Used units
1106 \end_layout
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Plain Layout
1114 \align center
1115 \begin_inset Tabular
1116 <lyxtabular version="3" rows="13" columns="2">
1117 <features>
1118 <column alignment="center" valignment="top" width="0">
1119 <column alignment="center" valignment="top" width="0">
1120 <row>
1121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 Unit
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 Name / Description
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 mm
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Millimeter
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 </row>
1160 <row>
1161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1162 \begin_inset Text
1163
1164 \begin_layout Plain Layout
1165 cm
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 Centimeter
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 </row>
1180 <row>
1181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 in
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 Inch (1
1195 \begin_inset Space \thinspace{}
1196 \end_inset
1197
1198 in = 2,54
1199 \begin_inset Space \thinspace{}
1200 \end_inset
1201
1202 cm)
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 </row>
1208 <row>
1209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 pt
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 Point (72.27
1223 \begin_inset Space \thinspace{}
1224 \end_inset
1225
1226 pt = 1
1227 \begin_inset Space \thinspace{}
1228 \end_inset
1229
1230 in)
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 </row>
1236 <row>
1237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1238 \begin_inset Text
1239
1240 \begin_layout Plain Layout
1241 pc
1242 \end_layout
1243
1244 \end_inset
1245 </cell>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 Pica (1
1251 \begin_inset Space \thinspace{}
1252 \end_inset
1253
1254 pc = 12
1255 \begin_inset Space \thinspace{}
1256 \end_inset
1257
1258 pt)
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 </row>
1264 <row>
1265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 sp
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 scaled point (65536
1279 \begin_inset Space \thinspace{}
1280 \end_inset
1281
1282 sp = 1
1283 \begin_inset Space \thinspace{}
1284 \end_inset
1285
1286 pt)
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 </row>
1292 <row>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 bp
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 big point (72
1307 \begin_inset Space \thinspace{}
1308 \end_inset
1309
1310 bp = 1
1311 \begin_inset Space \thinspace{}
1312 \end_inset
1313
1314 in)
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 </row>
1320 <row>
1321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Plain Layout
1325 dd
1326 \end_layout
1327
1328 \end_inset
1329 </cell>
1330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 Didot (1
1335 \begin_inset Space \thinspace{}
1336 \end_inset
1337
1338 dd 
1339 \begin_inset Formula $\approx$
1340 \end_inset
1341
1342  0.376
1343 \begin_inset Space \thinspace{}
1344 \end_inset
1345
1346 mm)
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 </row>
1352 <row>
1353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Plain Layout
1357 cc
1358 \end_layout
1359
1360 \end_inset
1361 </cell>
1362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1363 \begin_inset Text
1364
1365 \begin_layout Plain Layout
1366 Cicero (1
1367 \begin_inset Space \thinspace{}
1368 \end_inset
1369
1370 cc = 12
1371 \begin_inset Space \thinspace{}
1372 \end_inset
1373
1374 dd)
1375 \end_layout
1376
1377 \end_inset
1378 </cell>
1379 </row>
1380 <row>
1381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1382 \begin_inset Text
1383
1384 \begin_layout Plain Layout
1385 ex
1386 \end_layout
1387
1388 \end_inset
1389 </cell>
1390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1391 \begin_inset Text
1392
1393 \begin_layout Plain Layout
1394 Height of letter 
1395 \emph on
1396
1397 \begin_inset Quotes eld
1398 \end_inset
1399
1400 x
1401 \emph default
1402
1403 \begin_inset Quotes erd
1404 \end_inset
1405
1406  in the current font
1407 \end_layout
1408
1409 \end_inset
1410 </cell>
1411 </row>
1412 <row>
1413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1414 \begin_inset Text
1415
1416 \begin_layout Plain Layout
1417 em
1418 \end_layout
1419
1420 \end_inset
1421 </cell>
1422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1423 \begin_inset Text
1424
1425 \begin_layout Plain Layout
1426 width of letter 
1427 \begin_inset Quotes eld
1428 \end_inset
1429
1430
1431 \emph on
1432 M
1433 \emph default
1434
1435 \begin_inset Quotes erd
1436 \end_inset
1437
1438  in the current font
1439 \end_layout
1440
1441 \end_inset
1442 </cell>
1443 </row>
1444 <row>
1445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1446 \begin_inset Text
1447
1448 \begin_layout Plain Layout
1449 mu
1450 \end_layout
1451
1452 \end_inset
1453 </cell>
1454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1455 \begin_inset Text
1456
1457 \begin_layout Plain Layout
1458 math unit (1
1459 \begin_inset Space \thinspace{}
1460 \end_inset
1461
1462 mu = 
1463 \begin_inset Formula $\nicefrac{1}{18}$
1464 \end_inset
1465
1466
1467 \begin_inset Space \thinspace{}
1468 \end_inset
1469
1470 em)
1471 \end_layout
1472
1473 \end_inset
1474 </cell>
1475 </row>
1476 </lyxtabular>
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \begin_layout Standard
1489 \begin_inset Newpage newpage
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \begin_layout Section
1496 Basic Functions
1497 \end_layout
1498
1499 \begin_layout Subsection
1500 Exponents
1501 \begin_inset Index
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505 Exponents
1506 \end_layout
1507
1508 \end_inset
1509
1510  and Indices
1511 \begin_inset Index
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515 Indices
1516 \end_layout
1517
1518 \end_inset
1519
1520
1521 \begin_inset Index
1522 status collapsed
1523
1524 \begin_layout Plain Layout
1525 Superscripts|see
1526 \begin_inset ERT
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530
1531 {
1532 \end_layout
1533
1534 \end_inset
1535
1536 Exponents
1537 \begin_inset ERT
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541
1542 }
1543 \end_layout
1544
1545 \end_inset
1546
1547
1548 \end_layout
1549
1550 \end_inset
1551
1552
1553 \begin_inset Index
1554 status collapsed
1555
1556 \begin_layout Plain Layout
1557 Subscripts|see
1558 \begin_inset ERT
1559 status collapsed
1560
1561 \begin_layout Plain Layout
1562
1563 {
1564 \end_layout
1565
1566 \end_inset
1567
1568 Indices
1569 \begin_inset ERT
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573
1574 }
1575 \end_layout
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \begin_layout Standard
1588 Indices are created with an underscore 
1589 \begin_inset Quotes eld
1590 \end_inset
1591
1592 _
1593 \begin_inset Quotes erd
1594 \end_inset
1595
1596  or via the math toolbar button 
1597 \begin_inset Graphics
1598         filename ../images/math-subscript.png
1599         scale 85
1600
1601 \end_inset
1602
1603  , exponents with a caret 
1604 \begin_inset Quotes eld
1605 \end_inset
1606
1607 ^
1608 \begin_inset Quotes erd
1609 \end_inset
1610
1611  or via the math toolbar button 
1612 \begin_inset Graphics
1613         filename ../images/math-superscript.png
1614         scale 85
1615
1616 \end_inset
1617
1618 .
1619 \end_layout
1620
1621 \begin_layout Standard
1622 \align center
1623 \begin_inset Tabular
1624 <lyxtabular version="3" rows="4" columns="2">
1625 <features>
1626 <column alignment="center" valignment="top" width="0pt">
1627 <column alignment="center" valignment="top" width="0pt">
1628 <row>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633 command
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642 Result
1643 \begin_inset Note Note
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647
1648 \series bold
1649
1650 \backslash
1651 raisebox
1652 \series default
1653  is only used as spacer.
1654 \end_layout
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \end_inset
1662 </cell>
1663 </row>
1664 <row>
1665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669 B_V
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1675 \begin_inset Text
1676
1677 \begin_layout Plain Layout
1678 \begin_inset Formula $B_{V}$
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 </row>
1687 <row>
1688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1689 \begin_inset Text
1690
1691 \begin_layout Plain Layout
1692 B^V
1693 \end_layout
1694
1695 \end_inset
1696 </cell>
1697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1698 \begin_inset Text
1699
1700 \begin_layout Plain Layout
1701 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1702 \end_inset
1703
1704
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 </row>
1710 <row>
1711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715 B^
1716 \begin_inset ERT
1717 status collapsed
1718
1719 \begin_layout Plain Layout
1720
1721
1722 \backslash
1723 spce 
1724 \end_layout
1725
1726 \end_inset
1727
1728 A
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1738 \end_inset
1739
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 </row>
1746 </lyxtabular>
1747
1748 \end_inset
1749
1750
1751 \end_layout
1752
1753 \begin_layout Standard
1754 As the caret is in some languages an accent, vowels will be accentuated
1755  in this case and not set as exponents
1756 \begin_inset Foot
1757 status collapsed
1758
1759 \begin_layout Plain Layout
1760 Depending on the used keyboard settings this can also happen for other character
1761 s than vowels.
1762 \end_layout
1763
1764 \end_inset
1765
1766 .
1767  To get in this case exponents, press 
1768 \family sans
1769 Space
1770 \family default
1771  after the caret as in the last example.
1772 \end_layout
1773
1774 \begin_layout Subsection
1775 Fractions
1776 \begin_inset CommandInset label
1777 LatexCommand label
1778 name "sub:Fractions"
1779
1780 \end_inset
1781
1782
1783 \begin_inset Index
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787 Fractions
1788 \end_layout
1789
1790 \end_inset
1791
1792
1793 \end_layout
1794
1795 \begin_layout Standard
1796 Fractions are generated with the command 
1797 \series bold
1798
1799 \backslash
1800 frac
1801 \series default
1802
1803 \begin_inset Index
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807 Commands ! F ! 
1808 \backslash
1809 frac
1810 \end_layout
1811
1812 \end_inset
1813
1814  or via the math toolbar button 
1815 \begin_inset Graphics
1816         filename ../images/math/frac.png
1817         scale 50
1818
1819 \end_inset
1820
1821 .
1822  The font size is adjusted automatically, depending on whether the fraction
1823  is in an inline or display style formula.
1824  With the math toolbar button 
1825 \begin_inset Graphics
1826         filename ../images/math/frac-square.png
1827         scale 85
1828
1829 \end_inset
1830
1831  you can select different fraction types.
1832 \end_layout
1833
1834 \begin_layout Standard
1835 With the command 
1836 \series bold
1837
1838 \backslash
1839 dfrac
1840 \begin_inset Index
1841 status collapsed
1842
1843 \begin_layout Plain Layout
1844 Commands ! D ! 
1845 \backslash
1846 dfrac
1847 \end_layout
1848
1849 \end_inset
1850
1851
1852 \series default
1853  a fraction can be created that has in any case the size of a display style
1854  formula.
1855  With 
1856 \series bold
1857
1858 \backslash
1859 tfrac
1860 \begin_inset Index
1861 status collapsed
1862
1863 \begin_layout Plain Layout
1864 Commands ! T ! 
1865 \backslash
1866 tfrac
1867 \end_layout
1868
1869 \end_inset
1870
1871
1872 \series default
1873  the fraction appears always with the size of an inline formula.
1874  An example:
1875 \end_layout
1876
1877 \begin_layout Standard
1878 A line with the fraction 
1879 \begin_inset Formula $\frac{1}{2}$
1880 \end_inset
1881
1882  that was created with the command 
1883 \series bold
1884
1885 \backslash
1886 frac
1887 \series default
1888 .
1889 \end_layout
1890
1891 \begin_layout Standard
1892 A line with the fraction 
1893 \begin_inset Formula $\dfrac{1}{2}$
1894 \end_inset
1895
1896  that was created with the command 
1897 \series bold
1898
1899 \backslash
1900 dfrac
1901 \series default
1902 .
1903 \end_layout
1904
1905 \begin_layout Standard
1906 \align center
1907 \begin_inset Tabular
1908 <lyxtabular version="3" rows="4" columns="2">
1909 <features>
1910 <column alignment="center" valignment="top" width="0pt">
1911 <column alignment="center" valignment="top" width="0pt">
1912 <row>
1913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917 Command
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926 Result
1927 \begin_inset Note Note
1928 status collapsed
1929
1930 \begin_layout Plain Layout
1931
1932 \series bold
1933
1934 \backslash
1935 raisebox
1936 \series default
1937  is only used as spacer.
1938 \end_layout
1939
1940 \end_inset
1941
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 <row>
1949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953
1954 \backslash
1955 frac
1956 \begin_inset ERT
1957 status collapsed
1958
1959 \begin_layout Plain Layout
1960
1961
1962 \backslash
1963 spce 
1964 \end_layout
1965
1966 \end_inset
1967
1968 A
1969 \begin_inset Formula $\downarrow$
1970 \end_inset
1971
1972 B
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 <row>
1991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995
1996 \backslash
1997 dfrac
1998 \begin_inset ERT
1999 status collapsed
2000
2001 \begin_layout Plain Layout
2002
2003
2004 \backslash
2005 spce 
2006 \end_layout
2007
2008 \end_inset
2009
2010 A
2011 \begin_inset Formula $\downarrow$
2012 \end_inset
2013
2014 B
2015 \end_layout
2016
2017 \end_inset
2018 </cell>
2019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Plain Layout
2023 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2024 \end_inset
2025
2026
2027 \end_layout
2028
2029 \end_inset
2030 </cell>
2031 </row>
2032 <row>
2033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037
2038 \backslash
2039 dfrac
2040 \begin_inset ERT
2041 status collapsed
2042
2043 \begin_layout Plain Layout
2044
2045
2046 \backslash
2047 spce 
2048 \end_layout
2049
2050 \end_inset
2051
2052 e^
2053 \begin_inset ERT
2054 status collapsed
2055
2056 \begin_layout Plain Layout
2057
2058
2059 \backslash
2060 spce 
2061 \end_layout
2062
2063 \end_inset
2064
2065
2066 \backslash
2067 frac
2068 \begin_inset ERT
2069 status collapsed
2070
2071 \begin_layout Plain Layout
2072
2073
2074 \backslash
2075 spce 
2076 \end_layout
2077
2078 \end_inset
2079
2080 1
2081 \begin_inset Formula $\downarrow$
2082 \end_inset
2083
2084 2
2085 \begin_inset Formula $\downarrow\downarrow$
2086 \end_inset
2087
2088 3
2089 \end_layout
2090
2091 \end_inset
2092 </cell>
2093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Plain Layout
2097 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2098 \end_inset
2099
2100
2101 \end_layout
2102
2103 \end_inset
2104 </cell>
2105 </row>
2106 </lyxtabular>
2107
2108 \end_inset
2109
2110
2111 \end_layout
2112
2113 \begin_layout Standard
2114 \begin_inset VSpace bigskip
2115 \end_inset
2116
2117
2118 \begin_inset Newpage newpage
2119 \end_inset
2120
2121 For nested fractions the command 
2122 \series bold
2123
2124 \backslash
2125 cfrac
2126 \series default
2127
2128 \begin_inset Index
2129 status collapsed
2130
2131 \begin_layout Plain Layout
2132 Commands ! C ! 
2133 \backslash
2134 cfrac
2135 \end_layout
2136
2137 \end_inset
2138
2139  can be used.
2140  Here an example:
2141 \begin_inset VSpace -3mm
2142 \end_inset
2143
2144
2145 \end_layout
2146
2147 \begin_layout Standard
2148 \begin_inset Formula \begin{align*}
2149 \textrm{created with \textbf{\textbackslash  frac}} &  & \textrm{created with \textbf{\textbackslash  cfrac}}\\
2150 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2151
2152 \end_inset
2153
2154
2155 \end_layout
2156
2157 \begin_layout Standard
2158 The command for the example above is:
2159 \end_layout
2160
2161 \begin_layout Standard
2162
2163 \series bold
2164
2165 \backslash
2166 cfrac{A
2167 \begin_inset Formula $\to$
2168 \end_inset
2169
2170
2171 \backslash
2172 {B+
2173 \backslash
2174 cfrac{C+
2175 \backslash
2176 cfrac{E
2177 \begin_inset Formula $\to$
2178 \end_inset
2179
2180
2181 \backslash
2182 {F
2183 \begin_inset Formula $\to\to$
2184 \end_inset
2185
2186
2187 \backslash
2188 {D
2189 \end_layout
2190
2191 \begin_layout Standard
2192 \begin_inset VSpace medskip
2193 \end_inset
2194
2195
2196 \end_layout
2197
2198 \begin_layout Standard
2199
2200 \series bold
2201
2202 \backslash
2203 cfrac
2204 \series default
2205  sets the fraction always in the size of a displayed formula, also when
2206  it is part of another fraction.
2207  
2208 \series bold
2209
2210 \backslash
2211 cfrac
2212 \series default
2213  has the following command scheme:
2214 \end_layout
2215
2216 \begin_layout Standard
2217
2218 \series bold
2219
2220 \backslash
2221 cfrac[numerator position]{numerator}{denominator}
2222 \end_layout
2223
2224 \begin_layout Standard
2225 The numerator position can be 
2226 \emph on
2227 l
2228 \emph default
2229  , 
2230 \emph on
2231 c
2232 \emph default
2233 , or 
2234 \emph on
2235 r
2236 \emph default
2237  .
2238  l or r aligns the numerator to the left or right, resp.
2239 \begin_inset Space ~
2240 \end_inset
2241
2242 with the fraction stroke.
2243  When 
2244 \emph on
2245 c
2246 \emph default
2247  or no position is given, the numerator appears centered.
2248  These fractions demonstrate the different alignments:
2249 \begin_inset Newline newline
2250 \end_inset
2251
2252
2253 \series bold
2254
2255 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2256 \end_inset
2257
2258
2259 \begin_inset Formula $\cfrac {A}{B+C}$
2260 \end_inset
2261
2262
2263 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2264 \end_inset
2265
2266
2267 \end_layout
2268
2269 \begin_layout Standard
2270 \begin_inset VSpace medskip
2271 \end_inset
2272
2273 It is often advantageous to combine 
2274 \series bold
2275
2276 \backslash
2277 cfrac
2278 \series default
2279  and 
2280 \series bold
2281
2282 \backslash
2283 frac
2284 \series default
2285 :
2286 \begin_inset Formula \[
2287 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2288
2289 \end_inset
2290
2291
2292 \end_layout
2293
2294 \begin_layout Standard
2295 For inline fractions with a sloped fraction stroke you can use the command
2296  
2297 \series bold
2298
2299 \backslash
2300 nicefrac
2301 \begin_inset Index
2302 status collapsed
2303
2304 \begin_layout Plain Layout
2305 Commands ! N ! 
2306 \backslash
2307 nicefrac
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \series default
2314
2315 \begin_inset Formula $\nicefrac{5}{31}$
2316 \end_inset
2317
2318
2319 \end_layout
2320
2321 \begin_layout Standard
2322 How to define own fractions where the fraction stroke can be changed, is
2323  explained in 
2324 \begin_inset CommandInset ref
2325 LatexCommand ref
2326 reference "sub:Self-defined-Fractions"
2327
2328 \end_inset
2329
2330 .
2331 \end_layout
2332
2333 \begin_layout Subsection
2334 Roots
2335 \begin_inset Index
2336 status collapsed
2337
2338 \begin_layout Plain Layout
2339 Roots
2340 \end_layout
2341
2342 \end_inset
2343
2344
2345 \end_layout
2346
2347 \begin_layout Standard
2348 Square roots are created with 
2349 \series bold
2350
2351 \backslash
2352 sqrt
2353 \series default
2354
2355 \begin_inset Index
2356 status collapsed
2357
2358 \begin_layout Plain Layout
2359 Commands ! S ! 
2360 \backslash
2361 sqrt
2362 \end_layout
2363
2364 \end_inset
2365
2366  or the math toolbar button 
2367 \begin_inset Graphics
2368         filename ../images/math/sqrt.png
2369         scale 85
2370
2371 \end_inset
2372
2373 , all other roots with the command 
2374 \series bold
2375
2376 \backslash
2377 root
2378 \series default
2379
2380 \begin_inset Index
2381 status collapsed
2382
2383 \begin_layout Plain Layout
2384 Commands ! R ! 
2385 \backslash
2386 root
2387 \end_layout
2388
2389 \end_inset
2390
2391  or with the math toolbar button 
2392 \begin_inset Graphics
2393         filename ../images/math/root.png
2394         scale 85
2395
2396 \end_inset
2397
2398 .
2399 \end_layout
2400
2401 \begin_layout Standard
2402 \align center
2403 \begin_inset Tabular
2404 <lyxtabular version="3" rows="3" columns="2">
2405 <features>
2406 <column alignment="center" valignment="top" width="0pt">
2407 <column alignment="center" valignment="top" width="0pt">
2408 <row>
2409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2410 \begin_inset Text
2411
2412 \begin_layout Plain Layout
2413 Command
2414 \end_layout
2415
2416 \end_inset
2417 </cell>
2418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422 Result
2423 \begin_inset Note Note
2424 status collapsed
2425
2426 \begin_layout Plain Layout
2427
2428 \series bold
2429
2430 \backslash
2431 raisebox
2432 \series default
2433  is only used as spacer.
2434 \end_layout
2435
2436 \end_inset
2437
2438
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 </row>
2444 <row>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \backslash
2451 sqrt
2452 \begin_inset ERT
2453 status collapsed
2454
2455 \begin_layout Plain Layout
2456
2457
2458 \backslash
2459 spce 
2460 \end_layout
2461
2462 \end_inset
2463
2464 A-B
2465 \end_layout
2466
2467 \end_inset
2468 </cell>
2469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2470 \begin_inset Text
2471
2472 \begin_layout Plain Layout
2473 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2474 \end_inset
2475
2476
2477 \end_layout
2478
2479 \end_inset
2480 </cell>
2481 </row>
2482 <row>
2483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2484 \begin_inset Text
2485
2486 \begin_layout Plain Layout
2487
2488 \backslash
2489 root
2490 \begin_inset ERT
2491 status collapsed
2492
2493 \begin_layout Plain Layout
2494
2495
2496 \backslash
2497 spce 
2498 \end_layout
2499
2500 \end_inset
2501
2502 3
2503 \begin_inset Formula $\downarrow$
2504 \end_inset
2505
2506 A-B
2507 \end_layout
2508
2509 \end_inset
2510 </cell>
2511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2512 \begin_inset Text
2513
2514 \begin_layout Plain Layout
2515 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2516 \end_inset
2517
2518
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 </row>
2524 </lyxtabular>
2525
2526 \end_inset
2527
2528
2529 \end_layout
2530
2531 \begin_layout Standard
2532 A square root can also be created with 
2533 \series bold
2534
2535 \backslash
2536 root
2537 \series default
2538  when the root index field is left empty.
2539 \end_layout
2540
2541 \begin_layout Standard
2542 With certain indices the distance to the root is too small, like in this
2543  formula: 
2544 \begin_inset Formula $\sqrt[\beta]{B}$
2545 \end_inset
2546
2547
2548 \begin_inset Newline newline
2549 \end_inset
2550
2551 The 
2552 \begin_inset Formula $\beta$
2553 \end_inset
2554
2555  touches the root.
2556  To avoid this, the commands 
2557 \series bold
2558
2559 \backslash
2560 leftroot
2561 \series default
2562
2563 \begin_inset Index
2564 status collapsed
2565
2566 \begin_layout Plain Layout
2567 Commands ! L ! 
2568 \backslash
2569 leftroot
2570 \end_layout
2571
2572 \end_inset
2573
2574  and 
2575 \series bold
2576
2577 \backslash
2578 uproot
2579 \series default
2580
2581 \begin_inset Index
2582 status collapsed
2583
2584 \begin_layout Plain Layout
2585 Commands ! U ! 
2586 \backslash
2587 uproot
2588 \end_layout
2589
2590 \end_inset
2591
2592  are used with the following scheme:
2593 \end_layout
2594
2595 \begin_layout Standard
2596
2597 \series bold
2598
2599 \backslash
2600 leftroot{distance}
2601 \series default
2602  and 
2603 \series bold
2604
2605 \backslash
2606 uproot{distance}
2607 \end_layout
2608
2609 \begin_layout Standard
2610 Distance is the number of Big Points (unit bp; 
2611 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2612 \end_inset
2613
2614 ), that the index should be moved to the left or top, resp..
2615  The commands are written to the index.
2616  This way the command
2617 \begin_inset Newline newline
2618 \end_inset
2619
2620
2621 \series bold
2622
2623 \backslash
2624 root
2625 \backslash
2626 leftroot{-1
2627 \begin_inset Formula $\to$
2628 \end_inset
2629
2630
2631 \backslash
2632 uproot{2
2633 \begin_inset Formula $\to$
2634 \end_inset
2635
2636
2637 \backslash
2638 beta
2639 \begin_inset ERT
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643
2644
2645 \backslash
2646 spce 
2647 \end_layout
2648
2649 \end_inset
2650
2651
2652 \begin_inset Formula $\to$
2653 \end_inset
2654
2655 B
2656 \begin_inset Newline newline
2657 \end_inset
2658
2659
2660 \series default
2661 produces a correct typeset formula: 
2662 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \begin_layout Subsection
2669 Binomial coefficients 
2670 \begin_inset Index
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 Binomial coefficient s
2675 \end_layout
2676
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \begin_layout Standard
2683 Binomial coefficients are inserted with the command 
2684 \series bold
2685
2686 \backslash
2687 binom
2688 \series default
2689
2690 \begin_inset Index
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Commands ! B ! 
2695 \backslash
2696 binom
2697 \end_layout
2698
2699 \end_inset
2700
2701  or with the submenu of the math toolbar button 
2702 \begin_inset Graphics
2703         filename ../images/math/frac-square.png
2704         scale 85
2705
2706 \end_inset
2707
2708 .
2709  Analog to fractions (
2710 \series bold
2711
2712 \backslash
2713 frac
2714 \series default
2715 ) there are besides 
2716 \series bold
2717
2718 \backslash
2719 binom
2720 \series default
2721  the commands 
2722 \series bold
2723
2724 \backslash
2725 dbinom
2726 \begin_inset Index
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730 Commands ! D ! 
2731 \backslash
2732 dbinom
2733 \end_layout
2734
2735 \end_inset
2736
2737
2738 \series default
2739  and 
2740 \series bold
2741
2742 \backslash
2743 tbinom
2744 \series default
2745
2746 \begin_inset Index
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 Commands ! T ! 
2751 \backslash
2752 tbinom
2753 \end_layout
2754
2755 \end_inset
2756
2757 .
2758  For other brackets around binomial coeficients there are the commands 
2759 \series bold
2760
2761 \backslash
2762 brace
2763 \series default
2764
2765 \begin_inset Index
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769 Commands ! B ! 
2770 \backslash
2771 brace
2772 \end_layout
2773
2774 \end_inset
2775
2776  and 
2777 \series bold
2778
2779 \backslash
2780 brack
2781 \series default
2782
2783 \begin_inset Index
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 Commands ! B ! 
2788 \backslash
2789 brack
2790 \end_layout
2791
2792 \end_inset
2793
2794 .
2795 \end_layout
2796
2797 \begin_layout Standard
2798 \align center
2799 \begin_inset Tabular
2800 <lyxtabular version="3" rows="6" columns="2">
2801 <features>
2802 <column alignment="center" valignment="top" width="0pt">
2803 <column alignment="center" valignment="top" width="0pt">
2804 <row>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809 Command
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818 Result
2819 \begin_inset Note Note
2820 status collapsed
2821
2822 \begin_layout Plain Layout
2823
2824 \series bold
2825
2826 \backslash
2827 raisebox
2828 \series default
2829  is only used as spacer.
2830 \end_layout
2831
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 </row>
2840 <row>
2841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \backslash
2847 binom
2848 \begin_inset ERT
2849 status collapsed
2850
2851 \begin_layout Plain Layout
2852
2853
2854 \backslash
2855 spce 
2856 \end_layout
2857
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 B
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 Plain Layout
2873 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \backslash
2889 dbinom
2890 \begin_inset ERT
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894
2895
2896 \backslash
2897 spce 
2898 \end_layout
2899
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\downarrow$
2904 \end_inset
2905
2906 B
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 </row>
2924 <row>
2925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \backslash
2931 tbinom
2932 \begin_inset ERT
2933 status collapsed
2934
2935 \begin_layout Plain Layout
2936
2937
2938 \backslash
2939 spce 
2940 \end_layout
2941
2942 \end_inset
2943
2944 A
2945 \begin_inset Formula $\downarrow$
2946 \end_inset
2947
2948 B
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \backslash
2973 brack
2974 \begin_inset ERT
2975 status collapsed
2976
2977 \begin_layout Plain Layout
2978
2979
2980 \backslash
2981 spce 
2982 \end_layout
2983
2984 \end_inset
2985
2986 A
2987 \begin_inset Formula $\downarrow$
2988 \end_inset
2989
2990 B
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 \begin_inset Formula $\raisebox {5mm}{}{A \brack B}\raisebox {-2.5mm}{}$
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 <row>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013
3014 \backslash
3015 brace
3016 \begin_inset ERT
3017 status collapsed
3018
3019 \begin_layout Plain Layout
3020
3021
3022 \backslash
3023 spce 
3024 \end_layout
3025
3026 \end_inset
3027
3028 A
3029 \begin_inset Formula $\downarrow$
3030 \end_inset
3031
3032 B
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041 \begin_inset Formula $\raisebox {5mm}{}{A \brace B}\raisebox {-2.5mm}{}$
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 </row>
3050 </lyxtabular>
3051
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \begin_layout Subsection
3058 Case differentiations 
3059 \begin_inset Index
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063 Case differentiations 
3064 \end_layout
3065
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \begin_layout Standard
3072 \align center
3073 \begin_inset Tabular
3074 <lyxtabular version="3" rows="3" columns="2">
3075 <features>
3076 <column alignment="center" valignment="top" width="0pt">
3077 <column alignment="center" valignment="top" width="0pt">
3078 <row>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083 Command
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092 Result
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 </row>
3098 <row>
3099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \backslash
3105 cases
3106 \begin_inset ERT
3107 status collapsed
3108
3109 \begin_layout Plain Layout
3110
3111
3112 \backslash
3113 spce 
3114 \end_layout
3115
3116 \end_inset
3117
3118 A
3119 \begin_inset Formula $\to$
3120 \end_inset
3121
3122 B>0
3123 \begin_inset Index
3124 status collapsed
3125
3126 \begin_layout Plain Layout
3127 Commands ! C ! 
3128 \backslash
3129 cases
3130 \end_layout
3131
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 \begin_inset Formula $\begin{cases}
3144 A & B>0\end{cases}$
3145 \end_inset
3146
3147
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row>
3154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \backslash
3160 cases
3161 \begin_inset ERT
3162 status collapsed
3163
3164 \begin_layout Plain Layout
3165
3166
3167 \backslash
3168 spce 
3169 \end_layout
3170
3171 \end_inset
3172
3173 Ctrl-Enter
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 \begin_inset Formula $\begin{cases}
3183 A & \textrm{for }x>0\\
3184 B & \textrm{for }x=0\end{cases}$
3185 \end_inset
3186
3187
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 </lyxtabular>
3194
3195 \end_inset
3196
3197
3198 \end_layout
3199
3200 \begin_layout Standard
3201 After inserting 
3202 \series bold
3203
3204 \backslash
3205 cases
3206 \series default
3207  or the usage of the math toolbar button 
3208 \begin_inset Graphics
3209         filename ../images/math/cases.png
3210         scale 85
3211
3212 \end_inset
3213
3214  you can create new lines with the shortcut 
3215 \family sans
3216 Ctrl-Return
3217 \family default
3218  or the table toolbar button 
3219 \begin_inset Graphics
3220         filename ../images/tabular-feature_append-row.png
3221         scale 85
3222
3223 \end_inset
3224
3225 .
3226 \end_layout
3227
3228 \begin_layout Standard
3229 The command 
3230 \series bold
3231
3232 \backslash
3233 cases
3234 \series default
3235  is also available via the menu 
3236 \family sans
3237 Insert\SpecialChar \menuseparator
3238 Math\SpecialChar \menuseparator
3239 Cases-Environment
3240 \family default
3241 .
3242 \end_layout
3243
3244 \begin_layout Subsection
3245 Negations
3246 \begin_inset Index
3247 status collapsed
3248
3249 \begin_layout Plain Layout
3250 Negations
3251 \end_layout
3252
3253 \end_inset
3254
3255
3256 \end_layout
3257
3258 \begin_layout Standard
3259 By inserting of 
3260 \series bold
3261
3262 \backslash
3263 not
3264 \series default
3265
3266 \begin_inset Index
3267 status collapsed
3268
3269 \begin_layout Plain Layout
3270 Commands ! N ! 
3271 \backslash
3272 not
3273 \end_layout
3274
3275 \end_inset
3276
3277  every character can be displayed canceled.
3278  The characters are quasi accentuated by a slash.
3279 \end_layout
3280
3281 \begin_layout Standard
3282 \align center
3283 \begin_inset Tabular
3284 <lyxtabular version="3" rows="4" columns="2">
3285 <features>
3286 <column alignment="center" valignment="top" width="0pt">
3287 <column alignment="center" valignment="top" width="0pt">
3288 <row>
3289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293 Command
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302 Result
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 </row>
3308 <row>
3309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313
3314 \backslash
3315 not=
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324 \begin_inset Formula $\not=$
3325 \end_inset
3326
3327
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row>
3334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \backslash
3340 not 
3341 \backslash
3342 le
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 \begin_inset Formula $\not\le$
3352 \end_inset
3353
3354
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \backslash
3367 not 
3368 \backslash
3369 parallel
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 \begin_inset Formula $\not\parallel$
3379 \end_inset
3380
3381
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 </row>
3387 </lyxtabular>
3388
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \begin_layout Standard
3395 The last example shows, that not all negations look good.
3396  Therefore there are for some negations special commands (see 
3397 \begin_inset CommandInset ref
3398 LatexCommand ref
3399 reference "sub:Mathematical-Symbols"
3400
3401 \end_inset
3402
3403  and 
3404 \begin_inset CommandInset ref
3405 LatexCommand ref
3406 reference "sec:Relations"
3407
3408 \end_inset
3409
3410 ).
3411 \end_layout
3412
3413 \begin_layout Subsection
3414 Placeholders
3415 \begin_inset CommandInset label
3416 LatexCommand label
3417 name "sub:Placeholders"
3418
3419 \end_inset
3420
3421
3422 \begin_inset Index
3423 status collapsed
3424
3425 \begin_layout Plain Layout
3426 Placeholders
3427 \end_layout
3428
3429 \end_inset
3430
3431
3432 \begin_inset Index
3433 status collapsed
3434
3435 \begin_layout Plain Layout
3436 Chemical characters ! Isotopes
3437 \end_layout
3438
3439 \end_inset
3440
3441
3442 \begin_inset Index
3443 status collapsed
3444
3445 \begin_layout Plain Layout
3446 Isotopes|see
3447 \begin_inset ERT
3448 status collapsed
3449
3450 \begin_layout Plain Layout
3451
3452 {
3453 \end_layout
3454
3455 \end_inset
3456
3457 Chemical characters
3458 \begin_inset ERT
3459 status collapsed
3460
3461 \begin_layout Plain Layout
3462
3463 }
3464 \end_layout
3465
3466 \end_inset
3467
3468
3469 \end_layout
3470
3471 \end_inset
3472
3473
3474 \end_layout
3475
3476 \begin_layout Standard
3477 When displaying e.
3478 \begin_inset Space \thinspace{}
3479 \end_inset
3480
3481 g.
3482 \begin_inset Space ~
3483 \end_inset
3484
3485 isotopes
3486 \begin_inset Foot
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490 More about chemical symbols is written in 
3491 \begin_inset CommandInset ref
3492 LatexCommand ref
3493 reference "sub:Chemical-Symbols-and"
3494
3495 \end_inset
3496
3497 .
3498 \end_layout
3499
3500 \end_inset
3501
3502  the following problem occurs:
3503 \end_layout
3504
3505 \begin_layout Standard
3506 \align center
3507 \begin_inset Tabular
3508 <lyxtabular version="3" rows="2" columns="2">
3509 <features>
3510 <column alignment="center" valignment="top" width="0pt">
3511 <column alignment="center" valignment="top" width="0pt">
3512 <row>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Indices created with sub- and superscripts:
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox {-3mm}{}$
3527 \end_inset
3528
3529
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 </row>
3535 <row>
3536 <cell alignment="center" valignment="top" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 correct indices:
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3550 \end_inset
3551
3552
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 </lyxtabular>
3559
3560 \end_inset
3561
3562
3563 \begin_inset Note Note
3564 status collapsed
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569
3570 \backslash
3571 raisebox
3572 \series default
3573  is only used as spacer.
3574 \end_layout
3575
3576 \end_inset
3577
3578
3579 \end_layout
3580
3581 \begin_layout Standard
3582 The shorter index is by default placed below or above the first character
3583  of the longer index.
3584  To avoid this there is the command 
3585 \series bold
3586
3587 \backslash
3588 phantom
3589 \series default
3590
3591 \begin_inset Index
3592 status collapsed
3593
3594 \begin_layout Plain Layout
3595 Commands ! P ! 
3596 \backslash
3597 phantom
3598 \end_layout
3599
3600 \end_inset
3601
3602  or the math toolbar button
3603 \begin_inset Space \thinspace{}
3604 \end_inset
3605
3606
3607 \begin_inset Foot
3608 status collapsed
3609
3610 \begin_layout Plain Layout
3611 can be found in the submenu of the toolbar button 
3612 \begin_inset Graphics
3613         filename ../images/math/space.png
3614         scale 85
3615
3616 \end_inset
3617
3618
3619 \end_layout
3620
3621 \end_inset
3622
3623  
3624 \begin_inset Graphics
3625         filename ../images/math/phantom.png
3626         scale 85
3627
3628 \end_inset
3629
3630  that creates one or more phantom characters.
3631  When inserting 
3632 \series bold
3633
3634 \backslash
3635 phantom
3636 \series default
3637  a small blue box appears that is superposed with two red arrows.
3638  The arrows indicate that the complete width and height of the box content
3639  will be created as placeholder.
3640  Phantom characters are accordingly placeholders with the size of the characters.
3641 \end_layout
3642
3643 \begin_layout Standard
3644 \align center
3645 \begin_inset Tabular
3646 <lyxtabular version="3" rows="4" columns="2">
3647 <features>
3648 <column alignment="center" valignment="top" width="0">
3649 <column alignment="center" valignment="top" width="0">
3650 <row>
3651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 Command
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Result
3665 \begin_inset Note Note
3666 status collapsed
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671
3672 \backslash
3673 raisebox
3674 \series default
3675  is only used as spacer.
3676 \end_layout
3677
3678 \end_inset
3679
3680
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 ^19
3692 \begin_inset ERT
3693 status collapsed
3694
3695 \begin_layout Plain Layout
3696
3697
3698 \backslash
3699 spce 
3700 \end_layout
3701
3702 \end_inset
3703
3704 _
3705 \backslash
3706 phantom
3707 \begin_inset ERT
3708 status collapsed
3709
3710 \begin_layout Plain Layout
3711
3712
3713 \backslash
3714 spce 
3715 \end_layout
3716
3717 \end_inset
3718
3719 1
3720 \begin_inset Formula $\to$
3721 \end_inset
3722
3723 9
3724 \begin_inset ERT
3725 status collapsed
3726
3727 \begin_layout Plain Layout
3728
3729
3730 \backslash
3731 spce 
3732 \end_layout
3733
3734 \end_inset
3735
3736 F
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox {-2.5mm}{}$
3746 \end_inset
3747
3748
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 ^235
3760 \begin_inset ERT
3761 status collapsed
3762
3763 \begin_layout Plain Layout
3764
3765
3766 \backslash
3767 spce 
3768 \end_layout
3769
3770 \end_inset
3771
3772 _
3773 \backslash
3774 phantom
3775 \begin_inset ERT
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779
3780
3781 \backslash
3782 spce 
3783 \end_layout
3784
3785 \end_inset
3786
3787 23
3788 \begin_inset Formula $\to$
3789 \end_inset
3790
3791 9
3792 \begin_inset ERT
3793 status collapsed
3794
3795 \begin_layout Plain Layout
3796
3797
3798 \backslash
3799 spce 
3800 \end_layout
3801
3802 \end_inset
3803
3804 F
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox {-2.5mm}{}$
3814 \end_inset
3815
3816
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \backslash
3829 Lambda^
3830 \begin_inset ERT
3831 status collapsed
3832
3833 \begin_layout Plain Layout
3834
3835
3836 \backslash
3837 spce 
3838 \end_layout
3839
3840 \end_inset
3841
3842
3843 \backslash
3844 phantom
3845 \begin_inset ERT
3846 status collapsed
3847
3848 \begin_layout Plain Layout
3849
3850
3851 \backslash
3852 spce 
3853 \end_layout
3854
3855 \end_inset
3856
3857 ii
3858 \begin_inset Formula $\to$
3859 \end_inset
3860
3861 t
3862 \begin_inset ERT
3863 status collapsed
3864
3865 \begin_layout Plain Layout
3866
3867
3868 \backslash
3869 spce 
3870 \end_layout
3871
3872 \end_inset
3873
3874 _MMt
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3884 \end_inset
3885
3886
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 </lyxtabular>
3893
3894 \end_inset
3895
3896
3897 \end_layout
3898
3899 \begin_layout Standard
3900 Furthermore there are the commands 
3901 \series bold
3902
3903 \backslash
3904 vphantom
3905 \series default
3906
3907 \begin_inset Index
3908 status collapsed
3909
3910 \begin_layout Plain Layout
3911 Commands ! V ! 
3912 \backslash
3913 vphantom
3914 \end_layout
3915
3916 \end_inset
3917
3918  (toolbar button 
3919 \begin_inset Space ~
3920 \end_inset
3921
3922
3923 \begin_inset Graphics
3924         filename ../images/math/vphantom.png
3925         scale 85
3926
3927 \end_inset
3928
3929 ) and 
3930 \series bold
3931
3932 \backslash
3933 hphantom
3934 \series default
3935
3936 \begin_inset Index
3937 status collapsed
3938
3939 \begin_layout Plain Layout
3940 Commands ! H ! 
3941 \backslash
3942 hphantom
3943 \end_layout
3944
3945 \end_inset
3946
3947  (toolbar button 
3948 \begin_inset Space ~
3949 \end_inset
3950
3951
3952 \begin_inset Graphics
3953         filename ../images/math/hphantom.png
3954         scale 85
3955
3956 \end_inset
3957
3958 ).
3959  
3960 \series bold
3961
3962 \backslash
3963 hphantom
3964 \series default
3965  creates only space for the maximal height of the characters in the box
3966  but not for its width.
3967  
3968 \series bold
3969
3970 \backslash
3971 vphantom
3972 \series default
3973  creates only space for the width of the box content.
3974  Therefore  the boxes of both commands have only one red arrow.
3975 \end_layout
3976
3977 \begin_layout Standard
3978 For example creates 
3979 \series bold
3980
3981 \backslash
3982 vphantom
3983 \series default
3984
3985 \begin_inset ERT
3986 status collapsed
3987
3988 \begin_layout Plain Layout
3989
3990
3991 \backslash
3992 spce 
3993 \end_layout
3994
3995 \end_inset
3996
3997
3998 \series bold
3999 a
4000 \backslash
4001 int
4002 \series default
4003  space for the height of the integral sign,
4004 \begin_inset Foot
4005 status collapsed
4006
4007 \begin_layout Plain Layout
4008 The command 
4009 \series bold
4010
4011 \backslash
4012 int
4013 \series default
4014  creates an integral sign, see 
4015 \begin_inset CommandInset ref
4016 LatexCommand ref
4017 reference "sub:Big-Operators"
4018
4019 \end_inset
4020
4021 .
4022 \end_layout
4023
4024 \end_inset
4025
4026  because this is the larger character.
4027  An example application is in 
4028 \begin_inset CommandInset ref
4029 LatexCommand ref
4030 reference "sub:Multiline-Brackets"
4031
4032 \end_inset
4033
4034 .
4035 \end_layout
4036
4037 \begin_layout Subsection
4038 Lines
4039 \begin_inset Index
4040 status collapsed
4041
4042 \begin_layout Plain Layout
4043 Lines
4044 \end_layout
4045
4046 \end_inset
4047
4048
4049 \begin_inset Index
4050 status collapsed
4051
4052 \begin_layout Plain Layout
4053 Formula ! underlined
4054 \end_layout
4055
4056 \end_inset
4057
4058
4059 \end_layout
4060
4061 \begin_layout Standard
4062 \align center
4063 \begin_inset Tabular
4064 <lyxtabular version="3" rows="4" columns="2">
4065 <features>
4066 <column alignment="center" valignment="top" width="0pt">
4067 <column alignment="center" valignment="top" width="0pt">
4068 <row>
4069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Command
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 Result
4083 \begin_inset Note Note
4084 status collapsed
4085
4086 \begin_layout Plain Layout
4087
4088 \series bold
4089
4090 \backslash
4091 raisebox
4092 \series default
4093  is only used as spacer.
4094 \end_layout
4095
4096 \end_inset
4097
4098
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109
4110 \backslash
4111 overline
4112 \begin_inset ERT
4113 status collapsed
4114
4115 \begin_layout Plain Layout
4116
4117
4118 \backslash
4119 spce 
4120 \end_layout
4121
4122 \end_inset
4123
4124 A+B
4125 \begin_inset Index
4126 status collapsed
4127
4128 \begin_layout Plain Layout
4129 Commands ! O ! 
4130 \backslash
4131 overline
4132 \end_layout
4133
4134 \end_inset
4135
4136
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4146 \end_inset
4147
4148
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \backslash
4161 underline
4162 \begin_inset ERT
4163 status collapsed
4164
4165 \begin_layout Plain Layout
4166
4167
4168 \backslash
4169 spce 
4170 \end_layout
4171
4172 \end_inset
4173
4174 A+B
4175 \begin_inset Index
4176 status collapsed
4177
4178 \begin_layout Plain Layout
4179 Commands ! U ! 
4180 \backslash
4181 underline
4182 \end_layout
4183
4184 \end_inset
4185
4186
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4196 \end_inset
4197
4198
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \backslash
4211 overline
4212 \begin_inset ERT
4213 status collapsed
4214
4215 \begin_layout Plain Layout
4216
4217
4218 \backslash
4219 spce 
4220 \end_layout
4221
4222 \end_inset
4223
4224
4225 \backslash
4226 underline
4227 \begin_inset ERT
4228 status collapsed
4229
4230 \begin_layout Plain Layout
4231
4232
4233 \backslash
4234 spce 
4235 \end_layout
4236
4237 \end_inset
4238
4239 A+B
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4249 \end_inset
4250
4251
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 </lyxtabular>
4258
4259 \end_inset
4260
4261
4262 \end_layout
4263
4264 \begin_layout Standard
4265 In the last example it doesn't matter if first 
4266 \series bold
4267
4268 \backslash
4269 overline
4270 \series default
4271  or 
4272 \series bold
4273
4274 \backslash
4275 underline
4276 \series default
4277  is inserted.
4278 \end_layout
4279
4280 \begin_layout Standard
4281 To double underline e.
4282 \begin_inset Space \thinspace{}
4283 \end_inset
4284
4285 g.
4286  results, one uses 
4287 \series bold
4288
4289 \backslash
4290 underline
4291 \series default
4292  twice.
4293 \end_layout
4294
4295 \begin_layout Standard
4296 It is possible to place up to 6 lines above or below characters.
4297 \end_layout
4298
4299 \begin_layout Subsection
4300 Ellipses
4301 \begin_inset Index
4302 status collapsed
4303
4304 \begin_layout Plain Layout
4305 Ellipses
4306 \end_layout
4307
4308 \end_inset
4309
4310
4311 \end_layout
4312
4313 \begin_layout Standard
4314 There are different types of ellipses available.
4315 \begin_inset Foot
4316 status collapsed
4317
4318 \begin_layout Plain Layout
4319 In the math toolbar in the submenu of the button 
4320 \begin_inset Graphics
4321         filename ../images/math/ldots.png
4322         scale 85
4323
4324 \end_inset
4325
4326
4327 \end_layout
4328
4329 \end_inset
4330
4331  For listings dots at the baseline are used (
4332 \series bold
4333
4334 \backslash
4335 ldots
4336 \series default
4337
4338 \begin_inset Index
4339 status collapsed
4340
4341 \begin_layout Plain Layout
4342 Commands ! L ! 
4343 \backslash
4344 ldots
4345 \end_layout
4346
4347 \end_inset
4348
4349 ), while for operations dots are needed that are on the same height as the
4350  operators (
4351 \series bold
4352
4353 \backslash
4354 cdots
4355 \series default
4356
4357 \begin_inset Index
4358 status collapsed
4359
4360 \begin_layout Plain Layout
4361 Commands ! C ! 
4362 \backslash
4363 cdots
4364 \end_layout
4365
4366 \end_inset
4367
4368 ).
4369  When using the command 
4370 \series bold
4371
4372 \backslash
4373 dots
4374 \series default
4375
4376 \begin_inset Index
4377 status collapsed
4378
4379 \begin_layout Plain Layout
4380 Commands ! D ! 
4381 \backslash
4382 dots
4383 \end_layout
4384
4385 \end_inset
4386
4387 , LaTeX decides on the basis of the next character what type is used.
4388 \end_layout
4389
4390 \begin_layout Standard
4391 \align center
4392 \begin_inset Tabular
4393 <lyxtabular version="3" rows="8" columns="2">
4394 <features>
4395 <column alignment="center" valignment="top" width="0pt">
4396 <column alignment="center" valignment="top" width="0pt">
4397 <row>
4398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Command
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Result
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 A_1
4423 \begin_inset ERT
4424 status collapsed
4425
4426 \begin_layout Plain Layout
4427
4428
4429 \backslash
4430 spce 
4431 \end_layout
4432
4433 \end_inset
4434
4435 ,
4436 \backslash
4437 dots
4438 \begin_inset ERT
4439 status collapsed
4440
4441 \begin_layout Plain Layout
4442
4443
4444 \backslash
4445 spce 
4446 \end_layout
4447
4448 \end_inset
4449
4450 ,A_n
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 \begin_inset Formula $A_{1},\dots,A_{n}$
4460 \end_inset
4461
4462
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 A_1
4474 \begin_inset ERT
4475 status collapsed
4476
4477 \begin_layout Plain Layout
4478
4479
4480 \backslash
4481 spce 
4482 \end_layout
4483
4484 \end_inset
4485
4486 +
4487 \backslash
4488 dots
4489 \begin_inset ERT
4490 status collapsed
4491
4492 \begin_layout Plain Layout
4493
4494
4495 \backslash
4496 spce 
4497 \end_layout
4498
4499 \end_inset
4500
4501 +A_n
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 \begin_inset Formula $A_{1}+\dots+A_{n}$
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 A_1
4525 \begin_inset ERT
4526 status collapsed
4527
4528 \begin_layout Plain Layout
4529
4530
4531 \backslash
4532 spce 
4533 \end_layout
4534
4535 \end_inset
4536
4537 ,
4538 \backslash
4539 ldots
4540 \begin_inset ERT
4541 status collapsed
4542
4543 \begin_layout Plain Layout
4544
4545
4546 \backslash
4547 spce 
4548 \end_layout
4549
4550 \end_inset
4551
4552 ,A_n
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 \begin_inset Formula $A_{1},\ldots,A_{n}$
4562 \end_inset
4563
4564
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 A_1
4576 \begin_inset ERT
4577 status collapsed
4578
4579 \begin_layout Plain Layout
4580
4581
4582 \backslash
4583 spce 
4584 \end_layout
4585
4586 \end_inset
4587
4588 +
4589 \backslash
4590 cdots
4591 \begin_inset ERT
4592 status collapsed
4593
4594 \begin_layout Plain Layout
4595
4596
4597 \backslash
4598 spce 
4599 \end_layout
4600
4601 \end_inset
4602
4603 +A_n
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4613 \end_inset
4614
4615
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \backslash
4628 vdots
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 \begin_inset Formula $\vdots$
4638 \end_inset
4639
4640
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \backslash
4653 ddots
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 \begin_inset Formula $\ddots$
4663 \end_inset
4664
4665
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 </row>
4671 <row>
4672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 3×3
4677 \begin_inset Space \thinspace{}
4678 \end_inset
4679
4680 matrix with the different dots
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 \begin_inset Formula $\begin{array}{ccc}
4690 A_{11} & \cdots & A_{1m}\\
4691 \vdots & \ddots & \vdots\\
4692 A_{n1} & \cdots & A_{nm}\end{array}$
4693 \end_inset
4694
4695
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 </lyxtabular>
4702
4703 \end_inset
4704
4705
4706 \end_layout
4707
4708 \begin_layout Standard
4709 The ellipses available in menu 
4710 \family sans
4711 Insert\SpecialChar \menuseparator
4712 Special
4713 \begin_inset Space ~
4714 \end_inset
4715
4716 Character
4717 \family default
4718  are 
4719 \series bold
4720
4721 \backslash
4722 ldots
4723 \series default
4724 .
4725 \end_layout
4726
4727 \begin_layout Standard
4728 \begin_inset VSpace medskip
4729 \end_inset
4730
4731 Specially for matrices there are ellipses that span over several columns.
4732  They are created with the command 
4733 \series bold
4734
4735 \backslash
4736 hdotsfor
4737 \series default
4738
4739 \begin_inset Index
4740 status collapsed
4741
4742 \begin_layout Plain Layout
4743 Commands ! H ! 
4744 \backslash
4745 hdotsfor
4746 \end_layout
4747
4748 \end_inset
4749
4750 , that has the following scheme:
4751 \end_layout
4752
4753 \begin_layout Standard
4754
4755 \series bold
4756
4757 \backslash
4758 hdotsfor[distance]{number of columns}
4759 \end_layout
4760
4761 \begin_layout Standard
4762 The number of columns specifies how many columns should be spanned.
4763  Distance is a factor for the distance between the dots.
4764 \end_layout
4765
4766 \begin_layout Standard
4767 In the following matrix the command 
4768 \series bold
4769
4770 \backslash
4771 hdotsfor[2]{4}
4772 \series default
4773  was inserted in the first box of the second line, to get an ellipsis with
4774  a dot distance twice as long as with the command 
4775 \series bold
4776
4777 \backslash
4778 dots
4779 \series default
4780 :
4781 \begin_inset Formula \[
4782 \left(\begin{array}{cccc}
4783 A & B & C & D\\
4784 \hdotsfor [2]{4}\\
4785 q & w & e & r\end{array}\right)\]
4786
4787 \end_inset
4788
4789 Note that the matrix fields that should be spanned must be empty, otherwise
4790  you get LaTeX-errors.
4791 \end_layout
4792
4793 \begin_layout Standard
4794 \begin_inset VSpace bigskip
4795 \end_inset
4796
4797 Furthermore you can fill with the command 
4798 \series bold
4799
4800 \backslash
4801 dotfill
4802 \series default
4803
4804 \begin_inset Index
4805 status collapsed
4806
4807 \begin_layout Plain Layout
4808 Commands ! D ! 
4809 \backslash
4810 dotfill
4811 \end_layout
4812
4813 \end_inset
4814
4815  the rest of a line with dots.
4816  The effect of these commands is the same like with 
4817 \series bold
4818
4819 \backslash
4820 hfill
4821 \series default
4822 , see 
4823 \begin_inset CommandInset ref
4824 LatexCommand ref
4825 reference "sub:Variable-Space"
4826
4827 \end_inset
4828
4829 .
4830 \end_layout
4831
4832 \begin_layout Standard
4833 For example the command 
4834 \series bold
4835 A
4836 \backslash
4837 dotfill
4838 \begin_inset ERT
4839 status collapsed
4840
4841 \begin_layout Plain Layout
4842
4843
4844 \backslash
4845 spce 
4846 \end_layout
4847
4848 \end_inset
4849
4850 B
4851 \series default
4852  produces
4853 \end_layout
4854
4855 \begin_layout Standard
4856 \begin_inset Formula $A\dotfill  B$
4857 \end_inset
4858
4859
4860 \end_layout
4861
4862 \begin_layout Standard
4863 Analog to
4864 \series bold
4865  
4866 \backslash
4867 dotfill
4868 \series default
4869  there is for a line the command 
4870 \series bold
4871
4872 \backslash
4873 hrulefill
4874 \series default
4875
4876 \begin_inset Index
4877 status collapsed
4878
4879 \begin_layout Plain Layout
4880 Commands ! H ! 
4881 \backslash
4882 hrulefill
4883 \end_layout
4884
4885 \end_inset
4886
4887 :
4888 \end_layout
4889
4890 \begin_layout Standard
4891 \begin_inset Formula $A\hrulefill  B$
4892 \end_inset
4893
4894
4895 \end_layout
4896
4897 \begin_layout Standard
4898 To use the commands for text, they have to be inserted in TeX-mode.
4899 \end_layout
4900
4901 \begin_layout Section
4902 Matrices
4903 \begin_inset CommandInset label
4904 LatexCommand label
4905 name "sec:Matrices"
4906
4907 \end_inset
4908
4909
4910 \begin_inset Index
4911 status collapsed
4912
4913 \begin_layout Plain Layout
4914 Matrices
4915 \end_layout
4916
4917 \end_inset
4918
4919
4920 \end_layout
4921
4922 \begin_layout Standard
4923 Matrices can be inserted via the math toolbar button 
4924 \begin_inset Graphics
4925         filename ../images/dialog-show_mathmatrix.png
4926         scale 85
4927
4928 \end_inset
4929
4930  or the menu 
4931 \family sans
4932 Insert\SpecialChar \menuseparator
4933 Math\SpecialChar \menuseparator
4934 Matrix
4935 \family default
4936 .
4937  You will be asked for the number of matrix columns and rows, and the alignment.
4938  The vertical alignment is hereby only of importance for matrices in inline
4939  formulas:
4940 \end_layout
4941
4942 \begin_layout Standard
4943 The first matrix is top 
4944 \begin_inset Formula $\begin{array}[t]{cccc}
4945 A & D & G & J\\
4946 B & E & H & K\\
4947 C & F & I & L\end{array}$
4948 \end_inset
4949
4950 , the second middle 
4951 \begin_inset Formula $\begin{array}{cccc}
4952 A & D & G & J\\
4953 B & E & H & K\\
4954 C & F & I & L\end{array}$
4955 \end_inset
4956
4957 , and the third bottom 
4958 \begin_inset Formula $\begin{array}[b]{cccc}
4959 A & D & G & J\\
4960 B & E & H & K\\
4961 C & F & I & L\end{array}$
4962 \end_inset
4963
4964  aligned.
4965 \end_layout
4966
4967 \begin_layout Standard
4968 The horizontal alignment specifies how the column entries should be aligned.
4969  It is set by entering a letter for every column.
4970  
4971 \emph on
4972 l
4973 \emph default
4974  denotes left aligned, 
4975 \emph on
4976 c
4977 \emph default
4978  centered, and 
4979 \emph on
4980 r
4981 \emph default
4982  right aligned.
4983  To create for example a 4
4984 \series bold
4985 ×
4986 \series default
4987 4
4988 \begin_inset Space ~
4989 \end_inset
4990
4991 matrix where the first column is left aligned, the second and third are
4992  centered, and the last one is right aligned, one enters for the horizontal
4993  alignment 
4994 \series bold
4995 lccr
4996 \series default
4997 .
4998  Normally are in a matrix all columns centered, therefore the default is
4999  for every column is a 
5000 \series bold
5001 c
5002 \series default
5003 .
5004 \end_layout
5005
5006 \begin_layout Standard
5007 Horizontal alignment:
5008 \end_layout
5009
5010 \begin_layout Standard
5011
5012 \series bold
5013 lll
5014 \series default
5015  : 
5016 \begin_inset Formula $\begin{array}{lll}
5017 10000 & D & G\\
5018 B & 10000 & H\\
5019 C & F & 10000\end{array}$
5020 \end_inset
5021
5022  , 
5023 \series bold
5024 ccc
5025 \series default
5026  : 
5027 \begin_inset Formula $\begin{array}{ccc}
5028 10000 & D & G\\
5029 B & 10000 & H\\
5030 C & F & 10000\end{array}$
5031 \end_inset
5032
5033  , 
5034 \series bold
5035 rrr
5036 \series default
5037  : 
5038 \begin_inset Formula $\begin{array}{rrr}
5039 10000 & D & G\\
5040 B & 10000 & H\\
5041 C & F & 10000\end{array}$
5042 \end_inset
5043
5044
5045 \end_layout
5046
5047 \begin_layout Standard
5048 To add or delete rows and columns subsequently, the math toolbar buttons
5049  
5050 \begin_inset Graphics
5051         filename ../images/tabular-feature_append-row.png
5052         scale 85
5053
5054 \end_inset
5055
5056
5057 \begin_inset Graphics
5058         filename ../images/tabular-feature_delete-row.png
5059         scale 85
5060
5061 \end_inset
5062
5063 , etc.
5064 \begin_inset Space \thinspace{}
5065 \end_inset
5066
5067 , or the menu 
5068 \family sans
5069 Edit\SpecialChar \menuseparator
5070 Rows & Columns
5071 \family default
5072  can be used.
5073  New rows can also be created with 
5074 \family sans
5075 Ctrl-Return
5076 \family default
5077 .
5078 \end_layout
5079
5080 \begin_layout Standard
5081 \begin_inset VSpace bigskip
5082 \end_inset
5083
5084 Parentheses around a matrix can can either be created with the commands
5085  
5086 \series bold
5087
5088 \backslash
5089 left
5090 \series default
5091
5092 \begin_inset Index
5093 status collapsed
5094
5095 \begin_layout Plain Layout
5096 Commands ! L ! 
5097 \backslash
5098 left
5099 \end_layout
5100
5101 \end_inset
5102
5103  and 
5104 \series bold
5105
5106 \backslash
5107 right
5108 \series default
5109
5110 \begin_inset Index
5111 status collapsed
5112
5113 \begin_layout Plain Layout
5114 Commands ! R ! 
5115 \backslash
5116 right
5117 \end_layout
5118
5119 \end_inset
5120
5121  (shortcut 
5122 \family sans
5123 Alt-m
5124 \begin_inset Space ~
5125 \end_inset
5126
5127 parenthesis
5128 \family default
5129 ), see 
5130 \begin_inset CommandInset ref
5131 LatexCommand ref
5132 reference "sub:Automatic-Bracket-Size"
5133
5134 \end_inset
5135
5136 , or by using the following commands:
5137 \begin_inset VSpace medskip
5138 \end_inset
5139
5140
5141 \end_layout
5142
5143 \begin_layout Standard
5144 \begin_inset Space \hfill{}
5145 \end_inset
5146
5147
5148 \begin_inset Tabular
5149 <lyxtabular version="3" rows="4" columns="2">
5150 <features>
5151 <column alignment="center" valignment="top" width="0">
5152 <column alignment="center" valignment="top" width="0">
5153 <row>
5154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Command
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Result
5168 \begin_inset Note Note
5169 status collapsed
5170
5171 \begin_layout Plain Layout
5172
5173 \series bold
5174
5175 \backslash
5176 raisebox
5177 \series default
5178  is only used as spacer.
5179 \end_layout
5180
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \backslash
5196 bmatrix
5197 \begin_inset ERT
5198 status collapsed
5199
5200 \begin_layout Plain Layout
5201
5202
5203 \backslash
5204 spce 
5205 \end_layout
5206
5207 \end_inset
5208
5209 2
5210 \series bold
5211 ×
5212 \series default
5213 2
5214 \begin_inset Space \thinspace{}
5215 \end_inset
5216
5217 matrix
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5227 0 & \textrm{-}\mathrm{i}\\
5228 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5229 \end_inset
5230
5231
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 </row>
5237 <row>
5238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \backslash
5244 Bmatrix
5245 \begin_inset ERT
5246 status collapsed
5247
5248 \begin_layout Plain Layout
5249
5250
5251 \backslash
5252 spce 
5253 \end_layout
5254
5255 \end_inset
5256
5257 2
5258 \series bold
5259 ×
5260 \series default
5261 2
5262 \begin_inset Space \thinspace{}
5263 \end_inset
5264
5265 matrix
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5275 0 & \textrm{-}\mathrm{i}\\
5276 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row>
5286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290
5291 \backslash
5292 pmatrix
5293 \begin_inset ERT
5294 status collapsed
5295
5296 \begin_layout Plain Layout
5297
5298
5299 \backslash
5300 spce 
5301 \end_layout
5302
5303 \end_inset
5304
5305 2
5306 \series bold
5307 ×
5308 \series default
5309 2
5310 \begin_inset Space \thinspace{}
5311 \end_inset
5312
5313 matrix
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5323 0 & \textrm{-}\mathrm{i}\\
5324 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 </lyxtabular>
5334
5335 \end_inset
5336
5337
5338 \begin_inset Space \hfill{}
5339 \end_inset
5340
5341
5342 \begin_inset Tabular
5343 <lyxtabular version="3" rows="4" columns="2">
5344 <features>
5345 <column alignment="center" valignment="top" width="0">
5346 <column alignment="center" valignment="top" width="0">
5347 <row>
5348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Command
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 Result
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 <row>
5368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372
5373 \backslash
5374 vmatrix
5375 \begin_inset ERT
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379
5380
5381 \backslash
5382 spce 
5383 \end_layout
5384
5385 \end_inset
5386
5387 2
5388 \series bold
5389 ×
5390 \series default
5391 2
5392 \begin_inset Space \thinspace{}
5393 \end_inset
5394
5395 matrix
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5405 0 & \textrm{-}\mathrm{i}\\
5406 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5407 \end_inset
5408
5409
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 </row>
5415 <row>
5416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420
5421 \backslash
5422 Vmatrix
5423 \begin_inset ERT
5424 status collapsed
5425
5426 \begin_layout Plain Layout
5427
5428
5429 \backslash
5430 spce 
5431 \end_layout
5432
5433 \end_inset
5434
5435 2
5436 \series bold
5437 ×
5438 \series default
5439 2
5440 \begin_inset Space \thinspace{}
5441 \end_inset
5442
5443 matrix
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5453 0 & \textrm{-}\mathrm{i}\\
5454 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5455 \end_inset
5456
5457
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468
5469 \backslash
5470 matrix
5471 \begin_inset ERT
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475
5476
5477 \backslash
5478 spce 
5479 \end_layout
5480
5481 \end_inset
5482
5483 2
5484 \series bold
5485 ×
5486 \series default
5487 2
5488 \begin_inset Space \thinspace{}
5489 \end_inset
5490
5491 matrix
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5501 0 & \textrm{-}\mathrm{i}\\
5502 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5503 \end_inset
5504
5505
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 </lyxtabular>
5512
5513 \end_inset
5514
5515
5516 \begin_inset Space \hfill{}
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \begin_layout Standard
5523 \begin_inset VSpace medskip
5524 \end_inset
5525
5526 When e.
5527 \begin_inset Space \thinspace{}
5528 \end_inset
5529
5530 g.
5531 \begin_inset Space ~
5532 \end_inset
5533
5534
5535 \series bold
5536
5537 \backslash
5538 vmatrix
5539 \series default
5540  is inserted, a blue box appears between two vertical lines where the matrix
5541  is inserted.
5542 \end_layout
5543
5544 \begin_layout Standard
5545 \begin_inset VSpace bigskip
5546 \end_inset
5547
5548 As all multiline formulas are matrices, the length 
5549 \series bold
5550
5551 \backslash
5552 arraycolsep
5553 \series default
5554
5555 \begin_inset Index
5556 status collapsed
5557
5558 \begin_layout Plain Layout
5559 Commands ! A ! 
5560 \backslash
5561 arraycolsep
5562 \end_layout
5563
5564 \end_inset
5565
5566  that is described in 
5567 \begin_inset CommandInset ref
5568 LatexCommand ref
5569 reference "sub:Column-Separation"
5570
5571 \end_inset
5572
5573  can also be used to change the column separation of matrices.
5574 \end_layout
5575
5576 \begin_layout Standard
5577 To change the row separation, the command 
5578 \series bold
5579
5580 \backslash
5581 arraystretch
5582 \series default
5583
5584 \begin_inset Index
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588 Commands ! A ! 
5589 \backslash
5590 arraystretch
5591 \end_layout
5592
5593 \end_inset
5594
5595  is used.
5596  It is used as follows:
5597 \end_layout
5598
5599 \begin_layout Standard
5600
5601 \series bold
5602
5603 \backslash
5604 renewcommand{
5605 \backslash
5606 arraystretch}{stretch factor}
5607 \begin_inset Index
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611 Commands ! R ! 
5612 \backslash
5613 renewcommand
5614 \end_layout
5615
5616 \end_inset
5617
5618
5619 \end_layout
5620
5621 \begin_layout Standard
5622 The command 
5623 \series bold
5624
5625 \backslash
5626 renewcommand
5627 \series default
5628  assigns the stretch factor to the predefined command 
5629 \series bold
5630
5631 \backslash
5632 arraystretch
5633 \series default
5634 .
5635  To double e.
5636 \begin_inset Space \thinspace{}
5637 \end_inset
5638
5639 g.
5640 \begin_inset Space ~
5641 \end_inset
5642
5643 the row separation, use the factor 2.
5644  This is then used for all following matrices.
5645  To go back to the original separation, assign the factor 1 to 
5646 \series bold
5647
5648 \backslash
5649 arraystretch
5650 \series default
5651 .
5652 \end_layout
5653
5654 \begin_layout Standard
5655 To set matrices into a text line, the command 
5656 \series bold
5657
5658 \backslash
5659 smallmatrix
5660 \series default
5661
5662 \begin_inset Index
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666 Commands ! S ! 
5667 \backslash
5668 smallmatrix
5669 \end_layout
5670
5671 \end_inset
5672
5673  is used.
5674  When it is inserted a blue box with two dashed lines appears.
5675  In this box the matrix is inserted.
5676 \end_layout
5677
5678 \begin_layout Standard
5679 This is a matrix 
5680 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5681 C & D\end{smallmatrix}\right)$
5682 \end_inset
5683
5684  in a text line.
5685 \end_layout
5686
5687 \begin_layout Section
5688 Brackets and Delimiters
5689 \begin_inset Index
5690 status collapsed
5691
5692 \begin_layout Plain Layout
5693 Brackets
5694 \end_layout
5695
5696 \end_inset
5697
5698
5699 \begin_inset Index
5700 status collapsed
5701
5702 \begin_layout Plain Layout
5703 Delimiters
5704 \end_layout
5705
5706 \end_inset
5707
5708
5709 \end_layout
5710
5711 \begin_layout Subsection
5712 Vertical Brackets and Delimiters
5713 \begin_inset Index
5714 status collapsed
5715
5716 \begin_layout Plain Layout
5717 Brackets ! vertical
5718 \end_layout
5719
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \begin_layout Standard
5726 \begin_inset Space \hfill{}
5727 \end_inset
5728
5729
5730 \begin_inset Tabular
5731 <lyxtabular version="3" rows="9" columns="2">
5732 <features>
5733 <column alignment="center" valignment="top" width="0pt">
5734 <column alignment="center" valignment="top" width="0pt">
5735 <row>
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 Command
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 Result
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 (
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 \begin_inset Formula $($
5770 \end_inset
5771
5772
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 {
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $\{$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 [
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 \begin_inset Formula $[$
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 </row>
5824 <row>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829
5830 \backslash
5831 langle
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 \begin_inset Formula $\langle$
5841 \end_inset
5842
5843
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854
5855 \backslash
5856 lceil
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 \begin_inset Formula $\lceil$
5866 \end_inset
5867
5868
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879
5880 \backslash
5881 lfloor
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 \begin_inset Formula $\lfloor$
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 <row>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 /
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 Plain Layout
5913 \begin_inset Formula $/$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 <row>
5923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 |
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 \begin_inset Formula $|$
5937 \end_inset
5938
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 </row>
5945 </lyxtabular>
5946
5947 \end_inset
5948
5949
5950 \begin_inset Space \hfill{}
5951 \end_inset
5952
5953
5954 \begin_inset Tabular
5955 <lyxtabular version="3" rows="9" columns="2">
5956 <features>
5957 <column alignment="center" valignment="top" width="0pt">
5958 <column alignment="center" valignment="top" width="0pt">
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 Command
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 Result
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 )
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 \begin_inset Formula $)$
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 </row>
6002 <row>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 }
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 \begin_inset Formula $\}$
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 ]
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 \begin_inset Formula $]$
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053
6054 \backslash
6055 rangle
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 \begin_inset Formula $\rangle$
6065 \end_inset
6066
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 <row>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078
6079 \backslash
6080 rceil
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 \begin_inset Formula $\rceil$
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 </row>
6098 <row>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103
6104 \backslash
6105 rfloor
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 \begin_inset Formula $\rfloor$
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 </row>
6123 <row>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128
6129 \backslash
6130
6131 \backslash
6132
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 \begin_inset Formula $\backslash$
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155
6156 \backslash
6157 |
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 \begin_inset Formula $\|$
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 </row>
6175 </lyxtabular>
6176
6177 \end_inset
6178
6179
6180 \begin_inset Space \hfill{}
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \begin_layout Standard
6187
6188 \series medium
6189 \begin_inset Note Greyedout
6190 status open
6191
6192 \begin_layout Plain Layout
6193
6194 \series bold
6195 Note:
6196 \series default
6197  In TeX-mode the command 
6198 \series bold
6199
6200 \backslash
6201 textbackslash
6202 \series default
6203
6204 \begin_inset Index
6205 status collapsed
6206
6207 \begin_layout Plain Layout
6208 Commands ! T ! 
6209 \backslash
6210 textbackslash
6211 \end_layout
6212
6213 \end_inset
6214
6215  must be used for the backslash, because the command 
6216 \series bold
6217
6218 \backslash
6219
6220 \backslash
6221
6222 \series default
6223  produces there a line break.
6224 \end_layout
6225
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \begin_layout Standard
6232 For all characters listed above the size can be adjusted with the commands
6233  described in the following two subsections.
6234  When using these commands, the characters < and > can directly be used
6235  instead of the commands 
6236 \series bold
6237
6238 \backslash
6239 langle
6240 \series default
6241  and 
6242 \series bold
6243
6244 \backslash
6245 rangle
6246 \series default
6247 .
6248 \end_layout
6249
6250 \begin_layout Subsubsection
6251 Manual Bracket Size
6252 \begin_inset CommandInset label
6253 LatexCommand label
6254 name "sub:Manual-Bracket-Size"
6255
6256 \end_inset
6257
6258
6259 \begin_inset Index
6260 status collapsed
6261
6262 \begin_layout Plain Layout
6263 Bracket size ! manual
6264 \end_layout
6265
6266 \end_inset
6267
6268
6269 \end_layout
6270
6271 \begin_layout Standard
6272 The bracket size can be specified manually by the LaTeX-commands 
6273 \series bold
6274
6275 \backslash
6276 big
6277 \series default
6278
6279 \begin_inset Index
6280 status collapsed
6281
6282 \begin_layout Plain Layout
6283 Commands ! B ! 
6284 \backslash
6285 big
6286 \end_layout
6287
6288 \end_inset
6289
6290
6291 \series bold
6292
6293 \backslash
6294 Big
6295 \series default
6296
6297 \series bold
6298
6299 \backslash
6300 bigg
6301 \series default
6302 , and 
6303 \series bold
6304
6305 \backslash
6306 Bigg
6307 \series default
6308 .
6309  
6310 \series bold
6311
6312 \backslash
6313 big
6314 \series default
6315  denotes the smallest and 
6316 \series bold
6317
6318 \backslash
6319 Bigg
6320 \series default
6321  the largest bracket size.
6322 \end_layout
6323
6324 \begin_layout Standard
6325 These commands are used to emphasize levels of brackets:
6326 \end_layout
6327
6328 \begin_layout Standard
6329 \align center
6330 \begin_inset Tabular
6331 <lyxtabular version="3" rows="2" columns="2">
6332 <features>
6333 <column alignment="center" valignment="top" width="0pt">
6334 <column alignment="center" valignment="top" width="0pt">
6335 <row>
6336 <cell alignment="center" valignment="top" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 all brackets in the same size:
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox {-4mm}{}$
6350 \end_inset
6351
6352
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 </row>
6358 <row>
6359 <cell alignment="center" valignment="top" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 this looks better:
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 </lyxtabular>
6382
6383 \end_inset
6384
6385
6386 \begin_inset Note Note
6387 status collapsed
6388
6389 \begin_layout Plain Layout
6390
6391 \series bold
6392
6393 \backslash
6394 raisebox
6395 \series default
6396  is only used as spacer.
6397 \end_layout
6398
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \begin_layout Standard
6405 For the second formula the command 
6406 \series bold
6407
6408 \backslash
6409 Big((A+B)(A-B)
6410 \backslash
6411 Big)^
6412 \begin_inset ERT
6413 status collapsed
6414
6415 \begin_layout Plain Layout
6416
6417
6418 \backslash
6419 spce 
6420 \end_layout
6421
6422 \end_inset
6423
6424 C
6425 \series default
6426  has been used.
6427 \end_layout
6428
6429 \begin_layout Standard
6430 Here is an overview about all bracket sizes:
6431 \end_layout
6432
6433 \begin_layout Standard
6434 \align center
6435
6436 \backslash
6437 Bigg(
6438 \backslash
6439 exp
6440 \backslash
6441 bigg<
6442 \backslash
6443 Big[
6444 \backslash
6445 big{
6446 \backslash
6447 ln(3x)
6448 \backslash
6449 big}^2
6450 \begin_inset ERT
6451 status collapsed
6452
6453 \begin_layout Plain Layout
6454
6455
6456 \backslash
6457 spce 
6458 \end_layout
6459
6460 \end_inset
6461
6462
6463 \backslash
6464 sin(x)
6465 \backslash
6466 Big]^
6467 \begin_inset ERT
6468 status collapsed
6469
6470 \begin_layout Plain Layout
6471
6472
6473 \backslash
6474 spce 
6475 \end_layout
6476
6477 \end_inset
6478
6479 A
6480 \begin_inset ERT
6481 status collapsed
6482
6483 \begin_layout Plain Layout
6484
6485
6486 \backslash
6487 spce 
6488 \end_layout
6489
6490 \end_inset
6491
6492
6493 \backslash
6494 bigg>
6495 \backslash
6496 Bigg)^0,5
6497 \end_layout
6498
6499 \begin_layout Standard
6500 \align center
6501 \begin_inset Formula $\Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sin(x)\Big ]^{A}\bigg >\Bigg )^{0,5}$
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \begin_layout Standard
6508 \begin_inset Newpage newpage
6509 \end_inset
6510
6511 Besides the 
6512 \series bold
6513
6514 \backslash
6515 big
6516 \series default
6517 -commands there is the variant 
6518 \series bold
6519
6520 \backslash
6521 bigm
6522 \series default
6523
6524 \begin_inset Index
6525 status collapsed
6526
6527 \begin_layout Plain Layout
6528 Commands ! B ! 
6529 \backslash
6530 bigm
6531 \end_layout
6532
6533 \end_inset
6534
6535  that adds a bit more space between the bracket and its content, and the
6536  variant 
6537 \series bold
6538
6539 \backslash
6540 bigl
6541 \series default
6542 -
6543 \series bold
6544
6545 \backslash
6546 bigr
6547 \series default
6548
6549 \begin_inset Index
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553 Commands ! B ! 
6554 \backslash
6555 bigl - 
6556 \backslash
6557 bigr
6558 \end_layout
6559
6560 \end_inset
6561
6562 , that don't add additional space.
6563  The 
6564 \emph on
6565 l
6566 \emph default
6567  at the end of the command 
6568 \series bold
6569
6570 \backslash
6571 bigl
6572 \series default
6573  is for a left bracket; for a right bracket this will be replaced by an
6574  
6575 \emph on
6576 r
6577 \emph default
6578 .
6579  A left or right bracket can each be an opening or closing bracket.
6580 \end_layout
6581
6582 \begin_layout Standard
6583 In the following table is a comparison of the variants:
6584 \end_layout
6585
6586 \begin_layout Standard
6587 \align center
6588 \begin_inset Tabular
6589 <lyxtabular version="3" rows="5" columns="2">
6590 <features>
6591 <column alignment="center" valignment="middle" width="0">
6592 <column alignment="center" valignment="middle" width="0">
6593 <row>
6594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 Command
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 Result
6608 \begin_inset Note Note
6609 status collapsed
6610
6611 \begin_layout Plain Layout
6612
6613 \series bold
6614
6615 \backslash
6616 raisebox
6617 \series default
6618  is only used as spacer.
6619 \end_layout
6620
6621 \end_inset
6622
6623
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 </row>
6629 <row>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634
6635 \backslash
6636 Bigm(
6637 \backslash
6638 bigm(
6639 \backslash
6640 ln(3x)
6641 \backslash
6642 bigm)^2
6643 \series bold
6644
6645 \begin_inset ERT
6646 status collapsed
6647
6648 \begin_layout Plain Layout
6649
6650
6651 \backslash
6652 spce 
6653 \end_layout
6654
6655 \end_inset
6656
6657
6658 \series default
6659
6660 \backslash
6661 Bigm)
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6671 \end_inset
6672
6673
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 </row>
6679 <row>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684
6685 \backslash
6686 Big(
6687 \backslash
6688 big(
6689 \backslash
6690 ln(3x)
6691 \backslash
6692 big)^2
6693 \series bold
6694
6695 \begin_inset ERT
6696 status collapsed
6697
6698 \begin_layout Plain Layout
6699
6700
6701 \backslash
6702 spce 
6703 \end_layout
6704
6705 \end_inset
6706
6707
6708 \series default
6709
6710 \backslash
6711 Big)
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 </row>
6729 <row>
6730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734
6735 \backslash
6736 Bigl(
6737 \backslash
6738 bigl(
6739 \backslash
6740 ln(3x)
6741 \backslash
6742 bigr)^2
6743 \series bold
6744
6745 \begin_inset ERT
6746 status collapsed
6747
6748 \begin_layout Plain Layout
6749
6750
6751 \backslash
6752 spce 
6753 \end_layout
6754
6755 \end_inset
6756
6757
6758 \series default
6759
6760 \backslash
6761 Bigr)
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.25mm}{}$
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 </row>
6779 <row>
6780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784
6785 \backslash
6786 bigl)
6787 \backslash
6788 ln(3x)
6789 \backslash
6790 bigr(
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 </row>
6808 </lyxtabular>
6809
6810 \end_inset
6811
6812
6813 \end_layout
6814
6815 \begin_layout Subsubsection
6816 Automatic Bracket Size
6817 \begin_inset CommandInset label
6818 LatexCommand label
6819 name "sub:Automatic-Bracket-Size"
6820
6821 \end_inset
6822
6823
6824 \begin_inset Index
6825 status collapsed
6826
6827 \begin_layout Plain Layout
6828 Bracket size ! automatic
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \end_layout
6835
6836 \begin_layout Standard
6837 Brackets with variable size can be inserted with the commands 
6838 \series bold
6839
6840 \backslash
6841 left
6842 \series default
6843
6844 \begin_inset Index
6845 status collapsed
6846
6847 \begin_layout Plain Layout
6848 Commands ! L ! 
6849 \backslash
6850 left
6851 \end_layout
6852
6853 \end_inset
6854
6855  and 
6856 \series bold
6857
6858 \backslash
6859 right
6860 \series default
6861
6862 \begin_inset Index
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 Commands ! R ! 
6867 \backslash
6868 right
6869 \end_layout
6870
6871 \end_inset
6872
6873  or via the math toolbar button 
6874 \begin_inset Graphics
6875         filename ../images/dialog-show_mathdelimiter.png
6876         scale 85
6877
6878 \end_inset
6879
6880 .
6881  Directly behind 
6882 \series bold
6883
6884 \backslash
6885 left
6886 \series default
6887  and 
6888 \series bold
6889
6890 \backslash
6891 right
6892 \series default
6893  the wanted bracket must be inserted.
6894  The bracket size will then automatically be calculated for the output.
6895 \end_layout
6896
6897 \begin_layout Standard
6898 \align center
6899 normal bracket: The command 
6900 \series bold
6901
6902 \backslash
6903 ln(
6904 \backslash
6905 frac
6906 \begin_inset ERT
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910
6911
6912 \backslash
6913 spce 
6914 \end_layout
6915
6916 \end_inset
6917
6918 A
6919 \begin_inset Formula $\downarrow$
6920 \end_inset
6921
6922 C
6923 \begin_inset ERT
6924 status collapsed
6925
6926 \begin_layout Plain Layout
6927
6928
6929 \backslash
6930 spce 
6931 \end_layout
6932
6933 \end_inset
6934
6935 )
6936 \series default
6937  creates
6938 \begin_inset Formula \[
6939 \ln(\frac{A}{C})\]
6940
6941 \end_inset
6942
6943
6944 \end_layout
6945
6946 \begin_layout Standard
6947 \align center
6948 multiline bracket: The command 
6949 \series bold
6950
6951 \backslash
6952 ln
6953 \backslash
6954 left(
6955 \backslash
6956 frac
6957 \begin_inset ERT
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961
6962
6963 \backslash
6964 spce 
6965 \end_layout
6966
6967 \end_inset
6968
6969 A
6970 \begin_inset Formula $\downarrow$
6971 \end_inset
6972
6973 C
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979
6980 \backslash
6981 spce 
6982 \end_layout
6983
6984 \end_inset
6985
6986
6987 \backslash
6988 right)
6989 \series default
6990  creates
6991 \begin_inset Formula \[
6992 \ln\left(\frac{A}{C}\right)\]
6993
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \begin_layout Standard
7000 Instead of 
7001 \series bold
7002
7003 \backslash
7004 left
7005 \series default
7006  and 
7007 \series bold
7008
7009 \backslash
7010 right
7011 \series default
7012  the shortcut 
7013 \family sans
7014 Alt-m
7015 \begin_inset Space ~
7016 \end_inset
7017
7018 bracket
7019 \family default
7020  can be used.
7021  This has the advantage that you can see in LyX immediately the real bracket
7022  size and that the matching right bracket will be created too.
7023 \begin_inset Newline newline
7024 \end_inset
7025
7026 The command for the last example would then be: 
7027 \series bold
7028
7029 \backslash
7030 ln Alt-m
7031 \series default
7032  
7033 \series bold
7034 (
7035 \backslash
7036 frac
7037 \begin_inset ERT
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041
7042
7043 \backslash
7044 spce 
7045 \end_layout
7046
7047 \end_inset
7048
7049 A
7050 \begin_inset Formula $\downarrow$
7051 \end_inset
7052
7053 C
7054 \end_layout
7055
7056 \begin_layout Standard
7057 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7058  For example the command 
7059 \series bold
7060
7061 \backslash
7062 left.
7063 \backslash
7064 frac
7065 \begin_inset ERT
7066 status collapsed
7067
7068 \begin_layout Plain Layout
7069
7070
7071 \backslash
7072 spce 
7073 \end_layout
7074
7075 \end_inset
7076
7077 A
7078 \begin_inset Formula $\downarrow$
7079 \end_inset
7080
7081 B
7082 \begin_inset ERT
7083 status collapsed
7084
7085 \begin_layout Plain Layout
7086
7087
7088 \backslash
7089 spce 
7090 \end_layout
7091
7092 \end_inset
7093
7094
7095 \backslash
7096 right}
7097 \series default
7098  creates:
7099 \series bold
7100
7101 \begin_inset Formula \[
7102 \left.\frac{A}{B}\right\} \]
7103
7104 \end_inset
7105
7106
7107 \series default
7108 The commands 
7109 \series bold
7110
7111 \backslash
7112 left
7113 \series default
7114  and 
7115 \series bold
7116
7117 \backslash
7118 right
7119 \series default
7120  will be converted by LyX to brackets in the right size when the document
7121  is reloaded and an omitted bracket will appear as dashed line.
7122 \end_layout
7123
7124 \begin_layout Standard
7125 \begin_inset VSpace bigskip
7126 \end_inset
7127
7128 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7129  the command 
7130 \series bold
7131
7132 \backslash
7133 middle
7134 \series default
7135
7136 \begin_inset Index
7137 status collapsed
7138
7139 \begin_layout Plain Layout
7140 Commands ! M ! 
7141 \backslash
7142 middle
7143 \end_layout
7144
7145 \end_inset
7146
7147  is additionally available for all brackets and limits.
7148  With this command the height of the following character is adapted to the
7149  one of the surrounding brackets, what is e.
7150 \begin_inset Space \thinspace{}
7151 \end_inset
7152
7153 g.
7154 \begin_inset Space ~
7155 \end_inset
7156
7157 needed for physical vectors:
7158 \begin_inset Formula \[
7159 \left\langle \phi\:\middle |\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7160
7161 \end_inset
7162
7163 For physical vectors there is a special LaTeX-package, described in 
7164 \begin_inset CommandInset ref
7165 LatexCommand ref
7166 reference "sub:Physical-Vectors"
7167
7168 \end_inset
7169
7170 .
7171 \end_layout
7172
7173 \begin_layout Subsection
7174 Horizontal Brackets
7175 \begin_inset Index
7176 status collapsed
7177
7178 \begin_layout Plain Layout
7179 Brackets ! horizontal
7180 \end_layout
7181
7182 \end_inset
7183
7184
7185 \end_layout
7186
7187 \begin_layout Standard
7188 \align center
7189 \begin_inset Tabular
7190 <lyxtabular version="3" rows="4" columns="2">
7191 <features>
7192 <column alignment="center" valignment="top" width="0pt">
7193 <column alignment="center" valignment="top" width="0pt">
7194 <row>
7195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 Command
7200 \begin_inset Note Note
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204
7205 \series bold
7206
7207 \backslash
7208 raisebox
7209 \series default
7210  is only used as spacer.
7211 \end_layout
7212
7213 \end_inset
7214
7215
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 Result
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 \begin_inset ERT
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239
7240
7241 \backslash
7242 raisebox{2.3mm}{
7243 \end_layout
7244
7245 \end_inset
7246
7247
7248 \backslash
7249 overbrace
7250 \begin_inset ERT
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254
7255
7256 \backslash
7257 spce 
7258 \end_layout
7259
7260 \end_inset
7261
7262 A+B
7263 \begin_inset ERT
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268
7269 \backslash
7270 spce 
7271 \end_layout
7272
7273 \end_inset
7274
7275 ^
7276 \begin_inset ERT
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280
7281
7282 \backslash
7283 spce 
7284 \end_layout
7285
7286 \end_inset
7287
7288 3
7289 \begin_inset ERT
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293
7294 }
7295 \end_layout
7296
7297 \end_inset
7298
7299
7300 \begin_inset Index
7301 status collapsed
7302
7303 \begin_layout Plain Layout
7304 Commands ! O ! 
7305 \backslash
7306 overbrace
7307 \end_layout
7308
7309 \end_inset
7310
7311
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 \begin_inset Formula $\overbrace{A+B}^{3}$
7321 \end_inset
7322
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 </row>
7329 <row>
7330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 \begin_inset ERT
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338
7339
7340 \backslash
7341 raisebox{-2.2mm}{
7342 \end_layout
7343
7344 \end_inset
7345
7346
7347 \backslash
7348 underbrace
7349 \begin_inset ERT
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353
7354
7355 \backslash
7356 spce 
7357 \end_layout
7358
7359 \end_inset
7360
7361 A+B
7362 \begin_inset ERT
7363 status collapsed
7364
7365 \begin_layout Plain Layout
7366
7367
7368 \backslash
7369 spce 
7370 \end_layout
7371
7372 \end_inset
7373
7374 _5
7375 \begin_inset ERT
7376 status collapsed
7377
7378 \begin_layout Plain Layout
7379
7380 }
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \begin_inset Index
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390 Commands ! U ! 
7391 \backslash
7392 underbrace
7393 \end_layout
7394
7395 \end_inset
7396
7397
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406 \begin_inset Formula $\underbrace{A+B}_{5}$
7407 \end_inset
7408
7409
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row>
7416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420
7421 \backslash
7422 overbrace
7423 \begin_inset ERT
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427
7428
7429 \backslash
7430 spce 
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \backslash
7437 underbrace
7438 \begin_inset ERT
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442
7443
7444 \backslash
7445 spce 
7446 \end_layout
7447
7448 \end_inset
7449
7450 A+B_w
7451 \begin_inset ERT
7452 status collapsed
7453
7454 \begin_layout Plain Layout
7455
7456
7457 \backslash
7458 spce 
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \begin_inset ERT
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468
7469
7470 \backslash
7471 spce 
7472 \end_layout
7473
7474 \end_inset
7475
7476 _7
7477 \begin_inset ERT
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481
7482
7483 \backslash
7484 spce 
7485 \end_layout
7486
7487 \end_inset
7488
7489
7490 \begin_inset ERT
7491 status collapsed
7492
7493 \begin_layout Plain Layout
7494
7495
7496 \backslash
7497 spce 
7498 \end_layout
7499
7500 \end_inset
7501
7502 ^
7503 \begin_inset ERT
7504 status collapsed
7505
7506 \begin_layout Plain Layout
7507
7508
7509 \backslash
7510 spce 
7511 \end_layout
7512
7513 \end_inset
7514
7515 C
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 </lyxtabular>
7534
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \begin_layout Standard
7541 In the last example it doesn't matter if 
7542 \series bold
7543
7544 \backslash
7545 overbrace
7546 \series default
7547  or 
7548 \series bold
7549
7550 \backslash
7551 underbrace
7552 \series default
7553  is inserted at first.
7554 \end_layout
7555
7556 \begin_layout Standard
7557 \begin_inset VSpace bigskip
7558 \end_inset
7559
7560 When brackets are needed that overlap each other, multiline formulas, as
7561  described in 
7562 \begin_inset CommandInset ref
7563 LatexCommand ref
7564 reference "sec:Multiline-Formulas"
7565
7566 \end_inset
7567
7568 , must be used:
7569 \begin_inset Formula \begin{eqnarray*}
7570 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7571  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7572
7573 \end_inset
7574
7575 In the first row the formula is inserted together with the first brace.
7576  It is hereby important that the space command
7577 \begin_inset Foot
7578 status collapsed
7579
7580 \begin_layout Plain Layout
7581 Space commands are explained in 
7582 \begin_inset CommandInset ref
7583 LatexCommand ref
7584 reference "sub:Predefined-Space"
7585
7586 \end_inset
7587
7588 .
7589 \end_layout
7590
7591 \end_inset
7592
7593  
7594 \series bold
7595
7596 \backslash
7597 :
7598 \series default
7599  is inserted before the first 
7600 \begin_inset Formula $d$
7601 \end_inset
7602
7603 , because the brace that ends behind the 
7604 \begin_inset Formula $q$
7605 \end_inset
7606
7607  prevents that the following 
7608 \begin_inset Quotes eld
7609 \end_inset
7610
7611 +
7612 \begin_inset Quotes erd
7613 \end_inset
7614
7615  is surrounded by space.
7616 \begin_inset Foot
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620 because a bracket is not handled as character, see 
7621 \begin_inset CommandInset ref
7622 LatexCommand ref
7623 reference "sub:Binary-Operators"
7624
7625 \end_inset
7626
7627
7628 \end_layout
7629
7630 \end_inset
7631
7632  In the second row the second brace is inserted.
7633  As it should begin before the 
7634 \begin_inset Formula $b$
7635 \end_inset
7636
7637 , first the command 
7638 \series bold
7639
7640 \backslash
7641 hphantom{gggg+
7642 \backslash
7643 :}
7644 \series default
7645  is inserted.
7646 \begin_inset Foot
7647 status collapsed
7648
7649 \begin_layout Plain Layout
7650 more about 
7651 \series bold
7652
7653 \backslash
7654 hphantom
7655 \series default
7656  see 
7657 \begin_inset CommandInset ref
7658 LatexCommand ref
7659 reference "sub:Placeholders"
7660
7661 \end_inset
7662
7663
7664 \end_layout
7665
7666 \end_inset
7667
7668  This space is needed because the 
7669 \begin_inset Quotes eld
7670 \end_inset
7671
7672 +
7673 \begin_inset Quotes erd
7674 \end_inset
7675
7676  is also surrounded by space in the formula.
7677  The brace is placed under the command 
7678 \series bold
7679
7680 \backslash
7681 hphantom{bbqq+dddd}
7682 \series default
7683 .
7684 \end_layout
7685
7686 \begin_layout Standard
7687 It gets more complicated when brackets overlap each other, like in the following
7688  example:
7689 \begin_inset ERT
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 setlength{
7697 \backslash
7698 jot}{-6pt}
7699 \end_layout
7700
7701 \end_inset
7702
7703
7704 \begin_inset Formula \begin{eqnarray*}
7705  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7706 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7707
7708 \end_inset
7709
7710
7711 \begin_inset ERT
7712 status collapsed
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 setlength{
7719 \backslash
7720 jot}{3pt}
7721 \end_layout
7722
7723 \end_inset
7724
7725 The first formula row is the same as the second row of the previous example,
7726  with the difference that the brace is above.
7727  The second row contains the formula together with the second brace.
7728  To avoid that there is space between the upper brace in the first row and
7729  the formula, the row spacing need to be reduced.
7730  This is not easily possible due to a bug in LyX
7731 \begin_inset Foot
7732 status collapsed
7733
7734 \begin_layout Plain Layout
7735 \begin_inset CommandInset href
7736 LatexCommand href
7737 name "LyX-bug #1505"
7738 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7739
7740 \end_inset
7741
7742
7743 \end_layout
7744
7745 \end_inset
7746
7747 .
7748  As solution for the problem, the global formula row separation 
7749 \series bold
7750
7751 \backslash
7752 jot
7753 \series default
7754
7755 \begin_inset Index
7756 status collapsed
7757
7758 \begin_layout Plain Layout
7759 Commands ! J ! 
7760 \backslash
7761 jot
7762 \end_layout
7763
7764 \end_inset
7765
7766  must be changed to -6
7767 \begin_inset Space \thinspace{}
7768 \end_inset
7769
7770 pt before the formula with the command 
7771 \series bold
7772
7773 \backslash
7774 setlength{
7775 \backslash
7776 jot}{-6pt}
7777 \series default
7778  in TeX-mode.
7779  
7780 \series bold
7781
7782 \backslash
7783 jot
7784 \series default
7785  is set back after the formula to the standard value of 3
7786 \begin_inset Space \thinspace{}
7787 \end_inset
7788
7789 pt using the same command.
7790  More about the row separation in formulas is explained in 
7791 \begin_inset CommandInset ref
7792 LatexCommand ref
7793 reference "sub:Line-Separation"
7794
7795 \end_inset
7796
7797 .
7798 \end_layout
7799
7800 \begin_layout Section
7801 Arrows
7802 \begin_inset Index
7803 status collapsed
7804
7805 \begin_layout Plain Layout
7806 Arrows
7807 \end_layout
7808
7809 \end_inset
7810
7811
7812 \end_layout
7813
7814 \begin_layout Standard
7815 Arrows can be inserted via the math toolbar button 
7816 \begin_inset Graphics
7817         filename ../images/math/leftarrow.png
7818         scale 85
7819
7820 \end_inset
7821
7822  or the commands listed in the following subsections.
7823 \end_layout
7824
7825 \begin_layout Subsection
7826 Horizontal Arrows
7827 \begin_inset Index
7828 status collapsed
7829
7830 \begin_layout Plain Layout
7831 Arrows ! horizontal
7832 \end_layout
7833
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \begin_layout Standard
7840 \begin_inset Space \hfill{}
7841 \end_inset
7842
7843
7844 \begin_inset Tabular
7845 <lyxtabular version="3" rows="8" columns="2">
7846 <features>
7847 <column alignment="center" valignment="top" width="0pt">
7848 <column alignment="center" valignment="top" width="0pt">
7849 <row>
7850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Command
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Result
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \backslash
7876 gets
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 \begin_inset Formula $\gets$
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \backslash
7901 Leftarrow
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 \begin_inset Formula $\Leftarrow$
7911 \end_inset
7912
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \backslash
7926 longleftarrow
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 \begin_inset Formula $\longleftarrow$
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \backslash
7951 Longleftarrow
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 \begin_inset Formula $\Longleftarrow$
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \backslash
7976 leftharpoonup
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 \begin_inset Formula $\leftharpoonup$
7986 \end_inset
7987
7988
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row>
7995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999
8000 \backslash
8001 leftharpoondown
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 \begin_inset Formula $\leftharpoondown$
8011 \end_inset
8012
8013
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \backslash
8026 hookleftarrow
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 \begin_inset Formula $\hookleftarrow$
8036 \end_inset
8037
8038
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 </lyxtabular>
8045
8046 \end_inset
8047
8048
8049 \begin_inset Space \hfill{}
8050 \end_inset
8051
8052
8053 \begin_inset Tabular
8054 <lyxtabular version="3" rows="8" columns="2">
8055 <features>
8056 <column alignment="center" valignment="top" width="0pt">
8057 <column alignment="center" valignment="top" width="0pt">
8058 <row>
8059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 Command
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 Result
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \backslash
8085 to
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 \begin_inset Formula $\to$
8095 \end_inset
8096
8097
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \backslash
8110 Rightarrow
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 \begin_inset Formula $\Rightarrow$
8120 \end_inset
8121
8122
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \backslash
8135 longrightarrow
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 \begin_inset Formula $\longrightarrow$
8145 \end_inset
8146
8147
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \backslash
8160 Longrightarrow
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 \begin_inset Formula $\Longrightarrow$
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \backslash
8185 rightharpoonup
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 \begin_inset Formula $\rightharpoonup$
8195 \end_inset
8196
8197
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \backslash
8210 rightharpoondown
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 \begin_inset Formula $\rightharpoondown$
8220 \end_inset
8221
8222
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \backslash
8235 hookrightarrow
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 \begin_inset Formula $\hookrightarrow$
8245 \end_inset
8246
8247
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 </lyxtabular>
8254
8255 \end_inset
8256
8257
8258 \begin_inset Space \hfill{}
8259 \end_inset
8260
8261
8262 \end_layout
8263
8264 \begin_layout Standard
8265 \begin_inset Space \hfill{}
8266 \end_inset
8267
8268
8269 \begin_inset Tabular
8270 <lyxtabular version="3" rows="6" columns="2">
8271 <features>
8272 <column alignment="center" valignment="top" width="0pt">
8273 <column alignment="center" valignment="top" width="0pt">
8274 <row>
8275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Command
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 Result
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \backslash
8301 leftrightarrow
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 \begin_inset Formula $\leftrightarrow$
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \backslash
8326 Leftrightarrow
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 \begin_inset Formula $\Leftrightarrow$
8336 \end_inset
8337
8338
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \backslash
8351 longleftrightarrow
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 \begin_inset Formula $\longleftrightarrow$
8361 \end_inset
8362
8363
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \backslash
8376 Longleftrightarrow
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 \begin_inset Formula $\Longleftrightarrow$
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \backslash
8401 rightleftharpoons
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 \begin_inset Formula $\rightleftharpoons$
8411 \end_inset
8412
8413
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 </lyxtabular>
8420
8421 \end_inset
8422
8423
8424 \begin_inset Space \hspace{}
8425 \length 25pt
8426 \end_inset
8427
8428
8429 \begin_inset Space \hfill{}
8430 \end_inset
8431
8432
8433 \begin_inset Tabular
8434 <lyxtabular version="3" rows="5" columns="2">
8435 <features>
8436 <column alignment="center" valignment="top" width="0pt">
8437 <column alignment="center" valignment="top" width="0pt">
8438 <row>
8439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Command
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Result
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 mapsto
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\mapsto$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 longmapsto
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\longmapsto$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \backslash
8515 leadsto
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $\leadsto$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \backslash
8540 dasharrow
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 \begin_inset Formula $\dasharrow$
8550 \end_inset
8551
8552
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 </lyxtabular>
8559
8560 \end_inset
8561
8562
8563 \begin_inset Space \hfill{}
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \begin_layout Standard
8570 \begin_inset VSpace medskip
8571 \end_inset
8572
8573 Arrows used as accent like e.
8574 \begin_inset Space \thinspace{}
8575 \end_inset
8576
8577 g.
8578 \begin_inset Space ~
8579 \end_inset
8580
8581 vector arrows are listed in 
8582 \begin_inset CommandInset ref
8583 LatexCommand ref
8584 reference "sec:Accents"
8585
8586 \end_inset
8587
8588 .
8589 \end_layout
8590
8591 \begin_layout Standard
8592 \begin_inset VSpace bigskip
8593 \end_inset
8594
8595 Furthermore there are the labeled arrows
8596 \begin_inset Index
8597 status collapsed
8598
8599 \begin_layout Plain Layout
8600 Arrows ! labeled
8601 \end_layout
8602
8603 \end_inset
8604
8605  
8606 \series bold
8607
8608 \backslash
8609 xleftarrow
8610 \series default
8611
8612 \begin_inset Index
8613 status collapsed
8614
8615 \begin_layout Plain Layout
8616 Commands ! X ! 
8617 \backslash
8618 xleftarrow
8619 \end_layout
8620
8621 \end_inset
8622
8623  and 
8624 \series bold
8625
8626 \backslash
8627 xrightarrow
8628 \series default
8629
8630 \begin_inset Index
8631 status collapsed
8632
8633 \begin_layout Plain Layout
8634 Commands ! X ! 
8635 \backslash
8636 xrightarrow
8637 \begin_inset VSpace 4mm
8638 \end_inset
8639
8640
8641 \end_layout
8642
8643 \end_inset
8644
8645 .
8646  When inserting one of these commands in a formula, an arrow with two blue
8647  boxes appear where the label can be inserted.
8648  The length of the arrow adapts to the label width.
8649 \end_layout
8650
8651 \begin_layout Standard
8652 \align center
8653 \begin_inset Tabular
8654 <lyxtabular version="3" rows="3" columns="2">
8655 <features>
8656 <column alignment="center" valignment="top" width="0pt">
8657 <column alignment="center" valignment="top" width="0pt">
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Command
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Result
8673 \begin_inset Note Note
8674 status collapsed
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679
8680 \backslash
8681 raisebox
8682 \series default
8683  is only used as spacer.
8684 \end_layout
8685
8686 \end_inset
8687
8688
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 F(a)
8700 \backslash
8701 xleftarrow
8702 \begin_inset ERT
8703 status collapsed
8704
8705 \begin_layout Plain Layout
8706
8707
8708 \backslash
8709 spce 
8710 \end_layout
8711
8712 \end_inset
8713
8714 x=a
8715 \begin_inset Formula $\downarrow$
8716 \end_inset
8717
8718 x>0
8719 \begin_inset Formula $\to$
8720 \end_inset
8721
8722 F(x)
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8732 \end_inset
8733
8734
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 F(x)
8746 \backslash
8747 xrightarrow
8748 \begin_inset ERT
8749 status collapsed
8750
8751 \begin_layout Plain Layout
8752
8753
8754 \backslash
8755 spce 
8756 \end_layout
8757
8758 \end_inset
8759
8760 x=a
8761 \begin_inset Formula $\downarrow$
8762 \end_inset
8763
8764 x>0
8765 \begin_inset Formula $\to$
8766 \end_inset
8767
8768 F(a)
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8778 \end_inset
8779
8780
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 </lyxtabular>
8787
8788 \end_inset
8789
8790
8791 \end_layout
8792
8793 \begin_layout Subsection
8794 Vertical and diagonal Arrows
8795 \begin_inset Index
8796 status collapsed
8797
8798 \begin_layout Plain Layout
8799 Arrows ! diagonal
8800 \end_layout
8801
8802 \end_inset
8803
8804
8805 \begin_inset Index
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809 Arrows ! vertical
8810 \end_layout
8811
8812 \end_inset
8813
8814
8815 \end_layout
8816
8817 \begin_layout Standard
8818 \begin_inset Space \hfill{}
8819 \end_inset
8820
8821
8822 \begin_inset Tabular
8823 <lyxtabular version="3" rows="7" columns="2">
8824 <features>
8825 <column alignment="center" valignment="top" width="0pt">
8826 <column alignment="center" valignment="top" width="0pt">
8827 <row>
8828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Command
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Result
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \backslash
8854 uparrow
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 \begin_inset Formula $\uparrow$
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \backslash
8879 Uparrow
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 \begin_inset Formula $\Uparrow$
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \backslash
8904 updownarrow
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 \begin_inset Formula $\updownarrow$
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \backslash
8929 Updownarrow
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 \begin_inset Formula $\Updownarrow$
8939 \end_inset
8940
8941
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \backslash
8954 Downarrow
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 \begin_inset Formula $\Downarrow$
8964 \end_inset
8965
8966
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \backslash
8979 downarrow
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 \begin_inset Formula $\downarrow$
8989 \end_inset
8990
8991
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 </lyxtabular>
8998
8999 \end_inset
9000
9001
9002 \begin_inset Space \hfill{}
9003 \end_inset
9004
9005
9006 \begin_inset Tabular
9007 <lyxtabular version="3" rows="5" columns="2">
9008 <features>
9009 <column alignment="center" valignment="top" width="0pt">
9010 <column alignment="center" valignment="top" width="0pt">
9011 <row>
9012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 Command
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Result
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \backslash
9038 nearrow
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 \begin_inset Formula $\nearrow$
9048 \end_inset
9049
9050
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \backslash
9063 searrow
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 \begin_inset Formula $\searrow$
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \backslash
9088 swarrow
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 \begin_inset Formula $\swarrow$
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \backslash
9113 nwarrow
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 \begin_inset Formula $\nwarrow$
9123 \end_inset
9124
9125
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 </row>
9131 </lyxtabular>
9132
9133 \end_inset
9134
9135
9136 \begin_inset Space \hfill{}
9137 \end_inset
9138
9139
9140 \end_layout
9141
9142 \begin_layout Standard
9143 \begin_inset VSpace medskip
9144 \end_inset
9145
9146 Vertical arrows can be used also as delimiter together with the commands
9147  described in 
9148 \begin_inset CommandInset ref
9149 LatexCommand ref
9150 reference "sub:Manual-Bracket-Size"
9151
9152 \end_inset
9153
9154  and 
9155 \begin_inset CommandInset ref
9156 LatexCommand ref
9157 reference "sub:Automatic-Bracket-Size"
9158
9159 \end_inset
9160
9161 .
9162 \end_layout
9163
9164 \begin_layout Standard
9165 \begin_inset Newpage newpage
9166 \end_inset
9167
9168
9169 \end_layout
9170
9171 \begin_layout Section
9172 Accents
9173 \begin_inset CommandInset label
9174 LatexCommand label
9175 name "sec:Accents"
9176
9177 \end_inset
9178
9179
9180 \begin_inset Index
9181 status collapsed
9182
9183 \begin_layout Plain Layout
9184 Accents
9185 \end_layout
9186
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \begin_layout Standard
9193 Accents can be inserted via the math toolbar button 
9194 \begin_inset Graphics
9195         filename ../images/math/hat.png
9196         scale 85
9197
9198 \end_inset
9199
9200  or the commands listed in the following subsections.
9201 \end_layout
9202
9203 \begin_layout Subsection
9204 Accents for one Character
9205 \begin_inset ERT
9206 status collapsed
9207
9208 \begin_layout Plain Layout
9209
9210
9211 \backslash
9212 texorpdfstring{
9213 \end_layout
9214
9215 \end_inset
9216
9217
9218 \begin_inset Foot
9219 status collapsed
9220
9221 \begin_layout Plain Layout
9222 accents in text see 
9223 \begin_inset CommandInset ref
9224 LatexCommand ref
9225 reference "sub:Accents-in-Text"
9226
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \end_inset
9233
9234
9235 \begin_inset ERT
9236 status collapsed
9237
9238 \begin_layout Plain Layout
9239
9240 }{}
9241 \end_layout
9242
9243 \end_inset
9244
9245
9246 \begin_inset Note Note
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250
9251 \backslash
9252 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9253 \end_layout
9254
9255 \begin_layout Plain Layout
9256 More about 
9257 \backslash
9258 texorpdfstring is in section 
9259 \begin_inset CommandInset ref
9260 LatexCommand ref
9261 reference "sub:Formulas-in-Section"
9262
9263 \end_inset
9264
9265 .
9266 \end_layout
9267
9268 \end_inset
9269
9270
9271 \begin_inset CommandInset label
9272 LatexCommand label
9273 name "sub:Accents-for-one"
9274
9275 \end_inset
9276
9277
9278 \begin_inset Index
9279 status collapsed
9280
9281 \begin_layout Plain Layout
9282 Accents ! for one character
9283 \end_layout
9284
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \begin_layout Standard
9291 \begin_inset Space \hfill{}
9292 \end_inset
9293
9294
9295 \begin_inset Tabular
9296 <lyxtabular version="3" rows="8" columns="2">
9297 <features>
9298 <column alignment="center" valignment="top" width="0pt">
9299 <column alignment="center" valignment="top" width="0pt">
9300 <row>
9301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 Command
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 Result
9315 \begin_inset Note Note
9316 status collapsed
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321
9322 \backslash
9323 raisebox
9324 \series default
9325  is only used as spacer.
9326 \end_layout
9327
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \backslash
9343 dot
9344 \begin_inset ERT
9345 status collapsed
9346
9347 \begin_layout Plain Layout
9348
9349
9350 \backslash
9351 spce 
9352 \end_layout
9353
9354 \end_inset
9355
9356 A
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \backslash
9381 ddot
9382 \begin_inset ERT
9383 status collapsed
9384
9385 \begin_layout Plain Layout
9386
9387
9388 \backslash
9389 spce 
9390 \end_layout
9391
9392 \end_inset
9393
9394 A
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9404 \end_inset
9405
9406
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \backslash
9419 dddot
9420 \begin_inset ERT
9421 status collapsed
9422
9423 \begin_layout Plain Layout
9424
9425
9426 \backslash
9427 spce 
9428 \end_layout
9429
9430 \end_inset
9431
9432 A
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \backslash
9457 ddddot{A
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 vec
9483 \begin_inset ERT
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487
9488
9489 \backslash
9490 spce 
9491 \end_layout
9492
9493 \end_inset
9494
9495 A
9496 \begin_inset Index
9497 status collapsed
9498
9499 \begin_layout Plain Layout
9500 Vectors
9501 \end_layout
9502
9503 \end_inset
9504
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \backslash
9530 bar
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536
9537 \backslash
9538 spce 
9539 \end_layout
9540
9541 \end_inset
9542
9543 A
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 mathring
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 spce 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
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 \begin_inset Space \hfill{}
9605 \end_inset
9606
9607
9608 \begin_inset Tabular
9609 <lyxtabular version="3" rows="7" columns="2">
9610 <features>
9611 <column alignment="center" valignment="top" width="0pt">
9612 <column alignment="center" valignment="top" width="0pt">
9613 <row>
9614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 Command
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Result
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row>
9634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \backslash
9640 tilde
9641 \begin_inset ERT
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645
9646
9647 \backslash
9648 spce 
9649 \end_layout
9650
9651 \end_inset
9652
9653 A
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 </row>
9671 <row>
9672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676
9677 \backslash
9678 hat
9679 \begin_inset ERT
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683
9684
9685 \backslash
9686 spce 
9687 \end_layout
9688
9689 \end_inset
9690
9691 A
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \backslash
9716 check
9717 \begin_inset ERT
9718 status collapsed
9719
9720 \begin_layout Plain Layout
9721
9722
9723 \backslash
9724 spce 
9725 \end_layout
9726
9727 \end_inset
9728
9729 A
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9739 \end_inset
9740
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 </row>
9747 <row>
9748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \backslash
9754 acute
9755 \begin_inset ERT
9756 status collapsed
9757
9758 \begin_layout Plain Layout
9759
9760
9761 \backslash
9762 spce 
9763 \end_layout
9764
9765 \end_inset
9766
9767 A
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9777 \end_inset
9778
9779
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row>
9786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \backslash
9792 grave
9793 \begin_inset ERT
9794 status collapsed
9795
9796 \begin_layout Plain Layout
9797
9798
9799 \backslash
9800 spce 
9801 \end_layout
9802
9803 \end_inset
9804
9805 A
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9815 \end_inset
9816
9817
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 </row>
9823 <row>
9824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828
9829 \backslash
9830 breve
9831 \begin_inset ERT
9832 status collapsed
9833
9834 \begin_layout Plain Layout
9835
9836
9837 \backslash
9838 spce 
9839 \end_layout
9840
9841 \end_inset
9842
9843 A
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 </lyxtabular>
9862
9863 \end_inset
9864
9865
9866 \begin_inset Space \hfill{}
9867 \end_inset
9868
9869
9870 \end_layout
9871
9872 \begin_layout Standard
9873 \begin_inset VSpace bigskip
9874 \end_inset
9875
9876 To create umlauts
9877 \begin_inset Index
9878 status collapsed
9879
9880 \begin_layout Plain Layout
9881 Umlauts
9882 \end_layout
9883
9884 \end_inset
9885
9886  in formulas, a quotation mark is inserted before the vowel.
9887  These two characters are then treated by LaTeX as 
9888 \emph on
9889 one
9890 \emph default
9891  character when the formula part with the umlaut is marked as German.
9892  In contrary to 
9893 \series bold
9894
9895 \backslash
9896 ddot
9897 \series default
9898 , with this method 
9899 \begin_inset Quotes eld
9900 \end_inset
9901
9902 real
9903 \begin_inset Quotes erd
9904 \end_inset
9905
9906  umlauts are created as demonstrated in the following example:
9907 \end_layout
9908
9909 \begin_layout Standard
9910 \begin_inset VSpace -2mm
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \begin_layout Standard
9917 \align center
9918 \begin_inset Tabular
9919 <lyxtabular version="3" rows="3" columns="2">
9920 <features>
9921 <column alignment="center" valignment="top" width="0">
9922 <column alignment="center" valignment="top" width="0">
9923 <row>
9924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 Command
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Result
9938 \begin_inset Note Note
9939 status collapsed
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944
9945 \backslash
9946 raisebox
9947 \series default
9948  is only used as spacer.
9949 \end_layout
9950
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \lang ngerman
9966 \begin_inset Quotes grd
9967 \end_inset
9968
9969 i
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \lang ngerman
9980 \begin_inset Formula $"i$
9981 \end_inset
9982
9983
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \backslash
9996 ddot
9997 \begin_inset ERT
9998 status collapsed
9999
10000 \begin_layout Plain Layout
10001
10002
10003 \backslash
10004 spce 
10005 \end_layout
10006
10007 \end_inset
10008
10009 i
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 </lyxtabular>
10028
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \begin_layout Standard
10035 Another advantage to 
10036 \series bold
10037
10038 \backslash
10039 ddot
10040 \series default
10041  is that umlauts can directly be converted to mathematical text because
10042  the accent commands above are 
10043 \emph on
10044 not allowed
10045 \emph default
10046  
10047 \emph on
10048 in mathematical text
10049 \emph default
10050 .
10051  To convert an accented character to mathematical text, only the character
10052  under the accent may be converted.
10053  This applies also for all other conversions, e.
10054 \begin_inset Space \thinspace{}
10055 \end_inset
10056
10057 g.
10058 \begin_inset Space ~
10059 \end_inset
10060
10061 to italic or bold.
10062 \end_layout
10063
10064 \begin_layout Standard
10065 In mathematical text, umlauts and other accented characters can directly
10066  be inserted.
10067 \end_layout
10068
10069 \begin_layout Subsection
10070 Accents for Operators
10071 \begin_inset Index
10072 status collapsed
10073
10074 \begin_layout Plain Layout
10075 Accents ! for operators
10076 \end_layout
10077
10078 \end_inset
10079
10080
10081 \end_layout
10082
10083 \begin_layout Standard
10084 With the commands 
10085 \series bold
10086
10087 \backslash
10088 overset
10089 \series default
10090
10091 \begin_inset Index
10092 status collapsed
10093
10094 \begin_layout Plain Layout
10095 Commands ! O ! 
10096 \backslash
10097 overset
10098 \end_layout
10099
10100 \end_inset
10101
10102  and 
10103 \series bold
10104
10105 \backslash
10106 underset
10107 \series default
10108
10109 \begin_inset Index
10110 status collapsed
10111
10112 \begin_layout Plain Layout
10113 Commands ! U ! 
10114 \backslash
10115 underset
10116 \end_layout
10117
10118 \end_inset
10119
10120  characters can be placed above or below an operator, respectively, to accent
10121  it.
10122  With the command 
10123 \series bold
10124
10125 \backslash
10126 sideset
10127 \series default
10128
10129 \begin_inset Index
10130 status collapsed
10131
10132 \begin_layout Plain Layout
10133 Commands ! S ! 
10134 \backslash
10135 sideset
10136 \end_layout
10137
10138 \end_inset
10139
10140  characters can be set before and behind an operator.
10141  The command scheme is:
10142 \end_layout
10143
10144 \begin_layout Standard
10145
10146 \series bold
10147
10148 \backslash
10149 sideset{character
10150 \series default
10151  
10152 \series bold
10153 before}{character
10154 \series default
10155  
10156 \series bold
10157 behind}
10158 \end_layout
10159
10160 \begin_layout Standard
10161
10162 \series bold
10163
10164 \backslash
10165 sideset
10166 \series default
10167  must always be before the operator that should be accented.
10168  You can accent with several characters and even with other operators and
10169  symbols.
10170  To place with 
10171 \series bold
10172
10173 \backslash
10174 sideset
10175 \series default
10176  for example only characters behind an operator, write nothing between the
10177  first braces but don't omit the braces.
10178 \end_layout
10179
10180 \begin_layout Standard
10181 For example the command 
10182 \series bold
10183
10184 \backslash
10185 sideset{
10186 \begin_inset Formula $\to$
10187 \end_inset
10188
10189
10190 \backslash
10191 {
10192 \series default
10193 '
10194 \series bold
10195
10196 \begin_inset Formula $\to$
10197 \end_inset
10198
10199
10200 \backslash
10201 sum_k=1
10202 \begin_inset ERT
10203 status collapsed
10204
10205 \begin_layout Plain Layout
10206
10207
10208 \backslash
10209 spce 
10210 \end_layout
10211
10212 \end_inset
10213
10214
10215 \series default
10216 ^
10217 \series bold
10218 n
10219 \series default
10220  produces:
10221 \begin_inset Formula \[
10222 \sideset {}{'}\sum_{k=1}^{n}\]
10223
10224 \end_inset
10225
10226
10227 \end_layout
10228
10229 \begin_layout Standard
10230 The command 
10231 \series bold
10232
10233 \backslash
10234 overset
10235 \begin_inset ERT
10236 status collapsed
10237
10238 \begin_layout Plain Layout
10239
10240
10241 \backslash
10242 spce 
10243 \end_layout
10244
10245 \end_inset
10246
10247
10248 \backslash
10249 maltese
10250 \begin_inset ERT
10251 status collapsed
10252
10253 \begin_layout Plain Layout
10254
10255
10256 \backslash
10257 spce 
10258 \end_layout
10259
10260 \end_inset
10261
10262
10263 \series default
10264
10265 \begin_inset Formula $\uparrow$
10266 \end_inset
10267
10268
10269 \series bold
10270 a
10271 \series default
10272  produces:
10273 \begin_inset Formula \[
10274 \overset{a}{\maltese}\]
10275
10276 \end_inset
10277
10278 As seen in the last example, with 
10279 \series bold
10280
10281 \backslash
10282 overset
10283 \series default
10284  and 
10285 \series bold
10286
10287 \backslash
10288 underset
10289 \series default
10290  also symbols and characters can be accented; with 
10291 \series bold
10292
10293 \backslash
10294 sideset
10295 \series default
10296  this is not possible.
10297 \end_layout
10298
10299 \begin_layout Subsection
10300 Accents for several Characters
10301 \begin_inset CommandInset label
10302 LatexCommand label
10303 name "sub:Accents-for-several"
10304
10305 \end_inset
10306
10307
10308 \begin_inset Index
10309 status collapsed
10310
10311 \begin_layout Plain Layout
10312 Accents ! for several characters
10313 \end_layout
10314
10315 \end_inset
10316
10317
10318 \end_layout
10319
10320 \begin_layout Standard
10321 \begin_inset Space \hfill{}
10322 \end_inset
10323
10324
10325 \begin_inset Tabular
10326 <lyxtabular version="3" rows="5" columns="2">
10327 <features>
10328 <column alignment="center" valignment="top" width="0pt">
10329 <column alignment="center" valignment="top" width="0pt">
10330 <row>
10331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Command
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Result
10345 \begin_inset Note Note
10346 status collapsed
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351
10352 \backslash
10353 raisebox
10354 \series default
10355  is only used as spacer.
10356 \end_layout
10357
10358 \end_inset
10359
10360
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \backslash
10373 overleftarrow
10374 \begin_inset ERT
10375 status collapsed
10376
10377 \begin_layout Plain Layout
10378
10379
10380 \backslash
10381 spce 
10382 \end_layout
10383
10384 \end_inset
10385
10386 A=B
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10396 \end_inset
10397
10398
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \backslash
10411 underleftarrow
10412 \begin_inset ERT
10413 status collapsed
10414
10415 \begin_layout Plain Layout
10416
10417
10418 \backslash
10419 spce 
10420 \end_layout
10421
10422 \end_inset
10423
10424 A=B
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10434 \end_inset
10435
10436
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \backslash
10449 overleftrightarrow
10450 \begin_inset ERT
10451 status collapsed
10452
10453 \begin_layout Plain Layout
10454
10455
10456 \backslash
10457 spce 
10458 \end_layout
10459
10460 \end_inset
10461
10462 A=B
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10472 \end_inset
10473
10474
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \backslash
10487 underleftrightarrow
10488 \begin_inset ERT
10489 status collapsed
10490
10491 \begin_layout Plain Layout
10492
10493
10494 \backslash
10495 spce 
10496 \end_layout
10497
10498 \end_inset
10499
10500 A=B
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 </lyxtabular>
10519
10520 \end_inset
10521
10522
10523 \begin_inset Space \hfill{}
10524 \end_inset
10525
10526
10527 \begin_inset Tabular
10528 <lyxtabular version="3" rows="5" columns="2">
10529 <features>
10530 <column alignment="center" valignment="top" width="0pt">
10531 <column alignment="center" valignment="top" width="0pt">
10532 <row>
10533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 Command
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 Result
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \backslash
10559 overrightarrow
10560 \begin_inset ERT
10561 status collapsed
10562
10563 \begin_layout Plain Layout
10564
10565
10566 \backslash
10567 spce 
10568 \end_layout
10569
10570 \end_inset
10571
10572 A=B
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10582 \end_inset
10583
10584
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \backslash
10597 underrightarrow
10598 \begin_inset ERT
10599 status collapsed
10600
10601 \begin_layout Plain Layout
10602
10603
10604 \backslash
10605 spce 
10606 \end_layout
10607
10608 \end_inset
10609
10610 A=B
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10620 \end_inset
10621
10622
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \backslash
10635 widetilde
10636 \begin_inset ERT
10637 status collapsed
10638
10639 \begin_layout Plain Layout
10640
10641
10642 \backslash
10643 spce 
10644 \end_layout
10645
10646 \end_inset
10647
10648 A=B
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10658 \end_inset
10659
10660
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 </row>
10666 <row>
10667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671
10672 \backslash
10673 widehat
10674 \begin_inset ERT
10675 status collapsed
10676
10677 \begin_layout Plain Layout
10678
10679
10680 \backslash
10681 spce 
10682 \end_layout
10683
10684 \end_inset
10685
10686 A=B
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10696 \end_inset
10697
10698
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 </lyxtabular>
10705
10706 \end_inset
10707
10708
10709 \begin_inset Space \hfill{}
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \begin_layout Standard
10716 \begin_inset VSpace medskip
10717 \end_inset
10718
10719 With these commands as many characters as you like can be accented.
10720  But the accents 
10721 \series bold
10722
10723 \backslash
10724 widetilde
10725 \series default
10726  and 
10727 \series bold
10728
10729 \backslash
10730 widehat
10731 \series default
10732  will only be set in the output with a length of three characters, as shown
10733  in the following example:
10734 \begin_inset Formula \[
10735 \widetilde{A+B=C-D}\]
10736
10737 \end_inset
10738
10739
10740 \end_layout
10741
10742 \begin_layout Standard
10743 With the commands 
10744 \series bold
10745
10746 \backslash
10747 overset
10748 \series default
10749
10750 \begin_inset Index
10751 status collapsed
10752
10753 \begin_layout Plain Layout
10754 Commands ! O ! 
10755 \backslash
10756 overset
10757 \end_layout
10758
10759 \end_inset
10760
10761  and 
10762 \series bold
10763
10764 \backslash
10765 underset
10766 \series default
10767
10768 \begin_inset Index
10769 status collapsed
10770
10771 \begin_layout Plain Layout
10772 Commands ! U ! 
10773 \backslash
10774 underset
10775 \end_layout
10776
10777 \end_inset
10778
10779  described in the previous subsection it is also possible to accent several
10780  characters.
10781  The command 
10782 \series bold
10783
10784 \backslash
10785 underset
10786 \begin_inset ERT
10787 status collapsed
10788
10789 \begin_layout Plain Layout
10790
10791
10792 \backslash
10793 spce 
10794 \end_layout
10795
10796 \end_inset
10797
10798 A=B
10799 \begin_inset Formula $\downarrow$
10800 \end_inset
10801
10802 ***
10803 \series default
10804  creates:
10805 \begin_inset Formula \[
10806 \underset{***}{A=B}\]
10807
10808 \end_inset
10809
10810
10811 \end_layout
10812
10813 \begin_layout Section
10814 Space
10815 \begin_inset CommandInset label
10816 LatexCommand label
10817 name "sub:Space"
10818
10819 \end_inset
10820
10821
10822 \begin_inset Index
10823 status collapsed
10824
10825 \begin_layout Plain Layout
10826 Space ! horizontal
10827 \end_layout
10828
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \begin_layout Subsection
10835 Predefined Space
10836 \begin_inset CommandInset label
10837 LatexCommand label
10838 name "sub:Predefined-Space"
10839
10840 \end_inset
10841
10842
10843 \begin_inset Index
10844 status collapsed
10845
10846 \begin_layout Plain Layout
10847 Space ! horizontal ! predefined
10848 \end_layout
10849
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \begin_layout Standard
10856 Sometimes it is necessary to insert horizontal space to a formula.
10857  This is done by inserting a protected space (shortcut 
10858 \family sans
10859 Ctrl-Space
10860 \family default
10861 ).
10862  A blue 
10863 \begin_inset Quotes eld
10864 \end_inset
10865
10866
10867 \series bold
10868 \color blue
10869
10870 \begin_inset ERT
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874
10875
10876 \backslash
10877 spce 
10878 \end_layout
10879
10880 \end_inset
10881
10882
10883 \series default
10884 \color inherit
10885
10886 \begin_inset Quotes erd
10887 \end_inset
10888
10889  appears and by pressing 
10890 \family sans
10891 Space
10892 \family default
10893  several times one can select one of eight different space sizes.
10894  The spaces can also be inserted using the math toolbar button 
10895 \begin_inset Graphics
10896         filename ../images/math/space.png
10897         scale 85
10898
10899 \end_inset
10900
10901  or special commands.
10902  Independent from the inserted command, one can select the size again by
10903  pressing 
10904 \family sans
10905 Space
10906 \family default
10907  afterwards.
10908 \end_layout
10909
10910 \begin_layout Standard
10911 \noindent
10912 \align center
10913 \begin_inset VSpace -5mm
10914 \end_inset
10915
10916
10917 \begin_inset Tabular
10918 <lyxtabular version="3" rows="3" columns="7">
10919 <features>
10920 <column alignment="center" valignment="middle" width="6.8cm">
10921 <column alignment="center" valignment="top" width="0">
10922 <column alignment="center" valignment="top" width="0">
10923 <column alignment="center" valignment="top" width="0">
10924 <column alignment="center" valignment="top" width="0">
10925 <column alignment="center" valignment="top" width="0">
10926 <column alignment="center" valignment="top" width="0">
10927 <row>
10928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 Command
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \backslash
10943 ,
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952
10953 \backslash
10954 :
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963
10964 \backslash
10965 ;
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974
10975 \backslash
10976 quad
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \backslash
10987 qquad
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \backslash
10998 !
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 <row>
11005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 Number of 
11010 \family sans
11011 Space
11012 \family default
11013  keystrokes after inserting the protected space
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 0
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 1
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 2
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 3
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 4
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 5
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 Result
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 \begin_inset Formula $A\, B$
11088 \end_inset
11089
11090
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 \begin_inset Formula $A\: B$
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 \begin_inset Formula $A\; B$
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 \begin_inset Formula $A\quad B$
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 \begin_inset Formula $A\qquad B$
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 \begin_inset Formula $A\! B$
11148 \end_inset
11149
11150
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 </row>
11156 </lyxtabular>
11157
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \begin_layout Standard
11164 The last size seem to produce no space.
11165  It is displayed red in LyX contrary to the other sizes, because it is a
11166  negative space.
11167  There are two more negative spaces:
11168 \end_layout
11169
11170 \begin_layout Standard
11171 \align center
11172 \begin_inset Tabular
11173 <lyxtabular version="3" rows="3" columns="3">
11174 <features>
11175 <column alignment="center" valignment="middle" width="6.8cm">
11176 <column alignment="center" valignment="top" width="0pt">
11177 <column alignment="center" valignment="top" width="0pt">
11178 <row>
11179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 Command
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \backslash
11194 negmedspace
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \backslash
11205 negthickspace
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 </row>
11211 <row>
11212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 Number of 
11217 \family sans
11218 Space
11219 \family default
11220  keystrokes after inserting the protected space
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 6
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 7
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row>
11245 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 Result
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Formula $A\negmedspace B$
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 \begin_inset Formula $A\negthickspace B$
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 </lyxtabular>
11280
11281 \end_inset
11282
11283
11284 \end_layout
11285
11286 \begin_layout Standard
11287 Negative spaces can lead to characters overlapping each other.
11288  Thus they can be used to enforce ligatures, what is e.
11289 \begin_inset Space \thinspace{}
11290 \end_inset
11291
11292 g.
11293 \begin_inset Space ~
11294 \end_inset
11295
11296 useful for summation operators: 
11297 \end_layout
11298
11299 \begin_layout Standard
11300 \align center
11301 \begin_inset Tabular
11302 <lyxtabular version="3" rows="3" columns="2">
11303 <features>
11304 <column alignment="center" valignment="top" width="0">
11305 <column alignment="center" valignment="top" width="0">
11306 <row>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 Command
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 Result
11321 \begin_inset Note Note
11322 status collapsed
11323
11324 \begin_layout Plain Layout
11325
11326 \series bold
11327
11328 \backslash
11329 raisebox
11330 \series default
11331  is only used as spacer.
11332 \end_layout
11333
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 </row>
11342 <row>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347
11348 \backslash
11349 sum
11350 \backslash
11351 sum
11352 \begin_inset ERT
11353 status collapsed
11354
11355 \begin_layout Plain Layout
11356
11357
11358 \backslash
11359 spce 
11360 \end_layout
11361
11362 \end_inset
11363
11364 f_kl
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 </row>
11382 <row>
11383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387
11388 \backslash
11389 sum
11390 \backslash
11391 negmedspace
11392 \backslash
11393 sum
11394 \begin_inset ERT
11395 status collapsed
11396
11397 \begin_layout Plain Layout
11398
11399
11400 \backslash
11401 spce 
11402 \end_layout
11403
11404 \end_inset
11405
11406 f_kl
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11416 \end_inset
11417
11418
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 </lyxtabular>
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Standard
11432 Relations like for example equal signs, are always surrounded by space.
11433  To suppress this, the equal sign is placed into a TeX-brace.
11434  The following example demonstrates this:
11435 \end_layout
11436
11437 \begin_layout Standard
11438 \align center
11439 \begin_inset Tabular
11440 <lyxtabular version="3" rows="2" columns="2">
11441 <features>
11442 <column alignment="center" valignment="top" width="0pt">
11443 <column alignment="center" valignment="top" width="0pt">
11444 <row>
11445 <cell alignment="center" valignment="top" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 normal equation
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 \begin_inset Formula $A=B$
11459 \end_inset
11460
11461
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 </row>
11467 <row>
11468 <cell alignment="center" valignment="top" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 \begin_inset Note Note
11473 status collapsed
11474
11475 \begin_layout Plain Layout
11476
11477 \series bold
11478
11479 \backslash
11480 raisebox
11481 \series default
11482  is only used as spacer.
11483 \end_layout
11484
11485 \end_inset
11486
11487
11488 \begin_inset Formula $\raisebox {5mm}{}$
11489 \end_inset
11490
11491 equation without space
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 \begin_inset Formula $A{=}B$
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 </lyxtabular>
11510
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \begin_layout Standard
11517 \noindent
11518 The command for the last formula is: 
11519 \series bold
11520 A
11521 \backslash
11522 {=
11523 \begin_inset Formula $\to$
11524 \end_inset
11525
11526 B
11527 \end_layout
11528
11529 \begin_layout Standard
11530 \begin_inset VSpace bigskip
11531 \end_inset
11532
11533 Spaces are needed for physical units, because the space between the value
11534  and the unit is the smallest one and not a normal space.
11535  For units in text, the smallest space is inserted via the menu 
11536 \family sans
11537 Insert\SpecialChar \menuseparator
11538 Formatting\SpecialChar \menuseparator
11539 Thin
11540 \begin_inset Space ~
11541 \end_inset
11542
11543 Space
11544 \family default
11545  (shortcut 
11546 \family sans
11547 Ctrl-Shift-Space
11548 \family default
11549 ).
11550 \end_layout
11551
11552 \begin_layout Standard
11553 An example to visualize the difference:
11554 \end_layout
11555
11556 \begin_layout Standard
11557 \begin_inset Tabular
11558 <lyxtabular version="3" rows="2" columns="2">
11559 <features>
11560 <column alignment="left" valignment="top" width="0">
11561 <column alignment="left" valignment="top" width="0">
11562 <row>
11563 <cell alignment="center" valignment="top" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 24 kW
11568 \begin_inset Formula $\cdot$
11569 \end_inset
11570
11571 h
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 space between value and unit
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 <row>
11587 <cell alignment="center" valignment="top" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 24
11592 \begin_inset Space \thinspace{}
11593 \end_inset
11594
11595 kW
11596 \begin_inset Formula $\cdot$
11597 \end_inset
11598
11599 h
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 smallest space between value and unit
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 </lyxtabular>
11615
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \begin_layout Subsection
11622 Variable Space
11623 \begin_inset ERT
11624 status collapsed
11625
11626 \begin_layout Plain Layout
11627
11628
11629 \backslash
11630 texorpdfstring{
11631 \end_layout
11632
11633 \end_inset
11634
11635
11636 \begin_inset Foot
11637 status collapsed
11638
11639 \begin_layout Plain Layout
11640 for vertical space in formulas see 
11641 \begin_inset CommandInset ref
11642 LatexCommand ref
11643 reference "sub:Line-Separation"
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \end_inset
11651
11652
11653 \begin_inset ERT
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657
11658 }{}
11659 \end_layout
11660
11661 \end_inset
11662
11663
11664 \begin_inset Note Note
11665 status collapsed
11666
11667 \begin_layout Plain Layout
11668
11669 \backslash
11670 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11671 \end_layout
11672
11673 \begin_layout Plain Layout
11674 More about 
11675 \backslash
11676 texorpdfstring is in section 
11677 \begin_inset CommandInset ref
11678 LatexCommand ref
11679 reference "sub:Formulas-in-Section"
11680
11681 \end_inset
11682
11683 .
11684 \end_layout
11685
11686 \end_inset
11687
11688
11689 \begin_inset CommandInset label
11690 LatexCommand label
11691 name "sub:Variable-Space"
11692
11693 \end_inset
11694
11695
11696 \begin_inset Index
11697 status collapsed
11698
11699 \begin_layout Plain Layout
11700 Space ! horizontal ! variable
11701 \end_layout
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 Space with a defined length can be inserted in LyX with the command
11710 \begin_inset Newline newline
11711 \end_inset
11712
11713
11714 \series bold
11715
11716 \backslash
11717 hspace{length}
11718 \series default
11719
11720 \begin_inset Index
11721 status collapsed
11722
11723 \begin_layout Plain Layout
11724 Commands ! H ! 
11725 \backslash
11726 hspace
11727 \end_layout
11728
11729 \end_inset
11730
11731 .
11732  For the length all units listed in 
11733 \begin_inset CommandInset ref
11734 LatexCommand ref
11735 reference "tab:Used-units"
11736
11737 \end_inset
11738
11739  are allowed, except of the unit 
11740 \begin_inset Quotes eld
11741 \end_inset
11742
11743 mu
11744 \begin_inset Quotes erd
11745 \end_inset
11746
11747 .
11748  The length may also be negative.
11749  To insert so many space that the formula uses all available space, the
11750  command 
11751 \series bold
11752
11753 \backslash
11754 hfill
11755 \series default
11756
11757 \begin_inset Index
11758 status collapsed
11759
11760 \begin_layout Plain Layout
11761 Commands ! H ! 
11762 \backslash
11763 hfill
11764 \end_layout
11765
11766 \end_inset
11767
11768  is used.
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \begin_inset VSpace -1mm
11773 \end_inset
11774
11775
11776 \end_layout
11777
11778 \begin_layout Standard
11779 \align center
11780 \begin_inset Tabular
11781 <lyxtabular version="3" rows="4" columns="2">
11782 <features>
11783 <column alignment="center" valignment="top" width="0">
11784 <column alignment="center" valignment="top" width="0">
11785 <row>
11786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 Command
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 Result
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 </row>
11805 <row>
11806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 A=B
11811 \backslash
11812 hspace{3cm
11813 \begin_inset Formula $\to$
11814 \end_inset
11815
11816 A
11817 \backslash
11818 not=C
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 <row>
11837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 A
11842 \backslash
11843 hspace{-1mm
11844 \begin_inset Formula $\to$
11845 \end_inset
11846
11847 A
11848 \backslash
11849 not=A
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 \begin_inset Formula $A\hspace {-1mm}A\not=A$
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 </row>
11867 <row>
11868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 A=A
11873 \backslash
11874 hfill
11875 \begin_inset ERT
11876 status collapsed
11877
11878 \begin_layout Plain Layout
11879
11880
11881 \backslash
11882 spce 
11883 \end_layout
11884
11885 \end_inset
11886
11887 B=B
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 \begin_inset Formula $A=A\hfill  B=B$
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 </lyxtabular>
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Standard
11913 In the last example the available space is given by the longest column entry
11914  of the table.
11915  In an inline formula the space depends on the length of the line in which
11916  
11917 \series bold
11918
11919 \backslash
11920 hfill
11921 \series default
11922  is inserted.
11923  Thus, when the line uses the full width, no space will be created.
11924  
11925 \series bold
11926
11927 \backslash
11928 hfill
11929 \series default
11930  only has an effect on displayed formulas when the formula style 
11931 \series bold
11932 Indented
11933 \series default
11934  is used.
11935  (Formula styles are explained in 
11936 \begin_inset CommandInset ref
11937 LatexCommand ref
11938 reference "sec:Formula-Styles"
11939
11940 \end_inset
11941
11942 .)
11943 \end_layout
11944
11945 \begin_layout Standard
11946 For text, variable space can be inserted via the menu 
11947 \family sans
11948 Insert\SpecialChar \menuseparator
11949 Formatting\SpecialChar \menuseparator
11950 Horizontal
11951 \begin_inset Space ~
11952 \end_inset
11953
11954 Space
11955 \family default
11956 , what is not possible in formulas:
11957 \end_layout
11958
11959 \begin_layout Standard
11960 This is a line with
11961 \begin_inset Space \hspace{}
11962 \length 2cm
11963 \end_inset
11964
11965 2
11966 \begin_inset Space \thinspace{}
11967 \end_inset
11968
11969 cm space.
11970 \end_layout
11971
11972 \begin_layout Standard
11973 This is a line with
11974 \begin_inset Space \hfill{}
11975 \end_inset
11976
11977 maximum space.
11978 \end_layout
11979
11980 \begin_layout Subsection
11981 Space besides inline Formulas
11982 \begin_inset Index
11983 status collapsed
11984
11985 \begin_layout Plain Layout
11986 Space ! besides inline formulas
11987 \end_layout
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \begin_layout Standard
11995 The space that surrounds inline formulas can be adjusted with the length
11996  
11997 \series bold
11998
11999 \backslash
12000 mathsurround
12001 \begin_inset Index
12002 status collapsed
12003
12004 \begin_layout Plain Layout
12005 Commands ! M ! 
12006 \backslash
12007 mathsurround
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \series default
12014 .
12015  The value of a length is set with the command 
12016 \series bold
12017
12018 \backslash
12019 setlength
12020 \begin_inset Index
12021 status collapsed
12022
12023 \begin_layout Plain Layout
12024 Commands ! S ! 
12025 \backslash
12026 setlength
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \series default
12033  that has the following scheme:
12034 \end_layout
12035
12036 \begin_layout Standard
12037
12038 \series bold
12039
12040 \backslash
12041 setlength{length name}{value}
12042 \end_layout
12043
12044 \begin_layout Standard
12045 To set 
12046 \series bold
12047
12048 \backslash
12049 mathsurround
12050 \series default
12051  to the value 5
12052 \begin_inset Space \thinspace{}
12053 \end_inset
12054
12055 mm, the command
12056 \end_layout
12057
12058 \begin_layout Standard
12059
12060 \series bold
12061
12062 \backslash
12063 setlength{
12064 \backslash
12065 mathsurround}{5mm}
12066 \end_layout
12067
12068 \begin_layout Standard
12069 is inserted in TeX-mode.
12070  5
12071 \begin_inset Space \thinspace{}
12072 \end_inset
12073
12074 mm space will now be set around all inline formulas:
12075 \begin_inset ERT
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079
12080
12081 \backslash
12082 setlength{
12083 \backslash
12084 mathsurround}{5mm}
12085 \end_layout
12086
12087 \end_inset
12088
12089
12090 \end_layout
12091
12092 \begin_layout Standard
12093 This is a line with an inline formula 
12094 \begin_inset Formula $A=B$
12095 \end_inset
12096
12097  with 5
12098 \begin_inset Space \thinspace{}
12099 \end_inset
12100
12101 mm surrounding space.
12102 \begin_inset ERT
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106
12107
12108 \backslash
12109 setlength{
12110 \backslash
12111 mathsurround}{0pt}
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 To return to the predefined value, 
12121 \series bold
12122
12123 \backslash
12124 mathsurround
12125 \series default
12126  is set to the value 0
12127 \begin_inset Space \thinspace{}
12128 \end_inset
12129
12130 pt.
12131 \end_layout
12132
12133 \begin_layout Section
12134 Boxes and Frames
12135 \begin_inset Index
12136 status collapsed
12137
12138 \begin_layout Plain Layout
12139 Boxes
12140 \end_layout
12141
12142 \end_inset
12143
12144
12145 \begin_inset Index
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149 Frames | see 
12150 \begin_inset ERT
12151 status collapsed
12152
12153 \begin_layout Plain Layout
12154
12155 {
12156 \end_layout
12157
12158 \end_inset
12159
12160 Boxes
12161 \begin_inset ERT
12162 status collapsed
12163
12164 \begin_layout Plain Layout
12165
12166 }
12167 \end_layout
12168
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \end_inset
12175
12176
12177 \end_layout
12178
12179 \begin_layout Standard
12180 Boxes for text are described in chapter 
12181 \family typewriter
12182 Boxes
12183 \family default
12184  in the 
12185 \family typewriter
12186 Embedded
12187 \begin_inset Space ~
12188 \end_inset
12189
12190 Objects
12191 \family default
12192  manual.
12193 \end_layout
12194
12195 \begin_layout Subsection
12196 Boxes with Frame
12197 \begin_inset CommandInset label
12198 LatexCommand label
12199 name "sub:Boxes-with-Frame"
12200
12201 \end_inset
12202
12203
12204 \begin_inset Index
12205 status collapsed
12206
12207 \begin_layout Plain Layout
12208 Boxes ! with frame
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 It is possible to frame formulas or parts of it with the commands 
12218 \series bold
12219
12220 \backslash
12221 fbox
12222 \series default
12223
12224 \begin_inset Index
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228 Commands ! F ! 
12229 \backslash
12230 fbox
12231 \end_layout
12232
12233 \end_inset
12234
12235  and 
12236 \series bold
12237
12238 \backslash
12239 boxed
12240 \series default
12241
12242 \begin_inset Index
12243 status collapsed
12244
12245 \begin_layout Plain Layout
12246 Commands ! B ! 
12247 \backslash
12248 boxed
12249 \end_layout
12250
12251 \end_inset
12252
12253 .
12254 \end_layout
12255
12256 \begin_layout Standard
12257 When one of these commands is inserted to a formula, a blue box appears
12258  within a frame to enter formula parts.
12259  For 
12260 \series bold
12261
12262 \backslash
12263 fbox
12264 \series default
12265  an additional formula has to be created by 
12266 \family sans
12267 Ctrl-m
12268 \family default
12269  within this box
12270 \begin_inset Foot
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274 Due to a bug in LyX it is not possible to create a new formula with 
12275 \family sans
12276 Ctrl-m
12277 \family default
12278 , see 
12279 \begin_inset CommandInset href
12280 LatexCommand href
12281 name "LyX-bug #1435"
12282 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12283
12284 \end_inset
12285
12286 .
12287 \end_layout
12288
12289 \end_inset
12290
12291 , because the box content will otherwise be treated as mathematical text.
12292  When 
12293 \series bold
12294
12295 \backslash
12296 boxed
12297 \series default
12298  is used, a new formula is automatically created inside the frame.
12299 \end_layout
12300
12301 \begin_layout Standard
12302 The command 
12303 \series bold
12304
12305 \backslash
12306 fbox
12307 \series default
12308  is not suitable to frame displayed formulas, because the formula will always
12309  be set in the size of the text.
12310  
12311 \series bold
12312
12313 \backslash
12314 boxed
12315 \series default
12316  is in contrary not suitable to frame inline formulas, because the formula
12317  will always be set in the size of a displayed formula.
12318 \end_layout
12319
12320 \begin_layout Standard
12321 As extension to 
12322 \series bold
12323
12324 \backslash
12325 fbox
12326 \series default
12327  there is the command 
12328 \series bold
12329
12330 \backslash
12331 framebox
12332 \series default
12333
12334 \begin_inset Index
12335 status collapsed
12336
12337 \begin_layout Plain Layout
12338 Commands ! F ! 
12339 \backslash
12340 framebox
12341 \end_layout
12342
12343 \end_inset
12344
12345  where additionally the frame width and the alignment can be specified.
12346  
12347 \series bold
12348
12349 \backslash
12350 framebox
12351 \series default
12352  is used in the following scheme:
12353 \end_layout
12354
12355 \begin_layout Standard
12356
12357 \series bold
12358
12359 \backslash
12360 framebox[frame width][position]{box content}
12361 \end_layout
12362
12363 \begin_layout Standard
12364 The position can either be 
12365 \emph on
12366 l
12367 \emph default
12368  or 
12369 \emph on
12370 r
12371 \emph default
12372 .
12373  
12374 \emph on
12375 l
12376 \emph default
12377  left aligns, 
12378 \emph on
12379 r
12380 \emph default
12381  right aligns the formula in the box.
12382  When no position is given, the formula will be centered.
12383 \begin_inset Newline newline
12384 \end_inset
12385
12386 Is no width given, also no position can be given.
12387  In this case the frame width is adjusted to the box content like for 
12388 \series bold
12389
12390 \backslash
12391 fbox
12392 \series default
12393 .
12394 \end_layout
12395
12396 \begin_layout Standard
12397 When the command 
12398 \series bold
12399
12400 \backslash
12401 framebox
12402 \series default
12403  is inserted, a box appears containing three blue boxes.
12404  The first two boxes are surrounded by brackets and denote the two optional
12405  arguments.
12406  The third box is for formula parts like for 
12407 \series bold
12408
12409 \backslash
12410 fbox
12411 \series default
12412 .
12413 \end_layout
12414
12415 \begin_layout Standard
12416 \align center
12417 \begin_inset Note Note
12418 status open
12419
12420 \begin_layout Plain Layout
12421 The table has been set into a minipage to make the footnote appearing.
12422  Otherwise the footnote text would not be displayed.
12423 \end_layout
12424
12425 \end_inset
12426
12427
12428 \begin_inset Box Frameless
12429 position "c"
12430 hor_pos "c"
12431 has_inner_box 1
12432 inner_pos "c"
12433 use_parbox 0
12434 width "100col%"
12435 special "none"
12436 height "1in"
12437 height_special "totalheight"
12438 status open
12439
12440 \begin_layout Plain Layout
12441 \align center
12442 \begin_inset Tabular
12443 <lyxtabular version="3" rows="5" columns="2">
12444 <features>
12445 <column alignment="center" valignment="top" width="0">
12446 <column alignment="center" valignment="top" width="0">
12447 <row>
12448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 Command
12453 \begin_inset Foot
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457 Due to a bug in LyX it is not possible to create a new formula with 
12458 \family sans
12459 Ctrl-m
12460 \family default
12461 , see 
12462 \begin_inset CommandInset href
12463 LatexCommand href
12464 name "LyX-bug #1435"
12465 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12466
12467 \end_inset
12468
12469 .
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 Result
12484 \begin_inset Note Note
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488
12489 \series bold
12490
12491 \backslash
12492 raisebox
12493 \series default
12494  is only used as spacer.
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 </row>
12505 <row>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510
12511 \backslash
12512 fbox
12513 \begin_inset ERT
12514 status collapsed
12515
12516 \begin_layout Plain Layout
12517
12518
12519 \backslash
12520 spce 
12521 \end_layout
12522
12523 \end_inset
12524
12525
12526 \family sans
12527 Ctrl-m
12528 \family default
12529  
12530 \backslash
12531 int
12532 \begin_inset ERT
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536
12537
12538 \backslash
12539 spce 
12540 \end_layout
12541
12542 \end_inset
12543
12544 A=B
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12554
12555 \end_inset
12556
12557
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 </row>
12563 <row>
12564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568
12569 \backslash
12570 boxed
12571 \begin_inset ERT
12572 status collapsed
12573
12574 \begin_layout Plain Layout
12575
12576
12577 \backslash
12578 spce 
12579 \end_layout
12580
12581 \end_inset
12582
12583
12584 \backslash
12585 int
12586 \begin_inset ERT
12587 status collapsed
12588
12589 \begin_layout Plain Layout
12590
12591
12592 \backslash
12593 spce 
12594 \end_layout
12595
12596 \end_inset
12597
12598 A=B
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12608 \end_inset
12609
12610
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 </row>
12616 <row>
12617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 A+
12622 \backslash
12623 fbox
12624 \begin_inset ERT
12625 status collapsed
12626
12627 \begin_layout Plain Layout
12628
12629
12630 \backslash
12631 spce 
12632 \end_layout
12633
12634 \end_inset
12635
12636 B
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12646 \end_inset
12647
12648
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row>
12655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659
12660 \backslash
12661 framebox
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667
12668 \backslash
12669 spce 
12670 \end_layout
12671
12672 \end_inset
12673
12674 20mm
12675 \begin_inset Formula $\to$
12676 \end_inset
12677
12678
12679 \begin_inset Formula $\to$
12680 \end_inset
12681
12682
12683 \family sans
12684 Ctrl-m
12685 \family default
12686  
12687 \backslash
12688 frac
12689 \begin_inset ERT
12690 status collapsed
12691
12692 \begin_layout Plain Layout
12693
12694
12695 \backslash
12696 spce 
12697 \end_layout
12698
12699 \end_inset
12700
12701 A
12702 \begin_inset Formula $\downarrow$
12703 \end_inset
12704
12705 B
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 \begin_inset Formula $\raisebox {6mm}{}$
12715 \end_inset
12716
12717
12718 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12719 \end_inset
12720
12721
12722 \begin_inset Formula $\raisebox {-4mm}{}$
12723 \end_inset
12724
12725
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 </row>
12731 </lyxtabular>
12732
12733 \end_inset
12734
12735
12736 \end_layout
12737
12738 \end_inset
12739
12740
12741 \end_layout
12742
12743 \begin_layout Standard
12744 The frame thickness can also be adjusted.
12745  To do this the following commands have to be inserted in TeX-mode before
12746  the formula
12747 \end_layout
12748
12749 \begin_layout Standard
12750
12751 \series bold
12752
12753 \backslash
12754 fboxrule
12755 \series default
12756  
12757 \series bold
12758
12759 \begin_inset Quotes eld
12760 \end_inset
12761
12762 thickness
12763 \begin_inset Quotes erd
12764 \end_inset
12765
12766
12767 \series default
12768  
12769 \series bold
12770
12771 \backslash
12772 fboxsep
12773 \series default
12774  
12775 \series bold
12776
12777 \begin_inset Quotes eld
12778 \end_inset
12779
12780 distance
12781 \begin_inset Quotes erd
12782 \end_inset
12783
12784
12785 \end_layout
12786
12787 \begin_layout Standard
12788 \begin_inset Quotes eld
12789 \end_inset
12790
12791 distance
12792 \begin_inset Quotes erd
12793 \end_inset
12794
12795  specifies the minimal distance between the frame and the first character
12796  in the box.
12797  An example for this is the following framed formula:
12798 \begin_inset ERT
12799 status collapsed
12800
12801 \begin_layout Plain Layout
12802
12803
12804 \backslash
12805 fboxrule 2mm 
12806 \backslash
12807 fboxsep 3mm
12808 \end_layout
12809
12810 \end_inset
12811
12812
12813 \begin_inset Formula \[
12814 \boxed{A+B=C}\]
12815
12816 \end_inset
12817
12818 Before this formula the commands
12819 \end_layout
12820
12821 \begin_layout Standard
12822
12823 \series bold
12824
12825 \backslash
12826 fboxrule
12827 \series default
12828  
12829 \series bold
12830 2mm
12831 \series default
12832  
12833 \series bold
12834
12835 \backslash
12836 fboxsep
12837 \series default
12838  
12839 \series bold
12840 3mm
12841 \end_layout
12842
12843 \begin_layout Standard
12844 were inserted in TeX-mode.
12845  The given values are used for all following boxes.
12846 \end_layout
12847
12848 \begin_layout Standard
12849 To return to the standard frame size, the command
12850 \end_layout
12851
12852 \begin_layout Standard
12853
12854 \series bold
12855
12856 \backslash
12857 fboxrule
12858 \series default
12859  
12860 \series bold
12861 0.4pt
12862 \series default
12863  
12864 \series bold
12865
12866 \backslash
12867 fboxsep
12868 \series default
12869  
12870 \series bold
12871 3pt
12872 \series default
12873
12874 \begin_inset ERT
12875 status collapsed
12876
12877 \begin_layout Plain Layout
12878
12879
12880 \backslash
12881 fboxrule 0.4pt 
12882 \backslash
12883 fboxsep 3pt
12884 \end_layout
12885
12886 \end_inset
12887
12888
12889 \end_layout
12890
12891 \begin_layout Standard
12892 is inserted in TeX-mode before the next formula.
12893 \end_layout
12894
12895 \begin_layout Subsection
12896 Boxes without Frame
12897 \begin_inset CommandInset label
12898 LatexCommand label
12899 name "sub:Boxes-without-Frame"
12900
12901 \end_inset
12902
12903
12904 \begin_inset Index
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908 Boxes ! without frame
12909 \end_layout
12910
12911 \end_inset
12912
12913
12914 \end_layout
12915
12916 \begin_layout Standard
12917 For boxes without a frame there are the following box commands: 
12918 \series bold
12919
12920 \backslash
12921 mbox
12922 \series default
12923
12924 \begin_inset Index
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928 Commands ! M ! 
12929 \backslash
12930 mbox
12931 \end_layout
12932
12933 \end_inset
12934
12935
12936 \series bold
12937
12938 \backslash
12939 makebox
12940 \series default
12941
12942 \begin_inset Index
12943 status collapsed
12944
12945 \begin_layout Plain Layout
12946 Commands ! M ! 
12947 \backslash
12948 makebox
12949 \end_layout
12950
12951 \end_inset
12952
12953 , and 
12954 \series bold
12955
12956 \backslash
12957 raisebox
12958 \series default
12959
12960 \begin_inset Index
12961 status collapsed
12962
12963 \begin_layout Plain Layout
12964 Commands ! R ! 
12965 \backslash
12966 raisebox
12967 \end_layout
12968
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \begin_layout Standard
12975 With 
12976 \series bold
12977
12978 \backslash
12979 raisebox
12980 \series default
12981  a box can be super- or subscripted.
12982  But in contrary to normal super- and subscripting, the characters in the
12983  box keep their font size.
12984  
12985 \series bold
12986
12987 \backslash
12988 raisebox
12989 \series default
12990  is used in the following scheme:
12991 \end_layout
12992
12993 \begin_layout Standard
12994
12995 \series bold
12996
12997 \backslash
12998 raisebox{height}{box content}
12999 \end_layout
13000
13001 \begin_layout Standard
13002 When the box should contain a formula, an extra formula is needed like for
13003  
13004 \series bold
13005
13006 \backslash
13007 fbox
13008 \series default
13009 .
13010 \end_layout
13011
13012 \begin_layout Standard
13013 \align center
13014 \begin_inset Tabular
13015 <lyxtabular version="3" rows="4" columns="2">
13016 <features>
13017 <column alignment="center" valignment="top" width="0">
13018 <column alignment="center" valignment="top" width="0">
13019 <row>
13020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 Command
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033 Result
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 </row>
13039 <row>
13040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044 H
13045 \backslash
13046 raisebox{2mm
13047 \begin_inset Formula $\to$
13048 \end_inset
13049
13050
13051 \backslash
13052 {al
13053 \begin_inset Formula $\to$
13054 \end_inset
13055
13056  lo
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 \begin_inset Formula $H\raisebox {2mm}{al}lo$
13066 \end_inset
13067
13068
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 </row>
13074 <row>
13075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 H
13080 \backslash
13081 raisebox{-2mm
13082 \begin_inset Formula $\to$
13083 \end_inset
13084
13085
13086 \backslash
13087 {al
13088 \begin_inset Formula $\to$
13089 \end_inset
13090
13091 lo
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 </row>
13109 <row>
13110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 A=
13115 \backslash
13116 raisebox{-2mm
13117 \begin_inset Formula $\to$
13118 \end_inset
13119
13120
13121 \backslash
13122 {
13123 \family sans
13124 Ctrl-m
13125 \family default
13126  
13127 \backslash
13128 sqrt
13129 \begin_inset ERT
13130 status collapsed
13131
13132 \begin_layout Plain Layout
13133
13134
13135 \backslash
13136 spce 
13137 \end_layout
13138
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 \begin_inset ERT
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154
13155 $A=
13156 \backslash
13157 raisebox{-2mm}{$
13158 \backslash
13159 sqrt{B}$}$
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 </lyxtabular>
13171
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \begin_layout Standard
13178 The last formula can currently only be created using TeX-mode because LyX
13179  inserts a box instead of the needed extra formula.
13180 \begin_inset Foot
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184 see 
13185 \begin_inset CommandInset href
13186 LatexCommand href
13187 name "LyX-bug #1435"
13188 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13189
13190 \end_inset
13191
13192
13193 \end_layout
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 The command 
13202 \series bold
13203
13204 \backslash
13205 mbox
13206 \series default
13207  is equivalent to 
13208 \series bold
13209
13210 \backslash
13211 fbox
13212 \series default
13213  and 
13214 \series bold
13215
13216 \backslash
13217 makebox
13218 \series default
13219  is equivalent to 
13220 \series bold
13221
13222 \backslash
13223 framebox
13224 \series default
13225 , with the difference that there is no frame.
13226 \end_layout
13227
13228 \begin_layout Subsection
13229 Colored Boxes
13230 \begin_inset CommandInset label
13231 LatexCommand label
13232 name "sub:Colored-Boxes"
13233
13234 \end_inset
13235
13236
13237 \begin_inset Index
13238 status collapsed
13239
13240 \begin_layout Plain Layout
13241 Boxes ! colored
13242 \end_layout
13243
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \begin_layout Standard
13250 To be able to use all commands explained in this section, the LaTeX-package
13251  
13252 \series bold
13253 color
13254 \series default
13255
13256 \begin_inset Foot
13257 status collapsed
13258
13259 \begin_layout Plain Layout
13260 The LaTeX-package 
13261 \series bold
13262 color
13263 \series default
13264  is part of every LaTeX standard installation.
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \begin_inset Index
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274 Packages ! color
13275 \end_layout
13276
13277 \end_inset
13278
13279  has to be loaded in the LaTeX-preamble with the line
13280 \begin_inset Foot
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284 When text is colored somewhere in the document with a predefined color,
13285  LyX loads the LaTeX-package 
13286 \series bold
13287 color
13288 \series default
13289  automatically.
13290  Thus it is possible that the package is loaded twice, but this doesn't
13291  arise problems.
13292 \end_layout
13293
13294 \end_inset
13295
13296
13297 \begin_inset Note Note
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13302 amble.
13303 \end_layout
13304
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \begin_layout Standard
13311
13312 \series bold
13313
13314 \backslash
13315 usepackage{color}
13316 \end_layout
13317
13318 \begin_layout Standard
13319 \begin_inset VSpace medskip
13320 \end_inset
13321
13322 To color boxes, the command 
13323 \series bold
13324
13325 \backslash
13326 colorbox
13327 \series default
13328
13329 \begin_inset Index
13330 status collapsed
13331
13332 \begin_layout Plain Layout
13333 Commands ! C ! 
13334 \backslash
13335 colorbox
13336 \end_layout
13337
13338 \end_inset
13339
13340  is used in the following scheme:
13341 \end_layout
13342
13343 \begin_layout Standard
13344
13345 \series bold
13346
13347 \backslash
13348 colorbox{color}{box content}
13349 \end_layout
13350
13351 \begin_layout Standard
13352 The box content can also be a box and a 
13353 \series bold
13354
13355 \backslash
13356 colorbox
13357 \series default
13358  can also be part of another box (see the 2nd and 3rd example).
13359  When the box should contain a formula, an extra formula has to be created,
13360  the same as for 
13361 \series bold
13362
13363 \backslash
13364 fbox
13365 \series default
13366 .
13367 \begin_inset Foot
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371 This also applies for the command 
13372 \series bold
13373
13374 \backslash
13375 fcolorbox
13376 \series default
13377 .
13378  Thereby note 
13379 \begin_inset CommandInset href
13380 LatexCommand href
13381 name "LyX-bug #1435"
13382 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13383
13384 \end_inset
13385
13386 .
13387 \end_layout
13388
13389 \end_inset
13390
13391
13392 \end_layout
13393
13394 \begin_layout Standard
13395 One of the following predefined colors can be chosen:
13396 \end_layout
13397
13398 \begin_layout Standard
13399
13400 \series bold
13401 black
13402 \series default
13403
13404 \series bold
13405 blue
13406 \series default
13407
13408 \series bold
13409 cyan
13410 \series default
13411
13412 \series bold
13413 green
13414 \series default
13415
13416 \series bold
13417 magenta
13418 \series default
13419
13420 \series bold
13421 red
13422 \series default
13423
13424 \series bold
13425 white
13426 \series default
13427 , and 
13428 \series bold
13429 yellow
13430 \end_layout
13431
13432 \begin_layout Standard
13433 \align center
13434 \begin_inset Tabular
13435 <lyxtabular version="3" rows="4" columns="2">
13436 <features>
13437 <column alignment="center" valignment="top" width="0">
13438 <column alignment="center" valignment="top" width="0">
13439 <row>
13440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 Command
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 Result
13454 \begin_inset Note Note
13455 status collapsed
13456
13457 \begin_layout Plain Layout
13458
13459 \series bold
13460
13461 \backslash
13462 raisebox
13463 \series default
13464  is only used as spacer.
13465 \end_layout
13466
13467 \end_inset
13468
13469
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 </row>
13475 <row>
13476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480
13481 \backslash
13482 colorbox{yellow
13483 \begin_inset Formula $\to$
13484 \end_inset
13485
13486
13487 \backslash
13488 {A=B
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13498 \end_inset
13499
13500
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 </row>
13506 <row>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511
13512 \backslash
13513 colorbox{green
13514 \begin_inset Formula $\to$
13515 \end_inset
13516
13517
13518 \backslash
13519 {
13520 \backslash
13521 fbox
13522 \begin_inset ERT
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526
13527
13528 \backslash
13529 spce 
13530 \end_layout
13531
13532 \end_inset
13533
13534 A=B
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13544 \end_inset
13545
13546
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 </row>
13552 <row>
13553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557
13558 \backslash
13559 fbox
13560 \begin_inset ERT
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564
13565
13566 \backslash
13567 spce 
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \backslash
13574 colorbox{green
13575 \begin_inset Formula $\to$
13576 \end_inset
13577
13578
13579 \backslash
13580 {A=B
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13590 \end_inset
13591
13592
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 </row>
13598 </lyxtabular>
13599
13600 \end_inset
13601
13602
13603 \end_layout
13604
13605 \begin_layout Standard
13606
13607 \series bold
13608
13609 \backslash
13610 colorbox
13611 \series default
13612  only colors the box but not the characters in the box.
13613  To color all characters, the whole formula is highlighted and the wanted
13614  color is chosen in the 
13615 \family sans
13616 Text
13617 \begin_inset Space ~
13618 \end_inset
13619
13620 Style
13621 \family default
13622  dialog.
13623  The dialog can be called with the toolbar button 
13624 \begin_inset Graphics
13625         filename ../images/dialog-show_character.png
13626         scale 85
13627
13628 \end_inset
13629
13630  or the menu 
13631 \family sans
13632 Edit\SpecialChar \menuseparator
13633 Text
13634 \begin_inset Space ~
13635 \end_inset
13636
13637 Style\SpecialChar \menuseparator
13638 Customized
13639 \family default
13640 .
13641  The formula number has then the same color as the formula.
13642  When the formula number should get another color than the formula characters,
13643  the color must be changed within the formula.
13644 \end_layout
13645
13646 \begin_layout Standard
13647 An example:
13648 \end_layout
13649
13650 \begin_layout Standard
13651
13652 \color red
13653 \begin_inset Formula \begin{equation}
13654 \int A=B\label{eq:red}\end{equation}
13655
13656 \end_inset
13657
13658
13659 \color green
13660
13661 \begin_inset Formula \begin{equation}
13662 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13663
13664 \end_inset
13665
13666
13667 \end_layout
13668
13669 \begin_layout Standard
13670 Formula 
13671 \begin_inset CommandInset ref
13672 LatexCommand eqref
13673 reference "eq:red"
13674
13675 \end_inset
13676
13677  is completely colored red.
13678 \begin_inset Newline newline
13679 \end_inset
13680
13681 Formula 
13682 \begin_inset CommandInset ref
13683 LatexCommand eqref
13684 reference "eq:redgreen"
13685
13686 \end_inset
13687
13688  was first completely colored green to set the color for the formula number.
13689  Subsequently the formula characters were colored red.
13690 \end_layout
13691
13692 \begin_layout Standard
13693 \begin_inset VSpace bigskip
13694 \end_inset
13695
13696 To color the frame different than the rest of the box, the command 
13697 \series bold
13698
13699 \backslash
13700 fcolorbox
13701 \series default
13702
13703 \begin_inset Index
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707 Commands ! F ! 
13708 \backslash
13709 fcolorbox
13710 \end_layout
13711
13712 \end_inset
13713
13714  is used in the following scheme:
13715 \end_layout
13716
13717 \begin_layout Standard
13718
13719 \series bold
13720
13721 \backslash
13722 fcolorbox{frame color}{color}{box content}
13723 \end_layout
13724
13725 \begin_layout Standard
13726 So 
13727 \series bold
13728
13729 \backslash
13730 fcolorbox
13731 \series default
13732  is an extension of the command 
13733 \series bold
13734
13735 \backslash
13736 colorbox
13737 \series default
13738 .
13739  The frame width is set, like for 
13740 \series bold
13741
13742 \backslash
13743 framebox
13744 \series default
13745 , with 
13746 \series bold
13747
13748 \backslash
13749 fboxrule
13750 \series default
13751  and 
13752 \series bold
13753
13754 \backslash
13755 fboxsep
13756 \series default
13757 .
13758  An example:
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764
13765 \backslash
13766 fboxrule 1mm 
13767 \backslash
13768 fboxsep 1mm
13769 \end_layout
13770
13771 \end_inset
13772
13773
13774 \begin_inset Formula \[
13775 \fcolorbox {cyan}{magenta}{A=B}\]
13776
13777 \end_inset
13778
13779
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785
13786 \backslash
13787 fboxrule 0.4pt 
13788 \backslash
13789 fboxsep 3pt
13790 \end_layout
13791
13792 \end_inset
13793
13794
13795 \end_layout
13796
13797 \begin_layout Standard
13798 This formula was created with the command
13799 \begin_inset Newline newline
13800 \end_inset
13801
13802
13803 \series bold
13804
13805 \backslash
13806 fcolorbox{cyan
13807 \begin_inset Formula $\to$
13808 \end_inset
13809
13810
13811 \backslash
13812 {magenta
13813 \begin_inset Formula $\to$
13814 \end_inset
13815
13816
13817 \backslash
13818 {A=B
13819 \series default
13820 .
13821 \end_layout
13822
13823 \begin_layout Standard
13824 \begin_inset VSpace bigskip
13825 \end_inset
13826
13827 To use other colors than the predefined ones, they have to be defined first.
13828 \end_layout
13829
13830 \begin_layout Standard
13831 One can for example define the color 
13832 \begin_inset Quotes eld
13833 \end_inset
13834
13835
13836 \series bold
13837 darkgreen
13838 \series default
13839
13840 \begin_inset Quotes erd
13841 \end_inset
13842
13843  with the LaTeX-preamble line:
13844 \end_layout
13845
13846 \begin_layout Standard
13847
13848 \series bold
13849
13850 \backslash
13851 definecolor{darkgreen}{cmyk}{0.5,
13852 \series default
13853  
13854 \series bold
13855 0,
13856 \series default
13857  
13858 \series bold
13859 1,
13860 \series default
13861  
13862 \series bold
13863 0.5}
13864 \series default
13865
13866 \begin_inset Index
13867 status collapsed
13868
13869 \begin_layout Plain Layout
13870 Commands ! D ! 
13871 \backslash
13872 definecolor
13873 \end_layout
13874
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \begin_layout Standard
13881
13882 \series bold
13883 cmyk
13884 \series default
13885  is the color space that denotes the colors 
13886 \series bold
13887 cyan
13888 \series default
13889
13890 \series bold
13891 magenta
13892 \series default
13893
13894 \series bold
13895 yellow
13896 \series default
13897 , and 
13898 \series bold
13899 black
13900 \series default
13901 .
13902  The four comma separated numbers are the portion factor for the corresponding
13903  colors of the color space.
13904  The factors can be in the range of 0
13905 \begin_inset Space \thinspace{}
13906 \end_inset
13907
13908 -
13909 \begin_inset Space \thinspace{}
13910 \end_inset
13911
13912 1.
13913  Instead of 
13914 \series bold
13915 cmyk
13916 \series default
13917  also the color space 
13918 \series bold
13919 rgb
13920 \series default
13921  can be used for definitions.
13922  
13923 \series bold
13924 rgb
13925 \series default
13926  denotes 
13927 \series bold
13928 red
13929 \series default
13930
13931 \series bold
13932 green
13933 \series default
13934 , and 
13935 \series bold
13936 blue
13937 \series default
13938 , so that there are in this case three portion factors for the corresponding
13939  colors.
13940  Furthermore there is the color space 
13941 \series bold
13942 gray
13943 \series default
13944  with one portion factor for the gray value.
13945 \end_layout
13946
13947 \begin_layout Standard
13948 As example a framed box with the new defined color 
13949 \series bold
13950 darkgreen
13951 \series default
13952  where the characters have been colored 
13953 \series bold
13954 yellow
13955 \series default
13956 :
13957 \begin_inset Formula \begin{equation}
13958 \colorbox {darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13959
13960 \end_inset
13961
13962
13963 \end_layout
13964
13965 \begin_layout Standard
13966 Self-defined colors can also be used for text with the help of the command
13967  
13968 \series bold
13969
13970 \backslash
13971 textcolor
13972 \series default
13973 :
13974 \begin_inset Index
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978 Text ! colored
13979 \end_layout
13980
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \begin_layout Standard
13987 \begin_inset ERT
13988 status collapsed
13989
13990 \begin_layout Plain Layout
13991
13992
13993 \backslash
13994 textcolor{darkgreen}{
13995 \end_layout
13996
13997 \end_inset
13998
13999 This sentence is 
14000 \begin_inset Quotes eld
14001 \end_inset
14002
14003 darkgreen
14004 \begin_inset Quotes erd
14005 \end_inset
14006
14007 .
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013 }
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Standard
14022
14023 \series bold
14024
14025 \backslash
14026 textcolor
14027 \series default
14028
14029 \begin_inset Index
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033 Commands ! T ! 
14034 \backslash
14035 textcolor
14036 \end_layout
14037
14038 \end_inset
14039
14040  is used in the scheme 
14041 \series bold
14042
14043 \backslash
14044 textcolor{color}{characters to color}
14045 \series default
14046 .
14047 \end_layout
14048
14049 \begin_layout Subsection
14050 Paragraph Boxes
14051 \begin_inset CommandInset label
14052 LatexCommand label
14053 name "sub:Paragraph-Boxes"
14054
14055 \end_inset
14056
14057
14058 \begin_inset Index
14059 status collapsed
14060
14061 \begin_layout Plain Layout
14062 Boxes ! as paragraph
14063 \end_layout
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071 A box that can contain several lines and paragraphs, a so called paragraph
14072  box (parbox), can be created with the menu 
14073 \family sans
14074 Insert\SpecialChar \menuseparator
14075 Box
14076 \family default
14077  or the toolbar button 
14078 \begin_inset Graphics
14079         filename ../images/box-insert.png
14080         scale 85
14081
14082 \end_inset
14083
14084 .
14085 \end_layout
14086
14087 \begin_layout Standard
14088 The following example shows a framed parbox in a line:
14089 \end_layout
14090
14091 \begin_layout Standard
14092 \begin_inset VSpace medskip
14093 \end_inset
14094
14095 This is a line 
14096 \begin_inset Box Boxed
14097 position "c"
14098 hor_pos "c"
14099 has_inner_box 1
14100 inner_pos "t"
14101 use_parbox 1
14102 width "5cm"
14103 special "none"
14104 height "1in"
14105 height_special "totalheight"
14106 status open
14107
14108 \begin_layout Plain Layout
14109 This is a paragraph box.
14110  It is exactly 5
14111 \begin_inset Space \thinspace{}
14112 \end_inset
14113
14114 cm long and can also contain formulas: 
14115 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14116 \end_inset
14117
14118
14119 \end_layout
14120
14121 \end_inset
14122
14123  with a parbox.
14124 \end_layout
14125
14126 \begin_layout Standard
14127 \begin_inset VSpace medskip
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \begin_layout Standard
14134 Such a box is created by right-clicking on the gray box inset.
14135  A dialog pops up showing the box properties.
14136  In our case set: 
14137 \emph on
14138 Decoration
14139 \emph default
14140 : Recangular box, 
14141 \emph on
14142 Inner Box
14143 \emph default
14144 : Parbox, 
14145 \emph on
14146 Width
14147 \emph default
14148 : 5
14149 \begin_inset Space \thinspace{}
14150 \end_inset
14151
14152 cm, 
14153 \emph on
14154 Vertical Box Alignment
14155 \emph default
14156 : Middle
14157 \end_layout
14158
14159 \begin_layout Standard
14160 \begin_inset VSpace medskip
14161 \end_inset
14162
14163 In LaTeX a parbox is created with the command 
14164 \series bold
14165
14166 \backslash
14167 parbox
14168 \series default
14169
14170 \begin_inset Index
14171 status collapsed
14172
14173 \begin_layout Plain Layout
14174 Commands ! P ! 
14175 \backslash
14176 parbox
14177 \end_layout
14178
14179 \end_inset
14180
14181  that has the following scheme:
14182 \end_layout
14183
14184 \begin_layout Standard
14185
14186 \series bold
14187
14188 \backslash
14189 parbox[position]{width}{box content}
14190 \end_layout
14191
14192 \begin_layout Standard
14193 The positions 
14194 \emph on
14195 b
14196 \emph default
14197  and 
14198 \emph on
14199 t
14200 \emph default
14201  are possible.
14202  
14203 \emph on
14204 b
14205 \emph default
14206  for bottom means that the box is aligned within the surrounding text with
14207  its last line.
14208  With 
14209 \emph on
14210 t
14211 \emph default
14212  for top this is done with the first line.
14213  When no position is given, the box will be vertically centered, see section
14214  
14215 \emph on
14216 Boxes
14217 \emph default
14218  of the 
14219 \emph on
14220 Embedded
14221 \begin_inset Space ~
14222 \end_inset
14223
14224 Objects
14225 \emph default
14226  manual for examples.
14227 \end_layout
14228
14229 \begin_layout Standard
14230 \begin_inset VSpace bigskip
14231 \end_inset
14232
14233 To frame formulas completely, including the formula number, the formula
14234  must be set into a parbox.
14235  To do this, the command 
14236 \series bold
14237
14238 \backslash
14239 fbox{
14240 \backslash
14241 parbox{
14242 \backslash
14243 linewidth-2
14244 \backslash
14245 fboxsep-2
14246 \backslash
14247 fboxrule}{
14248 \series default
14249  is inserted in TeX-mode before the formula.
14250  
14251 \series bold
14252
14253 \backslash
14254 linewidth
14255 \begin_inset Index
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259 Commands ! L ! 
14260 \backslash
14261 linewidth
14262 \end_layout
14263
14264 \end_inset
14265
14266
14267 \series default
14268  is hereby the line width set for the document.
14269  Because the frame is outside the parbox, 2
14270 \begin_inset Space \thinspace{}
14271 \end_inset
14272
14273 times the frame separation and the frame thickness must be subtracted from
14274  the line width.
14275  As this is not automatically done by LyX due to a bug
14276 \begin_inset Foot
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280 \begin_inset CommandInset href
14281 LatexCommand href
14282 name "LyX-bug #4483"
14283 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14284
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \end_inset
14291
14292 , TeX-mode has to be used.
14293  To be able to multiply and subtract in arguments, the LaTeX-package 
14294 \series bold
14295 calc
14296 \series default
14297
14298 \begin_inset Foot
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303 \series bold
14304 calc
14305 \series default
14306  is part of every LaTeX standard installation.
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \begin_inset Index
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316 Packages ! calc
14317 \end_layout
14318
14319 \end_inset
14320
14321  must be loaded in the LaTeX-preamble with the line
14322 \end_layout
14323
14324 \begin_layout Standard
14325
14326 \series bold
14327
14328 \backslash
14329 usepackage{calc}
14330 \end_layout
14331
14332 \begin_layout Standard
14333 Behind the formula both boxes are closed by entering 
14334 \series bold
14335 }}
14336 \series default
14337  in TeX-mode.
14338  Here is an example:
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344
14345 \backslash
14346 fboxsep 5mm 
14347 \backslash
14348 fboxrule 5mm
14349 \end_layout
14350
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \begin_layout Standard
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364 fbox{
14365 \backslash
14366 parbox{
14367 \backslash
14368 linewidth-2
14369 \backslash
14370 fboxsep-2
14371 \backslash
14372 fboxrule}{
14373 \end_layout
14374
14375 \end_inset
14376
14377
14378 \begin_inset Formula \begin{equation}
14379 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14380
14381 \end_inset
14382
14383
14384 \begin_inset ERT
14385 status collapsed
14386
14387 \begin_layout Plain Layout
14388
14389 }}
14390 \end_layout
14391
14392 \end_inset
14393
14394
14395 \begin_inset ERT
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399
14400
14401 \backslash
14402 fboxrule 0.4pt 
14403 \backslash
14404 fboxsep 3pt
14405 \end_layout
14406
14407 \end_inset
14408
14409
14410 \end_layout
14411
14412 \begin_layout Standard
14413 \begin_inset VSpace medskip
14414 \end_inset
14415
14416 As a parbox is used as argument of 
14417 \series bold
14418
14419 \backslash
14420 fbox
14421 \series default
14422 , there is in this case no difference between 
14423 \series bold
14424
14425 \backslash
14426 fbox
14427 \series default
14428  and 
14429 \series bold
14430
14431 \backslash
14432 boxed
14433 \series default
14434 .
14435 \end_layout
14436
14437 \begin_layout Standard
14438 \begin_inset VSpace bigskip
14439 \end_inset
14440
14441 Paragraph boxes are very useful to comment formulas directly.
14442  To do this, 
14443 \series bold
14444
14445 \backslash
14446 parbox
14447 \series default
14448  is used in combination with the command 
14449 \series bold
14450
14451 \backslash
14452 tag
14453 \series default
14454 .
14455  (more about 
14456 \series bold
14457
14458 \backslash
14459 tag
14460 \series default
14461  see 
14462 \begin_inset CommandInset ref
14463 LatexCommand ref
14464 reference "sub:User-defined-Numbering"
14465
14466 \end_inset
14467
14468 )
14469 \end_layout
14470
14471 \begin_layout Standard
14472 An example of a formula commented with 
14473 \series bold
14474
14475 \backslash
14476 parbox
14477 \series default
14478 :
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \begin_inset ERT
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486
14487
14488 \backslash
14489 [5x-7b=3b
14490 \backslash
14491 tag*{
14492 \backslash
14493 parbox{5cm}{
14494 \end_layout
14495
14496 \end_inset
14497
14498 This is a description.
14499  It is distinctly separated from the formula and multiline.
14500 \begin_inset ERT
14501 status collapsed
14502
14503 \begin_layout Plain Layout
14504
14505 }}
14506 \backslash
14507 ]
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \begin_layout Standard
14516 Such a formula must be inserted completely in TeX-mode because LyX does
14517  not yet support the command 
14518 \series bold
14519
14520 \backslash
14521 parbox
14522 \series default
14523  in formulas.
14524  The formula is created with the following command sequence:
14525 \end_layout
14526
14527 \begin_layout Standard
14528 The command 
14529 \series bold
14530
14531 \backslash
14532 [5x-7b=3b
14533 \backslash
14534 tag*
14535 \backslash
14536 {
14537 \backslash
14538 parbox{5cm}{
14539 \series default
14540  is inserted in TeX-mode.
14541 \begin_inset Foot
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 When the formula style 
14546 \series bold
14547 Indented
14548 \series default
14549  is used, 
14550 \series bold
14551
14552 \backslash
14553 tag*
14554 \backslash
14555 {
14556 \series default
14557  can also be replaced by 
14558 \series bold
14559
14560 \backslash
14561 hfill
14562 \series default
14563 .
14564  (formula styles see 
14565 \begin_inset CommandInset ref
14566 LatexCommand ref
14567 reference "sec:Formula-Styles"
14568
14569 \end_inset
14570
14571 )
14572 \end_layout
14573
14574 \end_inset
14575
14576  Then the description follows as normal text, and finally 
14577 \series bold
14578 }}
14579 \backslash
14580 ]
14581 \series default
14582  is inserted in TeX-mode.
14583  The commands 
14584 \series bold
14585
14586 \backslash
14587 [
14588 \series default
14589  and 
14590 \series bold
14591
14592 \backslash
14593 ]
14594 \series default
14595  hereby create a displayed formula.
14596 \end_layout
14597
14598 \begin_layout Standard
14599 The advantages of 
14600 \series bold
14601
14602 \backslash
14603 parbox
14604 \series default
14605  can be seen in this example that was 
14606 \begin_inset Quotes eld
14607 \end_inset
14608
14609 commented
14610 \begin_inset Quotes erd
14611 \end_inset
14612
14613  using the mathematical textmode:
14614 \begin_inset Formula \[
14615 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \begin_layout Section
14623 Operators
14624 \begin_inset Index
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628 Operators
14629 \end_layout
14630
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \begin_layout Subsection
14637 Big Operators
14638 \begin_inset CommandInset label
14639 LatexCommand label
14640 name "sub:Big-Operators"
14641
14642 \end_inset
14643
14644
14645 \begin_inset Index
14646 status collapsed
14647
14648 \begin_layout Plain Layout
14649 Operators ! big
14650 \end_layout
14651
14652 \end_inset
14653
14654
14655 \begin_inset Index
14656 status collapsed
14657
14658 \begin_layout Plain Layout
14659 Sums
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \begin_inset Index
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669 Integrals
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 To be able to use all integral operators listed here, the option 
14679 \family sans
14680 Use esint package automatically
14681 \family default
14682  must be set in the document settings under 
14683 \family sans
14684 Math
14685 \begin_inset Space ~
14686 \end_inset
14687
14688 Options
14689 \family default
14690 .
14691 \end_layout
14692
14693 \begin_layout Standard
14694 \begin_inset Space \hfill{}
14695 \end_inset
14696
14697
14698 \begin_inset Tabular
14699 <lyxtabular version="3" rows="11" columns="2">
14700 <features>
14701 <column alignment="center" valignment="top" width="0pt">
14702 <column alignment="center" valignment="top" width="0pt">
14703 <row>
14704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708 Command
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 Result
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 </row>
14723 <row>
14724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728
14729 \backslash
14730 sum
14731 \begin_inset Index
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735 Commands ! S ! 
14736 \backslash
14737 sum
14738 \end_layout
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751 \begin_inset Formula $\sum$
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 </row>
14760 <row>
14761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14762 \begin_inset Text
14763
14764 \begin_layout Plain Layout
14765
14766 \backslash
14767 int
14768 \begin_inset Index
14769 status collapsed
14770
14771 \begin_layout Plain Layout
14772 Commands ! I ! 
14773 \backslash
14774 int
14775 \end_layout
14776
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 \begin_inset Formula $\int$
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 </row>
14797 <row>
14798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802
14803 \backslash
14804 intop
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 \begin_inset Formula $\intop$
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 </row>
14822 <row>
14823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827
14828 \backslash
14829 oint
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 \begin_inset Formula $\oint$
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 </row>
14847 <row>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852
14853 \backslash
14854 ointop
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 \begin_inset Formula $\ointop$
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 </row>
14872 <row>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877
14878 \backslash
14879 ointctrclockwise
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 \begin_inset Formula $\ointctrclockwise$
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row>
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902
14903 \backslash
14904 ointclockwise
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 \begin_inset Formula $\ointclockwise$
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \backslash
14929 sqint
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 \begin_inset Formula $\sqint$
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \backslash
14954 bigcap
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 \begin_inset Formula $\bigcap$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \backslash
14979 bigcup
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Formula $\bigcup$
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 </lyxtabular>
14998
14999 \end_inset
15000
15001
15002 \begin_inset Space \hfill{}
15003 \end_inset
15004
15005
15006 \begin_inset Tabular
15007 <lyxtabular version="3" rows="10" columns="2">
15008 <features>
15009 <column alignment="center" valignment="top" width="0pt">
15010 <column alignment="center" valignment="top" width="0pt">
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 Command
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 Result
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 prod
15039 \begin_inset Index
15040 status collapsed
15041
15042 \begin_layout Plain Layout
15043 Commands ! P ! 
15044 \backslash
15045 prod
15046 \end_layout
15047
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Formula $\prod$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \backslash
15075 coprod
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 \begin_inset Formula $\coprod$
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \backslash
15100 bigodot
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 \begin_inset Formula $\bigodot$
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \backslash
15125 bigotimes
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 \begin_inset Formula $\bigotimes$
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 </row>
15143 <row>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148
15149 \backslash
15150 bigoplus
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 \begin_inset Formula $\bigoplus$
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \backslash
15175 bigwedge
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 \begin_inset Formula $\bigwedge$
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 <row>
15194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198
15199 \backslash
15200 bigvee
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 Plain Layout
15209 \begin_inset Formula $\bigvee$
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 <row>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \backslash
15225 bigsqcup
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234 \begin_inset Formula $\bigsqcup$
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \backslash
15250 biguplus
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 \begin_inset Formula $\biguplus$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 </lyxtabular>
15269
15270 \end_inset
15271
15272
15273 \begin_inset Space \hfill{}
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \begin_layout Standard
15280 All big operators can also be inserted via the math toolbar button 
15281 \begin_inset Graphics
15282         filename ../images/math/intop.png
15283         scale 85
15284
15285 \end_inset
15286
15287 .
15288 \end_layout
15289
15290 \begin_layout Standard
15291 The operators are called big because they are bigger than the sometimes
15292  equal looking binary operators.
15293  All big operators can have limits as described in the next subsection.
15294 \end_layout
15295
15296 \begin_layout Standard
15297 The operators 
15298 \series bold
15299
15300 \backslash
15301 intop
15302 \series default
15303  and 
15304 \series bold
15305
15306 \backslash
15307 ointop
15308 \series default
15309  are different from 
15310 \series bold
15311
15312 \backslash
15313 int
15314 \series default
15315  and 
15316 \series bold
15317
15318 \backslash
15319 oint
15320 \series default
15321 , resp.
15322 \begin_inset Space ~
15323 \end_inset
15324
15325 in the style the operator limits are displayed, see 
15326 \begin_inset CommandInset ref
15327 LatexCommand ref
15328 reference "sub:Operator-Limits"
15329
15330 \end_inset
15331
15332 .
15333  
15334 \end_layout
15335
15336 \begin_layout Subsubsection*
15337 Advices for Integrals
15338 \end_layout
15339
15340 \begin_layout Standard
15341 The letter 
15342 \emph on
15343 d
15344 \emph default
15345  in an integral is an operator, that therefore has to be set upright.
15346  This is done by highlighting the 
15347 \emph on
15348 d
15349 \emph default
15350  and using the keyboard shortcut 
15351 \family sans
15352 Alt-c
15353 \begin_inset Space ~
15354 \end_inset
15355
15356 r
15357 \family default
15358
15359 \begin_inset Foot
15360 status collapsed
15361
15362 \begin_layout Plain Layout
15363 Font styles
15364 \series bold
15365  
15366 \series default
15367 see 
15368 \begin_inset CommandInset ref
15369 LatexCommand ref
15370 reference "sub:Font-Styles"
15371
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \end_inset
15378
15379 .
15380  Finally the smallest space is inserted before the 
15381 \emph on
15382 d
15383 \emph default
15384 , as this is usual for operators.
15385  An example:
15386 \end_layout
15387
15388 \begin_layout Standard
15389 incorrect: 
15390 \begin_inset Formula $\int A(x)dx$
15391 \end_inset
15392
15393
15394 \begin_inset Newline newline
15395 \end_inset
15396
15397
15398 \begin_inset ERT
15399 status collapsed
15400
15401 \begin_layout Plain Layout
15402
15403
15404 \backslash
15405 hphantom{in}
15406 \end_layout
15407
15408 \end_inset
15409
15410 correct: 
15411 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \begin_layout Standard
15418 For multiple integrals there are the following commands:
15419 \begin_inset VSpace medskip
15420 \end_inset
15421
15422
15423 \end_layout
15424
15425 \begin_layout Standard
15426 \begin_inset Space \hfill{}
15427 \end_inset
15428
15429
15430 \begin_inset Tabular
15431 <lyxtabular version="3" rows="4" columns="2">
15432 <features>
15433 <column alignment="center" valignment="top" width="0">
15434 <column alignment="center" valignment="top" width="0">
15435 <row>
15436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440 Command
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449 Result
15450 \begin_inset Note Note
15451 status collapsed
15452
15453 \begin_layout Plain Layout
15454
15455 \series bold
15456
15457 \backslash
15458 raisebox
15459 \series default
15460  is only used as spacer.
15461 \end_layout
15462
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 </row>
15471 <row>
15472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476
15477 \backslash
15478 iint
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 </row>
15496 <row>
15497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501
15502 \backslash
15503 oiint
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \backslash
15528 sqiint
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 </lyxtabular>
15547
15548 \end_inset
15549
15550
15551 \begin_inset Space \hfill{}
15552 \end_inset
15553
15554
15555 \begin_inset Tabular
15556 <lyxtabular version="3" rows="4" columns="2">
15557 <features>
15558 <column alignment="center" valignment="top" width="0">
15559 <column alignment="center" valignment="top" width="0">
15560 <row>
15561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 Command
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 Result
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 </row>
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585
15586 \backslash
15587 iiint
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 </row>
15605 <row>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \backslash
15612 iiiint
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 </row>
15630 <row>
15631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635
15636 \backslash
15637 dotsint
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 </row>
15655 </lyxtabular>
15656
15657 \end_inset
15658
15659
15660 \begin_inset Space \hfill{}
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \begin_layout Subsection
15667 Operator Limits
15668 \begin_inset CommandInset label
15669 LatexCommand label
15670 name "sub:Operator-Limits"
15671
15672 \end_inset
15673
15674
15675 \begin_inset Index
15676 status collapsed
15677
15678 \begin_layout Plain Layout
15679 Operators ! Limits
15680 \end_layout
15681
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \begin_layout Standard
15688 Limits are created by super- and subscripts:
15689 \end_layout
15690
15691 \begin_layout Standard
15692 \align center
15693 \begin_inset Tabular
15694 <lyxtabular version="3" rows="2" columns="2">
15695 <features>
15696 <column alignment="center" valignment="top" width="0pt">
15697 <column alignment="center" valignment="top" width="0pt">
15698 <row>
15699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703 Command
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 Result
15713 \begin_inset Note Note
15714 status collapsed
15715
15716 \begin_layout Plain Layout
15717
15718 \series bold
15719
15720 \backslash
15721 raisebox
15722 \series default
15723  is only used as spacer.
15724 \end_layout
15725
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 <row>
15735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \backslash
15741 prod^
15742 \backslash
15743 infty
15744 \begin_inset ERT
15745 status collapsed
15746
15747 \begin_layout Plain Layout
15748
15749
15750 \backslash
15751 spce 
15752 \end_layout
15753
15754 \end_inset
15755
15756
15757 \begin_inset Formula $\to$
15758 \end_inset
15759
15760 _0
15761 \begin_inset Formula $\to$
15762 \end_inset
15763
15764 A(x)
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 </lyxtabular>
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Standard
15790 Limits of inline formulas are set right beside the operator.
15791  Limits in displayed formulas are set above or below the operator, except
15792  of integral limits.
15793 \end_layout
15794
15795 \begin_layout Standard
15796 To force that the limits are set beside the operator, the cursor is set
15797  directly behind the operator and the limits type is changed with the menu
15798  
15799 \family sans
15800 Edit\SpecialChar \menuseparator
15801 Math\SpecialChar \menuseparator
15802 Change Limits Type
15803 \family default
15804  to 
15805 \family sans
15806 \series bold
15807 Inline
15808 \family default
15809 \series default
15810  (shortcut 
15811 \family sans
15812 Alt-m
15813 \begin_inset Space ~
15814 \end_inset
15815
15816 l
15817 \family default
15818 ).
15819  An example:
15820 \end_layout
15821
15822 \begin_layout Standard
15823 The default limits type is this:
15824 \begin_inset Formula \[
15825 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15826
15827 \end_inset
15828
15829 This is how it looks when the limits type was changed to 
15830 \family sans
15831 \series bold
15832 Inline
15833 \family default
15834 \series default
15835 :
15836 \begin_inset Formula \[
15837 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15838
15839 \end_inset
15840
15841 For integrals, except of 
15842 \series bold
15843
15844 \backslash
15845 intop
15846 \series default
15847  and 
15848 \series bold
15849
15850 \backslash
15851 ointop
15852 \series default
15853 , the limits are by default set beside the operator.
15854  But for multiple integrals the limits are often set below the operator.
15855  In the following example the limits type was therefore set to 
15856 \series bold
15857 Display
15858 \series default
15859  and so set below the integrals:
15860 \begin_inset Formula \begin{equation}
15861 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15862
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \begin_layout Standard
15869 \begin_inset VSpace medskip
15870 \end_inset
15871
15872 To specify conditions for limits, the commands 
15873 \series bold
15874
15875 \backslash
15876 subarray
15877 \series default
15878
15879 \begin_inset Index
15880 status collapsed
15881
15882 \begin_layout Plain Layout
15883 Commands ! S ! 
15884 \backslash
15885 subarray
15886 \end_layout
15887
15888 \end_inset
15889
15890  and 
15891 \series bold
15892
15893 \backslash
15894 substack
15895 \series default
15896
15897 \begin_inset Index
15898 status collapsed
15899
15900 \begin_layout Plain Layout
15901 Commands ! S ! 
15902 \backslash
15903 substack
15904 \end_layout
15905
15906 \end_inset
15907
15908  are used.
15909  To create for example this expression 
15910 \begin_inset Formula \begin{equation}
15911 \sum_{\begin{subarray}{c}
15912 0<k<1000\\
15913 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 the following has to be done:
15922 \begin_inset Newline newline
15923 \end_inset
15924
15925 First the command 
15926 \series bold
15927
15928 \backslash
15929 sum
15930 \series default
15931 ^
15932 \series bold
15933 n
15934 \begin_inset ERT
15935 status collapsed
15936
15937 \begin_layout Plain Layout
15938
15939
15940 \backslash
15941 spce 
15942 \end_layout
15943
15944 \end_inset
15945
15946 _
15947 \series default
15948  is typed in.
15949  One is now in a blue box under the summation operator and insert there
15950  the command 
15951 \series bold
15952
15953 \backslash
15954 subarray
15955 \begin_inset ERT
15956 status collapsed
15957
15958 \begin_layout Plain Layout
15959
15960
15961 \backslash
15962 spce 
15963 \end_layout
15964
15965 \end_inset
15966
15967
15968 \series default
15969 .
15970  The blue box is now within a purple box and now several lines can be written
15971  among each other.
15972  A new line is created by inserting a line break (
15973 \family sans
15974 Ctrl-Return
15975 \family default
15976 ).
15977  When now
15978 \begin_inset Newline newline
15979 \end_inset
15980
15981
15982 \series bold
15983 0<k<1000 Ctrl-Return
15984 \begin_inset Newline newline
15985 \end_inset
15986
15987
15988 \series default
15989 is typed in, a new box appears below for the new line.
15990 \end_layout
15991
15992 \begin_layout Standard
15993 The alignment of the lines can be changed to left aligned with the 
15994 \family sans
15995 table
15996 \family default
15997  
15998 \family sans
15999 toolbar
16000 \family default
16001  or the menu 
16002 \family sans
16003 Edit\SpecialChar \menuseparator
16004 Rows &Columns
16005 \family default
16006 .
16007  To get right alignment, 
16008 \series bold
16009
16010 \backslash
16011 hfill
16012 \begin_inset ERT
16013 status collapsed
16014
16015 \begin_layout Plain Layout
16016
16017
16018 \backslash
16019 spce 
16020 \end_layout
16021
16022 \end_inset
16023
16024
16025 \series default
16026  is inserted at the beginning of the line.
16027 \end_layout
16028
16029 \begin_layout Standard
16030 The command 
16031 \series bold
16032
16033 \backslash
16034 substack
16035 \series default
16036  is equivalent to 
16037 \series bold
16038
16039 \backslash
16040 subarray
16041 \series default
16042  with the difference that the lines are always centered.
16043 \end_layout
16044
16045 \begin_layout Standard
16046 \begin_inset VSpace bigskip
16047 \end_inset
16048
16049 Like in formula 
16050 \begin_inset CommandInset ref
16051 LatexCommand eqref
16052 reference "eq:substack"
16053
16054 \end_inset
16055
16056  there can be too much space beside an operator, because the characters
16057  following the operator are set beside the limits.
16058 \end_layout
16059
16060 \begin_layout Standard
16061 To avoid this, the following macro can be used in the LaTeX-preamble:
16062 \end_layout
16063
16064 \begin_layout Standard
16065
16066 \series bold
16067
16068 \backslash
16069 def
16070 \backslash
16071 clap#1{
16072 \backslash
16073 hbox to 0pt{
16074 \backslash
16075 hss #1
16076 \backslash
16077 hss}}
16078 \begin_inset Newline newline
16079 \end_inset
16080
16081
16082 \backslash
16083 def
16084 \backslash
16085 mathclap {
16086 \backslash
16087 mathpalette 
16088 \backslash
16089 mathclapinternal}
16090 \begin_inset Newline newline
16091 \end_inset
16092
16093
16094 \backslash
16095 def
16096 \backslash
16097 mathclapinternal #1#2{
16098 \backslash
16099 clap{$
16100 \backslash
16101 mathsurround =0pt #1{#2}$}}
16102 \end_layout
16103
16104 \begin_layout Standard
16105 This defines the command 
16106 \series bold
16107
16108 \backslash
16109 mathclap
16110 \series default
16111
16112 \begin_inset Index
16113 status collapsed
16114
16115 \begin_layout Plain Layout
16116 Commands ! M ! 
16117 \backslash
16118 mathclap
16119 \end_layout
16120
16121 \end_inset
16122
16123  that sets the width of the limit to 0
16124 \begin_inset Space \thinspace{}
16125 \end_inset
16126
16127 pt.
16128  The command scheme is
16129 \end_layout
16130
16131 \begin_layout Standard
16132
16133 \series bold
16134
16135 \backslash
16136 mathclap{limit}
16137 \end_layout
16138
16139 \begin_layout Standard
16140 where the limit can consist of several conditions.
16141 \end_layout
16142
16143 \begin_layout Standard
16144 Applied on formula 
16145 \begin_inset CommandInset ref
16146 LatexCommand eqref
16147 reference "eq:substack"
16148
16149 \end_inset
16150
16151 , one uses the command
16152 \end_layout
16153
16154 \begin_layout Standard
16155
16156 \series bold
16157
16158 \backslash
16159 sum_
16160 \backslash
16161 mathclap{
16162 \backslash
16163 substack
16164 \begin_inset ERT
16165 status collapsed
16166
16167 \begin_layout Plain Layout
16168
16169
16170 \backslash
16171 spce 
16172 \end_layout
16173
16174 \end_inset
16175
16176 0<k<1000 Ctrl-Enter
16177 \end_layout
16178
16179 \begin_layout Standard
16180 to create the lower limit.
16181  The summand is now directly behind the summation operator:
16182 \begin_inset Formula \[
16183 \sum_{\mathclap {\substack{0<k<1000\\
16184 \\k\,\in\,\mathbb{N}}
16185 }}^{n}k^{-2}\]
16186
16187 \end_inset
16188
16189
16190 \end_layout
16191
16192 \begin_layout Standard
16193 \begin_inset VSpace bigskip
16194 \end_inset
16195
16196 How to use one limit for several operators is described in 
16197 \begin_inset CommandInset ref
16198 LatexCommand ref
16199 reference "sub:Self-defined-Operators"
16200
16201 \end_inset
16202
16203 .
16204 \end_layout
16205
16206 \begin_layout Subsection
16207 Binary Operators
16208 \begin_inset CommandInset label
16209 LatexCommand label
16210 name "sub:Binary-Operators"
16211
16212 \end_inset
16213
16214
16215 \begin_inset Index
16216 status collapsed
16217
16218 \begin_layout Plain Layout
16219 Operators ! binary
16220 \end_layout
16221
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \begin_layout Standard
16228 Binary operators are surrounded by space when there is a character before
16229  and behind them.
16230 \begin_inset VSpace medskip
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \begin_layout Standard
16237 \begin_inset Space \hfill{}
16238 \end_inset
16239
16240
16241 \begin_inset Tabular
16242 <lyxtabular version="3" rows="13" columns="2">
16243 <features>
16244 <column alignment="center" valignment="top" width="0pt">
16245 <column alignment="center" valignment="top" width="0pt">
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 Command
16252 \begin_inset Note Note
16253 status collapsed
16254
16255 \begin_layout Plain Layout
16256
16257 \series bold
16258
16259 \backslash
16260 raisebox
16261 \series default
16262  is only used as spacer.
16263 \end_layout
16264
16265 \end_inset
16266
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 Result
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 <row>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 +
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 \begin_inset Formula $+$
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 </row>
16305 <row>
16306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 -
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 \begin_inset Formula $-$
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 <row>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333
16334 \backslash
16335 pm
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 \begin_inset Formula $\pm$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358
16359 \backslash
16360 mp
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369 \begin_inset Formula $\mp$
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \backslash
16385 cdot
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 \begin_inset Formula $\cdot$
16395 \end_inset
16396
16397
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 </row>
16403 <row>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408
16409 \backslash
16410 times
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 \begin_inset Formula $\times$
16420 \end_inset
16421
16422
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 </row>
16428 <row>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433
16434 \backslash
16435 div
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 \begin_inset Formula $\div$
16445 \end_inset
16446
16447
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 </row>
16453 <row>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 \begin_inset ERT
16459 status collapsed
16460
16461 \begin_layout Plain Layout
16462
16463
16464 \backslash
16465 raisebox{-1.2mm}{
16466 \end_layout
16467
16468 \end_inset
16469
16470 *
16471 \begin_inset ERT
16472 status collapsed
16473
16474 \begin_layout Plain Layout
16475
16476 }
16477 \end_layout
16478
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 \begin_inset Formula $*$
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \backslash
16506 star
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 \begin_inset Formula $\star$
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529
16530 \backslash
16531 circ
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 \begin_inset Formula $\circ$
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 <row>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554
16555 \backslash
16556 diamond
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 \begin_inset Formula $\diamond$
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 </row>
16574 <row>
16575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579
16580 \backslash
16581 bullet
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 \begin_inset Formula $\bullet$
16591 \end_inset
16592
16593
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 </row>
16599 </lyxtabular>
16600
16601 \end_inset
16602
16603
16604 \begin_inset Space \hfill{}
16605 \end_inset
16606
16607
16608 \begin_inset Tabular
16609 <lyxtabular version="3" rows="13" columns="2">
16610 <features>
16611 <column alignment="center" valignment="top" width="0pt">
16612 <column alignment="center" valignment="top" width="0pt">
16613 <row>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 Command
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 Result
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 <row>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638
16639 \backslash
16640 nabla
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 \begin_inset Formula $\nabla$
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663
16664 \backslash
16665 bigtriangledown
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 \begin_inset Formula $\bigtriangledown$
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 </row>
16683 <row>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688
16689 \backslash
16690 bigtriangleup
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 \begin_inset Formula $\bigtriangleup$
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713
16714 \backslash
16715 Box
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 \begin_inset Formula $\Box$
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738
16739 \backslash
16740 cap 
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\cap$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763
16764 \backslash
16765 cup
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $\cup$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788
16789 \backslash
16790 dagger
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 \begin_inset Formula $\dagger$
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 <row>
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813
16814 \backslash
16815 ddagger
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset Formula $\ddagger$
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838
16839 \backslash
16840 wr
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 \begin_inset Formula $\wr$
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863
16864 \backslash
16865 bigcirc
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Formula $\bigcirc$
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \backslash
16890 wedge
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 \begin_inset Formula $\wedge$
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 </row>
16908 <row>
16909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \backslash
16915 vee
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 \begin_inset Formula $\vee$
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 </lyxtabular>
16934
16935 \end_inset
16936
16937
16938 \begin_inset Space \hfill{}
16939 \end_inset
16940
16941
16942 \begin_inset Tabular
16943 <lyxtabular version="3" rows="13" columns="2">
16944 <features>
16945 <column alignment="center" valignment="top" width="0pt">
16946 <column alignment="center" valignment="top" width="0pt">
16947 <row>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 Command
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 Result
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 oplus
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\oplus$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 ominus
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\ominus$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 otimes
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\otimes$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 oslash
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\oslash$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \backslash
17074 odot
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $\odot$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097
17098 \backslash
17099 amalg
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 \begin_inset Formula $\amalg$
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122
17123 \backslash
17124 uplus
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $\uplus$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 <row>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147
17148 \backslash
17149 setminus
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $\setminus$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 </row>
17167 <row>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \backslash
17174 sqcap
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 \begin_inset Formula $\sqcap$
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 </row>
17192 <row>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \backslash
17199 sqcup
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208 \begin_inset Formula $\sqcup$
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 <row>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222
17223 \backslash
17224 triangleleft
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 \begin_inset Formula $\triangleleft$
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 <row>
17243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247
17248 \backslash
17249 triangleright
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 \begin_inset Formula $\triangleright$
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 </row>
17267 </lyxtabular>
17268
17269 \end_inset
17270
17271
17272 \begin_inset Space \hfill{}
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \begin_layout Standard
17279 All binary operators can also be inserted via the math toolbar button 
17280 \begin_inset Graphics
17281         filename ../images/math/pm.png
17282         scale 85
17283
17284 \end_inset
17285
17286 .
17287 \end_layout
17288
17289 \begin_layout Standard
17290 To typeset the Laplace operator also 
17291 \series bold
17292
17293 \backslash
17294 Delta
17295 \series default
17296  or 
17297 \series bold
17298
17299 \backslash
17300 nabla
17301 \series default
17302 ^
17303 \series bold
17304 2
17305 \series default
17306  (
17307 \begin_inset Formula $\nabla^{2}$
17308 \end_inset
17309
17310 ) can be used instead of 
17311 \series bold
17312
17313 \backslash
17314 bigtriangleup
17315 \series default
17316  .
17317 \end_layout
17318
17319 \begin_layout Standard
17320 The character 
17321 \family sans
17322 Menu Separator
17323 \family default
17324  from the menu 
17325 \family sans
17326 Insert\SpecialChar \menuseparator
17327 Special Character
17328 \family default
17329  is the operator 
17330 \series bold
17331
17332 \backslash
17333 triangleright
17334 \series default
17335 .
17336 \end_layout
17337
17338 \begin_layout Subsection
17339 Self-defined Operators
17340 \begin_inset CommandInset label
17341 LatexCommand label
17342 name "sub:Self-defined-Operators"
17343
17344 \end_inset
17345
17346
17347 \begin_inset Index
17348 status collapsed
17349
17350 \begin_layout Plain Layout
17351 Operators ! self-defined
17352 \end_layout
17353
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \begin_layout Standard
17360 With the help of the command 
17361 \series bold
17362
17363 \backslash
17364 DeclareMathOperator
17365 \series default
17366
17367 \begin_inset Index
17368 status collapsed
17369
17370 \begin_layout Plain Layout
17371 Commands ! D ! 
17372 \backslash
17373 dbinom@
17374 \backslash
17375 DeclareMathOperator
17376 \end_layout
17377
17378 \end_inset
17379
17380  custom operators can be defined in the LaTeX-preamble.
17381  Its command scheme is:
17382 \end_layout
17383
17384 \begin_layout Standard
17385
17386 \series bold
17387
17388 \backslash
17389 DeclareMathOperator{new command}{display}
17390 \end_layout
17391
17392 \begin_layout Standard
17393 Display can be characters or symbols that define how the operator looks
17394  in the output.
17395  To define a big operator a * is set behind the command.
17396  All self-defined big operators can have limits as described in 
17397 \begin_inset CommandInset ref
17398 LatexCommand ref
17399 reference "sub:Operator-Limits"
17400
17401 \end_inset
17402
17403 .
17404 \end_layout
17405
17406 \begin_layout Standard
17407 For example the LaTeX-preamble line
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413
17414 \backslash
17415 DeclareMathOperator*{
17416 \backslash
17417 Lozenge}{
17418 \backslash
17419 blacklozenge}
17420 \end_layout
17421
17422 \begin_layout Standard
17423 defines the command 
17424 \series bold
17425
17426 \backslash
17427 Lozenge
17428 \series default
17429 , that inserts a big operator consisting of the lozenge symbol from 
17430 \begin_inset CommandInset ref
17431 LatexCommand ref
17432 reference "sub:Miscellaneous-Symbols"
17433
17434 \end_inset
17435
17436 :
17437 \begin_inset Formula \[
17438 \Lozenge _{n=1}^{\infty}\]
17439
17440 \end_inset
17441
17442 The command for this formula is: 
17443 \series bold
17444
17445 \backslash
17446 Lozenge
17447 \series default
17448 ^
17449 \series bold
17450
17451 \backslash
17452 infty
17453 \begin_inset Formula $\to$
17454 \end_inset
17455
17456 _n=1
17457 \end_layout
17458
17459 \begin_layout Standard
17460 \begin_inset VSpace bigskip
17461 \end_inset
17462
17463 When self-defined operators are not used several times in the document,
17464  they can also be defined with the commands 
17465 \series bold
17466
17467 \backslash
17468 mathop
17469 \series default
17470
17471 \begin_inset Index
17472 status collapsed
17473
17474 \begin_layout Plain Layout
17475 Commands ! M ! 
17476 \backslash
17477 mathop
17478 \end_layout
17479
17480 \end_inset
17481
17482  and 
17483 \series bold
17484
17485 \backslash
17486 mathbin
17487 \series default
17488
17489 \begin_inset Index
17490 status collapsed
17491
17492 \begin_layout Plain Layout
17493 Commands ! M ! 
17494 \backslash
17495 mathbin
17496 \end_layout
17497
17498 \end_inset
17499
17500 , which have the following scheme:
17501 \end_layout
17502
17503 \begin_layout Standard
17504
17505 \series bold
17506
17507 \backslash
17508 mathop{display}
17509 \series default
17510  and 
17511 \series bold
17512
17513 \backslash
17514 mathbin{display}
17515 \end_layout
17516
17517 \begin_layout Standard
17518
17519 \series bold
17520
17521 \backslash
17522 mathop
17523 \series default
17524  defines big operators, 
17525 \series bold
17526
17527 \backslash
17528 mathbin
17529 \series default
17530  binary operators.
17531 \end_layout
17532
17533 \begin_layout Standard
17534
17535 \series bold
17536
17537 \backslash
17538 mathop
17539 \series default
17540  can e.
17541 \begin_inset Space \thinspace{}
17542 \end_inset
17543
17544 g.
17545 \begin_inset Space ~
17546 \end_inset
17547
17548 be used to use one limit for several operators:
17549 \end_layout
17550
17551 \begin_layout Standard
17552 \begin_inset Formula \[
17553 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17554
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \begin_layout Standard
17561 The command for the formula above is:
17562 \begin_inset Newline newline
17563 \end_inset
17564
17565
17566 \series bold
17567
17568 \backslash
17569 mathop{
17570 \backslash
17571 sum
17572 \backslash
17573 negmedspace
17574 \backslash
17575 sum
17576 \series default
17577
17578 \begin_inset ERT
17579 status collapsed
17580
17581 \begin_layout Plain Layout
17582
17583
17584 \backslash
17585 spce 
17586 \end_layout
17587
17588 \end_inset
17589
17590
17591 \series bold
17592
17593 \begin_inset Formula $\to$
17594 \end_inset
17595
17596 ^N
17597 \series default
17598
17599 \begin_inset ERT
17600 status collapsed
17601
17602 \begin_layout Plain Layout
17603
17604
17605 \backslash
17606 spce 
17607 \end_layout
17608
17609 \end_inset
17610
17611
17612 \series bold
17613 _i,j=1
17614 \end_layout
17615
17616 \begin_layout Section
17617 Fonts
17618 \begin_inset Index
17619 status collapsed
17620
17621 \begin_layout Plain Layout
17622 Fonts
17623 \end_layout
17624
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \begin_layout Subsection
17631 Font Styles
17632 \begin_inset CommandInset label
17633 LatexCommand label
17634 name "sub:Font-Styles"
17635
17636 \end_inset
17637
17638
17639 \begin_inset Index
17640 status collapsed
17641
17642 \begin_layout Plain Layout
17643 Font ! style
17644 \end_layout
17645
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \begin_layout Standard
17652 Latin letters in formulas can be set in one of the following font styles:
17653 \begin_inset VSpace -2mm
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \begin_layout Standard
17660 \align center
17661 \begin_inset Tabular
17662 <lyxtabular version="3" rows="6" columns="3">
17663 <features>
17664 <column alignment="center" valignment="top" width="0">
17665 <column alignment="center" valignment="top" width="0">
17666 <column alignment="center" valignment="top" width="0">
17667 <row>
17668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 Command
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681 Result
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690 shortcut
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 </row>
17696 <row>
17697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701
17702 \backslash
17703 mathbb
17704 \series bold
17705
17706 \begin_inset ERT
17707 status collapsed
17708
17709 \begin_layout Plain Layout
17710
17711
17712 \backslash
17713 spce 
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \series default
17720 ABC
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729 \begin_inset Formula $\mathbb{ABC}$
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 Alt-c c
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 </row>
17747 <row>
17748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752
17753 \backslash
17754 mathbf
17755 \series bold
17756
17757 \begin_inset ERT
17758 status collapsed
17759
17760 \begin_layout Plain Layout
17761
17762
17763 \backslash
17764 spce 
17765 \end_layout
17766
17767 \end_inset
17768
17769
17770 \series default
17771 AbC
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780 \begin_inset Formula $\mathbf{AbC}$
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 -
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 </row>
17798 <row>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803
17804 \backslash
17805 boldsymbol
17806 \series bold
17807
17808 \begin_inset ERT
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812
17813
17814 \backslash
17815 spce 
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \series default
17822 AbC
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 \begin_inset Formula $\boldsymbol{AbC}$
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843 Alt-c b
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 </row>
17849 <row>
17850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854
17855 \backslash
17856 mathcal
17857 \series bold
17858
17859 \begin_inset ERT
17860 status collapsed
17861
17862 \begin_layout Plain Layout
17863
17864
17865 \backslash
17866 spce 
17867 \end_layout
17868
17869 \end_inset
17870
17871
17872 \series default
17873 ABC
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 \begin_inset Formula $\mathcal{ABC}$
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 Alt-c e
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 </row>
17900 <row>
17901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \backslash
17907 mathfrak
17908 \series bold
17909
17910 \begin_inset ERT
17911 status collapsed
17912
17913 \begin_layout Plain Layout
17914
17915
17916 \backslash
17917 spce 
17918 \end_layout
17919
17920 \end_inset
17921
17922
17923 \series default
17924 AbC
17925 \end_layout
17926
17927 \end_inset
17928 </cell>
17929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17930 \begin_inset Text
17931
17932 \begin_layout Plain Layout
17933 \begin_inset Formula $\mathfrak{AbC}$
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 -
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 </row>
17951 </lyxtabular>
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \begin_layout Standard
17959 \align center
17960 \begin_inset Tabular
17961 <lyxtabular version="3" rows="5" columns="3">
17962 <features>
17963 <column alignment="center" valignment="top" width="0">
17964 <column alignment="center" valignment="top" width="0">
17965 <column alignment="center" valignment="top" width="0">
17966 <row>
17967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971 Command
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 Result
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 shortcut
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 </row>
17995 <row>
17996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000
18001 \backslash
18002 mathit
18003 \series bold
18004
18005 \begin_inset ERT
18006 status collapsed
18007
18008 \begin_layout Plain Layout
18009
18010
18011 \backslash
18012 spce 
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \series default
18019 AbC
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028 \begin_inset Formula $\mathit{AbC}$
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 -
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 </row>
18046 <row>
18047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051
18052 \backslash
18053 mathrm
18054 \series bold
18055
18056 \begin_inset ERT
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060
18061
18062 \backslash
18063 spce 
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \series default
18070 AbC
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 \begin_inset Formula $\mathrm{AbC}$
18080 \end_inset
18081
18082
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 Alt-c r
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 </row>
18097 <row>
18098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102
18103 \backslash
18104 mathsf
18105 \series bold
18106
18107 \begin_inset ERT
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111
18112
18113 \backslash
18114 spce 
18115 \end_layout
18116
18117 \end_inset
18118
18119
18120 \series default
18121 AbC
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 \begin_inset Formula $\mathsf{AbC}$
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 Alt-c s
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \backslash
18155 mathtt
18156 \series bold
18157
18158 \begin_inset ERT
18159 status collapsed
18160
18161 \begin_layout Plain Layout
18162
18163
18164 \backslash
18165 spce 
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \series default
18172 AbC
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181 \begin_inset Formula $\mathtt{AbC}$
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 Alt-c p
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 </row>
18199 </lyxtabular>
18200
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \begin_layout Standard
18207 \begin_inset Note Greyedout
18208 status open
18209
18210 \begin_layout Plain Layout
18211
18212 \series bold
18213 Note:
18214 \series default
18215  The styles 
18216 \series bold
18217
18218 \backslash
18219 mathbb
18220 \series default
18221  and 
18222 \series bold
18223
18224 \backslash
18225 mathcal
18226 \series default
18227  can only be used for big letters.
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Standard
18236 Predefined is the style 
18237 \series bold
18238
18239 \backslash
18240 mathnormal
18241 \series default
18242 .
18243 \end_layout
18244
18245 \begin_layout Standard
18246 The style commands work also for letters in mathematical constructs:
18247 \begin_inset Formula \[
18248 \mathfrak{A=\frac{b}{C}}\]
18249
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \begin_layout Standard
18256 Characters in mathematical text don't appear in a math font style but in
18257  the text font style 
18258 \series bold
18259
18260 \backslash
18261 textrm
18262 \series default
18263 .
18264  That their style can't be set correctly via the text style dialog is a
18265  bug in LyX.
18266 \begin_inset Foot
18267 status collapsed
18268
18269 \begin_layout Plain Layout
18270 \begin_inset CommandInset href
18271 LatexCommand href
18272 name "LyX-bug #4091"
18273 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18274
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \end_inset
18281
18282
18283 \end_layout
18284
18285 \begin_layout Standard
18286 Instead of the style commands the dialog 
18287 \family sans
18288 Edit\SpecialChar \menuseparator
18289 Math\SpecialChar \menuseparator
18290 Text Style
18291 \family default
18292  or the toolbar button 
18293 \begin_inset Graphics
18294         filename ../images/math/font.png
18295         scale 85
18296
18297 \end_inset
18298
18299  can be used.
18300 \end_layout
18301
18302 \begin_layout Subsection
18303 Bold Formulas
18304 \begin_inset CommandInset label
18305 LatexCommand label
18306 name "sub:Bold-Formulas"
18307
18308 \end_inset
18309
18310
18311 \begin_inset Index
18312 status collapsed
18313
18314 \begin_layout Plain Layout
18315 Formula ! bold
18316 \end_layout
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \begin_layout Standard
18324 To make a complete formula bold, the command 
18325 \series bold
18326
18327 \backslash
18328 mathbf
18329 \series default
18330  from the previous subsection cannot be used, because it doesn't work for
18331  small Greek letters.
18332  Furthermore it prints Latin letters always upright, like in the following
18333  equation:
18334 \end_layout
18335
18336 \begin_layout Standard
18337 \begin_inset Formula \[
18338 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash  mathbf}\]
18339
18340 \end_inset
18341
18342
18343 \end_layout
18344
18345 \begin_layout Standard
18346 To display the formula correctly, the command 
18347 \series bold
18348
18349 \backslash
18350 boldsymbol
18351 \series default
18352  is used:
18353 \begin_inset Formula \[
18354 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash  boldsymbol}}\]
18355
18356 \end_inset
18357
18358 It is also possible to set the formula in a 
18359 \series bold
18360 boldmath environment
18361 \series default
18362 .
18363  This environment is created by inserting the command 
18364 \series bold
18365
18366 \backslash
18367 boldmath
18368 \begin_inset Index
18369 status collapsed
18370
18371 \begin_layout Plain Layout
18372 Commands ! B ! 
18373 \backslash
18374 boldmath
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \series default
18381  in TeX-mode.
18382  To end the environment, the command 
18383 \series bold
18384
18385 \backslash
18386 unboldmath
18387 \begin_inset Index
18388 status collapsed
18389
18390 \begin_layout Plain Layout
18391 Commands ! U ! 
18392 \backslash
18393 unboldmath
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \series default
18400  is inserted in TeX-mode.
18401 \begin_inset ERT
18402 status collapsed
18403
18404 \begin_layout Plain Layout
18405
18406
18407 \backslash
18408 boldmath 
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \begin_inset Formula \[
18415 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18416
18417 \end_inset
18418
18419
18420 \begin_inset ERT
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424
18425
18426 \backslash
18427 unboldmath 
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Subsection
18436 Font Sizes
18437 \begin_inset CommandInset label
18438 LatexCommand label
18439 name "sub:Font-Sizes"
18440
18441 \end_inset
18442
18443
18444 \begin_inset Index
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448 Font ! size
18449 \end_layout
18450
18451 \end_inset
18452
18453
18454 \end_layout
18455
18456 \begin_layout Standard
18457 For characters in formulas there are, analog to characters in text, the
18458  following size commands:
18459 \end_layout
18460
18461 \begin_layout Standard
18462
18463 \series bold
18464
18465 \backslash
18466 Huge
18467 \series default
18468
18469 \series bold
18470
18471 \backslash
18472 huge
18473 \series default
18474
18475 \series bold
18476
18477 \backslash
18478 LARGE
18479 \series default
18480
18481 \series bold
18482
18483 \backslash
18484 Large
18485 \series default
18486
18487 \series bold
18488
18489 \backslash
18490 large
18491 \series default
18492
18493 \series bold
18494
18495 \backslash
18496 normalsize
18497 \series default
18498
18499 \series bold
18500
18501 \backslash
18502 small
18503 \series default
18504 ,
18505 \begin_inset Newline newline
18506 \end_inset
18507
18508
18509 \series bold
18510
18511 \backslash
18512 footnotesize
18513 \series default
18514
18515 \series bold
18516
18517 \backslash
18518 scriptsize
18519 \series default
18520 , and 
18521 \series bold
18522
18523 \backslash
18524 tiny
18525 \end_layout
18526
18527 \begin_layout Standard
18528 The size produced by the commands depends on the document font size, that
18529  corresponds with the command 
18530 \series bold
18531
18532 \backslash
18533 normalsize
18534 \series default
18535 .
18536  The other commands produce smaller or larger sizes than 
18537 \series bold
18538
18539 \backslash
18540 normalsize
18541 \series default
18542 .
18543  The font size can however not exceed a certain value.
18544  Is for example the document font size 12
18545 \begin_inset Space \thinspace{}
18546 \end_inset
18547
18548 pt, the command 
18549 \series bold
18550
18551 \backslash
18552 Huge
18553 \series default
18554  switches to the same size as 
18555 \series bold
18556
18557 \backslash
18558 huge
18559 \series default
18560 .
18561  
18562 \end_layout
18563
18564 \begin_layout Standard
18565 A size command is inserted in TeX-mode before the formula and sets the size
18566  for all following formula and text characters.
18567  To switch back to the initial size, the command 
18568 \series bold
18569
18570 \backslash
18571 normalsize
18572 \series default
18573  is inserted behind the formula in TeX-mode.
18574 \end_layout
18575
18576 \begin_layout Standard
18577 Within a formula the size can only be changed for symbols or letters in
18578  mathematical text.
18579  To do this, the size command is inserted in mathematical text.
18580  All following characters until the end of the mathematical text or until
18581  another size command will have the selected size.
18582  Two examples:
18583 \begin_inset VSpace -2mm
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \begin_layout Standard
18590 \begin_inset ERT
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594
18595
18596 \backslash
18597 huge 
18598 \end_layout
18599
18600 \end_inset
18601
18602
18603 \begin_inset Formula \[
18604 A=\frac{B}{c}\cdot\maltese\]
18605
18606 \end_inset
18607
18608
18609 \begin_inset Formula \[
18610 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18611
18612 \end_inset
18613
18614
18615 \begin_inset ERT
18616 status collapsed
18617
18618 \begin_layout Plain Layout
18619
18620
18621 \backslash
18622 normalsize 
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \begin_layout Standard
18631 \begin_inset VSpace medskip
18632 \end_inset
18633
18634 Before both formulas the command 
18635 \series bold
18636
18637 \backslash
18638 huge
18639 \series default
18640  was inserted.
18641  The command for the second formula is:
18642 \begin_inset Newline newline
18643 \end_inset
18644
18645
18646 \series bold
18647
18648 \backslash
18649 maltese
18650 \begin_inset ERT
18651 status collapsed
18652
18653 \begin_layout Plain Layout
18654
18655
18656 \backslash
18657 spce 
18658 \end_layout
18659
18660 \end_inset
18661
18662 A Alt-m m 
18663 \backslash
18664 Large
18665 \begin_inset ERT
18666 status collapsed
18667
18668 \begin_layout Plain Layout
18669
18670
18671 \backslash
18672 spce 
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \backslash
18679 maltese
18680 \begin_inset ERT
18681 status collapsed
18682
18683 \begin_layout Plain Layout
18684
18685
18686 \backslash
18687 spce 
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \backslash
18694 textit
18695 \begin_inset ERT
18696 status collapsed
18697
18698 \begin_layout Plain Layout
18699
18700
18701 \backslash
18702 spce 
18703 \end_layout
18704
18705 \end_inset
18706
18707 A
18708 \begin_inset Formula $\to$
18709 \end_inset
18710
18711
18712 \begin_inset Formula $\to$
18713 \end_inset
18714
18715
18716 \begin_inset Newline newline
18717 \end_inset
18718
18719
18720 \begin_inset Space \hspace*{}
18721 \length 1cm
18722 \end_inset
18723
18724 Alt-m
18725 \series default
18726  
18727 \series bold
18728
18729 \backslash
18730 tiny
18731 \begin_inset ERT
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735
18736
18737 \backslash
18738 spce 
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \backslash
18745 maltese
18746 \begin_inset ERT
18747 status collapsed
18748
18749 \begin_layout Plain Layout
18750
18751
18752 \backslash
18753 spce 
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \backslash
18760 textit
18761 \begin_inset ERT
18762 status collapsed
18763
18764 \begin_layout Plain Layout
18765
18766
18767 \backslash
18768 spce 
18769 \end_layout
18770
18771 \end_inset
18772
18773 A
18774 \end_layout
18775
18776 \begin_layout Standard
18777 If a symbol cannot be displayed in different sizes, it will always be displayed
18778  in the default size.
18779 \end_layout
18780
18781 \begin_layout Section
18782 Greek Letters
18783 \begin_inset Index
18784 status collapsed
18785
18786 \begin_layout Plain Layout
18787 Greek letters
18788 \end_layout
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \begin_layout Standard
18796 All Greek letters can also be inserted via the toolbar button 
18797 \begin_inset Graphics
18798         filename ../images/math/alpha.png
18799         scale 85
18800
18801 \end_inset
18802
18803 .
18804 \end_layout
18805
18806 \begin_layout Subsection
18807 Small Letters
18808 \begin_inset CommandInset label
18809 LatexCommand label
18810 name "sub:Small-Letters"
18811
18812 \end_inset
18813
18814
18815 \begin_inset Index
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819 Greek letters ! small
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 \begin_inset Space \hfill{}
18829 \end_inset
18830
18831
18832 \begin_inset Tabular
18833 <lyxtabular version="3" rows="11" columns="2">
18834 <features>
18835 <column alignment="center" valignment="top" width="0pt">
18836 <column alignment="center" valignment="top" width="0pt">
18837 <row>
18838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842 Command
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 Result
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 </row>
18857 <row>
18858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862
18863 \backslash
18864 alpha
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873 \begin_inset Formula $\alpha$
18874 \end_inset
18875
18876
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 </row>
18882 <row>
18883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \backslash
18889 beta
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 \begin_inset Formula $\beta$
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 </row>
18907 <row>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \backslash
18914 gamma
18915 \end_layout
18916
18917 \end_inset
18918 </cell>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 \begin_inset Formula $\gamma$
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 </row>
18932 <row>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \backslash
18939 delta
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 \begin_inset Formula $\delta$
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962
18963 \backslash
18964 epsilon
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 \begin_inset Formula $\epsilon$
18974 \end_inset
18975
18976
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 </row>
18982 <row>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987
18988 \backslash
18989 varepsilon
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 \begin_inset Formula $\varepsilon$
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 </row>
19007 <row>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \backslash
19014 zeta
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 \begin_inset Formula $\zeta$
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 </row>
19032 <row>
19033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037
19038 \backslash
19039 eta
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048 \begin_inset Formula $\eta$
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 </row>
19057 <row>
19058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062
19063 \backslash
19064 theta
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073 \begin_inset Formula $\theta$
19074 \end_inset
19075
19076
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 </row>
19082 <row>
19083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087
19088 \backslash
19089 vartheta
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 \begin_inset Formula $\vartheta$
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 </row>
19107 </lyxtabular>
19108
19109 \end_inset
19110
19111
19112 \begin_inset Space \hfill{}
19113 \end_inset
19114
19115
19116 \begin_inset Tabular
19117 <lyxtabular version="3" rows="12" columns="2">
19118 <features>
19119 <column alignment="center" valignment="top" width="0pt">
19120 <column alignment="center" valignment="top" width="0pt">
19121 <row>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 Command
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 Result
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \backslash
19148 iota
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157 \begin_inset Formula $\iota$
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 </row>
19166 <row>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \backslash
19173 kappa
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 \begin_inset Formula $\kappa$
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 <row>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196
19197 \backslash
19198 varkappa
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 \begin_inset Formula $\varkappa$
19208 \end_inset
19209
19210
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \backslash
19223 lambda
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Formula $\lambda$
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 </row>
19241 <row>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246
19247 \backslash
19248 mu
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 \begin_inset Formula $\mu$
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271
19272 \backslash
19273 nu
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 \begin_inset Formula $\nu$
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296
19297 \backslash
19298 xi
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Formula $\xi$
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 </row>
19316 <row>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321 o
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset Formula $o$
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \backslash
19346 pi
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $\pi$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 varpi
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\varpi$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 rho
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\rho$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 </lyxtabular>
19415
19416 \end_inset
19417
19418
19419 \begin_inset Space \hfill{}
19420 \end_inset
19421
19422
19423 \begin_inset Tabular
19424 <lyxtabular version="3" rows="11" columns="2">
19425 <features>
19426 <column alignment="center" valignment="top" width="0pt">
19427 <column alignment="center" valignment="top" width="0pt">
19428 <row>
19429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 Command
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 Result
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453
19454 \backslash
19455 varrho
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464 \begin_inset Formula $\varrho$
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 <row>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \backslash
19480 sigma
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 \begin_inset Formula $\sigma$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 <row>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \backslash
19505 varsigma
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Formula $\varsigma$
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 tau
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\tau$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \backslash
19555 upsilon
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Formula $\upsilon$
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 phi
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\phi$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 varphi
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\varphi$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 chi
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\chi$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \backslash
19655 psi
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 \begin_inset Formula $\psi$
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 </row>
19673 <row>
19674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \backslash
19680 omega
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 \begin_inset Formula $\omega$
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 </lyxtabular>
19699
19700 \end_inset
19701
19702
19703 \begin_inset Space \hfill{}
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \begin_layout Standard
19710 \begin_inset VSpace medskip
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Standard
19717 How to create upright Greek letters is explained in 
19718 \begin_inset CommandInset ref
19719 LatexCommand ref
19720 reference "sub:Upright-small-Greek"
19721
19722 \end_inset
19723
19724 .
19725 \end_layout
19726
19727 \begin_layout Subsection
19728 Big Letters
19729 \begin_inset Index
19730 status collapsed
19731
19732 \begin_layout Plain Layout
19733 Greek letters ! big
19734 \end_layout
19735
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \begin_layout Standard
19742 \begin_inset Space \hfill{}
19743 \end_inset
19744
19745
19746 \begin_inset Tabular
19747 <lyxtabular version="3" rows="7" columns="2">
19748 <features>
19749 <column alignment="center" valignment="top" width="0pt">
19750 <column alignment="center" valignment="top" width="0pt">
19751 <row>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 Command
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 Result
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 <row>
19772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 Gamma
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Formula $\Gamma$
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 </row>
19796 <row>
19797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \backslash
19803 Delta
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 \begin_inset Formula $\Delta$
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 </row>
19821 <row>
19822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826
19827 \backslash
19828 Theta
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 \begin_inset Formula $\Theta$
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 </row>
19846 <row>
19847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \backslash
19853 Lambda
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 \begin_inset Formula $\Lambda$
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 </row>
19871 <row>
19872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876
19877 \backslash
19878 Xi
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887 \begin_inset Formula $\Xi$
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 </row>
19896 <row>
19897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \backslash
19903 Pi
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 \begin_inset Formula $\Pi$
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 </row>
19921 </lyxtabular>
19922
19923 \end_inset
19924
19925
19926 \begin_inset Space \hfill{}
19927 \end_inset
19928
19929
19930 \begin_inset Tabular
19931 <lyxtabular version="3" rows="6" columns="2">
19932 <features>
19933 <column alignment="center" valignment="top" width="0pt">
19934 <column alignment="center" valignment="top" width="0pt">
19935 <row>
19936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940 Command
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 Result
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960
19961 \backslash
19962 Sigma
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 \begin_inset Formula $\Sigma$
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 </row>
19980 <row>
19981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985
19986 \backslash
19987 Upsilon
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996 \begin_inset Formula $\Upsilon$
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 </row>
20005 <row>
20006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010
20011 \backslash
20012 Phi
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\Phi$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 <row>
20031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035
20036 \backslash
20037 Psi
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046 \begin_inset Formula $\Psi$
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 </row>
20055 <row>
20056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \backslash
20062 Omega
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 \begin_inset Formula $\Omega$
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 </lyxtabular>
20081
20082 \end_inset
20083
20084
20085 \begin_inset Space \hfill{}
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \begin_layout Standard
20092 \begin_inset VSpace medskip
20093 \end_inset
20094
20095 That the big Greek letters appear upright is caused by a design bug when
20096  TeX was developed.
20097  To get correct italic big letters, begin every command with 
20098 \series bold
20099 var
20100 \series default
20101 .
20102  For example the command 
20103 \series bold
20104
20105 \backslash
20106 varGamma
20107 \series default
20108  produces: 
20109 \begin_inset Formula $\varGamma $
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \begin_layout Subsection
20116 Bold Letters
20117 \begin_inset Index
20118 status collapsed
20119
20120 \begin_layout Plain Layout
20121 Greek letters ! bold
20122 \end_layout
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \begin_layout Standard
20130 Greek letters cannot be set with different font styles like Latin letters.
20131  They can only be made bold with the command 
20132 \series bold
20133
20134 \backslash
20135 boldsymbol
20136 \series default
20137
20138 \begin_inset Index
20139 status collapsed
20140
20141 \begin_layout Plain Layout
20142 Commands ! B ! 
20143 \backslash
20144 boldsymbol
20145 \end_layout
20146
20147 \end_inset
20148
20149 .
20150 \end_layout
20151
20152 \begin_layout Standard
20153 \align center
20154 \begin_inset Tabular
20155 <lyxtabular version="3" rows="3" columns="2">
20156 <features>
20157 <column alignment="center" valignment="top" width="0">
20158 <column alignment="center" valignment="top" width="0">
20159 <row>
20160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 Command
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 Result
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 </row>
20179 <row>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \backslash
20186 Upsilon
20187 \backslash
20188 boldsymbol
20189 \backslash
20190 Upsilon
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20200 \end_inset
20201
20202
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 </row>
20208 <row>
20209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213
20214 \backslash
20215 theta
20216 \backslash
20217 boldsymbol
20218 \backslash
20219 theta
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 \begin_inset Formula $\theta\boldsymbol{\theta}$
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 </lyxtabular>
20238
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \begin_layout Section
20245 Symbols
20246 \begin_inset ERT
20247 status collapsed
20248
20249 \begin_layout Plain Layout
20250
20251
20252 \backslash
20253 texorpdfstring{
20254 \end_layout
20255
20256 \end_inset
20257
20258
20259 \begin_inset Foot
20260 status collapsed
20261
20262 \begin_layout Plain Layout
20263 A list with all symbols of most of the LaTeX-packages can be found in 
20264 \begin_inset CommandInset citation
20265 LatexCommand cite
20266 key "Symbole"
20267
20268 \end_inset
20269
20270 .
20271 \end_layout
20272
20273 \end_inset
20274
20275
20276 \begin_inset ERT
20277 status collapsed
20278
20279 \begin_layout Plain Layout
20280
20281 }{}
20282 \end_layout
20283
20284 \end_inset
20285
20286
20287 \begin_inset Note Note
20288 status collapsed
20289
20290 \begin_layout Plain Layout
20291
20292 \backslash
20293 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20294 \end_layout
20295
20296 \begin_layout Plain Layout
20297 More about 
20298 \backslash
20299 texorpdfstring is in section 
20300 \begin_inset CommandInset ref
20301 LatexCommand ref
20302 reference "sub:Formulas-in-Section"
20303
20304 \end_inset
20305
20306 .
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \begin_inset Index
20313 status collapsed
20314
20315 \begin_layout Plain Layout
20316 Symbols
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325 Many of the symbols listed in this section can also be inserted via the
20326  toolbar buttons 
20327 \begin_inset Graphics
20328         filename ../images/math/nabla.png
20329         scale 85
20330
20331 \end_inset
20332
20333  and 
20334 \begin_inset Graphics
20335         filename ../images/math/digamma.png
20336         scale 85
20337
20338 \end_inset
20339
20340 .
20341 \end_layout
20342
20343 \begin_layout Subsection
20344 Mathematical Symbols
20345 \begin_inset CommandInset label
20346 LatexCommand label
20347 name "sub:Mathematical-Symbols"
20348
20349 \end_inset
20350
20351
20352 \begin_inset Index
20353 status collapsed
20354
20355 \begin_layout Plain Layout
20356 Symbols ! mathematical
20357 \end_layout
20358
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \begin_layout Standard
20365 \begin_inset Space \hfill{}
20366 \end_inset
20367
20368
20369 \begin_inset Tabular
20370 <lyxtabular version="3" rows="10" columns="2">
20371 <features>
20372 <column alignment="center" valignment="top" width="0pt">
20373 <column alignment="center" valignment="top" width="0pt">
20374 <row>
20375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379 Command
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388 Result
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 neg
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\neg$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 Im
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\Im$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 Re
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\Re$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \backslash
20476 aleph
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 \begin_inset Formula $\aleph$
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 partial
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Formula $\partial$
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \backslash
20526 infty
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Formula $\infty$
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \backslash
20551 wp
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $\wp$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 <row>
20570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \backslash
20576 imath
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Formula $\imath$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 <row>
20595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599
20600 \backslash
20601 jmath
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 \begin_inset Formula $\jmath$
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 </lyxtabular>
20620
20621 \end_inset
20622
20623
20624 \begin_inset Space \hfill{}
20625 \end_inset
20626
20627
20628 \begin_inset Tabular
20629 <lyxtabular version="3" rows="10" columns="2">
20630 <features>
20631 <column alignment="center" valignment="top" width="0pt">
20632 <column alignment="center" valignment="top" width="0pt">
20633 <row>
20634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638 Command
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 Result
20648 \begin_inset Note Note
20649 status collapsed
20650
20651 \begin_layout Plain Layout
20652
20653 \series bold
20654
20655 \backslash
20656 raisebox
20657 \series default
20658  is only used as spacer.
20659 \end_layout
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 </row>
20669 <row>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674
20675 \backslash
20676 forall
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685 \begin_inset Formula $\forall$
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 </row>
20694 <row>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699
20700 \backslash
20701 exists
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710 \begin_inset Formula $\exists$
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 </row>
20719 <row>
20720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724
20725 \backslash
20726 nexists
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 \begin_inset Formula $\nexists$
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 </row>
20744 <row>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749
20750 \backslash
20751 emptyset
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760 \begin_inset Formula $\emptyset$
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 </row>
20769 <row>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774
20775 \backslash
20776 varnothing
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 \begin_inset Formula $\varnothing$
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 </row>
20794 <row>
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799
20800 \backslash
20801 dag
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 \begin_inset Formula $\dag $
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 </row>
20819 <row>
20820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \backslash
20826 ddag
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 \begin_inset Formula $\ddag $
20836 \end_inset
20837
20838
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 </row>
20844 <row>
20845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849
20850 \backslash
20851 complement
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860 \begin_inset ERT
20861 status collapsed
20862
20863 \begin_layout Plain Layout
20864
20865
20866 \backslash
20867 raisebox{-0.8mm}{
20868 \end_layout
20869
20870 \end_inset
20871
20872
20873 \begin_inset Formula $\complement$
20874 \end_inset
20875
20876
20877 \begin_inset ERT
20878 status collapsed
20879
20880 \begin_layout Plain Layout
20881
20882 }
20883 \end_layout
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \backslash
20900 Bbbk
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 \begin_inset Formula $\Bbbk$
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 </row>
20918 </lyxtabular>
20919
20920 \end_inset
20921
20922
20923 \begin_inset Space \hfill{}
20924 \end_inset
20925
20926
20927 \begin_inset Tabular
20928 <lyxtabular version="3" rows="10" columns="2">
20929 <features>
20930 <column alignment="center" valignment="top" width="0pt">
20931 <column alignment="center" valignment="top" width="0pt">
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 Command
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 Result
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 prime
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Formula $\prime$
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \backslash
20984 backprime
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 \begin_inset Formula $\backprime$
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007
21008 \backslash
21009 mho
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Formula $\mho$
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 </row>
21027 <row>
21028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032
21033 \backslash
21034 triangle
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 \begin_inset Formula $\triangle$
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057
21058 \backslash
21059 angle
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $\angle$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 </row>
21077 <row>
21078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082
21083 \backslash
21084 measuredangle
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $\measuredangle$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 </row>
21102 <row>
21103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107
21108 \backslash
21109 sphericalangle
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 \begin_inset Formula $\sphericalangle$
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \backslash
21134 top
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\top$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 <row>
21153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157
21158 \backslash
21159 bot
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168 \begin_inset Formula $\bot$
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 </lyxtabular>
21178
21179 \end_inset
21180
21181
21182 \begin_inset Space \hfill{}
21183 \end_inset
21184
21185
21186 \end_layout
21187
21188 \begin_layout Standard
21189 \begin_inset Newpage newpage
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \begin_layout Subsection
21196 Miscellaneous Symbols
21197 \begin_inset CommandInset label
21198 LatexCommand label
21199 name "sub:Miscellaneous-Symbols"
21200
21201 \end_inset
21202
21203
21204 \begin_inset Index
21205 status collapsed
21206
21207 \begin_layout Plain Layout
21208 Symbols ! miscellaneous
21209 \end_layout
21210
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \begin_layout Standard
21217 \noindent
21218 \align center
21219 \begin_inset Tabular
21220 <lyxtabular version="3" rows="10" columns="2">
21221 <features>
21222 <column alignment="center" valignment="top" width="0pt">
21223 <column alignment="center" valignment="top" width="0pt">
21224 <row>
21225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 Command
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 Result
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 </row>
21244 <row>
21245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249
21250 \backslash
21251 flat
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Formula $\flat$
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 </row>
21269 <row>
21270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274
21275 \backslash
21276 natural
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 \begin_inset Formula $\natural$
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \backslash
21301 sharp
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\sharp$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \backslash
21326 surd
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\surd$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row>
21345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349
21350 \backslash
21351 checkmark
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 \begin_inset Formula $\checkmark$
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 <row>
21370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \backslash
21376 yen
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $\yen$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 <row>
21395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399
21400 \backslash
21401 pounds
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 \begin_inset Formula $\pounds $
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row>
21420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 $
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 \begin_inset Formula $\$$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 </row>
21442 <row>
21443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 §
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 \begin_inset Formula $§$
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 </lyxtabular>
21466
21467 \end_inset
21468
21469
21470 \begin_inset Tabular
21471 <lyxtabular version="3" rows="10" columns="2">
21472 <features>
21473 <column alignment="center" valignment="top" width="0">
21474 <column alignment="center" valignment="top" width="0">
21475 <row>
21476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 Command
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 Result
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 </row>
21495 <row>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500
21501 \backslash
21502 hbar
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $\hbar$
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \backslash
21527 hslash
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 \begin_inset Formula $\hslash$
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550
21551 \backslash
21552 clubsuit
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 \begin_inset Formula $\clubsuit$
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 </row>
21570 <row>
21571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575
21576 \backslash
21577 spadesuit
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 \begin_inset Formula $\spadesuit$
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 </row>
21595 <row>
21596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600
21601 \backslash
21602 bigstar
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611 \begin_inset Formula $\bigstar$
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 </row>
21620 <row>
21621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625
21626 \backslash
21627 blacklozenge
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 Plain Layout
21636 \begin_inset Formula $\blacklozenge$
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650
21651 \backslash
21652 blacktriangle
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 Plain Layout
21661 \begin_inset Formula $\blacktriangle$
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 </row>
21670 <row>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675
21676 \backslash
21677 blacktiangledown
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 Plain Layout
21686 \begin_inset Formula $\blacktriangledown$
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \backslash
21702 bullet
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Formula $\bullet$
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 </lyxtabular>
21721
21722 \end_inset
21723
21724
21725 \begin_inset Tabular
21726 <lyxtabular version="3" rows="10" columns="2">
21727 <features>
21728 <column alignment="center" valignment="top" width="0pt">
21729 <column alignment="center" valignment="top" width="0pt">
21730 <row>
21731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 Command
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 Result
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 </row>
21750 <row>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755
21756 \backslash
21757 diamondsuit
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 \begin_inset Formula $\diamondsuit$
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 </row>
21775 <row>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780
21781 \backslash
21782 Diamond
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791 \begin_inset Formula $\Diamond$
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 <row>
21801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805
21806 \backslash
21807 heartsuit
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 \begin_inset Formula $\heartsuit$
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 </row>
21825 <row>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830
21831 \backslash
21832 P
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Formula $\P $
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 </row>
21850 <row>
21851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855
21856 \backslash
21857 copyright
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866 \begin_inset Formula $\copyright $
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 <row>
21876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880
21881 \backslash
21882 circledR
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 \begin_inset Formula $\circledR$
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 </row>
21900 <row>
21901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905
21906 \backslash
21907 maltese
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916 \begin_inset Formula $\maltese$
21917 \end_inset
21918
21919
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 </row>
21925 <row>
21926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930
21931 \backslash
21932 diagup
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941 \begin_inset Formula $\diagup$
21942 \end_inset
21943
21944
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 </row>
21950 <row>
21951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955
21956 \backslash
21957 diagdown
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 \begin_inset Formula $\diagdown$
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 </row>
21975 </lyxtabular>
21976
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \begin_layout Standard
21983 \begin_inset VSpace medskip
21984 \end_inset
21985
21986 More symbols are listed in 
21987 \begin_inset CommandInset ref
21988 LatexCommand ref
21989 reference "sub:Miscellaneous-Special-Characters"
21990
21991 \end_inset
21992
21993 .
21994 \end_layout
21995
21996 \begin_layout Standard
21997 Some symbols can be displayed in different sizes, see 
21998 \begin_inset CommandInset ref
21999 LatexCommand ref
22000 reference "sub:Font-Sizes"
22001
22002 \end_inset
22003
22004 .
22005 \end_layout
22006
22007 \begin_layout Subsection
22008 The Euro-Symbol €
22009 \begin_inset Index
22010 status collapsed
22011
22012 \begin_layout Plain Layout
22013 Symbols ! Euro-symbol
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \begin_inset Index
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023 \begin_inset ERT
22024 status collapsed
22025
22026 \begin_layout Plain Layout
22027
22028
22029 \backslash
22030 officialeuro
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Standard
22044 To use the Euro symbol in formulas, the LaTeX-package 
22045 \series bold
22046 eurosym
22047 \series default
22048
22049 \begin_inset Index
22050 status collapsed
22051
22052 \begin_layout Plain Layout
22053 Packages ! eurosym
22054 \end_layout
22055
22056 \end_inset
22057
22058  must be installed and loaded with the LaTeX-preamble line
22059 \end_layout
22060
22061 \begin_layout Standard
22062
22063 \series bold
22064
22065 \backslash
22066 usepackage[gennarrow]{eurosym}
22067 \end_layout
22068
22069 \begin_layout Standard
22070 The Euro symbol can now be inserted with the command 
22071 \series bold
22072
22073 \backslash
22074 euro
22075 \series default
22076
22077 \begin_inset Index
22078 status collapsed
22079
22080 \begin_layout Plain Layout
22081 Commands ! E ! 
22082 \backslash
22083 euro
22084 \end_layout
22085
22086 \end_inset
22087
22088 .
22089 \end_layout
22090
22091 \begin_layout Standard
22092 The Euro symbol can directly be inserted with the € key in mathematical
22093  text, without having 
22094 \series bold
22095 eurosym
22096 \series default
22097  installed.
22098  When 
22099 \series bold
22100 eurosym
22101 \series default
22102  is installed, 
22103 \series bold
22104
22105 \backslash
22106 euro
22107 \series default
22108  can also be inserted in TeX-mode.
22109  The official currency symbol can then be inserted with the command 
22110 \series bold
22111
22112 \backslash
22113 officialeuro
22114 \series default
22115
22116 \begin_inset Index
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120 Commands ! O ! 
22121 \backslash
22122 officialeuro
22123 \end_layout
22124
22125 \end_inset
22126
22127 , that is only available in TeX-mode.
22128 \end_layout
22129
22130 \begin_layout Standard
22131 \begin_inset ERT
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135
22136
22137 \backslash
22138 ifeurosym 
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \begin_inset Note Note
22145 status open
22146
22147 \begin_layout Plain Layout
22148 The following table will only be displayed when the LaTeX-package 
22149 \series bold
22150 eurosym
22151 \series default
22152  is installed.
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Standard
22161 An overview about the different Euro symbols:
22162 \end_layout
22163
22164 \begin_layout Standard
22165 \align center
22166 \begin_inset Tabular
22167 <lyxtabular version="3" rows="4" columns="3">
22168 <features>
22169 <column alignment="center" valignment="top" width="0pt">
22170 <column alignment="center" valignment="top" width="0pt">
22171 <column alignment="center" valignment="top" width="0pt">
22172 <row>
22173 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 Command 
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 Result
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 formula
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215
22216 \backslash
22217 euro
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 \begin_inset Formula $\euro $
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 mathematical text
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 \begin_inset Formula $\mbox{€}$
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 </row>
22267 <row>
22268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 TeX-mode
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \backslash
22283 officialeuro
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 \begin_inset ERT
22293 status collapsed
22294
22295 \begin_layout Plain Layout
22296
22297
22298 \backslash
22299 officialeuro
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 </lyxtabular>
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \begin_layout Standard
22318 \begin_inset ERT
22319 status collapsed
22320
22321 \begin_layout Plain Layout
22322
22323
22324 \backslash
22325 else 
22326 \end_layout
22327
22328 \end_inset
22329
22330
22331 \begin_inset Note Note
22332 status open
22333
22334 \begin_layout Plain Layout
22335 The following will be displayed when the LaTeX-package 
22336 \series bold
22337 eurosym
22338 \series default
22339  is not installed:
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \begin_layout Standard
22348 You need to install the LaTeX-package 
22349 \series bold
22350 eurosym
22351 \series default
22352  to see the rest of this subsection in the output.
22353 \end_layout
22354
22355 \begin_layout Standard
22356 \begin_inset ERT
22357 status collapsed
22358
22359 \begin_layout Plain Layout
22360
22361
22362 \backslash
22363 fi 
22364 \end_layout
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Section
22372 Relations
22373 \begin_inset CommandInset label
22374 LatexCommand label
22375 name "sec:Relations"
22376
22377 \end_inset
22378
22379
22380 \begin_inset Index
22381 status collapsed
22382
22383 \begin_layout Plain Layout
22384 Relations
22385 \end_layout
22386
22387 \end_inset
22388
22389
22390 \begin_inset Index
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394 Comparisons|see
22395 \begin_inset ERT
22396 status collapsed
22397
22398 \begin_layout Plain Layout
22399
22400 {
22401 \end_layout
22402
22403 \end_inset
22404
22405 Relations
22406 \begin_inset ERT
22407 status collapsed
22408
22409 \begin_layout Plain Layout
22410
22411 }
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \begin_layout Standard
22425 All relations can also be inserted via the toolbar button 
22426 \begin_inset Graphics
22427         filename ../images/math/leq.png
22428         scale 85
22429
22430 \end_inset
22431
22432 .
22433 \end_layout
22434
22435 \begin_layout Standard
22436 \begin_inset Space \hfill{}
22437 \end_inset
22438
22439
22440 \begin_inset Tabular
22441 <lyxtabular version="3" rows="17" columns="2">
22442 <features>
22443 <column alignment="center" valignment="top" width="0pt">
22444 <column alignment="center" valignment="top" width="0pt">
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 Command
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459 Result
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 <
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 \begin_inset Formula $<$
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 <row>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \backslash
22495 le
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\le$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \backslash
22520 ll
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 \begin_inset Formula $\ll$
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 </row>
22538 <row>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543
22544 \backslash
22545 prec
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $\prec$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 <row>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568
22569 \backslash
22570 preceq
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 \begin_inset Formula $\preceq$
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 <row>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593
22594 \backslash
22595 subset
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 \begin_inset Formula $\subset$
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 <row>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618
22619 \backslash
22620 subseteq
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 \begin_inset Formula $\subseteq$
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 <row>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \backslash
22645 sqsubseteq
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 \begin_inset Formula $\sqsubseteq$
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 <row>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \backslash
22670 in
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 \begin_inset Formula $\in$
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693
22694 \backslash
22695 vdash
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 \begin_inset Formula $\vdash$
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 </row>
22713 <row>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \backslash
22720 smile
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 \begin_inset Formula $\smile$
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \backslash
22745 lhd
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 \begin_inset Formula $\lhd$
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 </row>
22763 <row>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \backslash
22770 unlhd
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 \begin_inset Formula $\unlhd$
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 </row>
22788 <row>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \backslash
22795 gtrless
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $\gtrless$
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818
22819 \backslash
22820 mid
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Formula $\mid$
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 </row>
22838 <row>
22839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \backslash
22845 nmid
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $\nmid$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 </lyxtabular>
22864
22865 \end_inset
22866
22867
22868 \begin_inset Space \hfill{}
22869 \end_inset
22870
22871
22872 \begin_inset Tabular
22873 <lyxtabular version="3" rows="17" columns="2">
22874 <features>
22875 <column alignment="center" valignment="top" width="0pt">
22876 <column alignment="center" valignment="top" width="0pt">
22877 <row>
22878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 Command
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 Result
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 </row>
22897 <row>
22898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 =
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 \begin_inset Formula $=$
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 </row>
22920 <row>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \backslash
22927 not=
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Formula $\not=$
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 </row>
22945 <row>
22946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950
22951 \backslash
22952 equiv
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 \begin_inset Formula $\equiv$
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 <row>
22971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \backslash
22977 sim
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 \begin_inset Formula $\sim$
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000
23001 \backslash
23002 simeq
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Formula $\simeq$
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \backslash
23027 approx
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Formula $\approx$
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 </row>
23045 <row>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \backslash
23052 cong
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 \begin_inset Formula $\cong$
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 </row>
23070 <row>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 bowtie
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset Formula $\bowtie$
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 <row>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100
23101 \backslash
23102 notin
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 \begin_inset Formula $\notin$
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \backslash
23127 perp
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 \begin_inset Formula $\perp$
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 </row>
23145 <row>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150
23151 \backslash
23152 propto
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 \begin_inset Formula $\propto$
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175
23176 \backslash
23177 asymp
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 \begin_inset Formula $\asymp$
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 </row>
23195 <row>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \backslash
23202 doteq
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Formula $\doteq$
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 </row>
23220 <row>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \backslash
23227 circeq
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 \begin_inset Formula $\circeq$
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \backslash
23252 models
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 \begin_inset Formula $\models$
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \backslash
23277 widehat=
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286 \begin_inset Formula $\widehat{=}$
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 </lyxtabular>
23296
23297 \end_inset
23298
23299
23300 \begin_inset Space \hfill{}
23301 \end_inset
23302
23303
23304 \begin_inset Tabular
23305 <lyxtabular version="3" rows="17" columns="2">
23306 <features>
23307 <column alignment="center" valignment="top" width="0pt">
23308 <column alignment="center" valignment="top" width="0pt">
23309 <row>
23310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 Command
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 Result
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 </row>
23329 <row>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 >
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 \begin_inset Formula $>$
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 </row>
23352 <row>
23353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357
23358 \backslash
23359 ge
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $\ge$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 <row>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \backslash
23384 gg
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 \begin_inset Formula $\gg$
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407
23408 \backslash
23409 succ
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 \begin_inset Formula $\succ$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \backslash
23434 succeq
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $\succeq$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 supset
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\supset$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 supseteq
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\supseteq$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 sqsupseteq
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\sqsupseteq$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 ni
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\ni$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \backslash
23559 dashv
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\dashv$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 frown
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\frown$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 rhd
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\rhd$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 unrhd
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\unrhd$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 lessgtr
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\lessgtr$
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \backslash
23684 parallel
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\parallel$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 nparallel
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\nparallel$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 </lyxtabular>
23728
23729 \end_inset
23730
23731
23732 \begin_inset Space \hfill{}
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \begin_layout Standard
23739 \begin_inset VSpace medskip
23740 \end_inset
23741
23742 The characters 
23743 \series bold
23744
23745 \backslash
23746 lhd
23747 \series default
23748  and 
23749 \series bold
23750
23751 \backslash
23752 rhd
23753 \series default
23754  are bigger than the equal looking operators 
23755 \series bold
23756
23757 \backslash
23758 triangleleft
23759 \series default
23760  and 
23761 \series bold
23762
23763 \backslash
23764 triangleright
23765 \series default
23766 , respectively.
23767 \end_layout
23768
23769 \begin_layout Standard
23770 Relations are, in contrary to symbols, always surrounded by space.
23771 \end_layout
23772
23773 \begin_layout Standard
23774 Relations with labels can be created with the command 
23775 \series bold
23776
23777 \backslash
23778 stackrel
23779 \series default
23780
23781 \begin_inset Index
23782 status collapsed
23783
23784 \begin_layout Plain Layout
23785 Commands ! S ! 
23786 \backslash
23787 stackrel
23788 \end_layout
23789
23790 \end_inset
23791
23792 :
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \align center
23797 \begin_inset Tabular
23798 <lyxtabular version="3" rows="2" columns="2">
23799 <features>
23800 <column alignment="center" valignment="top" width="0">
23801 <column alignment="center" valignment="top" width="0">
23802 <row>
23803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 Command
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 Result
23817 \begin_inset Note Note
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821
23822 \series bold
23823
23824 \backslash
23825 raisebox
23826 \series default
23827  is only used as spacer.
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843 A(r)
23844 \backslash
23845 stackrel
23846 \begin_inset ERT
23847 status collapsed
23848
23849 \begin_layout Plain Layout
23850
23851
23852 \backslash
23853 spce 
23854 \end_layout
23855
23856 \end_inset
23857
23858 r
23859 \backslash
23860 to
23861 \backslash
23862 infty
23863 \begin_inset ERT
23864 status collapsed
23865
23866 \begin_layout Plain Layout
23867
23868
23869 \backslash
23870 spce 
23871 \end_layout
23872
23873 \end_inset
23874
23875
23876 \begin_inset Formula $\downarrow$
23877 \end_inset
23878
23879
23880 \backslash
23881 approx
23882 \begin_inset ERT
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886
23887
23888 \backslash
23889 spce 
23890 \end_layout
23891
23892 \end_inset
23893
23894
23895 \begin_inset ERT
23896 status collapsed
23897
23898 \begin_layout Plain Layout
23899
23900
23901 \backslash
23902 spce 
23903 \end_layout
23904
23905 \end_inset
23906
23907 B
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 </lyxtabular>
23926
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \begin_layout Section
23933 Functions
23934 \end_layout
23935
23936 \begin_layout Subsection
23937 Predefined Functions
23938 \begin_inset CommandInset label
23939 LatexCommand label
23940 name "sub:Predefined-Functions"
23941
23942 \end_inset
23943
23944
23945 \begin_inset Index
23946 status collapsed
23947
23948 \begin_layout Plain Layout
23949 Functions ! predefined
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 In general, variables are set 
23959 \emph on
23960 italic
23961 \emph default
23962  in mathematical expressions, but not function names, because 
23963 \begin_inset Formula $sin$
23964 \end_inset
23965
23966  could be misunderstood as 
23967 \begin_inset Formula $s\cdot i\cdot n$
23968 \end_inset
23969
23970 .
23971  Therefore there are predefined functions, that are additionally a bit separated
23972  from prefactors.
23973  They are inserted as commands starting with a backslash before their name.
23974 \end_layout
23975
23976 \begin_layout Standard
23977 \align center
23978 \begin_inset Tabular
23979 <lyxtabular version="3" rows="2" columns="4">
23980 <features>
23981 <column alignment="center" valignment="top" width="0pt">
23982 <column alignment="center" valignment="top" width="0pt">
23983 <column alignment="center" valignment="top" width="0pt">
23984 <column alignment="center" valignment="top" width="0pt">
23985 <row>
23986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 Command
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 Result
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 Command
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017 Result
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 </row>
24023 <row>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 Asin(x)+B
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 \begin_inset Formula $Asin(x)+B$
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 A
24050 \backslash
24051 sin(x)+B
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 \begin_inset Formula $A\sin(x)+B$
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 </lyxtabular>
24070
24071 \end_inset
24072
24073
24074 \begin_inset Newpage pagebreak
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \begin_layout Standard
24081 The following functions are predefined:
24082 \end_layout
24083
24084 \begin_layout Standard
24085 \begin_inset VSpace -2mm
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \begin_layout Standard
24092 \align center
24093 \begin_inset Tabular
24094 <lyxtabular version="3" rows="9" columns="4">
24095 <features>
24096 <column alignment="center" valignment="top" width="0pt">
24097 <column alignment="center" valignment="top" width="0pt">
24098 <column alignment="center" valignment="top" width="0pt">
24099 <column alignment="center" valignment="top" width="0pt">
24100 <row>
24101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 Command
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 Command
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 Command
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 Command
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 <row>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 sin
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154
24155 \backslash
24156 sinh
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165
24166 \backslash
24167 arcsin
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176
24177 \backslash
24178 sup
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 <row>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 cos
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200
24201 \backslash
24202 cosh
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211
24212 \backslash
24213 arccos
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222
24223 \backslash
24224 inf
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 </row>
24230 <row>
24231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235
24236 \backslash
24237 tan
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246
24247 \backslash
24248 tanh
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257
24258 \backslash
24259 arctan
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Plain Layout
24268
24269 \backslash
24270 lim
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 <row>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 cot
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292
24293 \backslash
24294 coth
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303
24304 \backslash
24305 arg
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \backslash
24316 liminf
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 </row>
24322 <row>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 sec
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338
24339 \backslash
24340 min
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349
24350 \backslash
24351 deg
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360
24361 \backslash
24362 limsup
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 </row>
24368 <row>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 csc
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 max
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 det
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406
24407 \backslash
24408 Pr
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 </row>
24414 <row>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 ln
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 exp
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441
24442 \backslash
24443 dim
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \backslash
24454 hom
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 </row>
24460 <row>
24461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 lg
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \backslash
24478 log
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 ker
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498
24499 \backslash
24500 gcd
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 </row>
24506 </lyxtabular>
24507
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \begin_layout Standard
24514 They can also be inserted with the math toolbar button 
24515 \begin_inset Graphics
24516         filename ../images/math/functions.png
24517         scale 85
24518
24519 \end_inset
24520
24521 .
24522 \end_layout
24523
24524 \begin_layout Subsection
24525 Self-defined Functions
24526 \begin_inset Index
24527 status collapsed
24528
24529 \begin_layout Plain Layout
24530 Functions ! self-defined
24531 \end_layout
24532
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \begin_layout Standard
24539 To use a function that is not predefined, like for example the sign function
24540  sgn(x), there are two possibilities:
24541 \end_layout
24542
24543 \begin_layout Itemize
24544 Define the function by inserting the following line to the LaTeX-preamble
24545 \begin_inset Foot
24546 status collapsed
24547
24548 \begin_layout Plain Layout
24549 For more about 
24550 \series bold
24551
24552 \backslash
24553 DeclareMathOperator
24554 \series default
24555  see 
24556 \begin_inset CommandInset ref
24557 LatexCommand ref
24558 reference "sub:Self-defined-Operators"
24559
24560 \end_inset
24561
24562 .
24563 \end_layout
24564
24565 \end_inset
24566
24567
24568 \begin_inset Newline newline
24569 \end_inset
24570
24571
24572 \begin_inset VSpace -3mm
24573 \end_inset
24574
24575
24576 \begin_inset Newline newline
24577 \end_inset
24578
24579
24580 \series bold
24581
24582 \backslash
24583 DeclareMathOperator{
24584 \backslash
24585 sgn}{sgn}
24586 \series default
24587
24588 \begin_inset Index
24589 status collapsed
24590
24591 \begin_layout Plain Layout
24592 Commands ! D ! 
24593 \backslash
24594 dbinom@
24595 \backslash
24596 DeclareMathOperator
24597 \end_layout
24598
24599 \end_inset
24600
24601
24602 \begin_inset Newline newline
24603 \end_inset
24604
24605
24606 \begin_inset VSpace -2mm
24607 \end_inset
24608
24609
24610 \begin_inset Newline newline
24611 \end_inset
24612
24613 Now the new defined function can be called with the command 
24614 \series bold
24615
24616 \backslash
24617 sgn
24618 \series default
24619 .
24620 \end_layout
24621
24622 \begin_layout Itemize
24623 Write the the formula as usual, mark the formula name, in our example the
24624  letters 
24625 \emph on
24626 sgn
24627 \emph default
24628 , and change it to mathematical text.
24629  At last a space is inserted between prefactor and function.
24630 \end_layout
24631
24632 \begin_layout Standard
24633 The result is the same with both methods as with a predefined function
24634 \begin_inset Foot
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638 In LyX self-defined functions are displayed red, predefined ones black.
24639 \end_layout
24640
24641 \end_inset
24642
24643 :
24644 \end_layout
24645
24646 \begin_layout Standard
24647 \align center
24648 \begin_inset Tabular
24649 <lyxtabular version="3" rows="3" columns="2">
24650 <features>
24651 <column alignment="center" valignment="top" width="0pt">
24652 <column alignment="center" valignment="top" width="0pt">
24653 <row>
24654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 Command
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667 Result
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 </row>
24673 <row>
24674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24675 \begin_inset Text
24676
24677 \begin_layout Plain Layout
24678 A
24679 \backslash
24680 sgn(x)+B
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 \begin_inset Formula $A\sgn (x)+B$
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 </row>
24698 <row>
24699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703 A
24704 \backslash
24705 ,
24706 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24707 \end_inset
24708
24709 (x)+B
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 </row>
24727 </lyxtabular>
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Standard
24735 The first method is more suitable when the self-defined function should
24736  be used several times.
24737 \end_layout
24738
24739 \begin_layout Subsection
24740 Limits
24741 \begin_inset Index
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745 Limits
24746 \end_layout
24747
24748 \end_inset
24749
24750
24751 \end_layout
24752
24753 \begin_layout Standard
24754 For limits there are defined besides 
24755 \series bold
24756
24757 \backslash
24758 lim
24759 \series default
24760
24761 \begin_inset Index
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765 Commands ! L ! 
24766 \backslash
24767 lim
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \series bold
24774
24775 \backslash
24776 liminf
24777 \series default
24778  and 
24779 \series bold
24780
24781 \backslash
24782 limsup
24783 \series default
24784  furthermore the following functions:
24785 \end_layout
24786
24787 \begin_layout Standard
24788 \align center
24789 \begin_inset Tabular
24790 <lyxtabular version="3" rows="5" columns="2">
24791 <features>
24792 <column alignment="center" valignment="top" width="0">
24793 <column alignment="center" valignment="top" width="0">
24794 <row>
24795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799 Command
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 Result
24809 \begin_inset Note Note
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813
24814 \series bold
24815
24816 \backslash
24817 raisebox
24818 \series default
24819  is only used as spacer.
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 </row>
24830 <row>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835
24836 \backslash
24837 varliminf
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 Plain Layout
24846 \begin_inset Formula $\varliminf $
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 </row>
24855 <row>
24856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 varlimsup
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871 \begin_inset Formula $\varlimsup $
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 </row>
24880 <row>
24881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 varprojlim
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 \begin_inset Formula $\varprojlim $
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 </row>
24905 <row>
24906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910
24911 \backslash
24912 varinjlim
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 \begin_inset Formula $\varinjlim $
24922 \end_inset
24923
24924
24925 \begin_inset Formula $\raisebox {-2.5mm}{}$
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 </row>
24934 </lyxtabular>
24935
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \begin_layout Standard
24942 \begin_inset VSpace medskip
24943 \end_inset
24944
24945 The limit is created by inserting a subscript.
24946  It is set right beside the function in an inline formula:
24947 \end_layout
24948
24949 \begin_layout Standard
24950 \align center
24951 \begin_inset Tabular
24952 <lyxtabular version="3" rows="2" columns="2">
24953 <features>
24954 <column alignment="center" valignment="top" width="0pt">
24955 <column alignment="center" valignment="top" width="0pt">
24956 <row>
24957 <cell alignment="center" valignment="top" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961 Command
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 <cell alignment="center" valignment="top" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970 \begin_inset Space \hspace{}
24971 \length 1cm
24972 \end_inset
24973
24974 Result
24975 \begin_inset Note Note
24976 status collapsed
24977
24978 \begin_layout Plain Layout
24979
24980 \series bold
24981
24982 \backslash
24983 hspace
24984 \series default
24985  and
24986 \series bold
24987  
24988 \backslash
24989 raisebox
24990 \series default
24991  are used here as spacer.
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 </row>
25002 <row>
25003 <cell alignment="center" valignment="top" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \backslash
25009 lim_x
25010 \backslash
25011 to
25012 \begin_inset ERT
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016
25017
25018 \backslash
25019 spce 
25020 \end_layout
25021
25022 \end_inset
25023
25024 A
25025 \begin_inset ERT
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029
25030
25031 \backslash
25032 spce 
25033 \end_layout
25034
25035 \end_inset
25036
25037 x=B
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 </row>
25055 </lyxtabular>
25056
25057 \end_inset
25058
25059
25060 \end_layout
25061
25062 \begin_layout Standard
25063 In a displayed formula the limit is set below the formula, as usual:
25064 \begin_inset Formula \[
25065 \lim_{x\to A}x=B\]
25066
25067 \end_inset
25068
25069
25070 \end_layout
25071
25072 \begin_layout Subsection
25073 Modulo-Functions
25074 \begin_inset Index
25075 status collapsed
25076
25077 \begin_layout Plain Layout
25078 Functions ! modulo-
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087 The modulo-function is special, because it exists in four variants.
25088 \end_layout
25089
25090 \begin_layout Standard
25091 The variants in a displayed formula:
25092 \begin_inset Formula \begin{align*}
25093 \underline{\textrm{Command}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25094 \mathrm{a\backslash mod\textrm{\spce }b} &  & a\mod  b\\
25095 \mathrm{a\backslash pmod\textrm{\spce }b} &  & a\pmod  b\\
25096 \mathrm{a\backslash bmod\textrm{\spce }b} &  & a\bmod b\\
25097 \mathrm{a\backslash pod\textrm{\spce }b} &  & a\pod  b\end{align*}
25098
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \begin_layout Standard
25105 In an inline formula less space is set before the function names for all
25106  variants.
25107 \end_layout
25108
25109 \begin_layout Section
25110 Special Characters
25111 \begin_inset Index
25112 status collapsed
25113
25114 \begin_layout Plain Layout
25115 Special characters
25116 \end_layout
25117
25118 \end_inset
25119
25120
25121 \end_layout
25122
25123 \begin_layout Subsection
25124 Special Characters in Mathematical Text
25125 \end_layout
25126
25127 \begin_layout Standard
25128 The following commands can only be used in mathematical text or in TeX-mode:
25129 \end_layout
25130
25131 \begin_layout Standard
25132 \begin_inset Space \hfill{}
25133 \end_inset
25134
25135
25136 \begin_inset Tabular
25137 <lyxtabular version="3" rows="8" columns="2">
25138 <features>
25139 <column alignment="block" valignment="top" width="0">
25140 <column alignment="block" valignment="top" width="0">
25141 <row>
25142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146 Command
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 Result
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 </row>
25161 <row>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 oe
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177 \begin_inset Formula $\textrm{\oe }$
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 </row>
25186 <row>
25187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25188 \begin_inset Text
25189
25190 \begin_layout Plain Layout
25191
25192 \backslash
25193 OE
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 \begin_inset Formula $\textrm{\OE }$
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 </row>
25211 <row>
25212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 ae
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227 \begin_inset Formula $\textrm{\ae }$
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 </row>
25236 <row>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 AE
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 \begin_inset Formula $\textrm{\AE }$
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 </row>
25261 <row>
25262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266
25267 \backslash
25268 aa
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277 \begin_inset Formula $\textrm{\aa }$
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 </row>
25286 <row>
25287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 AA
25294 \begin_inset Index
25295 status collapsed
25296
25297 \begin_layout Plain Layout
25298 \begin_inset ERT
25299 status collapsed
25300
25301 \begin_layout Plain Layout
25302
25303
25304 \backslash
25305
25306 \begin_inset ERT
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310
25311 {
25312 \end_layout
25313
25314 \end_inset
25315
25316
25317 \begin_inset ERT
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321
25322 }
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \end_inset
25331
25332 @
25333 \begin_inset ERT
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337
25338
25339 \backslash
25340
25341 \begin_inset ERT
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345
25346 {
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \begin_inset ERT
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356
25357 }
25358 \end_layout
25359
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \end_inset
25366
25367 textrm
25368 \begin_inset ERT
25369 status collapsed
25370
25371 \begin_layout Plain Layout
25372
25373 {
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \begin_inset ERT
25380 status collapsed
25381
25382 \begin_layout Plain Layout
25383
25384
25385 \backslash
25386
25387 \begin_inset ERT
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391
25392 {
25393 \end_layout
25394
25395 \end_inset
25396
25397
25398 \begin_inset ERT
25399 status collapsed
25400
25401 \begin_layout Plain Layout
25402
25403 }
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \end_inset
25412
25413 AA
25414 \begin_inset ERT
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418
25419 }
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438 \begin_inset Formula $\textrm{\AA}$
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 </row>
25447 <row>
25448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452
25453 \backslash
25454 i
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463 \begin_inset Formula $\textrm{\i }$
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 </row>
25472 </lyxtabular>
25473
25474 \end_inset
25475
25476
25477 \begin_inset Space \hfill{}
25478 \end_inset
25479
25480
25481 \begin_inset Tabular
25482 <lyxtabular version="3" rows="8" columns="2">
25483 <features>
25484 <column alignment="block" valignment="top" width="0">
25485 <column alignment="center" valignment="top" width="0">
25486 <row>
25487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491 command
25492 \begin_inset Note Note
25493 status collapsed
25494
25495 \begin_layout Plain Layout
25496
25497 \series bold
25498
25499 \backslash
25500 hspace{0mm}
25501 \series default
25502  is used for separation, because otherwise the output will be ¡ and ¿ respective
25503 ly.
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517 Result
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 </row>
25523 <row>
25524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528
25529 \backslash
25530 o
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539 \begin_inset Formula $\textrm{\o }$
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 </row>
25548 <row>
25549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25550 \begin_inset Text
25551
25552 \begin_layout Plain Layout
25553
25554 \backslash
25555 O
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564 \begin_inset Formula $\textrm{\O}$
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 </row>
25573 <row>
25574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578
25579 \backslash
25580 l
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589 \begin_inset Formula $\textrm{\l }$
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 </row>
25598 <row>
25599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603
25604 \backslash
25605 L
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614 \begin_inset Formula $\textrm{\L }$
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 </row>
25623 <row>
25624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628 !
25629 \begin_inset Space \hspace{}
25630 \length 0mm
25631 \end_inset
25632
25633 `
25634 \begin_inset ERT
25635 status collapsed
25636
25637 \begin_layout Plain Layout
25638
25639
25640 \backslash
25641 spce 
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655 \begin_inset Formula $\textrm{!`}$
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 </row>
25664 <row>
25665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669 ?
25670 \begin_inset Space \hspace{}
25671 \length 0mm
25672 \end_inset
25673
25674 `
25675 \begin_inset ERT
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679
25680
25681 \backslash
25682 spce 
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696 \begin_inset Formula $\textrm{?`}$
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 </row>
25705 <row>
25706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710
25711 \backslash
25712 j
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25718 \begin_inset Text
25719
25720 \begin_layout Plain Layout
25721 \begin_inset Formula $\textrm{\j }$
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \end_inset
25728 </cell>
25729 </row>
25730 </lyxtabular>
25731
25732 \end_inset
25733
25734
25735 \begin_inset Space \hfill{}
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \begin_layout Standard
25742 The characters 
25743 \begin_inset Formula $\textrm{\textrm{Å}}$
25744 \end_inset
25745
25746  and 
25747 \begin_inset Formula $\textrm{\textrm{Ø}}$
25748 \end_inset
25749
25750  can also be inserted via the math toolbar button 
25751 \begin_inset Graphics
25752         filename ../images/math/digamma.png
25753         scale 85
25754
25755 \end_inset
25756
25757 .
25758 \end_layout
25759
25760 \begin_layout Standard
25761 An exception are the commands 
25762 \series bold
25763 !
25764 \begin_inset Space \hspace{}
25765 \length 0mm
25766 \end_inset
25767
25768 `
25769 \series default
25770  and 
25771 \series bold
25772 ?
25773 \begin_inset Space \hspace{}
25774 \length 0mm
25775 \end_inset
25776
25777 `
25778 \series default
25779 , because they can be inserted in LyX directly to text.
25780 \end_layout
25781
25782 \begin_layout Subsection
25783 Accents in Text
25784 \begin_inset CommandInset label
25785 LatexCommand label
25786 name "sub:Accents-in-Text"
25787
25788 \end_inset
25789
25790
25791 \begin_inset Index
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795 Accents ! in text
25796 \end_layout
25797
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \begin_layout Standard
25804 With the following commands all letters can be accented.
25805  The commands must be inserted in TeX-mode.
25806 \end_layout
25807
25808 \begin_layout Standard
25809 \begin_inset Space \hfill{}
25810 \end_inset
25811
25812
25813 \begin_inset Tabular
25814 <lyxtabular version="3" rows="8" columns="2">
25815 <features>
25816 <column alignment="block" valignment="top" width="0">
25817 <column alignment="block" valignment="top" width="0">
25818 <row>
25819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 Command
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832 Result
25833 \end_layout
25834
25835 \end_inset
25836 </cell>
25837 </row>
25838 <row>
25839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843
25844 \backslash
25845
25846 \begin_inset Quotes grd
25847 \end_inset
25848
25849 e
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 \begin_inset ERT
25859 status collapsed
25860
25861 \begin_layout Plain Layout
25862
25863
25864 \backslash
25865 "e
25866 \end_layout
25867
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 </row>
25876 <row>
25877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881
25882 \backslash
25883 `e
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25889 \begin_inset Text
25890
25891 \begin_layout Plain Layout
25892 \begin_inset ERT
25893 status collapsed
25894
25895 \begin_layout Plain Layout
25896
25897
25898 \backslash
25899 `e
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 ^
25918 \begin_inset ERT
25919 status collapsed
25920
25921 \begin_layout Plain Layout
25922
25923
25924 \backslash
25925 spce 
25926 \end_layout
25927
25928 \end_inset
25929
25930 e
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Plain Layout
25939 \begin_inset ERT
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943
25944
25945 \backslash
25946 ^e
25947 \end_layout
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 </row>
25957 <row>
25958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962
25963 \backslash
25964 =e
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Plain Layout
25973 \begin_inset ERT
25974 status collapsed
25975
25976 \begin_layout Plain Layout
25977
25978
25979 \backslash
25980 =e
25981 \end_layout
25982
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 </row>
25991 <row>
25992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996
25997 \backslash
25998 u
25999 \begin_inset ERT
26000 status collapsed
26001
26002 \begin_layout Plain Layout
26003
26004
26005 \backslash
26006 spce 
26007 \end_layout
26008
26009 \end_inset
26010
26011 e
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26017 \begin_inset Text
26018
26019 \begin_layout Plain Layout
26020 \begin_inset ERT
26021 status collapsed
26022
26023 \begin_layout Plain Layout
26024
26025
26026 \backslash
26027 u e
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 </row>
26038 <row>
26039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043
26044 \backslash
26045 b
26046 \begin_inset ERT
26047 status collapsed
26048
26049 \begin_layout Plain Layout
26050
26051
26052 \backslash
26053 spce 
26054 \end_layout
26055
26056 \end_inset
26057
26058 e
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26064 \begin_inset Text
26065
26066 \begin_layout Plain Layout
26067 \begin_inset ERT
26068 status collapsed
26069
26070 \begin_layout Plain Layout
26071
26072
26073 \backslash
26074 b e
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 </row>
26085 <row>
26086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090
26091 \backslash
26092 t
26093 \begin_inset ERT
26094 status collapsed
26095
26096 \begin_layout Plain Layout
26097
26098
26099 \backslash
26100 spce 
26101 \end_layout
26102
26103 \end_inset
26104
26105 ee
26106 \end_layout
26107
26108 \end_inset
26109 </cell>
26110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114 \begin_inset ERT
26115 status collapsed
26116
26117 \begin_layout Plain Layout
26118
26119
26120 \backslash
26121 t ee
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 </row>
26132 </lyxtabular>
26133
26134 \end_inset
26135
26136
26137 \begin_inset Space \hfill{}
26138 \end_inset
26139
26140
26141 \begin_inset Tabular
26142 <lyxtabular version="3" rows="8" columns="2">
26143 <features>
26144 <column alignment="block" valignment="top" width="0">
26145 <column alignment="center" valignment="top" width="0">
26146 <row>
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 Command
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160 Result
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 </row>
26166 <row>
26167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171
26172 \backslash
26173 H
26174 \begin_inset ERT
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178
26179
26180 \backslash
26181 spce 
26182 \end_layout
26183
26184 \end_inset
26185
26186 e
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195 \begin_inset ERT
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199
26200
26201 \backslash
26202 H e
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 </row>
26213 <row>
26214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218
26219 \backslash
26220 'e
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 \begin_inset ERT
26230 status collapsed
26231
26232 \begin_layout Plain Layout
26233
26234
26235 \backslash
26236 'e
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 </row>
26247 <row>
26248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252
26253 \backslash
26254 ~e
26255 \begin_inset Index
26256 status collapsed
26257
26258 \begin_layout Plain Layout
26259 Tilde
26260 \end_layout
26261
26262 \end_inset
26263
26264
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 \begin_inset ERT
26274 status collapsed
26275
26276 \begin_layout Plain Layout
26277
26278
26279 \backslash
26280 ~e
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 </row>
26291 <row>
26292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296
26297 \backslash
26298 .e
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307 \begin_inset ERT
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311
26312
26313 \backslash
26314 .e
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 <row>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330
26331 \backslash
26332 v
26333 \begin_inset ERT
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337
26338
26339 \backslash
26340 spce 
26341 \end_layout
26342
26343 \end_inset
26344
26345 e
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26351 \begin_inset Text
26352
26353 \begin_layout Plain Layout
26354 \begin_inset ERT
26355 status collapsed
26356
26357 \begin_layout Plain Layout
26358
26359
26360 \backslash
26361 v e
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 </row>
26372 <row>
26373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377
26378 \backslash
26379 d
26380 \begin_inset ERT
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384
26385
26386 \backslash
26387 spce 
26388 \end_layout
26389
26390 \end_inset
26391
26392 e
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Plain Layout
26401 \begin_inset ERT
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405
26406
26407 \backslash
26408 d e
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 </row>
26419 <row>
26420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424
26425 \backslash
26426 c
26427 \begin_inset ERT
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431
26432
26433 \backslash
26434 spce 
26435 \end_layout
26436
26437 \end_inset
26438
26439 e
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452
26453
26454 \backslash
26455 c e
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 </row>
26466 </lyxtabular>
26467
26468 \end_inset
26469
26470
26471 \begin_inset Space \hfill{}
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \begin_layout Standard
26478 \begin_inset VSpace medskip
26479 \end_inset
26480
26481 With the command 
26482 \series bold
26483
26484 \backslash
26485 t
26486 \series default
26487  also two different characters can be accented.
26488  The command 
26489 \series bold
26490
26491 \backslash
26492 t
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 spce 
26501 \end_layout
26502
26503 \end_inset
26504
26505 sz
26506 \series default
26507  creates: 
26508 \begin_inset ERT
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512
26513
26514 \backslash
26515 t sz
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \begin_layout Standard
26524 The accents 
26525 \series bold
26526 `
26527 \series default
26528  , 
26529 \series bold
26530 '
26531 \series default
26532  , and 
26533 \series bold
26534 ^
26535 \series default
26536  can in combination with vowels directly be inserted with the keyboard without
26537  using TeX-mode.
26538  The same applies for the tilde
26539 \begin_inset Foot
26540 status collapsed
26541
26542 \begin_layout Plain Layout
26543 This only applies for keyboards where the tilde is defined as accent.
26544 \end_layout
26545
26546 \end_inset
26547
26548  
26549 \series bold
26550 ~
26551 \series default
26552  in combination with 
26553 \emph on
26554 a
26555 \emph default
26556  , 
26557 \emph on
26558 n
26559 \emph default
26560  , or 
26561 \emph on
26562 o
26563 \emph default
26564 .
26565 \end_layout
26566
26567 \begin_layout Standard
26568 The commands 
26569 \series bold
26570
26571 \backslash
26572 b
26573 \series default
26574  , 
26575 \series bold
26576
26577 \backslash
26578 c
26579 \series default
26580  , 
26581 \series bold
26582
26583 \backslash
26584 d
26585 \series default
26586  , 
26587 \series bold
26588
26589 \backslash
26590 H
26591 \series default
26592  , 
26593 \series bold
26594
26595 \backslash
26596 t
26597 \series default
26598  , 
26599 \series bold
26600
26601 \backslash
26602 u
26603 \series default
26604  , 
26605 \series bold
26606
26607 \backslash
26608 v
26609 \series default
26610 , and accents inserted directly with the keyboard are also available in
26611  mathematical text.
26612  For the other accents there are special math commands to be used in formulas,
26613  see 
26614 \begin_inset CommandInset ref
26615 LatexCommand ref
26616 reference "sub:Accents-for-one"
26617
26618 \end_inset
26619
26620 .
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset VSpace bigskip
26625 \end_inset
26626
26627 Furthermore, with the command 
26628 \series bold
26629
26630 \backslash
26631 textcircled
26632 \series default
26633
26634 \begin_inset Index
26635 status collapsed
26636
26637 \begin_layout Plain Layout
26638 Commands ! T ! 
26639 \backslash
26640 textcircled
26641 \end_layout
26642
26643 \end_inset
26644
26645  all numbers and letters can be set into a circle, quasi accented with a
26646  circle, similar to the the copyright symbol.
26647 \end_layout
26648
26649 \begin_layout Standard
26650 \align center
26651 \begin_inset Tabular
26652 <lyxtabular version="3" rows="3" columns="2">
26653 <features>
26654 <column alignment="center" valignment="top" width="0">
26655 <column alignment="center" valignment="top" width="0">
26656 <row>
26657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661 Command
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670 Result
26671 \begin_inset Note Note
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675
26676 \series bold
26677
26678 \backslash
26679 raisebox
26680 \series default
26681  is only used as spacer.
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 </row>
26692 <row>
26693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697
26698 \backslash
26699 textcircled{w}
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708 \begin_inset ERT
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712
26713
26714 \backslash
26715 textcircled{w}
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 </row>
26726 <row>
26727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Plain Layout
26731
26732 \backslash
26733 Large 
26734 \backslash
26735 textcircled{
26736 \backslash
26737 normalsize
26738 \backslash
26739 protect
26740 \backslash
26741 raisebox{-1.5pt}{W}}
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 \begin_inset Formula $\raisebox {4.5mm}{}$
26751 \end_inset
26752
26753
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 Large 
26762 \backslash
26763 textcircled{
26764 \backslash
26765 normalsize
26766 \backslash
26767 protect
26768 \backslash
26769 raisebox{-1.5pt}W}
26770 \end_layout
26771
26772 \end_inset
26773
26774
26775 \begin_inset Formula $\raisebox {-2mm}{}$
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 </row>
26784 </lyxtabular>
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \begin_layout Standard
26792 One has to take care that the character fits in the circle.
26793  
26794 \series bold
26795
26796 \backslash
26797 Large
26798 \series default
26799
26800 \begin_inset Foot
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804 see 
26805 \begin_inset CommandInset ref
26806 LatexCommand ref
26807 reference "sub:Font-Sizes"
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815
26816  specifies thereby the size of the circle.
26817  With the help of 
26818 \series bold
26819
26820 \backslash
26821 raisebox
26822 \series default
26823
26824 \begin_inset Foot
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828 see 
26829 \begin_inset CommandInset ref
26830 LatexCommand ref
26831 reference "sub:Boxes-without-Frame"
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \end_inset
26839
26840  the character can be centered.
26841 \end_layout
26842
26843 \begin_layout Subsection
26844 Minuscule Numbers
26845 \begin_inset Index
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849 Minuscule numbers
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 Minuscule numbers are created with the command 
26859 \series bold
26860
26861 \backslash
26862 oldstylenums
26863 \series default
26864
26865 \begin_inset Index
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869 Commands ! O ! 
26870 \backslash
26871 oldstylenums
26872 \end_layout
26873
26874 \end_inset
26875
26876 .
26877  The command can be used in formulas and in TeX-mode.
26878  The command scheme is:
26879 \end_layout
26880
26881 \begin_layout Standard
26882
26883 \series bold
26884
26885 \backslash
26886 oldstylenums{number}
26887 \end_layout
26888
26889 \begin_layout Standard
26890 The command 
26891 \series bold
26892
26893 \backslash
26894 oldstylenums{0123456789
26895 \series default
26896  produces: 
26897 \begin_inset Formula $\oldstylenums {0123456789}$
26898 \end_inset
26899
26900
26901 \end_layout
26902
26903 \begin_layout Subsection
26904 Miscellaneous Special Characters
26905 \begin_inset CommandInset label
26906 LatexCommand label
26907 name "sub:Miscellaneous-Special-Characters"
26908
26909 \end_inset
26910
26911
26912 \begin_inset Index
26913 status collapsed
26914
26915 \begin_layout Plain Layout
26916 Special characters ! miscellaneous
26917 \end_layout
26918
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \begin_layout Standard
26925 The following characters can only be inserted to formulas by using commands:
26926 \end_layout
26927
26928 \begin_layout Standard
26929 \align center
26930 \begin_inset Tabular
26931 <lyxtabular version="3" rows="4" columns="2">
26932 <features>
26933 <column alignment="center" valignment="top" width="0">
26934 <column alignment="center" valignment="top" width="0">
26935 <row>
26936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26937 \begin_inset Text
26938
26939 \begin_layout Plain Layout
26940 Command
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 Result
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 </row>
26955 <row>
26956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Plain Layout
26960
26961 \backslash
26962 ^
26963 \begin_inset ERT
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967
26968
26969 \backslash
26970 spce 
26971 \end_layout
26972
26973 \end_inset
26974
26975
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Plain Layout
26984 \begin_inset Formula $\mathcircumflex$
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 </row>
26993 <row>
26994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26995 \begin_inset Text
26996
26997 \begin_layout Plain Layout
26998
26999 \backslash
27000 _
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009 \begin_inset Formula $\_{} {}{}{}{}{}{}{}$
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \end_inset
27016 </cell>
27017 </row>
27018 <row>
27019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27020 \begin_inset Text
27021
27022 \begin_layout Plain Layout
27023 ^
27024 \begin_inset ERT
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028
27029
27030 \backslash
27031 spce 
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \backslash
27038 circ
27039 \begin_inset Index
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043 °
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27054 \begin_inset Text
27055
27056 \begin_layout Plain Layout
27057 \begin_inset Formula $^{\circ}$
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 </row>
27066 </lyxtabular>
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \begin_layout Standard
27074 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27075  contains the following line
27076 \begin_inset Foot
27077 status collapsed
27078
27079 \begin_layout Plain Layout
27080 More about this is described in 
27081 \begin_inset CommandInset ref
27082 LatexCommand ref
27083 reference "sub:Text-Characters-in"
27084
27085 \end_inset
27086
27087 .
27088 \end_layout
27089
27090 \end_inset
27091
27092 :
27093 \end_layout
27094
27095 \begin_layout Standard
27096
27097 \series bold
27098
27099 \backslash
27100 DeclareInputtext{176}{
27101 \backslash
27102 ifmmode^
27103 \backslash
27104 circ
27105 \backslash
27106 else
27107 \backslash
27108 textdegree
27109 \backslash
27110 f\SpecialChar \textcompwordmark{}
27111 i}
27112 \end_layout
27113
27114 \begin_layout Section
27115 Formula Styles
27116 \begin_inset CommandInset label
27117 LatexCommand label
27118 name "sec:Formula-Styles"
27119
27120 \end_inset
27121
27122
27123 \begin_inset Index
27124 status collapsed
27125
27126 \begin_layout Plain Layout
27127 Formula ! styles
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \begin_layout Itemize
27136 There are two different alignment styles:
27137 \end_layout
27138
27139 \begin_deeper
27140 \begin_layout Description
27141 Centered is the predefined standard
27142 \end_layout
27143
27144 \begin_layout Description
27145 Indented for this the option 
27146 \series bold
27147 fleqn
27148 \series default
27149  must be inserted in the menu 
27150 \family sans
27151 Document\SpecialChar \menuseparator
27152 Settings
27153 \family default
27154  under 
27155 \family sans
27156 Document
27157 \begin_inset Space ~
27158 \end_inset
27159
27160 Class
27161 \end_layout
27162
27163 \begin_layout Standard
27164 When 
27165 \series bold
27166 Indented
27167 \series default
27168  is used, the indentation can be adjusted with the length 
27169 \series bold
27170
27171 \backslash
27172 mathindent
27173 \series default
27174
27175 \begin_inset Index
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179 Commands ! M ! 
27180 \backslash
27181 mathindent
27182 \end_layout
27183
27184 \end_inset
27185
27186 .
27187  Should the distance be 15
27188 \begin_inset Space \thinspace{}
27189 \end_inset
27190
27191 mm, the following command line is inserted in the LaTeX-preamble
27192 \end_layout
27193
27194 \begin_layout Standard
27195
27196 \series bold
27197
27198 \backslash
27199 setlength{
27200 \backslash
27201 mathindent}{15mm}
27202 \end_layout
27203
27204 \begin_layout Standard
27205 When no length is specified, the predefined value of 30
27206 \begin_inset Space \thinspace{}
27207 \end_inset
27208
27209 pt will be used.
27210 \end_layout
27211
27212 \end_deeper
27213 \begin_layout Itemize
27214 And two different numbering styles:
27215 \end_layout
27216
27217 \begin_deeper
27218 \begin_layout Description
27219 Right is the predefined standard
27220 \end_layout
27221
27222 \begin_layout Description
27223 Left for this the option 
27224 \series bold
27225 leqno
27226 \series default
27227  must be inserted in the menu 
27228 \family sans
27229 Document\SpecialChar \menuseparator
27230 Settings
27231 \family default
27232  under 
27233 \family sans
27234 Document
27235 \begin_inset Space ~
27236 \end_inset
27237
27238 Class
27239 \end_layout
27240
27241 \end_deeper
27242 \begin_layout Standard
27243
27244 \series bold
27245 fleqn
27246 \series default
27247  and 
27248 \series bold
27249 leqno
27250 \series default
27251  can also be used together.
27252  In this case both options are inserted, separated by a comma.
27253 \end_layout
27254
27255 \begin_layout Standard
27256 The chosen styles are used for all displayed formulas of the document.
27257  When both, centered and indented formulas should be created in a document,
27258  the style 
27259 \series bold
27260 Centered
27261 \series default
27262  is used.
27263  The indented formulas are then set in a flalign environment, see 
27264 \begin_inset CommandInset ref
27265 LatexCommand ref
27266 reference "sub:Flalign-Environment"
27267
27268 \end_inset
27269
27270 .
27271 \end_layout
27272
27273 \begin_layout Section
27274 Multiline Formulas
27275 \begin_inset CommandInset label
27276 LatexCommand label
27277 name "sec:Multiline-Formulas"
27278
27279 \end_inset
27280
27281
27282 \begin_inset Index
27283 status collapsed
27284
27285 \begin_layout Plain Layout
27286 Formula ! multiline
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Subsection
27295 General
27296 \end_layout
27297
27298 \begin_layout Standard
27299 In LyX multiline formulas are created by pressing 
27300 \family sans
27301 \series bold
27302 Ctrl-Return
27303 \family default
27304 \series default
27305  inside a formula.
27306  This creates an 
27307 \series bold
27308 align environment
27309 \series default
27310  that is described in 
27311 \begin_inset CommandInset ref
27312 LatexCommand ref
27313 reference "sub:Standard-align-Environment"
27314
27315 \end_inset
27316
27317 .
27318 \end_layout
27319
27320 \begin_layout Standard
27321 There are other multiline formula environments that can be created via the
27322  menu 
27323 \family sans
27324 Insert\SpecialChar \menuseparator
27325 Math
27326 \family default
27327 .
27328  These environments are described in the following sections.
27329 \end_layout
27330
27331 \begin_layout Standard
27332 In all multiline formula environments a new line is created by pressing
27333  
27334 \family sans
27335 Ctrl-Return
27336 \family default
27337 .
27338  To add or delete lines, the math toolbar buttons 
27339 \begin_inset Graphics
27340         filename ../images/tabular-feature_append-row.png
27341         scale 85
27342
27343 \end_inset
27344
27345  or 
27346 \begin_inset Graphics
27347         filename ../images/tabular-feature_delete-row.png
27348         scale 85
27349
27350 \end_inset
27351
27352 , respectively, or the menu 
27353 \family sans
27354 Edit\SpecialChar \menuseparator
27355 Rows & Columns
27356 \family default
27357  can be used.
27358 \end_layout
27359
27360 \begin_layout Subsubsection
27361 Line Separation
27362 \begin_inset CommandInset label
27363 LatexCommand label
27364 name "sub:Line-Separation"
27365
27366 \end_inset
27367
27368
27369 \begin_inset Index
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373 Formula ! multiline ! Line separation
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \begin_layout Standard
27382 There is sometimes not enough space in multiline formulas between the lines:
27383 \begin_inset Formula \begin{eqnarray*}
27384 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}\\
27385 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*}
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 In LaTeX additional line space is specified as optional argument of the
27394  new line command.
27395  This is not yet possible in LyX
27396 \begin_inset Foot
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400 see 
27401 \begin_inset CommandInset href
27402 LatexCommand href
27403 name "LyX-bug #1505"
27404 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \end_inset
27412
27413 , therefore the whole formula must be inserted in TeX-mode.
27414  To add in our example space, the command 
27415 \series bold
27416
27417 \backslash
27418
27419 \backslash
27420 [3mm]
27421 \series default
27422  is inserted at the end of the first line.
27423  One gets: 
27424 \begin_inset ERT
27425 status collapsed
27426
27427 \begin_layout Plain Layout
27428
27429
27430 \backslash
27431 begin{eqnarray*}
27432 \end_layout
27433
27434 \begin_layout Plain Layout
27435
27436 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27437  = & 
27438 \backslash
27439 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27440 \backslash
27441
27442 \backslash
27443 [3mm]
27444 \end_layout
27445
27446 \begin_layout Plain Layout
27447
27448 4x^{2}
27449 \backslash
27450 left(B^{2}+x_{0}^{2}
27451 \backslash
27452 right)+4x_{0}x
27453 \backslash
27454 left(D-B^{2}
27455 \backslash
27456 right)+B^{2}
27457 \backslash
27458 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27459 \backslash
27460 right) & = & 0
27461 \end_layout
27462
27463 \begin_layout Plain Layout
27464
27465
27466 \backslash
27467 end{eqnarray*}
27468 \end_layout
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \begin_layout Standard
27476 \begin_inset VSpace bigskip
27477 \end_inset
27478
27479 To set the the line separation for all lines in a formula, the length 
27480 \series bold
27481
27482 \backslash
27483 jot
27484 \series default
27485
27486 \begin_inset Index
27487 status collapsed
27488
27489 \begin_layout Plain Layout
27490 Commands ! J ! 
27491 \backslash
27492 jot
27493 \end_layout
27494
27495 \end_inset
27496
27497  is changed.
27498  The definition is: 
27499 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27500 \end_inset
27501
27502 .
27503  Predefined for 
27504 \series bold
27505
27506 \backslash
27507 jot
27508 \series default
27509  is the value 3
27510 \begin_inset Space \thinspace{}
27511 \end_inset
27512
27513 pt.
27514  To create 3
27515 \begin_inset Space \thinspace{}
27516 \end_inset
27517
27518 mm additional line separation as in the previous example, the command
27519 \end_layout
27520
27521 \begin_layout Standard
27522
27523 \series bold
27524
27525 \backslash
27526 setlength{
27527 \backslash
27528 jot}{3mm+3pt}
27529 \end_layout
27530
27531 \begin_layout Standard
27532 is inserted in TeX-mode before the formula.
27533  This requires that the LaTeX-package 
27534 \series bold
27535 calc
27536 \series default
27537
27538 \begin_inset Foot
27539 status collapsed
27540
27541 \begin_layout Plain Layout
27542
27543 \series bold
27544 calc
27545 \series default
27546  is part of every LaTeX standard installation.
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \begin_inset Index
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556 Packages ! calc
27557 \end_layout
27558
27559 \end_inset
27560
27561  was loaded in LaTeX-preamble with the line
27562 \end_layout
27563
27564 \begin_layout Standard
27565
27566 \series bold
27567
27568 \backslash
27569 usepackage{calc}
27570 \end_layout
27571
27572 \begin_layout Standard
27573 One gets: 
27574 \begin_inset ERT
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578
27579
27580 \backslash
27581 setlength{
27582 \backslash
27583 jot}{3mm+3pt}
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \begin_inset Formula \begin{eqnarray*}
27590 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}\\
27591 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*}
27592
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \begin_layout Standard
27599 \begin_inset ERT
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603
27604
27605 \backslash
27606 setlength{
27607 \backslash
27608 jot}{3pt}
27609 \end_layout
27610
27611 \end_inset
27612
27613  To get back to the predefined distance, 
27614 \series bold
27615
27616 \backslash
27617 jot
27618 \series default
27619  is set to the value 3
27620 \begin_inset Space \thinspace{}
27621 \end_inset
27622
27623 pt.
27624 \end_layout
27625
27626 \begin_layout Subsubsection
27627 Column Separation
27628 \begin_inset CommandInset label
27629 LatexCommand label
27630 name "sub:Column-Separation"
27631
27632 \end_inset
27633
27634
27635 \begin_inset Index
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639 Formula ! multiline ! Column separation
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Standard
27648 Multiline formulas form a matrix.
27649  A formula in the eqnarray environment is for example a matrix with three
27650  columns.
27651  By changing the column separation in this environment, the space beside
27652  the relation sign can be changed.
27653 \end_layout
27654
27655 \begin_layout Standard
27656 The column separation is specified with the length 
27657 \series bold
27658
27659 \backslash
27660 arraycolsep
27661 \series default
27662
27663 \begin_inset Index
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667 Commands ! A ! 
27668 \backslash
27669 arraycolsep
27670 \end_layout
27671
27672 \end_inset
27673
27674  according to:
27675 \begin_inset Newline newline
27676 \end_inset
27677
27678 column separation = 2
27679 \begin_inset Space \thinspace{}
27680 \end_inset
27681
27682
27683 \series bold
27684
27685 \backslash
27686 arraycolsep
27687 \series default
27688
27689 \begin_inset Newline newline
27690 \end_inset
27691
27692 Thus, the command
27693 \end_layout
27694
27695 \begin_layout Standard
27696
27697 \series bold
27698
27699 \backslash
27700 setlength{
27701 \backslash
27702 arraycolsep}{1cm}
27703 \end_layout
27704
27705 \begin_layout Standard
27706 inserted in TeX-mode, sets for all following formulas a column separation
27707  of 2
27708 \begin_inset Space \thinspace{}
27709 \end_inset
27710
27711 cm.
27712  To get back to the predefined distance, 
27713 \series bold
27714
27715 \backslash
27716 arraycolsep
27717 \series default
27718  is set to 5
27719 \begin_inset Space \thinspace{}
27720 \end_inset
27721
27722 pt.
27723 \end_layout
27724
27725 \begin_layout Standard
27726 A formula with 2
27727 \begin_inset Space \thinspace{}
27728 \end_inset
27729
27730 cm column separation:
27731 \begin_inset ERT
27732 status collapsed
27733
27734 \begin_layout Plain Layout
27735
27736
27737 \backslash
27738 setlength{
27739 \backslash
27740 arraycolsep}{1cm}
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \begin_inset Formula \begin{eqnarray*}
27747 A & = & B\\
27748 C & \ne & A\end{eqnarray*}
27749
27750 \end_inset
27751
27752 A formula with the predefined column separation for matrices of 10
27753 \begin_inset Space \thinspace{}
27754 \end_inset
27755
27756 pt:
27757 \begin_inset ERT
27758 status collapsed
27759
27760 \begin_layout Plain Layout
27761
27762
27763 \backslash
27764 setlength{
27765 \backslash
27766 arraycolsep}{5pt}
27767 \end_layout
27768
27769 \end_inset
27770
27771
27772 \begin_inset Formula \begin{eqnarray*}
27773 A & = & B\\
27774 C & \ne & A\end{eqnarray*}
27775
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \begin_layout Subsubsection
27782 Long Formulas
27783 \begin_inset Index
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787 Formula ! long
27788 \end_layout
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Standard
27796 Long formulas can be typeset using these methods:
27797 \end_layout
27798
27799 \begin_layout Itemize
27800 When one side of the equation is much shorther than the line width, this
27801  one is chosen for the left side and the right side is typeset over two
27802  lines:
27803 \begin_inset ERT
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807
27808
27809 \backslash
27810 medskip
27811 \end_layout
27812
27813 \end_inset
27814
27815  
27816 \begin_inset Formula \begin{eqnarray}
27817 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 \\
27818  &  & -\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}
27819
27820 \end_inset
27821
27822
27823 \begin_inset ERT
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827
27828
27829 \backslash
27830 smallskip
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \begin_inset Newline newline
27837 \end_inset
27838
27839 The minus sign at the beginning of the second line does normally not appear
27840  as operator because it is the first character of the line.
27841  Thus it would not be surrounded by space and could not be distinguished
27842  from the fraction bar.
27843  To avoid this, space was inserted behind the minus sign with the command
27844  
27845 \series bold
27846
27847 \backslash
27848 hspace{3pt}
27849 \series default
27850
27851 \begin_inset Foot
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855 more about 
27856 \series bold
27857
27858 \backslash
27859 hspace
27860 \series default
27861  see 
27862 \begin_inset CommandInset ref
27863 LatexCommand ref
27864 reference "sub:Variable-Space"
27865
27866 \end_inset
27867
27868
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \begin_inset Index
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878 Commands ! H ! 
27879 \backslash
27880 hspace
27881 \end_layout
27882
27883 \end_inset
27884
27885 .
27886 \end_layout
27887
27888 \begin_layout Itemize
27889 When both sides of the equation are too long, the command 
27890 \series bold
27891
27892 \backslash
27893 lefteqn
27894 \series default
27895
27896 \begin_inset Index
27897 status collapsed
27898
27899 \begin_layout Plain Layout
27900 Commands ! L ! 
27901 \backslash
27902 lefteqn
27903 \end_layout
27904
27905 \end_inset
27906
27907  is used.
27908  It is inserted to the first column of the first line and effects that all
27909  further insertions overwrite the following columns:
27910 \begin_inset ERT
27911 status collapsed
27912
27913 \begin_layout Plain Layout
27914
27915
27916 \backslash
27917 medskip
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \begin_inset Formula \begin{eqnarray}
27924 \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 \\
27925  &  & -\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 \\
27926  &  & =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}
27927
27928 \end_inset
27929
27930
27931 \begin_inset ERT
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935
27936
27937 \backslash
27938 smallskip
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \begin_inset Newline newline
27945 \end_inset
27946
27947 After the insertion of 
27948 \series bold
27949
27950 \backslash
27951 lefteqn
27952 \series default
27953 , the cursor is in a purple box that is a bit shifted to the left from the
27954  blue one.
27955  In this the formula is inserted.
27956 \begin_inset ERT
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960
27961
27962 \backslash
27963 medskip
27964 \end_layout
27965
27966 \end_inset
27967
27968
27969 \begin_inset Newline newline
27970 \end_inset
27971
27972 The content of the further lines is inserted to the second or another formula
27973  column.
27974  The greater the column number where it was inserted, the larger the indentation.
27975 \begin_inset ERT
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979
27980
27981 \backslash
27982 medskip
27983 \end_layout
27984
27985 \end_inset
27986
27987
27988 \begin_inset Newline newline
27989 \end_inset
27990
27991
27992 \begin_inset Note Greyedout
27993 status open
27994
27995 \begin_layout Plain Layout
27996 Note the following when using 
27997 \series bold
27998
27999 \backslash
28000 lefteqn
28001 \series default
28002 :
28003 \end_layout
28004
28005 \begin_layout Itemize
28006 The formula doesn't use the full page width.
28007  When e.
28008 \begin_inset Space \thinspace{}
28009 \end_inset
28010
28011 g.
28012 \begin_inset Space ~
28013 \end_inset
28014
28015 the term 
28016 \begin_inset Formula $-B^{2}$
28017 \end_inset
28018
28019  is added to the first line in the above example, it would have been outside
28020  the page margin.
28021  To better use the width, negative space can be inserted at the beginning
28022  of the first line.
28023 \end_layout
28024
28025 \begin_layout Itemize
28026 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28027  line.
28028 \begin_inset Foot
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032 \begin_inset CommandInset href
28033 LatexCommand href
28034 name "LyX-bug #1429"
28035 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \end_inset
28043
28044  One can only set the cursor at the beginning of the line and move it with
28045  the arrow keys.
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \begin_layout Itemize
28054 Other methods to set long formulas are offered by the environments described
28055  in 
28056 \begin_inset CommandInset ref
28057 LatexCommand ref
28058 reference "sub:Multline-Environment"
28059
28060 \end_inset
28061
28062  and 
28063 \begin_inset CommandInset ref
28064 LatexCommand ref
28065 reference "sub:Multiline-Formula-Parts"
28066
28067 \end_inset
28068
28069 .
28070 \end_layout
28071
28072 \begin_layout Subsubsection
28073 Multiline Brackets
28074 \begin_inset CommandInset label
28075 LatexCommand label
28076 name "sub:Multiline-Brackets"
28077
28078 \end_inset
28079
28080
28081 \begin_inset Index
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085 Brackets ! for multiline expressions
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \end_layout
28092
28093 \begin_layout Standard
28094 For brackets spanning multiple lines the following problem occurs:
28095 \begin_inset Formula \begin{eqnarray*}
28096 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28097  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Standard
28105 The closing bracket is smaller than the opening bracket because brackets
28106  with variable size may not span multiple lines.
28107 \end_layout
28108
28109 \begin_layout Standard
28110 To set the bracket size for the second line correctly, the first line is
28111  ended with 
28112 \series bold
28113
28114 \backslash
28115 right.
28116 \series default
28117
28118 \begin_inset Index
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122 Commands ! R ! 
28123 \backslash
28124 right
28125 \end_layout
28126
28127 \end_inset
28128
28129  and the second line with 
28130 \series bold
28131
28132 \backslash
28133 left.
28134 \begin_inset Foot
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138 for more about 
28139 \series bold
28140
28141 \backslash
28142 left
28143 \series default
28144  and 
28145 \series bold
28146
28147 \backslash
28148 right
28149 \series default
28150  see 
28151 \begin_inset CommandInset ref
28152 LatexCommand ref
28153 reference "sub:Automatic-Bracket-Size"
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \series default
28164
28165 \begin_inset Index
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 Commands ! L ! 
28170 \backslash
28171 left
28172 \end_layout
28173
28174 \end_inset
28175
28176 .
28177  After 
28178 \series bold
28179
28180 \backslash
28181 left.
28182
28183 \series default
28184  the command 
28185 \series bold
28186
28187 \backslash
28188 vphantom
28189 \series default
28190
28191 \begin_inset ERT
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195
28196
28197 \backslash
28198 spce 
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \series bold
28205
28206 \backslash
28207 prod
28208 \series default
28209 ^
28210 \begin_inset ERT
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214
28215
28216 \backslash
28217 spce 
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \series bold
28224
28225 \backslash
28226 infty
28227 \series default
28228
28229 \begin_inset ERT
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233
28234
28235 \backslash
28236 spce 
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \series bold
28243
28244 \begin_inset Formula $\downarrow$
28245 \end_inset
28246
28247 _R=1}
28248 \series default
28249
28250 \begin_inset Index
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254 Commands ! V ! 
28255 \backslash
28256 vphantom
28257 \end_layout
28258
28259 \end_inset
28260
28261  is inserted, because the multiplication operator with its limits is the
28262  largest symbol in the first line and this should be the size for the bracket
28263  in the second line.
28264 \end_layout
28265
28266 \begin_layout Standard
28267 The result is this:
28268 \begin_inset Formula \begin{eqnarray*}
28269 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28270  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \begin_layout Subsection
28278 Align Environments
28279 \end_layout
28280
28281 \begin_layout Standard
28282 Align environments can be used for every kind of multiline formulas.
28283  They are specially useful to set several formulas side by side.
28284 \end_layout
28285
28286 \begin_layout Standard
28287 Align environments consist of columns.
28288  The odd columns are right aligned, the even ones left aligned.
28289  Every line in an Align environment can be numbered.
28290 \end_layout
28291
28292 \begin_layout Standard
28293 Align environments are created via the menu 
28294 \family sans
28295 Insert\SpecialChar \menuseparator
28296 Math
28297 \family default
28298 .
28299  With the menu 
28300 \family sans
28301 Edit\SpecialChar \menuseparator
28302 Math\SpecialChar \menuseparator
28303 Change Formula Type
28304 \family default
28305  already existing formulas can be converted to Align environments.
28306 \end_layout
28307
28308 \begin_layout Standard
28309 To add or delete columns, the math toolbar buttons 
28310 \begin_inset Graphics
28311         filename ../images/tabular-feature_append-column.png
28312         scale 85
28313
28314 \end_inset
28315
28316  or 
28317 \begin_inset Graphics
28318         filename ../images/tabular-feature_delete-column.png
28319         scale 85
28320
28321 \end_inset
28322
28323 , respectively, or the menu 
28324 \family sans
28325 Edit\SpecialChar \menuseparator
28326 Rows & Columns
28327 \family default
28328  can be used.
28329 \end_layout
28330
28331 \begin_layout Subsubsection
28332 Standard align Environment
28333 \begin_inset CommandInset label
28334 LatexCommand label
28335 name "sub:Standard-align-Environment"
28336
28337 \end_inset
28338
28339
28340 \begin_inset Index
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344 Formula ! multiline ! align environment
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \begin_layout Standard
28353 This Align environment is created by presssing 
28354 \family sans
28355 Ctrl-Return
28356 \family default
28357  in a formula or by the menu 
28358 \family sans
28359 Insert\SpecialChar \menuseparator
28360 Math\SpecialChar \menuseparator
28361 AMS align Environment
28362 \family default
28363 .
28364 \end_layout
28365
28366 \begin_layout Standard
28367 An example for two formulas set side by side, that are created with a four
28368  column align environment:
28369 \begin_inset Formula \begin{align*}
28370 A & =\sin(B) & C & =D\\
28371 C & \ne A & B & \ne D\end{align*}
28372
28373 \end_inset
28374
28375 As it can be seen, the formulas in this environment are placed so as if
28376  there would be a 
28377 \series bold
28378
28379 \backslash
28380 hfill
28381 \begin_inset Foot
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385 more about 
28386 \series bold
28387
28388 \backslash
28389 hfill
28390 \series default
28391  see 
28392 \begin_inset CommandInset ref
28393 LatexCommand ref
28394 reference "sub:Variable-Space"
28395
28396 \end_inset
28397
28398
28399 \end_layout
28400
28401 \end_inset
28402
28403
28404 \series default
28405  before the first and after every even column.
28406  When the formula style 
28407 \series bold
28408 Indented
28409 \begin_inset Foot
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413 formula styles see 
28414 \begin_inset CommandInset ref
28415 LatexCommand ref
28416 reference "sec:Formula-Styles"
28417
28418 \end_inset
28419
28420
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \series default
28427  is used, the formula is set without the 
28428 \series bold
28429
28430 \backslash
28431 hfill
28432 \series default
28433  before the first column.
28434 \end_layout
28435
28436 \begin_layout Subsubsection
28437 Alignat Environment
28438 \begin_inset Index
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442 Formula ! multiline ! alignat environment
28443 \end_layout
28444
28445 \end_inset
28446
28447
28448 \end_layout
28449
28450 \begin_layout Standard
28451 The alignat environment has no predefined column separation.
28452  It can be inserted manually with the spaces that are described 
28453 \begin_inset CommandInset ref
28454 LatexCommand ref
28455 reference "sub:Space"
28456
28457 \end_inset
28458
28459 .
28460 \end_layout
28461
28462 \begin_layout Standard
28463 The above example in the alignat environment where 1
28464 \begin_inset Space \thinspace{}
28465 \end_inset
28466
28467 cm space was inserted at the beginning of the second formula:
28468 \begin_inset Formula \begin{alignat*}{2}
28469 A & =\sin(B) & \hspace {1cm}C & =D\\
28470 C & \ne A & B & \ne D\end{alignat*}
28471
28472 \end_inset
28473
28474 Because the column separation can be set separately for every column, this
28475  environment is especially suitable to set three and more formulas side
28476  by side.
28477 \end_layout
28478
28479 \begin_layout Subsubsection
28480 Flalign Environment
28481 \begin_inset CommandInset label
28482 LatexCommand label
28483 name "sub:Flalign-Environment"
28484
28485 \end_inset
28486
28487
28488 \begin_inset Index
28489 status collapsed
28490
28491 \begin_layout Plain Layout
28492 Formula ! multiline ! flalign environment
28493 \end_layout
28494
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \begin_layout Standard
28501 In this environment the first two columns are always set as much as possible
28502  to the left and the last two ones to the right.
28503  An example:
28504 \begin_inset Formula \begin{flalign*}
28505 A & =1 & B & =2 & C & =3\\
28506 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28507
28508 \end_inset
28509
28510
28511 \end_layout
28512
28513 \begin_layout Standard
28514 By creating a flalign environment with an odd number of columns where an
28515  empty TeX-brace is inserted to the last column, several formulas in a document
28516  can be set to the left, although the formula style 
28517 \series bold
28518 Centered
28519 \series default
28520  is used.
28521  As example the indented formula 
28522 \begin_inset CommandInset ref
28523 LatexCommand eqref
28524 reference "eq:VolInt"
28525
28526 \end_inset
28527
28528 :
28529 \begin_inset Formula \begin{flalign}
28530 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28531
28532 \end_inset
28533
28534 The first two columns contain the formula.
28535  To indent it as with the formula style 
28536 \series bold
28537 Indented
28538 \series default
28539 , 30
28540 \begin_inset Space \thinspace{}
28541 \end_inset
28542
28543 pt space was inserted at the beginning of the first column.
28544 \end_layout
28545
28546 \begin_layout Subsection
28547 Eqnarray Environment
28548 \begin_inset Index
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 Formula ! multiline ! eqnarray environment
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \end_layout
28559
28560 \begin_layout Standard
28561 When this environment has been created, three blue boxes appear.
28562  The content of the first box is right aligned, the content of the last
28563  one left aligned.
28564  The content of the middle box appears centered and a bit smaller, because
28565  it is designed to insert there only relation characters.
28566 \begin_inset Formula \begin{eqnarray*}
28567 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28568 AB & AB & AB\\
28569 A & = & A\end{eqnarray*}
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \begin_layout Subsection
28577 Gather Environment
28578 \begin_inset Index
28579 status collapsed
28580
28581 \begin_layout Plain Layout
28582 Formula ! multiline ! gather environment
28583 \end_layout
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \begin_layout Standard
28591 This environment consists of only one centered column.
28592  Every line can be numbered.
28593 \begin_inset Formula \begin{gather}
28594 A=1\\
28595 X=\textrm{-}1\end{gather}
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \begin_layout Subsection
28603 Multline Environment
28604 \begin_inset CommandInset label
28605 LatexCommand label
28606 name "sub:Multline-Environment"
28607
28608 \end_inset
28609
28610
28611 \begin_inset Index
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615 Formula ! multiline ! multline environment
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \begin_layout Standard
28624 The multline environment consists, like the gather environment, of only
28625  one column.
28626  But the first line is left aligned, the last one right aligned.
28627  All other lines are centered.
28628  Therefore this environment is suitable for long formulas.
28629  As example formula 
28630 \begin_inset CommandInset ref
28631 LatexCommand eqref
28632 reference "eq:lefteqn"
28633
28634 \end_inset
28635
28636  in the multline environment:
28637 \begin_inset Formula \begin{multline}
28638 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}\\
28639 -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}\\
28640 =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}
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Standard
28648 In the output only the last (first) line of a multline environment appears
28649  numbered when the document numbering is right (left).
28650 \begin_inset Foot
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 numbering styles see 
28655 \begin_inset CommandInset ref
28656 LatexCommand ref
28657 reference "sec:Formula-Styles"
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 With the commands 
28671 \series bold
28672
28673 \backslash
28674 shoveright
28675 \begin_inset Index
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679 Commands ! S ! 
28680 \backslash
28681 shoveright
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \series default
28688  and 
28689 \series bold
28690
28691 \backslash
28692 shoveleft
28693 \begin_inset Index
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 Commands ! S ! 
28698 \backslash
28699 shoveleft
28700 \end_layout
28701
28702 \end_inset
28703
28704
28705 \series default
28706  a centered line can be right or left aligned, respectively.
28707  The commands are used as follows:
28708 \end_layout
28709
28710 \begin_layout Standard
28711
28712 \series bold
28713
28714 \backslash
28715 shoveright{line content}
28716 \series default
28717  and 
28718 \series bold
28719
28720 \backslash
28721 shoveleft{line content}
28722 \end_layout
28723
28724 \begin_layout Standard
28725 \begin_inset VSpace medskip
28726 \end_inset
28727
28728 The length 
28729 \series bold
28730
28731 \backslash
28732 multlinegap
28733 \begin_inset Index
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737 Commands ! M ! 
28738 \backslash
28739 multlinegap
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \series default
28746  specifies the distance of the first line from the left page margin.
28747  Predefined is the length 0
28748 \begin_inset Space \thinspace{}
28749 \end_inset
28750
28751 pt.
28752 \end_layout
28753
28754 \begin_layout Standard
28755 As example the above formula where the command
28756 \end_layout
28757
28758 \begin_layout Standard
28759
28760 \series bold
28761
28762 \backslash
28763 setlength{
28764 \backslash
28765 multlinegap}{2cm}
28766 \end_layout
28767
28768 \begin_layout Standard
28769 was inserted in TeX-mode before:
28770 \begin_inset ERT
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774
28775
28776 \backslash
28777 setlength{
28778 \backslash
28779 multlinegap}{2cm}
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \begin_inset Formula \begin{multline}
28786 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}\\
28787 \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}}\\
28788 =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}
28789
28790 \end_inset
28791
28792
28793 \begin_inset ERT
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797
28798
28799 \backslash
28800 setlength{
28801 \backslash
28802 multlinegap}{0pt}
28803 \end_layout
28804
28805 \end_inset
28806
28807 The second line was left aligned using 
28808 \series bold
28809
28810 \backslash
28811 shoveleft
28812 \series default
28813 .
28814 \end_layout
28815
28816 \begin_layout Subsection
28817 Multiline Formula Parts
28818 \begin_inset CommandInset label
28819 LatexCommand label
28820 name "sub:Multiline-Formula-Parts"
28821
28822 \end_inset
28823
28824
28825 \begin_inset Index
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829 Formula ! multiline ! formula parts
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Standard
28838 To display only parts of a formula with multiple lines, one of the following
28839  environments are used: 
28840 \series bold
28841 aligned
28842 \series default
28843
28844 \series bold
28845 alignedat
28846 \series default
28847
28848 \series bold
28849 gathered
28850 \series default
28851  or 
28852 \series bold
28853 split
28854 \series default
28855 .
28856  They can be inserted via the menu 
28857 \family sans
28858 Insert\SpecialChar \menuseparator
28859 Math
28860 \family default
28861  or by using the commands described in this section.
28862 \end_layout
28863
28864 \begin_layout Standard
28865 The first three have the same properties as the corresponding multiline
28866  formula environments, but it is possible to set further formula parts beside
28867  them.
28868  An example:
28869 \begin_inset Formula \[
28870 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28871 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28872 \right\} \textrm{Uncertainty relations}\]
28873
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \begin_layout Standard
28880 To get this formula, a displayed formula is created where the command 
28881 \series bold
28882
28883 \backslash
28884 aligned
28885 \begin_inset Index
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 Commands ! A ! 
28890 \backslash
28891 aligned
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \series default
28898  is inserted.
28899  A purple box appears around the blue formula box where now columns and
28900  lines can be added.
28901  Outside the multiline environment other formula parts can be set, like
28902  the brace.
28903 \end_layout
28904
28905 \begin_layout Standard
28906 The aligned environment is also suitable for long formulas whose lines are
28907  horizontally aligned.
28908  Using aligned in a displayed formula has the advantage that the formula
28909  number is vertically centered behind the lines.
28910  As example formula 
28911 \begin_inset CommandInset ref
28912 LatexCommand eqref
28913 reference "eq:kurzlang"
28914
28915 \end_inset
28916
28917  in the aligned environment:
28918 \begin_inset Formula \begin{equation}
28919 \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}|}\\
28920  & -\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}
28921 \end{equation}
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Standard
28929 To use the environments 
28930 \series bold
28931 alignedat
28932 \series default
28933
28934 \series bold
28935 gathered
28936 \series default
28937 , or 
28938 \series bold
28939 split
28940 \series default
28941 , the command 
28942 \series bold
28943
28944 \backslash
28945 alignedat
28946 \series default
28947 ,
28948 \begin_inset Index
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 Commands ! A ! 
28953 \backslash
28954 alignedat
28955 \end_layout
28956
28957 \end_inset
28958
28959  
28960 \series bold
28961
28962 \backslash
28963 gathered
28964 \series default
28965
28966 \begin_inset Index
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970 Commands ! G ! 
28971 \backslash
28972 gathered
28973 \end_layout
28974
28975 \end_inset
28976
28977 , or 
28978 \series bold
28979
28980 \backslash
28981 split
28982 \series default
28983
28984 \begin_inset Index
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988 Commands ! S ! 
28989 \backslash
28990 split
28991 \end_layout
28992
28993 \end_inset
28994
28995  are inserted, respectively.
28996  The split environment has the same properties as the aligned environment
28997  but it can only have two columns.
28998 \end_layout
28999
29000 \begin_layout Subsection
29001 Text in multiline Formulas
29002 \begin_inset CommandInset label
29003 LatexCommand label
29004 name "sub:Text-in-multiline"
29005
29006 \end_inset
29007
29008
29009 \begin_inset Index
29010 status collapsed
29011
29012 \begin_layout Plain Layout
29013 Text ! in formulas
29014 \end_layout
29015
29016 \end_inset
29017
29018
29019 \begin_inset Index
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023 Formula ! multiline ! text
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 In the Align environments, and the multline and gather environment, text
29033  can be inserted that will appear in a separate line and doesn't affect
29034  the column alignment.
29035  To do this, the command 
29036 \series bold
29037
29038 \backslash
29039 intertext
29040 \begin_inset Index
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044 Commands ! I ! 
29045 \backslash
29046 intertext
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \series default
29053  is used in the following scheme:
29054 \end_layout
29055
29056 \begin_layout Standard
29057
29058 \series bold
29059
29060 \backslash
29061 intertext{text}
29062 \end_layout
29063
29064 \begin_layout Standard
29065 The text should not be longer than a line because it cannot be hyphenated.
29066  As LyX doesn't yet support 
29067 \series bold
29068
29069 \backslash
29070 intertext
29071 \series default
29072  directly, the text is written as mathematical text.
29073  
29074 \series bold
29075
29076 \backslash
29077 intertext
29078 \series default
29079  must hereby be at the beginning of a line and appears in the output above
29080  this line.
29081  An example where the text was inserted at the beginning of the second line:
29082 \begin_inset Formula \begin{align}
29083 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29084 \intertext {\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Section
29092 Formula Numbering
29093 \begin_inset Index
29094 status collapsed
29095
29096 \begin_layout Plain Layout
29097 Formula numbering
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \begin_inset Index
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Formula ! numbering|see
29108 \begin_inset ERT
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112
29113 {
29114 \end_layout
29115
29116 \end_inset
29117
29118 Formula numbering
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124 }
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \begin_layout Subsection
29138 General
29139 \end_layout
29140
29141 \begin_layout Standard
29142 Numbered formulas can be created with the menu 
29143 \family sans
29144 Insert\SpecialChar \menuseparator
29145 Math\SpecialChar \menuseparator
29146 Numbered
29147 \begin_inset Space ~
29148 \end_inset
29149
29150 Formula
29151 \family default
29152  (shortcut 
29153 \family sans
29154 Ctrl-Alt
29155 \begin_inset Space ~
29156 \end_inset
29157
29158 n
29159 \family default
29160 ).
29161  Existing formulas can be numbered with the menu 
29162 \family sans
29163 Edit\SpecialChar \menuseparator
29164 Math\SpecialChar \menuseparator
29165 Toggle
29166 \begin_inset Space ~
29167 \end_inset
29168
29169 Numbering
29170 \family default
29171  (shortcut 
29172 \family sans
29173 Alt-m
29174 \begin_inset Space ~
29175 \end_inset
29176
29177 n
29178 \family default
29179 ).
29180  The formula number is displayed in LyX behind the formula as number sign
29181  in parentheses.
29182  The number sign is replaced in the output by the formula number.
29183 \end_layout
29184
29185 \begin_layout Standard
29186 When numbering is turned on in multiline formulas, all lines will be numbered.
29187  But the numbering can be controlled with the menu 
29188 \family sans
29189 Edit\SpecialChar \menuseparator
29190 Math\SpecialChar \menuseparator
29191 Toggle
29192 \begin_inset Space ~
29193 \end_inset
29194
29195 Numbering
29196 \begin_inset Space ~
29197 \end_inset
29198
29199 of
29200 \begin_inset Space ~
29201 \end_inset
29202
29203 Line
29204 \family default
29205  (shortcut 
29206 \family sans
29207 Alt-m
29208 \begin_inset Space ~
29209 \end_inset
29210
29211 N
29212 \family default
29213 ) for every line.
29214 \end_layout
29215
29216 \begin_layout Standard
29217 Except of inline formulas, all formulas can be numbered with two different
29218  styles, see 
29219 \begin_inset CommandInset ref
29220 LatexCommand ref
29221 reference "sec:Formula-Styles"
29222
29223 \end_inset
29224
29225 .
29226 \end_layout
29227
29228 \begin_layout Subsection
29229 Cross-References
29230 \begin_inset CommandInset label
29231 LatexCommand label
29232 name "sub:Cross-References"
29233
29234 \end_inset
29235
29236
29237 \begin_inset Index
29238 status collapsed
29239
29240 \begin_layout Plain Layout
29241 Cross-references ! to formulas
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Standard
29250 All labeled formulas can be cross-referenced.
29251  A label is added by the menu 
29252 \family sans
29253 Insert\SpecialChar \menuseparator
29254 Label
29255 \family default
29256  or the toolbar button 
29257 \begin_inset Graphics
29258         filename ../images/label-insert.png
29259         scale 85
29260
29261 \end_inset
29262
29263 .
29264  The cursor must hereby be inside a displayed formula.
29265  A dialog pops up displaying the prefix 
29266 \series bold
29267 eq:
29268 \series default
29269  in a text field.
29270  The label is inserted there behind the prefix.
29271  The predefined prefix means 
29272 \begin_inset Quotes eld
29273 \end_inset
29274
29275 equation
29276 \begin_inset Quotes erd
29277 \end_inset
29278
29279  and makes it easier to find labels in large documents because it marks
29280  it as formula label to divide it from e.
29281 \begin_inset Space \thinspace{}
29282 \end_inset
29283
29284 g.
29285 \begin_inset Space ~
29286 \end_inset
29287
29288 section labels.
29289  To change a label, the menu 
29290 \family sans
29291 Insert\SpecialChar \menuseparator
29292 Label
29293 \family default
29294  is used again.
29295 \end_layout
29296
29297 \begin_layout Standard
29298 The name of the label is displayed in LyX within two parentheses behind
29299  formula.
29300  A formula with a label is always numbered.
29301 \end_layout
29302
29303 \begin_layout Standard
29304 Cross-references are inserted via the menu 
29305 \family sans
29306 Insert\SpecialChar \menuseparator
29307 Cross-Reference
29308 \family default
29309  or with the toolbar button 
29310 \begin_inset Graphics
29311         filename ../images/dialog-show-new-inset_ref.png
29312         scale 85
29313
29314 \end_inset
29315
29316 .
29317  A formula cross-reference appears in the output as formula number.
29318  When in the cross-reference dialog window the format 
29319 \series bold
29320 (<reference>)
29321 \series default
29322  is chosen, the cross-reference appears in the output as formula number
29323  in parentheses.
29324 \begin_inset Newline newline
29325 \end_inset
29326
29327 By right-clicking on a cross-reference in LyX, one jumps to the formula
29328  that is referenced.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 Here are as examples cross-references to formulas of the following subsections:
29333 \begin_inset Note Note
29334 status open
29335
29336 \begin_layout Plain Layout
29337 Note the different cross-reference types.
29338 \end_layout
29339
29340 \end_inset
29341
29342
29343 \end_layout
29344
29345 \begin_layout Standard
29346 The equations 
29347 \begin_inset CommandInset ref
29348 LatexCommand eqref
29349 reference "eq:tag"
29350
29351 \end_inset
29352
29353  and 
29354 \begin_inset CommandInset ref
29355 LatexCommand eqref
29356 reference "eq:c"
29357
29358 \end_inset
29359
29360  are equivalent.
29361  In (
29362 \begin_inset CommandInset ref
29363 LatexCommand ref
29364 reference "eq:Lat"
29365
29366 \end_inset
29367
29368 ) big Latin letters are used for the numbering in contrary to (
29369 \begin_inset CommandInset ref
29370 LatexCommand ref
29371 reference "eq:Rom"
29372
29373 \end_inset
29374
29375 ).
29376 \end_layout
29377
29378 \begin_layout Standard
29379 \begin_inset VSpace medskip
29380 \end_inset
29381
29382 When the argument of 
29383 \series bold
29384
29385 \backslash
29386 tag
29387 \begin_inset Foot
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391
29392 \series bold
29393
29394 \backslash
29395 tag
29396 \series default
29397  is described in 
29398 \begin_inset CommandInset ref
29399 LatexCommand ref
29400 reference "sub:User-defined-Numbering"
29401
29402 \end_inset
29403
29404 .
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \series default
29411  contains a box like in 
29412 \begin_inset CommandInset ref
29413 LatexCommand ref
29414 reference "sub:Paragraph-Boxes"
29415
29416 \end_inset
29417
29418 , the formula cannot be referenced.
29419 \end_layout
29420
29421 \begin_layout Subsection
29422 Subnumbering
29423 \begin_inset Index
29424 status collapsed
29425
29426 \begin_layout Plain Layout
29427 Formula numbering ! subnumbering
29428 \end_layout
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Standard
29436 With the help of the commands 
29437 \series bold
29438
29439 \backslash
29440 begin{subequations}
29441 \series default
29442  and 
29443 \series bold
29444
29445 \backslash
29446 end{subequations}
29447 \series default
29448  formulas can be subnumbered.
29449  Both commands are inserted in TeX-mode.
29450 \end_layout
29451
29452 \begin_layout Standard
29453 An example:
29454 \begin_inset Formula \begin{equation}
29455 A=C-B\label{eq:a}\end{equation}
29456
29457 \end_inset
29458
29459
29460 \begin_inset ERT
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464
29465
29466 \backslash
29467 addtocounter{equation}{-1}
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \begin_inset ERT
29474 status collapsed
29475
29476 \begin_layout Plain Layout
29477
29478
29479 \backslash
29480 begin{subequations}
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \begin_inset VSpace -5mm
29487 \end_inset
29488
29489
29490 \begin_inset Formula \begin{equation}
29491 B=C-A\label{eq:b}\end{equation}
29492
29493 \end_inset
29494
29495
29496 \begin_inset Formula \begin{equation}
29497 C=A+B\label{eq:c}\end{equation}
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Standard
29505 \begin_inset ERT
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509
29510
29511 \backslash
29512 end{subequations}
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Standard
29521 To create the example, the following is done:
29522 \end_layout
29523
29524 \begin_layout Enumerate
29525 first formula is inserted
29526 \end_layout
29527
29528 \begin_layout Enumerate
29529
29530 \series bold
29531
29532 \backslash
29533 addtocounter{equation}{-1} 
29534 \backslash
29535 begin{subequations}
29536 \begin_inset Index
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540 Commands ! A ! 
29541 \backslash
29542 addtocounter
29543 \end_layout
29544
29545 \end_inset
29546
29547
29548 \begin_inset Newline newline
29549 \end_inset
29550
29551
29552 \series default
29553 is inserted after the first formula
29554 \end_layout
29555
29556 \begin_layout Enumerate
29557 second formula is inserted
29558 \end_layout
29559
29560 \begin_layout Enumerate
29561 third formula is inserted
29562 \end_layout
29563
29564 \begin_layout Enumerate
29565
29566 \series bold
29567
29568 \backslash
29569 end{subequations}
29570 \series default
29571  is inserted after the third formula
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Every formula between the commands 
29576 \series bold
29577
29578 \backslash
29579 begin
29580 \series default
29581  and 
29582 \series bold
29583
29584 \backslash
29585 end
29586 \series default
29587  is subnumbered as a, b, 
29588 \begin_inset Newline linebreak
29589 \end_inset
29590
29591 c, \SpecialChar \ldots{}
29592  For multiline formulas every line will be subnumbered.
29593  All subnumbered formulas are treated as 
29594 \emph on
29595 one
29596 \emph default
29597  numbered formula.
29598  But as every numbered formula increases the counter 
29599 \series bold
29600 equation
29601 \series default
29602  by one, the command 
29603 \series bold
29604
29605 \backslash
29606 addtocounter
29607 \series default
29608  is needed to decrease it.
29609  Otherwise the formulas 
29610 \begin_inset CommandInset ref
29611 LatexCommand eqref
29612 reference "eq:a"
29613
29614 \end_inset
29615
29616
29617 \begin_inset CommandInset ref
29618 LatexCommand eqref
29619 reference "eq:b"
29620
29621 \end_inset
29622
29623
29624 \begin_inset CommandInset ref
29625 LatexCommand eqref
29626 reference "eq:c"
29627
29628 \end_inset
29629
29630  would be numbered as 
29631 \begin_inset CommandInset ref
29632 LatexCommand eqref
29633 reference "eq:a"
29634
29635 \end_inset
29636
29637
29638 \begin_inset CommandInset ref
29639 LatexCommand eqref
29640 reference "eq:d"
29641
29642 \end_inset
29643
29644
29645 \begin_inset CommandInset ref
29646 LatexCommand eqref
29647 reference "eq:f"
29648
29649 \end_inset
29650
29651 .
29652 \end_layout
29653
29654 \begin_layout Standard
29655 By inserting the commands in TeX-mode, a space is created between the first
29656  two formulas.
29657  To revert this -5
29658 \begin_inset Space \thinspace{}
29659 \end_inset
29660
29661 mm vertical space is inserted after the command 
29662 \series bold
29663
29664 \backslash
29665 begin{subequations}
29666 \series default
29667 .
29668  When the formula style 
29669 \series bold
29670 Indented
29671 \begin_inset Foot
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675 formula styles see 
29676 \begin_inset CommandInset ref
29677 LatexCommand ref
29678 reference "sec:Formula-Styles"
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \series default
29689  is used, -7
29690 \begin_inset Space \thinspace{}
29691 \end_inset
29692
29693 mm space is inserted instead.
29694 \end_layout
29695
29696 \begin_layout Standard
29697 Here is an example for a multiline formula where the numbering was turned
29698  off for the second line:
29699 \begin_inset ERT
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703
29704
29705 \backslash
29706 begin{subequations}
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \begin_inset Formula \begin{eqnarray}
29713 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29714  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29715  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29716
29717 \end_inset
29718
29719
29720 \begin_inset ERT
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724
29725
29726 \backslash
29727 end{subequations}
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Subsection
29736 User-defined Numbering
29737 \begin_inset CommandInset label
29738 LatexCommand label
29739 name "sub:User-defined-Numbering"
29740
29741 \end_inset
29742
29743
29744 \begin_inset Index
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748 Formula numbering ! user-defined
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \end_layout
29755
29756 \begin_layout Standard
29757 \begin_inset Index
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761 Formula numbering ! self-defined delimiters
29762 \end_layout
29763
29764 \end_inset
29765
29766 With the standard numbering parentheses are set around the formula number.
29767  To replace the parentheses for example by vertical bars, the following
29768  line is added to the LaTeX-preamble:
29769 \end_layout
29770
29771 \begin_layout Standard
29772
29773 \series bold
29774
29775 \backslash
29776 def
29777 \backslash
29778 tagform@#1{
29779 \backslash
29780 maketag@@@{|#1|}}
29781 \series default
29782
29783 \begin_inset Note Note
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787 This macro is already declared in the LaTeX-preamble for testing.
29788  To activate it, remove the percent sign at the beginning.
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \end_layout
29795
29796 \begin_layout Standard
29797 To use other characters, the vertical bars besides the 
29798 \series bold
29799 #1
29800 \series default
29801  are replaced by one ore more characters.
29802  To get only the formula number the vertical bars are omitted.
29803 \end_layout
29804
29805 \begin_layout Standard
29806 \begin_inset VSpace bigskip
29807 \end_inset
29808
29809 When there should be an expression of your choice instead of the consecutive
29810  formula number in parentheses behind the formula, the command 
29811 \series bold
29812
29813 \backslash
29814 tag
29815 \series default
29816
29817 \begin_inset Index
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821 Commands ! T ! 
29822 \backslash
29823 tag
29824 \end_layout
29825
29826 \end_inset
29827
29828  is used:
29829 \begin_inset Formula \begin{equation}
29830 A+B=C\tag{something}\label{eq:tag}\end{equation}
29831
29832 \end_inset
29833
29834 In this example the command 
29835 \series bold
29836
29837 \backslash
29838 tag
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844
29845 \backslash
29846 spce 
29847 \end_layout
29848
29849 \end_inset
29850
29851 something
29852 \series default
29853  was inserted to the formula.
29854 \end_layout
29855
29856 \begin_layout Standard
29857 When the command 
29858 \series bold
29859
29860 \backslash
29861 tag*
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867
29868 \backslash
29869 spce 
29870 \end_layout
29871
29872 \end_inset
29873
29874 something
29875 \series default
29876  is inserted instead, the star prevents the parentheses around the expression:
29877 \begin_inset Formula \[
29878 A+B=C\tag*{something}\]
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 \begin_inset VSpace bigskip
29887 \end_inset
29888
29889 To restart the formula numbering with new document parts or sections, the
29890  following command is used:
29891 \end_layout
29892
29893 \begin_layout Standard
29894
29895 \series bold
29896
29897 \backslash
29898 @addtoreset{equation}{part}
29899 \series default
29900
29901 \begin_inset Index
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905 Commands ! 
29906 \begin_inset ERT
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910
29911 "
29912 \end_layout
29913
29914 \end_inset
29915
29916 @
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922 "
29923 \end_layout
29924
29925 \end_inset
29926
29927  ! 
29928 \backslash
29929
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935 "
29936 \end_layout
29937
29938 \end_inset
29939
29940 @
29941 \begin_inset ERT
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945
29946 "
29947 \end_layout
29948
29949 \end_inset
29950
29951 addtoreset
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset Newline newline
29958 \end_inset
29959
29960 resp.
29961 \begin_inset Newline newline
29962 \end_inset
29963
29964
29965 \series bold
29966
29967 \backslash
29968 @addtoreset{equation}{section}
29969 \end_layout
29970
29971 \begin_layout Standard
29972 To be able to use these commands in TeX-mode, the 
29973 \begin_inset Quotes eld
29974 \end_inset
29975
29976 @
29977 \begin_inset Quotes erd
29978 \end_inset
29979
29980  character has to be made 
29981 \begin_inset Quotes eld
29982 \end_inset
29983
29984 active
29985 \begin_inset Quotes erd
29986 \end_inset
29987
29988  for LaTeX using the command 
29989 \series bold
29990
29991 \backslash
29992 makeatletter.
29993
29994 \series default
29995  The command 
29996 \series bold
29997
29998 \backslash
29999 makeatother
30000 \series default
30001  reverts this.
30002  So the command sequence in TeX-mode is:
30003 \end_layout
30004
30005 \begin_layout Standard
30006
30007 \series bold
30008
30009 \backslash
30010 makeatletter
30011 \begin_inset Newline newline
30012 \end_inset
30013
30014
30015 \backslash
30016 @addtoreset{equation}{section}
30017 \begin_inset Newline newline
30018 \end_inset
30019
30020
30021 \backslash
30022 makeatother
30023 \end_layout
30024
30025 \begin_layout Standard
30026 In the LaTeX-preamble 
30027 \series bold
30028
30029 \backslash
30030 makeatletter
30031 \series default
30032  and 
30033 \series bold
30034
30035 \backslash
30036 makeatother
30037 \series default
30038  can be omitted as they are automatically internally inserted by LyX.
30039 \end_layout
30040
30041 \begin_layout Standard
30042 To revert 
30043 \series bold
30044
30045 \backslash
30046 @addtoreset
30047 \series default
30048 , the file 
30049 \series bold
30050 remreset.sty
30051 \series default
30052
30053 \begin_inset Foot
30054 status collapsed
30055
30056 \begin_layout Plain Layout
30057
30058 \series bold
30059 remreset
30060 \series default
30061  is part of the LaTeX-package 
30062 \series bold
30063 carlisle
30064 \series default
30065
30066 \begin_inset Index
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070 Packages ! carlisle
30071 \end_layout
30072
30073 \end_inset
30074
30075  that is part of every LaTeX standard installation.
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \begin_inset Index
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085 Packages ! remreset
30086 \end_layout
30087
30088 \end_inset
30089
30090  has to be loaded in the LaTeX-preamble with the line
30091 \end_layout
30092
30093 \begin_layout Standard
30094
30095 \series bold
30096
30097 \backslash
30098 usepackage{remreset}
30099 \end_layout
30100
30101 \begin_layout Standard
30102 Then the command 
30103 \series bold
30104
30105 \backslash
30106 @removefromreset
30107 \series default
30108
30109 \begin_inset Index
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113 Commands ! 
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119 "
30120 \end_layout
30121
30122 \end_inset
30123
30124 @
30125 \begin_inset ERT
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129
30130 "
30131 \end_layout
30132
30133 \end_inset
30134
30135  ! 
30136 \backslash
30137
30138 \begin_inset ERT
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142
30143 "
30144 \end_layout
30145
30146 \end_inset
30147
30148 @
30149 \begin_inset ERT
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153
30154 "
30155 \end_layout
30156
30157 \end_inset
30158
30159 removefromreset
30160 \end_layout
30161
30162 \end_inset
30163
30164  can be used with the same scheme as 
30165 \series bold
30166
30167 \backslash
30168 @addtoreset
30169 \series default
30170 .
30171 \end_layout
30172
30173 \begin_layout Standard
30174 \begin_inset VSpace bigskip
30175 \end_inset
30176
30177 Sometimes formulas should be numbered in the following form:
30178 \end_layout
30179
30180 \begin_layout Standard
30181
30182 \family typewriter
30183 (section number.formula number)
30184 \end_layout
30185
30186 \begin_layout Standard
30187 The formula number should start with every section with 
30188 \begin_inset Quotes eld
30189 \end_inset
30190
30191 1
30192 \begin_inset Quotes erd
30193 \end_inset
30194
30195 .
30196 \end_layout
30197
30198 \begin_layout Standard
30199 For this case there is the command 
30200 \series bold
30201
30202 \backslash
30203 numberwithin
30204 \series default
30205
30206 \begin_inset Index
30207 status collapsed
30208
30209 \begin_layout Plain Layout
30210 Commands ! N ! 
30211 \backslash
30212 numberwithin
30213 \end_layout
30214
30215 \end_inset
30216
30217 , which is used with the following scheme:
30218 \end_layout
30219
30220 \begin_layout Standard
30221
30222 \series bold
30223
30224 \backslash
30225 numberwithin{counter}{sectioning}
30226 \end_layout
30227
30228 \begin_layout Standard
30229 Counter denotes what kind of numbering is affected, sectioning denotes what
30230  number is before the dot.
30231 \end_layout
30232
30233 \begin_layout Standard
30234 Thus in our case the following LaTeX-preamble or ERT line is used:
30235 \end_layout
30236
30237 \begin_layout Standard
30238
30239 \series bold
30240
30241 \backslash
30242 numberwithin{equation}{section}
30243 \end_layout
30244
30245 \begin_layout Standard
30246 This is the result:
30247 \begin_inset ERT
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251
30252
30253 \backslash
30254 numberwithin{equation}{section}
30255 \end_layout
30256
30257 \end_inset
30258
30259
30260 \begin_inset Formula \begin{equation}
30261 A+B=C\end{equation}
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269 To number e.
30270 \begin_inset Space \thinspace{}
30271 \end_inset
30272
30273 g.
30274 \begin_inset Space ~
30275 \end_inset
30276
30277 tables so that the number of the part is the sectioning,
30278 \begin_inset Newline newline
30279 \end_inset
30280
30281
30282 \series bold
30283
30284 \backslash
30285 numberwithin{table}{part}
30286 \series default
30287  is used.
30288 \end_layout
30289
30290 \begin_layout Standard
30291 To go back to the standard numbering or to prevent this kind of numbering
30292  when it is defined by the document class, the following command is inserted
30293  as ERT or to the LaTeX-preamble:
30294 \end_layout
30295
30296 \begin_layout Standard
30297
30298 \series bold
30299
30300 \backslash
30301 renewcommand{
30302 \backslash
30303 theequation}{
30304 \backslash
30305 arabic{equation}}
30306 \begin_inset Index
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310 Commands ! A ! 
30311 \backslash
30312 arabic
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \series default
30319
30320 \begin_inset ERT
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324
30325
30326 \backslash
30327 renewcommand{
30328 \backslash
30329 theequation}{
30330 \backslash
30331 arabic{equation}}
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \series bold
30338
30339 \begin_inset Newline newline
30340 \end_inset
30341
30342
30343 \series default
30344 or
30345 \series bold
30346
30347 \begin_inset Newline newline
30348 \end_inset
30349
30350
30351 \backslash
30352 renewcommand{
30353 \backslash
30354 thetable}{
30355 \backslash
30356 arabic{table}}
30357 \end_layout
30358
30359 \begin_layout Standard
30360
30361 \series bold
30362
30363 \backslash
30364 numberwithin
30365 \series default
30366  uses internally the command 
30367 \series bold
30368
30369 \backslash
30370 @addtoreset
30371 \series default
30372 , described above, that also needs to be reverted.
30373 \begin_inset ERT
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378
30379 \backslash
30380 makeatletter
30381 \end_layout
30382
30383 \begin_layout Plain Layout
30384
30385
30386 \backslash
30387 @removefromreset{equation}{section}
30388 \end_layout
30389
30390 \begin_layout Plain Layout
30391
30392
30393 \backslash
30394 makeatother
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Subsection
30403 Numbering with Roman Numbers and Letters
30404 \begin_inset CommandInset label
30405 LatexCommand label
30406 name "sub:Numbering-with-Roman"
30407
30408 \end_inset
30409
30410
30411 \begin_inset Index
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415 Formula numbering ! with letters
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \begin_inset Index
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425 Formula numbering ! with Roman numbers
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Standard
30434 Formulas can also be numbered with Roman numbers and Latin letters.
30435  To number for example with small Roman numbers, the command
30436 \end_layout
30437
30438 \begin_layout Standard
30439
30440 \series bold
30441
30442 \backslash
30443 renewcommand{
30444 \backslash
30445 theequation}{
30446 \backslash
30447 roman{equation}}
30448 \end_layout
30449
30450 \begin_layout Standard
30451 is inserted before the formula in TeX-mode.
30452  
30453 \series bold
30454
30455 \backslash
30456 renewcommand
30457 \series default
30458
30459 \begin_inset Index
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463 Commands ! R ! 
30464 \backslash
30465 renewcommand
30466 \end_layout
30467
30468 \end_inset
30469
30470  redefines the predefined command 
30471 \series bold
30472
30473 \backslash
30474 theequation
30475 \series default
30476  to the command 
30477 \series bold
30478
30479 \backslash
30480 roman{equation}
30481 \series default
30482
30483 \begin_inset Foot
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487 The command 
30488 \series bold
30489
30490 \backslash
30491 renewcommand
30492 \series default
30493  has the same scheme like the command 
30494 \series bold
30495
30496 \backslash
30497 newcommand
30498 \series default
30499  that is described in 
30500 \begin_inset CommandInset ref
30501 LatexCommand ref
30502 reference "sec:User-defined-commands"
30503
30504 \end_inset
30505
30506 .
30507 \end_layout
30508
30509 \end_inset
30510
30511 .
30512  
30513 \series bold
30514 equation
30515 \series default
30516  is the formula counter.
30517  When the command 
30518 \series bold
30519
30520 \backslash
30521 the
30522 \series default
30523  is used as prefix for a counter, the value of the counter is output as
30524  Arabic number.
30525  When a formula is numbered, LaTeX sets internally the command 
30526 \series bold
30527
30528 \backslash
30529 theequation
30530 \series default
30531  behind the formula.
30532  
30533 \series bold
30534
30535 \backslash
30536 roman{equation}
30537 \begin_inset Index
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541 Commands ! R ! 
30542 \backslash
30543 roman
30544 \end_layout
30545
30546 \end_inset
30547
30548
30549 \series default
30550  outputs the counter as small Roman number.
30551 \end_layout
30552
30553 \begin_layout Standard
30554 All formulas behind the command 
30555 \series bold
30556
30557 \backslash
30558 renew
30559 \series default
30560 c
30561 \series bold
30562 ommand
30563 \series default
30564  are now numbered Roman.
30565  To switch to numbering with big Roman numbers, the command is inserted
30566  again, but 
30567 \series bold
30568
30569 \backslash
30570 roman
30571 \series default
30572  is replaced by 
30573 \series bold
30574
30575 \backslash
30576 Roman
30577 \series default
30578
30579 \begin_inset Index
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583 Commands ! R ! 
30584 \backslash
30585 roman@
30586 \backslash
30587 Roman
30588 \end_layout
30589
30590 \end_inset
30591
30592 .
30593  To 
30594 \begin_inset Quotes eld
30595 \end_inset
30596
30597 number
30598 \begin_inset Quotes erd
30599 \end_inset
30600
30601  with small Latin letters there is the command 
30602 \series bold
30603
30604 \backslash
30605 alph
30606 \series default
30607
30608 \begin_inset Index
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612 Commands ! A ! 
30613 \backslash
30614 alph
30615 \end_layout
30616
30617 \end_inset
30618
30619 , for big ones there is the command 
30620 \series bold
30621
30622 \backslash
30623 Alph
30624 \series default
30625
30626 \begin_inset Index
30627 status open
30628
30629 \begin_layout Plain Layout
30630 Commands ! A ! 
30631 \backslash
30632 alph@
30633 \backslash
30634 Alph
30635 \end_layout
30636
30637 \end_inset
30638
30639 .
30640 \end_layout
30641
30642 \begin_layout Standard
30643 \begin_inset Note Greyedout
30644 status open
30645
30646 \begin_layout Plain Layout
30647
30648 \series bold
30649 Note:
30650 \series default
30651  Only maximal 26 formulas can be numbered with Latin letters in one document.
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \begin_layout Standard
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665
30666 \backslash
30667 renewcommand{
30668 \backslash
30669 theequation}{
30670 \backslash
30671 roman{equation}}
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \end_layout
30678
30679 \begin_layout Standard
30680 \begin_inset Formula \begin{equation}
30681 A=\textrm{small roman}\label{eq:rom}\end{equation}
30682
30683 \end_inset
30684
30685
30686 \begin_inset ERT
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690
30691
30692 \backslash
30693 renewcommand{
30694 \backslash
30695 theequation}{
30696 \backslash
30697 Roman{equation}}
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \begin_inset Formula \begin{equation}
30704 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30705
30706 \end_inset
30707
30708
30709 \begin_inset ERT
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713
30714
30715 \backslash
30716 renewcommand{
30717 \backslash
30718 theequation}{
30719 \backslash
30720 alph{equation}}
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \begin_inset Formula \begin{equation}
30727 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30728
30729 \end_inset
30730
30731
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737
30738 \backslash
30739 renewcommand{
30740 \backslash
30741 theequation}{
30742 \backslash
30743 Alph{equation}}
30744 \end_layout
30745
30746 \end_inset
30747
30748
30749 \begin_inset Formula \begin{equation}
30750 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30751
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \begin_layout Standard
30758 To switch back to the default numbering, insert the command:
30759 \end_layout
30760
30761 \begin_layout Standard
30762
30763 \series bold
30764
30765 \backslash
30766 renewcommand{
30767 \backslash
30768 theequation}{
30769 \backslash
30770 arabic{equation}}
30771 \begin_inset Index
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775 Commands ! A ! 
30776 \backslash
30777 arabic
30778 \end_layout
30779
30780 \end_inset
30781
30782
30783 \end_layout
30784
30785 \begin_layout Standard
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791
30792 \backslash
30793 renewcommand{
30794 \backslash
30795 theequation}{
30796 \backslash
30797 arabic{equation}}
30798 \end_layout
30799
30800 \end_inset
30801
30802
30803 \begin_inset Formula \begin{equation}
30804 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30805
30806 \end_inset
30807
30808
30809 \end_layout
30810
30811 \begin_layout Standard
30812 \begin_inset VSpace medskip
30813 \end_inset
30814
30815 As you see, formulas are numbered serially independent from the numbering
30816  style.
30817  When then numbering should start with 
30818 \begin_inset Quotes eld
30819 \end_inset
30820
30821 1
30822 \begin_inset Quotes erd
30823 \end_inset
30824
30825  when the style is changed, new equation counters have to be defined.
30826  A description about this can be found in the file 
30827 \begin_inset CommandInset href
30828 LatexCommand href
30829 target "Formula-numbering.lyx"
30830
30831 \end_inset
30832
30833 .
30834 \end_layout
30835
30836 \begin_layout Section
30837 User-defined commands
30838 \begin_inset CommandInset label
30839 LatexCommand label
30840 name "sec:User-defined-commands"
30841
30842 \end_inset
30843
30844
30845 \begin_inset Index
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849 User-defined commands
30850 \end_layout
30851
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 Many LaTeX-commands are too long to be used frequently.
30859  But it is possible to define with the command 
30860 \series bold
30861
30862 \backslash
30863 newcommand
30864 \series default
30865
30866 \begin_inset Index
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870 Commands ! N ! 
30871 \backslash
30872 newcommand
30873 \end_layout
30874
30875 \end_inset
30876
30877  new shorter commands.
30878 \end_layout
30879
30880 \begin_layout Standard
30881 The command scheme of 
30882 \series bold
30883
30884 \backslash
30885 newcommand
30886 \series default
30887  is:
30888 \end_layout
30889
30890 \begin_layout Standard
30891
30892 \series bold
30893
30894 \backslash
30895 newcommand{new command name}[number of arguments][optional
30896 \series default
30897  
30898 \series bold
30899 value]
30900 \begin_inset Newline newline
30901 \end_inset
30902
30903
30904 \begin_inset ERT
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908
30909
30910 \backslash
30911 phantom{
30912 \end_layout
30913
30914 \end_inset
30915
30916
30917 \backslash
30918 newcommand
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924 }
30925 \end_layout
30926
30927 \end_inset
30928
30929 {command definition}
30930 \end_layout
30931
30932 \begin_layout Standard
30933 \begin_inset Note Greyedout
30934 status open
30935
30936 \begin_layout Plain Layout
30937
30938 \series bold
30939 Note:
30940 \series default
30941  Assure that the name of the new command is not already used in your document
30942  or by LaTeX-packages that you use.
30943  When you for example define the command 
30944 \series bold
30945
30946 \backslash
30947 le
30948 \series default
30949  for 
30950 \series bold
30951
30952 \backslash
30953 Leftarrow
30954 \series default
30955 , you get an error message because 
30956 \series bold
30957
30958 \backslash
30959 le
30960 \series default
30961  is already defined as command for 
30962 \begin_inset Quotes eld
30963 \end_inset
30964
30965
30966 \begin_inset Formula $\le$
30967 \end_inset
30968
30969
30970 \begin_inset Quotes erd
30971 \end_inset
30972
30973 .
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \begin_layout Standard
30982 \begin_inset Note Greyedout
30983 status open
30984
30985 \begin_layout Plain Layout
30986
30987 \series bold
30988 Note:
30989 \series default
30990  The names of user-defined commands may only consist of Latin letters.
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Standard
30999 The number of arguments is an integer in the range 0
31000 \begin_inset Space \thinspace{}
31001 \end_inset
31002
31003 -
31004 \begin_inset Space \thinspace{}
31005 \end_inset
31006
31007 9 and specifies how many arguments the new command should have.
31008  With the optional value a value for an optional argument can be predefined.
31009  When this is done, the 
31010 \emph on
31011 first
31012 \emph default
31013  
31014 \emph on
31015 a
31016 \emph default
31017 rgument of the new command is automatically an optional one.
31018 \end_layout
31019
31020 \begin_layout Standard
31021 Here are some examples:
31022 \end_layout
31023
31024 \begin_layout Itemize
31025 To define the command 
31026 \series bold
31027
31028 \backslash
31029 gr
31030 \series default
31031  for 
31032 \series bold
31033
31034 \backslash
31035 Longrightarrow
31036 \series default
31037 , the LaTeX-preamble line is:
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 medskip
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \series bold
31052
31053 \begin_inset Newline newline
31054 \end_inset
31055
31056
31057 \backslash
31058 newcommand{
31059 \backslash
31060 gr}{
31061 \backslash
31062 Longrightarrow}
31063 \end_layout
31064
31065 \begin_layout Itemize
31066 To define the command 
31067 \series bold
31068
31069 \backslash
31070 us
31071 \series default
31072  for 
31073 \series bold
31074
31075 \backslash
31076 underline
31077 \series default
31078 , the argument (that should be underlined) must be taken into account.
31079  For this the preamble line is:
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 medskip
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \series bold
31094
31095 \begin_inset Newline newline
31096 \end_inset
31097
31098
31099 \backslash
31100 newcommand{
31101 \backslash
31102 us}[1]{
31103 \backslash
31104 underline{#1}}
31105 \series default
31106
31107 \begin_inset ERT
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111
31112
31113 \backslash
31114 medskip
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \series bold
31121
31122 \begin_inset Newline newline
31123 \end_inset
31124
31125
31126 \series default
31127 The character 
31128 \series bold
31129 #
31130 \series default
31131  acts as argument placeholder, the 
31132 \series bold
31133 1
31134 \series default
31135  behind it denotes that it is the placeholder for the first argument.
31136 \end_layout
31137
31138 \begin_layout Itemize
31139 For 
31140 \series bold
31141
31142 \backslash
31143 framebox
31144 \series default
31145  one can e.
31146 \begin_inset Space \thinspace{}
31147 \end_inset
31148
31149 g.
31150 \begin_inset Space ~
31151 \end_inset
31152
31153 define the command 
31154 \series bold
31155
31156 \backslash
31157 fb
31158 \series default
31159 :
31160 \begin_inset ERT
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164
31165
31166 \backslash
31167 medskip
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \series bold
31174
31175 \begin_inset Newline newline
31176 \end_inset
31177
31178
31179 \backslash
31180 newcommand{
31181 \backslash
31182 fb}[3]{
31183 \backslash
31184 framebox#1#2{$#3$}}
31185 \series default
31186
31187 \begin_inset ERT
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191
31192
31193 \backslash
31194 medskip
31195 \end_layout
31196
31197 \end_inset
31198
31199
31200 \series bold
31201
31202 \begin_inset Newline newline
31203 \end_inset
31204
31205
31206 \series default
31207 The two Dollar signs creates the extra formula needed for 
31208 \series bold
31209
31210 \backslash
31211 framebox
31212 \series default
31213 , see 
31214 \begin_inset CommandInset ref
31215 LatexCommand ref
31216 reference "sub:Boxes-with-Frame"
31217
31218 \end_inset
31219
31220 .
31221 \end_layout
31222
31223 \begin_layout Itemize
31224 To create a new command for 
31225 \series bold
31226
31227 \backslash
31228 fcolorbox
31229 \series default
31230  where the color for the box needn't to be specified, the argument for the
31231  color is defined optional:
31232 \begin_inset ERT
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236
31237
31238 \backslash
31239 medskip
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \series bold
31246
31247 \begin_inset Newline newline
31248 \end_inset
31249
31250
31251 \backslash
31252 newcommand{
31253 \backslash
31254 cb}[3][white]{
31255 \backslash
31256 fcolorbox{#2}{#1}{$#3$}}
31257 \series default
31258
31259 \begin_inset ERT
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263
31264
31265 \backslash
31266 medskip
31267 \end_layout
31268
31269 \end_inset
31270
31271
31272 \begin_inset Newline newline
31273 \end_inset
31274
31275 When the color is not specified when using 
31276 \series bold
31277
31278 \backslash
31279 cb
31280 \series default
31281 , the predefined color 
31282 \series bold
31283 white
31284 \series default
31285  will be used.
31286 \end_layout
31287
31288 \begin_layout Standard
31289 A test of the new defined commands:
31290 \end_layout
31291
31292 \begin_layout Standard
31293 \align center
31294 \begin_inset Tabular
31295 <lyxtabular version="3" rows="6" columns="2">
31296 <features>
31297 <column alignment="center" valignment="top" width="0">
31298 <column alignment="center" valignment="top" width="0">
31299 <row>
31300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304 Command
31305 \end_layout
31306
31307 \end_inset
31308 </cell>
31309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31310 \begin_inset Text
31311
31312 \begin_layout Plain Layout
31313 Result
31314 \begin_inset Note Note
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318
31319 \series bold
31320
31321 \backslash
31322 raisebox
31323 \series default
31324  is only used as spacer.
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \end_inset
31333 </cell>
31334 </row>
31335 <row>
31336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31337 \begin_inset Text
31338
31339 \begin_layout Plain Layout
31340 A
31341 \backslash
31342 gr
31343 \begin_inset ERT
31344 status collapsed
31345
31346 \begin_layout Plain Layout
31347
31348
31349 \backslash
31350 spce 
31351 \end_layout
31352
31353 \end_inset
31354
31355 B
31356 \end_layout
31357
31358 \end_inset
31359 </cell>
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Plain Layout
31364 \begin_inset Formula $A\gr  B$
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \end_inset
31371 </cell>
31372 </row>
31373 <row>
31374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Plain Layout
31378
31379 \backslash
31380 us{ABcd
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31386 \begin_inset Text
31387
31388 \begin_layout Plain Layout
31389 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
31390 \end_inset
31391
31392
31393 \end_layout
31394
31395 \end_inset
31396 </cell>
31397 </row>
31398 <row>
31399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31400 \begin_inset Text
31401
31402 \begin_layout Plain Layout
31403
31404 \backslash
31405 fb{[2cm]
31406 \begin_inset Formula $\to$
31407 \end_inset
31408
31409
31410 \backslash
31411 {
31412 \begin_inset Formula $\to$
31413 \end_inset
31414
31415
31416 \backslash
31417 {
31418 \backslash
31419 int
31420 \begin_inset ERT
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424
31425
31426 \backslash
31427 spce 
31428 \end_layout
31429
31430 \end_inset
31431
31432 A=B
31433 \end_layout
31434
31435 \end_inset
31436 </cell>
31437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31438 \begin_inset Text
31439
31440 \begin_layout Plain Layout
31441 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \end_inset
31448 </cell>
31449 </row>
31450 <row>
31451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31452 \begin_inset Text
31453
31454 \begin_layout Plain Layout
31455
31456 \backslash
31457 cb{red
31458 \begin_inset Formula $\to$
31459 \end_inset
31460
31461
31462 \backslash
31463 {
31464 \backslash
31465 int
31466 \begin_inset ERT
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470
31471
31472 \backslash
31473 spce 
31474 \end_layout
31475
31476 \end_inset
31477
31478 A=B
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
31488 \end_inset
31489
31490
31491 \end_layout
31492
31493 \end_inset
31494 </cell>
31495 </row>
31496 <row>
31497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31498 \begin_inset Text
31499
31500 \begin_layout Plain Layout
31501
31502 \backslash
31503 cb[green]
31504 \backslash
31505 {red
31506 \begin_inset Formula $\to$
31507 \end_inset
31508
31509
31510 \backslash
31511 {
31512 \backslash
31513 int
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519
31520 \backslash
31521 spce 
31522 \end_layout
31523
31524 \end_inset
31525
31526 A=B
31527 \end_layout
31528
31529 \end_inset
31530 </cell>
31531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31532 \begin_inset Text
31533
31534 \begin_layout Plain Layout
31535 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 </row>
31544 </lyxtabular>
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Section
31552 Diagrams
31553 \begin_inset Index
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557 Diagrams
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \begin_layout Standard
31566 To create diagrams, the LaTeX-package 
31567 \series bold
31568 amscd
31569 \begin_inset Foot
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573
31574 \series bold
31575 amscd
31576 \series default
31577  is part of every LaTeX standard installation.
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \series default
31584
31585 \begin_inset Index
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589 Packages ! amscd
31590 \end_layout
31591
31592 \end_inset
31593
31594  is needed.
31595  It is loaded in the LaTeX-preamble with the line
31596 \end_layout
31597
31598 \begin_layout Standard
31599
31600 \series bold
31601
31602 \backslash
31603 usepackage{amscd}
31604 \end_layout
31605
31606 \begin_layout Standard
31607 Diagrams visualize relations and look like this:
31608 \begin_inset Formula \[
31609 \begin{CD}A@>>>B@>>>C\\
31610 @AAA@.@VVV\\
31611 F@<<<E@<<<D\end{CD}\]
31612
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \begin_layout Standard
31619 To get them, the command 
31620 \series bold
31621
31622 \backslash
31623 CD
31624 \begin_inset Index
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628 Commands ! C ! 
31629 \backslash
31630 CD
31631 \end_layout
31632
31633 \end_inset
31634
31635
31636 \series default
31637  is inserted to a formula.
31638  A blue box appears with two dashed lines where further commands can be
31639  inserted.
31640  With 
31641 \family sans
31642 Ctrl-Return
31643 \family default
31644  a new line is created.
31645  Horizontal relations are inserted in odd, vertical in even formula lines.
31646 \end_layout
31647
31648 \begin_layout Standard
31649 To create the relations there are the following commands:
31650 \end_layout
31651
31652 \begin_layout Itemize
31653
31654 \series bold
31655 @<<<
31656 \series default
31657  creates a left arrow, 
31658 \series bold
31659 @>>>
31660 \series default
31661  a right arrow, and 
31662 \series bold
31663 @=
31664 \series default
31665  a long equal sign
31666 \end_layout
31667
31668 \begin_layout Itemize
31669
31670 \series bold
31671 @AAA
31672 \series default
31673  creates an up arrow, 
31674 \series bold
31675 @VVV
31676 \series default
31677  an down arrow, and 
31678 \series bold
31679 @|
31680 \series default
31681  a vertical equal sign
31682 \end_layout
31683
31684 \begin_layout Itemize
31685
31686 \series bold
31687 @.
31688
31689 \series default
31690  is a placeholder for non-existent relations
31691 \end_layout
31692
31693 \begin_layout Standard
31694 All arrows can be labeled as follows:
31695 \end_layout
31696
31697 \begin_layout Itemize
31698 Is text inserted between the first and second < or >, resp., it is placed
31699  above the arrow.
31700  When it is inserted between the second and third one, it appears under
31701  the arrow.
31702 \end_layout
31703
31704 \begin_layout Itemize
31705 When text for vertical arrows is inserted between the first and second A
31706  or V, resp., it is placed left beside the arrow.
31707  When it is inserted between the second and third one, it appears right
31708  beside the arrow.
31709  If the text contains an A or V, these letters must be set into a TeX-brace.
31710 \end_layout
31711
31712 \begin_layout Standard
31713 As example a diagram with all possible relations:
31714 \end_layout
31715
31716 \begin_layout Standard
31717 \begin_inset Formula \[
31718 \begin{CD}A@>j>>B@>>k>C@=F\\
31719 @AmAA@.@VV{V}V@|\\
31720 D@<<j<E@>k>>F@=C\end{CD}\]
31721
31722 \end_inset
31723
31724
31725 \end_layout
31726
31727 \begin_layout Standard
31728 The command for this is:
31729 \begin_inset Newline newline
31730 \end_inset
31731
31732
31733 \series bold
31734
31735 \backslash
31736 CD
31737 \begin_inset ERT
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741
31742
31743 \backslash
31744 spce 
31745 \end_layout
31746
31747 \end_inset
31748
31749 A@>j>>B@>>k>C@=F Ctrl-Enter
31750 \begin_inset Newline newline
31751 \end_inset
31752
31753
31754 \begin_inset ERT
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758
31759
31760 \backslash
31761 hphantom{
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \backslash
31768 CD
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774
31775 \backslash
31776 spce 
31777 \end_layout
31778
31779 \end_inset
31780
31781
31782 \begin_inset ERT
31783 status collapsed
31784
31785 \begin_layout Plain Layout
31786
31787 }
31788 \end_layout
31789
31790 \end_inset
31791
31792 @AmAA@.@VV
31793 \backslash
31794 {V
31795 \series default
31796
31797 \begin_inset Formula $\to$
31798 \end_inset
31799
31800
31801 \series bold
31802 V@| Ctrl-Enter
31803 \begin_inset Newline newline
31804 \end_inset
31805
31806
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 hphantom{
31815 \end_layout
31816
31817 \end_inset
31818
31819
31820 \backslash
31821 CD
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827
31828 \backslash
31829 spce 
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \begin_inset ERT
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839
31840 }
31841 \end_layout
31842
31843 \end_inset
31844
31845 D@<<j<E@>k>>F@=C
31846 \end_layout
31847
31848 \begin_layout Standard
31849 \begin_inset Newpage newpage
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \begin_layout Section
31856 Tips
31857 \begin_inset ERT
31858 status collapsed
31859
31860 \begin_layout Plain Layout
31861
31862
31863 \backslash
31864 texorpdfstring{
31865 \end_layout
31866
31867 \end_inset
31868
31869
31870 \begin_inset Foot
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874 Other useful math tips can be found in 
31875 \begin_inset CommandInset citation
31876 LatexCommand cite
31877 key "Voss"
31878
31879 \end_inset
31880
31881 .
31882 \end_layout
31883
31884 \end_inset
31885
31886
31887 \begin_inset ERT
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891
31892 }{}
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \begin_inset Note Note
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902
31903 \backslash
31904 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31905 \end_layout
31906
31907 \begin_layout Plain Layout
31908 More about 
31909 \backslash
31910 texorpdfstring is in section 
31911 \begin_inset CommandInset ref
31912 LatexCommand ref
31913 reference "sub:Formulas-in-Section"
31914
31915 \end_inset
31916
31917 .
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \begin_inset Index
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927 Tips
31928 \end_layout
31929
31930 \end_inset
31931
31932
31933 \begin_inset Index
31934 status collapsed
31935
31936 \begin_layout Plain Layout
31937 Ions|see
31938 \begin_inset ERT
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943 {
31944 \end_layout
31945
31946 \end_inset
31947
31948 Chemical characters
31949 \begin_inset ERT
31950 status collapsed
31951
31952 \begin_layout Plain Layout
31953
31954 }
31955 \end_layout
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \end_inset
31963
31964
31965 \end_layout
31966
31967 \begin_layout Subsection
31968 Chemical Symbols and Equations
31969 \begin_inset CommandInset label
31970 LatexCommand label
31971 name "sub:Chemical-Symbols-and"
31972
31973 \end_inset
31974
31975
31976 \begin_inset Index
31977 status collapsed
31978
31979 \begin_layout Plain Layout
31980 Chemical characters ! Symbols
31981 \end_layout
31982
31983 \end_inset
31984
31985
31986 \begin_inset Index
31987 status collapsed
31988
31989 \begin_layout Plain Layout
31990 Chemical equations
31991 \end_layout
31992
31993 \end_inset
31994
31995
31996 \begin_inset Index
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000 Symbols ! chemical
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Standard
32009 An example text from chemistry:
32010 \end_layout
32011
32012 \begin_layout Quote
32013 The 
32014 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32015 \end_inset
32016
32017 -ion reacts with two 
32018 \begin_inset Formula $\mathrm{Na^{+}}$
32019 \end_inset
32020
32021 -ions to sodium sulfate 
32022 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32023 \end_inset
32024
32025 .
32026  The chemical equation for this is:
32027 \begin_inset Formula \[
32028 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32029
32030 \end_inset
32031
32032
32033 \end_layout
32034
32035 \begin_layout Standard
32036 This chemical equation can directly be created as formula.
32037  To avoid that the symbols appear italic, everything is highlighted and
32038  changed by the shortcut 
32039 \family sans
32040 Alt-c
32041 \begin_inset Space ~
32042 \end_inset
32043
32044 r
32045 \family default
32046  to the upright font style.
32047 \begin_inset Foot
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051 font styles
32052 \series bold
32053  
32054 \series default
32055 see 
32056 \begin_inset CommandInset ref
32057 LatexCommand ref
32058 reference "sub:Font-Styles"
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Subsection
32071 Negative Numbers
32072 \begin_inset Index
32073 status collapsed
32074
32075 \begin_layout Plain Layout
32076 Numbers ! negative
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \end_layout
32083
32084 \begin_layout Standard
32085 Negative numbers often look ugly in formulas because the minus sign before
32086  the number is set with the same length as the minus operator sign.
32087  When writing the negative number in normal text, the minus sign appears
32088  correctly.
32089 \end_layout
32090
32091 \begin_layout Standard
32092 Thus, the problem disappears when converting the minus sign to mathematical
32093  text.
32094 \end_layout
32095
32096 \begin_layout Standard
32097 An example to visualize the problem:
32098 \end_layout
32099
32100 \begin_layout Standard
32101 \align center
32102 \begin_inset Tabular
32103 <lyxtabular version="3" rows="3" columns="2">
32104 <features>
32105 <column alignment="right" valignment="top" width="0">
32106 <column alignment="left" valignment="top" width="0">
32107 <row>
32108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112 normal text:
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Plain Layout
32121 x = -2
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 </row>
32127 <row>
32128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32129 \begin_inset Text
32130
32131 \begin_layout Plain Layout
32132 formula:
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141 \begin_inset Formula $x=-2$
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \end_inset
32148 </cell>
32149 </row>
32150 <row>
32151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Plain Layout
32155 solution:
32156 \end_layout
32157
32158 \end_inset
32159 </cell>
32160 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164 \begin_inset Formula $x=\textrm{-}2$
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 </row>
32173 </lyxtabular>
32174
32175 \end_inset
32176
32177
32178 \end_layout
32179
32180 \begin_layout Subsection
32181 Comma as Decimal Separator
32182 \begin_inset Index
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186 Comma
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \begin_layout Standard
32195 In LaTeX a comma inside a formula is used, according to the English convention,
32196  as number group separator.
32197  So there will be space added behind all commas in formulas.
32198 \end_layout
32199
32200 \begin_layout Standard
32201 To avoid this, the comma is highlighted and changed to mathematical text
32202  (shortcut 
32203 \family sans
32204 Alt-m
32205 \begin_inset Space ~
32206 \end_inset
32207
32208 m
32209 \family default
32210 ).
32211 \end_layout
32212
32213 \begin_layout Standard
32214 To use all formula commas in the document as decimal separator, the file
32215  
32216 \series bold
32217 icomma.sty
32218 \series default
32219
32220 \begin_inset Foot
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224
32225 \series bold
32226 icomma
32227 \series default
32228  is part of the LaTeX-package 
32229 \series bold
32230 was
32231 \series default
32232
32233 \begin_inset Index
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237 Packages ! was
32238 \begin_inset VSpace 4mm
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \end_inset
32245
32246 .
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \begin_inset Index
32253 status collapsed
32254
32255 \begin_layout Plain Layout
32256 Packages ! icomma
32257 \end_layout
32258
32259 \end_inset
32260
32261  is loaded with the LaTeX-preamble line
32262 \end_layout
32263
32264 \begin_layout Standard
32265
32266 \series bold
32267
32268 \backslash
32269 usepackage{icomma}
32270 \end_layout
32271
32272 \begin_layout Subsection
32273 Physical Vectors
32274 \begin_inset CommandInset label
32275 LatexCommand label
32276 name "sub:Physical-Vectors"
32277
32278 \end_inset
32279
32280
32281 \begin_inset Index
32282 status collapsed
32283
32284 \begin_layout Plain Layout
32285 Vectors ! physical
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \begin_layout Standard
32294 Predefined vectors are offered by the LaTeX-package 
32295 \series bold
32296 braket
32297 \series default
32298
32299 \begin_inset Foot
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303
32304 \series bold
32305 braket
32306 \series default
32307  should be part of every LaTeX standard installation.
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \begin_inset Index
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317 Packages ! braket
32318 \end_layout
32319
32320 \end_inset
32321
32322  that is loaded with the LaTeX-preamble line
32323 \end_layout
32324
32325 \begin_layout Standard
32326
32327 \series bold
32328
32329 \backslash
32330 usepackage{braket}
32331 \end_layout
32332
32333 \begin_layout Standard
32334 \begin_inset ERT
32335 status collapsed
32336
32337 \begin_layout Plain Layout
32338
32339
32340 \backslash
32341 ifbraket 
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \begin_inset Note Note
32348 status open
32349
32350 \begin_layout Plain Layout
32351 The following table will only be displayed when the LaTeX-package 
32352 \series bold
32353 braket
32354 \series default
32355  is installed.
32356 \end_layout
32357
32358 \end_inset
32359
32360 The following commands are defined:
32361 \end_layout
32362
32363 \begin_layout Standard
32364 \align center
32365 \begin_inset Tabular
32366 <lyxtabular version="3" rows="4" columns="2">
32367 <features>
32368 <column alignment="center" valignment="top" width="0">
32369 <column alignment="center" valignment="top" width="0">
32370 <row>
32371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32372 \begin_inset Text
32373
32374 \begin_layout Plain Layout
32375 Command
32376 \end_layout
32377
32378 \end_inset
32379 </cell>
32380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32381 \begin_inset Text
32382
32383 \begin_layout Plain Layout
32384 Result
32385 \end_layout
32386
32387 \end_inset
32388 </cell>
32389 </row>
32390 <row>
32391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32392 \begin_inset Text
32393
32394 \begin_layout Plain Layout
32395
32396 \backslash
32397 Bra{
32398 \backslash
32399 psi
32400 \end_layout
32401
32402 \end_inset
32403 </cell>
32404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32405 \begin_inset Text
32406
32407 \begin_layout Plain Layout
32408 \begin_inset Formula $\Bra {\psi}$
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \end_inset
32415 </cell>
32416 </row>
32417 <row>
32418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422
32423 \backslash
32424 Ket{
32425 \backslash
32426 psi
32427 \end_layout
32428
32429 \end_inset
32430 </cell>
32431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32432 \begin_inset Text
32433
32434 \begin_layout Plain Layout
32435 \begin_inset Formula $\Ket {\psi}$
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \end_inset
32442 </cell>
32443 </row>
32444 <row>
32445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32446 \begin_inset Text
32447
32448 \begin_layout Plain Layout
32449
32450 \backslash
32451 Braket{
32452 \backslash
32453 psi|
32454 \backslash
32455 phi
32456 \end_layout
32457
32458 \end_inset
32459 </cell>
32460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32461 \begin_inset Text
32462
32463 \begin_layout Plain Layout
32464 \begin_inset Formula $\Braket {\psi|\phi}$
32465 \end_inset
32466
32467
32468 \end_layout
32469
32470 \end_inset
32471 </cell>
32472 </row>
32473 </lyxtabular>
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \begin_layout Standard
32481 The command 
32482 \series bold
32483
32484 \backslash
32485 Braket
32486 \series default
32487  assures that all vertical bars are set in the size of the surrounding brackets:
32488 \begin_inset Formula \[
32489 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32490
32491 \end_inset
32492
32493
32494 \begin_inset ERT
32495 status collapsed
32496
32497 \begin_layout Plain Layout
32498
32499
32500 \backslash
32501 else 
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \begin_inset Note Note
32508 status open
32509
32510 \begin_layout Plain Layout
32511 The following will be displayed when the LaTeX-package 
32512 \series bold
32513 braket
32514 \series default
32515  is not installed:
32516 \end_layout
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \begin_layout Standard
32524 You need to install the LaTeX-package 
32525 \series bold
32526 braket
32527 \series default
32528  to see the rest of this subsection in the output.
32529 \end_layout
32530
32531 \begin_layout Standard
32532 \begin_inset ERT
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536
32537
32538 \backslash
32539 fi 
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \begin_layout Standard
32548 The effect of 
32549 \series bold
32550
32551 \backslash
32552 Braket
32553 \series default
32554  can also be achieved using the command 
32555 \series bold
32556
32557 \backslash
32558 middle
32559 \series default
32560 , that is described in 
32561 \begin_inset CommandInset ref
32562 LatexCommand ref
32563 reference "sub:Automatic-Bracket-Size"
32564
32565 \end_inset
32566
32567 .
32568 \end_layout
32569
32570 \begin_layout Subsection
32571 Self-defined Fractions
32572 \begin_inset CommandInset label
32573 LatexCommand label
32574 name "sub:Self-defined-Fractions"
32575
32576 \end_inset
32577
32578
32579 \begin_inset Index
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583 Fractions ! self-defined
32584 \end_layout
32585
32586 \end_inset
32587
32588
32589 \end_layout
32590
32591 \begin_layout Standard
32592 To define custom commands for fractions, the command 
32593 \series bold
32594
32595 \backslash
32596 genfrac
32597 \series default
32598
32599 \begin_inset Index
32600 status collapsed
32601
32602 \begin_layout Plain Layout
32603 Commands ! G ! 
32604 \backslash
32605 genfrac
32606 \end_layout
32607
32608 \end_inset
32609
32610  is used in the following scheme:
32611 \end_layout
32612
32613 \begin_layout Standard
32614
32615 \series bold
32616
32617 \backslash
32618 genfrac{left
32619 \series default
32620  
32621 \series bold
32622 bracket}{right
32623 \series default
32624  
32625 \series bold
32626 bracket}{fraction bar thickness}{style}
32627 \begin_inset Newline newline
32628 \end_inset
32629
32630
32631 \begin_inset ERT
32632 status collapsed
32633
32634 \begin_layout Plain Layout
32635
32636
32637 \backslash
32638 phantom{
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \backslash
32645 genfrac
32646 \begin_inset ERT
32647 status collapsed
32648
32649 \begin_layout Plain Layout
32650
32651 }
32652 \end_layout
32653
32654 \end_inset
32655
32656 {numerator}{denominator}
32657 \end_layout
32658
32659 \begin_layout Standard
32660 The style is a number in the range of 0
32661 \begin_inset Space \thinspace{}
32662 \end_inset
32663
32664 -
32665 \begin_inset Space \thinspace{}
32666 \end_inset
32667
32668 3.
32669 \end_layout
32670
32671 \begin_layout Standard
32672 \align center
32673 \begin_inset Tabular
32674 <lyxtabular version="3" rows="5" columns="2">
32675 <features>
32676 <column alignment="center" valignment="top" width="0">
32677 <column alignment="center" valignment="top" width="0">
32678 <row>
32679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32680 \begin_inset Text
32681
32682 \begin_layout Plain Layout
32683 Number
32684 \end_layout
32685
32686 \end_inset
32687 </cell>
32688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout Plain Layout
32692 Style (Size)
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 </row>
32698 <row>
32699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32700 \begin_inset Text
32701
32702 \begin_layout Plain Layout
32703 0
32704 \end_layout
32705
32706 \end_inset
32707 </cell>
32708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32709 \begin_inset Text
32710
32711 \begin_layout Plain Layout
32712 display style formula
32713 \end_layout
32714
32715 \end_inset
32716 </cell>
32717 </row>
32718 <row>
32719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32720 \begin_inset Text
32721
32722 \begin_layout Plain Layout
32723 1
32724 \end_layout
32725
32726 \end_inset
32727 </cell>
32728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732 inline formula
32733 \end_layout
32734
32735 \end_inset
32736 </cell>
32737 </row>
32738 <row>
32739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32740 \begin_inset Text
32741
32742 \begin_layout Plain Layout
32743 2
32744 \end_layout
32745
32746 \end_inset
32747 </cell>
32748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32749 \begin_inset Text
32750
32751 \begin_layout Plain Layout
32752 small
32753 \end_layout
32754
32755 \end_inset
32756 </cell>
32757 </row>
32758 <row>
32759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32760 \begin_inset Text
32761
32762 \begin_layout Plain Layout
32763 3
32764 \end_layout
32765
32766 \end_inset
32767 </cell>
32768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32769 \begin_inset Text
32770
32771 \begin_layout Plain Layout
32772 tiny
32773 \end_layout
32774
32775 \end_inset
32776 </cell>
32777 </row>
32778 </lyxtabular>
32779
32780 \end_inset
32781
32782
32783 \end_layout
32784
32785 \begin_layout Standard
32786 When no style is given, the size is adjusted to the surrounding environment
32787  like for the command 
32788 \series bold
32789
32790 \backslash
32791 frac
32792 \series default
32793 .
32794 \end_layout
32795
32796 \begin_layout Standard
32797 When no fraction bar thickness is given, the predefined value of 0.4
32798 \begin_inset Space \thinspace{}
32799 \end_inset
32800
32801 pt will be used.
32802 \end_layout
32803
32804 \begin_layout Standard
32805 \begin_inset VSpace medskip
32806 \end_inset
32807
32808 For example, the commands 
32809 \series bold
32810
32811 \backslash
32812 dfrac
32813 \series default
32814  and 
32815 \series bold
32816
32817 \backslash
32818 tbinom
32819 \series default
32820  from 
32821 \begin_inset CommandInset ref
32822 LatexCommand ref
32823 reference "sub:Fractions"
32824
32825 \end_inset
32826
32827  are defined with the commands
32828 \end_layout
32829
32830 \begin_layout Standard
32831
32832 \series bold
32833
32834 \backslash
32835 newcommand{
32836 \backslash
32837 dfrac}[2]{
32838 \backslash
32839 genfrac{}{}{}{0}{#1}{#2}}
32840 \end_layout
32841
32842 \begin_layout Standard
32843 and
32844 \end_layout
32845
32846 \begin_layout Standard
32847
32848 \series bold
32849
32850 \backslash
32851 newcommand{
32852 \backslash
32853 tbinom}[2]{
32854 \backslash
32855 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32856 \end_layout
32857
32858 \begin_layout Standard
32859 \begin_inset VSpace medskip
32860 \end_inset
32861
32862 To define a fraction where the fraction bar thickness can be given as optional
32863  argument, the following line is inserted to the LaTeX-preamble:
32864 \end_layout
32865
32866 \begin_layout Standard
32867
32868 \series bold
32869
32870 \backslash
32871 newcommand{
32872 \backslash
32873 fracS}[3][]{
32874 \backslash
32875 genfrac{}{}{#1}{}{#2}{#3}}
32876 \end_layout
32877
32878 \begin_layout Standard
32879 A test:
32880 \begin_inset Formula \begin{align*}
32881 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32882 \text{Result} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
32883
32884 \end_inset
32885
32886 As one can see, the distance of the numerator and the denominator to the
32887  fraction bar is round about three times the bar thickness.
32888 \end_layout
32889
32890 \begin_layout Subsection
32891 Canceled Formulas
32892 \begin_inset CommandInset label
32893 LatexCommand label
32894 name "sub:Canceled-Formulas"
32895
32896 \end_inset
32897
32898
32899 \begin_inset Index
32900 status collapsed
32901
32902 \begin_layout Plain Layout
32903 Formula ! canceled
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \begin_layout Standard
32912 To cancel formulas or formula parts, the LaTeX-package 
32913 \series bold
32914 cancel
32915 \series default
32916
32917 \begin_inset Foot
32918 status collapsed
32919
32920 \begin_layout Plain Layout
32921
32922 \series bold
32923 cancel
32924 \series default
32925  is part of every LaTeX standard installation.
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \begin_inset Index
32932 status collapsed
32933
32934 \begin_layout Plain Layout
32935 Packages ! cancel
32936 \end_layout
32937
32938 \end_inset
32939
32940  has to be loaded with the LaTeX-preamble line
32941 \end_layout
32942
32943 \begin_layout Standard
32944
32945 \series bold
32946
32947 \backslash
32948 usepackage[samesize]{cancel}
32949 \end_layout
32950
32951 \begin_layout Standard
32952 There are four ways to cancel formulas:
32953 \end_layout
32954
32955 \begin_layout Standard
32956 \align center
32957 \begin_inset Tabular
32958 <lyxtabular version="3" rows="5" columns="2">
32959 <features>
32960 <column alignment="center" valignment="top" width="0">
32961 <column alignment="center" valignment="top" width="0">
32962 <row>
32963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 Command
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 Result
32977 \begin_inset Note Note
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981
32982 \series bold
32983
32984 \backslash
32985 hspace
32986 \series default
32987  and
32988 \series bold
32989  
32990 \backslash
32991 raisebox
32992 \series default
32993  are used here as spacer.
32994 \end_layout
32995
32996 \end_inset
32997
32998
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 </row>
33004 <row>
33005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009
33010 \backslash
33011 cancel{
33012 \backslash
33013 int
33014 \begin_inset ERT
33015 status collapsed
33016
33017 \begin_layout Plain Layout
33018
33019
33020 \backslash
33021 spce 
33022 \end_layout
33023
33024 \end_inset
33025
33026 A=B
33027 \end_layout
33028
33029 \end_inset
33030 </cell>
33031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33032 \begin_inset Text
33033
33034 \begin_layout Plain Layout
33035 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \end_inset
33042 </cell>
33043 </row>
33044 <row>
33045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33046 \begin_inset Text
33047
33048 \begin_layout Plain Layout
33049
33050 \backslash
33051 bcancel{
33052 \backslash
33053 int
33054 \begin_inset ERT
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058
33059
33060 \backslash
33061 spce 
33062 \end_layout
33063
33064 \end_inset
33065
33066 A=B
33067 \end_layout
33068
33069 \end_inset
33070 </cell>
33071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33072 \begin_inset Text
33073
33074 \begin_layout Plain Layout
33075 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33076 \end_inset
33077
33078
33079 \end_layout
33080
33081 \end_inset
33082 </cell>
33083 </row>
33084 <row>
33085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089
33090 \backslash
33091 xcancel{
33092 \backslash
33093 int
33094 \begin_inset ERT
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098
33099
33100 \backslash
33101 spce 
33102 \end_layout
33103
33104 \end_inset
33105
33106 A=B
33107 \end_layout
33108
33109 \end_inset
33110 </cell>
33111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 </row>
33124 <row>
33125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129
33130 \backslash
33131 cancelto{1
33132 \begin_inset Formula $\to$
33133 \end_inset
33134
33135
33136 \backslash
33137 {
33138 \backslash
33139 int
33140 \begin_inset ERT
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144
33145
33146 \backslash
33147 spce 
33148 \end_layout
33149
33150 \end_inset
33151
33152 A=B
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 </row>
33170 </lyxtabular>
33171
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \begin_layout Standard
33178
33179 \series bold
33180
33181 \backslash
33182 cancelto
33183 \series default
33184  is especially suitable to visualize the reduction of fractions within formulas:
33185 \begin_inset Formula \[
33186 \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}}}\]
33187
33188 \end_inset
33189
33190
33191 \end_layout
33192
33193 \begin_layout Subsection
33194 Formulas in Section Headings
33195 \begin_inset CommandInset label
33196 LatexCommand label
33197 name "sub:Formulas-in-Section"
33198
33199 \end_inset
33200
33201
33202 \begin_inset Index
33203 status collapsed
33204
33205 \begin_layout Plain Layout
33206 Formula ! in section headings
33207 \end_layout
33208
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \begin_layout Standard
33215 When formulas are used in section headings, the following has to be taken
33216  into account:
33217 \end_layout
33218
33219 \begin_layout Standard
33220 \begin_inset Note Greyedout
33221 status open
33222
33223 \begin_layout Plain Layout
33224 When 
33225 \series bold
33226 hyperref
33227 \series default
33228
33229 \begin_inset Index
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233 Packages ! hyperref
33234 \end_layout
33235
33236 \end_inset
33237
33238  support is enabled in the document settings dialog under 
33239 \family sans
33240 PDF
33241 \begin_inset Space ~
33242 \end_inset
33243
33244 Properties
33245 \family default
33246 , PDF-bookmarks are created for every section heading in the table of contents.
33247  If a section heading contains formulas, they are incorrectly displayed
33248  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33249 s.
33250 \end_layout
33251
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \begin_layout Standard
33258 Both problems can be solved by inserting at the end of the section heading
33259  a short title with the menu 
33260 \family sans
33261 Insert\SpecialChar \menuseparator
33262 Short
33263 \begin_inset Space ~
33264 \end_inset
33265
33266 Title
33267 \family default
33268 .
33269  Short titles are used as alternative for multiline section headings to
33270  keep the table of contents clearly arranged.
33271  Only the short title appears in the table of contents and therefore also
33272  in the PDF-bookmark.
33273 \end_layout
33274
33275 \begin_layout Standard
33276 When formulas should be used in the table of contents but 
33277 \series bold
33278 hyperref
33279 \series default
33280  is used, one can use the following command in TeX-mode:
33281 \end_layout
33282
33283 \begin_layout Standard
33284
33285 \series bold
33286
33287 \backslash
33288 texorpdfstring{part}{alternative}
33289 \begin_inset Index
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293 Commands ! T ! 
33294 \backslash
33295 texorpdfstring
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \end_layout
33302
33303 \begin_layout Standard
33304 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33305  This can be characters, formulas, footnotes, but also cross-references.
33306  The alternative is used instead of the part for the bookmark.
33307 \end_layout
33308
33309 \begin_layout Standard
33310 Here are two example headings:
33311 \begin_inset VSpace -3mm
33312 \end_inset
33313
33314
33315 \begin_inset ERT
33316 status collapsed
33317
33318 \begin_layout Plain Layout
33319
33320
33321 \backslash
33322 boldmath 
33323 \end_layout
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Subsubsection
33331 Heading without formula in table of contents 
33332 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33333 \end_inset
33334
33335
33336 \begin_inset OptArg
33337 status collapsed
33338
33339 \begin_layout Plain Layout
33340 Heading without formula in table of contents
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \begin_layout Subsubsection
33349 Heading with formula in table of contents
33350 \begin_inset ERT
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354
33355
33356 \backslash
33357 texorpdfstring{
33358 \end_layout
33359
33360 \end_inset
33361
33362  
33363 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33364 \end_inset
33365
33366
33367 \begin_inset ERT
33368 status collapsed
33369
33370 \begin_layout Plain Layout
33371
33372 }{}
33373 \end_layout
33374
33375 \end_inset
33376
33377
33378 \end_layout
33379
33380 \begin_layout Standard
33381 \begin_inset ERT
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385
33386
33387 \backslash
33388 unboldmath 
33389 \end_layout
33390
33391 \end_inset
33392
33393 In the first heading a short title was used, in the second one 
33394 \series bold
33395
33396 \backslash
33397 texorpdfstring
33398 \series default
33399 .
33400 \end_layout
33401
33402 \begin_layout Standard
33403 To get the same formatting as for the other headings, the complete heading
33404  was set into a 
33405 \series bold
33406 boldmath environment
33407 \series default
33408
33409 \begin_inset Foot
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413 see 
33414 \begin_inset CommandInset ref
33415 LatexCommand ref
33416 reference "sub:Bold-Formulas"
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \end_inset
33424
33425 .
33426 \end_layout
33427
33428 \begin_layout Subsection
33429 Formulas in multi-column Text
33430 \begin_inset Index
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 Formula ! in multi-column text
33435 \end_layout
33436
33437 \end_inset
33438
33439
33440 \end_layout
33441
33442 \begin_layout Standard
33443 Formulas in multi-column text are often too wide to fit into a column and
33444  thus need to be set over the whole page width.
33445  This is done by using the LaTeX-package 
33446 \series bold
33447 multicol
33448 \series default
33449
33450 \begin_inset Foot
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454
33455 \series bold
33456 multicol
33457 \series default
33458  is part of every LaTeX standard installation.
33459 \end_layout
33460
33461 \end_inset
33462
33463
33464 \begin_inset Index
33465 status collapsed
33466
33467 \begin_layout Plain Layout
33468 Packages ! multicol
33469 \end_layout
33470
33471 \end_inset
33472
33473 , that is loaded with the LaTeX-preamble line
33474 \end_layout
33475
33476 \begin_layout Standard
33477
33478 \series bold
33479
33480 \backslash
33481 usepackage{multicol}
33482 \end_layout
33483
33484 \begin_layout Standard
33485 \begin_inset Note Greyedout
33486 status open
33487
33488 \begin_layout Plain Layout
33489 Note herby that the setting 
33490 \family sans
33491 Two-column
33492 \begin_inset Space ~
33493 \end_inset
33494
33495 document
33496 \family default
33497  in the menu 
33498 \family sans
33499 Document\SpecialChar \menuseparator
33500 Settings
33501 \family default
33502  under 
33503 \family sans
33504 Text
33505 \begin_inset Space ~
33506 \end_inset
33507
33508 Layout
33509 \family default
33510 \emph on
33511  
33512 \emph default
33513 must 
33514 \emph on
33515 not
33516 \emph default
33517  be selected.
33518 \end_layout
33519
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \begin_layout Standard
33526 Before the multi-column text the command
33527 \end_layout
33528
33529 \begin_layout Standard
33530
33531 \series bold
33532
33533 \backslash
33534 begin{multicols}{column number}
33535 \end_layout
33536
33537 \begin_layout Standard
33538 is written in TeX-mode.
33539  The column number is a number in the range of 2
33540 \begin_inset Space \thinspace{}
33541 \end_inset
33542
33543 -
33544 \begin_inset Space \thinspace{}
33545 \end_inset
33546
33547 10.
33548  Before the formula the multi-column text is ended by inserting the command
33549 \end_layout
33550
33551 \begin_layout Standard
33552
33553 \series bold
33554
33555 \backslash
33556 end{multicols}
33557 \end_layout
33558
33559 \begin_layout Standard
33560 in TeX-mode.
33561 \end_layout
33562
33563 \begin_layout Standard
33564 Due to the command some space is automatically added before the formula.
33565  To revert this, -6
33566 \begin_inset Space \thinspace{}
33567 \end_inset
33568
33569 mm vertical space is inserted before the formula.
33570  When the formula style 
33571 \series bold
33572 Indented
33573 \begin_inset Foot
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577 formula styles see 
33578 \begin_inset CommandInset ref
33579 LatexCommand ref
33580 reference "sec:Formula-Styles"
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \end_inset
33588
33589
33590 \series default
33591  is used, -9
33592 \begin_inset Space \thinspace{}
33593 \end_inset
33594
33595 mm space is inserted instead.
33596 \end_layout
33597
33598 \begin_layout Standard
33599 As example a multi-column text with a displayed formula:
33600 \end_layout
33601
33602 \begin_layout Standard
33603 \begin_inset ERT
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607
33608
33609 \backslash
33610 begin{multicols}{2}
33611 \end_layout
33612
33613 \end_inset
33614
33615 Das Spektrum wird fouriertransformiert.
33616  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33617 , Lösungsmittel) zu trennen.
33618  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33619  nun das Aussehen des Ausgangssignals.
33620  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33621  über alle Phasen integrieren muss.
33622  Sei nun 
33623 \begin_inset Formula $S$
33624 \end_inset
33625
33626  unser normiertes Ausgangssignal and 
33627 \begin_inset Formula $P$
33628 \end_inset
33629
33630  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33631 \begin_inset ERT
33632 status collapsed
33633
33634 \begin_layout Plain Layout
33635
33636
33637 \backslash
33638 end{multicols}
33639 \end_layout
33640
33641 \end_inset
33642
33643
33644 \begin_inset VSpace -6mm
33645 \end_inset
33646
33647
33648 \begin_inset Formula \begin{equation}
33649 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33650
33651 \end_inset
33652
33653
33654 \begin_inset ERT
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658
33659
33660 \backslash
33661 begin{multicols}{2}
33662 \end_layout
33663
33664 \end_inset
33665
33666 wobei 
33667 \begin_inset Formula $S_{0}$
33668 \end_inset
33669
33670  das Signal ohne Gradient ist and the Normierungsbedingung 
33671 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33672 \end_inset
33673
33674  gilt.
33675  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33676  Direkt nach the 
33677 \begin_inset Formula $\nicefrac{\pi}{2}$
33678 \end_inset
33679
33680
33681 \begin_inset Space \thinspace{}
33682 \end_inset
33683
33684 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33685  das Signal zusätzlich abschwächt.
33686  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33687  
33688 \begin_inset Formula $T_{2}$
33689 \end_inset
33690
33691 -Zeit.
33692 \end_layout
33693
33694 \begin_layout Standard
33695 \begin_inset ERT
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699
33700
33701 \backslash
33702 end{multicols}
33703 \end_layout
33704
33705 \end_inset
33706
33707  
33708 \end_layout
33709
33710 \begin_layout Subsection
33711 Formulas with Description of Variables
33712 \begin_inset Index
33713 status collapsed
33714
33715 \begin_layout Plain Layout
33716 Formula ! with description of variables
33717 \end_layout
33718
33719 \end_inset
33720
33721
33722 \end_layout
33723
33724 \begin_layout Standard
33725 To describe variables within a formula, like in formula 
33726 \begin_inset CommandInset ref
33727 LatexCommand eqref
33728 reference "eq:within"
33729
33730 \end_inset
33731
33732 , a 2
33733 \series bold
33734 ×
33735 \series default
33736
33737 \begin_inset Formula $n$
33738 \end_inset
33739
33740
33741 \begin_inset Space ~
33742 \end_inset
33743
33744 matrix is used with left aligned columns for the 
33745 \begin_inset Formula $n$
33746 \end_inset
33747
33748  used variables.
33749 \begin_inset Foot
33750 status collapsed
33751
33752 \begin_layout Plain Layout
33753 matrices see 
33754 \begin_inset CommandInset ref
33755 LatexCommand ref
33756 reference "sec:Matrices"
33757
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \end_inset
33764
33765  To set the description in a smaller size, before the matrix e.
33766 \begin_inset Space \thinspace{}
33767 \end_inset
33768
33769 g.
33770 \begin_inset Space ~
33771 \end_inset
33772
33773 the command 
33774 \series bold
33775
33776 \backslash
33777 footnotesize
33778 \series default
33779  is inserted.
33780 \begin_inset Foot
33781 status collapsed
33782
33783 \begin_layout Plain Layout
33784 font sizes see 
33785 \begin_inset CommandInset ref
33786 LatexCommand ref
33787 reference "sub:Font-Sizes"
33788
33789 \end_inset
33790
33791
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Standard
33800 When the formula style 
33801 \series bold
33802 Indented
33803 \begin_inset Foot
33804 status collapsed
33805
33806 \begin_layout Plain Layout
33807 formula styles see 
33808 \begin_inset CommandInset ref
33809 LatexCommand ref
33810 reference "sec:Formula-Styles"
33811
33812 \end_inset
33813
33814
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \series default
33821  is used, a 
33822 \series bold
33823
33824 \backslash
33825 hfill
33826 \series default
33827
33828 \begin_inset Foot
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832
33833 \series bold
33834
33835 \backslash
33836 hfill
33837 \series default
33838  only works in formulas with the style 
33839 \series bold
33840 Indented
33841 \series default
33842 , see 
33843 \begin_inset CommandInset ref
33844 LatexCommand ref
33845 reference "sub:Variable-Space"
33846
33847 \end_inset
33848
33849 .
33850 \end_layout
33851
33852 \end_inset
33853
33854  is inserted before and after the matrix to have the same separation of
33855  the matrix from the equation and the side margin.
33856 \end_layout
33857
33858 \begin_layout Standard
33859 When the formula style 
33860 \series bold
33861 Centered
33862 \series default
33863  is used, the method described in 
33864 \begin_inset CommandInset ref
33865 LatexCommand ref
33866 reference "sub:Flalign-Environment"
33867
33868 \end_inset
33869
33870  is used to indent formulas.
33871  Formula 
33872 \begin_inset CommandInset ref
33873 LatexCommand eqref
33874 reference "eq:within"
33875
33876 \end_inset
33877
33878  consists of five columns whereas in the first two columns contain the equation,
33879  the third the matrix, and the last one an empty TeX-brace.
33880 \begin_inset Formula \begin{flalign}
33881 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
33882 \rho & \textrm{density}\\
33883 V & \textrm{volume}\\
33884 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Subsection
33892 Upright small Greek Letters
33893 \begin_inset CommandInset label
33894 LatexCommand label
33895 name "sub:Upright-small-Greek"
33896
33897 \end_inset
33898
33899
33900 \begin_inset Index
33901 status collapsed
33902
33903 \begin_layout Plain Layout
33904 Greek letters ! upright
33905 \end_layout
33906
33907 \end_inset
33908
33909
33910 \end_layout
33911
33912 \begin_layout Standard
33913 Most of the math fonts only provide italic small Greek letters.
33914  But for symbols of elementary particles like pions and neutrinos, upright
33915  Greek letters are needed.
33916  The file 
33917 \series bold
33918 upgreek.sty
33919 \series default
33920
33921 \begin_inset Foot
33922 status collapsed
33923
33924 \begin_layout Plain Layout
33925
33926 \series bold
33927 upgreek
33928 \series default
33929  is part of the LaTeX-package 
33930 \series bold
33931 was
33932 \series default
33933
33934 \begin_inset Index
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 Packages ! was
33939 \begin_inset VSpace 4mm
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \end_inset
33946
33947 .
33948 \end_layout
33949
33950 \end_inset
33951
33952
33953 \begin_inset Index
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957 Packages ! upgreek
33958 \end_layout
33959
33960 \end_inset
33961
33962  that is loaded with the LaTeX-preamble line
33963 \end_layout
33964
33965 \begin_layout Standard
33966
33967 \series bold
33968
33969 \backslash
33970 usepackage{upgreek}
33971 \end_layout
33972
33973 \begin_layout Standard
33974 provides them.
33975  
33976 \begin_inset ERT
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980
33981
33982 \backslash
33983 ifupgreek 
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \begin_inset Note Note
33990 status open
33991
33992 \begin_layout Plain Layout
33993 The following table will only be displayed when the LaTeX-package 
33994 \series bold
33995 upgreek
33996 \series default
33997  is installed.
33998 \end_layout
33999
34000 \end_inset
34001
34002  They are created when the command for a small Greek letters is started
34003  with 
34004 \series bold
34005 up
34006 \series default
34007 .
34008  For example the command 
34009 \series bold
34010
34011 \backslash
34012 uptau
34013 \series default
34014  creates this: 
34015 \begin_inset Formula $\uptau $
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \begin_layout Standard
34022 With these commands reactions of elementary particles can be typeset:
34023 \begin_inset Formula \[
34024 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Standard
34032 The upright letters are more bold and wider than the italic ones.
34033  They should therefore not be used for units like 
34034 \begin_inset Quotes eld
34035 \end_inset
34036
34037 µm
34038 \begin_inset Quotes erd
34039 \end_inset
34040
34041 .
34042 \end_layout
34043
34044 \begin_layout Standard
34045 \begin_inset ERT
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049
34050
34051 \backslash
34052 else 
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \begin_inset Note Note
34059 status open
34060
34061 \begin_layout Plain Layout
34062 The following will be displayed when the LaTeX-package 
34063 \series bold
34064 upgreek
34065 \series default
34066  is not installed:
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Standard
34075 You need to install the LaTeX-package 
34076 \series bold
34077 upgreek
34078 \series default
34079  to see the rest of this subsection in the output.
34080 \end_layout
34081
34082 \begin_layout Standard
34083 \begin_inset ERT
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087
34088
34089 \backslash
34090 fi 
34091 \end_layout
34092
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \begin_layout Subsection
34099 Text Characters in Formulas
34100 \begin_inset CommandInset label
34101 LatexCommand label
34102 name "sub:Text-Characters-in"
34103
34104 \end_inset
34105
34106
34107 \begin_inset Index
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 Text ! in formulas
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Standard
34120 In some cases you might want to insert text characters directly into formulas.
34121  When for example the centered dot · is often used in formulas like 
34122 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34123 \end_inset
34124
34125 , one would have to insert the command 
34126 \series bold
34127
34128 \backslash
34129 cdot
34130 \series default
34131
34132 \begin_inset Foot
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136 see 
34137 \begin_inset CommandInset ref
34138 LatexCommand ref
34139 reference "sub:Binary-Operators"
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \end_inset
34147
34148  all the time, because this character is defined in all encodings as text
34149  character.
34150  But the encoding can be changed by this LaTeX-preamble line:
34151 \end_layout
34152
34153 \begin_layout Standard
34154
34155 \series bold
34156
34157 \backslash
34158 Declare Inputtext{183}{
34159 \backslash
34160 ifmmode
34161 \backslash
34162 cdot
34163 \backslash
34164 else
34165 \backslash
34166 textperiodcentered
34167 \backslash
34168 f\SpecialChar \textcompwordmark{}
34169 i}
34170 \end_layout
34171
34172 \begin_layout Standard
34173 The character encoding (menu 
34174 \family sans
34175 Document\SpecialChar \menuseparator
34176 Settings\SpecialChar \menuseparator
34177 Language
34178 \family default
34179 ) specifies what character appears when a keyboard key is pressed.
34180  When the key for the character '·' is pressed, internally the command 
34181 \series bold
34182
34183 \backslash
34184 textperiodcentered
34185 \series default
34186  is used.
34187  But this command is not available in a formula so that you would get LaTeX-erro
34188 rs.
34189  With the changed encoding the right command is chosen automatically, depending
34190  on if the character was inserted into a formula or not.
34191 \end_layout
34192
34193 \begin_layout Standard
34194 The encoding of several characters is saved in definition files.
34195  Fore example the encoding 
34196 \series bold
34197 latin9
34198 \series default
34199  is defined in the file 
34200 \series bold
34201 latin9.def
34202 \series default
34203  that is in the installation folder of LaTeX.
34204  Encodings should only be changed via the LaTeX-preamble and not in the
34205  definition files.
34206  Otherwise own documents could not be edited by other LyX users working
34207  on other computers.
34208 \end_layout
34209
34210 \begin_layout Standard
34211 \begin_inset VSpace medskip
34212 \end_inset
34213
34214 Besides the centered dot, in this document the degree sign ° is defined
34215  with the following LaTeX-preamble line so that it can directly be inserted
34216  to a formula:
34217 \end_layout
34218
34219 \begin_layout Standard
34220
34221 \series bold
34222
34223 \backslash
34224 DeclareInputtext{176}{
34225 \backslash
34226 ifmmode^
34227 \backslash
34228 circ
34229 \backslash
34230 else
34231 \backslash
34232 textdegree
34233 \backslash
34234 f\SpecialChar \textcompwordmark{}
34235 i}
34236 \end_layout
34237
34238 \begin_layout Standard
34239 \begin_inset Newpage newpage
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \begin_layout Section
34246 \start_of_appendix
34247 Typographic Advises
34248 \begin_inset Index
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Typographic Advises
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \begin_layout Standard
34261 This section is a summary of the most important typographic rules, listed
34262  in ISO norms.
34263 \begin_inset Foot
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 This collection was partly taken from the German semi-official dictionary
34268  called 
34269 \begin_inset Quotes eld
34270 \end_inset
34271
34272 Duden
34273 \begin_inset Quotes erd
34274 \end_inset
34275
34276  
34277 \begin_inset CommandInset citation
34278 LatexCommand cite
34279 key "Duden"
34280
34281 \end_inset
34282
34283  that lists some of the ISO rules.
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Itemize
34292 Physical units are 
34293 \emph on
34294 always
34295 \emph default
34296  set upright
34297 \begin_inset Foot
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301 done with font styles, see 
34302 \begin_inset CommandInset ref
34303 LatexCommand ref
34304 reference "sub:Font-Styles"
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \end_inset
34312
34313 : 30
34314 \begin_inset Space \thinspace{}
34315 \end_inset
34316
34317 km/h
34318 \begin_inset Newline newline
34319 \end_inset
34320
34321 Between the value and the unit is the smallest space, see 
34322 \begin_inset CommandInset ref
34323 LatexCommand ref
34324 reference "sub:Predefined-Space"
34325
34326 \end_inset
34327
34328 .
34329 \end_layout
34330
34331 \begin_layout Itemize
34332 Percent and perthousand signs are set like physical units:
34333 \begin_inset Newline newline
34334 \end_inset
34335
34336 1,2
34337 \begin_inset Space \thinspace{}
34338 \end_inset
34339
34340 ‰ alcohol in blood
34341 \end_layout
34342
34343 \begin_layout Itemize
34344 The degree sign follows directly on the value: 15°, but not when it is used
34345  in units: 15
34346 \begin_inset Space \thinspace{}
34347 \end_inset
34348
34349 °C
34350 \end_layout
34351
34352 \begin_layout Itemize
34353 In numbers with more than four digits the smallest space is inserted before
34354  every third digit to group them: 
34355 \family roman
34356 \series medium
34357 \shape up
34358 \size normal
34359 \emph off
34360 \bar no
34361 \noun off
34362 \color none
34363 18
34364 \begin_inset Space \thinspace{}
34365 \end_inset
34366
34367 473
34368 \begin_inset Space \thinspace{}
34369 \end_inset
34370
34371 588
34372 \end_layout
34373
34374 \begin_layout Itemize
34375 For dimensionings like 120×90×40
34376 \begin_inset Space \thinspace{}
34377 \end_inset
34378
34379 cm the multiplication sign 
34380 \begin_inset Quotes eld
34381 \end_inset
34382
34383 ×
34384 \begin_inset Quotes erd
34385 \end_inset
34386
34387  is used.
34388  It is available with the LaTeX-command 
34389 \series bold
34390
34391 \backslash
34392 texttimes
34393 \series default
34394 , but can also directly be inserted with some keyboard definitions.
34395 \end_layout
34396
34397 \begin_layout Itemize
34398 Functions with names consisting of several letters are set upright to avoid
34399  confusions, see 
34400 \begin_inset CommandInset ref
34401 LatexCommand ref
34402 reference "sub:Predefined-Functions"
34403
34404 \end_inset
34405
34406 .
34407 \end_layout
34408
34409 \begin_layout Itemize
34410 Indices consisting of several letters, are set upright: 
34411 \begin_inset Formula $E_{\mathrm{kin}}$
34412 \end_inset
34413
34414
34415 \begin_inset Newline newline
34416 \end_inset
34417
34418 Components of matrices are set italic: 
34419 \begin_inset Formula $\hat{H}_{kl}$
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \begin_layout Itemize
34426 The differentiation/integration operator 'd', the Euler's number 'e', and
34427  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34428  other variables.
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \begin_inset Newpage newpage
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Section
34439 Synonyms
34440 \begin_inset Index
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444 Synonyms
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Standard
34453 Some characters and symbols can be created with several commands.
34454  Here is a list of the synonym commands:
34455 \end_layout
34456
34457 \begin_layout Standard
34458 \begin_inset VSpace bigskip
34459 \end_inset
34460
34461
34462 \begin_inset Space \hfill{}
34463 \end_inset
34464
34465
34466 \begin_inset Tabular
34467 <lyxtabular version="3" rows="12" columns="2">
34468 <features>
34469 <column alignment="center" valignment="top" width="0pt">
34470 <column alignment="center" valignment="top" width="0pt">
34471 <row>
34472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476 Command
34477 \end_layout
34478
34479 \end_inset
34480 </cell>
34481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34482 \begin_inset Text
34483
34484 \begin_layout Plain Layout
34485 equivalent to
34486 \begin_inset Note Note
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490
34491 \series bold
34492
34493 \backslash
34494 raisebox
34495 \series default
34496  is only used as spacer.
34497 \end_layout
34498
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \end_inset
34505 </cell>
34506 </row>
34507 <row>
34508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512
34513 \backslash
34514 ast
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523 \begin_inset ERT
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527
34528
34529 \backslash
34530 raisebox{-1.2mm}{
34531 \end_layout
34532
34533 \end_inset
34534
34535 *
34536 \begin_inset ERT
34537 status collapsed
34538
34539 \begin_layout Plain Layout
34540
34541 }
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 </row>
34552 <row>
34553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557
34558 \backslash
34559 choose
34560 \end_layout
34561
34562 \end_inset
34563 </cell>
34564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568
34569 \backslash
34570 binom
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 </row>
34576 <row>
34577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34578 \begin_inset Text
34579
34580 \begin_layout Plain Layout
34581
34582 \backslash
34583 geq
34584 \end_layout
34585
34586 \end_inset
34587 </cell>
34588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34589 \begin_inset Text
34590
34591 \begin_layout Plain Layout
34592
34593 \backslash
34594 ge
34595 \end_layout
34596
34597 \end_inset
34598 </cell>
34599 </row>
34600 <row>
34601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34602 \begin_inset Text
34603
34604 \begin_layout Plain Layout
34605
34606 \backslash
34607 lbrace
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34613 \begin_inset Text
34614
34615 \begin_layout Plain Layout
34616 {
34617 \end_layout
34618
34619 \end_inset
34620 </cell>
34621 </row>
34622 <row>
34623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627
34628 \backslash
34629 lbracket
34630 \end_layout
34631
34632 \end_inset
34633 </cell>
34634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34635 \begin_inset Text
34636
34637 \begin_layout Plain Layout
34638 [
34639 \end_layout
34640
34641 \end_inset
34642 </cell>
34643 </row>
34644 <row>
34645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34646 \begin_inset Text
34647
34648 \begin_layout Plain Layout
34649
34650 \backslash
34651 leftarrow
34652 \end_layout
34653
34654 \end_inset
34655 </cell>
34656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34657 \begin_inset Text
34658
34659 \begin_layout Plain Layout
34660
34661 \backslash
34662 gets
34663 \end_layout
34664
34665 \end_inset
34666 </cell>
34667 </row>
34668 <row>
34669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34670 \begin_inset Text
34671
34672 \begin_layout Plain Layout
34673
34674 \backslash
34675 leq
34676 \end_layout
34677
34678 \end_inset
34679 </cell>
34680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34681 \begin_inset Text
34682
34683 \begin_layout Plain Layout
34684
34685 \backslash
34686 le
34687 \end_layout
34688
34689 \end_inset
34690 </cell>
34691 </row>
34692 <row>
34693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697
34698 \backslash
34699 lor
34700 \end_layout
34701
34702 \end_inset
34703 </cell>
34704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34705 \begin_inset Text
34706
34707 \begin_layout Plain Layout
34708
34709 \backslash
34710 vee
34711 \end_layout
34712
34713 \end_inset
34714 </cell>
34715 </row>
34716 <row>
34717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34718 \begin_inset Text
34719
34720 \begin_layout Plain Layout
34721
34722 \backslash
34723 neq
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732
34733 \backslash
34734 not=
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 </row>
34740 <row>
34741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34742 \begin_inset Text
34743
34744 \begin_layout Plain Layout
34745
34746 \backslash
34747 slash
34748 \end_layout
34749
34750 \end_inset
34751 </cell>
34752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34753 \begin_inset Text
34754
34755 \begin_layout Plain Layout
34756 /
34757 \end_layout
34758
34759 \end_inset
34760 </cell>
34761 </row>
34762 <row>
34763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34764 \begin_inset Text
34765
34766 \begin_layout Plain Layout
34767
34768 \backslash
34769 vert
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 |
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 </row>
34784 </lyxtabular>
34785
34786 \end_inset
34787
34788
34789 \begin_inset Space \hfill{}
34790 \end_inset
34791
34792
34793 \begin_inset Tabular
34794 <lyxtabular version="3" rows="12" columns="2">
34795 <features>
34796 <column alignment="center" valignment="top" width="0pt">
34797 <column alignment="center" valignment="top" width="0pt">
34798 <row>
34799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34800 \begin_inset Text
34801
34802 \begin_layout Plain Layout
34803 Command
34804 \end_layout
34805
34806 \end_inset
34807 </cell>
34808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812 equivalent to
34813 \end_layout
34814
34815 \end_inset
34816 </cell>
34817 </row>
34818 <row>
34819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34820 \begin_inset Text
34821
34822 \begin_layout Plain Layout
34823
34824 \backslash
34825 backslash
34826 \end_layout
34827
34828 \end_inset
34829 </cell>
34830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34831 \begin_inset Text
34832
34833 \begin_layout Plain Layout
34834
34835 \backslash
34836
34837 \backslash
34838
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 </row>
34844 <row>
34845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34846 \begin_inset Text
34847
34848 \begin_layout Plain Layout
34849
34850 \backslash
34851 dasharrow
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34857 \begin_inset Text
34858
34859 \begin_layout Plain Layout
34860
34861 \backslash
34862 dashrightarrow
34863 \end_layout
34864
34865 \end_inset
34866 </cell>
34867 </row>
34868 <row>
34869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34870 \begin_inset Text
34871
34872 \begin_layout Plain Layout
34873
34874 \backslash
34875 land
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884
34885 \backslash
34886 wedge
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 </row>
34892 <row>
34893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34894 \begin_inset Text
34895
34896 \begin_layout Plain Layout
34897
34898 \backslash
34899 rbrace
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908 }
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 </row>
34914 <row>
34915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919
34920 \backslash
34921 rbracket
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930 ]
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 </row>
34936 <row>
34937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34938 \begin_inset Text
34939
34940 \begin_layout Plain Layout
34941
34942 \backslash
34943 rightarrow
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952
34953 \backslash
34954 to
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 </row>
34960 <row>
34961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965
34966 \backslash
34967 lnot
34968 \end_layout
34969
34970 \end_inset
34971 </cell>
34972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976
34977 \backslash
34978 neg
34979 \end_layout
34980
34981 \end_inset
34982 </cell>
34983 </row>
34984 <row>
34985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34986 \begin_inset Text
34987
34988 \begin_layout Plain Layout
34989
34990 \backslash
34991 ne
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000
35001 \backslash
35002 not=
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 <row>
35009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013
35014 \backslash
35015 owns
35016 \end_layout
35017
35018 \end_inset
35019 </cell>
35020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024
35025 \backslash
35026 ni
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 </row>
35032 <row>
35033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037
35038 \backslash
35039 square
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048
35049 \backslash
35050 Box
35051 \end_layout
35052
35053 \end_inset
35054 </cell>
35055 </row>
35056 <row>
35057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35058 \begin_inset Text
35059
35060 \begin_layout Plain Layout
35061
35062 \backslash
35063 Vert
35064 \end_layout
35065
35066 \end_inset
35067 </cell>
35068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35069 \begin_inset Text
35070
35071 \begin_layout Plain Layout
35072
35073 \backslash
35074 |
35075 \end_layout
35076
35077 \end_inset
35078 </cell>
35079 </row>
35080 </lyxtabular>
35081
35082 \end_inset
35083
35084
35085 \begin_inset Space \hfill{}
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Standard
35092 \begin_inset Newpage newpage
35093 \end_inset
35094
35095
35096 \end_layout
35097
35098 \begin_layout Bibliography
35099 \begin_inset CommandInset bibitem
35100 LatexCommand bibitem
35101 key "TLC2"
35102
35103 \end_inset
35104
35105
35106 \shape smallcaps
35107 Mittelbach, F.
35108  ; Goossens, M.
35109 \shape default
35110
35111 \shape italic
35112 The LaTeX Companion
35113 \shape default
35114 .
35115  Addison Wesley, 2004
35116 \end_layout
35117
35118 \begin_layout Bibliography
35119 \begin_inset CommandInset bibitem
35120 LatexCommand bibitem
35121 key "Mathmode"
35122
35123 \end_inset
35124
35125
35126 \begin_inset CommandInset href
35127 LatexCommand href
35128 name "Description"
35129 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35130
35131 \end_inset
35132
35133  of LaTeX's math abilities
35134 \end_layout
35135
35136 \begin_layout Bibliography
35137 \begin_inset CommandInset bibitem
35138 LatexCommand bibitem
35139 key "Voss"
35140
35141 \end_inset
35142
35143 LaTeX tips and tricks-
35144 \begin_inset CommandInset href
35145 LatexCommand href
35146 name "page"
35147 target "http://tug.org/TeXnik/"
35148
35149 \end_inset
35150
35151
35152 \end_layout
35153
35154 \begin_layout Bibliography
35155 \begin_inset CommandInset bibitem
35156 LatexCommand bibitem
35157 key "AMS"
35158
35159 \end_inset
35160
35161
35162 \begin_inset CommandInset href
35163 LatexCommand href
35164 name "Description"
35165 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35166
35167 \end_inset
35168
35169  of 
35170 \begin_inset ERT
35171 status collapsed
35172
35173 \begin_layout Plain Layout
35174
35175
35176 \backslash
35177 AmS
35178 \end_layout
35179
35180 \end_inset
35181
35182 -LaTeX
35183 \end_layout
35184
35185 \begin_layout Bibliography
35186 \begin_inset CommandInset bibitem
35187 LatexCommand bibitem
35188 key "Symbole"
35189
35190 \end_inset
35191
35192
35193 \begin_inset CommandInset href
35194 LatexCommand href
35195 name "List"
35196 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35197
35198 \end_inset
35199
35200  of all symbols available with LaTeX-packages
35201 \end_layout
35202
35203 \begin_layout Bibliography
35204 \begin_inset CommandInset bibitem
35205 LatexCommand bibitem
35206 key "hyperref"
35207
35208 \end_inset
35209
35210
35211 \begin_inset CommandInset href
35212 LatexCommand href
35213 name "Documentation"
35214 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35215
35216 \end_inset
35217
35218  of the LaTeX-package 
35219 \series bold
35220 hyperref
35221 \series default
35222
35223 \begin_inset Index
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227 Packages ! hyperref
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Bibliography
35236 \begin_inset CommandInset bibitem
35237 LatexCommand bibitem
35238 key "Mathclap"
35239
35240 \end_inset
35241
35242
35243 \begin_inset CommandInset href
35244 LatexCommand href
35245 name "Description"
35246 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35247
35248 \end_inset
35249
35250  of the command 
35251 \series bold
35252
35253 \backslash
35254 mathclap
35255 \series default
35256 , described in 
35257 \begin_inset CommandInset ref
35258 LatexCommand ref
35259 reference "sub:Operator-Limits"
35260
35261 \end_inset
35262
35263
35264 \begin_inset Index
35265 status collapsed
35266
35267 \begin_layout Plain Layout
35268 Commands ! M ! 
35269 \backslash
35270 mathclap
35271 \end_layout
35272
35273 \end_inset
35274
35275
35276 \end_layout
35277
35278 \begin_layout Bibliography
35279 \begin_inset CommandInset bibitem
35280 LatexCommand bibitem
35281 key "Duden"
35282
35283 \end_inset
35284
35285
35286 \emph on
35287 Duden Band 1
35288 \emph default
35289 .
35290  22.
35291  Auflage, Duden 2001
35292 \end_layout
35293
35294 \begin_layout Subsubsection*
35295 \begin_inset CommandInset index_print
35296 LatexCommand printindex
35297
35298 \end_inset
35299
35300
35301 \end_layout
35302
35303 \end_body
35304 \end_document