]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: replace "ERT" by "TeX-Code" as in the other docs
[features.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
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]{\contentsname}{}
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
160 \graphics default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "LyX's Math Manual"
165 \pdf_author "LyX Team, Uwe Stöhr"
166 \pdf_subject "LyX-documentation about math"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pagebackref false
177 \pdf_pdfusetitle false
178 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
179 \papersize a4paper
180 \use_geometry false
181 \use_amsmath 2
182 \use_esint 1
183 \cite_engine basic
184 \use_bibtopic false
185 \paperorientation portrait
186 \secnumdepth 4
187 \tocdepth 3
188 \paragraph_separation skip
189 \defskip medskip
190 \quotes_language english
191 \papercolumns 1
192 \papersides 2
193 \paperpagestyle plain
194 \bullet 1 0 6 -1
195 \bullet 2 2 35 -1
196 \bullet 3 2 7 -1
197 \tracking_changes false
198 \output_changes false
199 \author "" 
200 \author "" 
201 \end_header
202
203 \begin_body
204
205 \begin_layout Title
206 LyX's detailed Math manual
207 \end_layout
208
209 \begin_layout Author
210 by the LyX Team
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 \noindent
216 If you have comments or error corrections, please send them to the LyX Documenta
217 tion mailing list: 
218 \family typewriter
219
220 \begin_inset CommandInset href
221 LatexCommand href
222 name "lyx-docs@lists.lyx.org"
223 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
224 type "mailto:"
225
226 \end_inset
227
228
229 \end_layout
230
231 \end_inset
232
233
234 \begin_inset Note Note
235 status collapsed
236
237 \begin_layout Plain Layout
238 author: Uwe Stöhr
239 \end_layout
240
241 \end_inset
242
243
244 \begin_inset Newline newline
245 \end_inset
246
247
248 \begin_inset Newline newline
249 \end_inset
250
251
252 \family sans
253 Version 1.6svn
254 \end_layout
255
256 \begin_layout Standard
257 \begin_inset CommandInset toc
258 LatexCommand tableofcontents
259
260 \end_inset
261
262
263 \end_layout
264
265 \begin_layout Standard
266 \begin_inset Note Note
267 status open
268
269 \begin_layout Plain Layout
270 To export this document to PDF, PS, or DVI the LaTeX-packages 
271 \series bold
272 eurosym,
273 \series default
274  
275 \series bold
276 multirow,
277 \series default
278  and 
279 \series bold
280 was
281 \series default
282  must be installed.
283  If they are not installed you can export the document anyway but the sections
284  where the packages are required won't appear in the output.
285 \end_layout
286
287 \begin_layout Plain Layout
288 The latest PDF-version of this document can be found here:
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \series bold
294 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Newpage newpage
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Section
310 Introduction
311 \begin_inset CommandInset label
312 LatexCommand label
313 name "sec:Introduction"
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 This document explains LyX's math features and is furthermore a collection
322  of LaTeX-commands used for mathematical characters and constructs.
323  The explanations are designed for the usage of commands.
324  It is therefore required that you have read the section 
325 \family typewriter
326 Mathematical
327 \begin_inset space ~
328 \end_inset
329
330 Formulas
331 \family default
332  of the User's Guide.
333 \end_layout
334
335 \begin_layout Standard
336 Most of the characters and many constructs explained in this manual are
337  also accessible via the menu 
338 \family sans
339 Insert
340 \series bold
341 \SpecialChar \menuseparator
342
343 \series default
344 Math
345 \family default
346 , or the 
347 \family sans
348 math
349 \family default
350 \series bold
351  
352 \family sans
353 \series default
354 toolbar
355 \family default
356 .
357  But everybody who has to write lots of formulas will notice that it is
358  much faster to use commands instead of the math toolbar.
359  Therefore this manual is focused on commands but also mentions the correspondin
360 g toolbar buttons when available.
361 \end_layout
362
363 \begin_layout Standard
364 If not specially mentioned the commands are only available within formulas.
365  To be able to use all commands explained in this document, the option 
366 \family sans
367 Use AMS math package
368 \family default
369  must be used in the document settings (menu 
370 \family sans
371 Document\SpecialChar \menuseparator
372 Settings\SpecialChar \menuseparator
373 Math
374 \begin_inset space ~
375 \end_inset
376
377 Options
378 \family default
379 ).
380 \begin_inset Foot
381 status collapsed
382
383 \begin_layout Plain Layout
384 The option 
385 \family sans
386 Use AMS math package automatically
387 \family default
388  only uses 
389 \begin_inset ERT
390 status collapsed
391
392 \begin_layout Plain Layout
393
394
395 \backslash
396 AmS 
397 \end_layout
398
399 \end_inset
400
401 -math when math constructs are found that are supported by LyX.
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 This document doesn't list all 
411 \begin_inset ERT
412 status collapsed
413
414 \begin_layout Plain Layout
415
416
417 \backslash
418 AmS 
419 \end_layout
420
421 \end_inset
422
423 -math commands
424 \begin_inset Foot
425 status collapsed
426
427 \begin_layout Plain Layout
428 A list with all 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS
437 \end_layout
438
439 \end_inset
440
441 -math commands is in the file 
442 \family sans
443
444 \begin_inset CommandInset href
445 LatexCommand href
446 name "amsguide.ps"
447 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
448
449 \end_inset
450
451
452 \family default
453 , which is part of every LaTeX standard installation.
454 \end_layout
455
456 \end_inset
457
458  for lucidity reasons.
459 \end_layout
460
461 \begin_layout Section
462 General Instructions
463 \begin_inset CommandInset label
464 LatexCommand label
465 name "sec:General-Instructions"
466
467 \end_inset
468
469
470 \end_layout
471
472 \begin_layout Standard
473 To create an inline formula
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Formula ! inline
479 \end_layout
480
481 \end_inset
482
483  that is embedded into a text line, press 
484 \family sans
485 Ctrl-m
486 \family default
487  or the toolbar button 
488 \begin_inset Graphics
489         filename ../images/math-mode.png
490         scale 85
491
492 \end_inset
493
494
495 \begin_inset Newline newline
496 \end_inset
497
498 To create a display style formula
499 \begin_inset Index
500 status collapsed
501
502 \begin_layout Plain Layout
503 Formula ! display style
504 \end_layout
505
506 \end_inset
507
508  that will appear bigger and in an own paragraph, press 
509 \family sans
510 Ctrl-M
511 \family default
512 .
513 \end_layout
514
515 \begin_layout Standard
516 To change a display style formula to an inline formula, set the cursor into
517  the formula and press 
518 \family sans
519 Ctrl-M
520 \family default
521  or use the menu 
522 \family sans
523 Edit\SpecialChar \menuseparator
524 Math\SpecialChar \menuseparator
525 Change formula type
526 \family default
527 .
528  The same way is used to change an inline formula to a display style formula.
529 \end_layout
530
531 \begin_layout Standard
532 To display parts of an inline formula in the size of a display style formula,
533  enter the command 
534 \series bold
535
536 \backslash
537 displaystyle
538 \begin_inset Index
539 status collapsed
540
541 \begin_layout Plain Layout
542 Commands ! D ! 
543 \backslash
544 displaystyle
545 \end_layout
546
547 \end_inset
548
549
550 \series default
551  to a formula.
552  Then a new blue box appears in which the desired formula part is inserted.
553 \end_layout
554
555 \begin_layout Standard
556 Only inline formulas are allowed inside tables.
557 \end_layout
558
559 \begin_layout Standard
560 The 
561 \family sans
562 math toolbar
563 \family default
564  can be turned on in the menu 
565 \family sans
566 View\SpecialChar \menuseparator
567 Toolbars
568 \family default
569 .
570  When you click there on 
571 \begin_inset Quotes eld
572 \end_inset
573
574 Math
575 \begin_inset Quotes erd
576 \end_inset
577
578  the toolbar will be shown permanently at the bottom; this state is visualized
579  in the 
580 \family sans
581 Toolbars
582 \family default
583  menu with a checkmark.
584  When you click in this state again on 
585 \begin_inset Quotes eld
586 \end_inset
587
588 Math
589 \begin_inset Quotes erd
590 \end_inset
591
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu, the 
597 \family sans
598 math toolbar
599 \family default
600  is only shown when the cursor is within a formula; this state is visualized
601  by the renaming of the menu entry from 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset Quotes erd
607 \end_inset
608
609  to 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Math
614 \begin_inset space ~
615 \end_inset
616
617 (auto)
618 \begin_inset Quotes erd
619 \end_inset
620
621 .
622 \end_layout
623
624 \begin_layout Standard
625 The TeX-mode
626 \begin_inset Index
627 status collapsed
628
629 \begin_layout Plain Layout
630 T@
631 \begin_inset ERT
632 status collapsed
633
634 \begin_layout Plain Layout
635
636
637 \backslash
638
639 \begin_inset ERT
640 status collapsed
641
642 \begin_layout Plain Layout
643
644 {
645 \end_layout
646
647 \end_inset
648
649
650 \begin_inset ERT
651 status collapsed
652
653 \begin_layout Plain Layout
654
655 }
656 \end_layout
657
658 \end_inset
659
660
661 \end_layout
662
663 \end_inset
664
665 TeX-mode
666 \end_layout
667
668 \end_inset
669
670  is invoked by pressing the toolbar button 
671 \begin_inset Graphics
672         filename ../images/ert-insert.png
673         scale 85
674
675 \end_inset
676
677  or by using the menu 
678 \family sans
679 Insert\SpecialChar \menuseparator
680 Te
681 \begin_inset ERT
682 status collapsed
683
684 \begin_layout Plain Layout
685
686 {}
687 \end_layout
688
689 \end_inset
690
691 X Code
692 \family default
693  (shortcut 
694 \family sans
695 Ctrl-l
696 \family default
697 ).
698 \begin_inset Note Note
699 status collapsed
700
701 \begin_layout Plain Layout
702 In LyX there are three 
703 \begin_inset Quotes eld
704 \end_inset
705
706 proper names
707 \begin_inset Quotes erd
708 \end_inset
709
710  that appear in the output with sub- and superscript letters: TeX, LaTeX,
711  and LyX
712 \end_layout
713
714 \begin_layout Plain Layout
715 To avoid that these names are recognized as proper names, a TeX-brace pair
716  is inserted.
717 \end_layout
718
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 To change the LaTeX-preamble
726 \begin_inset Index
727 status collapsed
728
729 \begin_layout Plain Layout
730 L@LaTeX-preamble
731 \end_layout
732
733 \end_inset
734
735 , use the menu 
736 \family sans
737 Document\SpecialChar \menuseparator
738 Settings\SpecialChar \menuseparator
739 LaT
740 \begin_inset ERT
741 status collapsed
742
743 \begin_layout Plain Layout
744
745 {}
746 \end_layout
747
748 \end_inset
749
750 eX
751 \family default
752  
753 \family sans
754 Preamble
755 \family default
756 .
757 \end_layout
758
759 \begin_layout Standard
760 To edit matrices, case differentiations, and multiline formulas subsequently,
761  the menus 
762 \family sans
763 Edit\SpecialChar \menuseparator
764 Math
765 \family default
766  and 
767 \family sans
768 Edit\SpecialChar \menuseparator
769 Rows
770 \begin_inset space \thinspace{}
771 \end_inset
772
773 &
774 \begin_inset space \thinspace{}
775 \end_inset
776
777 Columns,
778 \family default
779  or the 
780 \family sans
781 table toolbar
782 \family default
783  can be used.
784  When lines and columns are swapped via the menu, the column or line where
785  the cursor is in is exchanged with the column to the right or the line
786  below, respectively.
787  Is the cursor in the last column or row, the exchange is done with the
788  column to the left or the line above.
789 \end_layout
790
791 \begin_layout Standard
792 To write text in formulas
793 \begin_inset Foot
794 status collapsed
795
796 \begin_layout Plain Layout
797 For multiline formulas the command 
798 \series bold
799
800 \backslash
801 intertext
802 \series default
803  is used, see 
804 \begin_inset CommandInset ref
805 LatexCommand ref
806 reference "sub:Text-in-multiline"
807
808 \end_inset
809
810 .
811 \end_layout
812
813 \end_inset
814
815  
816 \emph on
817 mathematical text
818 \emph default
819
820 \begin_inset Index
821 status collapsed
822
823 \begin_layout Plain Layout
824 Text ! in formulas
825 \end_layout
826
827 \end_inset
828
829
830 \begin_inset Index
831 status collapsed
832
833 \begin_layout Plain Layout
834 Mathematical text
835 \end_layout
836
837 \end_inset
838
839  is used.
840  This mode is invoked with the the shortcut 
841 \family sans
842 Alt-m
843 \begin_inset space ~
844 \end_inset
845
846 m
847 \family default
848  or by the insertion of the command 
849 \series bold
850
851 \backslash
852 text
853 \begin_inset Index
854 status collapsed
855
856 \begin_layout Plain Layout
857 Commands ! T ! 
858 \backslash
859 text
860 \end_layout
861
862 \end_inset
863
864
865 \series default
866 .
867  The text appears black in LyX and can therefore be distinguished from the
868  other formula parts that appear blue.
869  In the output mathematical text is set upright, in contrary to other formula
870  parts.
871 \end_layout
872
873 \begin_layout Subsection*
874 Command Scheme
875 \end_layout
876
877 \begin_layout Standard
878 Most of the LaTeX-commands for math constructs have the following scheme:
879 \end_layout
880
881 \begin_layout Standard
882
883 \series bold
884
885 \backslash
886 commandname[optional
887 \series default
888  
889 \series bold
890 argument]{required
891 \series default
892  
893 \series bold
894 argument}
895 \end_layout
896
897 \begin_layout Standard
898 A command starts always with a backslash 
899 \begin_inset Quotes gld
900 \end_inset
901
902
903 \series bold
904
905 \backslash
906
907 \series default
908
909 \begin_inset Quotes grd
910 \end_inset
911
912 .
913  To omit optional arguments, also omit the associated brackets.
914  The braces around the required arguments are named in this document as
915  TeX-braces
916 \begin_inset Index
917 status collapsed
918
919 \begin_layout Plain Layout
920 T@TeX-braces
921 \end_layout
922
923 \end_inset
924
925 .
926  If you add in a formula a left brace to a command name, LyX creates automatical
927 ly a TeX-brace.
928  In all other cases TeX-braces are created in formulas with the command
929  
930 \series bold
931
932 \backslash
933 {
934 \series default
935 .
936  TeX-braces appear red in LyX, in contrary to normal braces that appear
937  blue.
938  In TeX-mode no command is needed to get TeX-braces.
939  TeX-braces don't appear in the output.
940 \end_layout
941
942 \begin_layout Standard
943 When commands without arguments, like commands for symbols are entered in
944  TeX-mode, a space character must 
945 \emph on
946 always
947 \emph default
948  be behind the command to end it.
949  This space doesn't appear in the output.
950  When the space should appear in the output, the space must be followed
951  by a protected space in normal text.
952 \end_layout
953
954 \begin_layout Standard
955 A protected space is inserted with 
956 \family sans
957 Ctrl-Space
958 \family default
959 .
960 \end_layout
961
962 \begin_layout Subsection*
963 \begin_inset Newpage newpage
964 \end_inset
965
966 Syntax Explanation
967 \end_layout
968
969 \begin_layout Itemize
970 The symbol
971 \begin_inset Foot
972 status collapsed
973
974 \begin_layout Plain Layout
975 This visible space character can be created with the command 
976 \series bold
977
978 \backslash
979 textvisiblespace
980 \series default
981
982 \begin_inset Index
983 status collapsed
984
985 \begin_layout Plain Layout
986 Commands ! T ! 
987 \backslash
988 textvisiblespace
989 \end_layout
990
991 \end_inset
992
993 , inserted in TeX-mode.
994 \end_layout
995
996 \end_inset
997
998  
999 \begin_inset ERT
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003
1004
1005 \backslash
1006 spce 
1007 \end_layout
1008
1009 \end_inset
1010
1011
1012 \begin_inset space ~
1013 \end_inset
1014
1015 denotes a space character to be input.
1016 \end_layout
1017
1018 \begin_layout Itemize
1019 An arrow like 
1020 \begin_inset Formula $\to$
1021 \end_inset
1022
1023  denotes the usage of the corresponding arrow key on the keyboard.
1024 \end_layout
1025
1026 \begin_layout Subsection*
1027 Used units
1028 \end_layout
1029
1030 \begin_layout Standard
1031 \align center
1032 \begin_inset Float table
1033 placement H
1034 wide false
1035 sideways false
1036 status open
1037
1038 \begin_layout Plain Layout
1039 \align center
1040 \begin_inset Caption
1041
1042 \begin_layout Plain Layout
1043 \begin_inset CommandInset label
1044 LatexCommand label
1045 name "tab:Used-units"
1046
1047 \end_inset
1048
1049 Used units
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Plain Layout
1058 \align center
1059 \begin_inset Tabular
1060 <lyxtabular version="3" rows="13" columns="2">
1061 <features>
1062 <column alignment="center" valignment="top" width="0">
1063 <column alignment="center" valignment="top" width="0">
1064 <row>
1065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 Unit
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Name / Description
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 mm
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Millimeter
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 </row>
1104 <row>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 cm
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 Centimeter
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 </row>
1124 <row>
1125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 in
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 Inch (1
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 in = 2,54
1143 \begin_inset space \thinspace{}
1144 \end_inset
1145
1146 cm)
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 </row>
1152 <row>
1153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 pt
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 Point (72.27
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 pt = 1
1171 \begin_inset space \thinspace{}
1172 \end_inset
1173
1174 in)
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 pc
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 Pica (1
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 pc = 12
1199 \begin_inset space \thinspace{}
1200 \end_inset
1201
1202 pt)
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 sp
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 scaled point (65536
1223 \begin_inset space \thinspace{}
1224 \end_inset
1225
1226 sp = 1
1227 \begin_inset space \thinspace{}
1228 \end_inset
1229
1230 pt)
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 bp
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 big point (72
1251 \begin_inset space \thinspace{}
1252 \end_inset
1253
1254 bp = 1
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 in)
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 dd
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 Didot (1
1279 \begin_inset space \thinspace{}
1280 \end_inset
1281
1282 dd 
1283 \begin_inset Formula $\approx$
1284 \end_inset
1285
1286  0.376
1287 \begin_inset space \thinspace{}
1288 \end_inset
1289
1290 mm)
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 </row>
1296 <row>
1297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1298 \begin_inset Text
1299
1300 \begin_layout Plain Layout
1301 cc
1302 \end_layout
1303
1304 \end_inset
1305 </cell>
1306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 Cicero (1
1311 \begin_inset space \thinspace{}
1312 \end_inset
1313
1314 cc = 12
1315 \begin_inset space \thinspace{}
1316 \end_inset
1317
1318 dd)
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 </row>
1324 <row>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 ex
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 Height of letter 
1339 \emph on
1340
1341 \begin_inset Quotes eld
1342 \end_inset
1343
1344 x
1345 \emph default
1346
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350  in the current font
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 </row>
1356 <row>
1357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1358 \begin_inset Text
1359
1360 \begin_layout Plain Layout
1361 em
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 width of letter 
1371 \begin_inset Quotes eld
1372 \end_inset
1373
1374
1375 \emph on
1376 M
1377 \emph default
1378
1379 \begin_inset Quotes erd
1380 \end_inset
1381
1382  in the current font
1383 \end_layout
1384
1385 \end_inset
1386 </cell>
1387 </row>
1388 <row>
1389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1390 \begin_inset Text
1391
1392 \begin_layout Plain Layout
1393 mu
1394 \end_layout
1395
1396 \end_inset
1397 </cell>
1398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1399 \begin_inset Text
1400
1401 \begin_layout Plain Layout
1402 math unit (1
1403 \begin_inset space \thinspace{}
1404 \end_inset
1405
1406 mu = 
1407 \begin_inset Formula $\nicefrac{1}{18}$
1408 \end_inset
1409
1410
1411 \begin_inset space \thinspace{}
1412 \end_inset
1413
1414 em)
1415 \end_layout
1416
1417 \end_inset
1418 </cell>
1419 </row>
1420 </lyxtabular>
1421
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_layout Standard
1433 \begin_inset Newpage newpage
1434 \end_inset
1435
1436
1437 \end_layout
1438
1439 \begin_layout Section
1440 Basic Functions
1441 \end_layout
1442
1443 \begin_layout Subsection
1444 Exponents
1445 \begin_inset Index
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 Exponents
1450 \end_layout
1451
1452 \end_inset
1453
1454  and Indices
1455 \begin_inset Index
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459 Indices
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \begin_inset Index
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469 Superscripts|see
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 {
1476 \end_layout
1477
1478 \end_inset
1479
1480 Exponents
1481 \begin_inset ERT
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485
1486 }
1487 \end_layout
1488
1489 \end_inset
1490
1491
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \begin_inset Index
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 Subscripts|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Indices
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \end_layout
1530
1531 \begin_layout Standard
1532 Indices are created with an underscore 
1533 \begin_inset Quotes eld
1534 \end_inset
1535
1536 _
1537 \begin_inset Quotes erd
1538 \end_inset
1539
1540  or via the math toolbar button 
1541 \begin_inset Graphics
1542         filename ../images/math-subscript.png
1543         scale 85
1544
1545 \end_inset
1546
1547  , exponents with a caret 
1548 \begin_inset Quotes eld
1549 \end_inset
1550
1551 ^
1552 \begin_inset Quotes erd
1553 \end_inset
1554
1555  or via the math toolbar button 
1556 \begin_inset Graphics
1557         filename ../images/math-superscript.png
1558         scale 85
1559
1560 \end_inset
1561
1562 .
1563 \end_layout
1564
1565 \begin_layout Standard
1566 \align center
1567 \begin_inset Tabular
1568 <lyxtabular version="3" rows="4" columns="2">
1569 <features>
1570 <column alignment="center" valignment="top" width="0pt">
1571 <column alignment="center" valignment="top" width="0pt">
1572 <row>
1573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 command
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586 Result
1587 \begin_inset Note Note
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591
1592 \series bold
1593
1594 \backslash
1595 raisebox
1596 \series default
1597  is only used as spacer.
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 </row>
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 B_V
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 \begin_inset Formula $B_{V}$
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 </row>
1631 <row>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 B^V
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 </row>
1654 <row>
1655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659 B^
1660 \begin_inset ERT
1661 status collapsed
1662
1663 \begin_layout Plain Layout
1664
1665
1666 \backslash
1667 spce 
1668 \end_layout
1669
1670 \end_inset
1671
1672 A
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 </lyxtabular>
1691
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \begin_layout Standard
1698 As the caret is in some languages an accent, vowels will be accentuated
1699  in this case and not set as exponents
1700 \begin_inset Foot
1701 status collapsed
1702
1703 \begin_layout Plain Layout
1704 Depending on the used keyboard settings this can also happen for other character
1705 s than vowels.
1706 \end_layout
1707
1708 \end_inset
1709
1710 .
1711  To get in this case exponents, press 
1712 \family sans
1713 Space
1714 \family default
1715  after the caret as in the last example.
1716 \end_layout
1717
1718 \begin_layout Subsection
1719 Fractions
1720 \begin_inset CommandInset label
1721 LatexCommand label
1722 name "sub:Fractions"
1723
1724 \end_inset
1725
1726
1727 \begin_inset Index
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Fractions
1732 \end_layout
1733
1734 \end_inset
1735
1736
1737 \end_layout
1738
1739 \begin_layout Standard
1740 Fractions are generated with the command 
1741 \series bold
1742
1743 \backslash
1744 frac
1745 \series default
1746
1747 \begin_inset Index
1748 status collapsed
1749
1750 \begin_layout Plain Layout
1751 Commands ! F ! 
1752 \backslash
1753 frac
1754 \end_layout
1755
1756 \end_inset
1757
1758  or via the math toolbar button 
1759 \begin_inset Graphics
1760         filename ../images/math/frac.png
1761         scale 50
1762
1763 \end_inset
1764
1765 .
1766  The font size is adjusted automatically, depending on whether the fraction
1767  is in an inline or display style formula.
1768  With the math toolbar button 
1769 \begin_inset Graphics
1770         filename ../images/math/frac-square.png
1771         scale 85
1772
1773 \end_inset
1774
1775  you can select different fraction types.
1776 \end_layout
1777
1778 \begin_layout Standard
1779 With the command 
1780 \series bold
1781
1782 \backslash
1783 dfrac
1784 \begin_inset Index
1785 status collapsed
1786
1787 \begin_layout Plain Layout
1788 Commands ! D ! 
1789 \backslash
1790 dfrac
1791 \end_layout
1792
1793 \end_inset
1794
1795
1796 \series default
1797  a fraction can be created that has in any case the size of a display style
1798  formula.
1799  With 
1800 \series bold
1801
1802 \backslash
1803 tfrac
1804 \begin_inset Index
1805 status collapsed
1806
1807 \begin_layout Plain Layout
1808 Commands ! T ! 
1809 \backslash
1810 tfrac
1811 \end_layout
1812
1813 \end_inset
1814
1815
1816 \series default
1817  the fraction appears always with the size of an inline formula.
1818  An example:
1819 \end_layout
1820
1821 \begin_layout Standard
1822 A line with the fraction 
1823 \begin_inset Formula $\frac{1}{2}$
1824 \end_inset
1825
1826  that was created with the command 
1827 \series bold
1828
1829 \backslash
1830 frac
1831 \series default
1832 .
1833 \end_layout
1834
1835 \begin_layout Standard
1836 A line with the fraction 
1837 \begin_inset Formula $\dfrac{1}{2}$
1838 \end_inset
1839
1840  that was created with the command 
1841 \series bold
1842
1843 \backslash
1844 dfrac
1845 \series default
1846 .
1847 \end_layout
1848
1849 \begin_layout Standard
1850 \align center
1851 \begin_inset Tabular
1852 <lyxtabular version="3" rows="4" columns="2">
1853 <features>
1854 <column alignment="center" valignment="top" width="0pt">
1855 <column alignment="center" valignment="top" width="0pt">
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861 Command
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870 Result
1871 \begin_inset Note Note
1872 status collapsed
1873
1874 \begin_layout Plain Layout
1875
1876 \series bold
1877
1878 \backslash
1879 raisebox
1880 \series default
1881  is only used as spacer.
1882 \end_layout
1883
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 <row>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \backslash
1899 frac
1900 \begin_inset ERT
1901 status collapsed
1902
1903 \begin_layout Plain Layout
1904
1905
1906 \backslash
1907 spce 
1908 \end_layout
1909
1910 \end_inset
1911
1912 A
1913 \begin_inset Formula $\downarrow$
1914 \end_inset
1915
1916 B
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1926 \end_inset
1927
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 </row>
1934 <row>
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \backslash
1941 dfrac
1942 \begin_inset ERT
1943 status collapsed
1944
1945 \begin_layout Plain Layout
1946
1947
1948 \backslash
1949 spce 
1950 \end_layout
1951
1952 \end_inset
1953
1954 A
1955 \begin_inset Formula $\downarrow$
1956 \end_inset
1957
1958 B
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1968 \end_inset
1969
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 </row>
1976 <row>
1977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \backslash
1983 dfrac
1984 \begin_inset ERT
1985 status collapsed
1986
1987 \begin_layout Plain Layout
1988
1989
1990 \backslash
1991 spce 
1992 \end_layout
1993
1994 \end_inset
1995
1996 e^
1997 \begin_inset ERT
1998 status collapsed
1999
2000 \begin_layout Plain Layout
2001
2002
2003 \backslash
2004 spce 
2005 \end_layout
2006
2007 \end_inset
2008
2009
2010 \backslash
2011 frac
2012 \begin_inset ERT
2013 status collapsed
2014
2015 \begin_layout Plain Layout
2016
2017
2018 \backslash
2019 spce 
2020 \end_layout
2021
2022 \end_inset
2023
2024 1
2025 \begin_inset Formula $\downarrow$
2026 \end_inset
2027
2028 2
2029 \begin_inset Formula $\downarrow\downarrow$
2030 \end_inset
2031
2032 3
2033 \end_layout
2034
2035 \end_inset
2036 </cell>
2037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2038 \begin_inset Text
2039
2040 \begin_layout Plain Layout
2041 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \end_inset
2048 </cell>
2049 </row>
2050 </lyxtabular>
2051
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 \begin_inset VSpace bigskip
2059 \end_inset
2060
2061
2062 \begin_inset Newpage newpage
2063 \end_inset
2064
2065 For nested fractions the command 
2066 \series bold
2067
2068 \backslash
2069 cfrac
2070 \series default
2071
2072 \begin_inset Index
2073 status collapsed
2074
2075 \begin_layout Plain Layout
2076 Commands ! C ! 
2077 \backslash
2078 cfrac
2079 \end_layout
2080
2081 \end_inset
2082
2083  can be used.
2084  Here an example:
2085 \begin_inset VSpace -3mm
2086 \end_inset
2087
2088
2089 \end_layout
2090
2091 \begin_layout Standard
2092 \begin_inset Formula \begin{align*}
2093 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2094 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2095
2096 \end_inset
2097
2098
2099 \end_layout
2100
2101 \begin_layout Standard
2102 The command for the example above is:
2103 \end_layout
2104
2105 \begin_layout Standard
2106
2107 \series bold
2108
2109 \backslash
2110 cfrac{A
2111 \begin_inset Formula $\to$
2112 \end_inset
2113
2114
2115 \backslash
2116 {B+
2117 \backslash
2118 cfrac{C+
2119 \backslash
2120 cfrac{E
2121 \begin_inset Formula $\to$
2122 \end_inset
2123
2124
2125 \backslash
2126 {F
2127 \begin_inset Formula $\to\to$
2128 \end_inset
2129
2130
2131 \backslash
2132 {D
2133 \end_layout
2134
2135 \begin_layout Standard
2136 \begin_inset VSpace medskip
2137 \end_inset
2138
2139
2140 \end_layout
2141
2142 \begin_layout Standard
2143
2144 \series bold
2145
2146 \backslash
2147 cfrac
2148 \series default
2149  sets the fraction always in the size of a displayed formula, also when
2150  it is part of another fraction.
2151  
2152 \series bold
2153
2154 \backslash
2155 cfrac
2156 \series default
2157  has the following command scheme:
2158 \end_layout
2159
2160 \begin_layout Standard
2161
2162 \series bold
2163
2164 \backslash
2165 cfrac[numerator position]{numerator}{denominator}
2166 \end_layout
2167
2168 \begin_layout Standard
2169 The numerator position can be 
2170 \emph on
2171 l
2172 \emph default
2173  , 
2174 \emph on
2175 c
2176 \emph default
2177 , or 
2178 \emph on
2179 r
2180 \emph default
2181  .
2182  l or r aligns the numerator to the left or right, resp.
2183 \begin_inset space ~
2184 \end_inset
2185
2186 with the fraction stroke.
2187  When 
2188 \emph on
2189 c
2190 \emph default
2191  or no position is given, the numerator appears centered.
2192  These fractions demonstrate the different alignments:
2193 \begin_inset Newline newline
2194 \end_inset
2195
2196
2197 \series bold
2198
2199 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2200 \end_inset
2201
2202
2203 \begin_inset Formula $\cfrac{A}{B+C}$
2204 \end_inset
2205
2206
2207 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 \begin_inset VSpace medskip
2215 \end_inset
2216
2217 It is often advantageous to combine 
2218 \series bold
2219
2220 \backslash
2221 cfrac
2222 \series default
2223  and 
2224 \series bold
2225
2226 \backslash
2227 frac
2228 \series default
2229 :
2230 \begin_inset Formula \[
2231 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2232
2233 \end_inset
2234
2235
2236 \end_layout
2237
2238 \begin_layout Standard
2239 For inline fractions with a sloped fraction stroke you can use the command
2240  
2241 \series bold
2242
2243 \backslash
2244 nicefrac
2245 \begin_inset Index
2246 status collapsed
2247
2248 \begin_layout Plain Layout
2249 Commands ! N ! 
2250 \backslash
2251 nicefrac
2252 \end_layout
2253
2254 \end_inset
2255
2256
2257 \series default
2258
2259 \begin_inset Formula $\nicefrac{5}{31}$
2260 \end_inset
2261
2262
2263 \end_layout
2264
2265 \begin_layout Standard
2266 How to define own fractions where the fraction stroke can be changed, is
2267  explained in 
2268 \begin_inset CommandInset ref
2269 LatexCommand ref
2270 reference "sub:Self-defined-Fractions"
2271
2272 \end_inset
2273
2274 .
2275 \end_layout
2276
2277 \begin_layout Subsection
2278 Roots
2279 \begin_inset Index
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Roots
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \end_layout
2290
2291 \begin_layout Standard
2292 Square roots are created with 
2293 \series bold
2294
2295 \backslash
2296 sqrt
2297 \series default
2298
2299 \begin_inset Index
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303 Commands ! S ! 
2304 \backslash
2305 sqrt
2306 \end_layout
2307
2308 \end_inset
2309
2310  or the math toolbar button 
2311 \begin_inset Graphics
2312         filename ../images/math/sqrt.png
2313         scale 85
2314
2315 \end_inset
2316
2317 , all other roots with the command 
2318 \series bold
2319
2320 \backslash
2321 root
2322 \series default
2323
2324 \begin_inset Index
2325 status collapsed
2326
2327 \begin_layout Plain Layout
2328 Commands ! R ! 
2329 \backslash
2330 root
2331 \end_layout
2332
2333 \end_inset
2334
2335  or with the math toolbar button 
2336 \begin_inset Graphics
2337         filename ../images/math/root.png
2338         scale 85
2339
2340 \end_inset
2341
2342 .
2343 \end_layout
2344
2345 \begin_layout Standard
2346 \align center
2347 \begin_inset Tabular
2348 <lyxtabular version="3" rows="3" columns="2">
2349 <features>
2350 <column alignment="center" valignment="top" width="0pt">
2351 <column alignment="center" valignment="top" width="0pt">
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357 Command
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 Result
2367 \begin_inset Note Note
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371
2372 \series bold
2373
2374 \backslash
2375 raisebox
2376 \series default
2377  is only used as spacer.
2378 \end_layout
2379
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393
2394 \backslash
2395 sqrt
2396 \begin_inset ERT
2397 status collapsed
2398
2399 \begin_layout Plain Layout
2400
2401
2402 \backslash
2403 spce 
2404 \end_layout
2405
2406 \end_inset
2407
2408 A-B
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Plain Layout
2417 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2418 \end_inset
2419
2420
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 </row>
2426 <row>
2427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431
2432 \backslash
2433 root
2434 \begin_inset ERT
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438
2439
2440 \backslash
2441 spce 
2442 \end_layout
2443
2444 \end_inset
2445
2446 3
2447 \begin_inset Formula $\downarrow$
2448 \end_inset
2449
2450 A-B
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Plain Layout
2459 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2460 \end_inset
2461
2462
2463 \end_layout
2464
2465 \end_inset
2466 </cell>
2467 </row>
2468 </lyxtabular>
2469
2470 \end_inset
2471
2472
2473 \end_layout
2474
2475 \begin_layout Standard
2476 A square root can also be created with 
2477 \series bold
2478
2479 \backslash
2480 root
2481 \series default
2482  when the root index field is left empty.
2483 \end_layout
2484
2485 \begin_layout Standard
2486 With certain indices the distance to the root is too small, like in this
2487  formula: 
2488 \begin_inset Formula $\sqrt[\beta]{B}$
2489 \end_inset
2490
2491
2492 \begin_inset Newline newline
2493 \end_inset
2494
2495 The 
2496 \begin_inset Formula $\beta$
2497 \end_inset
2498
2499  touches the root.
2500  To avoid this, the commands 
2501 \series bold
2502
2503 \backslash
2504 leftroot
2505 \series default
2506
2507 \begin_inset Index
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 Commands ! L ! 
2512 \backslash
2513 leftroot
2514 \end_layout
2515
2516 \end_inset
2517
2518  and 
2519 \series bold
2520
2521 \backslash
2522 uproot
2523 \series default
2524
2525 \begin_inset Index
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Commands ! U ! 
2530 \backslash
2531 uproot
2532 \end_layout
2533
2534 \end_inset
2535
2536  are used with the following scheme:
2537 \end_layout
2538
2539 \begin_layout Standard
2540
2541 \series bold
2542
2543 \backslash
2544 leftroot{distance}
2545 \series default
2546  and 
2547 \series bold
2548
2549 \backslash
2550 uproot{distance}
2551 \end_layout
2552
2553 \begin_layout Standard
2554 Distance is the number of Big Points (unit bp; 
2555 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2556 \end_inset
2557
2558 ), that the index should be moved to the left or top, resp..
2559  The commands are written to the index.
2560  This way the command
2561 \begin_inset Newline newline
2562 \end_inset
2563
2564
2565 \series bold
2566
2567 \backslash
2568 root
2569 \backslash
2570 leftroot{-1
2571 \begin_inset Formula $\to$
2572 \end_inset
2573
2574
2575 \backslash
2576 uproot{2
2577 \begin_inset Formula $\to$
2578 \end_inset
2579
2580
2581 \backslash
2582 beta
2583 \begin_inset ERT
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587
2588
2589 \backslash
2590 spce 
2591 \end_layout
2592
2593 \end_inset
2594
2595
2596 \begin_inset Formula $\to$
2597 \end_inset
2598
2599 B
2600 \begin_inset Newline newline
2601 \end_inset
2602
2603
2604 \series default
2605 produces a correct typeset formula: 
2606 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2607 \end_inset
2608
2609
2610 \end_layout
2611
2612 \begin_layout Subsection
2613 Binomial coefficients 
2614 \begin_inset Index
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 Binomial coefficient s
2619 \end_layout
2620
2621 \end_inset
2622
2623
2624 \end_layout
2625
2626 \begin_layout Standard
2627 Binomial coefficients are inserted with the command 
2628 \series bold
2629
2630 \backslash
2631 binom
2632 \series default
2633
2634 \begin_inset Index
2635 status collapsed
2636
2637 \begin_layout Plain Layout
2638 Commands ! B ! 
2639 \backslash
2640 binom
2641 \end_layout
2642
2643 \end_inset
2644
2645  or with the submenu of the math toolbar button 
2646 \begin_inset Graphics
2647         filename ../images/math/frac-square.png
2648         scale 85
2649
2650 \end_inset
2651
2652 .
2653  Analog to fractions (
2654 \series bold
2655
2656 \backslash
2657 frac
2658 \series default
2659 ) there are besides 
2660 \series bold
2661
2662 \backslash
2663 binom
2664 \series default
2665  the commands 
2666 \series bold
2667
2668 \backslash
2669 dbinom
2670 \begin_inset Index
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 Commands ! D ! 
2675 \backslash
2676 dbinom
2677 \end_layout
2678
2679 \end_inset
2680
2681
2682 \series default
2683  and 
2684 \series bold
2685
2686 \backslash
2687 tbinom
2688 \series default
2689
2690 \begin_inset Index
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Commands ! T ! 
2695 \backslash
2696 tbinom
2697 \end_layout
2698
2699 \end_inset
2700
2701 .
2702  For other brackets around binomial coeficients there are the commands 
2703 \series bold
2704
2705 \backslash
2706 brace
2707 \series default
2708
2709 \begin_inset Index
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713 Commands ! B ! 
2714 \backslash
2715 brace
2716 \end_layout
2717
2718 \end_inset
2719
2720  and 
2721 \series bold
2722
2723 \backslash
2724 brack
2725 \series default
2726
2727 \begin_inset Index
2728 status collapsed
2729
2730 \begin_layout Plain Layout
2731 Commands ! B ! 
2732 \backslash
2733 brack
2734 \end_layout
2735
2736 \end_inset
2737
2738 .
2739 \end_layout
2740
2741 \begin_layout Standard
2742 \align center
2743 \begin_inset Tabular
2744 <lyxtabular version="3" rows="6" columns="2">
2745 <features>
2746 <column alignment="center" valignment="top" width="0pt">
2747 <column alignment="center" valignment="top" width="0pt">
2748 <row>
2749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753 Command
2754 \end_layout
2755
2756 \end_inset
2757 </cell>
2758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Plain Layout
2762 Result
2763 \begin_inset Note Note
2764 status collapsed
2765
2766 \begin_layout Plain Layout
2767
2768 \series bold
2769
2770 \backslash
2771 raisebox
2772 \series default
2773  is only used as spacer.
2774 \end_layout
2775
2776 \end_inset
2777
2778
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 </row>
2784 <row>
2785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Plain Layout
2789
2790 \backslash
2791 binom
2792 \begin_inset ERT
2793 status collapsed
2794
2795 \begin_layout Plain Layout
2796
2797
2798 \backslash
2799 spce 
2800 \end_layout
2801
2802 \end_inset
2803
2804 A
2805 \begin_inset Formula $\downarrow$
2806 \end_inset
2807
2808 B
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2818 \end_inset
2819
2820
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 </row>
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831
2832 \backslash
2833 dbinom
2834 \begin_inset ERT
2835 status collapsed
2836
2837 \begin_layout Plain Layout
2838
2839
2840 \backslash
2841 spce 
2842 \end_layout
2843
2844 \end_inset
2845
2846 A
2847 \begin_inset Formula $\downarrow$
2848 \end_inset
2849
2850 B
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 </row>
2868 <row>
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873
2874 \backslash
2875 tbinom
2876 \begin_inset ERT
2877 status collapsed
2878
2879 \begin_layout Plain Layout
2880
2881
2882 \backslash
2883 spce 
2884 \end_layout
2885
2886 \end_inset
2887
2888 A
2889 \begin_inset Formula $\downarrow$
2890 \end_inset
2891
2892 B
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2902 \end_inset
2903
2904
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 </row>
2910 <row>
2911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915
2916 \backslash
2917 brack
2918 \begin_inset ERT
2919 status collapsed
2920
2921 \begin_layout Plain Layout
2922
2923
2924 \backslash
2925 spce 
2926 \end_layout
2927
2928 \end_inset
2929
2930 A
2931 \begin_inset Formula $\downarrow$
2932 \end_inset
2933
2934 B
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 </row>
2952 <row>
2953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957
2958 \backslash
2959 brace
2960 \begin_inset ERT
2961 status collapsed
2962
2963 \begin_layout Plain Layout
2964
2965
2966 \backslash
2967 spce 
2968 \end_layout
2969
2970 \end_inset
2971
2972 A
2973 \begin_inset Formula $\downarrow$
2974 \end_inset
2975
2976 B
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2986 \end_inset
2987
2988
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 </row>
2994 </lyxtabular>
2995
2996 \end_inset
2997
2998
2999 \end_layout
3000
3001 \begin_layout Subsection
3002 Case differentiations 
3003 \begin_inset Index
3004 status collapsed
3005
3006 \begin_layout Plain Layout
3007 Case differentiations 
3008 \end_layout
3009
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \begin_layout Standard
3016 \align center
3017 \begin_inset Tabular
3018 <lyxtabular version="3" rows="3" columns="2">
3019 <features>
3020 <column alignment="center" valignment="top" width="0pt">
3021 <column alignment="center" valignment="top" width="0pt">
3022 <row>
3023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 Command
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 Result
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \backslash
3049 cases
3050 \begin_inset ERT
3051 status collapsed
3052
3053 \begin_layout Plain Layout
3054
3055
3056 \backslash
3057 spce 
3058 \end_layout
3059
3060 \end_inset
3061
3062 A
3063 \begin_inset Formula $\to$
3064 \end_inset
3065
3066 B>0
3067 \begin_inset Index
3068 status collapsed
3069
3070 \begin_layout Plain Layout
3071 Commands ! C ! 
3072 \backslash
3073 cases
3074 \end_layout
3075
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 \begin_inset Formula $\begin{cases}
3088 A & B>0\end{cases}$
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 <row>
3098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \backslash
3104 cases
3105 \begin_inset ERT
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109
3110
3111 \backslash
3112 spce 
3113 \end_layout
3114
3115 \end_inset
3116
3117 Ctrl-Enter
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 \begin_inset Formula $\begin{cases}
3127 A & \textrm{for }x>0\\
3128 B & \textrm{for }x=0\end{cases}$
3129 \end_inset
3130
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 </row>
3137 </lyxtabular>
3138
3139 \end_inset
3140
3141
3142 \end_layout
3143
3144 \begin_layout Standard
3145 After inserting 
3146 \series bold
3147
3148 \backslash
3149 cases
3150 \series default
3151  or the usage of the math toolbar button 
3152 \begin_inset Graphics
3153         filename ../images/math/cases.png
3154         scale 85
3155
3156 \end_inset
3157
3158  you can create new lines with the shortcut 
3159 \family sans
3160 Ctrl-Return
3161 \family default
3162  or the table toolbar button 
3163 \begin_inset Graphics
3164         filename ../images/tabular-feature_append-row.png
3165         scale 85
3166
3167 \end_inset
3168
3169 .
3170 \end_layout
3171
3172 \begin_layout Standard
3173 The command 
3174 \series bold
3175
3176 \backslash
3177 cases
3178 \series default
3179  is also available via the menu 
3180 \family sans
3181 Insert\SpecialChar \menuseparator
3182 Math\SpecialChar \menuseparator
3183 Cases-Environment
3184 \family default
3185 .
3186 \end_layout
3187
3188 \begin_layout Subsection
3189 Negations
3190 \begin_inset Index
3191 status collapsed
3192
3193 \begin_layout Plain Layout
3194 Negations
3195 \end_layout
3196
3197 \end_inset
3198
3199
3200 \end_layout
3201
3202 \begin_layout Standard
3203 By inserting of 
3204 \series bold
3205
3206 \backslash
3207 not
3208 \series default
3209
3210 \begin_inset Index
3211 status collapsed
3212
3213 \begin_layout Plain Layout
3214 Commands ! N ! 
3215 \backslash
3216 not
3217 \end_layout
3218
3219 \end_inset
3220
3221  every character can be displayed canceled.
3222  The characters are quasi accentuated by a slash.
3223 \end_layout
3224
3225 \begin_layout Standard
3226 \align center
3227 \begin_inset Tabular
3228 <lyxtabular version="3" rows="4" columns="2">
3229 <features>
3230 <column alignment="center" valignment="top" width="0pt">
3231 <column alignment="center" valignment="top" width="0pt">
3232 <row>
3233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 Command
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 Result
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 </row>
3252 <row>
3253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \backslash
3259 not=
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 \begin_inset Formula $\not=$
3269 \end_inset
3270
3271
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 </row>
3277 <row>
3278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282
3283 \backslash
3284 not 
3285 \backslash
3286 le
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 \begin_inset Formula $\not\le$
3296 \end_inset
3297
3298
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row>
3305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \backslash
3311 not 
3312 \backslash
3313 parallel
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 \begin_inset Formula $\not\parallel$
3323 \end_inset
3324
3325
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 </row>
3331 </lyxtabular>
3332
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \begin_layout Standard
3339 The last example shows, that not all negations look good.
3340  Therefore there are for some negations special commands (see 
3341 \begin_inset CommandInset ref
3342 LatexCommand ref
3343 reference "sub:Mathematical-Symbols"
3344
3345 \end_inset
3346
3347  and 
3348 \begin_inset CommandInset ref
3349 LatexCommand ref
3350 reference "sec:Relations"
3351
3352 \end_inset
3353
3354 ).
3355 \end_layout
3356
3357 \begin_layout Subsection
3358 Placeholders
3359 \begin_inset CommandInset label
3360 LatexCommand label
3361 name "sub:Placeholders"
3362
3363 \end_inset
3364
3365
3366 \begin_inset Index
3367 status collapsed
3368
3369 \begin_layout Plain Layout
3370 Placeholders
3371 \end_layout
3372
3373 \end_inset
3374
3375
3376 \begin_inset Index
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380 Chemical characters ! Isotopes
3381 \end_layout
3382
3383 \end_inset
3384
3385
3386 \begin_inset Index
3387 status collapsed
3388
3389 \begin_layout Plain Layout
3390 Isotopes|see
3391 \begin_inset ERT
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395
3396 {
3397 \end_layout
3398
3399 \end_inset
3400
3401 Chemical characters
3402 \begin_inset ERT
3403 status collapsed
3404
3405 \begin_layout Plain Layout
3406
3407 }
3408 \end_layout
3409
3410 \end_inset
3411
3412
3413 \end_layout
3414
3415 \end_inset
3416
3417
3418 \end_layout
3419
3420 \begin_layout Standard
3421 When displaying e.
3422 \begin_inset space \thinspace{}
3423 \end_inset
3424
3425 g.
3426 \begin_inset space ~
3427 \end_inset
3428
3429 isotopes
3430 \begin_inset Foot
3431 status collapsed
3432
3433 \begin_layout Plain Layout
3434 More about chemical symbols is written in 
3435 \begin_inset CommandInset ref
3436 LatexCommand ref
3437 reference "sub:Chemical-Symbols-and"
3438
3439 \end_inset
3440
3441 .
3442 \end_layout
3443
3444 \end_inset
3445
3446  the following problem occurs:
3447 \end_layout
3448
3449 \begin_layout Standard
3450 \align center
3451 \begin_inset Tabular
3452 <lyxtabular version="3" rows="2" columns="2">
3453 <features>
3454 <column alignment="center" valignment="top" width="0pt">
3455 <column alignment="center" valignment="top" width="0pt">
3456 <row>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Indices created with sub- and superscripts:
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3471 \end_inset
3472
3473
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 correct indices:
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 </lyxtabular>
3503
3504 \end_inset
3505
3506
3507 \begin_inset Note Note
3508 status collapsed
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513
3514 \backslash
3515 raisebox
3516 \series default
3517  is only used as spacer.
3518 \end_layout
3519
3520 \end_inset
3521
3522
3523 \end_layout
3524
3525 \begin_layout Standard
3526 The shorter index is by default placed below or above the first character
3527  of the longer index.
3528  To avoid this there is the command 
3529 \series bold
3530
3531 \backslash
3532 phantom
3533 \series default
3534
3535 \begin_inset Index
3536 status collapsed
3537
3538 \begin_layout Plain Layout
3539 Commands ! P ! 
3540 \backslash
3541 phantom
3542 \end_layout
3543
3544 \end_inset
3545
3546  or the math toolbar button
3547 \begin_inset space \thinspace{}
3548 \end_inset
3549
3550
3551 \begin_inset Foot
3552 status collapsed
3553
3554 \begin_layout Plain Layout
3555 can be found in the submenu of the toolbar button 
3556 \begin_inset Graphics
3557         filename ../images/math/space.png
3558         scale 85
3559
3560 \end_inset
3561
3562
3563 \end_layout
3564
3565 \end_inset
3566
3567  
3568 \begin_inset Graphics
3569         filename ../images/math/phantom.png
3570         scale 85
3571
3572 \end_inset
3573
3574  that creates one or more phantom characters.
3575  When inserting 
3576 \series bold
3577
3578 \backslash
3579 phantom
3580 \series default
3581  a small blue box appears that is superposed with two red arrows.
3582  The arrows indicate that the complete width and height of the box content
3583  will be created as placeholder.
3584  Phantom characters are accordingly placeholders with the size of the characters.
3585 \end_layout
3586
3587 \begin_layout Standard
3588 \align center
3589 \begin_inset Tabular
3590 <lyxtabular version="3" rows="4" columns="2">
3591 <features>
3592 <column alignment="center" valignment="top" width="0">
3593 <column alignment="center" valignment="top" width="0">
3594 <row>
3595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Command
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Result
3609 \begin_inset Note Note
3610 status collapsed
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615
3616 \backslash
3617 raisebox
3618 \series default
3619  is only used as spacer.
3620 \end_layout
3621
3622 \end_inset
3623
3624
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 ^19
3636 \begin_inset ERT
3637 status collapsed
3638
3639 \begin_layout Plain Layout
3640
3641
3642 \backslash
3643 spce 
3644 \end_layout
3645
3646 \end_inset
3647
3648 _
3649 \backslash
3650 phantom
3651 \begin_inset ERT
3652 status collapsed
3653
3654 \begin_layout Plain Layout
3655
3656
3657 \backslash
3658 spce 
3659 \end_layout
3660
3661 \end_inset
3662
3663 1
3664 \begin_inset Formula $\to$
3665 \end_inset
3666
3667 9
3668 \begin_inset ERT
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673
3674 \backslash
3675 spce 
3676 \end_layout
3677
3678 \end_inset
3679
3680 F
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3690 \end_inset
3691
3692
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 ^235
3704 \begin_inset ERT
3705 status collapsed
3706
3707 \begin_layout Plain Layout
3708
3709
3710 \backslash
3711 spce 
3712 \end_layout
3713
3714 \end_inset
3715
3716 _
3717 \backslash
3718 phantom
3719 \begin_inset ERT
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723
3724
3725 \backslash
3726 spce 
3727 \end_layout
3728
3729 \end_inset
3730
3731 23
3732 \begin_inset Formula $\to$
3733 \end_inset
3734
3735 9
3736 \begin_inset ERT
3737 status collapsed
3738
3739 \begin_layout Plain Layout
3740
3741
3742 \backslash
3743 spce 
3744 \end_layout
3745
3746 \end_inset
3747
3748 F
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3758 \end_inset
3759
3760
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \backslash
3773 Lambda^
3774 \begin_inset ERT
3775 status collapsed
3776
3777 \begin_layout Plain Layout
3778
3779
3780 \backslash
3781 spce 
3782 \end_layout
3783
3784 \end_inset
3785
3786
3787 \backslash
3788 phantom
3789 \begin_inset ERT
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793
3794
3795 \backslash
3796 spce 
3797 \end_layout
3798
3799 \end_inset
3800
3801 ii
3802 \begin_inset Formula $\to$
3803 \end_inset
3804
3805 t
3806 \begin_inset ERT
3807 status collapsed
3808
3809 \begin_layout Plain Layout
3810
3811
3812 \backslash
3813 spce 
3814 \end_layout
3815
3816 \end_inset
3817
3818 _MMt
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3828 \end_inset
3829
3830
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 </row>
3836 </lyxtabular>
3837
3838 \end_inset
3839
3840
3841 \end_layout
3842
3843 \begin_layout Standard
3844 Furthermore there are the commands 
3845 \series bold
3846
3847 \backslash
3848 vphantom
3849 \series default
3850
3851 \begin_inset Index
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855 Commands ! V ! 
3856 \backslash
3857 vphantom
3858 \end_layout
3859
3860 \end_inset
3861
3862  (toolbar button 
3863 \begin_inset space ~
3864 \end_inset
3865
3866
3867 \begin_inset Graphics
3868         filename ../images/math/vphantom.png
3869         scale 85
3870
3871 \end_inset
3872
3873 ) and 
3874 \series bold
3875
3876 \backslash
3877 hphantom
3878 \series default
3879
3880 \begin_inset Index
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884 Commands ! H ! 
3885 \backslash
3886 hphantom
3887 \end_layout
3888
3889 \end_inset
3890
3891  (toolbar button 
3892 \begin_inset space ~
3893 \end_inset
3894
3895
3896 \begin_inset Graphics
3897         filename ../images/math/hphantom.png
3898         scale 85
3899
3900 \end_inset
3901
3902 ).
3903  
3904 \series bold
3905
3906 \backslash
3907 hphantom
3908 \series default
3909  creates only space for the maximal height of the characters in the box
3910  but not for its width.
3911  
3912 \series bold
3913
3914 \backslash
3915 vphantom
3916 \series default
3917  creates only space for the width of the box content.
3918  Therefore  the boxes of both commands have only one red arrow.
3919 \end_layout
3920
3921 \begin_layout Standard
3922 For example creates 
3923 \series bold
3924
3925 \backslash
3926 vphantom
3927 \series default
3928
3929 \begin_inset ERT
3930 status collapsed
3931
3932 \begin_layout Plain Layout
3933
3934
3935 \backslash
3936 spce 
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \series bold
3943 a
3944 \backslash
3945 int
3946 \series default
3947  space for the height of the integral sign,
3948 \begin_inset Foot
3949 status collapsed
3950
3951 \begin_layout Plain Layout
3952 The command 
3953 \series bold
3954
3955 \backslash
3956 int
3957 \series default
3958  creates an integral sign, see 
3959 \begin_inset CommandInset ref
3960 LatexCommand ref
3961 reference "sub:Big-Operators"
3962
3963 \end_inset
3964
3965 .
3966 \end_layout
3967
3968 \end_inset
3969
3970  because this is the larger character.
3971  An example application is in 
3972 \begin_inset CommandInset ref
3973 LatexCommand ref
3974 reference "sub:Multiline-Brackets"
3975
3976 \end_inset
3977
3978 .
3979 \end_layout
3980
3981 \begin_layout Subsection
3982 Lines
3983 \begin_inset Index
3984 status collapsed
3985
3986 \begin_layout Plain Layout
3987 Lines
3988 \end_layout
3989
3990 \end_inset
3991
3992
3993 \begin_inset Index
3994 status collapsed
3995
3996 \begin_layout Plain Layout
3997 Formula ! underlined
3998 \end_layout
3999
4000 \end_inset
4001
4002
4003 \end_layout
4004
4005 \begin_layout Standard
4006 \align center
4007 \begin_inset Tabular
4008 <lyxtabular version="3" rows="4" columns="2">
4009 <features>
4010 <column alignment="center" valignment="top" width="0pt">
4011 <column alignment="center" valignment="top" width="0pt">
4012 <row>
4013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Command
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 Result
4027 \begin_inset Note Note
4028 status collapsed
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033
4034 \backslash
4035 raisebox
4036 \series default
4037  is only used as spacer.
4038 \end_layout
4039
4040 \end_inset
4041
4042
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \backslash
4055 overline
4056 \begin_inset ERT
4057 status collapsed
4058
4059 \begin_layout Plain Layout
4060
4061
4062 \backslash
4063 spce 
4064 \end_layout
4065
4066 \end_inset
4067
4068 A+B
4069 \begin_inset Index
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 Commands ! O ! 
4074 \backslash
4075 overline
4076 \end_layout
4077
4078 \end_inset
4079
4080
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4090 \end_inset
4091
4092
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \backslash
4105 underline
4106 \begin_inset ERT
4107 status collapsed
4108
4109 \begin_layout Plain Layout
4110
4111
4112 \backslash
4113 spce 
4114 \end_layout
4115
4116 \end_inset
4117
4118 A+B
4119 \begin_inset Index
4120 status collapsed
4121
4122 \begin_layout Plain Layout
4123 Commands ! U ! 
4124 \backslash
4125 underline
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4140 \end_inset
4141
4142
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \backslash
4155 overline
4156 \begin_inset ERT
4157 status collapsed
4158
4159 \begin_layout Plain Layout
4160
4161
4162 \backslash
4163 spce 
4164 \end_layout
4165
4166 \end_inset
4167
4168
4169 \backslash
4170 underline
4171 \begin_inset ERT
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175
4176
4177 \backslash
4178 spce 
4179 \end_layout
4180
4181 \end_inset
4182
4183 A+B
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4193 \end_inset
4194
4195
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 </lyxtabular>
4202
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \begin_layout Standard
4209 In the last example it doesn't matter if first 
4210 \series bold
4211
4212 \backslash
4213 overline
4214 \series default
4215  or 
4216 \series bold
4217
4218 \backslash
4219 underline
4220 \series default
4221  is inserted.
4222 \end_layout
4223
4224 \begin_layout Standard
4225 To double underline e.
4226 \begin_inset space \thinspace{}
4227 \end_inset
4228
4229 g.
4230  results, one uses 
4231 \series bold
4232
4233 \backslash
4234 underline
4235 \series default
4236  twice.
4237 \end_layout
4238
4239 \begin_layout Standard
4240 It is possible to place up to 6 lines above or below characters.
4241 \end_layout
4242
4243 \begin_layout Subsection
4244 Ellipses
4245 \begin_inset Index
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249 Ellipses
4250 \end_layout
4251
4252 \end_inset
4253
4254
4255 \end_layout
4256
4257 \begin_layout Standard
4258 There are different types of ellipses available.
4259 \begin_inset Foot
4260 status collapsed
4261
4262 \begin_layout Plain Layout
4263 In the math toolbar in the submenu of the button 
4264 \begin_inset Graphics
4265         filename ../images/math/ldots.png
4266         scale 85
4267
4268 \end_inset
4269
4270
4271 \end_layout
4272
4273 \end_inset
4274
4275  For listings dots at the baseline are used (
4276 \series bold
4277
4278 \backslash
4279 ldots
4280 \series default
4281
4282 \begin_inset Index
4283 status collapsed
4284
4285 \begin_layout Plain Layout
4286 Commands ! L ! 
4287 \backslash
4288 ldots
4289 \end_layout
4290
4291 \end_inset
4292
4293 ), while for operations dots are needed that are on the same height as the
4294  operators (
4295 \series bold
4296
4297 \backslash
4298 cdots
4299 \series default
4300
4301 \begin_inset Index
4302 status collapsed
4303
4304 \begin_layout Plain Layout
4305 Commands ! C ! 
4306 \backslash
4307 cdots
4308 \end_layout
4309
4310 \end_inset
4311
4312 ).
4313  When using the command 
4314 \series bold
4315
4316 \backslash
4317 dots
4318 \series default
4319
4320 \begin_inset Index
4321 status collapsed
4322
4323 \begin_layout Plain Layout
4324 Commands ! D ! 
4325 \backslash
4326 dots
4327 \end_layout
4328
4329 \end_inset
4330
4331 , LaTeX decides on the basis of the next character what type is used.
4332 \end_layout
4333
4334 \begin_layout Standard
4335 \align center
4336 \begin_inset Tabular
4337 <lyxtabular version="3" rows="8" columns="2">
4338 <features>
4339 <column alignment="center" valignment="top" width="0pt">
4340 <column alignment="center" valignment="top" width="0pt">
4341 <row>
4342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 Command
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 Result
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 </row>
4361 <row>
4362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 A_1
4367 \begin_inset ERT
4368 status collapsed
4369
4370 \begin_layout Plain Layout
4371
4372
4373 \backslash
4374 spce 
4375 \end_layout
4376
4377 \end_inset
4378
4379 ,
4380 \backslash
4381 dots
4382 \begin_inset ERT
4383 status collapsed
4384
4385 \begin_layout Plain Layout
4386
4387
4388 \backslash
4389 spce 
4390 \end_layout
4391
4392 \end_inset
4393
4394 ,A_n
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 \begin_inset Formula $A_{1},\dots,A_{n}$
4404 \end_inset
4405
4406
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 A_1
4418 \begin_inset ERT
4419 status collapsed
4420
4421 \begin_layout Plain Layout
4422
4423
4424 \backslash
4425 spce 
4426 \end_layout
4427
4428 \end_inset
4429
4430 +
4431 \backslash
4432 dots
4433 \begin_inset ERT
4434 status collapsed
4435
4436 \begin_layout Plain Layout
4437
4438
4439 \backslash
4440 spce 
4441 \end_layout
4442
4443 \end_inset
4444
4445 +A_n
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 \begin_inset Formula $A_{1}+\dots+A_{n}$
4455 \end_inset
4456
4457
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 A_1
4469 \begin_inset ERT
4470 status collapsed
4471
4472 \begin_layout Plain Layout
4473
4474
4475 \backslash
4476 spce 
4477 \end_layout
4478
4479 \end_inset
4480
4481 ,
4482 \backslash
4483 ldots
4484 \begin_inset ERT
4485 status collapsed
4486
4487 \begin_layout Plain Layout
4488
4489
4490 \backslash
4491 spce 
4492 \end_layout
4493
4494 \end_inset
4495
4496 ,A_n
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 \begin_inset Formula $A_{1},\ldots,A_{n}$
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 A_1
4520 \begin_inset ERT
4521 status collapsed
4522
4523 \begin_layout Plain Layout
4524
4525
4526 \backslash
4527 spce 
4528 \end_layout
4529
4530 \end_inset
4531
4532 +
4533 \backslash
4534 cdots
4535 \begin_inset ERT
4536 status collapsed
4537
4538 \begin_layout Plain Layout
4539
4540
4541 \backslash
4542 spce 
4543 \end_layout
4544
4545 \end_inset
4546
4547 +A_n
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4557 \end_inset
4558
4559
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \backslash
4572 vdots
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 \begin_inset Formula $\vdots$
4582 \end_inset
4583
4584
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \backslash
4597 ddots
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 \begin_inset Formula $\ddots$
4607 \end_inset
4608
4609
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 3×3
4621 \begin_inset space \thinspace{}
4622 \end_inset
4623
4624 matrix with the different dots
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 \begin_inset Formula $\begin{array}{ccc}
4634 A_{11} & \cdots & A_{1m}\\
4635 \vdots & \ddots & \vdots\\
4636 A_{n1} & \cdots & A_{nm}\end{array}$
4637 \end_inset
4638
4639
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 </lyxtabular>
4646
4647 \end_inset
4648
4649
4650 \end_layout
4651
4652 \begin_layout Standard
4653 The ellipses available in menu 
4654 \family sans
4655 Insert\SpecialChar \menuseparator
4656 Special
4657 \begin_inset space ~
4658 \end_inset
4659
4660 Character
4661 \family default
4662  are 
4663 \series bold
4664
4665 \backslash
4666 ldots
4667 \series default
4668 .
4669 \end_layout
4670
4671 \begin_layout Standard
4672 \begin_inset VSpace medskip
4673 \end_inset
4674
4675 Specially for matrices there are ellipses that span over several columns.
4676  They are created with the command 
4677 \series bold
4678
4679 \backslash
4680 hdotsfor
4681 \series default
4682
4683 \begin_inset Index
4684 status collapsed
4685
4686 \begin_layout Plain Layout
4687 Commands ! H ! 
4688 \backslash
4689 hdotsfor
4690 \end_layout
4691
4692 \end_inset
4693
4694 , that has the following scheme:
4695 \end_layout
4696
4697 \begin_layout Standard
4698
4699 \series bold
4700
4701 \backslash
4702 hdotsfor[distance]{number of columns}
4703 \end_layout
4704
4705 \begin_layout Standard
4706 The number of columns specifies how many columns should be spanned.
4707  Distance is a factor for the distance between the dots.
4708 \end_layout
4709
4710 \begin_layout Standard
4711 In the following matrix the command 
4712 \series bold
4713
4714 \backslash
4715 hdotsfor[2]{4}
4716 \series default
4717  was inserted in the first box of the second line, to get an ellipsis with
4718  a dot distance twice as long as with the command 
4719 \series bold
4720
4721 \backslash
4722 dots
4723 \series default
4724 :
4725 \begin_inset Formula \[
4726 \left(\begin{array}{cccc}
4727 A & B & C & D\\
4728 \hdotsfor[2]{4}\\
4729 q & w & e & r\end{array}\right)\]
4730
4731 \end_inset
4732
4733 Note that the matrix fields that should be spanned must be empty, otherwise
4734  you get LaTeX-errors.
4735 \end_layout
4736
4737 \begin_layout Standard
4738 \begin_inset VSpace bigskip
4739 \end_inset
4740
4741 Furthermore you can fill with the command 
4742 \series bold
4743
4744 \backslash
4745 dotfill
4746 \series default
4747
4748 \begin_inset Index
4749 status collapsed
4750
4751 \begin_layout Plain Layout
4752 Commands ! D ! 
4753 \backslash
4754 dotfill
4755 \end_layout
4756
4757 \end_inset
4758
4759  the rest of a line with dots.
4760  The effect of these commands is the same like with 
4761 \series bold
4762
4763 \backslash
4764 hfill
4765 \series default
4766 , see 
4767 \begin_inset CommandInset ref
4768 LatexCommand ref
4769 reference "sub:Variable-Space"
4770
4771 \end_inset
4772
4773 .
4774 \end_layout
4775
4776 \begin_layout Standard
4777 For example the command 
4778 \series bold
4779 A
4780 \backslash
4781 dotfill
4782 \begin_inset ERT
4783 status collapsed
4784
4785 \begin_layout Plain Layout
4786
4787
4788 \backslash
4789 spce 
4790 \end_layout
4791
4792 \end_inset
4793
4794 B
4795 \series default
4796  produces
4797 \end_layout
4798
4799 \begin_layout Standard
4800 \begin_inset Formula $A\dotfill B$
4801 \end_inset
4802
4803
4804 \end_layout
4805
4806 \begin_layout Standard
4807 Analog to
4808 \series bold
4809  
4810 \backslash
4811 dotfill
4812 \series default
4813  there is for a line the command 
4814 \series bold
4815
4816 \backslash
4817 hrulefill
4818 \series default
4819
4820 \begin_inset Index
4821 status collapsed
4822
4823 \begin_layout Plain Layout
4824 Commands ! H ! 
4825 \backslash
4826 hrulefill
4827 \end_layout
4828
4829 \end_inset
4830
4831 :
4832 \end_layout
4833
4834 \begin_layout Standard
4835 \begin_inset Formula $A\hrulefill B$
4836 \end_inset
4837
4838
4839 \end_layout
4840
4841 \begin_layout Standard
4842 To use the commands for text, they have to be inserted in TeX-mode.
4843 \end_layout
4844
4845 \begin_layout Section
4846 Matrices
4847 \begin_inset CommandInset label
4848 LatexCommand label
4849 name "sec:Matrices"
4850
4851 \end_inset
4852
4853
4854 \begin_inset Index
4855 status collapsed
4856
4857 \begin_layout Plain Layout
4858 Matrices
4859 \end_layout
4860
4861 \end_inset
4862
4863
4864 \end_layout
4865
4866 \begin_layout Standard
4867 Matrices can be inserted via the math toolbar button 
4868 \begin_inset Graphics
4869         filename ../images/dialog-show_mathmatrix.png
4870         scale 85
4871
4872 \end_inset
4873
4874  or the menu 
4875 \family sans
4876 Insert\SpecialChar \menuseparator
4877 Math\SpecialChar \menuseparator
4878 Matrix
4879 \family default
4880 .
4881  You will be asked for the number of matrix columns and rows, and the alignment.
4882  The vertical alignment is hereby only of importance for matrices in inline
4883  formulas:
4884 \end_layout
4885
4886 \begin_layout Standard
4887 The first matrix is top 
4888 \begin_inset Formula $\begin{array}[t]{cccc}
4889 A & D & G & J\\
4890 B & E & H & K\\
4891 C & F & I & L\end{array}$
4892 \end_inset
4893
4894 , the second middle 
4895 \begin_inset Formula $\begin{array}{cccc}
4896 A & D & G & J\\
4897 B & E & H & K\\
4898 C & F & I & L\end{array}$
4899 \end_inset
4900
4901 , and the third bottom 
4902 \begin_inset Formula $\begin{array}[b]{cccc}
4903 A & D & G & J\\
4904 B & E & H & K\\
4905 C & F & I & L\end{array}$
4906 \end_inset
4907
4908  aligned.
4909 \end_layout
4910
4911 \begin_layout Standard
4912 The horizontal alignment specifies how the column entries should be aligned.
4913  It is set by entering a letter for every column.
4914  
4915 \emph on
4916 l
4917 \emph default
4918  denotes left aligned, 
4919 \emph on
4920 c
4921 \emph default
4922  centered, and 
4923 \emph on
4924 r
4925 \emph default
4926  right aligned.
4927  To create for example a 4
4928 \series bold
4929 ×
4930 \series default
4931 4
4932 \begin_inset space ~
4933 \end_inset
4934
4935 matrix where the first column is left aligned, the second and third are
4936  centered, and the last one is right aligned, one enters for the horizontal
4937  alignment 
4938 \series bold
4939 lccr
4940 \series default
4941 .
4942  Normally are in a matrix all columns centered, therefore the default is
4943  for every column is a 
4944 \series bold
4945 c
4946 \series default
4947 .
4948 \end_layout
4949
4950 \begin_layout Standard
4951 Horizontal alignment:
4952 \end_layout
4953
4954 \begin_layout Standard
4955
4956 \series bold
4957 lll
4958 \series default
4959  : 
4960 \begin_inset Formula $\begin{array}{lll}
4961 10000 & D & G\\
4962 B & 10000 & H\\
4963 C & F & 10000\end{array}$
4964 \end_inset
4965
4966  , 
4967 \series bold
4968 ccc
4969 \series default
4970  : 
4971 \begin_inset Formula $\begin{array}{ccc}
4972 10000 & D & G\\
4973 B & 10000 & H\\
4974 C & F & 10000\end{array}$
4975 \end_inset
4976
4977  , 
4978 \series bold
4979 rrr
4980 \series default
4981  : 
4982 \begin_inset Formula $\begin{array}{rrr}
4983 10000 & D & G\\
4984 B & 10000 & H\\
4985 C & F & 10000\end{array}$
4986 \end_inset
4987
4988
4989 \end_layout
4990
4991 \begin_layout Standard
4992 To add or delete rows and columns subsequently, the math toolbar buttons
4993  
4994 \begin_inset Graphics
4995         filename ../images/tabular-feature_append-row.png
4996         scale 85
4997
4998 \end_inset
4999
5000
5001 \begin_inset Graphics
5002         filename ../images/tabular-feature_delete-row.png
5003         scale 85
5004
5005 \end_inset
5006
5007 , etc.
5008 \begin_inset space \thinspace{}
5009 \end_inset
5010
5011 , or the menu 
5012 \family sans
5013 Edit\SpecialChar \menuseparator
5014 Rows & Columns
5015 \family default
5016  can be used.
5017  New rows can also be created with 
5018 \family sans
5019 Ctrl-Return
5020 \family default
5021 .
5022 \end_layout
5023
5024 \begin_layout Standard
5025 \begin_inset VSpace bigskip
5026 \end_inset
5027
5028 Parentheses around a matrix can can either be created with the commands
5029  
5030 \series bold
5031
5032 \backslash
5033 left
5034 \series default
5035
5036 \begin_inset Index
5037 status collapsed
5038
5039 \begin_layout Plain Layout
5040 Commands ! L ! 
5041 \backslash
5042 left
5043 \end_layout
5044
5045 \end_inset
5046
5047  and 
5048 \series bold
5049
5050 \backslash
5051 right
5052 \series default
5053
5054 \begin_inset Index
5055 status collapsed
5056
5057 \begin_layout Plain Layout
5058 Commands ! R ! 
5059 \backslash
5060 right
5061 \end_layout
5062
5063 \end_inset
5064
5065  (shortcut 
5066 \family sans
5067 Alt-m
5068 \begin_inset space ~
5069 \end_inset
5070
5071 parenthesis
5072 \family default
5073 ), see 
5074 \begin_inset CommandInset ref
5075 LatexCommand ref
5076 reference "sub:Automatic-Bracket-Size"
5077
5078 \end_inset
5079
5080 , or by using the following commands:
5081 \begin_inset VSpace medskip
5082 \end_inset
5083
5084
5085 \end_layout
5086
5087 \begin_layout Standard
5088 \begin_inset space \hfill{}
5089 \end_inset
5090
5091
5092 \begin_inset Tabular
5093 <lyxtabular version="3" rows="4" columns="2">
5094 <features>
5095 <column alignment="center" valignment="top" width="0">
5096 <column alignment="center" valignment="top" width="0">
5097 <row>
5098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Command
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 Result
5112 \begin_inset Note Note
5113 status collapsed
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118
5119 \backslash
5120 raisebox
5121 \series default
5122  is only used as spacer.
5123 \end_layout
5124
5125 \end_inset
5126
5127
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 </row>
5133 <row>
5134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138
5139 \backslash
5140 bmatrix
5141 \begin_inset ERT
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145
5146
5147 \backslash
5148 spce 
5149 \end_layout
5150
5151 \end_inset
5152
5153 2
5154 \series bold
5155 ×
5156 \series default
5157 2
5158 \begin_inset space \thinspace{}
5159 \end_inset
5160
5161 matrix
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5171 0 & \textrm{-}\mathrm{i}\\
5172 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5173 \end_inset
5174
5175
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 </row>
5181 <row>
5182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \backslash
5188 Bmatrix
5189 \begin_inset ERT
5190 status collapsed
5191
5192 \begin_layout Plain Layout
5193
5194
5195 \backslash
5196 spce 
5197 \end_layout
5198
5199 \end_inset
5200
5201 2
5202 \series bold
5203 ×
5204 \series default
5205 2
5206 \begin_inset space \thinspace{}
5207 \end_inset
5208
5209 matrix
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5219 0 & \textrm{-}\mathrm{i}\\
5220 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5221 \end_inset
5222
5223
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 </row>
5229 <row>
5230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234
5235 \backslash
5236 pmatrix
5237 \begin_inset ERT
5238 status collapsed
5239
5240 \begin_layout Plain Layout
5241
5242
5243 \backslash
5244 spce 
5245 \end_layout
5246
5247 \end_inset
5248
5249 2
5250 \series bold
5251 ×
5252 \series default
5253 2
5254 \begin_inset space \thinspace{}
5255 \end_inset
5256
5257 matrix
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5267 0 & \textrm{-}\mathrm{i}\\
5268 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5269 \end_inset
5270
5271
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 </row>
5277 </lyxtabular>
5278
5279 \end_inset
5280
5281
5282 \begin_inset space \hfill{}
5283 \end_inset
5284
5285
5286 \begin_inset Tabular
5287 <lyxtabular version="3" rows="4" columns="2">
5288 <features>
5289 <column alignment="center" valignment="top" width="0">
5290 <column alignment="center" valignment="top" width="0">
5291 <row>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 Command
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305 Result
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 </row>
5311 <row>
5312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316
5317 \backslash
5318 vmatrix
5319 \begin_inset ERT
5320 status collapsed
5321
5322 \begin_layout Plain Layout
5323
5324
5325 \backslash
5326 spce 
5327 \end_layout
5328
5329 \end_inset
5330
5331 2
5332 \series bold
5333 ×
5334 \series default
5335 2
5336 \begin_inset space \thinspace{}
5337 \end_inset
5338
5339 matrix
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5349 0 & \textrm{-}\mathrm{i}\\
5350 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5351 \end_inset
5352
5353
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 </row>
5359 <row>
5360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364
5365 \backslash
5366 Vmatrix
5367 \begin_inset ERT
5368 status collapsed
5369
5370 \begin_layout Plain Layout
5371
5372
5373 \backslash
5374 spce 
5375 \end_layout
5376
5377 \end_inset
5378
5379 2
5380 \series bold
5381 ×
5382 \series default
5383 2
5384 \begin_inset space \thinspace{}
5385 \end_inset
5386
5387 matrix
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5397 0 & \textrm{-}\mathrm{i}\\
5398 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5399 \end_inset
5400
5401
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 <row>
5408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \backslash
5414 matrix
5415 \begin_inset ERT
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419
5420
5421 \backslash
5422 spce 
5423 \end_layout
5424
5425 \end_inset
5426
5427 2
5428 \series bold
5429 ×
5430 \series default
5431 2
5432 \begin_inset space \thinspace{}
5433 \end_inset
5434
5435 matrix
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5445 0 & \textrm{-}\mathrm{i}\\
5446 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5447 \end_inset
5448
5449
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 </lyxtabular>
5456
5457 \end_inset
5458
5459
5460 \begin_inset space \hfill{}
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \begin_layout Standard
5467 \begin_inset VSpace medskip
5468 \end_inset
5469
5470 When e.
5471 \begin_inset space \thinspace{}
5472 \end_inset
5473
5474 g.
5475 \begin_inset space ~
5476 \end_inset
5477
5478
5479 \series bold
5480
5481 \backslash
5482 vmatrix
5483 \series default
5484  is inserted, a blue box appears between two vertical lines where the matrix
5485  is inserted.
5486 \end_layout
5487
5488 \begin_layout Standard
5489 \begin_inset VSpace bigskip
5490 \end_inset
5491
5492 As all multiline formulas are matrices, the length 
5493 \series bold
5494
5495 \backslash
5496 arraycolsep
5497 \series default
5498
5499 \begin_inset Index
5500 status collapsed
5501
5502 \begin_layout Plain Layout
5503 Commands ! A ! 
5504 \backslash
5505 arraycolsep
5506 \end_layout
5507
5508 \end_inset
5509
5510  that is described in 
5511 \begin_inset CommandInset ref
5512 LatexCommand ref
5513 reference "sub:Column-Separation"
5514
5515 \end_inset
5516
5517  can also be used to change the column separation of matrices.
5518 \end_layout
5519
5520 \begin_layout Standard
5521 To change the row separation, the command 
5522 \series bold
5523
5524 \backslash
5525 arraystretch
5526 \series default
5527
5528 \begin_inset Index
5529 status collapsed
5530
5531 \begin_layout Plain Layout
5532 Commands ! A ! 
5533 \backslash
5534 arraystretch
5535 \end_layout
5536
5537 \end_inset
5538
5539  is used.
5540  It is used as follows:
5541 \end_layout
5542
5543 \begin_layout Standard
5544
5545 \series bold
5546
5547 \backslash
5548 renewcommand{
5549 \backslash
5550 arraystretch}{stretch factor}
5551 \begin_inset Index
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555 Commands ! R ! 
5556 \backslash
5557 renewcommand
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \begin_layout Standard
5566 The command 
5567 \series bold
5568
5569 \backslash
5570 renewcommand
5571 \series default
5572  assigns the stretch factor to the predefined command 
5573 \series bold
5574
5575 \backslash
5576 arraystretch
5577 \series default
5578 .
5579  To double e.
5580 \begin_inset space \thinspace{}
5581 \end_inset
5582
5583 g.
5584 \begin_inset space ~
5585 \end_inset
5586
5587 the row separation, use the factor 2.
5588  This is then used for all following matrices.
5589  To go back to the original separation, assign the factor 1 to 
5590 \series bold
5591
5592 \backslash
5593 arraystretch
5594 \series default
5595 .
5596 \end_layout
5597
5598 \begin_layout Standard
5599 To set matrices into a text line, the command 
5600 \series bold
5601
5602 \backslash
5603 smallmatrix
5604 \series default
5605
5606 \begin_inset Index
5607 status collapsed
5608
5609 \begin_layout Plain Layout
5610 Commands ! S ! 
5611 \backslash
5612 smallmatrix
5613 \end_layout
5614
5615 \end_inset
5616
5617  is used.
5618  When it is inserted a blue box with two dashed lines appears.
5619  In this box the matrix is inserted.
5620 \end_layout
5621
5622 \begin_layout Standard
5623 This is a matrix 
5624 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5625 C & D\end{smallmatrix}\right)$
5626 \end_inset
5627
5628  in a text line.
5629 \end_layout
5630
5631 \begin_layout Section
5632 Brackets and Delimiters
5633 \begin_inset Index
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Brackets
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \begin_inset Index
5644 status collapsed
5645
5646 \begin_layout Plain Layout
5647 Delimiters
5648 \end_layout
5649
5650 \end_inset
5651
5652
5653 \end_layout
5654
5655 \begin_layout Subsection
5656 Vertical Brackets and Delimiters
5657 \begin_inset Index
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661 Brackets ! vertical
5662 \end_layout
5663
5664 \end_inset
5665
5666
5667 \end_layout
5668
5669 \begin_layout Standard
5670 \begin_inset space \hfill{}
5671 \end_inset
5672
5673
5674 \begin_inset Tabular
5675 <lyxtabular version="3" rows="9" columns="2">
5676 <features>
5677 <column alignment="center" valignment="top" width="0pt">
5678 <column alignment="center" valignment="top" width="0pt">
5679 <row>
5680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 Command
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 Result
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 </row>
5699 <row>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 (
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 \begin_inset Formula $($
5714 \end_inset
5715
5716
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 </row>
5722 <row>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 {
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 \begin_inset Formula $\{$
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 </row>
5745 <row>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 [
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 \begin_inset Formula $[$
5760 \end_inset
5761
5762
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 <row>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773
5774 \backslash
5775 langle
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 \begin_inset Formula $\langle$
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 <row>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798
5799 \backslash
5800 lceil
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 \begin_inset Formula $\lceil$
5810 \end_inset
5811
5812
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 <row>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823
5824 \backslash
5825 lfloor
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 \begin_inset Formula $\lfloor$
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 </row>
5843 <row>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 /
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 \begin_inset Formula $/$
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 |
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 \begin_inset Formula $|$
5881 \end_inset
5882
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 </lyxtabular>
5890
5891 \end_inset
5892
5893
5894 \begin_inset space \hfill{}
5895 \end_inset
5896
5897
5898 \begin_inset Tabular
5899 <lyxtabular version="3" rows="9" columns="2">
5900 <features>
5901 <column alignment="center" valignment="top" width="0pt">
5902 <column alignment="center" valignment="top" width="0pt">
5903 <row>
5904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 Command
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 Result
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 )
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 \begin_inset Formula $)$
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 </row>
5946 <row>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 }
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 \begin_inset Formula $\}$
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 ]
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 \begin_inset Formula $]$
5984 \end_inset
5985
5986
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 </row>
5992 <row>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997
5998 \backslash
5999 rangle
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 \begin_inset Formula $\rangle$
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022
6023 \backslash
6024 rceil
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 \begin_inset Formula $\rceil$
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047
6048 \backslash
6049 rfloor
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 \begin_inset Formula $\rfloor$
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072
6073 \backslash
6074
6075 \backslash
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 \begin_inset Formula $\backslash$
6086 \end_inset
6087
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 </row>
6094 <row>
6095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099
6100 \backslash
6101 |
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 \begin_inset Formula $\|$
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 </lyxtabular>
6120
6121 \end_inset
6122
6123
6124 \begin_inset space \hfill{}
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \begin_layout Standard
6131
6132 \series medium
6133 \begin_inset Note Greyedout
6134 status open
6135
6136 \begin_layout Plain Layout
6137
6138 \series bold
6139 Note:
6140 \series default
6141  In TeX-mode the command 
6142 \series bold
6143
6144 \backslash
6145 textbackslash
6146 \series default
6147
6148 \begin_inset Index
6149 status collapsed
6150
6151 \begin_layout Plain Layout
6152 Commands ! T ! 
6153 \backslash
6154 textbackslash
6155 \end_layout
6156
6157 \end_inset
6158
6159  must be used for the backslash, because the command 
6160 \series bold
6161
6162 \backslash
6163
6164 \backslash
6165
6166 \series default
6167  produces there a line break.
6168 \end_layout
6169
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \begin_layout Standard
6176 For all characters listed above the size can be adjusted with the commands
6177  described in the following two subsections.
6178  When using these commands, the characters < and > can directly be used
6179  instead of the commands 
6180 \series bold
6181
6182 \backslash
6183 langle
6184 \series default
6185  and 
6186 \series bold
6187
6188 \backslash
6189 rangle
6190 \series default
6191 .
6192 \end_layout
6193
6194 \begin_layout Subsubsection
6195 Manual Bracket Size
6196 \begin_inset CommandInset label
6197 LatexCommand label
6198 name "sub:Manual-Bracket-Size"
6199
6200 \end_inset
6201
6202
6203 \begin_inset Index
6204 status collapsed
6205
6206 \begin_layout Plain Layout
6207 Bracket size ! manual
6208 \end_layout
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \begin_layout Standard
6216 The bracket size can be specified manually by the LaTeX-commands 
6217 \series bold
6218
6219 \backslash
6220 big
6221 \series default
6222
6223 \begin_inset Index
6224 status collapsed
6225
6226 \begin_layout Plain Layout
6227 Commands ! B ! 
6228 \backslash
6229 big
6230 \end_layout
6231
6232 \end_inset
6233
6234
6235 \series bold
6236
6237 \backslash
6238 Big
6239 \series default
6240
6241 \series bold
6242
6243 \backslash
6244 bigg
6245 \series default
6246 , and 
6247 \series bold
6248
6249 \backslash
6250 Bigg
6251 \series default
6252 .
6253  
6254 \series bold
6255
6256 \backslash
6257 big
6258 \series default
6259  denotes the smallest and 
6260 \series bold
6261
6262 \backslash
6263 Bigg
6264 \series default
6265  the largest bracket size.
6266 \end_layout
6267
6268 \begin_layout Standard
6269 These commands are used to emphasize levels of brackets:
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \align center
6274 \begin_inset Tabular
6275 <lyxtabular version="3" rows="2" columns="2">
6276 <features>
6277 <column alignment="center" valignment="top" width="0pt">
6278 <column alignment="center" valignment="top" width="0pt">
6279 <row>
6280 <cell alignment="center" valignment="top" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 all brackets in the same size:
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6294 \end_inset
6295
6296
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 </row>
6302 <row>
6303 <cell alignment="center" valignment="top" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 this looks better:
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 </row>
6325 </lyxtabular>
6326
6327 \end_inset
6328
6329
6330 \begin_inset Note Note
6331 status collapsed
6332
6333 \begin_layout Plain Layout
6334
6335 \series bold
6336
6337 \backslash
6338 raisebox
6339 \series default
6340  is only used as spacer.
6341 \end_layout
6342
6343 \end_inset
6344
6345
6346 \end_layout
6347
6348 \begin_layout Standard
6349 For the second formula the command 
6350 \series bold
6351
6352 \backslash
6353 Big((A+B)(A-B)
6354 \backslash
6355 Big)^
6356 \begin_inset ERT
6357 status collapsed
6358
6359 \begin_layout Plain Layout
6360
6361
6362 \backslash
6363 spce 
6364 \end_layout
6365
6366 \end_inset
6367
6368 C
6369 \series default
6370  has been used.
6371 \end_layout
6372
6373 \begin_layout Standard
6374 Here is an overview about all bracket sizes:
6375 \end_layout
6376
6377 \begin_layout Standard
6378 \align center
6379
6380 \backslash
6381 Bigg(
6382 \backslash
6383 exp
6384 \backslash
6385 bigg<
6386 \backslash
6387 Big[
6388 \backslash
6389 big{
6390 \backslash
6391 ln(3x)
6392 \backslash
6393 big}^2
6394 \begin_inset ERT
6395 status collapsed
6396
6397 \begin_layout Plain Layout
6398
6399
6400 \backslash
6401 spce 
6402 \end_layout
6403
6404 \end_inset
6405
6406
6407 \backslash
6408 sin(x)
6409 \backslash
6410 Big]^
6411 \begin_inset ERT
6412 status collapsed
6413
6414 \begin_layout Plain Layout
6415
6416
6417 \backslash
6418 spce 
6419 \end_layout
6420
6421 \end_inset
6422
6423 A
6424 \begin_inset ERT
6425 status collapsed
6426
6427 \begin_layout Plain Layout
6428
6429
6430 \backslash
6431 spce 
6432 \end_layout
6433
6434 \end_inset
6435
6436
6437 \backslash
6438 bigg>
6439 \backslash
6440 Bigg)^0,5
6441 \end_layout
6442
6443 \begin_layout Standard
6444 \align center
6445 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6446 \end_inset
6447
6448
6449 \end_layout
6450
6451 \begin_layout Standard
6452 \begin_inset Newpage newpage
6453 \end_inset
6454
6455 Besides the 
6456 \series bold
6457
6458 \backslash
6459 big
6460 \series default
6461 -commands there is the variant 
6462 \series bold
6463
6464 \backslash
6465 bigm
6466 \series default
6467
6468 \begin_inset Index
6469 status collapsed
6470
6471 \begin_layout Plain Layout
6472 Commands ! B ! 
6473 \backslash
6474 bigm
6475 \end_layout
6476
6477 \end_inset
6478
6479  that adds a bit more space between the bracket and its content, and the
6480  variant 
6481 \series bold
6482
6483 \backslash
6484 bigl
6485 \series default
6486 -
6487 \series bold
6488
6489 \backslash
6490 bigr
6491 \series default
6492
6493 \begin_inset Index
6494 status collapsed
6495
6496 \begin_layout Plain Layout
6497 Commands ! B ! 
6498 \backslash
6499 bigl - 
6500 \backslash
6501 bigr
6502 \end_layout
6503
6504 \end_inset
6505
6506 , that don't add additional space.
6507  The 
6508 \emph on
6509 l
6510 \emph default
6511  at the end of the command 
6512 \series bold
6513
6514 \backslash
6515 bigl
6516 \series default
6517  is for a left bracket; for a right bracket this will be replaced by an
6518  
6519 \emph on
6520 r
6521 \emph default
6522 .
6523  A left or right bracket can each be an opening or closing bracket.
6524 \end_layout
6525
6526 \begin_layout Standard
6527 In the following table is a comparison of the variants:
6528 \end_layout
6529
6530 \begin_layout Standard
6531 \align center
6532 \begin_inset Tabular
6533 <lyxtabular version="3" rows="5" columns="2">
6534 <features>
6535 <column alignment="center" valignment="middle" width="0">
6536 <column alignment="center" valignment="middle" width="0">
6537 <row>
6538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 Command
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 Result
6552 \begin_inset Note Note
6553 status collapsed
6554
6555 \begin_layout Plain Layout
6556
6557 \series bold
6558
6559 \backslash
6560 raisebox
6561 \series default
6562  is only used as spacer.
6563 \end_layout
6564
6565 \end_inset
6566
6567
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 </row>
6573 <row>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578
6579 \backslash
6580 Bigm(
6581 \backslash
6582 bigm(
6583 \backslash
6584 ln(3x)
6585 \backslash
6586 bigm)^2
6587 \series bold
6588
6589 \begin_inset ERT
6590 status collapsed
6591
6592 \begin_layout Plain Layout
6593
6594
6595 \backslash
6596 spce 
6597 \end_layout
6598
6599 \end_inset
6600
6601
6602 \series default
6603
6604 \backslash
6605 Bigm)
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 <row>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628
6629 \backslash
6630 Big(
6631 \backslash
6632 big(
6633 \backslash
6634 ln(3x)
6635 \backslash
6636 big)^2
6637 \series bold
6638
6639 \begin_inset ERT
6640 status collapsed
6641
6642 \begin_layout Plain Layout
6643
6644
6645 \backslash
6646 spce 
6647 \end_layout
6648
6649 \end_inset
6650
6651
6652 \series default
6653
6654 \backslash
6655 Big)
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6665 \end_inset
6666
6667
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678
6679 \backslash
6680 Bigl(
6681 \backslash
6682 bigl(
6683 \backslash
6684 ln(3x)
6685 \backslash
6686 bigr)^2
6687 \series bold
6688
6689 \begin_inset ERT
6690 status collapsed
6691
6692 \begin_layout Plain Layout
6693
6694
6695 \backslash
6696 spce 
6697 \end_layout
6698
6699 \end_inset
6700
6701
6702 \series default
6703
6704 \backslash
6705 Bigr)
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6715 \end_inset
6716
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728
6729 \backslash
6730 bigl)
6731 \backslash
6732 ln(3x)
6733 \backslash
6734 bigr(
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6744 \end_inset
6745
6746
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 </row>
6752 </lyxtabular>
6753
6754 \end_inset
6755
6756
6757 \end_layout
6758
6759 \begin_layout Subsubsection
6760 Automatic Bracket Size
6761 \begin_inset CommandInset label
6762 LatexCommand label
6763 name "sub:Automatic-Bracket-Size"
6764
6765 \end_inset
6766
6767
6768 \begin_inset Index
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772 Bracket size ! automatic
6773 \end_layout
6774
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \begin_layout Standard
6781 Brackets with variable size can be inserted with the commands 
6782 \series bold
6783
6784 \backslash
6785 left
6786 \series default
6787
6788 \begin_inset Index
6789 status collapsed
6790
6791 \begin_layout Plain Layout
6792 Commands ! L ! 
6793 \backslash
6794 left
6795 \end_layout
6796
6797 \end_inset
6798
6799  and 
6800 \series bold
6801
6802 \backslash
6803 right
6804 \series default
6805
6806 \begin_inset Index
6807 status collapsed
6808
6809 \begin_layout Plain Layout
6810 Commands ! R ! 
6811 \backslash
6812 right
6813 \end_layout
6814
6815 \end_inset
6816
6817  or via the math toolbar button 
6818 \begin_inset Graphics
6819         filename ../images/dialog-show_mathdelimiter.png
6820         scale 85
6821
6822 \end_inset
6823
6824 .
6825  Directly behind 
6826 \series bold
6827
6828 \backslash
6829 left
6830 \series default
6831  and 
6832 \series bold
6833
6834 \backslash
6835 right
6836 \series default
6837  the wanted bracket must be inserted.
6838  The bracket size will then automatically be calculated for the output.
6839 \end_layout
6840
6841 \begin_layout Standard
6842 \align center
6843 normal bracket: The command 
6844 \series bold
6845
6846 \backslash
6847 ln(
6848 \backslash
6849 frac
6850 \begin_inset ERT
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854
6855
6856 \backslash
6857 spce 
6858 \end_layout
6859
6860 \end_inset
6861
6862 A
6863 \begin_inset Formula $\downarrow$
6864 \end_inset
6865
6866 C
6867 \begin_inset ERT
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871
6872
6873 \backslash
6874 spce 
6875 \end_layout
6876
6877 \end_inset
6878
6879 )
6880 \series default
6881  creates
6882 \begin_inset Formula \[
6883 \ln(\frac{A}{C})\]
6884
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \begin_layout Standard
6891 \align center
6892 multiline bracket: The command 
6893 \series bold
6894
6895 \backslash
6896 ln
6897 \backslash
6898 left(
6899 \backslash
6900 frac
6901 \begin_inset ERT
6902 status collapsed
6903
6904 \begin_layout Plain Layout
6905
6906
6907 \backslash
6908 spce 
6909 \end_layout
6910
6911 \end_inset
6912
6913 A
6914 \begin_inset Formula $\downarrow$
6915 \end_inset
6916
6917 C
6918 \begin_inset ERT
6919 status collapsed
6920
6921 \begin_layout Plain Layout
6922
6923
6924 \backslash
6925 spce 
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \backslash
6932 right)
6933 \series default
6934  creates
6935 \begin_inset Formula \[
6936 \ln\left(\frac{A}{C}\right)\]
6937
6938 \end_inset
6939
6940
6941 \end_layout
6942
6943 \begin_layout Standard
6944 Instead of 
6945 \series bold
6946
6947 \backslash
6948 left
6949 \series default
6950  and 
6951 \series bold
6952
6953 \backslash
6954 right
6955 \series default
6956  the shortcut 
6957 \family sans
6958 Alt-m
6959 \begin_inset space ~
6960 \end_inset
6961
6962 bracket
6963 \family default
6964  can be used.
6965  This has the advantage that you can see in LyX immediately the real bracket
6966  size and that the matching right bracket will be created too.
6967 \begin_inset Newline newline
6968 \end_inset
6969
6970 The command for the last example would then be: 
6971 \series bold
6972
6973 \backslash
6974 ln Alt-m
6975 \series default
6976  
6977 \series bold
6978 (
6979 \backslash
6980 frac
6981 \begin_inset ERT
6982 status collapsed
6983
6984 \begin_layout Plain Layout
6985
6986
6987 \backslash
6988 spce 
6989 \end_layout
6990
6991 \end_inset
6992
6993 A
6994 \begin_inset Formula $\downarrow$
6995 \end_inset
6996
6997 C
6998 \end_layout
6999
7000 \begin_layout Standard
7001 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7002  For example the command 
7003 \series bold
7004
7005 \backslash
7006 left.
7007 \backslash
7008 frac
7009 \begin_inset ERT
7010 status collapsed
7011
7012 \begin_layout Plain Layout
7013
7014
7015 \backslash
7016 spce 
7017 \end_layout
7018
7019 \end_inset
7020
7021 A
7022 \begin_inset Formula $\downarrow$
7023 \end_inset
7024
7025 B
7026 \begin_inset ERT
7027 status collapsed
7028
7029 \begin_layout Plain Layout
7030
7031
7032 \backslash
7033 spce 
7034 \end_layout
7035
7036 \end_inset
7037
7038
7039 \backslash
7040 right}
7041 \series default
7042  creates:
7043 \series bold
7044
7045 \begin_inset Formula \[
7046 \left.\frac{A}{B}\right\} \]
7047
7048 \end_inset
7049
7050
7051 \series default
7052 The commands 
7053 \series bold
7054
7055 \backslash
7056 left
7057 \series default
7058  and 
7059 \series bold
7060
7061 \backslash
7062 right
7063 \series default
7064  will be converted by LyX to brackets in the right size when the document
7065  is reloaded and an omitted bracket will appear as dashed line.
7066 \end_layout
7067
7068 \begin_layout Standard
7069 \begin_inset VSpace bigskip
7070 \end_inset
7071
7072 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7073  the command 
7074 \series bold
7075
7076 \backslash
7077 middle
7078 \series default
7079
7080 \begin_inset Index
7081 status collapsed
7082
7083 \begin_layout Plain Layout
7084 Commands ! M ! 
7085 \backslash
7086 middle
7087 \end_layout
7088
7089 \end_inset
7090
7091  is additionally available for all brackets and limits.
7092  With this command the height of the following character is adapted to the
7093  one of the surrounding brackets, what is e.
7094 \begin_inset space \thinspace{}
7095 \end_inset
7096
7097 g.
7098 \begin_inset space ~
7099 \end_inset
7100
7101 needed for physical vectors:
7102 \begin_inset Formula \[
7103 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7104
7105 \end_inset
7106
7107 For physical vectors there is a special LaTeX-package, described in 
7108 \begin_inset CommandInset ref
7109 LatexCommand ref
7110 reference "sub:Physical-Vectors"
7111
7112 \end_inset
7113
7114 .
7115 \end_layout
7116
7117 \begin_layout Subsection
7118 Horizontal Brackets
7119 \begin_inset Index
7120 status collapsed
7121
7122 \begin_layout Plain Layout
7123 Brackets ! horizontal
7124 \end_layout
7125
7126 \end_inset
7127
7128
7129 \end_layout
7130
7131 \begin_layout Standard
7132 \align center
7133 \begin_inset Tabular
7134 <lyxtabular version="3" rows="4" columns="2">
7135 <features>
7136 <column alignment="center" valignment="top" width="0pt">
7137 <column alignment="center" valignment="top" width="0pt">
7138 <row>
7139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 Command
7144 \begin_inset Note Note
7145 status collapsed
7146
7147 \begin_layout Plain Layout
7148
7149 \series bold
7150
7151 \backslash
7152 raisebox
7153 \series default
7154  is only used as spacer.
7155 \end_layout
7156
7157 \end_inset
7158
7159
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 Result
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 </row>
7174 <row>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 \begin_inset ERT
7180 status collapsed
7181
7182 \begin_layout Plain Layout
7183
7184
7185 \backslash
7186 raisebox{2.3mm}{
7187 \end_layout
7188
7189 \end_inset
7190
7191
7192 \backslash
7193 overbrace
7194 \begin_inset ERT
7195 status collapsed
7196
7197 \begin_layout Plain Layout
7198
7199
7200 \backslash
7201 spce 
7202 \end_layout
7203
7204 \end_inset
7205
7206 A+B
7207 \begin_inset ERT
7208 status collapsed
7209
7210 \begin_layout Plain Layout
7211
7212
7213 \backslash
7214 spce 
7215 \end_layout
7216
7217 \end_inset
7218
7219 ^
7220 \begin_inset ERT
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224
7225
7226 \backslash
7227 spce 
7228 \end_layout
7229
7230 \end_inset
7231
7232 3
7233 \begin_inset ERT
7234 status collapsed
7235
7236 \begin_layout Plain Layout
7237
7238 }
7239 \end_layout
7240
7241 \end_inset
7242
7243
7244 \begin_inset Index
7245 status collapsed
7246
7247 \begin_layout Plain Layout
7248 Commands ! O ! 
7249 \backslash
7250 overbrace
7251 \end_layout
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 \begin_inset Formula $\overbrace{A+B}^{3}$
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 <row>
7274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 \begin_inset ERT
7279 status collapsed
7280
7281 \begin_layout Plain Layout
7282
7283
7284 \backslash
7285 raisebox{-2.2mm}{
7286 \end_layout
7287
7288 \end_inset
7289
7290
7291 \backslash
7292 underbrace
7293 \begin_inset ERT
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297
7298
7299 \backslash
7300 spce 
7301 \end_layout
7302
7303 \end_inset
7304
7305 A+B
7306 \begin_inset ERT
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310
7311
7312 \backslash
7313 spce 
7314 \end_layout
7315
7316 \end_inset
7317
7318 _5
7319 \begin_inset ERT
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323
7324 }
7325 \end_layout
7326
7327 \end_inset
7328
7329
7330 \begin_inset Index
7331 status collapsed
7332
7333 \begin_layout Plain Layout
7334 Commands ! U ! 
7335 \backslash
7336 underbrace
7337 \end_layout
7338
7339 \end_inset
7340
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 \begin_inset Formula $\underbrace{A+B}_{5}$
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 </row>
7359 <row>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364
7365 \backslash
7366 overbrace
7367 \begin_inset ERT
7368 status collapsed
7369
7370 \begin_layout Plain Layout
7371
7372
7373 \backslash
7374 spce 
7375 \end_layout
7376
7377 \end_inset
7378
7379
7380 \backslash
7381 underbrace
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 spce 
7390 \end_layout
7391
7392 \end_inset
7393
7394 A+B_w
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400
7401 \backslash
7402 spce 
7403 \end_layout
7404
7405 \end_inset
7406
7407
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 spce 
7416 \end_layout
7417
7418 \end_inset
7419
7420 _7
7421 \begin_inset ERT
7422 status collapsed
7423
7424 \begin_layout Plain Layout
7425
7426
7427 \backslash
7428 spce 
7429 \end_layout
7430
7431 \end_inset
7432
7433
7434 \begin_inset ERT
7435 status collapsed
7436
7437 \begin_layout Plain Layout
7438
7439
7440 \backslash
7441 spce 
7442 \end_layout
7443
7444 \end_inset
7445
7446 ^
7447 \begin_inset ERT
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451
7452
7453 \backslash
7454 spce 
7455 \end_layout
7456
7457 \end_inset
7458
7459 C
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7469 \end_inset
7470
7471
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 </row>
7477 </lyxtabular>
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \begin_layout Standard
7485 In the last example it doesn't matter if 
7486 \series bold
7487
7488 \backslash
7489 overbrace
7490 \series default
7491  or 
7492 \series bold
7493
7494 \backslash
7495 underbrace
7496 \series default
7497  is inserted at first.
7498 \end_layout
7499
7500 \begin_layout Standard
7501 \begin_inset VSpace bigskip
7502 \end_inset
7503
7504 When brackets are needed that overlap each other, multiline formulas, as
7505  described in 
7506 \begin_inset CommandInset ref
7507 LatexCommand ref
7508 reference "sec:Multiline-Formulas"
7509
7510 \end_inset
7511
7512 , must be used:
7513 \begin_inset Formula \begin{eqnarray*}
7514 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7515  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7516
7517 \end_inset
7518
7519 In the first row the formula is inserted together with the first brace.
7520  It is hereby important that the space command
7521 \begin_inset Foot
7522 status collapsed
7523
7524 \begin_layout Plain Layout
7525 Space commands are explained in 
7526 \begin_inset CommandInset ref
7527 LatexCommand ref
7528 reference "sub:Predefined-Space"
7529
7530 \end_inset
7531
7532 .
7533 \end_layout
7534
7535 \end_inset
7536
7537  
7538 \series bold
7539
7540 \backslash
7541 :
7542 \series default
7543  is inserted before the first 
7544 \begin_inset Formula $d$
7545 \end_inset
7546
7547 , because the brace that ends behind the 
7548 \begin_inset Formula $q$
7549 \end_inset
7550
7551  prevents that the following 
7552 \begin_inset Quotes eld
7553 \end_inset
7554
7555 +
7556 \begin_inset Quotes erd
7557 \end_inset
7558
7559  is surrounded by space.
7560 \begin_inset Foot
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564 because a bracket is not handled as character, see 
7565 \begin_inset CommandInset ref
7566 LatexCommand ref
7567 reference "sub:Binary-Operators"
7568
7569 \end_inset
7570
7571
7572 \end_layout
7573
7574 \end_inset
7575
7576  In the second row the second brace is inserted.
7577  As it should begin before the 
7578 \begin_inset Formula $b$
7579 \end_inset
7580
7581 , first the command 
7582 \series bold
7583
7584 \backslash
7585 hphantom{gggg+
7586 \backslash
7587 :}
7588 \series default
7589  is inserted.
7590 \begin_inset Foot
7591 status collapsed
7592
7593 \begin_layout Plain Layout
7594 more about 
7595 \series bold
7596
7597 \backslash
7598 hphantom
7599 \series default
7600  see 
7601 \begin_inset CommandInset ref
7602 LatexCommand ref
7603 reference "sub:Placeholders"
7604
7605 \end_inset
7606
7607
7608 \end_layout
7609
7610 \end_inset
7611
7612  This space is needed because the 
7613 \begin_inset Quotes eld
7614 \end_inset
7615
7616 +
7617 \begin_inset Quotes erd
7618 \end_inset
7619
7620  is also surrounded by space in the formula.
7621  The brace is placed under the command 
7622 \series bold
7623
7624 \backslash
7625 hphantom{bbqq+dddd}
7626 \series default
7627 .
7628 \end_layout
7629
7630 \begin_layout Standard
7631 It gets more complicated when brackets overlap each other, like in the following
7632  example:
7633 \begin_inset ERT
7634 status collapsed
7635
7636 \begin_layout Plain Layout
7637
7638
7639 \backslash
7640 setlength{
7641 \backslash
7642 jot}{-6pt}
7643 \end_layout
7644
7645 \end_inset
7646
7647
7648 \begin_inset Formula \begin{eqnarray*}
7649  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7650 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7651
7652 \end_inset
7653
7654
7655 \begin_inset ERT
7656 status collapsed
7657
7658 \begin_layout Plain Layout
7659
7660
7661 \backslash
7662 setlength{
7663 \backslash
7664 jot}{3pt}
7665 \end_layout
7666
7667 \end_inset
7668
7669 The first formula row is the same as the second row of the previous example,
7670  with the difference that the brace is above.
7671  The second row contains the formula together with the second brace.
7672  To avoid that there is space between the upper brace in the first row and
7673  the formula, the row spacing need to be reduced.
7674  This is not easily possible due to a bug in LyX
7675 \begin_inset Foot
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679 \begin_inset CommandInset href
7680 LatexCommand href
7681 name "LyX-bug #1505"
7682 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7683
7684 \end_inset
7685
7686
7687 \end_layout
7688
7689 \end_inset
7690
7691 .
7692  As solution for the problem, the global formula row separation 
7693 \series bold
7694
7695 \backslash
7696 jot
7697 \series default
7698
7699 \begin_inset Index
7700 status collapsed
7701
7702 \begin_layout Plain Layout
7703 Commands ! J ! 
7704 \backslash
7705 jot
7706 \end_layout
7707
7708 \end_inset
7709
7710  must be changed to -6
7711 \begin_inset space \thinspace{}
7712 \end_inset
7713
7714 pt before the formula with the command 
7715 \series bold
7716
7717 \backslash
7718 setlength{
7719 \backslash
7720 jot}{-6pt}
7721 \series default
7722  in TeX-mode.
7723  
7724 \series bold
7725
7726 \backslash
7727 jot
7728 \series default
7729  is set back after the formula to the standard value of 3
7730 \begin_inset space \thinspace{}
7731 \end_inset
7732
7733 pt using the same command.
7734  More about the row separation in formulas is explained in 
7735 \begin_inset CommandInset ref
7736 LatexCommand ref
7737 reference "sub:Line-Separation"
7738
7739 \end_inset
7740
7741 .
7742 \end_layout
7743
7744 \begin_layout Section
7745 Arrows
7746 \begin_inset Index
7747 status collapsed
7748
7749 \begin_layout Plain Layout
7750 Arrows
7751 \end_layout
7752
7753 \end_inset
7754
7755
7756 \end_layout
7757
7758 \begin_layout Standard
7759 Arrows can be inserted via the math toolbar button 
7760 \begin_inset Graphics
7761         filename ../images/math/leftarrow.png
7762         scale 85
7763
7764 \end_inset
7765
7766  or the commands listed in the following subsections.
7767 \end_layout
7768
7769 \begin_layout Subsection
7770 Horizontal Arrows
7771 \begin_inset Index
7772 status collapsed
7773
7774 \begin_layout Plain Layout
7775 Arrows ! horizontal
7776 \end_layout
7777
7778 \end_inset
7779
7780
7781 \end_layout
7782
7783 \begin_layout Standard
7784 \begin_inset space \hfill{}
7785 \end_inset
7786
7787
7788 \begin_inset Tabular
7789 <lyxtabular version="3" rows="8" columns="2">
7790 <features>
7791 <column alignment="center" valignment="top" width="0pt">
7792 <column alignment="center" valignment="top" width="0pt">
7793 <row>
7794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798 Command
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 Result
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 </row>
7813 <row>
7814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \backslash
7820 gets
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 \begin_inset Formula $\gets$
7830 \end_inset
7831
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \backslash
7845 Leftarrow
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 \begin_inset Formula $\Leftarrow$
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row>
7864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \backslash
7870 longleftarrow
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 \begin_inset Formula $\longleftarrow$
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 </row>
7888 <row>
7889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \backslash
7895 Longleftarrow
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 \begin_inset Formula $\Longleftarrow$
7905 \end_inset
7906
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row>
7914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \backslash
7920 leftharpoonup
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 \begin_inset Formula $\leftharpoonup$
7930 \end_inset
7931
7932
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \backslash
7945 leftharpoondown
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 \begin_inset Formula $\leftharpoondown$
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \backslash
7970 hookleftarrow
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 \begin_inset Formula $\hookleftarrow$
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 </lyxtabular>
7989
7990 \end_inset
7991
7992
7993 \begin_inset space \hfill{}
7994 \end_inset
7995
7996
7997 \begin_inset Tabular
7998 <lyxtabular version="3" rows="8" columns="2">
7999 <features>
8000 <column alignment="center" valignment="top" width="0pt">
8001 <column alignment="center" valignment="top" width="0pt">
8002 <row>
8003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 Command
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 Result
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \backslash
8029 to
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 \begin_inset Formula $\to$
8039 \end_inset
8040
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \backslash
8054 Rightarrow
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 \begin_inset Formula $\Rightarrow$
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \backslash
8079 longrightarrow
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 \begin_inset Formula $\longrightarrow$
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \backslash
8104 Longrightarrow
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 \begin_inset Formula $\Longrightarrow$
8114 \end_inset
8115
8116
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \backslash
8129 rightharpoonup
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 \begin_inset Formula $\rightharpoonup$
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \backslash
8154 rightharpoondown
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 \begin_inset Formula $\rightharpoondown$
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \backslash
8179 hookrightarrow
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 \begin_inset Formula $\hookrightarrow$
8189 \end_inset
8190
8191
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 </lyxtabular>
8198
8199 \end_inset
8200
8201
8202 \begin_inset space \hfill{}
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \begin_layout Standard
8209 \begin_inset space \hfill{}
8210 \end_inset
8211
8212
8213 \begin_inset Tabular
8214 <lyxtabular version="3" rows="6" columns="2">
8215 <features>
8216 <column alignment="center" valignment="top" width="0pt">
8217 <column alignment="center" valignment="top" width="0pt">
8218 <row>
8219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 Command
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 Result
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \backslash
8245 leftrightarrow
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 \begin_inset Formula $\leftrightarrow$
8255 \end_inset
8256
8257
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \backslash
8270 Leftrightarrow
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 \begin_inset Formula $\Leftrightarrow$
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 </row>
8288 <row>
8289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293
8294 \backslash
8295 longleftrightarrow
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 \begin_inset Formula $\longleftrightarrow$
8305 \end_inset
8306
8307
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \backslash
8320 Longleftrightarrow
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 \begin_inset Formula $\Longleftrightarrow$
8330 \end_inset
8331
8332
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \backslash
8345 rightleftharpoons
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 \begin_inset Formula $\rightleftharpoons$
8355 \end_inset
8356
8357
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 </lyxtabular>
8364
8365 \end_inset
8366
8367
8368 \begin_inset space \hspace{}
8369 \length 25pt
8370 \end_inset
8371
8372
8373 \begin_inset space \hfill{}
8374 \end_inset
8375
8376
8377 \begin_inset Tabular
8378 <lyxtabular version="3" rows="5" columns="2">
8379 <features>
8380 <column alignment="center" valignment="top" width="0pt">
8381 <column alignment="center" valignment="top" width="0pt">
8382 <row>
8383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 Command
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Result
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \backslash
8409 mapsto
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 \begin_inset Formula $\mapsto$
8419 \end_inset
8420
8421
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \backslash
8434 longmapsto
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 \begin_inset Formula $\longmapsto$
8444 \end_inset
8445
8446
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \backslash
8459 leadsto
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 \begin_inset Formula $\leadsto$
8469 \end_inset
8470
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \backslash
8484 dasharrow
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 \begin_inset Formula $\dasharrow$
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 </lyxtabular>
8503
8504 \end_inset
8505
8506
8507 \begin_inset space \hfill{}
8508 \end_inset
8509
8510
8511 \end_layout
8512
8513 \begin_layout Standard
8514 \begin_inset VSpace medskip
8515 \end_inset
8516
8517 Arrows used as accent like e.
8518 \begin_inset space \thinspace{}
8519 \end_inset
8520
8521 g.
8522 \begin_inset space ~
8523 \end_inset
8524
8525 vector arrows are listed in 
8526 \begin_inset CommandInset ref
8527 LatexCommand ref
8528 reference "sec:Accents"
8529
8530 \end_inset
8531
8532 .
8533 \end_layout
8534
8535 \begin_layout Standard
8536 \begin_inset VSpace bigskip
8537 \end_inset
8538
8539 Furthermore there are the labeled arrows
8540 \begin_inset Index
8541 status collapsed
8542
8543 \begin_layout Plain Layout
8544 Arrows ! labeled
8545 \end_layout
8546
8547 \end_inset
8548
8549  
8550 \series bold
8551
8552 \backslash
8553 xleftarrow
8554 \series default
8555
8556 \begin_inset Index
8557 status collapsed
8558
8559 \begin_layout Plain Layout
8560 Commands ! X ! 
8561 \backslash
8562 xleftarrow
8563 \end_layout
8564
8565 \end_inset
8566
8567  and 
8568 \series bold
8569
8570 \backslash
8571 xrightarrow
8572 \series default
8573
8574 \begin_inset Index
8575 status collapsed
8576
8577 \begin_layout Plain Layout
8578 Commands ! X ! 
8579 \backslash
8580 xrightarrow
8581 \begin_inset ERT
8582 status collapsed
8583
8584 \begin_layout Plain Layout
8585
8586
8587 \backslash
8588 vspace{4mm}
8589 \end_layout
8590
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \end_inset
8597
8598 .
8599  When inserting one of these commands in a formula, an arrow with two blue
8600  boxes appear where the label can be inserted.
8601  The length of the arrow adapts to the label width.
8602 \end_layout
8603
8604 \begin_layout Standard
8605 \align center
8606 \begin_inset Tabular
8607 <lyxtabular version="3" rows="3" columns="2">
8608 <features>
8609 <column alignment="center" valignment="top" width="0pt">
8610 <column alignment="center" valignment="top" width="0pt">
8611 <row>
8612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Command
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 Result
8626 \begin_inset Note Note
8627 status collapsed
8628
8629 \begin_layout Plain Layout
8630
8631 \series bold
8632
8633 \backslash
8634 raisebox
8635 \series default
8636  is only used as spacer.
8637 \end_layout
8638
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 F(a)
8653 \backslash
8654 xleftarrow
8655 \begin_inset ERT
8656 status collapsed
8657
8658 \begin_layout Plain Layout
8659
8660
8661 \backslash
8662 spce 
8663 \end_layout
8664
8665 \end_inset
8666
8667 x=a
8668 \begin_inset Formula $\downarrow$
8669 \end_inset
8670
8671 x>0
8672 \begin_inset Formula $\to$
8673 \end_inset
8674
8675 F(x)
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8685 \end_inset
8686
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 F(x)
8699 \backslash
8700 xrightarrow
8701 \begin_inset ERT
8702 status collapsed
8703
8704 \begin_layout Plain Layout
8705
8706
8707 \backslash
8708 spce 
8709 \end_layout
8710
8711 \end_inset
8712
8713 x=a
8714 \begin_inset Formula $\downarrow$
8715 \end_inset
8716
8717 x>0
8718 \begin_inset Formula $\to$
8719 \end_inset
8720
8721 F(a)
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8731 \end_inset
8732
8733
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 </lyxtabular>
8740
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \begin_layout Subsection
8747 Vertical and diagonal Arrows
8748 \begin_inset Index
8749 status collapsed
8750
8751 \begin_layout Plain Layout
8752 Arrows ! diagonal
8753 \end_layout
8754
8755 \end_inset
8756
8757
8758 \begin_inset Index
8759 status collapsed
8760
8761 \begin_layout Plain Layout
8762 Arrows ! vertical
8763 \end_layout
8764
8765 \end_inset
8766
8767
8768 \end_layout
8769
8770 \begin_layout Standard
8771 \begin_inset space \hfill{}
8772 \end_inset
8773
8774
8775 \begin_inset Tabular
8776 <lyxtabular version="3" rows="7" columns="2">
8777 <features>
8778 <column alignment="center" valignment="top" width="0pt">
8779 <column alignment="center" valignment="top" width="0pt">
8780 <row>
8781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Command
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Result
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \backslash
8807 uparrow
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 \begin_inset Formula $\uparrow$
8817 \end_inset
8818
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \backslash
8832 Uparrow
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 \begin_inset Formula $\Uparrow$
8842 \end_inset
8843
8844
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \backslash
8857 updownarrow
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 \begin_inset Formula $\updownarrow$
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \backslash
8882 Updownarrow
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 \begin_inset Formula $\Updownarrow$
8892 \end_inset
8893
8894
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \backslash
8907 Downarrow
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 \begin_inset Formula $\Downarrow$
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \backslash
8932 downarrow
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 \begin_inset Formula $\downarrow$
8942 \end_inset
8943
8944
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 </lyxtabular>
8951
8952 \end_inset
8953
8954
8955 \begin_inset space \hfill{}
8956 \end_inset
8957
8958
8959 \begin_inset Tabular
8960 <lyxtabular version="3" rows="5" columns="2">
8961 <features>
8962 <column alignment="center" valignment="top" width="0pt">
8963 <column alignment="center" valignment="top" width="0pt">
8964 <row>
8965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 Command
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 Result
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \backslash
8991 nearrow
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 \begin_inset Formula $\nearrow$
9001 \end_inset
9002
9003
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \backslash
9016 searrow
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 \begin_inset Formula $\searrow$
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \backslash
9041 swarrow
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 \begin_inset Formula $\swarrow$
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \backslash
9066 nwarrow
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 \begin_inset Formula $\nwarrow$
9076 \end_inset
9077
9078
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 </lyxtabular>
9085
9086 \end_inset
9087
9088
9089 \begin_inset space \hfill{}
9090 \end_inset
9091
9092
9093 \end_layout
9094
9095 \begin_layout Standard
9096 \begin_inset VSpace medskip
9097 \end_inset
9098
9099 Vertical arrows can be used also as delimiter together with the commands
9100  described in 
9101 \begin_inset CommandInset ref
9102 LatexCommand ref
9103 reference "sub:Manual-Bracket-Size"
9104
9105 \end_inset
9106
9107  and 
9108 \begin_inset CommandInset ref
9109 LatexCommand ref
9110 reference "sub:Automatic-Bracket-Size"
9111
9112 \end_inset
9113
9114 .
9115 \end_layout
9116
9117 \begin_layout Standard
9118 \begin_inset Newpage newpage
9119 \end_inset
9120
9121
9122 \end_layout
9123
9124 \begin_layout Section
9125 Accents
9126 \begin_inset CommandInset label
9127 LatexCommand label
9128 name "sec:Accents"
9129
9130 \end_inset
9131
9132
9133 \begin_inset Index
9134 status collapsed
9135
9136 \begin_layout Plain Layout
9137 Accents
9138 \end_layout
9139
9140 \end_inset
9141
9142
9143 \end_layout
9144
9145 \begin_layout Standard
9146 Accents can be inserted via the math toolbar button 
9147 \begin_inset Graphics
9148         filename ../images/math/hat.png
9149         scale 85
9150
9151 \end_inset
9152
9153  or the commands listed in the following subsections.
9154 \end_layout
9155
9156 \begin_layout Subsection
9157 Accents for one Character
9158 \begin_inset ERT
9159 status collapsed
9160
9161 \begin_layout Plain Layout
9162
9163
9164 \backslash
9165 texorpdfstring{
9166 \end_layout
9167
9168 \end_inset
9169
9170
9171 \begin_inset Foot
9172 status collapsed
9173
9174 \begin_layout Plain Layout
9175 accents in text see 
9176 \begin_inset CommandInset ref
9177 LatexCommand ref
9178 reference "sub:Accents-in-Text"
9179
9180 \end_inset
9181
9182
9183 \end_layout
9184
9185 \end_inset
9186
9187
9188 \begin_inset ERT
9189 status collapsed
9190
9191 \begin_layout Plain Layout
9192
9193 }{}
9194 \end_layout
9195
9196 \end_inset
9197
9198
9199 \begin_inset Note Note
9200 status collapsed
9201
9202 \begin_layout Plain Layout
9203
9204 \backslash
9205 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9206 \end_layout
9207
9208 \begin_layout Plain Layout
9209 More about 
9210 \backslash
9211 texorpdfstring is in section 
9212 \begin_inset CommandInset ref
9213 LatexCommand ref
9214 reference "sub:Formulas-in-Section"
9215
9216 \end_inset
9217
9218 .
9219 \end_layout
9220
9221 \end_inset
9222
9223
9224 \begin_inset CommandInset label
9225 LatexCommand label
9226 name "sub:Accents-for-one"
9227
9228 \end_inset
9229
9230
9231 \begin_inset Index
9232 status collapsed
9233
9234 \begin_layout Plain Layout
9235 Accents ! for one character
9236 \end_layout
9237
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \begin_layout Standard
9244 \begin_inset space \hfill{}
9245 \end_inset
9246
9247
9248 \begin_inset Tabular
9249 <lyxtabular version="3" rows="8" columns="2">
9250 <features>
9251 <column alignment="center" valignment="top" width="0pt">
9252 <column alignment="center" valignment="top" width="0pt">
9253 <row>
9254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Command
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Result
9268 \begin_inset Note Note
9269 status collapsed
9270
9271 \begin_layout Plain Layout
9272
9273 \series bold
9274
9275 \backslash
9276 raisebox
9277 \series default
9278  is only used as spacer.
9279 \end_layout
9280
9281 \end_inset
9282
9283
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 </row>
9289 <row>
9290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294
9295 \backslash
9296 dot
9297 \begin_inset ERT
9298 status collapsed
9299
9300 \begin_layout Plain Layout
9301
9302
9303 \backslash
9304 spce 
9305 \end_layout
9306
9307 \end_inset
9308
9309 A
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \backslash
9334 ddot
9335 \begin_inset ERT
9336 status collapsed
9337
9338 \begin_layout Plain Layout
9339
9340
9341 \backslash
9342 spce 
9343 \end_layout
9344
9345 \end_inset
9346
9347 A
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9357 \end_inset
9358
9359
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \backslash
9372 dddot
9373 \begin_inset ERT
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377
9378
9379 \backslash
9380 spce 
9381 \end_layout
9382
9383 \end_inset
9384
9385 A
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 ddddot{A
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9420 \end_inset
9421
9422
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \backslash
9435 vec
9436 \begin_inset ERT
9437 status collapsed
9438
9439 \begin_layout Plain Layout
9440
9441
9442 \backslash
9443 spce 
9444 \end_layout
9445
9446 \end_inset
9447
9448 A
9449 \begin_inset Index
9450 status collapsed
9451
9452 \begin_layout Plain Layout
9453 Vectors
9454 \end_layout
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9468 \end_inset
9469
9470
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row>
9477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \backslash
9483 bar
9484 \begin_inset ERT
9485 status collapsed
9486
9487 \begin_layout Plain Layout
9488
9489
9490 \backslash
9491 spce 
9492 \end_layout
9493
9494 \end_inset
9495
9496 A
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9506 \end_inset
9507
9508
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row>
9515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \backslash
9521 mathring
9522 \begin_inset ERT
9523 status collapsed
9524
9525 \begin_layout Plain Layout
9526
9527
9528 \backslash
9529 spce 
9530 \end_layout
9531
9532 \end_inset
9533
9534 A
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9544 \end_inset
9545
9546
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 </lyxtabular>
9553
9554 \end_inset
9555
9556
9557 \begin_inset space \hfill{}
9558 \end_inset
9559
9560
9561 \begin_inset Tabular
9562 <lyxtabular version="3" rows="7" columns="2">
9563 <features>
9564 <column alignment="center" valignment="top" width="0pt">
9565 <column alignment="center" valignment="top" width="0pt">
9566 <row>
9567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 Command
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 Result
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 </row>
9586 <row>
9587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591
9592 \backslash
9593 tilde
9594 \begin_inset ERT
9595 status collapsed
9596
9597 \begin_layout Plain Layout
9598
9599
9600 \backslash
9601 spce 
9602 \end_layout
9603
9604 \end_inset
9605
9606 A
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \backslash
9631 hat
9632 \begin_inset ERT
9633 status collapsed
9634
9635 \begin_layout Plain Layout
9636
9637
9638 \backslash
9639 spce 
9640 \end_layout
9641
9642 \end_inset
9643
9644 A
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9654 \end_inset
9655
9656
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row>
9663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \backslash
9669 check
9670 \begin_inset ERT
9671 status collapsed
9672
9673 \begin_layout Plain Layout
9674
9675
9676 \backslash
9677 spce 
9678 \end_layout
9679
9680 \end_inset
9681
9682 A
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9692 \end_inset
9693
9694
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 <row>
9701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \backslash
9707 acute
9708 \begin_inset ERT
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712
9713
9714 \backslash
9715 spce 
9716 \end_layout
9717
9718 \end_inset
9719
9720 A
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row>
9739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \backslash
9745 grave
9746 \begin_inset ERT
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750
9751
9752 \backslash
9753 spce 
9754 \end_layout
9755
9756 \end_inset
9757
9758 A
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 </row>
9776 <row>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \backslash
9783 breve
9784 \begin_inset ERT
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788
9789
9790 \backslash
9791 spce 
9792 \end_layout
9793
9794 \end_inset
9795
9796 A
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 </lyxtabular>
9815
9816 \end_inset
9817
9818
9819 \begin_inset space \hfill{}
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \begin_layout Standard
9826 \begin_inset VSpace bigskip
9827 \end_inset
9828
9829 To create umlauts
9830 \begin_inset Index
9831 status collapsed
9832
9833 \begin_layout Plain Layout
9834 Umlauts
9835 \end_layout
9836
9837 \end_inset
9838
9839  in formulas, a quotation mark is inserted before the vowel.
9840  These two characters are then treated by LaTeX as 
9841 \emph on
9842 one
9843 \emph default
9844  character when the formula part with the umlaut is marked as German.
9845  In contrary to 
9846 \series bold
9847
9848 \backslash
9849 ddot
9850 \series default
9851 , with this method 
9852 \begin_inset Quotes eld
9853 \end_inset
9854
9855 real
9856 \begin_inset Quotes erd
9857 \end_inset
9858
9859  umlauts are created as demonstrated in the following example:
9860 \end_layout
9861
9862 \begin_layout Standard
9863 \begin_inset VSpace -2mm
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \begin_layout Standard
9870 \align center
9871 \begin_inset Tabular
9872 <lyxtabular version="3" rows="3" columns="2">
9873 <features>
9874 <column alignment="center" valignment="top" width="0">
9875 <column alignment="center" valignment="top" width="0">
9876 <row>
9877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 Command
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 Result
9891 \begin_inset Note Note
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897
9898 \backslash
9899 raisebox
9900 \series default
9901  is only used as spacer.
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row>
9913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \lang ngerman
9919 \begin_inset Quotes grd
9920 \end_inset
9921
9922 i
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \lang ngerman
9933 \begin_inset Formula $"i$
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \backslash
9949 ddot
9950 \begin_inset ERT
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954
9955
9956 \backslash
9957 spce 
9958 \end_layout
9959
9960 \end_inset
9961
9962 i
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9972 \end_inset
9973
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 </lyxtabular>
9981
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \begin_layout Standard
9988 Another advantage to 
9989 \series bold
9990
9991 \backslash
9992 ddot
9993 \series default
9994  is that umlauts can directly be converted to mathematical text because
9995  the accent commands above are 
9996 \emph on
9997 not allowed
9998 \emph default
9999  
10000 \emph on
10001 in mathematical text
10002 \emph default
10003 .
10004  To convert an accented character to mathematical text, only the character
10005  under the accent may be converted.
10006  This applies also for all other conversions, e.
10007 \begin_inset space \thinspace{}
10008 \end_inset
10009
10010 g.
10011 \begin_inset space ~
10012 \end_inset
10013
10014 to italic or bold.
10015 \end_layout
10016
10017 \begin_layout Standard
10018 In mathematical text, umlauts and other accented characters can directly
10019  be inserted.
10020 \end_layout
10021
10022 \begin_layout Subsection
10023 Accents for Operators
10024 \begin_inset Index
10025 status collapsed
10026
10027 \begin_layout Plain Layout
10028 Accents ! for operators
10029 \end_layout
10030
10031 \end_inset
10032
10033
10034 \end_layout
10035
10036 \begin_layout Standard
10037 With the commands 
10038 \series bold
10039
10040 \backslash
10041 overset
10042 \series default
10043
10044 \begin_inset Index
10045 status collapsed
10046
10047 \begin_layout Plain Layout
10048 Commands ! O ! 
10049 \backslash
10050 overset
10051 \end_layout
10052
10053 \end_inset
10054
10055  and 
10056 \series bold
10057
10058 \backslash
10059 underset
10060 \series default
10061
10062 \begin_inset Index
10063 status collapsed
10064
10065 \begin_layout Plain Layout
10066 Commands ! U ! 
10067 \backslash
10068 underset
10069 \end_layout
10070
10071 \end_inset
10072
10073  characters can be placed above or below an operator, respectively, to accent
10074  it.
10075  With the command 
10076 \series bold
10077
10078 \backslash
10079 sideset
10080 \series default
10081
10082 \begin_inset Index
10083 status collapsed
10084
10085 \begin_layout Plain Layout
10086 Commands ! S ! 
10087 \backslash
10088 sideset
10089 \end_layout
10090
10091 \end_inset
10092
10093  characters can be set before and behind an operator.
10094  The command scheme is:
10095 \end_layout
10096
10097 \begin_layout Standard
10098
10099 \series bold
10100
10101 \backslash
10102 sideset{character
10103 \series default
10104  
10105 \series bold
10106 before}{character
10107 \series default
10108  
10109 \series bold
10110 behind}
10111 \end_layout
10112
10113 \begin_layout Standard
10114
10115 \series bold
10116
10117 \backslash
10118 sideset
10119 \series default
10120  must always be before the operator that should be accented.
10121  You can accent with several characters and even with other operators and
10122  symbols.
10123  To place with 
10124 \series bold
10125
10126 \backslash
10127 sideset
10128 \series default
10129  for example only characters behind an operator, write nothing between the
10130  first braces but don't omit the braces.
10131 \end_layout
10132
10133 \begin_layout Standard
10134 For example the command 
10135 \series bold
10136
10137 \backslash
10138 sideset{
10139 \begin_inset Formula $\to$
10140 \end_inset
10141
10142
10143 \backslash
10144 {
10145 \series default
10146 '
10147 \series bold
10148
10149 \begin_inset Formula $\to$
10150 \end_inset
10151
10152
10153 \backslash
10154 sum_k=1
10155 \begin_inset ERT
10156 status collapsed
10157
10158 \begin_layout Plain Layout
10159
10160
10161 \backslash
10162 spce 
10163 \end_layout
10164
10165 \end_inset
10166
10167
10168 \series default
10169 ^
10170 \series bold
10171 n
10172 \series default
10173  produces:
10174 \begin_inset Formula \[
10175 \sideset{}{'}\sum_{k=1}^{n}\]
10176
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \begin_layout Standard
10183 The command 
10184 \series bold
10185
10186 \backslash
10187 overset
10188 \begin_inset ERT
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192
10193
10194 \backslash
10195 spce 
10196 \end_layout
10197
10198 \end_inset
10199
10200
10201 \backslash
10202 maltese
10203 \begin_inset ERT
10204 status collapsed
10205
10206 \begin_layout Plain Layout
10207
10208
10209 \backslash
10210 spce 
10211 \end_layout
10212
10213 \end_inset
10214
10215
10216 \series default
10217
10218 \begin_inset Formula $\uparrow$
10219 \end_inset
10220
10221
10222 \series bold
10223 a
10224 \series default
10225  produces:
10226 \begin_inset Formula \[
10227 \overset{a}{\maltese}\]
10228
10229 \end_inset
10230
10231 As seen in the last example, with 
10232 \series bold
10233
10234 \backslash
10235 overset
10236 \series default
10237  and 
10238 \series bold
10239
10240 \backslash
10241 underset
10242 \series default
10243  also symbols and characters can be accented; with 
10244 \series bold
10245
10246 \backslash
10247 sideset
10248 \series default
10249  this is not possible.
10250 \end_layout
10251
10252 \begin_layout Subsection
10253 Accents for several Characters
10254 \begin_inset CommandInset label
10255 LatexCommand label
10256 name "sub:Accents-for-several"
10257
10258 \end_inset
10259
10260
10261 \begin_inset Index
10262 status collapsed
10263
10264 \begin_layout Plain Layout
10265 Accents ! for several characters
10266 \end_layout
10267
10268 \end_inset
10269
10270
10271 \end_layout
10272
10273 \begin_layout Standard
10274 \begin_inset space \hfill{}
10275 \end_inset
10276
10277
10278 \begin_inset Tabular
10279 <lyxtabular version="3" rows="5" columns="2">
10280 <features>
10281 <column alignment="center" valignment="top" width="0pt">
10282 <column alignment="center" valignment="top" width="0pt">
10283 <row>
10284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 Command
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Result
10298 \begin_inset Note Note
10299 status collapsed
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304
10305 \backslash
10306 raisebox
10307 \series default
10308  is only used as spacer.
10309 \end_layout
10310
10311 \end_inset
10312
10313
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \backslash
10326 overleftarrow
10327 \begin_inset ERT
10328 status collapsed
10329
10330 \begin_layout Plain Layout
10331
10332
10333 \backslash
10334 spce 
10335 \end_layout
10336
10337 \end_inset
10338
10339 A=B
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10349 \end_inset
10350
10351
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \backslash
10364 underleftarrow
10365 \begin_inset ERT
10366 status collapsed
10367
10368 \begin_layout Plain Layout
10369
10370
10371 \backslash
10372 spce 
10373 \end_layout
10374
10375 \end_inset
10376
10377 A=B
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10387 \end_inset
10388
10389
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 <row>
10396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \backslash
10402 overleftrightarrow
10403 \begin_inset ERT
10404 status collapsed
10405
10406 \begin_layout Plain Layout
10407
10408
10409 \backslash
10410 spce 
10411 \end_layout
10412
10413 \end_inset
10414
10415 A=B
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10425 \end_inset
10426
10427
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \backslash
10440 underleftrightarrow
10441 \begin_inset ERT
10442 status collapsed
10443
10444 \begin_layout Plain Layout
10445
10446
10447 \backslash
10448 spce 
10449 \end_layout
10450
10451 \end_inset
10452
10453 A=B
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10463 \end_inset
10464
10465
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 </lyxtabular>
10472
10473 \end_inset
10474
10475
10476 \begin_inset space \hfill{}
10477 \end_inset
10478
10479
10480 \begin_inset Tabular
10481 <lyxtabular version="3" rows="5" columns="2">
10482 <features>
10483 <column alignment="center" valignment="top" width="0pt">
10484 <column alignment="center" valignment="top" width="0pt">
10485 <row>
10486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Command
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Result
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 <row>
10506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510
10511 \backslash
10512 overrightarrow
10513 \begin_inset ERT
10514 status collapsed
10515
10516 \begin_layout Plain Layout
10517
10518
10519 \backslash
10520 spce 
10521 \end_layout
10522
10523 \end_inset
10524
10525 A=B
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \backslash
10550 underrightarrow
10551 \begin_inset ERT
10552 status collapsed
10553
10554 \begin_layout Plain Layout
10555
10556
10557 \backslash
10558 spce 
10559 \end_layout
10560
10561 \end_inset
10562
10563 A=B
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10573 \end_inset
10574
10575
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \backslash
10588 widetilde
10589 \begin_inset ERT
10590 status collapsed
10591
10592 \begin_layout Plain Layout
10593
10594
10595 \backslash
10596 spce 
10597 \end_layout
10598
10599 \end_inset
10600
10601 A=B
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \backslash
10626 widehat
10627 \begin_inset ERT
10628 status collapsed
10629
10630 \begin_layout Plain Layout
10631
10632
10633 \backslash
10634 spce 
10635 \end_layout
10636
10637 \end_inset
10638
10639 A=B
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 </lyxtabular>
10658
10659 \end_inset
10660
10661
10662 \begin_inset space \hfill{}
10663 \end_inset
10664
10665
10666 \end_layout
10667
10668 \begin_layout Standard
10669 \begin_inset VSpace medskip
10670 \end_inset
10671
10672 With these commands as many characters as you like can be accented.
10673  But the accents 
10674 \series bold
10675
10676 \backslash
10677 widetilde
10678 \series default
10679  and 
10680 \series bold
10681
10682 \backslash
10683 widehat
10684 \series default
10685  will only be set in the output with a length of three characters, as shown
10686  in the following example:
10687 \begin_inset Formula \[
10688 \widetilde{A+B=C-D}\]
10689
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \begin_layout Standard
10696 With the commands 
10697 \series bold
10698
10699 \backslash
10700 overset
10701 \series default
10702
10703 \begin_inset Index
10704 status collapsed
10705
10706 \begin_layout Plain Layout
10707 Commands ! O ! 
10708 \backslash
10709 overset
10710 \end_layout
10711
10712 \end_inset
10713
10714  and 
10715 \series bold
10716
10717 \backslash
10718 underset
10719 \series default
10720
10721 \begin_inset Index
10722 status collapsed
10723
10724 \begin_layout Plain Layout
10725 Commands ! U ! 
10726 \backslash
10727 underset
10728 \end_layout
10729
10730 \end_inset
10731
10732  described in the previous subsection it is also possible to accent several
10733  characters.
10734  The command 
10735 \series bold
10736
10737 \backslash
10738 underset
10739 \begin_inset ERT
10740 status collapsed
10741
10742 \begin_layout Plain Layout
10743
10744
10745 \backslash
10746 spce 
10747 \end_layout
10748
10749 \end_inset
10750
10751 A=B
10752 \begin_inset Formula $\downarrow$
10753 \end_inset
10754
10755 ***
10756 \series default
10757  creates:
10758 \begin_inset Formula \[
10759 \underset{***}{A=B}\]
10760
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \begin_layout Section
10767 Space
10768 \begin_inset CommandInset label
10769 LatexCommand label
10770 name "sub:Space"
10771
10772 \end_inset
10773
10774
10775 \begin_inset Index
10776 status collapsed
10777
10778 \begin_layout Plain Layout
10779 Space ! horizontal
10780 \end_layout
10781
10782 \end_inset
10783
10784
10785 \end_layout
10786
10787 \begin_layout Subsection
10788 Predefined Space
10789 \begin_inset CommandInset label
10790 LatexCommand label
10791 name "sub:Predefined-Space"
10792
10793 \end_inset
10794
10795
10796 \begin_inset Index
10797 status collapsed
10798
10799 \begin_layout Plain Layout
10800 Space ! horizontal ! predefined
10801 \end_layout
10802
10803 \end_inset
10804
10805
10806 \end_layout
10807
10808 \begin_layout Standard
10809 Sometimes it is necessary to insert horizontal space to a formula.
10810  This is done by inserting a protected space (shortcut 
10811 \family sans
10812 Ctrl-Space
10813 \family default
10814 ).
10815  A blue 
10816 \begin_inset Quotes eld
10817 \end_inset
10818
10819
10820 \series bold
10821 \color blue
10822
10823 \begin_inset ERT
10824 status collapsed
10825
10826 \begin_layout Plain Layout
10827
10828
10829 \backslash
10830 spce 
10831 \end_layout
10832
10833 \end_inset
10834
10835
10836 \series default
10837 \color inherit
10838
10839 \begin_inset Quotes erd
10840 \end_inset
10841
10842  appears and by pressing 
10843 \family sans
10844 Space
10845 \family default
10846  several times one can select one of eight different space sizes.
10847  The spaces can also be inserted using the math toolbar button 
10848 \begin_inset Graphics
10849         filename ../images/math/space.png
10850         scale 85
10851
10852 \end_inset
10853
10854  or special commands.
10855  Independent from the inserted command, one can select the size again by
10856  pressing 
10857 \family sans
10858 Space
10859 \family default
10860  afterwards.
10861 \end_layout
10862
10863 \begin_layout Standard
10864 \noindent
10865 \align center
10866 \begin_inset VSpace -5mm
10867 \end_inset
10868
10869
10870 \begin_inset Tabular
10871 <lyxtabular version="3" rows="3" columns="7">
10872 <features>
10873 <column alignment="center" valignment="middle" width="6.8cm">
10874 <column alignment="center" valignment="top" width="0">
10875 <column alignment="center" valignment="top" width="0">
10876 <column alignment="center" valignment="top" width="0">
10877 <column alignment="center" valignment="top" width="0">
10878 <column alignment="center" valignment="top" width="0">
10879 <column alignment="center" valignment="top" width="0">
10880 <row>
10881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 Command
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \backslash
10896 ,
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905
10906 \backslash
10907 :
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916
10917 \backslash
10918 ;
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \backslash
10929 quad
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \backslash
10940 qquad
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949
10950 \backslash
10951 !
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 Number of 
10963 \family sans
10964 Space
10965 \family default
10966  keystrokes after inserting the protected space
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 0
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 1
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 2
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 3
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 4
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 5
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 Result
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 \begin_inset Formula $A\, B$
11041 \end_inset
11042
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 \begin_inset Formula $A\: B$
11053 \end_inset
11054
11055
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 \begin_inset Formula $A\; B$
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 \begin_inset Formula $A\quad B$
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 \begin_inset Formula $A\qquad B$
11089 \end_inset
11090
11091
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 \begin_inset Formula $A\! B$
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 </lyxtabular>
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Standard
11117 The last size seem to produce no space.
11118  It is displayed red in LyX contrary to the other sizes, because it is a
11119  negative space.
11120  There are two more negative spaces:
11121 \end_layout
11122
11123 \begin_layout Standard
11124 \align center
11125 \begin_inset Tabular
11126 <lyxtabular version="3" rows="3" columns="3">
11127 <features>
11128 <column alignment="center" valignment="middle" width="6.8cm">
11129 <column alignment="center" valignment="top" width="0pt">
11130 <column alignment="center" valignment="top" width="0pt">
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 Command
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \backslash
11147 negmedspace
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \backslash
11158 negthickspace
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 </row>
11164 <row>
11165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 Number of 
11170 \family sans
11171 Space
11172 \family default
11173  keystrokes after inserting the protected space
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 6
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 7
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 </row>
11197 <row>
11198 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 Result
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 \begin_inset Formula $A\negmedspace B$
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 \begin_inset Formula $A\negthickspace B$
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 </row>
11232 </lyxtabular>
11233
11234 \end_inset
11235
11236
11237 \end_layout
11238
11239 \begin_layout Standard
11240 Negative spaces can lead to characters overlapping each other.
11241  Thus they can be used to enforce ligatures, what is e.
11242 \begin_inset space \thinspace{}
11243 \end_inset
11244
11245 g.
11246 \begin_inset space ~
11247 \end_inset
11248
11249 useful for summation operators: 
11250 \end_layout
11251
11252 \begin_layout Standard
11253 \align center
11254 \begin_inset Tabular
11255 <lyxtabular version="3" rows="3" columns="2">
11256 <features>
11257 <column alignment="center" valignment="top" width="0">
11258 <column alignment="center" valignment="top" width="0">
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 Command
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 Result
11274 \begin_inset Note Note
11275 status collapsed
11276
11277 \begin_layout Plain Layout
11278
11279 \series bold
11280
11281 \backslash
11282 raisebox
11283 \series default
11284  is only used as spacer.
11285 \end_layout
11286
11287 \end_inset
11288
11289
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 </row>
11295 <row>
11296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300
11301 \backslash
11302 sum
11303 \backslash
11304 sum
11305 \begin_inset ERT
11306 status collapsed
11307
11308 \begin_layout Plain Layout
11309
11310
11311 \backslash
11312 spce 
11313 \end_layout
11314
11315 \end_inset
11316
11317 f_kl
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 </row>
11335 <row>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340
11341 \backslash
11342 sum
11343 \backslash
11344 negmedspace
11345 \backslash
11346 sum
11347 \begin_inset ERT
11348 status collapsed
11349
11350 \begin_layout Plain Layout
11351
11352
11353 \backslash
11354 spce 
11355 \end_layout
11356
11357 \end_inset
11358
11359 f_kl
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11369 \end_inset
11370
11371
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 </lyxtabular>
11378
11379 \end_inset
11380
11381
11382 \end_layout
11383
11384 \begin_layout Standard
11385 Relations like for example equal signs, are always surrounded by space.
11386  To suppress this, the equal sign is placed into a TeX-brace.
11387  The following example demonstrates this:
11388 \end_layout
11389
11390 \begin_layout Standard
11391 \align center
11392 \begin_inset Tabular
11393 <lyxtabular version="3" rows="2" columns="2">
11394 <features>
11395 <column alignment="center" valignment="top" width="0pt">
11396 <column alignment="center" valignment="top" width="0pt">
11397 <row>
11398 <cell alignment="center" valignment="top" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 normal equation
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A=B$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 \begin_inset Note Note
11426 status collapsed
11427
11428 \begin_layout Plain Layout
11429
11430 \series bold
11431
11432 \backslash
11433 raisebox
11434 \series default
11435  is only used as spacer.
11436 \end_layout
11437
11438 \end_inset
11439
11440
11441 \begin_inset Formula $\raisebox{5mm}{}$
11442 \end_inset
11443
11444 equation without space
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 \begin_inset Formula $A{=}B$
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 </lyxtabular>
11463
11464 \end_inset
11465
11466
11467 \end_layout
11468
11469 \begin_layout Standard
11470 \noindent
11471 The command for the last formula is: 
11472 \series bold
11473 A
11474 \backslash
11475 {=
11476 \begin_inset Formula $\to$
11477 \end_inset
11478
11479 B
11480 \end_layout
11481
11482 \begin_layout Standard
11483 \begin_inset VSpace bigskip
11484 \end_inset
11485
11486 Spaces are needed for physical units, because the space between the value
11487  and the unit is the smallest one and not a normal space.
11488  For units in text, the smallest space is inserted via the menu 
11489 \family sans
11490 Insert\SpecialChar \menuseparator
11491 Formatting\SpecialChar \menuseparator
11492 Thin
11493 \begin_inset space ~
11494 \end_inset
11495
11496 Space
11497 \family default
11498  (shortcut 
11499 \family sans
11500 Ctrl-Shift-Space
11501 \family default
11502 ).
11503 \end_layout
11504
11505 \begin_layout Standard
11506 An example to visualize the difference:
11507 \end_layout
11508
11509 \begin_layout Standard
11510 \begin_inset Tabular
11511 <lyxtabular version="3" rows="2" columns="2">
11512 <features>
11513 <column alignment="left" valignment="top" width="0">
11514 <column alignment="left" valignment="top" width="0">
11515 <row>
11516 <cell alignment="center" valignment="top" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 24 kW
11521 \begin_inset Formula $\cdot$
11522 \end_inset
11523
11524 h
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 space between value and unit
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row>
11540 <cell alignment="center" valignment="top" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 24
11545 \begin_inset space \thinspace{}
11546 \end_inset
11547
11548 kW
11549 \begin_inset Formula $\cdot$
11550 \end_inset
11551
11552 h
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 smallest space between value and unit
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 </lyxtabular>
11568
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \begin_layout Subsection
11575 Variable Space
11576 \begin_inset ERT
11577 status collapsed
11578
11579 \begin_layout Plain Layout
11580
11581
11582 \backslash
11583 texorpdfstring{
11584 \end_layout
11585
11586 \end_inset
11587
11588
11589 \begin_inset Foot
11590 status collapsed
11591
11592 \begin_layout Plain Layout
11593 for vertical space in formulas see 
11594 \begin_inset CommandInset ref
11595 LatexCommand ref
11596 reference "sub:Line-Separation"
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \begin_inset ERT
11607 status collapsed
11608
11609 \begin_layout Plain Layout
11610
11611 }{}
11612 \end_layout
11613
11614 \end_inset
11615
11616
11617 \begin_inset Note Note
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621
11622 \backslash
11623 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11624 \end_layout
11625
11626 \begin_layout Plain Layout
11627 More about 
11628 \backslash
11629 texorpdfstring is in section 
11630 \begin_inset CommandInset ref
11631 LatexCommand ref
11632 reference "sub:Formulas-in-Section"
11633
11634 \end_inset
11635
11636 .
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \begin_inset CommandInset label
11643 LatexCommand label
11644 name "sub:Variable-Space"
11645
11646 \end_inset
11647
11648
11649 \begin_inset Index
11650 status collapsed
11651
11652 \begin_layout Plain Layout
11653 Space ! horizontal ! variable
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \end_layout
11660
11661 \begin_layout Standard
11662 Space with a defined length can be inserted in LyX with the command
11663 \begin_inset Newline newline
11664 \end_inset
11665
11666
11667 \series bold
11668
11669 \backslash
11670 hspace{length}
11671 \series default
11672
11673 \begin_inset Index
11674 status collapsed
11675
11676 \begin_layout Plain Layout
11677 Commands ! H ! 
11678 \backslash
11679 hspace
11680 \end_layout
11681
11682 \end_inset
11683
11684 .
11685  For the length all units listed in 
11686 \begin_inset CommandInset ref
11687 LatexCommand ref
11688 reference "tab:Used-units"
11689
11690 \end_inset
11691
11692  are allowed, except of the unit 
11693 \begin_inset Quotes eld
11694 \end_inset
11695
11696 mu
11697 \begin_inset Quotes erd
11698 \end_inset
11699
11700 .
11701  The length may also be negative.
11702  To insert so many space that the formula uses all available space, the
11703  command 
11704 \series bold
11705
11706 \backslash
11707 hfill
11708 \series default
11709
11710 \begin_inset Index
11711 status collapsed
11712
11713 \begin_layout Plain Layout
11714 Commands ! H ! 
11715 \backslash
11716 hfill
11717 \end_layout
11718
11719 \end_inset
11720
11721  is used.
11722 \end_layout
11723
11724 \begin_layout Standard
11725 \begin_inset VSpace -1mm
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Standard
11732 \align center
11733 \begin_inset Tabular
11734 <lyxtabular version="3" rows="4" columns="2">
11735 <features>
11736 <column alignment="center" valignment="top" width="0">
11737 <column alignment="center" valignment="top" width="0">
11738 <row>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 Command
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 Result
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 <row>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 A=B
11764 \backslash
11765 hspace{3cm
11766 \begin_inset Formula $\to$
11767 \end_inset
11768
11769 A
11770 \backslash
11771 not=C
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 </row>
11789 <row>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 A
11795 \backslash
11796 hspace{-1mm
11797 \begin_inset Formula $\to$
11798 \end_inset
11799
11800 A
11801 \backslash
11802 not=A
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 </row>
11820 <row>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 A=A
11826 \backslash
11827 hfill
11828 \begin_inset ERT
11829 status collapsed
11830
11831 \begin_layout Plain Layout
11832
11833
11834 \backslash
11835 spce 
11836 \end_layout
11837
11838 \end_inset
11839
11840 B=B
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Formula $A=A\hfill B=B$
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 </row>
11858 </lyxtabular>
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \begin_layout Standard
11866 In the last example the available space is given by the longest column entry
11867  of the table.
11868  In an inline formula the space depends on the length of the line in which
11869  
11870 \series bold
11871
11872 \backslash
11873 hfill
11874 \series default
11875  is inserted.
11876  Thus, when the line uses the full width, no space will be created.
11877  
11878 \series bold
11879
11880 \backslash
11881 hfill
11882 \series default
11883  only has an effect on displayed formulas when the formula style 
11884 \series bold
11885 Indented
11886 \series default
11887  is used.
11888  (Formula styles are explained in 
11889 \begin_inset CommandInset ref
11890 LatexCommand ref
11891 reference "sec:Formula-Styles"
11892
11893 \end_inset
11894
11895 .)
11896 \end_layout
11897
11898 \begin_layout Standard
11899 For text, variable space can be inserted via the menu 
11900 \family sans
11901 Insert\SpecialChar \menuseparator
11902 Formatting\SpecialChar \menuseparator
11903 Horizontal
11904 \begin_inset space ~
11905 \end_inset
11906
11907 Space
11908 \family default
11909 , what is not possible in formulas:
11910 \end_layout
11911
11912 \begin_layout Standard
11913 This is a line with
11914 \begin_inset space \hspace{}
11915 \length 2cm
11916 \end_inset
11917
11918 2
11919 \begin_inset space \thinspace{}
11920 \end_inset
11921
11922 cm space.
11923 \end_layout
11924
11925 \begin_layout Standard
11926 This is a line with
11927 \begin_inset space \hfill{}
11928 \end_inset
11929
11930 maximum space.
11931 \end_layout
11932
11933 \begin_layout Subsection
11934 Space besides inline Formulas
11935 \begin_inset Index
11936 status collapsed
11937
11938 \begin_layout Plain Layout
11939 Space ! besides inline formulas
11940 \end_layout
11941
11942 \end_inset
11943
11944
11945 \end_layout
11946
11947 \begin_layout Standard
11948 The space that surrounds inline formulas can be adjusted with the length
11949  
11950 \series bold
11951
11952 \backslash
11953 mathsurround
11954 \begin_inset Index
11955 status collapsed
11956
11957 \begin_layout Plain Layout
11958 Commands ! M ! 
11959 \backslash
11960 mathsurround
11961 \end_layout
11962
11963 \end_inset
11964
11965
11966 \series default
11967 .
11968  The value of a length is set with the command 
11969 \series bold
11970
11971 \backslash
11972 setlength
11973 \begin_inset Index
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977 Commands ! S ! 
11978 \backslash
11979 setlength
11980 \end_layout
11981
11982 \end_inset
11983
11984
11985 \series default
11986  that has the following scheme:
11987 \end_layout
11988
11989 \begin_layout Standard
11990
11991 \series bold
11992
11993 \backslash
11994 setlength{length name}{value}
11995 \end_layout
11996
11997 \begin_layout Standard
11998 To set 
11999 \series bold
12000
12001 \backslash
12002 mathsurround
12003 \series default
12004  to the value 5
12005 \begin_inset space \thinspace{}
12006 \end_inset
12007
12008 mm, the command
12009 \end_layout
12010
12011 \begin_layout Standard
12012
12013 \series bold
12014
12015 \backslash
12016 setlength{
12017 \backslash
12018 mathsurround}{5mm}
12019 \end_layout
12020
12021 \begin_layout Standard
12022 is inserted in TeX-mode.
12023  5
12024 \begin_inset space \thinspace{}
12025 \end_inset
12026
12027 mm space will now be set around all inline formulas:
12028 \begin_inset ERT
12029 status collapsed
12030
12031 \begin_layout Plain Layout
12032
12033
12034 \backslash
12035 setlength{
12036 \backslash
12037 mathsurround}{5mm}
12038 \end_layout
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \begin_layout Standard
12046 This is a line with an inline formula 
12047 \begin_inset Formula $A=B$
12048 \end_inset
12049
12050  with 5
12051 \begin_inset space \thinspace{}
12052 \end_inset
12053
12054 mm surrounding space.
12055 \begin_inset ERT
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059
12060
12061 \backslash
12062 setlength{
12063 \backslash
12064 mathsurround}{0pt}
12065 \end_layout
12066
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \begin_layout Standard
12073 To return to the predefined value, 
12074 \series bold
12075
12076 \backslash
12077 mathsurround
12078 \series default
12079  is set to the value 0
12080 \begin_inset space \thinspace{}
12081 \end_inset
12082
12083 pt.
12084 \end_layout
12085
12086 \begin_layout Section
12087 Boxes and Frames
12088 \begin_inset Index
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092 Boxes
12093 \end_layout
12094
12095 \end_inset
12096
12097
12098 \begin_inset Index
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102 Frames | see
12103 \begin_inset ERT
12104 status collapsed
12105
12106 \begin_layout Plain Layout
12107
12108 {
12109 \end_layout
12110
12111 \end_inset
12112
12113 Boxes
12114 \begin_inset ERT
12115 status collapsed
12116
12117 \begin_layout Plain Layout
12118
12119 }
12120 \end_layout
12121
12122 \end_inset
12123
12124
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \begin_layout Standard
12133 Boxes for text are described in chapter 
12134 \family typewriter
12135 Boxes
12136 \family default
12137  in the 
12138 \family typewriter
12139 Embedded
12140 \begin_inset space ~
12141 \end_inset
12142
12143 Objects
12144 \family default
12145  manual.
12146 \end_layout
12147
12148 \begin_layout Subsection
12149 Boxes with Frame
12150 \begin_inset CommandInset label
12151 LatexCommand label
12152 name "sub:Boxes-with-Frame"
12153
12154 \end_inset
12155
12156
12157 \begin_inset Index
12158 status collapsed
12159
12160 \begin_layout Plain Layout
12161 Boxes ! with frame
12162 \end_layout
12163
12164 \end_inset
12165
12166
12167 \end_layout
12168
12169 \begin_layout Standard
12170 It is possible to frame formulas or parts of it with the commands 
12171 \series bold
12172
12173 \backslash
12174 fbox
12175 \series default
12176
12177 \begin_inset Index
12178 status collapsed
12179
12180 \begin_layout Plain Layout
12181 Commands ! F ! 
12182 \backslash
12183 fbox
12184 \end_layout
12185
12186 \end_inset
12187
12188  and 
12189 \series bold
12190
12191 \backslash
12192 boxed
12193 \series default
12194
12195 \begin_inset Index
12196 status collapsed
12197
12198 \begin_layout Plain Layout
12199 Commands ! B ! 
12200 \backslash
12201 boxed
12202 \end_layout
12203
12204 \end_inset
12205
12206 .
12207 \end_layout
12208
12209 \begin_layout Standard
12210 When one of these commands is inserted to a formula, a blue box appears
12211  within a frame to enter formula parts.
12212  For 
12213 \series bold
12214
12215 \backslash
12216 fbox
12217 \series default
12218  an additional formula has to be created by 
12219 \family sans
12220 Ctrl-m
12221 \family default
12222  within this box
12223 \begin_inset Foot
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227 Due to a bug in LyX it is not possible to create a new formula with 
12228 \family sans
12229 Ctrl-m
12230 \family default
12231 , see 
12232 \begin_inset CommandInset href
12233 LatexCommand href
12234 name "LyX-bug #1435"
12235 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12236
12237 \end_inset
12238
12239 .
12240 \end_layout
12241
12242 \end_inset
12243
12244 , because the box content will otherwise be treated as mathematical text.
12245  When 
12246 \series bold
12247
12248 \backslash
12249 boxed
12250 \series default
12251  is used, a new formula is automatically created inside the frame.
12252 \end_layout
12253
12254 \begin_layout Standard
12255 The command 
12256 \series bold
12257
12258 \backslash
12259 fbox
12260 \series default
12261  is not suitable to frame displayed formulas, because the formula will always
12262  be set in the size of the text.
12263  
12264 \series bold
12265
12266 \backslash
12267 boxed
12268 \series default
12269  is in contrary not suitable to frame inline formulas, because the formula
12270  will always be set in the size of a displayed formula.
12271 \end_layout
12272
12273 \begin_layout Standard
12274 As extension to 
12275 \series bold
12276
12277 \backslash
12278 fbox
12279 \series default
12280  there is the command 
12281 \series bold
12282
12283 \backslash
12284 framebox
12285 \series default
12286
12287 \begin_inset Index
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291 Commands ! F ! 
12292 \backslash
12293 framebox
12294 \end_layout
12295
12296 \end_inset
12297
12298  where additionally the frame width and the alignment can be specified.
12299  
12300 \series bold
12301
12302 \backslash
12303 framebox
12304 \series default
12305  is used in the following scheme:
12306 \end_layout
12307
12308 \begin_layout Standard
12309
12310 \series bold
12311
12312 \backslash
12313 framebox[frame width][position]{box content}
12314 \end_layout
12315
12316 \begin_layout Standard
12317 The position can either be 
12318 \emph on
12319 l
12320 \emph default
12321  or 
12322 \emph on
12323 r
12324 \emph default
12325 .
12326  
12327 \emph on
12328 l
12329 \emph default
12330  left aligns, 
12331 \emph on
12332 r
12333 \emph default
12334  right aligns the formula in the box.
12335  When no position is given, the formula will be centered.
12336 \begin_inset Newline newline
12337 \end_inset
12338
12339 Is no width given, also no position can be given.
12340  In this case the frame width is adjusted to the box content like for 
12341 \series bold
12342
12343 \backslash
12344 fbox
12345 \series default
12346 .
12347 \end_layout
12348
12349 \begin_layout Standard
12350 When the command 
12351 \series bold
12352
12353 \backslash
12354 framebox
12355 \series default
12356  is inserted, a box appears containing three blue boxes.
12357  The first two boxes are surrounded by brackets and denote the two optional
12358  arguments.
12359  The third box is for formula parts like for 
12360 \series bold
12361
12362 \backslash
12363 fbox
12364 \series default
12365 .
12366 \end_layout
12367
12368 \begin_layout Standard
12369 \align center
12370 \begin_inset Note Note
12371 status open
12372
12373 \begin_layout Plain Layout
12374 The table has been set into a minipage to make the footnote appearing.
12375  Otherwise the footnote text would not be displayed.
12376 \end_layout
12377
12378 \end_inset
12379
12380
12381 \begin_inset Box Frameless
12382 position "c"
12383 hor_pos "c"
12384 has_inner_box 1
12385 inner_pos "c"
12386 use_parbox 0
12387 width "100col%"
12388 special "none"
12389 height "1in"
12390 height_special "totalheight"
12391 status open
12392
12393 \begin_layout Plain Layout
12394 \align center
12395 \begin_inset Tabular
12396 <lyxtabular version="3" rows="5" columns="2">
12397 <features>
12398 <column alignment="center" valignment="top" width="0">
12399 <column alignment="center" valignment="top" width="0">
12400 <row>
12401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405 Command
12406 \begin_inset Foot
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 Due to a bug in LyX it is not possible to create a new formula with 
12411 \family sans
12412 Ctrl-m
12413 \family default
12414 , see 
12415 \begin_inset CommandInset href
12416 LatexCommand href
12417 name "LyX-bug #1435"
12418 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12419
12420 \end_inset
12421
12422 .
12423 \end_layout
12424
12425 \end_inset
12426
12427
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Plain Layout
12436 Result
12437 \begin_inset Note Note
12438 status collapsed
12439
12440 \begin_layout Plain Layout
12441
12442 \series bold
12443
12444 \backslash
12445 raisebox
12446 \series default
12447  is only used as spacer.
12448 \end_layout
12449
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 </row>
12458 <row>
12459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463
12464 \backslash
12465 fbox
12466 \begin_inset ERT
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470
12471
12472 \backslash
12473 spce 
12474 \end_layout
12475
12476 \end_inset
12477
12478
12479 \family sans
12480 Ctrl-m
12481 \family default
12482  
12483 \backslash
12484 int
12485 \begin_inset ERT
12486 status collapsed
12487
12488 \begin_layout Plain Layout
12489
12490
12491 \backslash
12492 spce 
12493 \end_layout
12494
12495 \end_inset
12496
12497 A=B
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12507
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521
12522 \backslash
12523 boxed
12524 \begin_inset ERT
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528
12529
12530 \backslash
12531 spce 
12532 \end_layout
12533
12534 \end_inset
12535
12536
12537 \backslash
12538 int
12539 \begin_inset ERT
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543
12544
12545 \backslash
12546 spce 
12547 \end_layout
12548
12549 \end_inset
12550
12551 A=B
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12561 \end_inset
12562
12563
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 </row>
12569 <row>
12570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 A+
12575 \backslash
12576 fbox
12577 \begin_inset ERT
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581
12582
12583 \backslash
12584 spce 
12585 \end_layout
12586
12587 \end_inset
12588
12589 B
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12599 \end_inset
12600
12601
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 </row>
12607 <row>
12608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612
12613 \backslash
12614 framebox
12615 \begin_inset ERT
12616 status collapsed
12617
12618 \begin_layout Plain Layout
12619
12620
12621 \backslash
12622 spce 
12623 \end_layout
12624
12625 \end_inset
12626
12627 20mm
12628 \begin_inset Formula $\to$
12629 \end_inset
12630
12631
12632 \begin_inset Formula $\to$
12633 \end_inset
12634
12635
12636 \family sans
12637 Ctrl-m
12638 \family default
12639  
12640 \backslash
12641 frac
12642 \begin_inset ERT
12643 status collapsed
12644
12645 \begin_layout Plain Layout
12646
12647
12648 \backslash
12649 spce 
12650 \end_layout
12651
12652 \end_inset
12653
12654 A
12655 \begin_inset Formula $\downarrow$
12656 \end_inset
12657
12658 B
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 \begin_inset Formula $\raisebox{6mm}{}$
12668 \end_inset
12669
12670
12671 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12672 \end_inset
12673
12674
12675 \begin_inset Formula $\raisebox{-4mm}{}$
12676 \end_inset
12677
12678
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 </row>
12684 </lyxtabular>
12685
12686 \end_inset
12687
12688
12689 \end_layout
12690
12691 \end_inset
12692
12693
12694 \end_layout
12695
12696 \begin_layout Standard
12697 The frame thickness can also be adjusted.
12698  To do this the following commands have to be inserted in TeX-mode before
12699  the formula
12700 \end_layout
12701
12702 \begin_layout Standard
12703
12704 \series bold
12705
12706 \backslash
12707 fboxrule
12708 \series default
12709  
12710 \series bold
12711
12712 \begin_inset Quotes eld
12713 \end_inset
12714
12715 thickness
12716 \begin_inset Quotes erd
12717 \end_inset
12718
12719
12720 \series default
12721  
12722 \series bold
12723
12724 \backslash
12725 fboxsep
12726 \series default
12727  
12728 \series bold
12729
12730 \begin_inset Quotes eld
12731 \end_inset
12732
12733 distance
12734 \begin_inset Quotes erd
12735 \end_inset
12736
12737
12738 \end_layout
12739
12740 \begin_layout Standard
12741 \begin_inset Quotes eld
12742 \end_inset
12743
12744 distance
12745 \begin_inset Quotes erd
12746 \end_inset
12747
12748  specifies the minimal distance between the frame and the first character
12749  in the box.
12750  An example for this is the following framed formula:
12751 \begin_inset ERT
12752 status collapsed
12753
12754 \begin_layout Plain Layout
12755
12756
12757 \backslash
12758 fboxrule 2mm 
12759 \backslash
12760 fboxsep 3mm
12761 \end_layout
12762
12763 \end_inset
12764
12765
12766 \begin_inset Formula \[
12767 \boxed{A+B=C}\]
12768
12769 \end_inset
12770
12771 Before this formula the commands
12772 \end_layout
12773
12774 \begin_layout Standard
12775
12776 \series bold
12777
12778 \backslash
12779 fboxrule
12780 \series default
12781  
12782 \series bold
12783 2mm
12784 \series default
12785  
12786 \series bold
12787
12788 \backslash
12789 fboxsep
12790 \series default
12791  
12792 \series bold
12793 3mm
12794 \end_layout
12795
12796 \begin_layout Standard
12797 were inserted in TeX-mode.
12798  The given values are used for all following boxes.
12799 \end_layout
12800
12801 \begin_layout Standard
12802 To return to the standard frame size, the command
12803 \end_layout
12804
12805 \begin_layout Standard
12806
12807 \series bold
12808
12809 \backslash
12810 fboxrule
12811 \series default
12812  
12813 \series bold
12814 0.4pt
12815 \series default
12816  
12817 \series bold
12818
12819 \backslash
12820 fboxsep
12821 \series default
12822  
12823 \series bold
12824 3pt
12825 \series default
12826
12827 \begin_inset ERT
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831
12832
12833 \backslash
12834 fboxrule 0.4pt 
12835 \backslash
12836 fboxsep 3pt
12837 \end_layout
12838
12839 \end_inset
12840
12841
12842 \end_layout
12843
12844 \begin_layout Standard
12845 is inserted in TeX-mode before the next formula.
12846 \end_layout
12847
12848 \begin_layout Subsection
12849 Boxes without Frame
12850 \begin_inset CommandInset label
12851 LatexCommand label
12852 name "sub:Boxes-without-Frame"
12853
12854 \end_inset
12855
12856
12857 \begin_inset Index
12858 status collapsed
12859
12860 \begin_layout Plain Layout
12861 Boxes ! without frame
12862 \end_layout
12863
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \begin_layout Standard
12870 For boxes without a frame there are the following box commands: 
12871 \series bold
12872
12873 \backslash
12874 mbox
12875 \series default
12876
12877 \begin_inset Index
12878 status collapsed
12879
12880 \begin_layout Plain Layout
12881 Commands ! M ! 
12882 \backslash
12883 mbox
12884 \end_layout
12885
12886 \end_inset
12887
12888
12889 \series bold
12890
12891 \backslash
12892 makebox
12893 \series default
12894
12895 \begin_inset Index
12896 status collapsed
12897
12898 \begin_layout Plain Layout
12899 Commands ! M ! 
12900 \backslash
12901 makebox
12902 \end_layout
12903
12904 \end_inset
12905
12906 , and 
12907 \series bold
12908
12909 \backslash
12910 raisebox
12911 \series default
12912
12913 \begin_inset Index
12914 status collapsed
12915
12916 \begin_layout Plain Layout
12917 Commands ! R ! 
12918 \backslash
12919 raisebox
12920 \end_layout
12921
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \begin_layout Standard
12928 With 
12929 \series bold
12930
12931 \backslash
12932 raisebox
12933 \series default
12934  a box can be super- or subscripted.
12935  But in contrary to normal super- and subscripting, the characters in the
12936  box keep their font size.
12937  
12938 \series bold
12939
12940 \backslash
12941 raisebox
12942 \series default
12943  is used in the following scheme:
12944 \end_layout
12945
12946 \begin_layout Standard
12947
12948 \series bold
12949
12950 \backslash
12951 raisebox{height}{box content}
12952 \end_layout
12953
12954 \begin_layout Standard
12955 When the box should contain a formula, an extra formula is needed like for
12956  
12957 \series bold
12958
12959 \backslash
12960 fbox
12961 \series default
12962 .
12963 \end_layout
12964
12965 \begin_layout Standard
12966 \align center
12967 \begin_inset Tabular
12968 <lyxtabular version="3" rows="4" columns="2">
12969 <features>
12970 <column alignment="center" valignment="top" width="0">
12971 <column alignment="center" valignment="top" width="0">
12972 <row>
12973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 Command
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986 Result
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 </row>
12992 <row>
12993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997 H
12998 \backslash
12999 raisebox{2mm
13000 \begin_inset Formula $\to$
13001 \end_inset
13002
13003
13004 \backslash
13005 {al
13006 \begin_inset Formula $\to$
13007 \end_inset
13008
13009  lo
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 </row>
13027 <row>
13028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032 H
13033 \backslash
13034 raisebox{-2mm
13035 \begin_inset Formula $\to$
13036 \end_inset
13037
13038
13039 \backslash
13040 {al
13041 \begin_inset Formula $\to$
13042 \end_inset
13043
13044 lo
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13054 \end_inset
13055
13056
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 <row>
13063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 A=
13068 \backslash
13069 raisebox{-2mm
13070 \begin_inset Formula $\to$
13071 \end_inset
13072
13073
13074 \backslash
13075 {
13076 \family sans
13077 Ctrl-m
13078 \family default
13079  
13080 \backslash
13081 sqrt
13082 \begin_inset ERT
13083 status collapsed
13084
13085 \begin_layout Plain Layout
13086
13087
13088 \backslash
13089 spce 
13090 \end_layout
13091
13092 \end_inset
13093
13094
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 \begin_inset ERT
13104 status collapsed
13105
13106 \begin_layout Plain Layout
13107
13108 $A=
13109 \backslash
13110 raisebox{-2mm}{$
13111 \backslash
13112 sqrt{B}$}$
13113 \end_layout
13114
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 </row>
13123 </lyxtabular>
13124
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \begin_layout Standard
13131 The last formula can currently only be created using TeX-mode because LyX
13132  inserts a box instead of the needed extra formula.
13133 \begin_inset Foot
13134 status collapsed
13135
13136 \begin_layout Plain Layout
13137 see 
13138 \begin_inset CommandInset href
13139 LatexCommand href
13140 name "LyX-bug #1435"
13141 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13142
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \end_layout
13152
13153 \begin_layout Standard
13154 The command 
13155 \series bold
13156
13157 \backslash
13158 mbox
13159 \series default
13160  is equivalent to 
13161 \series bold
13162
13163 \backslash
13164 fbox
13165 \series default
13166  and 
13167 \series bold
13168
13169 \backslash
13170 makebox
13171 \series default
13172  is equivalent to 
13173 \series bold
13174
13175 \backslash
13176 framebox
13177 \series default
13178 , with the difference that there is no frame.
13179 \end_layout
13180
13181 \begin_layout Subsection
13182 Colored Boxes
13183 \begin_inset CommandInset label
13184 LatexCommand label
13185 name "sub:Colored-Boxes"
13186
13187 \end_inset
13188
13189
13190 \begin_inset Index
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194 Boxes ! colored
13195 \end_layout
13196
13197 \end_inset
13198
13199
13200 \end_layout
13201
13202 \begin_layout Standard
13203 To be able to use all commands explained in this section, the LaTeX-package
13204  
13205 \series bold
13206 color
13207 \series default
13208
13209 \begin_inset Foot
13210 status collapsed
13211
13212 \begin_layout Plain Layout
13213 The LaTeX-package 
13214 \series bold
13215 color
13216 \series default
13217  is part of every LaTeX standard installation.
13218 \end_layout
13219
13220 \end_inset
13221
13222
13223 \begin_inset Index
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227 Packages ! color
13228 \end_layout
13229
13230 \end_inset
13231
13232  has to be loaded in the LaTeX-preamble with the line
13233 \begin_inset Foot
13234 status collapsed
13235
13236 \begin_layout Plain Layout
13237 When text is colored somewhere in the document with a predefined color,
13238  LyX loads the LaTeX-package 
13239 \series bold
13240 color
13241 \series default
13242  automatically.
13243  Thus it is possible that the package is loaded twice, but this doesn't
13244  arise problems.
13245 \end_layout
13246
13247 \end_inset
13248
13249
13250 \begin_inset Note Note
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13255 amble.
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \begin_layout Standard
13264
13265 \series bold
13266
13267 \backslash
13268 usepackage{color}
13269 \end_layout
13270
13271 \begin_layout Standard
13272 \begin_inset VSpace medskip
13273 \end_inset
13274
13275 To color boxes, the command 
13276 \series bold
13277
13278 \backslash
13279 colorbox
13280 \series default
13281
13282 \begin_inset Index
13283 status collapsed
13284
13285 \begin_layout Plain Layout
13286 Commands ! C ! 
13287 \backslash
13288 colorbox
13289 \end_layout
13290
13291 \end_inset
13292
13293  is used in the following scheme:
13294 \end_layout
13295
13296 \begin_layout Standard
13297
13298 \series bold
13299
13300 \backslash
13301 colorbox{color}{box content}
13302 \end_layout
13303
13304 \begin_layout Standard
13305 The box content can also be a box and a 
13306 \series bold
13307
13308 \backslash
13309 colorbox
13310 \series default
13311  can also be part of another box (see the 2nd and 3rd example).
13312  When the box should contain a formula, an extra formula has to be created,
13313  the same as for 
13314 \series bold
13315
13316 \backslash
13317 fbox
13318 \series default
13319 .
13320 \begin_inset Foot
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 This also applies for the command 
13325 \series bold
13326
13327 \backslash
13328 fcolorbox
13329 \series default
13330 .
13331  Thereby note 
13332 \begin_inset CommandInset href
13333 LatexCommand href
13334 name "LyX-bug #1435"
13335 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13336
13337 \end_inset
13338
13339 .
13340 \end_layout
13341
13342 \end_inset
13343
13344
13345 \end_layout
13346
13347 \begin_layout Standard
13348 One of the following predefined colors can be chosen:
13349 \end_layout
13350
13351 \begin_layout Standard
13352
13353 \series bold
13354 black
13355 \series default
13356
13357 \series bold
13358 blue
13359 \series default
13360
13361 \series bold
13362 cyan
13363 \series default
13364
13365 \series bold
13366 green
13367 \series default
13368
13369 \series bold
13370 magenta
13371 \series default
13372
13373 \series bold
13374 red
13375 \series default
13376
13377 \series bold
13378 white
13379 \series default
13380 , and 
13381 \series bold
13382 yellow
13383 \end_layout
13384
13385 \begin_layout Standard
13386 \align center
13387 \begin_inset Tabular
13388 <lyxtabular version="3" rows="4" columns="2">
13389 <features>
13390 <column alignment="center" valignment="top" width="0">
13391 <column alignment="center" valignment="top" width="0">
13392 <row>
13393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 Command
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 Result
13407 \begin_inset Note Note
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411
13412 \series bold
13413
13414 \backslash
13415 raisebox
13416 \series default
13417  is only used as spacer.
13418 \end_layout
13419
13420 \end_inset
13421
13422
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 </row>
13428 <row>
13429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433
13434 \backslash
13435 colorbox{yellow
13436 \begin_inset Formula $\to$
13437 \end_inset
13438
13439
13440 \backslash
13441 {A=B
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13451 \end_inset
13452
13453
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 </row>
13459 <row>
13460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464
13465 \backslash
13466 colorbox{green
13467 \begin_inset Formula $\to$
13468 \end_inset
13469
13470
13471 \backslash
13472 {
13473 \backslash
13474 fbox
13475 \begin_inset ERT
13476 status collapsed
13477
13478 \begin_layout Plain Layout
13479
13480
13481 \backslash
13482 spce 
13483 \end_layout
13484
13485 \end_inset
13486
13487 A=B
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13497 \end_inset
13498
13499
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 </row>
13505 <row>
13506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510
13511 \backslash
13512 fbox
13513 \begin_inset ERT
13514 status collapsed
13515
13516 \begin_layout Plain Layout
13517
13518
13519 \backslash
13520 spce 
13521 \end_layout
13522
13523 \end_inset
13524
13525
13526 \backslash
13527 colorbox{green
13528 \begin_inset Formula $\to$
13529 \end_inset
13530
13531
13532 \backslash
13533 {A=B
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13543 \end_inset
13544
13545
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 </row>
13551 </lyxtabular>
13552
13553 \end_inset
13554
13555
13556 \end_layout
13557
13558 \begin_layout Standard
13559
13560 \series bold
13561
13562 \backslash
13563 colorbox
13564 \series default
13565  only colors the box but not the characters in the box.
13566  To color all characters, the whole formula is highlighted and the wanted
13567  color is chosen in the 
13568 \family sans
13569 Text
13570 \begin_inset space ~
13571 \end_inset
13572
13573 Style
13574 \family default
13575  dialog.
13576  The dialog can be called with the toolbar button 
13577 \begin_inset Graphics
13578         filename ../images/dialog-show_character.png
13579         scale 85
13580
13581 \end_inset
13582
13583  or the menu 
13584 \family sans
13585 Edit\SpecialChar \menuseparator
13586 Text
13587 \begin_inset space ~
13588 \end_inset
13589
13590 Style\SpecialChar \menuseparator
13591 Customized
13592 \family default
13593 .
13594  The formula number has then the same color as the formula.
13595  When the formula number should get another color than the formula characters,
13596  the color must be changed within the formula.
13597 \end_layout
13598
13599 \begin_layout Standard
13600 An example:
13601 \end_layout
13602
13603 \begin_layout Standard
13604
13605 \color red
13606 \begin_inset Formula \begin{equation}
13607 \int A=B\label{eq:red}\end{equation}
13608
13609 \end_inset
13610
13611
13612 \color green
13613
13614 \begin_inset Formula \begin{equation}
13615 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13616
13617 \end_inset
13618
13619
13620 \end_layout
13621
13622 \begin_layout Standard
13623 Formula 
13624 \begin_inset CommandInset ref
13625 LatexCommand eqref
13626 reference "eq:red"
13627
13628 \end_inset
13629
13630  is completely colored red.
13631 \begin_inset Newline newline
13632 \end_inset
13633
13634 Formula 
13635 \begin_inset CommandInset ref
13636 LatexCommand eqref
13637 reference "eq:redgreen"
13638
13639 \end_inset
13640
13641  was first completely colored green to set the color for the formula number.
13642  Subsequently the formula characters were colored red.
13643 \end_layout
13644
13645 \begin_layout Standard
13646 \begin_inset VSpace bigskip
13647 \end_inset
13648
13649 To color the frame different than the rest of the box, the command 
13650 \series bold
13651
13652 \backslash
13653 fcolorbox
13654 \series default
13655
13656 \begin_inset Index
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660 Commands ! F ! 
13661 \backslash
13662 fcolorbox
13663 \end_layout
13664
13665 \end_inset
13666
13667  is used in the following scheme:
13668 \end_layout
13669
13670 \begin_layout Standard
13671
13672 \series bold
13673
13674 \backslash
13675 fcolorbox{frame color}{color}{box content}
13676 \end_layout
13677
13678 \begin_layout Standard
13679 So 
13680 \series bold
13681
13682 \backslash
13683 fcolorbox
13684 \series default
13685  is an extension of the command 
13686 \series bold
13687
13688 \backslash
13689 colorbox
13690 \series default
13691 .
13692  The frame width is set, like for 
13693 \series bold
13694
13695 \backslash
13696 framebox
13697 \series default
13698 , with 
13699 \series bold
13700
13701 \backslash
13702 fboxrule
13703 \series default
13704  and 
13705 \series bold
13706
13707 \backslash
13708 fboxsep
13709 \series default
13710 .
13711  An example:
13712 \begin_inset ERT
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716
13717
13718 \backslash
13719 fboxrule 1mm 
13720 \backslash
13721 fboxsep 1mm
13722 \end_layout
13723
13724 \end_inset
13725
13726
13727 \begin_inset Formula \[
13728 \fcolorbox{cyan}{magenta}{A=B}\]
13729
13730 \end_inset
13731
13732
13733 \begin_inset ERT
13734 status collapsed
13735
13736 \begin_layout Plain Layout
13737
13738
13739 \backslash
13740 fboxrule 0.4pt 
13741 \backslash
13742 fboxsep 3pt
13743 \end_layout
13744
13745 \end_inset
13746
13747
13748 \end_layout
13749
13750 \begin_layout Standard
13751 This formula was created with the command
13752 \begin_inset Newline newline
13753 \end_inset
13754
13755
13756 \series bold
13757
13758 \backslash
13759 fcolorbox{cyan
13760 \begin_inset Formula $\to$
13761 \end_inset
13762
13763
13764 \backslash
13765 {magenta
13766 \begin_inset Formula $\to$
13767 \end_inset
13768
13769
13770 \backslash
13771 {A=B
13772 \series default
13773 .
13774 \end_layout
13775
13776 \begin_layout Standard
13777 \begin_inset VSpace bigskip
13778 \end_inset
13779
13780 To use other colors than the predefined ones, they have to be defined first.
13781 \end_layout
13782
13783 \begin_layout Standard
13784 One can for example define the color 
13785 \begin_inset Quotes eld
13786 \end_inset
13787
13788
13789 \series bold
13790 darkgreen
13791 \series default
13792
13793 \begin_inset Quotes erd
13794 \end_inset
13795
13796  with the LaTeX-preamble line:
13797 \end_layout
13798
13799 \begin_layout Standard
13800
13801 \series bold
13802
13803 \backslash
13804 definecolor{darkgreen}{cmyk}{0.5,
13805 \series default
13806  
13807 \series bold
13808 0,
13809 \series default
13810  
13811 \series bold
13812 1,
13813 \series default
13814  
13815 \series bold
13816 0.5}
13817 \series default
13818
13819 \begin_inset Index
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823 Commands ! D ! 
13824 \backslash
13825 definecolor
13826 \end_layout
13827
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \begin_layout Standard
13834
13835 \series bold
13836 cmyk
13837 \series default
13838  is the color space that denotes the colors 
13839 \series bold
13840 cyan
13841 \series default
13842
13843 \series bold
13844 magenta
13845 \series default
13846
13847 \series bold
13848 yellow
13849 \series default
13850 , and 
13851 \series bold
13852 black
13853 \series default
13854 .
13855  The four comma separated numbers are the portion factor for the corresponding
13856  colors of the color space.
13857  The factors can be in the range of 0
13858 \begin_inset space \thinspace{}
13859 \end_inset
13860
13861 -
13862 \begin_inset space \thinspace{}
13863 \end_inset
13864
13865 1.
13866  Instead of 
13867 \series bold
13868 cmyk
13869 \series default
13870  also the color space 
13871 \series bold
13872 rgb
13873 \series default
13874  can be used for definitions.
13875  
13876 \series bold
13877 rgb
13878 \series default
13879  denotes 
13880 \series bold
13881 red
13882 \series default
13883
13884 \series bold
13885 green
13886 \series default
13887 , and 
13888 \series bold
13889 blue
13890 \series default
13891 , so that there are in this case three portion factors for the corresponding
13892  colors.
13893  Furthermore there is the color space 
13894 \series bold
13895 gray
13896 \series default
13897  with one portion factor for the gray value.
13898 \end_layout
13899
13900 \begin_layout Standard
13901 As example a framed box with the new defined color 
13902 \series bold
13903 darkgreen
13904 \series default
13905  where the characters have been colored 
13906 \series bold
13907 yellow
13908 \series default
13909 :
13910 \begin_inset Formula \begin{equation}
13911 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13912
13913 \end_inset
13914
13915
13916 \end_layout
13917
13918 \begin_layout Standard
13919 Self-defined colors can also be used for text with the help of the command
13920  
13921 \series bold
13922
13923 \backslash
13924 textcolor
13925 \series default
13926 :
13927 \begin_inset Index
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931 Text ! colored
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \begin_layout Standard
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945
13946 \backslash
13947 textcolor{darkgreen}{
13948 \end_layout
13949
13950 \end_inset
13951
13952 This sentence is 
13953 \begin_inset Quotes eld
13954 \end_inset
13955
13956 darkgreen
13957 \begin_inset Quotes erd
13958 \end_inset
13959
13960 .
13961 \begin_inset ERT
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966 }
13967 \end_layout
13968
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \begin_layout Standard
13975
13976 \series bold
13977
13978 \backslash
13979 textcolor
13980 \series default
13981
13982 \begin_inset Index
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986 Commands ! T ! 
13987 \backslash
13988 textcolor
13989 \end_layout
13990
13991 \end_inset
13992
13993  is used in the scheme 
13994 \series bold
13995
13996 \backslash
13997 textcolor{color}{characters to color}
13998 \series default
13999 .
14000 \end_layout
14001
14002 \begin_layout Subsection
14003 Paragraph Boxes
14004 \begin_inset CommandInset label
14005 LatexCommand label
14006 name "sub:Paragraph-Boxes"
14007
14008 \end_inset
14009
14010
14011 \begin_inset Index
14012 status collapsed
14013
14014 \begin_layout Plain Layout
14015 Boxes ! as paragraph
14016 \end_layout
14017
14018 \end_inset
14019
14020
14021 \end_layout
14022
14023 \begin_layout Standard
14024 A box that can contain several lines and paragraphs, a so called paragraph
14025  box (parbox), can be created with the menu 
14026 \family sans
14027 Insert\SpecialChar \menuseparator
14028 Box
14029 \family default
14030  or the toolbar button 
14031 \begin_inset Graphics
14032         filename ../images/box-insert.png
14033         scale 85
14034
14035 \end_inset
14036
14037 .
14038 \end_layout
14039
14040 \begin_layout Standard
14041 The following example shows a framed parbox in a line:
14042 \end_layout
14043
14044 \begin_layout Standard
14045 \begin_inset VSpace medskip
14046 \end_inset
14047
14048 This is a line 
14049 \begin_inset Box Boxed
14050 position "c"
14051 hor_pos "c"
14052 has_inner_box 1
14053 inner_pos "t"
14054 use_parbox 1
14055 width "5cm"
14056 special "none"
14057 height "1in"
14058 height_special "totalheight"
14059 status open
14060
14061 \begin_layout Plain Layout
14062 This is a paragraph box.
14063  It is exactly 5
14064 \begin_inset space \thinspace{}
14065 \end_inset
14066
14067 cm long and can also contain formulas: 
14068 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \end_inset
14075
14076  with a parbox.
14077 \end_layout
14078
14079 \begin_layout Standard
14080 \begin_inset VSpace medskip
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \begin_layout Standard
14087 Such a box is created by right-clicking on the gray box inset.
14088  A dialog pops up showing the box properties.
14089  In our case set: 
14090 \emph on
14091 Decoration
14092 \emph default
14093 : Recangular box, 
14094 \emph on
14095 Inner Box
14096 \emph default
14097 : Parbox, 
14098 \emph on
14099 Width
14100 \emph default
14101 : 5
14102 \begin_inset space \thinspace{}
14103 \end_inset
14104
14105 cm, 
14106 \emph on
14107 Vertical Box Alignment
14108 \emph default
14109 : Middle
14110 \end_layout
14111
14112 \begin_layout Standard
14113 \begin_inset VSpace medskip
14114 \end_inset
14115
14116 In LaTeX a parbox is created with the command 
14117 \series bold
14118
14119 \backslash
14120 parbox
14121 \series default
14122
14123 \begin_inset Index
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127 Commands ! P ! 
14128 \backslash
14129 parbox
14130 \end_layout
14131
14132 \end_inset
14133
14134  that has the following scheme:
14135 \end_layout
14136
14137 \begin_layout Standard
14138
14139 \series bold
14140
14141 \backslash
14142 parbox[position]{width}{box content}
14143 \end_layout
14144
14145 \begin_layout Standard
14146 The positions 
14147 \emph on
14148 b
14149 \emph default
14150  and 
14151 \emph on
14152 t
14153 \emph default
14154  are possible.
14155  
14156 \emph on
14157 b
14158 \emph default
14159  for bottom means that the box is aligned within the surrounding text with
14160  its last line.
14161  With 
14162 \emph on
14163 t
14164 \emph default
14165  for top this is done with the first line.
14166  When no position is given, the box will be vertically centered, see section
14167  
14168 \emph on
14169 Boxes
14170 \emph default
14171  of the 
14172 \emph on
14173 Embedded
14174 \begin_inset space ~
14175 \end_inset
14176
14177 Objects
14178 \emph default
14179  manual for examples.
14180 \end_layout
14181
14182 \begin_layout Standard
14183 \begin_inset VSpace bigskip
14184 \end_inset
14185
14186 To frame formulas completely, including the formula number, the formula
14187  must be set into a parbox.
14188  To do this, the command 
14189 \series bold
14190
14191 \backslash
14192 fbox{
14193 \backslash
14194 parbox{
14195 \backslash
14196 linewidth-2
14197 \backslash
14198 fboxsep-2
14199 \backslash
14200 fboxrule}{
14201 \series default
14202  is inserted in TeX-mode before the formula.
14203  
14204 \series bold
14205
14206 \backslash
14207 linewidth
14208 \begin_inset Index
14209 status collapsed
14210
14211 \begin_layout Plain Layout
14212 Commands ! L ! 
14213 \backslash
14214 linewidth
14215 \end_layout
14216
14217 \end_inset
14218
14219
14220 \series default
14221  is hereby the line width set for the document.
14222  Because the frame is outside the parbox, 2
14223 \begin_inset space \thinspace{}
14224 \end_inset
14225
14226 times the frame separation and the frame thickness must be subtracted from
14227  the line width.
14228  As this is not automatically done by LyX due to a bug
14229 \begin_inset Foot
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233 \begin_inset CommandInset href
14234 LatexCommand href
14235 name "LyX-bug #4483"
14236 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14237
14238 \end_inset
14239
14240
14241 \end_layout
14242
14243 \end_inset
14244
14245 , TeX-mode has to be used.
14246  To be able to multiply and subtract in arguments, the LaTeX-package 
14247 \series bold
14248 calc
14249 \series default
14250
14251 \begin_inset Foot
14252 status collapsed
14253
14254 \begin_layout Plain Layout
14255
14256 \series bold
14257 calc
14258 \series default
14259  is part of every LaTeX standard installation.
14260 \end_layout
14261
14262 \end_inset
14263
14264
14265 \begin_inset Index
14266 status collapsed
14267
14268 \begin_layout Plain Layout
14269 Packages ! calc
14270 \end_layout
14271
14272 \end_inset
14273
14274  must be loaded in the LaTeX-preamble with the line
14275 \end_layout
14276
14277 \begin_layout Standard
14278
14279 \series bold
14280
14281 \backslash
14282 usepackage{calc}
14283 \end_layout
14284
14285 \begin_layout Standard
14286 Behind the formula both boxes are closed by entering 
14287 \series bold
14288 }}
14289 \series default
14290  in TeX-mode.
14291  Here is an example:
14292 \begin_inset ERT
14293 status collapsed
14294
14295 \begin_layout Plain Layout
14296
14297
14298 \backslash
14299 fboxsep 5mm 
14300 \backslash
14301 fboxrule 5mm
14302 \end_layout
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \begin_layout Standard
14310 \begin_inset ERT
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314
14315
14316 \backslash
14317 fbox{
14318 \backslash
14319 parbox{
14320 \backslash
14321 linewidth-2
14322 \backslash
14323 fboxsep-2
14324 \backslash
14325 fboxrule}{
14326 \end_layout
14327
14328 \end_inset
14329
14330
14331 \begin_inset Formula \begin{equation}
14332 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14333
14334 \end_inset
14335
14336
14337 \begin_inset ERT
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341
14342 }}
14343 \end_layout
14344
14345 \end_inset
14346
14347
14348 \begin_inset ERT
14349 status collapsed
14350
14351 \begin_layout Plain Layout
14352
14353
14354 \backslash
14355 fboxrule 0.4pt 
14356 \backslash
14357 fboxsep 3pt
14358 \end_layout
14359
14360 \end_inset
14361
14362
14363 \end_layout
14364
14365 \begin_layout Standard
14366 \begin_inset VSpace medskip
14367 \end_inset
14368
14369 As a parbox is used as argument of 
14370 \series bold
14371
14372 \backslash
14373 fbox
14374 \series default
14375 , there is in this case no difference between 
14376 \series bold
14377
14378 \backslash
14379 fbox
14380 \series default
14381  and 
14382 \series bold
14383
14384 \backslash
14385 boxed
14386 \series default
14387 .
14388 \end_layout
14389
14390 \begin_layout Standard
14391 \begin_inset VSpace bigskip
14392 \end_inset
14393
14394 Paragraph boxes are very useful to comment formulas directly.
14395  To do this, 
14396 \series bold
14397
14398 \backslash
14399 parbox
14400 \series default
14401  is used in combination with the command 
14402 \series bold
14403
14404 \backslash
14405 tag
14406 \series default
14407 .
14408  (more about 
14409 \series bold
14410
14411 \backslash
14412 tag
14413 \series default
14414  see 
14415 \begin_inset CommandInset ref
14416 LatexCommand ref
14417 reference "sub:User-defined-Numbering"
14418
14419 \end_inset
14420
14421 )
14422 \end_layout
14423
14424 \begin_layout Standard
14425 An example of a formula commented with 
14426 \series bold
14427
14428 \backslash
14429 parbox
14430 \series default
14431 :
14432 \end_layout
14433
14434 \begin_layout Standard
14435 \begin_inset ERT
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439
14440
14441 \backslash
14442 [5x-7b=3b
14443 \backslash
14444 tag*{
14445 \backslash
14446 parbox{5cm}{
14447 \end_layout
14448
14449 \end_inset
14450
14451 This is a description.
14452  It is distinctly separated from the formula and multiline.
14453 \begin_inset ERT
14454 status collapsed
14455
14456 \begin_layout Plain Layout
14457
14458 }}
14459 \backslash
14460 ]
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Standard
14469 Such a formula must be inserted completely in TeX-mode because LyX does
14470  not yet support the command 
14471 \series bold
14472
14473 \backslash
14474 parbox
14475 \series default
14476  in formulas.
14477  The formula is created with the following command sequence:
14478 \end_layout
14479
14480 \begin_layout Standard
14481 The command 
14482 \series bold
14483
14484 \backslash
14485 [5x-7b=3b
14486 \backslash
14487 tag*
14488 \backslash
14489 {
14490 \backslash
14491 parbox{5cm}{
14492 \series default
14493  is inserted in TeX-mode.
14494 \begin_inset Foot
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498 When the formula style 
14499 \series bold
14500 Indented
14501 \series default
14502  is used, 
14503 \series bold
14504
14505 \backslash
14506 tag*
14507 \backslash
14508 {
14509 \series default
14510  can also be replaced by 
14511 \series bold
14512
14513 \backslash
14514 hfill
14515 \series default
14516 .
14517  (formula styles see 
14518 \begin_inset CommandInset ref
14519 LatexCommand ref
14520 reference "sec:Formula-Styles"
14521
14522 \end_inset
14523
14524 )
14525 \end_layout
14526
14527 \end_inset
14528
14529  Then the description follows as normal text, and finally 
14530 \series bold
14531 }}
14532 \backslash
14533 ]
14534 \series default
14535  is inserted in TeX-mode.
14536  The commands 
14537 \series bold
14538
14539 \backslash
14540 [
14541 \series default
14542  and 
14543 \series bold
14544
14545 \backslash
14546 ]
14547 \series default
14548  hereby create a displayed formula.
14549 \end_layout
14550
14551 \begin_layout Standard
14552 The advantages of 
14553 \series bold
14554
14555 \backslash
14556 parbox
14557 \series default
14558  can be seen in this example that was 
14559 \begin_inset Quotes eld
14560 \end_inset
14561
14562 commented
14563 \begin_inset Quotes erd
14564 \end_inset
14565
14566  using the mathematical textmode:
14567 \begin_inset Formula \[
14568 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14569
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \begin_layout Section
14576 Operators
14577 \begin_inset Index
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581 Operators
14582 \end_layout
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \begin_layout Subsection
14590 Big Operators
14591 \begin_inset CommandInset label
14592 LatexCommand label
14593 name "sub:Big-Operators"
14594
14595 \end_inset
14596
14597
14598 \begin_inset Index
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602 Operators ! big
14603 \end_layout
14604
14605 \end_inset
14606
14607
14608 \begin_inset Index
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612 Sums
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \begin_inset Index
14619 status collapsed
14620
14621 \begin_layout Plain Layout
14622 Integrals
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 To be able to use all integral operators listed here, the option 
14632 \family sans
14633 Use esint package automatically
14634 \family default
14635  must be set in the document settings under 
14636 \family sans
14637 Math
14638 \begin_inset space ~
14639 \end_inset
14640
14641 Options
14642 \family default
14643 .
14644 \end_layout
14645
14646 \begin_layout Standard
14647 \begin_inset space \hfill{}
14648 \end_inset
14649
14650
14651 \begin_inset Tabular
14652 <lyxtabular version="3" rows="11" columns="2">
14653 <features>
14654 <column alignment="center" valignment="top" width="0pt">
14655 <column alignment="center" valignment="top" width="0pt">
14656 <row>
14657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661 Command
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670 Result
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 </row>
14676 <row>
14677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Plain Layout
14681
14682 \backslash
14683 sum
14684 \begin_inset Index
14685 status collapsed
14686
14687 \begin_layout Plain Layout
14688 Commands ! S ! 
14689 \backslash
14690 sum
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 \begin_inset Formula $\sum$
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 </row>
14713 <row>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718
14719 \backslash
14720 int
14721 \begin_inset Index
14722 status collapsed
14723
14724 \begin_layout Plain Layout
14725 Commands ! I ! 
14726 \backslash
14727 int
14728 \end_layout
14729
14730 \end_inset
14731
14732
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Plain Layout
14741 \begin_inset Formula $\int$
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 </row>
14750 <row>
14751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14752 \begin_inset Text
14753
14754 \begin_layout Plain Layout
14755
14756 \backslash
14757 intop
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766 \begin_inset Formula $\intop$
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \end_inset
14773 </cell>
14774 </row>
14775 <row>
14776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780
14781 \backslash
14782 oint
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 \begin_inset Formula $\oint$
14792 \end_inset
14793
14794
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 </row>
14800 <row>
14801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805
14806 \backslash
14807 ointop
14808 \end_layout
14809
14810 \end_inset
14811 </cell>
14812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Plain Layout
14816 \begin_inset Formula $\ointop$
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 </row>
14825 <row>
14826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830
14831 \backslash
14832 ointctrclockwise
14833 \end_layout
14834
14835 \end_inset
14836 </cell>
14837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14838 \begin_inset Text
14839
14840 \begin_layout Plain Layout
14841 \begin_inset Formula $\ointctrclockwise$
14842 \end_inset
14843
14844
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 </row>
14850 <row>
14851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855
14856 \backslash
14857 ointclockwise
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 \begin_inset Formula $\ointclockwise$
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 </row>
14875 <row>
14876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880
14881 \backslash
14882 sqint
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 \begin_inset Formula $\sqint$
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 </row>
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \backslash
14907 bigcap
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 \begin_inset Formula $\bigcap$
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 <row>
14926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \backslash
14932 bigcup
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 \begin_inset Formula $\bigcup$
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 </lyxtabular>
14951
14952 \end_inset
14953
14954
14955 \begin_inset space \hfill{}
14956 \end_inset
14957
14958
14959 \begin_inset Tabular
14960 <lyxtabular version="3" rows="10" columns="2">
14961 <features>
14962 <column alignment="center" valignment="top" width="0pt">
14963 <column alignment="center" valignment="top" width="0pt">
14964 <row>
14965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 Command
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 Result
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 </row>
14984 <row>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \backslash
14991 prod
14992 \begin_inset Index
14993 status collapsed
14994
14995 \begin_layout Plain Layout
14996 Commands ! P ! 
14997 \backslash
14998 prod
14999 \end_layout
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 \begin_inset Formula $\prod$
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \backslash
15028 coprod
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 \begin_inset Formula $\coprod$
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \backslash
15053 bigodot
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 \begin_inset Formula $\bigodot$
15063 \end_inset
15064
15065
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row>
15072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \backslash
15078 bigotimes
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 \begin_inset Formula $\bigotimes$
15088 \end_inset
15089
15090
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101
15102 \backslash
15103 bigoplus
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 \begin_inset Formula $\bigoplus$
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 </row>
15121 <row>
15122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \backslash
15128 bigwedge
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 \begin_inset Formula $\bigwedge$
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 </row>
15146 <row>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151
15152 \backslash
15153 bigvee
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 \begin_inset Formula $\bigvee$
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 </row>
15171 <row>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176
15177 \backslash
15178 bigsqcup
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset Formula $\bigsqcup$
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 <row>
15197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201
15202 \backslash
15203 biguplus
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 \begin_inset Formula $\biguplus$
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 </row>
15221 </lyxtabular>
15222
15223 \end_inset
15224
15225
15226 \begin_inset space \hfill{}
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \begin_layout Standard
15233 All big operators can also be inserted via the math toolbar button 
15234 \begin_inset Graphics
15235         filename ../images/math/intop.png
15236         scale 85
15237
15238 \end_inset
15239
15240 .
15241 \end_layout
15242
15243 \begin_layout Standard
15244 The operators are called big because they are bigger than the sometimes
15245  equal looking binary operators.
15246  All big operators can have limits as described in the next subsection.
15247 \end_layout
15248
15249 \begin_layout Standard
15250 The operators 
15251 \series bold
15252
15253 \backslash
15254 intop
15255 \series default
15256  and 
15257 \series bold
15258
15259 \backslash
15260 ointop
15261 \series default
15262  are different from 
15263 \series bold
15264
15265 \backslash
15266 int
15267 \series default
15268  and 
15269 \series bold
15270
15271 \backslash
15272 oint
15273 \series default
15274 , resp.
15275 \begin_inset space ~
15276 \end_inset
15277
15278 in the style the operator limits are displayed, see 
15279 \begin_inset CommandInset ref
15280 LatexCommand ref
15281 reference "sub:Operator-Limits"
15282
15283 \end_inset
15284
15285 .
15286  
15287 \end_layout
15288
15289 \begin_layout Subsubsection*
15290 Advices for Integrals
15291 \end_layout
15292
15293 \begin_layout Standard
15294 The letter 
15295 \emph on
15296 d
15297 \emph default
15298  in an integral is an operator, that therefore has to be set upright.
15299  This is done by highlighting the 
15300 \emph on
15301 d
15302 \emph default
15303  and using the keyboard shortcut 
15304 \family sans
15305 Alt-c
15306 \begin_inset space ~
15307 \end_inset
15308
15309 r
15310 \family default
15311
15312 \begin_inset Foot
15313 status collapsed
15314
15315 \begin_layout Plain Layout
15316 Font styles
15317 \series bold
15318  
15319 \series default
15320 see 
15321 \begin_inset CommandInset ref
15322 LatexCommand ref
15323 reference "sub:Font-Styles"
15324
15325 \end_inset
15326
15327
15328 \end_layout
15329
15330 \end_inset
15331
15332 .
15333  Finally the smallest space is inserted before the 
15334 \emph on
15335 d
15336 \emph default
15337 , as this is usual for operators.
15338  An example:
15339 \end_layout
15340
15341 \begin_layout Standard
15342 incorrect: 
15343 \begin_inset Formula $\int A(x)dx$
15344 \end_inset
15345
15346
15347 \begin_inset Newline newline
15348 \end_inset
15349
15350
15351 \begin_inset ERT
15352 status collapsed
15353
15354 \begin_layout Plain Layout
15355
15356
15357 \backslash
15358 hphantom{in}
15359 \end_layout
15360
15361 \end_inset
15362
15363 correct: 
15364 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \begin_layout Standard
15371 For multiple integrals there are the following commands:
15372 \begin_inset VSpace medskip
15373 \end_inset
15374
15375
15376 \end_layout
15377
15378 \begin_layout Standard
15379 \begin_inset space \hfill{}
15380 \end_inset
15381
15382
15383 \begin_inset Tabular
15384 <lyxtabular version="3" rows="4" columns="2">
15385 <features>
15386 <column alignment="center" valignment="top" width="0">
15387 <column alignment="center" valignment="top" width="0">
15388 <row>
15389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 Command
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402 Result
15403 \begin_inset Note Note
15404 status collapsed
15405
15406 \begin_layout Plain Layout
15407
15408 \series bold
15409
15410 \backslash
15411 raisebox
15412 \series default
15413  is only used as spacer.
15414 \end_layout
15415
15416 \end_inset
15417
15418
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 <row>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \backslash
15431 iint
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \backslash
15456 oiint
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 <row>
15475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \backslash
15481 sqiint
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 </lyxtabular>
15500
15501 \end_inset
15502
15503
15504 \begin_inset space \hfill{}
15505 \end_inset
15506
15507
15508 \begin_inset Tabular
15509 <lyxtabular version="3" rows="4" columns="2">
15510 <features>
15511 <column alignment="center" valignment="top" width="0">
15512 <column alignment="center" valignment="top" width="0">
15513 <row>
15514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 Command
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 Result
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 </row>
15533 <row>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538
15539 \backslash
15540 iiint
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 </row>
15558 <row>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563
15564 \backslash
15565 iiiint
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 </row>
15583 <row>
15584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588
15589 \backslash
15590 dotsint
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 </lyxtabular>
15609
15610 \end_inset
15611
15612
15613 \begin_inset space \hfill{}
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Subsection
15620 Operator Limits
15621 \begin_inset CommandInset label
15622 LatexCommand label
15623 name "sub:Operator-Limits"
15624
15625 \end_inset
15626
15627
15628 \begin_inset Index
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632 Operators ! Limits
15633 \end_layout
15634
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Standard
15641 Limits are created by super- and subscripts:
15642 \end_layout
15643
15644 \begin_layout Standard
15645 \align center
15646 \begin_inset Tabular
15647 <lyxtabular version="3" rows="2" columns="2">
15648 <features>
15649 <column alignment="center" valignment="top" width="0pt">
15650 <column alignment="center" valignment="top" width="0pt">
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 Command
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 Result
15666 \begin_inset Note Note
15667 status collapsed
15668
15669 \begin_layout Plain Layout
15670
15671 \series bold
15672
15673 \backslash
15674 raisebox
15675 \series default
15676  is only used as spacer.
15677 \end_layout
15678
15679 \end_inset
15680
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 </row>
15687 <row>
15688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692
15693 \backslash
15694 prod^
15695 \backslash
15696 infty
15697 \begin_inset ERT
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701
15702
15703 \backslash
15704 spce 
15705 \end_layout
15706
15707 \end_inset
15708
15709
15710 \begin_inset Formula $\to$
15711 \end_inset
15712
15713 _0
15714 \begin_inset Formula $\to$
15715 \end_inset
15716
15717 A(x)
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 </lyxtabular>
15736
15737 \end_inset
15738
15739
15740 \end_layout
15741
15742 \begin_layout Standard
15743 Limits of inline formulas are set right beside the operator.
15744  Limits in displayed formulas are set above or below the operator, except
15745  of integral limits.
15746 \end_layout
15747
15748 \begin_layout Standard
15749 To force that the limits are set beside the operator, the cursor is set
15750  directly behind the operator and the limits type is changed with the menu
15751  
15752 \family sans
15753 Edit\SpecialChar \menuseparator
15754 Math\SpecialChar \menuseparator
15755 Change Limits Type
15756 \family default
15757  to 
15758 \family sans
15759 \series bold
15760 Inline
15761 \family default
15762 \series default
15763  (shortcut 
15764 \family sans
15765 Alt-m
15766 \begin_inset space ~
15767 \end_inset
15768
15769 l
15770 \family default
15771 ).
15772  An example:
15773 \end_layout
15774
15775 \begin_layout Standard
15776 The default limits type is this:
15777 \begin_inset Formula \[
15778 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15779
15780 \end_inset
15781
15782 This is how it looks when the limits type was changed to 
15783 \family sans
15784 \series bold
15785 Inline
15786 \family default
15787 \series default
15788 :
15789 \begin_inset Formula \[
15790 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15791
15792 \end_inset
15793
15794 For integrals, except of 
15795 \series bold
15796
15797 \backslash
15798 intop
15799 \series default
15800  and 
15801 \series bold
15802
15803 \backslash
15804 ointop
15805 \series default
15806 , the limits are by default set beside the operator.
15807  But for multiple integrals the limits are often set below the operator.
15808  In the following example the limits type was therefore set to 
15809 \series bold
15810 Display
15811 \series default
15812  and so set below the integrals:
15813 \begin_inset Formula \begin{equation}
15814 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15815
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \begin_layout Standard
15822 \begin_inset VSpace medskip
15823 \end_inset
15824
15825 To specify conditions for limits, the commands 
15826 \series bold
15827
15828 \backslash
15829 subarray
15830 \series default
15831
15832 \begin_inset Index
15833 status collapsed
15834
15835 \begin_layout Plain Layout
15836 Commands ! S ! 
15837 \backslash
15838 subarray
15839 \end_layout
15840
15841 \end_inset
15842
15843  and 
15844 \series bold
15845
15846 \backslash
15847 substack
15848 \series default
15849
15850 \begin_inset Index
15851 status collapsed
15852
15853 \begin_layout Plain Layout
15854 Commands ! S ! 
15855 \backslash
15856 substack
15857 \end_layout
15858
15859 \end_inset
15860
15861  are used.
15862  To create for example this expression 
15863 \begin_inset Formula \begin{equation}
15864 \sum_{\begin{subarray}{c}
15865 0<k<1000\\
15866 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \begin_layout Standard
15874 the following has to be done:
15875 \begin_inset Newline newline
15876 \end_inset
15877
15878 First the command 
15879 \series bold
15880
15881 \backslash
15882 sum
15883 \series default
15884 ^
15885 \series bold
15886 n
15887 \begin_inset ERT
15888 status collapsed
15889
15890 \begin_layout Plain Layout
15891
15892
15893 \backslash
15894 spce 
15895 \end_layout
15896
15897 \end_inset
15898
15899 _
15900 \series default
15901  is typed in.
15902  One is now in a blue box under the summation operator and insert there
15903  the command 
15904 \series bold
15905
15906 \backslash
15907 subarray
15908 \begin_inset ERT
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912
15913
15914 \backslash
15915 spce 
15916 \end_layout
15917
15918 \end_inset
15919
15920
15921 \series default
15922 .
15923  The blue box is now within a purple box and now several lines can be written
15924  among each other.
15925  A new line is created by inserting a line break (
15926 \family sans
15927 Ctrl-Return
15928 \family default
15929 ).
15930  When now
15931 \begin_inset Newline newline
15932 \end_inset
15933
15934
15935 \series bold
15936 0<k<1000 Ctrl-Return
15937 \begin_inset Newline newline
15938 \end_inset
15939
15940
15941 \series default
15942 is typed in, a new box appears below for the new line.
15943 \end_layout
15944
15945 \begin_layout Standard
15946 The alignment of the lines can be changed to left aligned with the 
15947 \family sans
15948 table
15949 \family default
15950  
15951 \family sans
15952 toolbar
15953 \family default
15954  or the menu 
15955 \family sans
15956 Edit\SpecialChar \menuseparator
15957 Rows &Columns
15958 \family default
15959 .
15960  To get right alignment, 
15961 \series bold
15962
15963 \backslash
15964 hfill
15965 \begin_inset ERT
15966 status collapsed
15967
15968 \begin_layout Plain Layout
15969
15970
15971 \backslash
15972 spce 
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \series default
15979  is inserted at the beginning of the line.
15980 \end_layout
15981
15982 \begin_layout Standard
15983 The command 
15984 \series bold
15985
15986 \backslash
15987 substack
15988 \series default
15989  is equivalent to 
15990 \series bold
15991
15992 \backslash
15993 subarray
15994 \series default
15995  with the difference that the lines are always centered.
15996 \end_layout
15997
15998 \begin_layout Standard
15999 \begin_inset VSpace bigskip
16000 \end_inset
16001
16002 Like in formula 
16003 \begin_inset CommandInset ref
16004 LatexCommand eqref
16005 reference "eq:substack"
16006
16007 \end_inset
16008
16009  there can be too much space beside an operator, because the characters
16010  following the operator are set beside the limits.
16011 \end_layout
16012
16013 \begin_layout Standard
16014 To avoid this, the following macro can be used in the LaTeX-preamble:
16015 \end_layout
16016
16017 \begin_layout Standard
16018
16019 \series bold
16020
16021 \backslash
16022 def
16023 \backslash
16024 clap#1{
16025 \backslash
16026 hbox to 0pt{
16027 \backslash
16028 hss #1
16029 \backslash
16030 hss}}
16031 \begin_inset Newline newline
16032 \end_inset
16033
16034
16035 \backslash
16036 def
16037 \backslash
16038 mathclap {
16039 \backslash
16040 mathpalette 
16041 \backslash
16042 mathclapinternal}
16043 \begin_inset Newline newline
16044 \end_inset
16045
16046
16047 \backslash
16048 def
16049 \backslash
16050 mathclapinternal #1#2{
16051 \backslash
16052 clap{$
16053 \backslash
16054 mathsurround =0pt #1{#2}$}}
16055 \end_layout
16056
16057 \begin_layout Standard
16058 This defines the command 
16059 \series bold
16060
16061 \backslash
16062 mathclap
16063 \series default
16064
16065 \begin_inset Index
16066 status collapsed
16067
16068 \begin_layout Plain Layout
16069 Commands ! M ! 
16070 \backslash
16071 mathclap
16072 \end_layout
16073
16074 \end_inset
16075
16076  that sets the width of the limit to 0
16077 \begin_inset space \thinspace{}
16078 \end_inset
16079
16080 pt.
16081  The command scheme is
16082 \end_layout
16083
16084 \begin_layout Standard
16085
16086 \series bold
16087
16088 \backslash
16089 mathclap{limit}
16090 \end_layout
16091
16092 \begin_layout Standard
16093 where the limit can consist of several conditions.
16094 \end_layout
16095
16096 \begin_layout Standard
16097 Applied on formula 
16098 \begin_inset CommandInset ref
16099 LatexCommand eqref
16100 reference "eq:substack"
16101
16102 \end_inset
16103
16104 , one uses the command
16105 \end_layout
16106
16107 \begin_layout Standard
16108
16109 \series bold
16110
16111 \backslash
16112 sum_
16113 \backslash
16114 mathclap{
16115 \backslash
16116 substack
16117 \begin_inset ERT
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121
16122
16123 \backslash
16124 spce 
16125 \end_layout
16126
16127 \end_inset
16128
16129 0<k<1000 Ctrl-Enter
16130 \end_layout
16131
16132 \begin_layout Standard
16133 to create the lower limit.
16134  The summand is now directly behind the summation operator:
16135 \begin_inset Formula \[
16136 \sum_{\mathclap{\substack{0<k<1000\\
16137 \\k\,\in\,\mathbb{N}}
16138 }}^{n}k^{-2}\]
16139
16140 \end_inset
16141
16142
16143 \end_layout
16144
16145 \begin_layout Standard
16146 \begin_inset VSpace bigskip
16147 \end_inset
16148
16149 How to use one limit for several operators is described in 
16150 \begin_inset CommandInset ref
16151 LatexCommand ref
16152 reference "sub:Self-defined-Operators"
16153
16154 \end_inset
16155
16156 .
16157 \end_layout
16158
16159 \begin_layout Subsection
16160 Binary Operators
16161 \begin_inset CommandInset label
16162 LatexCommand label
16163 name "sub:Binary-Operators"
16164
16165 \end_inset
16166
16167
16168 \begin_inset Index
16169 status collapsed
16170
16171 \begin_layout Plain Layout
16172 Operators ! binary
16173 \end_layout
16174
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \begin_layout Standard
16181 Binary operators are surrounded by space when there is a character before
16182  and behind them.
16183 \begin_inset VSpace medskip
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \begin_layout Standard
16190 \begin_inset space \hfill{}
16191 \end_inset
16192
16193
16194 \begin_inset Tabular
16195 <lyxtabular version="3" rows="13" columns="2">
16196 <features>
16197 <column alignment="center" valignment="top" width="0pt">
16198 <column alignment="center" valignment="top" width="0pt">
16199 <row>
16200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 Command
16205 \begin_inset Note Note
16206 status collapsed
16207
16208 \begin_layout Plain Layout
16209
16210 \series bold
16211
16212 \backslash
16213 raisebox
16214 \series default
16215  is only used as spacer.
16216 \end_layout
16217
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 Result
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 <row>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 +
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Formula $+$
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 </row>
16258 <row>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 -
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272 \begin_inset Formula $-$
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 </row>
16281 <row>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286
16287 \backslash
16288 pm
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297 \begin_inset Formula $\pm$
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 </row>
16306 <row>
16307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311
16312 \backslash
16313 mp
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 \begin_inset Formula $\mp$
16323 \end_inset
16324
16325
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 </row>
16331 <row>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336
16337 \backslash
16338 cdot
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 \begin_inset Formula $\cdot$
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361
16362 \backslash
16363 times
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 \begin_inset Formula $\times$
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 </row>
16381 <row>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386
16387 \backslash
16388 div
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397 \begin_inset Formula $\div$
16398 \end_inset
16399
16400
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 \begin_inset ERT
16412 status collapsed
16413
16414 \begin_layout Plain Layout
16415
16416
16417 \backslash
16418 raisebox{-1.2mm}{
16419 \end_layout
16420
16421 \end_inset
16422
16423 *
16424 \begin_inset ERT
16425 status collapsed
16426
16427 \begin_layout Plain Layout
16428
16429 }
16430 \end_layout
16431
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 \begin_inset Formula $*$
16444 \end_inset
16445
16446
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 <row>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457
16458 \backslash
16459 star
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 \begin_inset Formula $\star$
16469 \end_inset
16470
16471
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482
16483 \backslash
16484 circ
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 \begin_inset Formula $\circ$
16494 \end_inset
16495
16496
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 </row>
16502 <row>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507
16508 \backslash
16509 diamond
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 \begin_inset Formula $\diamond$
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 </row>
16527 <row>
16528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \backslash
16534 bullet
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 \begin_inset Formula $\bullet$
16544 \end_inset
16545
16546
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 </lyxtabular>
16553
16554 \end_inset
16555
16556
16557 \begin_inset space \hfill{}
16558 \end_inset
16559
16560
16561 \begin_inset Tabular
16562 <lyxtabular version="3" rows="13" columns="2">
16563 <features>
16564 <column alignment="center" valignment="top" width="0pt">
16565 <column alignment="center" valignment="top" width="0pt">
16566 <row>
16567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 Command
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 Result
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591
16592 \backslash
16593 nabla
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Formula $\nabla$
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616
16617 \backslash
16618 bigtriangledown
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 \begin_inset Formula $\bigtriangledown$
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641
16642 \backslash
16643 bigtriangleup
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 \begin_inset Formula $\bigtriangleup$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666
16667 \backslash
16668 Box
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Formula $\Box$
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691
16692 \backslash
16693 cap 
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\cap$
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716
16717 \backslash
16718 cup
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\cup$
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741
16742 \backslash
16743 dagger
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 \begin_inset Formula $\dagger$
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766
16767 \backslash
16768 ddagger
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 \begin_inset Formula $\ddagger$
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 </row>
16786 <row>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791
16792 \backslash
16793 wr
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 \begin_inset Formula $\wr$
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 <row>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816
16817 \backslash
16818 bigcirc
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 \begin_inset Formula $\bigcirc$
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 </row>
16836 <row>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841
16842 \backslash
16843 wedge
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Formula $\wedge$
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row>
16862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866
16867 \backslash
16868 vee
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 \begin_inset Formula $\vee$
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 </lyxtabular>
16887
16888 \end_inset
16889
16890
16891 \begin_inset space \hfill{}
16892 \end_inset
16893
16894
16895 \begin_inset Tabular
16896 <lyxtabular version="3" rows="13" columns="2">
16897 <features>
16898 <column alignment="center" valignment="top" width="0pt">
16899 <column alignment="center" valignment="top" width="0pt">
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 Command
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 Result
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \backslash
16927 oplus
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $\oplus$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \backslash
16952 ominus
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $\ominus$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \backslash
16977 otimes
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 \begin_inset Formula $\otimes$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \backslash
17002 oslash
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\oslash$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \backslash
17027 odot
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $\odot$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \backslash
17052 amalg
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $\amalg$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 <row>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075
17076 \backslash
17077 uplus
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086 \begin_inset Formula $\uplus$
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 </row>
17095 <row>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100
17101 \backslash
17102 setminus
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111 \begin_inset Formula $\setminus$
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 </row>
17120 <row>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \backslash
17127 sqcap
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 \begin_inset Formula $\sqcap$
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 </row>
17145 <row>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150
17151 \backslash
17152 sqcup
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 \begin_inset Formula $\sqcup$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 <row>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \backslash
17177 triangleleft
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 \begin_inset Formula $\triangleleft$
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 <row>
17196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200
17201 \backslash
17202 triangleright
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 \begin_inset Formula $\triangleright$
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 </row>
17220 </lyxtabular>
17221
17222 \end_inset
17223
17224
17225 \begin_inset space \hfill{}
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Standard
17232 All binary operators can also be inserted via the math toolbar button 
17233 \begin_inset Graphics
17234         filename ../images/math/pm.png
17235         scale 85
17236
17237 \end_inset
17238
17239 .
17240 \end_layout
17241
17242 \begin_layout Standard
17243 To typeset the Laplace operator also 
17244 \series bold
17245
17246 \backslash
17247 Delta
17248 \series default
17249  or 
17250 \series bold
17251
17252 \backslash
17253 nabla
17254 \series default
17255 ^
17256 \series bold
17257 2
17258 \series default
17259  (
17260 \begin_inset Formula $\nabla^{2}$
17261 \end_inset
17262
17263 ) can be used instead of 
17264 \series bold
17265
17266 \backslash
17267 bigtriangleup
17268 \series default
17269  .
17270 \end_layout
17271
17272 \begin_layout Standard
17273 The character 
17274 \family sans
17275 Menu Separator
17276 \family default
17277  from the menu 
17278 \family sans
17279 Insert\SpecialChar \menuseparator
17280 Special Character
17281 \family default
17282  is the operator 
17283 \series bold
17284
17285 \backslash
17286 triangleright
17287 \series default
17288 .
17289 \end_layout
17290
17291 \begin_layout Subsection
17292 Self-defined Operators
17293 \begin_inset CommandInset label
17294 LatexCommand label
17295 name "sub:Self-defined-Operators"
17296
17297 \end_inset
17298
17299
17300 \begin_inset Index
17301 status collapsed
17302
17303 \begin_layout Plain Layout
17304 Operators ! self-defined
17305 \end_layout
17306
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \begin_layout Standard
17313 With the help of the command 
17314 \series bold
17315
17316 \backslash
17317 DeclareMathOperator
17318 \series default
17319
17320 \begin_inset Index
17321 status collapsed
17322
17323 \begin_layout Plain Layout
17324 Commands ! D ! 
17325 \backslash
17326 dbinom@
17327 \backslash
17328 DeclareMathOperator
17329 \end_layout
17330
17331 \end_inset
17332
17333  custom operators can be defined in the LaTeX-preamble.
17334  Its command scheme is:
17335 \end_layout
17336
17337 \begin_layout Standard
17338
17339 \series bold
17340
17341 \backslash
17342 DeclareMathOperator{new command}{display}
17343 \end_layout
17344
17345 \begin_layout Standard
17346 Display can be characters or symbols that define how the operator looks
17347  in the output.
17348  To define a big operator a * is set behind the command.
17349  All self-defined big operators can have limits as described in 
17350 \begin_inset CommandInset ref
17351 LatexCommand ref
17352 reference "sub:Operator-Limits"
17353
17354 \end_inset
17355
17356 .
17357 \end_layout
17358
17359 \begin_layout Standard
17360 For example the LaTeX-preamble line
17361 \end_layout
17362
17363 \begin_layout Standard
17364
17365 \series bold
17366
17367 \backslash
17368 DeclareMathOperator*{
17369 \backslash
17370 Lozenge}{
17371 \backslash
17372 blacklozenge}
17373 \end_layout
17374
17375 \begin_layout Standard
17376 defines the command 
17377 \series bold
17378
17379 \backslash
17380 Lozenge
17381 \series default
17382 , that inserts a big operator consisting of the lozenge symbol from 
17383 \begin_inset CommandInset ref
17384 LatexCommand ref
17385 reference "sub:Miscellaneous-Symbols"
17386
17387 \end_inset
17388
17389 :
17390 \begin_inset Formula \[
17391 \Lozenge_{n=1}^{\infty}\]
17392
17393 \end_inset
17394
17395 The command for this formula is: 
17396 \series bold
17397
17398 \backslash
17399 Lozenge
17400 \series default
17401 ^
17402 \series bold
17403
17404 \backslash
17405 infty
17406 \begin_inset Formula $\to$
17407 \end_inset
17408
17409 _n=1
17410 \end_layout
17411
17412 \begin_layout Standard
17413 \begin_inset VSpace bigskip
17414 \end_inset
17415
17416 When self-defined operators are not used several times in the document,
17417  they can also be defined with the commands 
17418 \series bold
17419
17420 \backslash
17421 mathop
17422 \series default
17423
17424 \begin_inset Index
17425 status collapsed
17426
17427 \begin_layout Plain Layout
17428 Commands ! M ! 
17429 \backslash
17430 mathop
17431 \end_layout
17432
17433 \end_inset
17434
17435  and 
17436 \series bold
17437
17438 \backslash
17439 mathbin
17440 \series default
17441
17442 \begin_inset Index
17443 status collapsed
17444
17445 \begin_layout Plain Layout
17446 Commands ! M ! 
17447 \backslash
17448 mathbin
17449 \end_layout
17450
17451 \end_inset
17452
17453 , which have the following scheme:
17454 \end_layout
17455
17456 \begin_layout Standard
17457
17458 \series bold
17459
17460 \backslash
17461 mathop{display}
17462 \series default
17463  and 
17464 \series bold
17465
17466 \backslash
17467 mathbin{display}
17468 \end_layout
17469
17470 \begin_layout Standard
17471
17472 \series bold
17473
17474 \backslash
17475 mathop
17476 \series default
17477  defines big operators, 
17478 \series bold
17479
17480 \backslash
17481 mathbin
17482 \series default
17483  binary operators.
17484 \end_layout
17485
17486 \begin_layout Standard
17487
17488 \series bold
17489
17490 \backslash
17491 mathop
17492 \series default
17493  can e.
17494 \begin_inset space \thinspace{}
17495 \end_inset
17496
17497 g.
17498 \begin_inset space ~
17499 \end_inset
17500
17501 be used to use one limit for several operators:
17502 \end_layout
17503
17504 \begin_layout Standard
17505 \begin_inset Formula \[
17506 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17507
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \begin_layout Standard
17514 The command for the formula above is:
17515 \begin_inset Newline newline
17516 \end_inset
17517
17518
17519 \series bold
17520
17521 \backslash
17522 mathop{
17523 \backslash
17524 sum
17525 \backslash
17526 negmedspace
17527 \backslash
17528 sum
17529 \series default
17530
17531 \begin_inset ERT
17532 status collapsed
17533
17534 \begin_layout Plain Layout
17535
17536
17537 \backslash
17538 spce 
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \series bold
17545
17546 \begin_inset Formula $\to$
17547 \end_inset
17548
17549 ^N
17550 \series default
17551
17552 \begin_inset ERT
17553 status collapsed
17554
17555 \begin_layout Plain Layout
17556
17557
17558 \backslash
17559 spce 
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \series bold
17566 _i,j=1
17567 \end_layout
17568
17569 \begin_layout Section
17570 Fonts
17571 \begin_inset Index
17572 status collapsed
17573
17574 \begin_layout Plain Layout
17575 Fonts
17576 \end_layout
17577
17578 \end_inset
17579
17580
17581 \end_layout
17582
17583 \begin_layout Subsection
17584 Font Styles
17585 \begin_inset CommandInset label
17586 LatexCommand label
17587 name "sub:Font-Styles"
17588
17589 \end_inset
17590
17591
17592 \begin_inset Index
17593 status collapsed
17594
17595 \begin_layout Plain Layout
17596 Font ! style
17597 \end_layout
17598
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \begin_layout Standard
17605 Latin letters in formulas can be set in one of the following font styles:
17606 \begin_inset VSpace -2mm
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 \align center
17614 \begin_inset Tabular
17615 <lyxtabular version="3" rows="6" columns="3">
17616 <features>
17617 <column alignment="center" valignment="top" width="0">
17618 <column alignment="center" valignment="top" width="0">
17619 <column alignment="center" valignment="top" width="0">
17620 <row>
17621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 Command
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634 Result
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643 shortcut
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 </row>
17649 <row>
17650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654
17655 \backslash
17656 mathbb
17657 \series bold
17658
17659 \begin_inset ERT
17660 status collapsed
17661
17662 \begin_layout Plain Layout
17663
17664
17665 \backslash
17666 spce 
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \series default
17673 ABC
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 \begin_inset Formula $\mathbb{ABC}$
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 Alt-c c
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705
17706 \backslash
17707 mathbf
17708 \series bold
17709
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 spce 
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \series default
17724 AbC
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 \begin_inset Formula $\mathbf{AbC}$
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745 -
17746 \end_layout
17747
17748 \end_inset
17749 </cell>
17750 </row>
17751 <row>
17752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756
17757 \backslash
17758 boldsymbol
17759 \series bold
17760
17761 \begin_inset ERT
17762 status collapsed
17763
17764 \begin_layout Plain Layout
17765
17766
17767 \backslash
17768 spce 
17769 \end_layout
17770
17771 \end_inset
17772
17773
17774 \series default
17775 AbC
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 \begin_inset Formula $\boldsymbol{AbC}$
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796 Alt-c b
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 </row>
17802 <row>
17803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807
17808 \backslash
17809 mathcal
17810 \series bold
17811
17812 \begin_inset ERT
17813 status collapsed
17814
17815 \begin_layout Plain Layout
17816
17817
17818 \backslash
17819 spce 
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \series default
17826 ABC
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 \begin_inset Formula $\mathcal{ABC}$
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 Alt-c e
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 </row>
17853 <row>
17854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858
17859 \backslash
17860 mathfrak
17861 \series bold
17862
17863 \begin_inset ERT
17864 status collapsed
17865
17866 \begin_layout Plain Layout
17867
17868
17869 \backslash
17870 spce 
17871 \end_layout
17872
17873 \end_inset
17874
17875
17876 \series default
17877 AbC
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 \begin_inset Formula $\mathfrak{AbC}$
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 -
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 </row>
17904 </lyxtabular>
17905
17906 \end_inset
17907
17908
17909 \end_layout
17910
17911 \begin_layout Standard
17912 \align center
17913 \begin_inset Tabular
17914 <lyxtabular version="3" rows="5" columns="3">
17915 <features>
17916 <column alignment="center" valignment="top" width="0">
17917 <column alignment="center" valignment="top" width="0">
17918 <column alignment="center" valignment="top" width="0">
17919 <row>
17920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924 Command
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 Result
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942 shortcut
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 </row>
17948 <row>
17949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953
17954 \backslash
17955 mathit
17956 \series bold
17957
17958 \begin_inset ERT
17959 status collapsed
17960
17961 \begin_layout Plain Layout
17962
17963
17964 \backslash
17965 spce 
17966 \end_layout
17967
17968 \end_inset
17969
17970
17971 \series default
17972 AbC
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 \begin_inset Formula $\mathit{AbC}$
17982 \end_inset
17983
17984
17985 \end_layout
17986
17987 \end_inset
17988 </cell>
17989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993 -
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 </row>
17999 <row>
18000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004
18005 \backslash
18006 mathrm
18007 \series bold
18008
18009 \begin_inset ERT
18010 status collapsed
18011
18012 \begin_layout Plain Layout
18013
18014
18015 \backslash
18016 spce 
18017 \end_layout
18018
18019 \end_inset
18020
18021
18022 \series default
18023 AbC
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 \begin_inset Formula $\mathrm{AbC}$
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044 Alt-c r
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 </row>
18050 <row>
18051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055
18056 \backslash
18057 mathsf
18058 \series bold
18059
18060 \begin_inset ERT
18061 status collapsed
18062
18063 \begin_layout Plain Layout
18064
18065
18066 \backslash
18067 spce 
18068 \end_layout
18069
18070 \end_inset
18071
18072
18073 \series default
18074 AbC
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083 \begin_inset Formula $\mathsf{AbC}$
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 Alt-c s
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 </row>
18101 <row>
18102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106
18107 \backslash
18108 mathtt
18109 \series bold
18110
18111 \begin_inset ERT
18112 status collapsed
18113
18114 \begin_layout Plain Layout
18115
18116
18117 \backslash
18118 spce 
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \series default
18125 AbC
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 \begin_inset Formula $\mathtt{AbC}$
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146 Alt-c p
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 </row>
18152 </lyxtabular>
18153
18154 \end_inset
18155
18156
18157 \end_layout
18158
18159 \begin_layout Standard
18160 \begin_inset Note Greyedout
18161 status open
18162
18163 \begin_layout Plain Layout
18164
18165 \series bold
18166 Note:
18167 \series default
18168  The styles 
18169 \series bold
18170
18171 \backslash
18172 mathbb
18173 \series default
18174  and 
18175 \series bold
18176
18177 \backslash
18178 mathcal
18179 \series default
18180  can only be used for big letters.
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \begin_layout Standard
18189 Predefined is the style 
18190 \series bold
18191
18192 \backslash
18193 mathnormal
18194 \series default
18195 .
18196 \end_layout
18197
18198 \begin_layout Standard
18199 The style commands work also for letters in mathematical constructs:
18200 \begin_inset Formula \[
18201 \mathfrak{A=\frac{b}{C}}\]
18202
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \begin_layout Standard
18209 Characters in mathematical text don't appear in a math font style but in
18210  the text font style 
18211 \series bold
18212
18213 \backslash
18214 textrm
18215 \series default
18216 .
18217  That their style can't be set correctly via the text style dialog is a
18218  bug in LyX.
18219 \begin_inset Foot
18220 status collapsed
18221
18222 \begin_layout Plain Layout
18223 \begin_inset CommandInset href
18224 LatexCommand href
18225 name "LyX-bug #4091"
18226 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Standard
18239 Instead of the style commands the dialog 
18240 \family sans
18241 Edit\SpecialChar \menuseparator
18242 Math\SpecialChar \menuseparator
18243 Text Style
18244 \family default
18245  or the toolbar button 
18246 \begin_inset Graphics
18247         filename ../images/math/font.png
18248         scale 85
18249
18250 \end_inset
18251
18252  can be used.
18253 \end_layout
18254
18255 \begin_layout Subsection
18256 Bold Formulas
18257 \begin_inset CommandInset label
18258 LatexCommand label
18259 name "sub:Bold-Formulas"
18260
18261 \end_inset
18262
18263
18264 \begin_inset Index
18265 status collapsed
18266
18267 \begin_layout Plain Layout
18268 Formula ! bold
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Standard
18277 To make a complete formula bold, the command 
18278 \series bold
18279
18280 \backslash
18281 mathbf
18282 \series default
18283  from the previous subsection cannot be used, because it doesn't work for
18284  small Greek letters.
18285  Furthermore it prints Latin letters always upright, like in the following
18286  equation:
18287 \end_layout
18288
18289 \begin_layout Standard
18290 \begin_inset Formula \[
18291 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18292
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \begin_layout Standard
18299 To display the formula correctly, the command 
18300 \series bold
18301
18302 \backslash
18303 boldsymbol
18304 \series default
18305  is used:
18306 \begin_inset Formula \[
18307 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18308
18309 \end_inset
18310
18311 It is also possible to set the formula in a 
18312 \series bold
18313 boldmath environment
18314 \series default
18315 .
18316  This environment is created by inserting the command 
18317 \series bold
18318
18319 \backslash
18320 boldmath
18321 \begin_inset Index
18322 status collapsed
18323
18324 \begin_layout Plain Layout
18325 Commands ! B ! 
18326 \backslash
18327 boldmath
18328 \end_layout
18329
18330 \end_inset
18331
18332
18333 \series default
18334  in TeX-mode.
18335  To end the environment, the command 
18336 \series bold
18337
18338 \backslash
18339 unboldmath
18340 \begin_inset Index
18341 status collapsed
18342
18343 \begin_layout Plain Layout
18344 Commands ! U ! 
18345 \backslash
18346 unboldmath
18347 \end_layout
18348
18349 \end_inset
18350
18351
18352 \series default
18353  is inserted in TeX-mode.
18354 \begin_inset ERT
18355 status collapsed
18356
18357 \begin_layout Plain Layout
18358
18359
18360 \backslash
18361 boldmath 
18362 \end_layout
18363
18364 \end_inset
18365
18366
18367 \begin_inset Formula \[
18368 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18369
18370 \end_inset
18371
18372
18373 \begin_inset ERT
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377
18378
18379 \backslash
18380 unboldmath 
18381 \end_layout
18382
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \begin_layout Subsection
18389 Font Sizes
18390 \begin_inset CommandInset label
18391 LatexCommand label
18392 name "sub:Font-Sizes"
18393
18394 \end_inset
18395
18396
18397 \begin_inset Index
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401 Font ! size
18402 \end_layout
18403
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \begin_layout Standard
18410 For characters in formulas there are, analog to characters in text, the
18411  following size commands:
18412 \end_layout
18413
18414 \begin_layout Standard
18415
18416 \series bold
18417
18418 \backslash
18419 Huge
18420 \series default
18421
18422 \series bold
18423
18424 \backslash
18425 huge
18426 \series default
18427
18428 \series bold
18429
18430 \backslash
18431 LARGE
18432 \series default
18433
18434 \series bold
18435
18436 \backslash
18437 Large
18438 \series default
18439
18440 \series bold
18441
18442 \backslash
18443 large
18444 \series default
18445
18446 \series bold
18447
18448 \backslash
18449 normalsize
18450 \series default
18451
18452 \series bold
18453
18454 \backslash
18455 small
18456 \series default
18457 ,
18458 \begin_inset Newline newline
18459 \end_inset
18460
18461
18462 \series bold
18463
18464 \backslash
18465 footnotesize
18466 \series default
18467
18468 \series bold
18469
18470 \backslash
18471 scriptsize
18472 \series default
18473 , and 
18474 \series bold
18475
18476 \backslash
18477 tiny
18478 \end_layout
18479
18480 \begin_layout Standard
18481 The size produced by the commands depends on the document font size, that
18482  corresponds with the command 
18483 \series bold
18484
18485 \backslash
18486 normalsize
18487 \series default
18488 .
18489  The other commands produce smaller or larger sizes than 
18490 \series bold
18491
18492 \backslash
18493 normalsize
18494 \series default
18495 .
18496  The font size can however not exceed a certain value.
18497  Is for example the document font size 12
18498 \begin_inset space \thinspace{}
18499 \end_inset
18500
18501 pt, the command 
18502 \series bold
18503
18504 \backslash
18505 Huge
18506 \series default
18507  switches to the same size as 
18508 \series bold
18509
18510 \backslash
18511 huge
18512 \series default
18513 .
18514  
18515 \end_layout
18516
18517 \begin_layout Standard
18518 A size command is inserted in TeX-mode before the formula and sets the size
18519  for all following formula and text characters.
18520  To switch back to the initial size, the command 
18521 \series bold
18522
18523 \backslash
18524 normalsize
18525 \series default
18526  is inserted behind the formula in TeX-mode.
18527 \end_layout
18528
18529 \begin_layout Standard
18530 Within a formula the size can only be changed for symbols or letters in
18531  mathematical text.
18532  To do this, the size command is inserted in mathematical text.
18533  All following characters until the end of the mathematical text or until
18534  another size command will have the selected size.
18535  Two examples:
18536 \begin_inset VSpace -2mm
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Standard
18543 \begin_inset ERT
18544 status collapsed
18545
18546 \begin_layout Plain Layout
18547
18548
18549 \backslash
18550 huge 
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \begin_inset Formula \[
18557 A=\frac{B}{c}\cdot\maltese\]
18558
18559 \end_inset
18560
18561
18562 \begin_inset Formula \[
18563 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18564
18565 \end_inset
18566
18567
18568 \begin_inset ERT
18569 status collapsed
18570
18571 \begin_layout Plain Layout
18572
18573
18574 \backslash
18575 normalsize 
18576 \end_layout
18577
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \begin_layout Standard
18584 \begin_inset VSpace medskip
18585 \end_inset
18586
18587 Before both formulas the command 
18588 \series bold
18589
18590 \backslash
18591 huge
18592 \series default
18593  was inserted.
18594  The command for the second formula is:
18595 \begin_inset Newline newline
18596 \end_inset
18597
18598
18599 \series bold
18600
18601 \backslash
18602 maltese
18603 \begin_inset ERT
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607
18608
18609 \backslash
18610 spce 
18611 \end_layout
18612
18613 \end_inset
18614
18615 A Alt-m m 
18616 \backslash
18617 Large
18618 \begin_inset ERT
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 spce 
18626 \end_layout
18627
18628 \end_inset
18629
18630
18631 \backslash
18632 maltese
18633 \begin_inset ERT
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 spce 
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \backslash
18647 textit
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 spce 
18656 \end_layout
18657
18658 \end_inset
18659
18660 A
18661 \begin_inset Formula $\to$
18662 \end_inset
18663
18664
18665 \begin_inset Formula $\to$
18666 \end_inset
18667
18668
18669 \begin_inset Newline newline
18670 \end_inset
18671
18672
18673 \begin_inset space \hspace*{}
18674 \length 1cm
18675 \end_inset
18676
18677 Alt-m
18678 \series default
18679  
18680 \series bold
18681
18682 \backslash
18683 tiny
18684 \begin_inset ERT
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688
18689
18690 \backslash
18691 spce 
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \backslash
18698 maltese
18699 \begin_inset ERT
18700 status collapsed
18701
18702 \begin_layout Plain Layout
18703
18704
18705 \backslash
18706 spce 
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \backslash
18713 textit
18714 \begin_inset ERT
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718
18719
18720 \backslash
18721 spce 
18722 \end_layout
18723
18724 \end_inset
18725
18726 A
18727 \end_layout
18728
18729 \begin_layout Standard
18730 If a symbol cannot be displayed in different sizes, it will always be displayed
18731  in the default size.
18732 \end_layout
18733
18734 \begin_layout Section
18735 Greek Letters
18736 \begin_inset Index
18737 status collapsed
18738
18739 \begin_layout Plain Layout
18740 Greek letters
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 All Greek letters can also be inserted via the toolbar button 
18750 \begin_inset Graphics
18751         filename ../images/math/alpha.png
18752         scale 85
18753
18754 \end_inset
18755
18756 .
18757 \end_layout
18758
18759 \begin_layout Subsection
18760 Small Letters
18761 \begin_inset CommandInset label
18762 LatexCommand label
18763 name "sub:Small-Letters"
18764
18765 \end_inset
18766
18767
18768 \begin_inset Index
18769 status collapsed
18770
18771 \begin_layout Plain Layout
18772 Greek letters ! small
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Standard
18781 \begin_inset space \hfill{}
18782 \end_inset
18783
18784
18785 \begin_inset Tabular
18786 <lyxtabular version="3" rows="11" columns="2">
18787 <features>
18788 <column alignment="center" valignment="top" width="0pt">
18789 <column alignment="center" valignment="top" width="0pt">
18790 <row>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 Command
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 Result
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 <row>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \backslash
18817 alpha
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826 \begin_inset Formula $\alpha$
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 </row>
18835 <row>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840
18841 \backslash
18842 beta
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 \begin_inset Formula $\beta$
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 </row>
18860 <row>
18861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865
18866 \backslash
18867 gamma
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876 \begin_inset Formula $\gamma$
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \backslash
18892 delta
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 \begin_inset Formula $\delta$
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 <row>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915
18916 \backslash
18917 epsilon
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926 \begin_inset Formula $\epsilon$
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \backslash
18942 varepsilon
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 \begin_inset Formula $\varepsilon$
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \backslash
18967 zeta
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 \begin_inset Formula $\zeta$
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 </row>
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \backslash
18992 eta
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 \begin_inset Formula $\eta$
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 <row>
19011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015
19016 \backslash
19017 theta
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 \begin_inset Formula $\theta$
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 </row>
19035 <row>
19036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \backslash
19042 vartheta
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051 \begin_inset Formula $\vartheta$
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 </lyxtabular>
19061
19062 \end_inset
19063
19064
19065 \begin_inset space \hfill{}
19066 \end_inset
19067
19068
19069 \begin_inset Tabular
19070 <lyxtabular version="3" rows="12" columns="2">
19071 <features>
19072 <column alignment="center" valignment="top" width="0pt">
19073 <column alignment="center" valignment="top" width="0pt">
19074 <row>
19075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079 Command
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 Result
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \backslash
19101 iota
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 \begin_inset Formula $\iota$
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 <row>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \backslash
19126 kappa
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 \begin_inset Formula $\kappa$
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 </row>
19144 <row>
19145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149
19150 \backslash
19151 varkappa
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 \begin_inset Formula $\varkappa$
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \backslash
19176 lambda
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 \begin_inset Formula $\lambda$
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 <row>
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \backslash
19201 mu
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 \begin_inset Formula $\mu$
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \backslash
19226 nu
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 \begin_inset Formula $\nu$
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \backslash
19251 xi
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 \begin_inset Formula $\xi$
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 </row>
19269 <row>
19270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 o
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula $o$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 pi
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula $\pi$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \backslash
19324 varpi
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Formula $\varpi$
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \backslash
19349 rho
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 \begin_inset Formula $\rho$
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 </lyxtabular>
19368
19369 \end_inset
19370
19371
19372 \begin_inset space \hfill{}
19373 \end_inset
19374
19375
19376 \begin_inset Tabular
19377 <lyxtabular version="3" rows="11" columns="2">
19378 <features>
19379 <column alignment="center" valignment="top" width="0pt">
19380 <column alignment="center" valignment="top" width="0pt">
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 Command
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 Result
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \backslash
19408 varrho
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 \begin_inset Formula $\varrho$
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 </row>
19426 <row>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \backslash
19433 sigma
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 \begin_inset Formula $\sigma$
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \backslash
19458 varsigma
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 \begin_inset Formula $\varsigma$
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \backslash
19483 tau
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 \begin_inset Formula $\tau$
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \backslash
19508 upsilon
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 \begin_inset Formula $\upsilon$
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 </row>
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531
19532 \backslash
19533 phi
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset Formula $\phi$
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 varphi
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\varphi$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \backslash
19583 chi
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Formula $\chi$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \backslash
19608 psi
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Formula $\psi$
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \backslash
19633 omega
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Formula $\omega$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 </lyxtabular>
19652
19653 \end_inset
19654
19655
19656 \begin_inset space \hfill{}
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \begin_layout Standard
19663 \begin_inset VSpace medskip
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \begin_layout Standard
19670 How to create upright Greek letters is explained in 
19671 \begin_inset CommandInset ref
19672 LatexCommand ref
19673 reference "sub:Upright-small-Greek"
19674
19675 \end_inset
19676
19677 .
19678 \end_layout
19679
19680 \begin_layout Subsection
19681 Big Letters
19682 \begin_inset Index
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686 Greek letters ! big
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \end_layout
19693
19694 \begin_layout Standard
19695 \begin_inset space \hfill{}
19696 \end_inset
19697
19698
19699 \begin_inset Tabular
19700 <lyxtabular version="3" rows="7" columns="2">
19701 <features>
19702 <column alignment="center" valignment="top" width="0pt">
19703 <column alignment="center" valignment="top" width="0pt">
19704 <row>
19705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709 Command
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 Result
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \backslash
19731 Gamma
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Formula $\Gamma$
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 <row>
19750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \backslash
19756 Delta
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 \begin_inset Formula $\Delta$
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 </row>
19774 <row>
19775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779
19780 \backslash
19781 Theta
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790 \begin_inset Formula $\Theta$
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 </row>
19799 <row>
19800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804
19805 \backslash
19806 Lambda
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 \begin_inset Formula $\Lambda$
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 </row>
19824 <row>
19825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829
19830 \backslash
19831 Xi
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840 \begin_inset Formula $\Xi$
19841 \end_inset
19842
19843
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 </row>
19849 <row>
19850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \backslash
19856 Pi
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 \begin_inset Formula $\Pi$
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 </row>
19874 </lyxtabular>
19875
19876 \end_inset
19877
19878
19879 \begin_inset space \hfill{}
19880 \end_inset
19881
19882
19883 \begin_inset Tabular
19884 <lyxtabular version="3" rows="6" columns="2">
19885 <features>
19886 <column alignment="center" valignment="top" width="0pt">
19887 <column alignment="center" valignment="top" width="0pt">
19888 <row>
19889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 Command
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 Result
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 Sigma
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\Sigma$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 Upsilon
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\Upsilon$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 Phi
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\Phi$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988
19989 \backslash
19990 Psi
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 \begin_inset Formula $\Psi$
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 <row>
20009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013
20014 \backslash
20015 Omega
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024 \begin_inset Formula $\Omega$
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 </row>
20033 </lyxtabular>
20034
20035 \end_inset
20036
20037
20038 \begin_inset space \hfill{}
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \begin_layout Standard
20045 \begin_inset VSpace medskip
20046 \end_inset
20047
20048 That the big Greek letters appear upright is caused by a design bug when
20049  TeX was developed.
20050  To get correct italic big letters, begin every command with 
20051 \series bold
20052 var
20053 \series default
20054 .
20055  For example the command 
20056 \series bold
20057
20058 \backslash
20059 varGamma
20060 \series default
20061  produces: 
20062 \begin_inset Formula $\varGamma$
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \begin_layout Subsection
20069 Bold Letters
20070 \begin_inset Index
20071 status collapsed
20072
20073 \begin_layout Plain Layout
20074 Greek letters ! bold
20075 \end_layout
20076
20077 \end_inset
20078
20079
20080 \end_layout
20081
20082 \begin_layout Standard
20083 Greek letters cannot be set with different font styles like Latin letters.
20084  They can only be made bold with the command 
20085 \series bold
20086
20087 \backslash
20088 boldsymbol
20089 \series default
20090
20091 \begin_inset Index
20092 status collapsed
20093
20094 \begin_layout Plain Layout
20095 Commands ! B ! 
20096 \backslash
20097 boldsymbol
20098 \end_layout
20099
20100 \end_inset
20101
20102 .
20103 \end_layout
20104
20105 \begin_layout Standard
20106 \align center
20107 \begin_inset Tabular
20108 <lyxtabular version="3" rows="3" columns="2">
20109 <features>
20110 <column alignment="center" valignment="top" width="0">
20111 <column alignment="center" valignment="top" width="0">
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117 Command
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 Result
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 <row>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137
20138 \backslash
20139 Upsilon
20140 \backslash
20141 boldsymbol
20142 \backslash
20143 Upsilon
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \backslash
20168 theta
20169 \backslash
20170 boldsymbol
20171 \backslash
20172 theta
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $\theta\boldsymbol{\theta}$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 </lyxtabular>
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \begin_layout Section
20198 Symbols
20199 \begin_inset ERT
20200 status collapsed
20201
20202 \begin_layout Plain Layout
20203
20204
20205 \backslash
20206 texorpdfstring{
20207 \end_layout
20208
20209 \end_inset
20210
20211
20212 \begin_inset Foot
20213 status collapsed
20214
20215 \begin_layout Plain Layout
20216 A list with all symbols of most of the LaTeX-packages can be found in 
20217 \begin_inset CommandInset citation
20218 LatexCommand cite
20219 key "Symbole"
20220
20221 \end_inset
20222
20223 .
20224 \end_layout
20225
20226 \end_inset
20227
20228
20229 \begin_inset ERT
20230 status collapsed
20231
20232 \begin_layout Plain Layout
20233
20234 }{}
20235 \end_layout
20236
20237 \end_inset
20238
20239
20240 \begin_inset Note Note
20241 status collapsed
20242
20243 \begin_layout Plain Layout
20244
20245 \backslash
20246 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20247 \end_layout
20248
20249 \begin_layout Plain Layout
20250 More about 
20251 \backslash
20252 texorpdfstring is in section 
20253 \begin_inset CommandInset ref
20254 LatexCommand ref
20255 reference "sub:Formulas-in-Section"
20256
20257 \end_inset
20258
20259 .
20260 \end_layout
20261
20262 \end_inset
20263
20264
20265 \begin_inset Index
20266 status collapsed
20267
20268 \begin_layout Plain Layout
20269 Symbols
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \begin_layout Standard
20278 Many of the symbols listed in this section can also be inserted via the
20279  toolbar buttons 
20280 \begin_inset Graphics
20281         filename ../images/math/nabla.png
20282         scale 85
20283
20284 \end_inset
20285
20286  and 
20287 \begin_inset Graphics
20288         filename ../images/math/digamma.png
20289         scale 85
20290
20291 \end_inset
20292
20293 .
20294 \end_layout
20295
20296 \begin_layout Subsection
20297 Mathematical Symbols
20298 \begin_inset CommandInset label
20299 LatexCommand label
20300 name "sub:Mathematical-Symbols"
20301
20302 \end_inset
20303
20304
20305 \begin_inset Index
20306 status collapsed
20307
20308 \begin_layout Plain Layout
20309 Symbols ! mathematical
20310 \end_layout
20311
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \begin_layout Standard
20318 \begin_inset space \hfill{}
20319 \end_inset
20320
20321
20322 \begin_inset Tabular
20323 <lyxtabular version="3" rows="10" columns="2">
20324 <features>
20325 <column alignment="center" valignment="top" width="0pt">
20326 <column alignment="center" valignment="top" width="0pt">
20327 <row>
20328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332 Command
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 Result
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352
20353 \backslash
20354 neg
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 \begin_inset Formula $\neg$
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 <row>
20373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \backslash
20379 Im
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388 \begin_inset Formula $\Im$
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402
20403 \backslash
20404 Re
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413 \begin_inset Formula $\Re$
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 </row>
20422 <row>
20423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427
20428 \backslash
20429 aleph
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 \begin_inset Formula $\aleph$
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 </row>
20447 <row>
20448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452
20453 \backslash
20454 partial
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463 \begin_inset Formula $\partial$
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 </row>
20472 <row>
20473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20474 \begin_inset Text
20475
20476 \begin_layout Plain Layout
20477
20478 \backslash
20479 infty
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 \begin_inset Formula $\infty$
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \backslash
20504 wp
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513 \begin_inset Formula $\wp$
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 </row>
20522 <row>
20523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \backslash
20529 imath
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 \begin_inset Formula $\imath$
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 </row>
20547 <row>
20548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552
20553 \backslash
20554 jmath
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 \begin_inset Formula $\jmath$
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 </lyxtabular>
20573
20574 \end_inset
20575
20576
20577 \begin_inset space \hfill{}
20578 \end_inset
20579
20580
20581 \begin_inset Tabular
20582 <lyxtabular version="3" rows="10" columns="2">
20583 <features>
20584 <column alignment="center" valignment="top" width="0pt">
20585 <column alignment="center" valignment="top" width="0pt">
20586 <row>
20587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 Command
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600 Result
20601 \begin_inset Note Note
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605
20606 \series bold
20607
20608 \backslash
20609 raisebox
20610 \series default
20611  is only used as spacer.
20612 \end_layout
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 </row>
20622 <row>
20623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627
20628 \backslash
20629 forall
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638 \begin_inset Formula $\forall$
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 </row>
20647 <row>
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652
20653 \backslash
20654 exists
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663 \begin_inset Formula $\exists$
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677
20678 \backslash
20679 nexists
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 \begin_inset Formula $\nexists$
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \backslash
20704 emptyset
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Formula $\emptyset$
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \backslash
20729 varnothing
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 \begin_inset Formula $\varnothing$
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \backslash
20754 dag
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 \begin_inset Formula $\dag$
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \backslash
20779 ddag
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $\ddag$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 <row>
20798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802
20803 \backslash
20804 complement
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 \begin_inset ERT
20814 status collapsed
20815
20816 \begin_layout Plain Layout
20817
20818
20819 \backslash
20820 raisebox{-0.8mm}{
20821 \end_layout
20822
20823 \end_inset
20824
20825
20826 \begin_inset Formula $\complement$
20827 \end_inset
20828
20829
20830 \begin_inset ERT
20831 status collapsed
20832
20833 \begin_layout Plain Layout
20834
20835 }
20836 \end_layout
20837
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 Bbbk
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\Bbbk$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 </lyxtabular>
20872
20873 \end_inset
20874
20875
20876 \begin_inset space \hfill{}
20877 \end_inset
20878
20879
20880 \begin_inset Tabular
20881 <lyxtabular version="3" rows="10" columns="2">
20882 <features>
20883 <column alignment="center" valignment="top" width="0pt">
20884 <column alignment="center" valignment="top" width="0pt">
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 Command
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899 Result
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \backslash
20912 prime
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 \begin_inset Formula $\prime$
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 <row>
20931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935
20936 \backslash
20937 backprime
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 \begin_inset Formula $\backprime$
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960
20961 \backslash
20962 mho
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 \begin_inset Formula $\mho$
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 <row>
20981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985
20986 \backslash
20987 triangle
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 \begin_inset Formula $\triangle$
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 </row>
21005 <row>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \backslash
21012 angle
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 \begin_inset Formula $\angle$
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 <row>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \backslash
21037 measuredangle
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 \begin_inset Formula $\measuredangle$
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 </row>
21055 <row>
21056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060
21061 \backslash
21062 sphericalangle
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\sphericalangle$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 <row>
21081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \backslash
21087 top
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $\top$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 <row>
21106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110
21111 \backslash
21112 bot
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $\bot$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 </lyxtabular>
21131
21132 \end_inset
21133
21134
21135 \begin_inset space \hfill{}
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \begin_layout Standard
21142 \begin_inset Newpage newpage
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \begin_layout Subsection
21149 Miscellaneous Symbols
21150 \begin_inset CommandInset label
21151 LatexCommand label
21152 name "sub:Miscellaneous-Symbols"
21153
21154 \end_inset
21155
21156
21157 \begin_inset Index
21158 status collapsed
21159
21160 \begin_layout Plain Layout
21161 Symbols ! miscellaneous
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \begin_layout Standard
21170 \noindent
21171 \align center
21172 \begin_inset Tabular
21173 <lyxtabular version="3" rows="10" columns="2">
21174 <features>
21175 <column alignment="center" valignment="top" width="0pt">
21176 <column alignment="center" valignment="top" width="0pt">
21177 <row>
21178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 Command
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 Result
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 flat
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\flat$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 natural
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\natural$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 sharp
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\sharp$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 surd
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\surd$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 checkmark
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\checkmark$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 yen
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\yen$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 pounds
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\pounds$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377 $
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386 \begin_inset Formula $\$$
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 §
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $§$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 </lyxtabular>
21419
21420 \end_inset
21421
21422
21423 \begin_inset Tabular
21424 <lyxtabular version="3" rows="10" columns="2">
21425 <features>
21426 <column alignment="center" valignment="top" width="0">
21427 <column alignment="center" valignment="top" width="0">
21428 <row>
21429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 Command
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 Result
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 <row>
21449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453
21454 \backslash
21455 hbar
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\hbar$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \backslash
21480 hslash
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 \begin_inset Formula $\hslash$
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503
21504 \backslash
21505 clubsuit
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514 \begin_inset Formula $\clubsuit$
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 <row>
21524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528
21529 \backslash
21530 spadesuit
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 \begin_inset Formula $\spadesuit$
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 </row>
21548 <row>
21549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553
21554 \backslash
21555 bigstar
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 \begin_inset Formula $\bigstar$
21565 \end_inset
21566
21567
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 </row>
21573 <row>
21574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578
21579 \backslash
21580 blacklozenge
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 \begin_inset Formula $\blacklozenge$
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 </row>
21598 <row>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603
21604 \backslash
21605 blacktriangle
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614 \begin_inset Formula $\blacktriangle$
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 </row>
21623 <row>
21624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628
21629 \backslash
21630 blacktiangledown
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 \begin_inset Formula $\blacktriangledown$
21640 \end_inset
21641
21642
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 </row>
21648 <row>
21649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653
21654 \backslash
21655 bullet
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 \begin_inset Formula $\bullet$
21665 \end_inset
21666
21667
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 </lyxtabular>
21674
21675 \end_inset
21676
21677
21678 \begin_inset Tabular
21679 <lyxtabular version="3" rows="10" columns="2">
21680 <features>
21681 <column alignment="center" valignment="top" width="0pt">
21682 <column alignment="center" valignment="top" width="0pt">
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 Command
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 Result
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708
21709 \backslash
21710 diamondsuit
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719 \begin_inset Formula $\diamondsuit$
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733
21734 \backslash
21735 Diamond
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 \begin_inset Formula $\Diamond$
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 </row>
21753 <row>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758
21759 \backslash
21760 heartsuit
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 \begin_inset Formula $\heartsuit$
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 </row>
21778 <row>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783
21784 \backslash
21785 P
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 \begin_inset Formula $\P$
21795 \end_inset
21796
21797
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 </row>
21803 <row>
21804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808
21809 \backslash
21810 copyright
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 \begin_inset Formula $\copyright$
21820 \end_inset
21821
21822
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 </row>
21828 <row>
21829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833
21834 \backslash
21835 circledR
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 \begin_inset Formula $\circledR$
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 </row>
21853 <row>
21854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858
21859 \backslash
21860 maltese
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 \begin_inset Formula $\maltese$
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 </row>
21878 <row>
21879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883
21884 \backslash
21885 diagup
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894 \begin_inset Formula $\diagup$
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 <row>
21904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908
21909 \backslash
21910 diagdown
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 \begin_inset Formula $\diagdown$
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 </row>
21928 </lyxtabular>
21929
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \begin_layout Standard
21936 \begin_inset VSpace medskip
21937 \end_inset
21938
21939 More symbols are listed in 
21940 \begin_inset CommandInset ref
21941 LatexCommand ref
21942 reference "sub:Miscellaneous-Special-Characters"
21943
21944 \end_inset
21945
21946 .
21947 \end_layout
21948
21949 \begin_layout Standard
21950 Some symbols can be displayed in different sizes, see 
21951 \begin_inset CommandInset ref
21952 LatexCommand ref
21953 reference "sub:Font-Sizes"
21954
21955 \end_inset
21956
21957 .
21958 \end_layout
21959
21960 \begin_layout Subsection
21961 The Euro-Symbol €
21962 \begin_inset Index
21963 status collapsed
21964
21965 \begin_layout Plain Layout
21966 Symbols ! Euro-symbol
21967 \end_layout
21968
21969 \end_inset
21970
21971
21972 \begin_inset Index
21973 status collapsed
21974
21975 \begin_layout Plain Layout
21976 \begin_inset ERT
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980
21981
21982 \backslash
21983 officialeuro
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Standard
21997 To use the Euro symbol in formulas, the LaTeX-package 
21998 \series bold
21999 eurosym
22000 \series default
22001
22002 \begin_inset Index
22003 status collapsed
22004
22005 \begin_layout Plain Layout
22006 Packages ! eurosym
22007 \end_layout
22008
22009 \end_inset
22010
22011  must be installed and loaded with the LaTeX-preamble line
22012 \end_layout
22013
22014 \begin_layout Standard
22015
22016 \series bold
22017
22018 \backslash
22019 usepackage[gennarrow]{eurosym}
22020 \end_layout
22021
22022 \begin_layout Standard
22023 The Euro symbol can now be inserted with the command 
22024 \series bold
22025
22026 \backslash
22027 euro
22028 \series default
22029
22030 \begin_inset Index
22031 status collapsed
22032
22033 \begin_layout Plain Layout
22034 Commands ! E ! 
22035 \backslash
22036 euro
22037 \end_layout
22038
22039 \end_inset
22040
22041 .
22042 \end_layout
22043
22044 \begin_layout Standard
22045 The Euro symbol can directly be inserted with the € key in mathematical
22046  text, without having 
22047 \series bold
22048 eurosym
22049 \series default
22050  installed.
22051  When 
22052 \series bold
22053 eurosym
22054 \series default
22055  is installed, 
22056 \series bold
22057
22058 \backslash
22059 euro
22060 \series default
22061  can also be inserted in TeX-mode.
22062  The official currency symbol can then be inserted with the command 
22063 \series bold
22064
22065 \backslash
22066 officialeuro
22067 \series default
22068
22069 \begin_inset Index
22070 status collapsed
22071
22072 \begin_layout Plain Layout
22073 Commands ! O ! 
22074 \backslash
22075 officialeuro
22076 \end_layout
22077
22078 \end_inset
22079
22080 , that is only available in TeX-mode.
22081 \end_layout
22082
22083 \begin_layout Standard
22084 \begin_inset ERT
22085 status collapsed
22086
22087 \begin_layout Plain Layout
22088
22089
22090 \backslash
22091 ifeurosym 
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \begin_inset Note Note
22098 status open
22099
22100 \begin_layout Plain Layout
22101 The following table will only be displayed when the LaTeX-package 
22102 \series bold
22103 eurosym
22104 \series default
22105  is installed.
22106 \end_layout
22107
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \begin_layout Standard
22114 An overview about the different Euro symbols:
22115 \end_layout
22116
22117 \begin_layout Standard
22118 \align center
22119 \begin_inset Tabular
22120 <lyxtabular version="3" rows="4" columns="3">
22121 <features>
22122 <column alignment="center" valignment="top" width="0pt">
22123 <column alignment="center" valignment="top" width="0pt">
22124 <column alignment="center" valignment="top" width="0pt">
22125 <row>
22126 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 Command 
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 Result
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 formula
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \backslash
22170 euro
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $\euro$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 mathematical text
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 \begin_inset Formula $\mbox{€}$
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225 TeX-mode
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234
22235 \backslash
22236 officialeuro
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 \begin_inset ERT
22246 status collapsed
22247
22248 \begin_layout Plain Layout
22249
22250
22251 \backslash
22252 officialeuro
22253 \end_layout
22254
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 </lyxtabular>
22264
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset ERT
22272 status collapsed
22273
22274 \begin_layout Plain Layout
22275
22276
22277 \backslash
22278 else 
22279 \end_layout
22280
22281 \end_inset
22282
22283
22284 \begin_inset Note Note
22285 status open
22286
22287 \begin_layout Plain Layout
22288 The following will be displayed when the LaTeX-package 
22289 \series bold
22290 eurosym
22291 \series default
22292  is not installed:
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Standard
22301 You need to install the LaTeX-package 
22302 \series bold
22303 eurosym
22304 \series default
22305  to see the rest of this subsection in the output.
22306 \end_layout
22307
22308 \begin_layout Standard
22309 \begin_inset ERT
22310 status collapsed
22311
22312 \begin_layout Plain Layout
22313
22314
22315 \backslash
22316 fi 
22317 \end_layout
22318
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \begin_layout Section
22325 Relations
22326 \begin_inset CommandInset label
22327 LatexCommand label
22328 name "sec:Relations"
22329
22330 \end_inset
22331
22332
22333 \begin_inset Index
22334 status collapsed
22335
22336 \begin_layout Plain Layout
22337 Relations
22338 \end_layout
22339
22340 \end_inset
22341
22342
22343 \begin_inset Index
22344 status collapsed
22345
22346 \begin_layout Plain Layout
22347 Comparisons|see
22348 \begin_inset ERT
22349 status collapsed
22350
22351 \begin_layout Plain Layout
22352
22353 {
22354 \end_layout
22355
22356 \end_inset
22357
22358 Relations
22359 \begin_inset ERT
22360 status collapsed
22361
22362 \begin_layout Plain Layout
22363
22364 }
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \begin_layout Standard
22378 All relations can also be inserted via the toolbar button 
22379 \begin_inset Graphics
22380         filename ../images/math/leq.png
22381         scale 85
22382
22383 \end_inset
22384
22385 .
22386 \end_layout
22387
22388 \begin_layout Standard
22389 \begin_inset space \hfill{}
22390 \end_inset
22391
22392
22393 \begin_inset Tabular
22394 <lyxtabular version="3" rows="17" columns="2">
22395 <features>
22396 <column alignment="center" valignment="top" width="0pt">
22397 <column alignment="center" valignment="top" width="0pt">
22398 <row>
22399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 Command
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 Result
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 </row>
22418 <row>
22419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 <
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 \begin_inset Formula $<$
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 <row>
22442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \backslash
22448 le
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Formula $\le$
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 </row>
22466 <row>
22467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471
22472 \backslash
22473 ll
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 \begin_inset Formula $\ll$
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 </row>
22491 <row>
22492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496
22497 \backslash
22498 prec
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 \begin_inset Formula $\prec$
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 </row>
22516 <row>
22517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521
22522 \backslash
22523 preceq
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 \begin_inset Formula $\preceq$
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546
22547 \backslash
22548 subset
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 \begin_inset Formula $\subset$
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 </row>
22566 <row>
22567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571
22572 \backslash
22573 subseteq
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 \begin_inset Formula $\subseteq$
22583 \end_inset
22584
22585
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 <row>
22592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \backslash
22598 sqsubseteq
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 \begin_inset Formula $\sqsubseteq$
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 </row>
22616 <row>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621
22622 \backslash
22623 in
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 \begin_inset Formula $\in$
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 </row>
22641 <row>
22642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646
22647 \backslash
22648 vdash
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 \begin_inset Formula $\vdash$
22658 \end_inset
22659
22660
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 </row>
22666 <row>
22667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671
22672 \backslash
22673 smile
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 \begin_inset Formula $\smile$
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 </row>
22691 <row>
22692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696
22697 \backslash
22698 lhd
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 \begin_inset Formula $\lhd$
22708 \end_inset
22709
22710
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 </row>
22716 <row>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721
22722 \backslash
22723 unlhd
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 \begin_inset Formula $\unlhd$
22733 \end_inset
22734
22735
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 </row>
22741 <row>
22742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746
22747 \backslash
22748 gtrless
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757 \begin_inset Formula $\gtrless$
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 </row>
22766 <row>
22767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771
22772 \backslash
22773 mid
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 \begin_inset Formula $\mid$
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 </row>
22791 <row>
22792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22793 \begin_inset Text
22794
22795 \begin_layout Plain Layout
22796
22797 \backslash
22798 nmid
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 \begin_inset Formula $\nmid$
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 </row>
22816 </lyxtabular>
22817
22818 \end_inset
22819
22820
22821 \begin_inset space \hfill{}
22822 \end_inset
22823
22824
22825 \begin_inset Tabular
22826 <lyxtabular version="3" rows="17" columns="2">
22827 <features>
22828 <column alignment="center" valignment="top" width="0pt">
22829 <column alignment="center" valignment="top" width="0pt">
22830 <row>
22831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 Command
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 Result
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 </row>
22850 <row>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 =
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $=$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 not=
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $\not=$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903
22904 \backslash
22905 equiv
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Formula $\equiv$
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 sim
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\sim$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \backslash
22955 simeq
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Formula $\simeq$
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \backslash
22980 approx
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Formula $\approx$
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003
23004 \backslash
23005 cong
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 \begin_inset Formula $\cong$
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 <row>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \backslash
23030 bowtie
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 \begin_inset Formula $\bowtie$
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 </row>
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \backslash
23055 notin
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 \begin_inset Formula $\notin$
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 </row>
23073 <row>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \backslash
23080 perp
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 \begin_inset Formula $\perp$
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 </row>
23098 <row>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103
23104 \backslash
23105 propto
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 \begin_inset Formula $\propto$
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 </row>
23123 <row>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128
23129 \backslash
23130 asymp
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 \begin_inset Formula $\asymp$
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 </row>
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153
23154 \backslash
23155 doteq
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 \begin_inset Formula $\doteq$
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 </row>
23173 <row>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178
23179 \backslash
23180 circeq
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 \begin_inset Formula $\circeq$
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 </row>
23198 <row>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203
23204 \backslash
23205 models
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214 \begin_inset Formula $\models$
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 </row>
23223 <row>
23224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228
23229 \backslash
23230 widehat=
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 \begin_inset Formula $\widehat{=}$
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 </lyxtabular>
23249
23250 \end_inset
23251
23252
23253 \begin_inset space \hfill{}
23254 \end_inset
23255
23256
23257 \begin_inset Tabular
23258 <lyxtabular version="3" rows="17" columns="2">
23259 <features>
23260 <column alignment="center" valignment="top" width="0pt">
23261 <column alignment="center" valignment="top" width="0pt">
23262 <row>
23263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 Command
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 Result
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 >
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $>$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 ge
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\ge$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 gg
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\gg$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 succ
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\succ$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 succeq
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\succeq$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \backslash
23412 supset
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Formula $\supset$
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435
23436 \backslash
23437 supseteq
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\supseteq$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 <row>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \backslash
23462 sqsupseteq
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $\sqsupseteq$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 ni
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\ni$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 dashv
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\dashv$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \backslash
23537 frown
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 \begin_inset Formula $\frown$
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \backslash
23562 rhd
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Formula $\rhd$
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \backslash
23587 unrhd
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\unrhd$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 </row>
23605 <row>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \backslash
23612 lessgtr
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\lessgtr$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \backslash
23637 parallel
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 \begin_inset Formula $\parallel$
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 </row>
23655 <row>
23656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660
23661 \backslash
23662 nparallel
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Formula $\nparallel$
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 </lyxtabular>
23681
23682 \end_inset
23683
23684
23685 \begin_inset space \hfill{}
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \begin_layout Standard
23692 \begin_inset VSpace medskip
23693 \end_inset
23694
23695 The characters 
23696 \series bold
23697
23698 \backslash
23699 lhd
23700 \series default
23701  and 
23702 \series bold
23703
23704 \backslash
23705 rhd
23706 \series default
23707  are bigger than the equal looking operators 
23708 \series bold
23709
23710 \backslash
23711 triangleleft
23712 \series default
23713  and 
23714 \series bold
23715
23716 \backslash
23717 triangleright
23718 \series default
23719 , respectively.
23720 \end_layout
23721
23722 \begin_layout Standard
23723 Relations are, in contrary to symbols, always surrounded by space.
23724 \end_layout
23725
23726 \begin_layout Standard
23727 Relations with labels can be created with the command 
23728 \series bold
23729
23730 \backslash
23731 stackrel
23732 \series default
23733
23734 \begin_inset Index
23735 status collapsed
23736
23737 \begin_layout Plain Layout
23738 Commands ! S ! 
23739 \backslash
23740 stackrel
23741 \end_layout
23742
23743 \end_inset
23744
23745 :
23746 \end_layout
23747
23748 \begin_layout Standard
23749 \align center
23750 \begin_inset Tabular
23751 <lyxtabular version="3" rows="2" columns="2">
23752 <features>
23753 <column alignment="center" valignment="top" width="0">
23754 <column alignment="center" valignment="top" width="0">
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 Command
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 Result
23770 \begin_inset Note Note
23771 status collapsed
23772
23773 \begin_layout Plain Layout
23774
23775 \series bold
23776
23777 \backslash
23778 raisebox
23779 \series default
23780  is only used as spacer.
23781 \end_layout
23782
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 <row>
23792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 A(r)
23797 \backslash
23798 stackrel
23799 \begin_inset ERT
23800 status collapsed
23801
23802 \begin_layout Plain Layout
23803
23804
23805 \backslash
23806 spce 
23807 \end_layout
23808
23809 \end_inset
23810
23811 r
23812 \backslash
23813 to
23814 \backslash
23815 infty
23816 \begin_inset ERT
23817 status collapsed
23818
23819 \begin_layout Plain Layout
23820
23821
23822 \backslash
23823 spce 
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \begin_inset Formula $\downarrow$
23830 \end_inset
23831
23832
23833 \backslash
23834 approx
23835 \begin_inset ERT
23836 status collapsed
23837
23838 \begin_layout Plain Layout
23839
23840
23841 \backslash
23842 spce 
23843 \end_layout
23844
23845 \end_inset
23846
23847
23848 \begin_inset ERT
23849 status collapsed
23850
23851 \begin_layout Plain Layout
23852
23853
23854 \backslash
23855 spce 
23856 \end_layout
23857
23858 \end_inset
23859
23860 B
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 </row>
23878 </lyxtabular>
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Section
23886 Functions
23887 \end_layout
23888
23889 \begin_layout Subsection
23890 Predefined Functions
23891 \begin_inset CommandInset label
23892 LatexCommand label
23893 name "sub:Predefined-Functions"
23894
23895 \end_inset
23896
23897
23898 \begin_inset Index
23899 status collapsed
23900
23901 \begin_layout Plain Layout
23902 Functions ! predefined
23903 \end_layout
23904
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Standard
23911 In general, variables are set 
23912 \emph on
23913 italic
23914 \emph default
23915  in mathematical expressions, but not function names, because 
23916 \begin_inset Formula $sin$
23917 \end_inset
23918
23919  could be misunderstood as 
23920 \begin_inset Formula $s\cdot i\cdot n$
23921 \end_inset
23922
23923 .
23924  Therefore there are predefined functions, that are additionally a bit separated
23925  from prefactors.
23926  They are inserted as commands starting with a backslash before their name.
23927 \end_layout
23928
23929 \begin_layout Standard
23930 \align center
23931 \begin_inset Tabular
23932 <lyxtabular version="3" rows="2" columns="4">
23933 <features>
23934 <column alignment="center" valignment="top" width="0pt">
23935 <column alignment="center" valignment="top" width="0pt">
23936 <column alignment="center" valignment="top" width="0pt">
23937 <column alignment="center" valignment="top" width="0pt">
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 Command
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 Result
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 Command
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 Result
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 </row>
23976 <row>
23977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 Asin(x)+B
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 \begin_inset Formula $Asin(x)+B$
23991 \end_inset
23992
23993
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 A
24003 \backslash
24004 sin(x)+B
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $A\sin(x)+B$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 </lyxtabular>
24023
24024 \end_inset
24025
24026
24027 \begin_inset Newpage pagebreak
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Standard
24034 The following functions are predefined:
24035 \end_layout
24036
24037 \begin_layout Standard
24038 \begin_inset VSpace -2mm
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \begin_layout Standard
24045 \align center
24046 \begin_inset Tabular
24047 <lyxtabular version="3" rows="9" columns="4">
24048 <features>
24049 <column alignment="center" valignment="top" width="0pt">
24050 <column alignment="center" valignment="top" width="0pt">
24051 <column alignment="center" valignment="top" width="0pt">
24052 <column alignment="center" valignment="top" width="0pt">
24053 <row>
24054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 Command
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067 Command
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076 Command
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 Command
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 </row>
24091 <row>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \backslash
24098 sin
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107
24108 \backslash
24109 sinh
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118
24119 \backslash
24120 arcsin
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129
24130 \backslash
24131 sup
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 </row>
24137 <row>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \backslash
24144 cos
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153
24154 \backslash
24155 cosh
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 arccos
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 inf
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 </row>
24183 <row>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188
24189 \backslash
24190 tan
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199
24200 \backslash
24201 tanh
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210
24211 \backslash
24212 arctan
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221
24222 \backslash
24223 lim
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 </row>
24229 <row>
24230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234
24235 \backslash
24236 cot
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245
24246 \backslash
24247 coth
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256
24257 \backslash
24258 arg
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267
24268 \backslash
24269 liminf
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 </row>
24275 <row>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280
24281 \backslash
24282 sec
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291
24292 \backslash
24293 min
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302
24303 \backslash
24304 deg
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313
24314 \backslash
24315 limsup
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 </row>
24321 <row>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \backslash
24328 csc
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 max
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348
24349 \backslash
24350 det
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359
24360 \backslash
24361 Pr
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 </row>
24367 <row>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372
24373 \backslash
24374 ln
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \backslash
24385 exp
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 dim
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \backslash
24407 hom
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 </row>
24413 <row>
24414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418
24419 \backslash
24420 lg
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 log
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \backslash
24442 ker
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \backslash
24453 gcd
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 </row>
24459 </lyxtabular>
24460
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \begin_layout Standard
24467 They can also be inserted with the math toolbar button 
24468 \begin_inset Graphics
24469         filename ../images/math/functions.png
24470         scale 85
24471
24472 \end_inset
24473
24474 .
24475 \end_layout
24476
24477 \begin_layout Subsection
24478 Self-defined Functions
24479 \begin_inset Index
24480 status collapsed
24481
24482 \begin_layout Plain Layout
24483 Functions ! self-defined
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \begin_layout Standard
24492 To use a function that is not predefined, like for example the sign function
24493  sgn(x), there are two possibilities:
24494 \end_layout
24495
24496 \begin_layout Itemize
24497 Define the function by inserting the following line to the LaTeX-preamble
24498 \begin_inset Foot
24499 status collapsed
24500
24501 \begin_layout Plain Layout
24502 For more about 
24503 \series bold
24504
24505 \backslash
24506 DeclareMathOperator
24507 \series default
24508  see 
24509 \begin_inset CommandInset ref
24510 LatexCommand ref
24511 reference "sub:Self-defined-Operators"
24512
24513 \end_inset
24514
24515 .
24516 \end_layout
24517
24518 \end_inset
24519
24520
24521 \begin_inset Newline newline
24522 \end_inset
24523
24524
24525 \begin_inset VSpace -3mm
24526 \end_inset
24527
24528
24529 \begin_inset Newline newline
24530 \end_inset
24531
24532
24533 \series bold
24534
24535 \backslash
24536 DeclareMathOperator{
24537 \backslash
24538 sgn}{sgn}
24539 \series default
24540
24541 \begin_inset Index
24542 status collapsed
24543
24544 \begin_layout Plain Layout
24545 Commands ! D ! 
24546 \backslash
24547 dbinom@
24548 \backslash
24549 DeclareMathOperator
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \begin_inset Newline newline
24556 \end_inset
24557
24558
24559 \begin_inset VSpace -2mm
24560 \end_inset
24561
24562
24563 \begin_inset Newline newline
24564 \end_inset
24565
24566 Now the new defined function can be called with the command 
24567 \series bold
24568
24569 \backslash
24570 sgn
24571 \series default
24572 .
24573 \end_layout
24574
24575 \begin_layout Itemize
24576 Write the the formula as usual, mark the formula name, in our example the
24577  letters 
24578 \emph on
24579 sgn
24580 \emph default
24581 , and change it to mathematical text.
24582  At last a space is inserted between prefactor and function.
24583 \end_layout
24584
24585 \begin_layout Standard
24586 The result is the same with both methods as with a predefined function
24587 \begin_inset Foot
24588 status collapsed
24589
24590 \begin_layout Plain Layout
24591 In LyX self-defined functions are displayed red, predefined ones black.
24592 \end_layout
24593
24594 \end_inset
24595
24596 :
24597 \end_layout
24598
24599 \begin_layout Standard
24600 \align center
24601 \begin_inset Tabular
24602 <lyxtabular version="3" rows="3" columns="2">
24603 <features>
24604 <column alignment="center" valignment="top" width="0pt">
24605 <column alignment="center" valignment="top" width="0pt">
24606 <row>
24607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611 Command
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 Result
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 </row>
24626 <row>
24627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631 A
24632 \backslash
24633 sgn(x)+B
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642 \begin_inset Formula $A\sgn(x)+B$
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 </row>
24651 <row>
24652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24653 \begin_inset Text
24654
24655 \begin_layout Plain Layout
24656 A
24657 \backslash
24658 ,
24659 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24660 \end_inset
24661
24662 (x)+B
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 </row>
24680 </lyxtabular>
24681
24682 \end_inset
24683
24684
24685 \end_layout
24686
24687 \begin_layout Standard
24688 The first method is more suitable when the self-defined function should
24689  be used several times.
24690 \end_layout
24691
24692 \begin_layout Subsection
24693 Limits
24694 \begin_inset Index
24695 status collapsed
24696
24697 \begin_layout Plain Layout
24698 Limits
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 For limits there are defined besides 
24708 \series bold
24709
24710 \backslash
24711 lim
24712 \series default
24713
24714 \begin_inset Index
24715 status collapsed
24716
24717 \begin_layout Plain Layout
24718 Commands ! L ! 
24719 \backslash
24720 lim
24721 \end_layout
24722
24723 \end_inset
24724
24725
24726 \series bold
24727
24728 \backslash
24729 liminf
24730 \series default
24731  and 
24732 \series bold
24733
24734 \backslash
24735 limsup
24736 \series default
24737  furthermore the following functions:
24738 \end_layout
24739
24740 \begin_layout Standard
24741 \align center
24742 \begin_inset Tabular
24743 <lyxtabular version="3" rows="5" columns="2">
24744 <features>
24745 <column alignment="center" valignment="top" width="0">
24746 <column alignment="center" valignment="top" width="0">
24747 <row>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 Command
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 Result
24762 \begin_inset Note Note
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766
24767 \series bold
24768
24769 \backslash
24770 raisebox
24771 \series default
24772  is only used as spacer.
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 </row>
24783 <row>
24784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788
24789 \backslash
24790 varliminf
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799 \begin_inset Formula $\varliminf$
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 </row>
24808 <row>
24809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813
24814 \backslash
24815 varlimsup
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24821 \begin_inset Text
24822
24823 \begin_layout Plain Layout
24824 \begin_inset Formula $\varlimsup$
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 </row>
24833 <row>
24834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838
24839 \backslash
24840 varprojlim
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 \begin_inset Formula $\varprojlim$
24850 \end_inset
24851
24852
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 </row>
24858 <row>
24859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863
24864 \backslash
24865 varinjlim
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 \begin_inset Formula $\varinjlim$
24875 \end_inset
24876
24877
24878 \begin_inset Formula $\raisebox{-2.5mm}{}$
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 </row>
24887 </lyxtabular>
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Standard
24895 \begin_inset VSpace medskip
24896 \end_inset
24897
24898 The limit is created by inserting a subscript.
24899  It is set right beside the function in an inline formula:
24900 \end_layout
24901
24902 \begin_layout Standard
24903 \align center
24904 \begin_inset Tabular
24905 <lyxtabular version="3" rows="2" columns="2">
24906 <features>
24907 <column alignment="center" valignment="top" width="0pt">
24908 <column alignment="center" valignment="top" width="0pt">
24909 <row>
24910 <cell alignment="center" valignment="top" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 Command
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923 \begin_inset space \hspace{}
24924 \length 1cm
24925 \end_inset
24926
24927 Result
24928 \begin_inset Note Note
24929 status collapsed
24930
24931 \begin_layout Plain Layout
24932
24933 \series bold
24934
24935 \backslash
24936 hspace
24937 \series default
24938  and
24939 \series bold
24940  
24941 \backslash
24942 raisebox
24943 \series default
24944  are used here as spacer.
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 </row>
24955 <row>
24956 <cell alignment="center" valignment="top" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 lim_x
24963 \backslash
24964 to
24965 \begin_inset ERT
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969
24970
24971 \backslash
24972 spce 
24973 \end_layout
24974
24975 \end_inset
24976
24977 A
24978 \begin_inset ERT
24979 status collapsed
24980
24981 \begin_layout Plain Layout
24982
24983
24984 \backslash
24985 spce 
24986 \end_layout
24987
24988 \end_inset
24989
24990 x=B
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 </row>
25008 </lyxtabular>
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \begin_layout Standard
25016 In a displayed formula the limit is set below the formula, as usual:
25017 \begin_inset Formula \[
25018 \lim_{x\to A}x=B\]
25019
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \begin_layout Subsection
25026 Modulo-Functions
25027 \begin_inset Index
25028 status collapsed
25029
25030 \begin_layout Plain Layout
25031 Functions ! modulo-
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 The modulo-function is special, because it exists in four variants.
25041 \end_layout
25042
25043 \begin_layout Standard
25044 The variants in a displayed formula:
25045 \begin_inset Formula \begin{align*}
25046 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25047 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25048 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25049 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25050 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25051
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \begin_layout Standard
25058 In an inline formula less space is set before the function names for all
25059  variants.
25060 \end_layout
25061
25062 \begin_layout Section
25063 Special Characters
25064 \begin_inset Index
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068 Special characters
25069 \end_layout
25070
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \begin_layout Subsection
25077 Special Characters in Mathematical Text
25078 \end_layout
25079
25080 \begin_layout Standard
25081 The following commands can only be used in mathematical text or in TeX-mode:
25082 \end_layout
25083
25084 \begin_layout Standard
25085 \begin_inset space \hfill{}
25086 \end_inset
25087
25088
25089 \begin_inset Tabular
25090 <lyxtabular version="3" rows="8" columns="2">
25091 <features>
25092 <column alignment="block" valignment="top" width="0">
25093 <column alignment="block" valignment="top" width="0">
25094 <row>
25095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 Command
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 Result
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 </row>
25114 <row>
25115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 oe
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130 \begin_inset Formula $\textrm{œ}$
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 </row>
25139 <row>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 OE
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 \begin_inset Formula $\textrm{Œ}$
25156 \end_inset
25157
25158
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 </row>
25164 <row>
25165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 ae
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 \begin_inset Formula $\textrm{æ}$
25181 \end_inset
25182
25183
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 </row>
25189 <row>
25190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 AE
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205 \begin_inset Formula $\textrm{Æ}$
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 <row>
25215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \backslash
25221 aa
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230 \begin_inset Formula $\textrm{\aa}$
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 </row>
25239 <row>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244
25245 \backslash
25246 AA
25247 \begin_inset Index
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251 \begin_inset ERT
25252 status collapsed
25253
25254 \begin_layout Plain Layout
25255
25256
25257 \backslash
25258
25259 \begin_inset ERT
25260 status collapsed
25261
25262 \begin_layout Plain Layout
25263
25264 {
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \begin_inset ERT
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274
25275 }
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284
25285 @
25286 \begin_inset ERT
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290
25291
25292 \backslash
25293
25294 \begin_inset ERT
25295 status collapsed
25296
25297 \begin_layout Plain Layout
25298
25299 {
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \begin_inset ERT
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309
25310 }
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \end_inset
25319
25320 textrm
25321 \begin_inset ERT
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325
25326 {
25327 \end_layout
25328
25329 \end_inset
25330
25331
25332 \begin_inset ERT
25333 status collapsed
25334
25335 \begin_layout Plain Layout
25336
25337
25338 \backslash
25339
25340 \begin_inset ERT
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344
25345 {
25346 \end_layout
25347
25348 \end_inset
25349
25350
25351 \begin_inset ERT
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355
25356 }
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \end_inset
25365
25366 AA
25367 \begin_inset ERT
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371
25372 }
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391 \begin_inset Formula $\textrm{Å}$
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 </row>
25400 <row>
25401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405
25406 \backslash
25407 i
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416 \begin_inset Formula $\textrm{ı}$
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 </row>
25425 </lyxtabular>
25426
25427 \end_inset
25428
25429
25430 \begin_inset space \hfill{}
25431 \end_inset
25432
25433
25434 \begin_inset Tabular
25435 <lyxtabular version="3" rows="8" columns="2">
25436 <features>
25437 <column alignment="block" valignment="top" width="0">
25438 <column alignment="center" valignment="top" width="0">
25439 <row>
25440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444 command
25445 \begin_inset Note Note
25446 status collapsed
25447
25448 \begin_layout Plain Layout
25449
25450 \series bold
25451
25452 \backslash
25453 hspace{0mm}
25454 \series default
25455  is used for separation, because otherwise the output will be ¡ and ¿ respective
25456 ly.
25457 \end_layout
25458
25459 \end_inset
25460
25461
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470 Result
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 </row>
25476 <row>
25477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25478 \begin_inset Text
25479
25480 \begin_layout Plain Layout
25481
25482 \backslash
25483 o
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492 \begin_inset Formula $\textrm{ø}$
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 </row>
25501 <row>
25502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25503 \begin_inset Text
25504
25505 \begin_layout Plain Layout
25506
25507 \backslash
25508 O
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517 \begin_inset Formula $\textrm{Ø}$
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 </row>
25526 <row>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531
25532 \backslash
25533 l
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 \begin_inset Formula $\textrm{ł}$
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 </row>
25551 <row>
25552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556
25557 \backslash
25558 L
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567 \begin_inset Formula $\textrm{Ł}$
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 </row>
25576 <row>
25577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581 !
25582 \begin_inset space \hspace{}
25583 \length 0mm
25584 \end_inset
25585
25586 `
25587 \begin_inset ERT
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591
25592
25593 \backslash
25594 spce 
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 \begin_inset Formula $\textrm{!`}$
25609 \end_inset
25610
25611
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 </row>
25617 <row>
25618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 ?
25623 \begin_inset space \hspace{}
25624 \length 0mm
25625 \end_inset
25626
25627 `
25628 \begin_inset ERT
25629 status collapsed
25630
25631 \begin_layout Plain Layout
25632
25633
25634 \backslash
25635 spce 
25636 \end_layout
25637
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 \begin_inset Formula $\textrm{?`}$
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 <row>
25659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663
25664 \backslash
25665 j
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Formula $\textrm{ȷ}$
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 </row>
25683 </lyxtabular>
25684
25685 \end_inset
25686
25687
25688 \begin_inset space \hfill{}
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 The characters 
25696 \begin_inset Formula $\textrm{\textrm{Å}}$
25697 \end_inset
25698
25699  and 
25700 \begin_inset Formula $\textrm{\textrm{Ø}}$
25701 \end_inset
25702
25703  can also be inserted via the math toolbar button 
25704 \begin_inset Graphics
25705         filename ../images/math/digamma.png
25706         scale 85
25707
25708 \end_inset
25709
25710 .
25711 \end_layout
25712
25713 \begin_layout Standard
25714 An exception are the commands 
25715 \series bold
25716 !
25717 \begin_inset space \hspace{}
25718 \length 0mm
25719 \end_inset
25720
25721 `
25722 \series default
25723  and 
25724 \series bold
25725 ?
25726 \begin_inset space \hspace{}
25727 \length 0mm
25728 \end_inset
25729
25730 `
25731 \series default
25732 , because they can be inserted in LyX directly to text.
25733 \end_layout
25734
25735 \begin_layout Subsection
25736 Accents in Text
25737 \begin_inset CommandInset label
25738 LatexCommand label
25739 name "sub:Accents-in-Text"
25740
25741 \end_inset
25742
25743
25744 \begin_inset Index
25745 status collapsed
25746
25747 \begin_layout Plain Layout
25748 Accents ! in text
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757 With the following commands all letters can be accented.
25758  The commands must be inserted in TeX-mode.
25759 \end_layout
25760
25761 \begin_layout Standard
25762 \begin_inset space \hfill{}
25763 \end_inset
25764
25765
25766 \begin_inset Tabular
25767 <lyxtabular version="3" rows="8" columns="2">
25768 <features>
25769 <column alignment="block" valignment="top" width="0">
25770 <column alignment="block" valignment="top" width="0">
25771 <row>
25772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776 Command
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Plain Layout
25785 Result
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 </row>
25791 <row>
25792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796
25797 \backslash
25798
25799 \begin_inset Quotes grd
25800 \end_inset
25801
25802 e
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811 \begin_inset ERT
25812 status collapsed
25813
25814 \begin_layout Plain Layout
25815
25816
25817 \backslash
25818 "e
25819 \end_layout
25820
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 </row>
25829 <row>
25830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \backslash
25836 `e
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \begin_inset ERT
25846 status collapsed
25847
25848 \begin_layout Plain Layout
25849
25850
25851 \backslash
25852 `e
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \end_inset
25861 </cell>
25862 </row>
25863 <row>
25864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868
25869 \backslash
25870 ^
25871 \begin_inset ERT
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875
25876
25877 \backslash
25878 spce 
25879 \end_layout
25880
25881 \end_inset
25882
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 =e
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 \begin_inset ERT
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930
25931
25932 \backslash
25933 =e
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 <row>
25945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949
25950 \backslash
25951 u
25952 \begin_inset ERT
25953 status collapsed
25954
25955 \begin_layout Plain Layout
25956
25957
25958 \backslash
25959 spce 
25960 \end_layout
25961
25962 \end_inset
25963
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 u 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" bottomline="true" leftline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996
25997 \backslash
25998 b
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" bottomline="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 b 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" bottomline="true" leftline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043
26044 \backslash
26045 t
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 ee
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 <cell alignment="center" valignment="top" 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 t ee
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 </row>
26085 </lyxtabular>
26086
26087 \end_inset
26088
26089
26090 \begin_inset space \hfill{}
26091 \end_inset
26092
26093
26094 \begin_inset Tabular
26095 <lyxtabular version="3" rows="8" columns="2">
26096 <features>
26097 <column alignment="block" valignment="top" width="0">
26098 <column alignment="center" valignment="top" width="0">
26099 <row>
26100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104 Command
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 Result
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 </row>
26119 <row>
26120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124
26125 \backslash
26126 H
26127 \begin_inset ERT
26128 status collapsed
26129
26130 \begin_layout Plain Layout
26131
26132
26133 \backslash
26134 spce 
26135 \end_layout
26136
26137 \end_inset
26138
26139 e
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 \begin_inset ERT
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152
26153
26154 \backslash
26155 H e
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 </row>
26166 <row>
26167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171
26172 \backslash
26173 'e
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 'e
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 </row>
26200 <row>
26201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205
26206 \backslash
26207 ~e
26208 \begin_inset Index
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 Tilde
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226 \begin_inset ERT
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230
26231
26232 \backslash
26233 ~e
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 <row>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249
26250 \backslash
26251 .e
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260 \begin_inset ERT
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 .e
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 </row>
26278 <row>
26279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283
26284 \backslash
26285 v
26286 \begin_inset ERT
26287 status collapsed
26288
26289 \begin_layout Plain Layout
26290
26291
26292 \backslash
26293 spce 
26294 \end_layout
26295
26296 \end_inset
26297
26298 e
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 <cell alignment="center" valignment="top" topline="true" bottomline="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 v 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" bottomline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330
26331 \backslash
26332 d
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" 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 d 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 c
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 c e
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 </row>
26419 </lyxtabular>
26420
26421 \end_inset
26422
26423
26424 \begin_inset space \hfill{}
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \begin_layout Standard
26431 \begin_inset VSpace medskip
26432 \end_inset
26433
26434 With the command 
26435 \series bold
26436
26437 \backslash
26438 t
26439 \series default
26440  also two different characters can be accented.
26441  The command 
26442 \series bold
26443
26444 \backslash
26445 t
26446 \begin_inset ERT
26447 status collapsed
26448
26449 \begin_layout Plain Layout
26450
26451
26452 \backslash
26453 spce 
26454 \end_layout
26455
26456 \end_inset
26457
26458 sz
26459 \series default
26460  creates: 
26461 \begin_inset ERT
26462 status collapsed
26463
26464 \begin_layout Plain Layout
26465
26466
26467 \backslash
26468 t sz
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \begin_layout Standard
26477 The accents 
26478 \series bold
26479 `
26480 \series default
26481  , 
26482 \series bold
26483 '
26484 \series default
26485  , and 
26486 \series bold
26487 ^
26488 \series default
26489  can in combination with vowels directly be inserted with the keyboard without
26490  using TeX-mode.
26491  The same applies for the tilde
26492 \begin_inset Foot
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496 This only applies for keyboards where the tilde is defined as accent.
26497 \end_layout
26498
26499 \end_inset
26500
26501  
26502 \series bold
26503 ~
26504 \series default
26505  in combination with 
26506 \emph on
26507 a
26508 \emph default
26509  , 
26510 \emph on
26511 n
26512 \emph default
26513  , or 
26514 \emph on
26515 o
26516 \emph default
26517 .
26518 \end_layout
26519
26520 \begin_layout Standard
26521 The commands 
26522 \series bold
26523
26524 \backslash
26525 b
26526 \series default
26527  , 
26528 \series bold
26529
26530 \backslash
26531 c
26532 \series default
26533  , 
26534 \series bold
26535
26536 \backslash
26537 d
26538 \series default
26539  , 
26540 \series bold
26541
26542 \backslash
26543 H
26544 \series default
26545  , 
26546 \series bold
26547
26548 \backslash
26549 t
26550 \series default
26551  , 
26552 \series bold
26553
26554 \backslash
26555 u
26556 \series default
26557  , 
26558 \series bold
26559
26560 \backslash
26561 v
26562 \series default
26563 , and accents inserted directly with the keyboard are also available in
26564  mathematical text.
26565  For the other accents there are special math commands to be used in formulas,
26566  see 
26567 \begin_inset CommandInset ref
26568 LatexCommand ref
26569 reference "sub:Accents-for-one"
26570
26571 \end_inset
26572
26573 .
26574 \end_layout
26575
26576 \begin_layout Standard
26577 \begin_inset VSpace bigskip
26578 \end_inset
26579
26580 Furthermore, with the command 
26581 \series bold
26582
26583 \backslash
26584 textcircled
26585 \series default
26586
26587 \begin_inset Index
26588 status collapsed
26589
26590 \begin_layout Plain Layout
26591 Commands ! T ! 
26592 \backslash
26593 textcircled
26594 \end_layout
26595
26596 \end_inset
26597
26598  all numbers and letters can be set into a circle, quasi accented with a
26599  circle, similar to the the copyright symbol.
26600 \end_layout
26601
26602 \begin_layout Standard
26603 \align center
26604 \begin_inset Tabular
26605 <lyxtabular version="3" rows="3" columns="2">
26606 <features>
26607 <column alignment="center" valignment="top" width="0">
26608 <column alignment="center" valignment="top" width="0">
26609 <row>
26610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614 Command
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623 Result
26624 \begin_inset Note Note
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628
26629 \series bold
26630
26631 \backslash
26632 raisebox
26633 \series default
26634  is only used as spacer.
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \end_inset
26643 </cell>
26644 </row>
26645 <row>
26646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650
26651 \backslash
26652 textcircled{w}
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661 \begin_inset ERT
26662 status collapsed
26663
26664 \begin_layout Plain Layout
26665
26666
26667 \backslash
26668 textcircled{w}
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 </row>
26679 <row>
26680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684
26685 \backslash
26686 Large 
26687 \backslash
26688 textcircled{
26689 \backslash
26690 normalsize
26691 \backslash
26692 protect
26693 \backslash
26694 raisebox{-1.5pt}{W}}
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 \begin_inset Formula $\raisebox{4.5mm}{}$
26704 \end_inset
26705
26706
26707 \begin_inset ERT
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711
26712
26713 \backslash
26714 Large 
26715 \backslash
26716 textcircled{
26717 \backslash
26718 normalsize
26719 \backslash
26720 protect
26721 \backslash
26722 raisebox{-1.5pt}W}
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \begin_inset Formula $\raisebox{-2mm}{}$
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 </row>
26737 </lyxtabular>
26738
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \begin_layout Standard
26745 One has to take care that the character fits in the circle.
26746  
26747 \series bold
26748
26749 \backslash
26750 Large
26751 \series default
26752
26753 \begin_inset Foot
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757 see 
26758 \begin_inset CommandInset ref
26759 LatexCommand ref
26760 reference "sub:Font-Sizes"
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \end_inset
26768
26769  specifies thereby the size of the circle.
26770  With the help of 
26771 \series bold
26772
26773 \backslash
26774 raisebox
26775 \series default
26776
26777 \begin_inset Foot
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781 see 
26782 \begin_inset CommandInset ref
26783 LatexCommand ref
26784 reference "sub:Boxes-without-Frame"
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792
26793  the character can be centered.
26794 \end_layout
26795
26796 \begin_layout Subsection
26797 Minuscule Numbers
26798 \begin_inset Index
26799 status collapsed
26800
26801 \begin_layout Plain Layout
26802 Minuscule numbers
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \begin_layout Standard
26811 Minuscule numbers are created with the command 
26812 \series bold
26813
26814 \backslash
26815 oldstylenums
26816 \series default
26817
26818 \begin_inset Index
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822 Commands ! O ! 
26823 \backslash
26824 oldstylenums
26825 \end_layout
26826
26827 \end_inset
26828
26829 .
26830  The command can be used in formulas and in TeX-mode.
26831  The command scheme is:
26832 \end_layout
26833
26834 \begin_layout Standard
26835
26836 \series bold
26837
26838 \backslash
26839 oldstylenums{number}
26840 \end_layout
26841
26842 \begin_layout Standard
26843 The command 
26844 \series bold
26845
26846 \backslash
26847 oldstylenums{0123456789
26848 \series default
26849  produces: 
26850 \begin_inset Formula $\oldstylenums{0123456789}$
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \begin_layout Subsection
26857 Miscellaneous Special Characters
26858 \begin_inset CommandInset label
26859 LatexCommand label
26860 name "sub:Miscellaneous-Special-Characters"
26861
26862 \end_inset
26863
26864
26865 \begin_inset Index
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869 Special characters ! miscellaneous
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Standard
26878 The following characters can only be inserted to formulas by using commands:
26879 \end_layout
26880
26881 \begin_layout Standard
26882 \align center
26883 \begin_inset Tabular
26884 <lyxtabular version="3" rows="4" columns="2">
26885 <features>
26886 <column alignment="center" valignment="top" width="0">
26887 <column alignment="center" valignment="top" width="0">
26888 <row>
26889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893 Command
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Plain Layout
26902 Result
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 </row>
26908 <row>
26909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26910 \begin_inset Text
26911
26912 \begin_layout Plain Layout
26913
26914 \backslash
26915 ^
26916 \begin_inset ERT
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 spce 
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937 \begin_inset Formula $\mathcircumflex$
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 </row>
26946 <row>
26947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26948 \begin_inset Text
26949
26950 \begin_layout Plain Layout
26951
26952 \backslash
26953 _
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962 \begin_inset Formula $\_$
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \end_inset
26969 </cell>
26970 </row>
26971 <row>
26972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 ^
26977 \begin_inset ERT
26978 status collapsed
26979
26980 \begin_layout Plain Layout
26981
26982
26983 \backslash
26984 spce 
26985 \end_layout
26986
26987 \end_inset
26988
26989
26990 \backslash
26991 circ
26992 \begin_inset Index
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996 °
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Plain Layout
27010 \begin_inset Formula $^{\circ}$
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \end_inset
27017 </cell>
27018 </row>
27019 </lyxtabular>
27020
27021 \end_inset
27022
27023
27024 \end_layout
27025
27026 \begin_layout Standard
27027 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27028  contains the following line
27029 \begin_inset Foot
27030 status collapsed
27031
27032 \begin_layout Plain Layout
27033 More about this is described in 
27034 \begin_inset CommandInset ref
27035 LatexCommand ref
27036 reference "sub:Text-Characters-in"
27037
27038 \end_inset
27039
27040 .
27041 \end_layout
27042
27043 \end_inset
27044
27045 :
27046 \end_layout
27047
27048 \begin_layout Standard
27049
27050 \series bold
27051
27052 \backslash
27053 DeclareInputtext{176}{
27054 \backslash
27055 ifmmode^
27056 \backslash
27057 circ
27058 \backslash
27059 else
27060 \backslash
27061 textdegree
27062 \backslash
27063 fi}
27064 \end_layout
27065
27066 \begin_layout Section
27067 Formula Styles
27068 \begin_inset CommandInset label
27069 LatexCommand label
27070 name "sec:Formula-Styles"
27071
27072 \end_inset
27073
27074
27075 \begin_inset Index
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079 Formula ! styles
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \begin_layout Itemize
27088 There are two different alignment styles:
27089 \end_layout
27090
27091 \begin_deeper
27092 \begin_layout Description
27093 Centered is the predefined standard
27094 \end_layout
27095
27096 \begin_layout Description
27097 Indented for this the option 
27098 \series bold
27099 fleqn
27100 \series default
27101  must be inserted in the menu 
27102 \family sans
27103 Document\SpecialChar \menuseparator
27104 Settings
27105 \family default
27106  under 
27107 \family sans
27108 Document
27109 \begin_inset space ~
27110 \end_inset
27111
27112 Class
27113 \end_layout
27114
27115 \begin_layout Standard
27116 When 
27117 \series bold
27118 Indented
27119 \series default
27120  is used, the indentation can be adjusted with the length 
27121 \series bold
27122
27123 \backslash
27124 mathindent
27125 \series default
27126
27127 \begin_inset Index
27128 status collapsed
27129
27130 \begin_layout Plain Layout
27131 Commands ! M ! 
27132 \backslash
27133 mathindent
27134 \end_layout
27135
27136 \end_inset
27137
27138 .
27139  Should the distance be 15
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 mm, the following command line is inserted in the LaTeX-preamble
27144 \end_layout
27145
27146 \begin_layout Standard
27147
27148 \series bold
27149
27150 \backslash
27151 setlength{
27152 \backslash
27153 mathindent}{15mm}
27154 \end_layout
27155
27156 \begin_layout Standard
27157 When no length is specified, the predefined value of 30
27158 \begin_inset space \thinspace{}
27159 \end_inset
27160
27161 pt will be used.
27162 \end_layout
27163
27164 \end_deeper
27165 \begin_layout Itemize
27166 And two different numbering styles:
27167 \end_layout
27168
27169 \begin_deeper
27170 \begin_layout Description
27171 Right is the predefined standard
27172 \end_layout
27173
27174 \begin_layout Description
27175 Left for this the option 
27176 \series bold
27177 leqno
27178 \series default
27179  must be inserted in the menu 
27180 \family sans
27181 Document\SpecialChar \menuseparator
27182 Settings
27183 \family default
27184  under 
27185 \family sans
27186 Document
27187 \begin_inset space ~
27188 \end_inset
27189
27190 Class
27191 \end_layout
27192
27193 \end_deeper
27194 \begin_layout Standard
27195
27196 \series bold
27197 fleqn
27198 \series default
27199  and 
27200 \series bold
27201 leqno
27202 \series default
27203  can also be used together.
27204  In this case both options are inserted, separated by a comma.
27205 \end_layout
27206
27207 \begin_layout Standard
27208 The chosen styles are used for all displayed formulas of the document.
27209  When both, centered and indented formulas should be created in a document,
27210  the style 
27211 \series bold
27212 Centered
27213 \series default
27214  is used.
27215  The indented formulas are then set in a flalign environment, see 
27216 \begin_inset CommandInset ref
27217 LatexCommand ref
27218 reference "sub:Flalign-Environment"
27219
27220 \end_inset
27221
27222 .
27223 \end_layout
27224
27225 \begin_layout Section
27226 Multiline Formulas
27227 \begin_inset CommandInset label
27228 LatexCommand label
27229 name "sec:Multiline-Formulas"
27230
27231 \end_inset
27232
27233
27234 \begin_inset Index
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238 Formula ! multiline
27239 \end_layout
27240
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \begin_layout Subsection
27247 General
27248 \end_layout
27249
27250 \begin_layout Standard
27251 In LyX multiline formulas are created by pressing 
27252 \family sans
27253 \series bold
27254 Ctrl-Return
27255 \family default
27256 \series default
27257  inside a formula.
27258  This creates an 
27259 \series bold
27260 align environment
27261 \series default
27262  that is described in 
27263 \begin_inset CommandInset ref
27264 LatexCommand ref
27265 reference "sub:Standard-align-Environment"
27266
27267 \end_inset
27268
27269 .
27270 \end_layout
27271
27272 \begin_layout Standard
27273 There are other multiline formula environments that can be created via the
27274  menu 
27275 \family sans
27276 Insert\SpecialChar \menuseparator
27277 Math
27278 \family default
27279 .
27280  These environments are described in the following sections.
27281 \end_layout
27282
27283 \begin_layout Standard
27284 In all multiline formula environments a new line is created by pressing
27285  
27286 \family sans
27287 Ctrl-Return
27288 \family default
27289 .
27290  To add or delete lines, the math toolbar buttons 
27291 \begin_inset Graphics
27292         filename ../images/tabular-feature_append-row.png
27293         scale 85
27294
27295 \end_inset
27296
27297  or 
27298 \begin_inset Graphics
27299         filename ../images/tabular-feature_delete-row.png
27300         scale 85
27301
27302 \end_inset
27303
27304 , respectively, or the menu 
27305 \family sans
27306 Edit\SpecialChar \menuseparator
27307 Rows & Columns
27308 \family default
27309  can be used.
27310 \end_layout
27311
27312 \begin_layout Subsubsection
27313 Line Separation
27314 \begin_inset CommandInset label
27315 LatexCommand label
27316 name "sub:Line-Separation"
27317
27318 \end_inset
27319
27320
27321 \begin_inset Index
27322 status collapsed
27323
27324 \begin_layout Plain Layout
27325 Formula ! multiline ! Line separation
27326 \end_layout
27327
27328 \end_inset
27329
27330
27331 \end_layout
27332
27333 \begin_layout Standard
27334 There is sometimes not enough space in multiline formulas between the lines:
27335 \begin_inset Formula \begin{eqnarray*}
27336 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}\\
27337 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*}
27338
27339 \end_inset
27340
27341
27342 \end_layout
27343
27344 \begin_layout Standard
27345 In LaTeX additional line space is specified as optional argument of the
27346  new line command.
27347  This is not yet possible in LyX
27348 \begin_inset Foot
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352 see 
27353 \begin_inset CommandInset href
27354 LatexCommand href
27355 name "LyX-bug #1505"
27356 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27357
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \end_inset
27364
27365 , therefore the whole formula must be inserted in TeX-mode.
27366  To add in our example space, the command 
27367 \series bold
27368
27369 \backslash
27370
27371 \backslash
27372 [3mm]
27373 \series default
27374  is inserted at the end of the first line.
27375  One gets: 
27376 \begin_inset ERT
27377 status collapsed
27378
27379 \begin_layout Plain Layout
27380
27381
27382 \backslash
27383 begin{eqnarray*}
27384 \end_layout
27385
27386 \begin_layout Plain Layout
27387
27388 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27389  = & 
27390 \backslash
27391 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27392 \backslash
27393
27394 \backslash
27395 [3mm]
27396 \end_layout
27397
27398 \begin_layout Plain Layout
27399
27400 4x^{2}
27401 \backslash
27402 left(B^{2}+x_{0}^{2}
27403 \backslash
27404 right)+4x_{0}x
27405 \backslash
27406 left(D-B^{2}
27407 \backslash
27408 right)+B^{2}
27409 \backslash
27410 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27411 \backslash
27412 right) & = & 0
27413 \end_layout
27414
27415 \begin_layout Plain Layout
27416
27417
27418 \backslash
27419 end{eqnarray*}
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Standard
27428 \begin_inset VSpace bigskip
27429 \end_inset
27430
27431 To set the the line separation for all lines in a formula, the length 
27432 \series bold
27433
27434 \backslash
27435 jot
27436 \series default
27437
27438 \begin_inset Index
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442 Commands ! J ! 
27443 \backslash
27444 jot
27445 \end_layout
27446
27447 \end_inset
27448
27449  is changed.
27450  The definition is: 
27451 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27452 \end_inset
27453
27454 .
27455  Predefined for 
27456 \series bold
27457
27458 \backslash
27459 jot
27460 \series default
27461  is the value 3
27462 \begin_inset space \thinspace{}
27463 \end_inset
27464
27465 pt.
27466  To create 3
27467 \begin_inset space \thinspace{}
27468 \end_inset
27469
27470 mm additional line separation as in the previous example, the command
27471 \end_layout
27472
27473 \begin_layout Standard
27474
27475 \series bold
27476
27477 \backslash
27478 setlength{
27479 \backslash
27480 jot}{3mm+3pt}
27481 \end_layout
27482
27483 \begin_layout Standard
27484 is inserted in TeX-mode before the formula.
27485  This requires that the LaTeX-package 
27486 \series bold
27487 calc
27488 \series default
27489
27490 \begin_inset Foot
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494
27495 \series bold
27496 calc
27497 \series default
27498  is part of every LaTeX standard installation.
27499 \end_layout
27500
27501 \end_inset
27502
27503
27504 \begin_inset Index
27505 status collapsed
27506
27507 \begin_layout Plain Layout
27508 Packages ! calc
27509 \end_layout
27510
27511 \end_inset
27512
27513  was loaded in LaTeX-preamble with the line
27514 \end_layout
27515
27516 \begin_layout Standard
27517
27518 \series bold
27519
27520 \backslash
27521 usepackage{calc}
27522 \end_layout
27523
27524 \begin_layout Standard
27525 One gets: 
27526 \begin_inset ERT
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530
27531
27532 \backslash
27533 setlength{
27534 \backslash
27535 jot}{3mm+3pt}
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \begin_inset Formula \begin{eqnarray*}
27542 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}\\
27543 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*}
27544
27545 \end_inset
27546
27547
27548 \end_layout
27549
27550 \begin_layout Standard
27551 \begin_inset ERT
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555
27556
27557 \backslash
27558 setlength{
27559 \backslash
27560 jot}{3pt}
27561 \end_layout
27562
27563 \end_inset
27564
27565  To get back to the predefined distance, 
27566 \series bold
27567
27568 \backslash
27569 jot
27570 \series default
27571  is set to the value 3
27572 \begin_inset space \thinspace{}
27573 \end_inset
27574
27575 pt.
27576 \end_layout
27577
27578 \begin_layout Subsubsection
27579 Column Separation
27580 \begin_inset CommandInset label
27581 LatexCommand label
27582 name "sub:Column-Separation"
27583
27584 \end_inset
27585
27586
27587 \begin_inset Index
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591 Formula ! multiline ! Column separation
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \begin_layout Standard
27600 Multiline formulas form a matrix.
27601  A formula in the eqnarray environment is for example a matrix with three
27602  columns.
27603  By changing the column separation in this environment, the space beside
27604  the relation sign can be changed.
27605 \end_layout
27606
27607 \begin_layout Standard
27608 The column separation is specified with the length 
27609 \series bold
27610
27611 \backslash
27612 arraycolsep
27613 \series default
27614
27615 \begin_inset Index
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619 Commands ! A ! 
27620 \backslash
27621 arraycolsep
27622 \end_layout
27623
27624 \end_inset
27625
27626  according to:
27627 \begin_inset Newline newline
27628 \end_inset
27629
27630 column separation = 2
27631 \begin_inset space \thinspace{}
27632 \end_inset
27633
27634
27635 \series bold
27636
27637 \backslash
27638 arraycolsep
27639 \series default
27640
27641 \begin_inset Newline newline
27642 \end_inset
27643
27644 Thus, the command
27645 \end_layout
27646
27647 \begin_layout Standard
27648
27649 \series bold
27650
27651 \backslash
27652 setlength{
27653 \backslash
27654 arraycolsep}{1cm}
27655 \end_layout
27656
27657 \begin_layout Standard
27658 inserted in TeX-mode, sets for all following formulas a column separation
27659  of 2
27660 \begin_inset space \thinspace{}
27661 \end_inset
27662
27663 cm.
27664  To get back to the predefined distance, 
27665 \series bold
27666
27667 \backslash
27668 arraycolsep
27669 \series default
27670  is set to 5
27671 \begin_inset space \thinspace{}
27672 \end_inset
27673
27674 pt.
27675 \end_layout
27676
27677 \begin_layout Standard
27678 A formula with 2
27679 \begin_inset space \thinspace{}
27680 \end_inset
27681
27682 cm column separation:
27683 \begin_inset ERT
27684 status collapsed
27685
27686 \begin_layout Plain Layout
27687
27688
27689 \backslash
27690 setlength{
27691 \backslash
27692 arraycolsep}{1cm}
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \begin_inset Formula \begin{eqnarray*}
27699 A & = & B\\
27700 C & \ne & A\end{eqnarray*}
27701
27702 \end_inset
27703
27704 A formula with the predefined column separation for matrices of 10
27705 \begin_inset space \thinspace{}
27706 \end_inset
27707
27708 pt:
27709 \begin_inset ERT
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713
27714
27715 \backslash
27716 setlength{
27717 \backslash
27718 arraycolsep}{5pt}
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \begin_inset Formula \begin{eqnarray*}
27725 A & = & B\\
27726 C & \ne & A\end{eqnarray*}
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Subsubsection
27734 Long Formulas
27735 \begin_inset Index
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739 Formula ! long
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Standard
27748 Long formulas can be typeset using these methods:
27749 \end_layout
27750
27751 \begin_layout Itemize
27752 When one side of the equation is much shorther than the line width, this
27753  one is chosen for the left side and the right side is typeset over two
27754  lines:
27755 \begin_inset ERT
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759
27760
27761 \backslash
27762 medskip
27763 \end_layout
27764
27765 \end_inset
27766
27767  
27768 \begin_inset Formula \begin{eqnarray}
27769 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 \\
27770  &  & -\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}
27771
27772 \end_inset
27773
27774
27775 \begin_inset ERT
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779
27780
27781 \backslash
27782 smallskip
27783 \end_layout
27784
27785 \end_inset
27786
27787
27788 \begin_inset Newline newline
27789 \end_inset
27790
27791 The minus sign at the beginning of the second line does normally not appear
27792  as operator because it is the first character of the line.
27793  Thus it would not be surrounded by space and could not be distinguished
27794  from the fraction bar.
27795  To avoid this, space was inserted behind the minus sign with the command
27796  
27797 \series bold
27798
27799 \backslash
27800 hspace{3pt}
27801 \series default
27802
27803 \begin_inset Foot
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 more about 
27808 \series bold
27809
27810 \backslash
27811 hspace
27812 \series default
27813  see 
27814 \begin_inset CommandInset ref
27815 LatexCommand ref
27816 reference "sub:Variable-Space"
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \begin_inset Index
27827 status collapsed
27828
27829 \begin_layout Plain Layout
27830 Commands ! H ! 
27831 \backslash
27832 hspace
27833 \end_layout
27834
27835 \end_inset
27836
27837 .
27838 \end_layout
27839
27840 \begin_layout Itemize
27841 When both sides of the equation are too long, the command 
27842 \series bold
27843
27844 \backslash
27845 lefteqn
27846 \series default
27847
27848 \begin_inset Index
27849 status collapsed
27850
27851 \begin_layout Plain Layout
27852 Commands ! L ! 
27853 \backslash
27854 lefteqn
27855 \end_layout
27856
27857 \end_inset
27858
27859  is used.
27860  It is inserted to the first column of the first line and effects that all
27861  further insertions overwrite the following columns:
27862 \begin_inset ERT
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866
27867
27868 \backslash
27869 medskip
27870 \end_layout
27871
27872 \end_inset
27873
27874
27875 \begin_inset Formula \begin{eqnarray}
27876 \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 \\
27877  &  & -\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 \\
27878  &  & =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}
27879
27880 \end_inset
27881
27882
27883 \begin_inset ERT
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887
27888
27889 \backslash
27890 smallskip
27891 \end_layout
27892
27893 \end_inset
27894
27895
27896 \begin_inset Newline newline
27897 \end_inset
27898
27899 After the insertion of 
27900 \series bold
27901
27902 \backslash
27903 lefteqn
27904 \series default
27905 , the cursor is in a purple box that is a bit shifted to the left from the
27906  blue one.
27907  In this the formula is inserted.
27908 \begin_inset ERT
27909 status collapsed
27910
27911 \begin_layout Plain Layout
27912
27913
27914 \backslash
27915 medskip
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \begin_inset Newline newline
27922 \end_inset
27923
27924 The content of the further lines is inserted to the second or another formula
27925  column.
27926  The greater the column number where it was inserted, the larger the indentation.
27927 \begin_inset ERT
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931
27932
27933 \backslash
27934 medskip
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \begin_inset Newline newline
27941 \end_inset
27942
27943
27944 \begin_inset Note Greyedout
27945 status open
27946
27947 \begin_layout Plain Layout
27948 Note the following when using 
27949 \series bold
27950
27951 \backslash
27952 lefteqn
27953 \series default
27954 :
27955 \end_layout
27956
27957 \begin_layout Itemize
27958 The formula doesn't use the full page width.
27959  When e.
27960 \begin_inset space \thinspace{}
27961 \end_inset
27962
27963 g.
27964 \begin_inset space ~
27965 \end_inset
27966
27967 the term 
27968 \begin_inset Formula $-B^{2}$
27969 \end_inset
27970
27971  is added to the first line in the above example, it would have been outside
27972  the page margin.
27973  To better use the width, negative space can be inserted at the beginning
27974  of the first line.
27975 \end_layout
27976
27977 \begin_layout Itemize
27978 Due to a bug in LyX the cursor cannot be set with the mouse into the first
27979  line.
27980 \begin_inset Foot
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984 \begin_inset CommandInset href
27985 LatexCommand href
27986 name "LyX-bug #1429"
27987 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \end_inset
27995
27996  One can only set the cursor at the beginning of the line and move it with
27997  the arrow keys.
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Itemize
28006 Other methods to set long formulas are offered by the environments described
28007  in 
28008 \begin_inset CommandInset ref
28009 LatexCommand ref
28010 reference "sub:Multline-Environment"
28011
28012 \end_inset
28013
28014  and 
28015 \begin_inset CommandInset ref
28016 LatexCommand ref
28017 reference "sub:Multiline-Formula-Parts"
28018
28019 \end_inset
28020
28021 .
28022 \end_layout
28023
28024 \begin_layout Subsubsection
28025 Multiline Brackets
28026 \begin_inset CommandInset label
28027 LatexCommand label
28028 name "sub:Multiline-Brackets"
28029
28030 \end_inset
28031
28032
28033 \begin_inset Index
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 Brackets ! for multiline expressions
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \begin_layout Standard
28046 For brackets spanning multiple lines the following problem occurs:
28047 \begin_inset Formula \begin{eqnarray*}
28048 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28049  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 The closing bracket is smaller than the opening bracket because brackets
28058  with variable size may not span multiple lines.
28059 \end_layout
28060
28061 \begin_layout Standard
28062 To set the bracket size for the second line correctly, the first line is
28063  ended with 
28064 \series bold
28065
28066 \backslash
28067 right.
28068 \series default
28069
28070 \begin_inset Index
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074 Commands ! R ! 
28075 \backslash
28076 right
28077 \end_layout
28078
28079 \end_inset
28080
28081  and the second line with 
28082 \series bold
28083
28084 \backslash
28085 left.
28086 \begin_inset Foot
28087 status collapsed
28088
28089 \begin_layout Plain Layout
28090 for more about 
28091 \series bold
28092
28093 \backslash
28094 left
28095 \series default
28096  and 
28097 \series bold
28098
28099 \backslash
28100 right
28101 \series default
28102  see 
28103 \begin_inset CommandInset ref
28104 LatexCommand ref
28105 reference "sub:Automatic-Bracket-Size"
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \series default
28116
28117 \begin_inset Index
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 Commands ! L ! 
28122 \backslash
28123 left
28124 \end_layout
28125
28126 \end_inset
28127
28128 .
28129  After 
28130 \series bold
28131
28132 \backslash
28133 left.
28134
28135 \series default
28136  the command 
28137 \series bold
28138
28139 \backslash
28140 vphantom
28141 \series default
28142
28143 \begin_inset ERT
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147
28148
28149 \backslash
28150 spce 
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \series bold
28157
28158 \backslash
28159 prod
28160 \series default
28161 ^
28162 \begin_inset ERT
28163 status collapsed
28164
28165 \begin_layout Plain Layout
28166
28167
28168 \backslash
28169 spce 
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \series bold
28176
28177 \backslash
28178 infty
28179 \series default
28180
28181 \begin_inset ERT
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185
28186
28187 \backslash
28188 spce 
28189 \end_layout
28190
28191 \end_inset
28192
28193
28194 \series bold
28195
28196 \begin_inset Formula $\downarrow$
28197 \end_inset
28198
28199 _R=1}
28200 \series default
28201
28202 \begin_inset Index
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 Commands ! V ! 
28207 \backslash
28208 vphantom
28209 \end_layout
28210
28211 \end_inset
28212
28213  is inserted, because the multiplication operator with its limits is the
28214  largest symbol in the first line and this should be the size for the bracket
28215  in the second line.
28216 \end_layout
28217
28218 \begin_layout Standard
28219 The result is this:
28220 \begin_inset Formula \begin{eqnarray*}
28221 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28222  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28223
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \begin_layout Subsection
28230 Align Environments
28231 \end_layout
28232
28233 \begin_layout Standard
28234 Align environments can be used for every kind of multiline formulas.
28235  They are specially useful to set several formulas side by side.
28236 \end_layout
28237
28238 \begin_layout Standard
28239 Align environments consist of columns.
28240  The odd columns are right aligned, the even ones left aligned.
28241  Every line in an Align environment can be numbered.
28242 \end_layout
28243
28244 \begin_layout Standard
28245 Align environments are created via the menu 
28246 \family sans
28247 Insert\SpecialChar \menuseparator
28248 Math
28249 \family default
28250 .
28251  With the menu 
28252 \family sans
28253 Edit\SpecialChar \menuseparator
28254 Math\SpecialChar \menuseparator
28255 Change Formula Type
28256 \family default
28257  already existing formulas can be converted to Align environments.
28258 \end_layout
28259
28260 \begin_layout Standard
28261 To add or delete columns, the math toolbar buttons 
28262 \begin_inset Graphics
28263         filename ../images/tabular-feature_append-column.png
28264         scale 85
28265
28266 \end_inset
28267
28268  or 
28269 \begin_inset Graphics
28270         filename ../images/tabular-feature_delete-column.png
28271         scale 85
28272
28273 \end_inset
28274
28275 , respectively, or the menu 
28276 \family sans
28277 Edit\SpecialChar \menuseparator
28278 Rows & Columns
28279 \family default
28280  can be used.
28281 \end_layout
28282
28283 \begin_layout Subsubsection
28284 Standard align Environment
28285 \begin_inset CommandInset label
28286 LatexCommand label
28287 name "sub:Standard-align-Environment"
28288
28289 \end_inset
28290
28291
28292 \begin_inset Index
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296 Formula ! multiline ! align environment
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305 This Align environment is created by presssing 
28306 \family sans
28307 Ctrl-Return
28308 \family default
28309  in a formula or by the menu 
28310 \family sans
28311 Insert\SpecialChar \menuseparator
28312 Math\SpecialChar \menuseparator
28313 AMS align Environment
28314 \family default
28315 .
28316 \end_layout
28317
28318 \begin_layout Standard
28319 An example for two formulas set side by side, that are created with a four
28320  column align environment:
28321 \begin_inset Formula \begin{align*}
28322 A & =\sin(B) & C & =D\\
28323 C & \ne A & B & \ne D\end{align*}
28324
28325 \end_inset
28326
28327 As it can be seen, the formulas in this environment are placed so as if
28328  there would be a 
28329 \series bold
28330
28331 \backslash
28332 hfill
28333 \begin_inset Foot
28334 status collapsed
28335
28336 \begin_layout Plain Layout
28337 more about 
28338 \series bold
28339
28340 \backslash
28341 hfill
28342 \series default
28343  see 
28344 \begin_inset CommandInset ref
28345 LatexCommand ref
28346 reference "sub:Variable-Space"
28347
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \series default
28357  before the first and after every even column.
28358  When the formula style 
28359 \series bold
28360 Indented
28361 \begin_inset Foot
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365 formula styles see 
28366 \begin_inset CommandInset ref
28367 LatexCommand ref
28368 reference "sec:Formula-Styles"
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \end_inset
28376
28377
28378 \series default
28379  is used, the formula is set without the 
28380 \series bold
28381
28382 \backslash
28383 hfill
28384 \series default
28385  before the first column.
28386 \end_layout
28387
28388 \begin_layout Subsubsection
28389 Alignat Environment
28390 \begin_inset Index
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394 Formula ! multiline ! alignat environment
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Standard
28403 The alignat environment has no predefined column separation.
28404  It can be inserted manually with the spaces that are described 
28405 \begin_inset CommandInset ref
28406 LatexCommand ref
28407 reference "sub:Space"
28408
28409 \end_inset
28410
28411 .
28412 \end_layout
28413
28414 \begin_layout Standard
28415 The above example in the alignat environment where 1
28416 \begin_inset space \thinspace{}
28417 \end_inset
28418
28419 cm space was inserted at the beginning of the second formula:
28420 \begin_inset Formula \begin{alignat*}{2}
28421 A & =\sin(B) & \hspace{1cm}C & =D\\
28422 C & \ne A & B & \ne D\end{alignat*}
28423
28424 \end_inset
28425
28426 Because the column separation can be set separately for every column, this
28427  environment is especially suitable to set three and more formulas side
28428  by side.
28429 \end_layout
28430
28431 \begin_layout Subsubsection
28432 Flalign Environment
28433 \begin_inset CommandInset label
28434 LatexCommand label
28435 name "sub:Flalign-Environment"
28436
28437 \end_inset
28438
28439
28440 \begin_inset Index
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444 Formula ! multiline ! flalign environment
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 In this environment the first two columns are always set as much as possible
28454  to the left and the last two ones to the right.
28455  An example:
28456 \begin_inset Formula \begin{flalign*}
28457 A & =1 & B & =2 & C & =3\\
28458 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \begin_layout Standard
28466 By creating a flalign environment with an odd number of columns where an
28467  empty TeX-brace is inserted to the last column, several formulas in a document
28468  can be set to the left, although the formula style 
28469 \series bold
28470 Centered
28471 \series default
28472  is used.
28473  As example the indented formula 
28474 \begin_inset CommandInset ref
28475 LatexCommand eqref
28476 reference "eq:VolInt"
28477
28478 \end_inset
28479
28480 :
28481 \begin_inset Formula \begin{flalign}
28482 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28483
28484 \end_inset
28485
28486 The first two columns contain the formula.
28487  To indent it as with the formula style 
28488 \series bold
28489 Indented
28490 \series default
28491 , 30
28492 \begin_inset space \thinspace{}
28493 \end_inset
28494
28495 pt space was inserted at the beginning of the first column.
28496 \end_layout
28497
28498 \begin_layout Subsection
28499 Eqnarray Environment
28500 \begin_inset Index
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 Formula ! multiline ! eqnarray environment
28505 \end_layout
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 When this environment has been created, three blue boxes appear.
28514  The content of the first box is right aligned, the content of the last
28515  one left aligned.
28516  The content of the middle box appears centered and a bit smaller, because
28517  it is designed to insert there only relation characters.
28518 \begin_inset Formula \begin{eqnarray*}
28519 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28520 AB & AB & AB\\
28521 A & = & A\end{eqnarray*}
28522
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \begin_layout Subsection
28529 Gather Environment
28530 \begin_inset Index
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534 Formula ! multiline ! gather environment
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 This environment consists of only one centered column.
28544  Every line can be numbered.
28545 \begin_inset Formula \begin{gather}
28546 A=1\\
28547 X=\textrm{-}1\end{gather}
28548
28549 \end_inset
28550
28551
28552 \end_layout
28553
28554 \begin_layout Subsection
28555 Multline Environment
28556 \begin_inset CommandInset label
28557 LatexCommand label
28558 name "sub:Multline-Environment"
28559
28560 \end_inset
28561
28562
28563 \begin_inset Index
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567 Formula ! multiline ! multline environment
28568 \end_layout
28569
28570 \end_inset
28571
28572
28573 \end_layout
28574
28575 \begin_layout Standard
28576 The multline environment consists, like the gather environment, of only
28577  one column.
28578  But the first line is left aligned, the last one right aligned.
28579  All other lines are centered.
28580  Therefore this environment is suitable for long formulas.
28581  As example formula 
28582 \begin_inset CommandInset ref
28583 LatexCommand eqref
28584 reference "eq:lefteqn"
28585
28586 \end_inset
28587
28588  in the multline environment:
28589 \begin_inset Formula \begin{multline}
28590 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}\\
28591 -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}\\
28592 =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}
28593
28594 \end_inset
28595
28596
28597 \end_layout
28598
28599 \begin_layout Standard
28600 In the output only the last (first) line of a multline environment appears
28601  numbered when the document numbering is right (left).
28602 \begin_inset Foot
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606 numbering styles see 
28607 \begin_inset CommandInset ref
28608 LatexCommand ref
28609 reference "sec:Formula-Styles"
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \begin_layout Standard
28622 With the commands 
28623 \series bold
28624
28625 \backslash
28626 shoveright
28627 \begin_inset Index
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 Commands ! S ! 
28632 \backslash
28633 shoveright
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \series default
28640  and 
28641 \series bold
28642
28643 \backslash
28644 shoveleft
28645 \begin_inset Index
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649 Commands ! S ! 
28650 \backslash
28651 shoveleft
28652 \end_layout
28653
28654 \end_inset
28655
28656
28657 \series default
28658  a centered line can be right or left aligned, respectively.
28659  The commands are used as follows:
28660 \end_layout
28661
28662 \begin_layout Standard
28663
28664 \series bold
28665
28666 \backslash
28667 shoveright{line content}
28668 \series default
28669  and 
28670 \series bold
28671
28672 \backslash
28673 shoveleft{line content}
28674 \end_layout
28675
28676 \begin_layout Standard
28677 \begin_inset VSpace medskip
28678 \end_inset
28679
28680 The length 
28681 \series bold
28682
28683 \backslash
28684 multlinegap
28685 \begin_inset Index
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 Commands ! M ! 
28690 \backslash
28691 multlinegap
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \series default
28698  specifies the distance of the first line from the left page margin.
28699  Predefined is the length 0
28700 \begin_inset space \thinspace{}
28701 \end_inset
28702
28703 pt.
28704 \end_layout
28705
28706 \begin_layout Standard
28707 As example the above formula where the command
28708 \end_layout
28709
28710 \begin_layout Standard
28711
28712 \series bold
28713
28714 \backslash
28715 setlength{
28716 \backslash
28717 multlinegap}{2cm}
28718 \end_layout
28719
28720 \begin_layout Standard
28721 was inserted in TeX-mode before:
28722 \begin_inset ERT
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726
28727
28728 \backslash
28729 setlength{
28730 \backslash
28731 multlinegap}{2cm}
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \begin_inset Formula \begin{multline}
28738 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}\\
28739 \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}}\\
28740 =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}
28741
28742 \end_inset
28743
28744
28745 \begin_inset ERT
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749
28750
28751 \backslash
28752 setlength{
28753 \backslash
28754 multlinegap}{0pt}
28755 \end_layout
28756
28757 \end_inset
28758
28759 The second line was left aligned using 
28760 \series bold
28761
28762 \backslash
28763 shoveleft
28764 \series default
28765 .
28766 \end_layout
28767
28768 \begin_layout Subsection
28769 Multiline Formula Parts
28770 \begin_inset CommandInset label
28771 LatexCommand label
28772 name "sub:Multiline-Formula-Parts"
28773
28774 \end_inset
28775
28776
28777 \begin_inset Index
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781 Formula ! multiline ! formula parts
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \end_layout
28788
28789 \begin_layout Standard
28790 To display only parts of a formula with multiple lines, one of the following
28791  environments are used: 
28792 \series bold
28793 aligned
28794 \series default
28795
28796 \series bold
28797 alignedat
28798 \series default
28799
28800 \series bold
28801 gathered
28802 \series default
28803  or 
28804 \series bold
28805 split
28806 \series default
28807 .
28808  They can be inserted via the menu 
28809 \family sans
28810 Insert\SpecialChar \menuseparator
28811 Math
28812 \family default
28813  or by using the commands described in this section.
28814 \end_layout
28815
28816 \begin_layout Standard
28817 The first three have the same properties as the corresponding multiline
28818  formula environments, but it is possible to set further formula parts beside
28819  them.
28820  An example:
28821 \begin_inset Formula \[
28822 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28823 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28824 \right\} \textrm{Uncertainty relations}\]
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Standard
28832 To get this formula, a displayed formula is created where the command 
28833 \series bold
28834
28835 \backslash
28836 aligned
28837 \begin_inset Index
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841 Commands ! A ! 
28842 \backslash
28843 aligned
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \series default
28850  is inserted.
28851  A purple box appears around the blue formula box where now columns and
28852  lines can be added.
28853  Outside the multiline environment other formula parts can be set, like
28854  the brace.
28855 \end_layout
28856
28857 \begin_layout Standard
28858 The aligned environment is also suitable for long formulas whose lines are
28859  horizontally aligned.
28860  Using aligned in a displayed formula has the advantage that the formula
28861  number is vertically centered behind the lines.
28862  As example formula 
28863 \begin_inset CommandInset ref
28864 LatexCommand eqref
28865 reference "eq:kurzlang"
28866
28867 \end_inset
28868
28869  in the aligned environment:
28870 \begin_inset Formula \begin{equation}
28871 \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}|}\\
28872  & -\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}
28873 \end{equation}
28874
28875 \end_inset
28876
28877
28878 \end_layout
28879
28880 \begin_layout Standard
28881 To use the environments 
28882 \series bold
28883 alignedat
28884 \series default
28885
28886 \series bold
28887 gathered
28888 \series default
28889 , or 
28890 \series bold
28891 split
28892 \series default
28893 , the command 
28894 \series bold
28895
28896 \backslash
28897 alignedat
28898 \series default
28899 ,
28900 \begin_inset Index
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 Commands ! A ! 
28905 \backslash
28906 alignedat
28907 \end_layout
28908
28909 \end_inset
28910
28911  
28912 \series bold
28913
28914 \backslash
28915 gathered
28916 \series default
28917
28918 \begin_inset Index
28919 status collapsed
28920
28921 \begin_layout Plain Layout
28922 Commands ! G ! 
28923 \backslash
28924 gathered
28925 \end_layout
28926
28927 \end_inset
28928
28929 , or 
28930 \series bold
28931
28932 \backslash
28933 split
28934 \series default
28935
28936 \begin_inset Index
28937 status collapsed
28938
28939 \begin_layout Plain Layout
28940 Commands ! S ! 
28941 \backslash
28942 split
28943 \end_layout
28944
28945 \end_inset
28946
28947  are inserted, respectively.
28948  The split environment has the same properties as the aligned environment
28949  but it can only have two columns.
28950 \end_layout
28951
28952 \begin_layout Subsection
28953 Text in multiline Formulas
28954 \begin_inset CommandInset label
28955 LatexCommand label
28956 name "sub:Text-in-multiline"
28957
28958 \end_inset
28959
28960
28961 \begin_inset Index
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 Text ! in formulas
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \begin_inset Index
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 Formula ! multiline ! text
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \end_layout
28982
28983 \begin_layout Standard
28984 In the Align environments, and the multline and gather environment, text
28985  can be inserted that will appear in a separate line and doesn't affect
28986  the column alignment.
28987  To do this, the command 
28988 \series bold
28989
28990 \backslash
28991 intertext
28992 \begin_inset Index
28993 status collapsed
28994
28995 \begin_layout Plain Layout
28996 Commands ! I ! 
28997 \backslash
28998 intertext
28999 \end_layout
29000
29001 \end_inset
29002
29003
29004 \series default
29005  is used in the following scheme:
29006 \end_layout
29007
29008 \begin_layout Standard
29009
29010 \series bold
29011
29012 \backslash
29013 intertext{text}
29014 \end_layout
29015
29016 \begin_layout Standard
29017 The text should not be longer than a line because it cannot be hyphenated.
29018  As LyX doesn't yet support 
29019 \series bold
29020
29021 \backslash
29022 intertext
29023 \series default
29024  directly, the text is written as mathematical text.
29025  
29026 \series bold
29027
29028 \backslash
29029 intertext
29030 \series default
29031  must hereby be at the beginning of a line and appears in the output above
29032  this line.
29033  An example where the text was inserted at the beginning of the second line:
29034 \begin_inset Formula \begin{align}
29035 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29036 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Section
29044 Formula Numbering
29045 \begin_inset Index
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049 Formula numbering
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \begin_inset Index
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059 Formula ! numbering|see
29060 \begin_inset ERT
29061 status collapsed
29062
29063 \begin_layout Plain Layout
29064
29065 {
29066 \end_layout
29067
29068 \end_inset
29069
29070 Formula numbering
29071 \begin_inset ERT
29072 status collapsed
29073
29074 \begin_layout Plain Layout
29075
29076 }
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \begin_layout Subsection
29090 General
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Numbered formulas can be created with the menu 
29095 \family sans
29096 Insert\SpecialChar \menuseparator
29097 Math\SpecialChar \menuseparator
29098 Numbered
29099 \begin_inset space ~
29100 \end_inset
29101
29102 Formula
29103 \family default
29104  (shortcut 
29105 \family sans
29106 Ctrl-Alt
29107 \begin_inset space ~
29108 \end_inset
29109
29110 n
29111 \family default
29112 ).
29113  Existing formulas can be numbered with the menu 
29114 \family sans
29115 Edit\SpecialChar \menuseparator
29116 Math\SpecialChar \menuseparator
29117 Toggle
29118 \begin_inset space ~
29119 \end_inset
29120
29121 Numbering
29122 \family default
29123  (shortcut 
29124 \family sans
29125 Alt-m
29126 \begin_inset space ~
29127 \end_inset
29128
29129 n
29130 \family default
29131 ).
29132  The formula number is displayed in LyX behind the formula as number sign
29133  in parentheses.
29134  The number sign is replaced in the output by the formula number.
29135 \end_layout
29136
29137 \begin_layout Standard
29138 When numbering is turned on in multiline formulas, all lines will be numbered.
29139  But the numbering can be controlled with the menu 
29140 \family sans
29141 Edit\SpecialChar \menuseparator
29142 Math\SpecialChar \menuseparator
29143 Toggle
29144 \begin_inset space ~
29145 \end_inset
29146
29147 Numbering
29148 \begin_inset space ~
29149 \end_inset
29150
29151 of
29152 \begin_inset space ~
29153 \end_inset
29154
29155 Line
29156 \family default
29157  (shortcut 
29158 \family sans
29159 Alt-m
29160 \begin_inset space ~
29161 \end_inset
29162
29163 N
29164 \family default
29165 ) for every line.
29166 \end_layout
29167
29168 \begin_layout Standard
29169 Except of inline formulas, all formulas can be numbered with two different
29170  styles, see 
29171 \begin_inset CommandInset ref
29172 LatexCommand ref
29173 reference "sec:Formula-Styles"
29174
29175 \end_inset
29176
29177 .
29178 \end_layout
29179
29180 \begin_layout Subsection
29181 Cross-References
29182 \begin_inset CommandInset label
29183 LatexCommand label
29184 name "sub:Cross-References"
29185
29186 \end_inset
29187
29188
29189 \begin_inset Index
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 Cross-references ! to formulas
29194 \end_layout
29195
29196 \end_inset
29197
29198
29199 \end_layout
29200
29201 \begin_layout Standard
29202 All labeled formulas can be cross-referenced.
29203  A label is added by the menu 
29204 \family sans
29205 Insert\SpecialChar \menuseparator
29206 Label
29207 \family default
29208  or the toolbar button 
29209 \begin_inset Graphics
29210         filename ../images/label-insert.png
29211         scale 85
29212
29213 \end_inset
29214
29215 .
29216  The cursor must hereby be inside a displayed formula.
29217  A dialog pops up displaying the prefix 
29218 \series bold
29219 eq:
29220 \series default
29221  in a text field.
29222  The label is inserted there behind the prefix.
29223  The predefined prefix means 
29224 \begin_inset Quotes eld
29225 \end_inset
29226
29227 equation
29228 \begin_inset Quotes erd
29229 \end_inset
29230
29231  and makes it easier to find labels in large documents because it marks
29232  it as formula label to divide it from e.
29233 \begin_inset space \thinspace{}
29234 \end_inset
29235
29236 g.
29237 \begin_inset space ~
29238 \end_inset
29239
29240 section labels.
29241  To change a label, the menu 
29242 \family sans
29243 Insert\SpecialChar \menuseparator
29244 Label
29245 \family default
29246  is used again.
29247 \end_layout
29248
29249 \begin_layout Standard
29250 The name of the label is displayed in LyX within two parentheses behind
29251  formula.
29252  A formula with a label is always numbered.
29253 \end_layout
29254
29255 \begin_layout Standard
29256 Cross-references are inserted via the menu 
29257 \family sans
29258 Insert\SpecialChar \menuseparator
29259 Cross-Reference
29260 \family default
29261  or with the toolbar button 
29262 \begin_inset Graphics
29263         filename ../images/dialog-show-new-inset_ref.png
29264         scale 85
29265
29266 \end_inset
29267
29268 .
29269  A formula cross-reference appears in the output as formula number.
29270  When in the cross-reference dialog window the format 
29271 \series bold
29272 (<reference>)
29273 \series default
29274  is chosen, the cross-reference appears in the output as formula number
29275  in parentheses.
29276 \begin_inset Newline newline
29277 \end_inset
29278
29279 By right-clicking on a cross-reference in LyX, one jumps to the formula
29280  that is referenced.
29281 \end_layout
29282
29283 \begin_layout Standard
29284 Here are as examples cross-references to formulas of the following subsections:
29285 \begin_inset Note Note
29286 status open
29287
29288 \begin_layout Plain Layout
29289 Note the different cross-reference types.
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 The equations 
29299 \begin_inset CommandInset ref
29300 LatexCommand eqref
29301 reference "eq:tag"
29302
29303 \end_inset
29304
29305  and 
29306 \begin_inset CommandInset ref
29307 LatexCommand eqref
29308 reference "eq:c"
29309
29310 \end_inset
29311
29312  are equivalent.
29313  In (
29314 \begin_inset CommandInset ref
29315 LatexCommand ref
29316 reference "eq:Lat"
29317
29318 \end_inset
29319
29320 ) big Latin letters are used for the numbering in contrary to (
29321 \begin_inset CommandInset ref
29322 LatexCommand ref
29323 reference "eq:Rom"
29324
29325 \end_inset
29326
29327 ).
29328 \end_layout
29329
29330 \begin_layout Standard
29331 \begin_inset VSpace medskip
29332 \end_inset
29333
29334 When the argument of 
29335 \series bold
29336
29337 \backslash
29338 tag
29339 \begin_inset Foot
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343
29344 \series bold
29345
29346 \backslash
29347 tag
29348 \series default
29349  is described in 
29350 \begin_inset CommandInset ref
29351 LatexCommand ref
29352 reference "sub:User-defined-Numbering"
29353
29354 \end_inset
29355
29356 .
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \series default
29363  contains a box like in 
29364 \begin_inset CommandInset ref
29365 LatexCommand ref
29366 reference "sub:Paragraph-Boxes"
29367
29368 \end_inset
29369
29370 , the formula cannot be referenced.
29371 \end_layout
29372
29373 \begin_layout Subsection
29374 Subnumbering
29375 \begin_inset Index
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379 Formula numbering ! subnumbering
29380 \end_layout
29381
29382 \end_inset
29383
29384
29385 \end_layout
29386
29387 \begin_layout Standard
29388 With the help of the commands 
29389 \series bold
29390
29391 \backslash
29392 begin{subequations}
29393 \series default
29394  and 
29395 \series bold
29396
29397 \backslash
29398 end{subequations}
29399 \series default
29400  formulas can be subnumbered.
29401  Both commands are inserted in TeX-mode.
29402 \end_layout
29403
29404 \begin_layout Standard
29405 An example:
29406 \begin_inset Formula \begin{equation}
29407 A=C-B\label{eq:a}\end{equation}
29408
29409 \end_inset
29410
29411
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417
29418 \backslash
29419 addtocounter{equation}{-1}
29420 \end_layout
29421
29422 \end_inset
29423
29424
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430
29431 \backslash
29432 begin{subequations}
29433 \end_layout
29434
29435 \end_inset
29436
29437
29438 \begin_inset VSpace -5mm
29439 \end_inset
29440
29441
29442 \begin_inset Formula \begin{equation}
29443 B=C-A\label{eq:b}\end{equation}
29444
29445 \end_inset
29446
29447
29448 \begin_inset Formula \begin{equation}
29449 C=A+B\label{eq:c}\end{equation}
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \begin_layout Standard
29457 \begin_inset ERT
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461
29462
29463 \backslash
29464 end{subequations}
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \begin_layout Standard
29473 To create the example, the following is done:
29474 \end_layout
29475
29476 \begin_layout Enumerate
29477 first formula is inserted
29478 \end_layout
29479
29480 \begin_layout Enumerate
29481
29482 \series bold
29483
29484 \backslash
29485 addtocounter{equation}{-1} 
29486 \backslash
29487 begin{subequations}
29488 \begin_inset Index
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 Commands ! A ! 
29493 \backslash
29494 addtocounter
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \begin_inset Newline newline
29501 \end_inset
29502
29503
29504 \series default
29505 is inserted after the first formula
29506 \end_layout
29507
29508 \begin_layout Enumerate
29509 second formula is inserted
29510 \end_layout
29511
29512 \begin_layout Enumerate
29513 third formula is inserted
29514 \end_layout
29515
29516 \begin_layout Enumerate
29517
29518 \series bold
29519
29520 \backslash
29521 end{subequations}
29522 \series default
29523  is inserted after the third formula
29524 \end_layout
29525
29526 \begin_layout Standard
29527 Every formula between the commands 
29528 \series bold
29529
29530 \backslash
29531 begin
29532 \series default
29533  and 
29534 \series bold
29535
29536 \backslash
29537 end
29538 \series default
29539  is subnumbered as a, b, 
29540 \begin_inset Newline linebreak
29541 \end_inset
29542
29543 c, \SpecialChar \ldots{}
29544  For multiline formulas every line will be subnumbered.
29545  All subnumbered formulas are treated as 
29546 \emph on
29547 one
29548 \emph default
29549  numbered formula.
29550  But as every numbered formula increases the counter 
29551 \series bold
29552 equation
29553 \series default
29554  by one, the command 
29555 \series bold
29556
29557 \backslash
29558 addtocounter
29559 \series default
29560  is needed to decrease it.
29561  Otherwise the formulas 
29562 \begin_inset CommandInset ref
29563 LatexCommand eqref
29564 reference "eq:a"
29565
29566 \end_inset
29567
29568
29569 \begin_inset CommandInset ref
29570 LatexCommand eqref
29571 reference "eq:b"
29572
29573 \end_inset
29574
29575
29576 \begin_inset CommandInset ref
29577 LatexCommand eqref
29578 reference "eq:c"
29579
29580 \end_inset
29581
29582  would be numbered as 
29583 \begin_inset CommandInset ref
29584 LatexCommand eqref
29585 reference "eq:a"
29586
29587 \end_inset
29588
29589
29590 \begin_inset CommandInset ref
29591 LatexCommand eqref
29592 reference "eq:d"
29593
29594 \end_inset
29595
29596
29597 \begin_inset CommandInset ref
29598 LatexCommand eqref
29599 reference "eq:f"
29600
29601 \end_inset
29602
29603 .
29604 \end_layout
29605
29606 \begin_layout Standard
29607 By inserting the commands in TeX-mode, a space is created between the first
29608  two formulas.
29609  To revert this -5
29610 \begin_inset space \thinspace{}
29611 \end_inset
29612
29613 mm vertical space is inserted after the command 
29614 \series bold
29615
29616 \backslash
29617 begin{subequations}
29618 \series default
29619 .
29620  When the formula style 
29621 \series bold
29622 Indented
29623 \begin_inset Foot
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627 formula styles see 
29628 \begin_inset CommandInset ref
29629 LatexCommand ref
29630 reference "sec:Formula-Styles"
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \series default
29641  is used, -7
29642 \begin_inset space \thinspace{}
29643 \end_inset
29644
29645 mm space is inserted instead.
29646 \end_layout
29647
29648 \begin_layout Standard
29649 Here is an example for a multiline formula where the numbering was turned
29650  off for the second line:
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656
29657 \backslash
29658 begin{subequations}
29659 \end_layout
29660
29661 \end_inset
29662
29663
29664 \begin_inset Formula \begin{eqnarray}
29665 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29666  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29667  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29668
29669 \end_inset
29670
29671
29672 \begin_inset ERT
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676
29677
29678 \backslash
29679 end{subequations}
29680 \end_layout
29681
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \begin_layout Subsection
29688 User-defined Numbering
29689 \begin_inset CommandInset label
29690 LatexCommand label
29691 name "sub:User-defined-Numbering"
29692
29693 \end_inset
29694
29695
29696 \begin_inset Index
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700 Formula numbering ! user-defined
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \begin_layout Standard
29709 \begin_inset Index
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 Formula numbering ! self-defined delimiters
29714 \end_layout
29715
29716 \end_inset
29717
29718 With the standard numbering parentheses are set around the formula number.
29719  To replace the parentheses for example by vertical bars, the following
29720  line is added to the LaTeX-preamble:
29721 \end_layout
29722
29723 \begin_layout Standard
29724
29725 \series bold
29726
29727 \backslash
29728 def
29729 \backslash
29730 tagform@#1{
29731 \backslash
29732 maketag@@@{|#1|}}
29733 \series default
29734
29735 \begin_inset Note Note
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 This macro is already declared in the LaTeX-preamble for testing.
29740  To activate it, remove the percent sign at the beginning.
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \begin_layout Standard
29749 To use other characters, the vertical bars besides the 
29750 \series bold
29751 #1
29752 \series default
29753  are replaced by one ore more characters.
29754  To get only the formula number the vertical bars are omitted.
29755 \end_layout
29756
29757 \begin_layout Standard
29758 \begin_inset VSpace bigskip
29759 \end_inset
29760
29761 When there should be an expression of your choice instead of the consecutive
29762  formula number in parentheses behind the formula, the command 
29763 \series bold
29764
29765 \backslash
29766 tag
29767 \series default
29768
29769 \begin_inset Index
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 Commands ! T ! 
29774 \backslash
29775 tag
29776 \end_layout
29777
29778 \end_inset
29779
29780  is used:
29781 \begin_inset Formula \begin{equation}
29782 A+B=C\tag{something}\label{eq:tag}\end{equation}
29783
29784 \end_inset
29785
29786 In this example the command 
29787 \series bold
29788
29789 \backslash
29790 tag
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796
29797 \backslash
29798 spce 
29799 \end_layout
29800
29801 \end_inset
29802
29803 something
29804 \series default
29805  was inserted to the formula.
29806 \end_layout
29807
29808 \begin_layout Standard
29809 When the command 
29810 \series bold
29811
29812 \backslash
29813 tag*
29814 \begin_inset ERT
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818
29819
29820 \backslash
29821 spce 
29822 \end_layout
29823
29824 \end_inset
29825
29826 something
29827 \series default
29828  is inserted instead, the star prevents the parentheses around the expression:
29829 \begin_inset Formula \[
29830 A+B=C\tag*{something}\]
29831
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \begin_layout Standard
29838 \begin_inset VSpace bigskip
29839 \end_inset
29840
29841 To restart the formula numbering with new document parts or sections, the
29842  following command is used:
29843 \end_layout
29844
29845 \begin_layout Standard
29846
29847 \series bold
29848
29849 \backslash
29850 @addtoreset{equation}{part}
29851 \series default
29852
29853 \begin_inset Index
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857 Commands ! 
29858 \begin_inset ERT
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862
29863 "
29864 \end_layout
29865
29866 \end_inset
29867
29868 @
29869 \begin_inset ERT
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873
29874 "
29875 \end_layout
29876
29877 \end_inset
29878
29879  ! 
29880 \backslash
29881
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887 "
29888 \end_layout
29889
29890 \end_inset
29891
29892 @
29893 \begin_inset ERT
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897
29898 "
29899 \end_layout
29900
29901 \end_inset
29902
29903 addtoreset
29904 \end_layout
29905
29906 \end_inset
29907
29908
29909 \begin_inset Newline newline
29910 \end_inset
29911
29912 resp.
29913 \begin_inset Newline newline
29914 \end_inset
29915
29916
29917 \series bold
29918
29919 \backslash
29920 @addtoreset{equation}{section}
29921 \end_layout
29922
29923 \begin_layout Standard
29924 To be able to use these commands in TeX-mode, the 
29925 \begin_inset Quotes eld
29926 \end_inset
29927
29928 @
29929 \begin_inset Quotes erd
29930 \end_inset
29931
29932  character has to be made 
29933 \begin_inset Quotes eld
29934 \end_inset
29935
29936 active
29937 \begin_inset Quotes erd
29938 \end_inset
29939
29940  for LaTeX using the command 
29941 \series bold
29942
29943 \backslash
29944 makeatletter.
29945
29946 \series default
29947  The command 
29948 \series bold
29949
29950 \backslash
29951 makeatother
29952 \series default
29953  reverts this.
29954  So the command sequence in TeX-mode is:
29955 \end_layout
29956
29957 \begin_layout Standard
29958
29959 \series bold
29960
29961 \backslash
29962 makeatletter
29963 \begin_inset Newline newline
29964 \end_inset
29965
29966
29967 \backslash
29968 @addtoreset{equation}{section}
29969 \begin_inset Newline newline
29970 \end_inset
29971
29972
29973 \backslash
29974 makeatother
29975 \end_layout
29976
29977 \begin_layout Standard
29978 In the LaTeX-preamble 
29979 \series bold
29980
29981 \backslash
29982 makeatletter
29983 \series default
29984  and 
29985 \series bold
29986
29987 \backslash
29988 makeatother
29989 \series default
29990  can be omitted as they are automatically internally inserted by LyX.
29991 \end_layout
29992
29993 \begin_layout Standard
29994 To revert 
29995 \series bold
29996
29997 \backslash
29998 @addtoreset
29999 \series default
30000 , the file 
30001 \series bold
30002 remreset.sty
30003 \series default
30004
30005 \begin_inset Foot
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010 \series bold
30011 remreset
30012 \series default
30013  is part of the LaTeX-package 
30014 \series bold
30015 carlisle
30016 \series default
30017
30018 \begin_inset Index
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022 Packages ! carlisle
30023 \end_layout
30024
30025 \end_inset
30026
30027  that is part of every LaTeX standard installation.
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \begin_inset Index
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037 Packages ! remreset
30038 \end_layout
30039
30040 \end_inset
30041
30042  has to be loaded in the LaTeX-preamble with the line
30043 \end_layout
30044
30045 \begin_layout Standard
30046
30047 \series bold
30048
30049 \backslash
30050 usepackage{remreset}
30051 \end_layout
30052
30053 \begin_layout Standard
30054 Then the command 
30055 \series bold
30056
30057 \backslash
30058 @removefromreset
30059 \series default
30060
30061 \begin_inset Index
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 Commands ! 
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071 "
30072 \end_layout
30073
30074 \end_inset
30075
30076 @
30077 \begin_inset ERT
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081
30082 "
30083 \end_layout
30084
30085 \end_inset
30086
30087  ! 
30088 \backslash
30089
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095 "
30096 \end_layout
30097
30098 \end_inset
30099
30100 @
30101 \begin_inset ERT
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105
30106 "
30107 \end_layout
30108
30109 \end_inset
30110
30111 removefromreset
30112 \end_layout
30113
30114 \end_inset
30115
30116  can be used with the same scheme as 
30117 \series bold
30118
30119 \backslash
30120 @addtoreset
30121 \series default
30122 .
30123 \end_layout
30124
30125 \begin_layout Standard
30126 \begin_inset VSpace bigskip
30127 \end_inset
30128
30129 Sometimes formulas should be numbered in the following form:
30130 \end_layout
30131
30132 \begin_layout Standard
30133
30134 \family typewriter
30135 (section number.formula number)
30136 \end_layout
30137
30138 \begin_layout Standard
30139 The formula number should start with every section with 
30140 \begin_inset Quotes eld
30141 \end_inset
30142
30143 1
30144 \begin_inset Quotes erd
30145 \end_inset
30146
30147 .
30148 \end_layout
30149
30150 \begin_layout Standard
30151 For this case there is the command 
30152 \series bold
30153
30154 \backslash
30155 numberwithin
30156 \series default
30157
30158 \begin_inset Index
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162 Commands ! N ! 
30163 \backslash
30164 numberwithin
30165 \end_layout
30166
30167 \end_inset
30168
30169 , which is used with the following scheme:
30170 \end_layout
30171
30172 \begin_layout Standard
30173
30174 \series bold
30175
30176 \backslash
30177 numberwithin{counter}{sectioning}
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Counter denotes what kind of numbering is affected, sectioning denotes what
30182  number is before the dot.
30183 \end_layout
30184
30185 \begin_layout Standard
30186 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30187 \end_layout
30188
30189 \begin_layout Standard
30190
30191 \series bold
30192
30193 \backslash
30194 numberwithin{equation}{section}
30195 \end_layout
30196
30197 \begin_layout Standard
30198 This is the result:
30199 \begin_inset ERT
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203
30204
30205 \backslash
30206 numberwithin{equation}{section}
30207 \end_layout
30208
30209 \end_inset
30210
30211
30212 \begin_inset Formula \begin{equation}
30213 A+B=C\end{equation}
30214
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \begin_layout Standard
30221 To number e.
30222 \begin_inset space \thinspace{}
30223 \end_inset
30224
30225 g.
30226 \begin_inset space ~
30227 \end_inset
30228
30229 tables so that the number of the part is the sectioning,
30230 \begin_inset Newline newline
30231 \end_inset
30232
30233
30234 \series bold
30235
30236 \backslash
30237 numberwithin{table}{part}
30238 \series default
30239  is used.
30240 \end_layout
30241
30242 \begin_layout Standard
30243 To go back to the standard numbering or to prevent this kind of numbering
30244  when it is defined by the document class, the following command is inserted
30245  as TeX-Code or to the LaTeX-preamble:
30246 \end_layout
30247
30248 \begin_layout Standard
30249
30250 \series bold
30251
30252 \backslash
30253 renewcommand{
30254 \backslash
30255 theequation}{
30256 \backslash
30257 arabic{equation}}
30258 \begin_inset Index
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262 Commands ! A ! 
30263 \backslash
30264 arabic
30265 \end_layout
30266
30267 \end_inset
30268
30269
30270 \series default
30271
30272 \begin_inset ERT
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276
30277
30278 \backslash
30279 renewcommand{
30280 \backslash
30281 theequation}{
30282 \backslash
30283 arabic{equation}}
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \series bold
30290
30291 \begin_inset Newline newline
30292 \end_inset
30293
30294
30295 \series default
30296 or
30297 \series bold
30298
30299 \begin_inset Newline newline
30300 \end_inset
30301
30302
30303 \backslash
30304 renewcommand{
30305 \backslash
30306 thetable}{
30307 \backslash
30308 arabic{table}}
30309 \end_layout
30310
30311 \begin_layout Standard
30312
30313 \series bold
30314
30315 \backslash
30316 numberwithin
30317 \series default
30318  uses internally the command 
30319 \series bold
30320
30321 \backslash
30322 @addtoreset
30323 \series default
30324 , described above, that also needs to be reverted.
30325 \begin_inset ERT
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329
30330
30331 \backslash
30332 makeatletter
30333 \end_layout
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 @removefromreset{equation}{section}
30340 \end_layout
30341
30342 \begin_layout Plain Layout
30343
30344
30345 \backslash
30346 makeatother
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \begin_layout Subsection
30355 Numbering with Roman Numbers and Letters
30356 \begin_inset CommandInset label
30357 LatexCommand label
30358 name "sub:Numbering-with-Roman"
30359
30360 \end_inset
30361
30362
30363 \begin_inset Index
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367 Formula numbering ! with letters
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \begin_inset Index
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377 Formula numbering ! with Roman numbers
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \begin_layout Standard
30386 Formulas can also be numbered with Roman numbers and Latin letters.
30387  To number for example with small Roman numbers, the command
30388 \end_layout
30389
30390 \begin_layout Standard
30391
30392 \series bold
30393
30394 \backslash
30395 renewcommand{
30396 \backslash
30397 theequation}{
30398 \backslash
30399 roman{equation}}
30400 \end_layout
30401
30402 \begin_layout Standard
30403 is inserted before the formula in TeX-mode.
30404  
30405 \series bold
30406
30407 \backslash
30408 renewcommand
30409 \series default
30410
30411 \begin_inset Index
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415 Commands ! R ! 
30416 \backslash
30417 renewcommand
30418 \end_layout
30419
30420 \end_inset
30421
30422  redefines the predefined command 
30423 \series bold
30424
30425 \backslash
30426 theequation
30427 \series default
30428  to the command 
30429 \series bold
30430
30431 \backslash
30432 roman{equation}
30433 \series default
30434
30435 \begin_inset Foot
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439 The command 
30440 \series bold
30441
30442 \backslash
30443 renewcommand
30444 \series default
30445  has the same scheme like the command 
30446 \series bold
30447
30448 \backslash
30449 newcommand
30450 \series default
30451  that is described in 
30452 \begin_inset CommandInset ref
30453 LatexCommand ref
30454 reference "sec:User-defined-commands"
30455
30456 \end_inset
30457
30458 .
30459 \end_layout
30460
30461 \end_inset
30462
30463 .
30464  
30465 \series bold
30466 equation
30467 \series default
30468  is the formula counter.
30469  When the command 
30470 \series bold
30471
30472 \backslash
30473 the
30474 \series default
30475  is used as prefix for a counter, the value of the counter is output as
30476  Arabic number.
30477  When a formula is numbered, LaTeX sets internally the command 
30478 \series bold
30479
30480 \backslash
30481 theequation
30482 \series default
30483  behind the formula.
30484  
30485 \series bold
30486
30487 \backslash
30488 roman{equation}
30489 \begin_inset Index
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 Commands ! R ! 
30494 \backslash
30495 roman
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \series default
30502  outputs the counter as small Roman number.
30503 \end_layout
30504
30505 \begin_layout Standard
30506 All formulas behind the command 
30507 \series bold
30508
30509 \backslash
30510 renew
30511 \series default
30512 c
30513 \series bold
30514 ommand
30515 \series default
30516  are now numbered Roman.
30517  To switch to numbering with big Roman numbers, the command is inserted
30518  again, but 
30519 \series bold
30520
30521 \backslash
30522 roman
30523 \series default
30524  is replaced by 
30525 \series bold
30526
30527 \backslash
30528 Roman
30529 \series default
30530
30531 \begin_inset Index
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535 Commands ! R ! 
30536 \backslash
30537 roman@
30538 \backslash
30539 Roman
30540 \end_layout
30541
30542 \end_inset
30543
30544 .
30545  To 
30546 \begin_inset Quotes eld
30547 \end_inset
30548
30549 number
30550 \begin_inset Quotes erd
30551 \end_inset
30552
30553  with small Latin letters there is the command 
30554 \series bold
30555
30556 \backslash
30557 alph
30558 \series default
30559
30560 \begin_inset Index
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564 Commands ! A ! 
30565 \backslash
30566 alph
30567 \end_layout
30568
30569 \end_inset
30570
30571 , for big ones there is the command 
30572 \series bold
30573
30574 \backslash
30575 Alph
30576 \series default
30577
30578 \begin_inset Index
30579 status open
30580
30581 \begin_layout Plain Layout
30582 Commands ! A ! 
30583 \backslash
30584 alph@
30585 \backslash
30586 Alph
30587 \end_layout
30588
30589 \end_inset
30590
30591 .
30592 \end_layout
30593
30594 \begin_layout Standard
30595 \begin_inset Note Greyedout
30596 status open
30597
30598 \begin_layout Plain Layout
30599
30600 \series bold
30601 Note:
30602 \series default
30603  Only maximal 26 formulas can be numbered with Latin letters in one document.
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Standard
30612 \begin_inset ERT
30613 status collapsed
30614
30615 \begin_layout Plain Layout
30616
30617
30618 \backslash
30619 renewcommand{
30620 \backslash
30621 theequation}{
30622 \backslash
30623 roman{equation}}
30624 \end_layout
30625
30626 \end_inset
30627
30628
30629 \end_layout
30630
30631 \begin_layout Standard
30632 \begin_inset Formula \begin{equation}
30633 A=\textrm{small roman}\label{eq:rom}\end{equation}
30634
30635 \end_inset
30636
30637
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643
30644 \backslash
30645 renewcommand{
30646 \backslash
30647 theequation}{
30648 \backslash
30649 Roman{equation}}
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \begin_inset Formula \begin{equation}
30656 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30657
30658 \end_inset
30659
30660
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666
30667 \backslash
30668 renewcommand{
30669 \backslash
30670 theequation}{
30671 \backslash
30672 alph{equation}}
30673 \end_layout
30674
30675 \end_inset
30676
30677
30678 \begin_inset Formula \begin{equation}
30679 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30680
30681 \end_inset
30682
30683
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 renewcommand{
30692 \backslash
30693 theequation}{
30694 \backslash
30695 Alph{equation}}
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \begin_inset Formula \begin{equation}
30702 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30703
30704 \end_inset
30705
30706
30707 \end_layout
30708
30709 \begin_layout Standard
30710 To switch back to the default numbering, insert the command:
30711 \end_layout
30712
30713 \begin_layout Standard
30714
30715 \series bold
30716
30717 \backslash
30718 renewcommand{
30719 \backslash
30720 theequation}{
30721 \backslash
30722 arabic{equation}}
30723 \begin_inset Index
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Commands ! A ! 
30728 \backslash
30729 arabic
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \end_layout
30736
30737 \begin_layout Standard
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743
30744 \backslash
30745 renewcommand{
30746 \backslash
30747 theequation}{
30748 \backslash
30749 arabic{equation}}
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \begin_inset Formula \begin{equation}
30756 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Standard
30764 \begin_inset VSpace medskip
30765 \end_inset
30766
30767 As you see, formulas are numbered serially independent from the numbering
30768  style.
30769  When then numbering should start with 
30770 \begin_inset Quotes eld
30771 \end_inset
30772
30773 1
30774 \begin_inset Quotes erd
30775 \end_inset
30776
30777  when the style is changed, new equation counters have to be defined.
30778  A description about this can be found in the file 
30779 \begin_inset CommandInset href
30780 LatexCommand href
30781 target "Formula-numbering.lyx"
30782
30783 \end_inset
30784
30785 .
30786 \end_layout
30787
30788 \begin_layout Section
30789 User-defined commands
30790 \begin_inset CommandInset label
30791 LatexCommand label
30792 name "sec:User-defined-commands"
30793
30794 \end_inset
30795
30796
30797 \begin_inset Index
30798 status collapsed
30799
30800 \begin_layout Plain Layout
30801 User-defined commands
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \end_layout
30808
30809 \begin_layout Standard
30810 Many LaTeX-commands are too long to be used frequently.
30811  But it is possible to define with the command 
30812 \series bold
30813
30814 \backslash
30815 newcommand
30816 \series default
30817
30818 \begin_inset Index
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822 Commands ! N ! 
30823 \backslash
30824 newcommand
30825 \end_layout
30826
30827 \end_inset
30828
30829  new shorter commands.
30830 \end_layout
30831
30832 \begin_layout Standard
30833 The command scheme of 
30834 \series bold
30835
30836 \backslash
30837 newcommand
30838 \series default
30839  is:
30840 \end_layout
30841
30842 \begin_layout Standard
30843
30844 \series bold
30845
30846 \backslash
30847 newcommand{new command name}[number of arguments][optional
30848 \series default
30849  
30850 \series bold
30851 value]
30852 \begin_inset Newline newline
30853 \end_inset
30854
30855
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861
30862 \backslash
30863 phantom{
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \backslash
30870 newcommand
30871 \begin_inset ERT
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875
30876 }
30877 \end_layout
30878
30879 \end_inset
30880
30881 {command definition}
30882 \end_layout
30883
30884 \begin_layout Standard
30885 \begin_inset Note Greyedout
30886 status open
30887
30888 \begin_layout Plain Layout
30889
30890 \series bold
30891 Note:
30892 \series default
30893  Assure that the name of the new command is not already used in your document
30894  or by LaTeX-packages that you use.
30895  When you for example define the command 
30896 \series bold
30897
30898 \backslash
30899 le
30900 \series default
30901  for 
30902 \series bold
30903
30904 \backslash
30905 Leftarrow
30906 \series default
30907 , you get an error message because 
30908 \series bold
30909
30910 \backslash
30911 le
30912 \series default
30913  is already defined as command for 
30914 \begin_inset Quotes eld
30915 \end_inset
30916
30917
30918 \begin_inset Formula $\le$
30919 \end_inset
30920
30921
30922 \begin_inset Quotes erd
30923 \end_inset
30924
30925 .
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \begin_inset Note Greyedout
30935 status open
30936
30937 \begin_layout Plain Layout
30938
30939 \series bold
30940 Note:
30941 \series default
30942  The names of user-defined commands may only consist of Latin letters.
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \begin_layout Standard
30951 The number of arguments is an integer in the range 0
30952 \begin_inset space \thinspace{}
30953 \end_inset
30954
30955 -
30956 \begin_inset space \thinspace{}
30957 \end_inset
30958
30959 9 and specifies how many arguments the new command should have.
30960  With the optional value a value for an optional argument can be predefined.
30961  When this is done, the 
30962 \emph on
30963 first
30964 \emph default
30965  
30966 \emph on
30967 a
30968 \emph default
30969 rgument of the new command is automatically an optional one.
30970 \end_layout
30971
30972 \begin_layout Standard
30973 Here are some examples:
30974 \end_layout
30975
30976 \begin_layout Itemize
30977 To define the command 
30978 \series bold
30979
30980 \backslash
30981 gr
30982 \series default
30983  for 
30984 \series bold
30985
30986 \backslash
30987 Longrightarrow
30988 \series default
30989 , the LaTeX-preamble line is:
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995
30996 \backslash
30997 medskip
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \series bold
31004
31005 \begin_inset Newline newline
31006 \end_inset
31007
31008
31009 \backslash
31010 newcommand{
31011 \backslash
31012 gr}{
31013 \backslash
31014 Longrightarrow}
31015 \end_layout
31016
31017 \begin_layout Itemize
31018 To define the command 
31019 \series bold
31020
31021 \backslash
31022 us
31023 \series default
31024  for 
31025 \series bold
31026
31027 \backslash
31028 underline
31029 \series default
31030 , the argument (that should be underlined) must be taken into account.
31031  For this the preamble line is:
31032 \begin_inset ERT
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036
31037
31038 \backslash
31039 medskip
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \series bold
31046
31047 \begin_inset Newline newline
31048 \end_inset
31049
31050
31051 \backslash
31052 newcommand{
31053 \backslash
31054 us}[1]{
31055 \backslash
31056 underline{#1}}
31057 \series default
31058
31059 \begin_inset ERT
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063
31064
31065 \backslash
31066 medskip
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \series bold
31073
31074 \begin_inset Newline newline
31075 \end_inset
31076
31077
31078 \series default
31079 The character 
31080 \series bold
31081 #
31082 \series default
31083  acts as argument placeholder, the 
31084 \series bold
31085 1
31086 \series default
31087  behind it denotes that it is the placeholder for the first argument.
31088 \end_layout
31089
31090 \begin_layout Itemize
31091 For 
31092 \series bold
31093
31094 \backslash
31095 framebox
31096 \series default
31097  one can e.
31098 \begin_inset space \thinspace{}
31099 \end_inset
31100
31101 g.
31102 \begin_inset space ~
31103 \end_inset
31104
31105 define the command 
31106 \series bold
31107
31108 \backslash
31109 fb
31110 \series default
31111 :
31112 \begin_inset ERT
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116
31117
31118 \backslash
31119 medskip
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \series bold
31126
31127 \begin_inset Newline newline
31128 \end_inset
31129
31130
31131 \backslash
31132 newcommand{
31133 \backslash
31134 fb}[3]{
31135 \backslash
31136 framebox#1#2{$#3$}}
31137 \series default
31138
31139 \begin_inset ERT
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143
31144
31145 \backslash
31146 medskip
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \series bold
31153
31154 \begin_inset Newline newline
31155 \end_inset
31156
31157
31158 \series default
31159 The two Dollar signs creates the extra formula needed for 
31160 \series bold
31161
31162 \backslash
31163 framebox
31164 \series default
31165 , see 
31166 \begin_inset CommandInset ref
31167 LatexCommand ref
31168 reference "sub:Boxes-with-Frame"
31169
31170 \end_inset
31171
31172 .
31173 \end_layout
31174
31175 \begin_layout Itemize
31176 To create a new command for 
31177 \series bold
31178
31179 \backslash
31180 fcolorbox
31181 \series default
31182  where the color for the box needn't to be specified, the argument for the
31183  color is defined optional:
31184 \begin_inset ERT
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188
31189
31190 \backslash
31191 medskip
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \series bold
31198
31199 \begin_inset Newline newline
31200 \end_inset
31201
31202
31203 \backslash
31204 newcommand{
31205 \backslash
31206 cb}[3][white]{
31207 \backslash
31208 fcolorbox{#2}{#1}{$#3$}}
31209 \series default
31210
31211 \begin_inset ERT
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215
31216
31217 \backslash
31218 medskip
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \begin_inset Newline newline
31225 \end_inset
31226
31227 When the color is not specified when using 
31228 \series bold
31229
31230 \backslash
31231 cb
31232 \series default
31233 , the predefined color 
31234 \series bold
31235 white
31236 \series default
31237  will be used.
31238 \end_layout
31239
31240 \begin_layout Standard
31241 A test of the new defined commands:
31242 \end_layout
31243
31244 \begin_layout Standard
31245 \align center
31246 \begin_inset Tabular
31247 <lyxtabular version="3" rows="6" columns="2">
31248 <features>
31249 <column alignment="center" valignment="top" width="0">
31250 <column alignment="center" valignment="top" width="0">
31251 <row>
31252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31253 \begin_inset Text
31254
31255 \begin_layout Plain Layout
31256 Command
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265 Result
31266 \begin_inset Note Note
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270
31271 \series bold
31272
31273 \backslash
31274 raisebox
31275 \series default
31276  is only used as spacer.
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \end_inset
31285 </cell>
31286 </row>
31287 <row>
31288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31289 \begin_inset Text
31290
31291 \begin_layout Plain Layout
31292 A
31293 \backslash
31294 gr
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 spce 
31303 \end_layout
31304
31305 \end_inset
31306
31307 B
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316 \begin_inset Formula $A\gr B$
31317 \end_inset
31318
31319
31320 \end_layout
31321
31322 \end_inset
31323 </cell>
31324 </row>
31325 <row>
31326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Plain Layout
31330
31331 \backslash
31332 us{ABcd
31333 \end_layout
31334
31335 \end_inset
31336 </cell>
31337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31338 \begin_inset Text
31339
31340 \begin_layout Plain Layout
31341 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \end_inset
31348 </cell>
31349 </row>
31350 <row>
31351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31352 \begin_inset Text
31353
31354 \begin_layout Plain Layout
31355
31356 \backslash
31357 fb{[2cm]
31358 \begin_inset Formula $\to$
31359 \end_inset
31360
31361
31362 \backslash
31363 {
31364 \begin_inset Formula $\to$
31365 \end_inset
31366
31367
31368 \backslash
31369 {
31370 \backslash
31371 int
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377
31378 \backslash
31379 spce 
31380 \end_layout
31381
31382 \end_inset
31383
31384 A=B
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Plain Layout
31393 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31394 \end_inset
31395
31396
31397 \end_layout
31398
31399 \end_inset
31400 </cell>
31401 </row>
31402 <row>
31403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31404 \begin_inset Text
31405
31406 \begin_layout Plain Layout
31407
31408 \backslash
31409 cb{red
31410 \begin_inset Formula $\to$
31411 \end_inset
31412
31413
31414 \backslash
31415 {
31416 \backslash
31417 int
31418 \begin_inset ERT
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422
31423
31424 \backslash
31425 spce 
31426 \end_layout
31427
31428 \end_inset
31429
31430 A=B
31431 \end_layout
31432
31433 \end_inset
31434 </cell>
31435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31436 \begin_inset Text
31437
31438 \begin_layout Plain Layout
31439 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 </row>
31448 <row>
31449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31450 \begin_inset Text
31451
31452 \begin_layout Plain Layout
31453
31454 \backslash
31455 cb[green]
31456 \backslash
31457 {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" bottomline="true" leftline="true" rightline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31488 \end_inset
31489
31490
31491 \end_layout
31492
31493 \end_inset
31494 </cell>
31495 </row>
31496 </lyxtabular>
31497
31498 \end_inset
31499
31500
31501 \end_layout
31502
31503 \begin_layout Section
31504 Diagrams
31505 \begin_inset Index
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509 Diagrams
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \end_layout
31516
31517 \begin_layout Standard
31518 To create diagrams, the LaTeX-package 
31519 \series bold
31520 amscd
31521 \begin_inset Foot
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525
31526 \series bold
31527 amscd
31528 \series default
31529  is part of every LaTeX standard installation.
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \series default
31536
31537 \begin_inset Index
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541 Packages ! amscd
31542 \end_layout
31543
31544 \end_inset
31545
31546  is needed.
31547  It is loaded in the LaTeX-preamble with the line
31548 \end_layout
31549
31550 \begin_layout Standard
31551
31552 \series bold
31553
31554 \backslash
31555 usepackage{amscd}
31556 \end_layout
31557
31558 \begin_layout Standard
31559 Diagrams visualize relations and look like this:
31560 \begin_inset Formula \[
31561 \begin{CD}A@>>>B@>>>C\\
31562 @AAA@.@VVV\\
31563 F@<<<E@<<<D\end{CD}\]
31564
31565 \end_inset
31566
31567
31568 \end_layout
31569
31570 \begin_layout Standard
31571 To get them, the command 
31572 \series bold
31573
31574 \backslash
31575 CD
31576 \begin_inset Index
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580 Commands ! C ! 
31581 \backslash
31582 CD
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \series default
31589  is inserted to a formula.
31590  A blue box appears with two dashed lines where further commands can be
31591  inserted.
31592  With 
31593 \family sans
31594 Ctrl-Return
31595 \family default
31596  a new line is created.
31597  Horizontal relations are inserted in odd, vertical in even formula lines.
31598 \end_layout
31599
31600 \begin_layout Standard
31601 To create the relations there are the following commands:
31602 \end_layout
31603
31604 \begin_layout Itemize
31605
31606 \series bold
31607 @<<<
31608 \series default
31609  creates a left arrow, 
31610 \series bold
31611 @>>>
31612 \series default
31613  a right arrow, and 
31614 \series bold
31615 @=
31616 \series default
31617  a long equal sign
31618 \end_layout
31619
31620 \begin_layout Itemize
31621
31622 \series bold
31623 @AAA
31624 \series default
31625  creates an up arrow, 
31626 \series bold
31627 @VVV
31628 \series default
31629  an down arrow, and 
31630 \series bold
31631 @|
31632 \series default
31633  a vertical equal sign
31634 \end_layout
31635
31636 \begin_layout Itemize
31637
31638 \series bold
31639 @.
31640
31641 \series default
31642  is a placeholder for non-existent relations
31643 \end_layout
31644
31645 \begin_layout Standard
31646 All arrows can be labeled as follows:
31647 \end_layout
31648
31649 \begin_layout Itemize
31650 Is text inserted between the first and second < or >, resp., it is placed
31651  above the arrow.
31652  When it is inserted between the second and third one, it appears under
31653  the arrow.
31654 \end_layout
31655
31656 \begin_layout Itemize
31657 When text for vertical arrows is inserted between the first and second A
31658  or V, resp., it is placed left beside the arrow.
31659  When it is inserted between the second and third one, it appears right
31660  beside the arrow.
31661  If the text contains an A or V, these letters must be set into a TeX-brace.
31662 \end_layout
31663
31664 \begin_layout Standard
31665 As example a diagram with all possible relations:
31666 \end_layout
31667
31668 \begin_layout Standard
31669 \begin_inset Formula \[
31670 \begin{CD}A@>j>>B@>>k>C@=F\\
31671 @AmAA@.@VV{V}V@|\\
31672 D@<<j<E@>k>>F@=C\end{CD}\]
31673
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \begin_layout Standard
31680 The command for this is:
31681 \begin_inset Newline newline
31682 \end_inset
31683
31684
31685 \series bold
31686
31687 \backslash
31688 CD
31689 \begin_inset ERT
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693
31694
31695 \backslash
31696 spce 
31697 \end_layout
31698
31699 \end_inset
31700
31701 A@>j>>B@>>k>C@=F Ctrl-Enter
31702 \begin_inset Newline newline
31703 \end_inset
31704
31705
31706 \begin_inset ERT
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710
31711
31712 \backslash
31713 hphantom{
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \backslash
31720 CD
31721 \begin_inset ERT
31722 status collapsed
31723
31724 \begin_layout Plain Layout
31725
31726
31727 \backslash
31728 spce 
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \begin_inset ERT
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738
31739 }
31740 \end_layout
31741
31742 \end_inset
31743
31744 @AmAA@.@VV
31745 \backslash
31746 {V
31747 \series default
31748
31749 \begin_inset Formula $\to$
31750 \end_inset
31751
31752
31753 \series bold
31754 V@| Ctrl-Enter
31755 \begin_inset Newline newline
31756 \end_inset
31757
31758
31759 \begin_inset ERT
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764
31765 \backslash
31766 hphantom{
31767 \end_layout
31768
31769 \end_inset
31770
31771
31772 \backslash
31773 CD
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 spce 
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \begin_inset ERT
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791
31792 }
31793 \end_layout
31794
31795 \end_inset
31796
31797 D@<<j<E@>k>>F@=C
31798 \end_layout
31799
31800 \begin_layout Standard
31801 \begin_inset Newpage newpage
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Section
31808 Tips
31809 \begin_inset ERT
31810 status collapsed
31811
31812 \begin_layout Plain Layout
31813
31814
31815 \backslash
31816 texorpdfstring{
31817 \end_layout
31818
31819 \end_inset
31820
31821
31822 \begin_inset Foot
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826 Other useful math tips can be found in 
31827 \begin_inset CommandInset citation
31828 LatexCommand cite
31829 key "Voss"
31830
31831 \end_inset
31832
31833 .
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \begin_inset ERT
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843
31844 }{}
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \begin_inset Note Note
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854
31855 \backslash
31856 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31857 \end_layout
31858
31859 \begin_layout Plain Layout
31860 More about 
31861 \backslash
31862 texorpdfstring is in section 
31863 \begin_inset CommandInset ref
31864 LatexCommand ref
31865 reference "sub:Formulas-in-Section"
31866
31867 \end_inset
31868
31869 .
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \begin_inset Index
31876 status collapsed
31877
31878 \begin_layout Plain Layout
31879 Tips
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \begin_inset Index
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889 Ions|see
31890 \begin_inset ERT
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894
31895 {
31896 \end_layout
31897
31898 \end_inset
31899
31900 Chemical characters
31901 \begin_inset ERT
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905
31906 }
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \begin_layout Subsection
31920 Chemical Symbols and Equations
31921 \begin_inset CommandInset label
31922 LatexCommand label
31923 name "sub:Chemical-Symbols-and"
31924
31925 \end_inset
31926
31927
31928 \begin_inset Index
31929 status collapsed
31930
31931 \begin_layout Plain Layout
31932 Chemical characters ! Symbols
31933 \end_layout
31934
31935 \end_inset
31936
31937
31938 \begin_inset Index
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942 Chemical equations
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \begin_inset Index
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952 Symbols ! chemical
31953 \end_layout
31954
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \begin_layout Standard
31961 An example text from chemistry:
31962 \end_layout
31963
31964 \begin_layout Quote
31965 The 
31966 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31967 \end_inset
31968
31969 -ion reacts with two 
31970 \begin_inset Formula $\mathrm{Na^{+}}$
31971 \end_inset
31972
31973 -ions to sodium sulfate 
31974 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31975 \end_inset
31976
31977 .
31978  The chemical equation for this is:
31979 \begin_inset Formula \[
31980 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
31981
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \begin_layout Standard
31988 This chemical equation can directly be created as formula.
31989  To avoid that the symbols appear italic, everything is highlighted and
31990  changed by the shortcut 
31991 \family sans
31992 Alt-c
31993 \begin_inset space ~
31994 \end_inset
31995
31996 r
31997 \family default
31998  to the upright font style.
31999 \begin_inset Foot
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003 font styles
32004 \series bold
32005  
32006 \series default
32007 see 
32008 \begin_inset CommandInset ref
32009 LatexCommand ref
32010 reference "sub:Font-Styles"
32011
32012 \end_inset
32013
32014
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Subsection
32023 Negative Numbers
32024 \begin_inset Index
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028 Numbers ! negative
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Standard
32037 Negative numbers often look ugly in formulas because the minus sign before
32038  the number is set with the same length as the minus operator sign.
32039  When writing the negative number in normal text, the minus sign appears
32040  correctly.
32041 \end_layout
32042
32043 \begin_layout Standard
32044 Thus, the problem disappears when converting the minus sign to mathematical
32045  text.
32046 \end_layout
32047
32048 \begin_layout Standard
32049 An example to visualize the problem:
32050 \end_layout
32051
32052 \begin_layout Standard
32053 \align center
32054 \begin_inset Tabular
32055 <lyxtabular version="3" rows="3" columns="2">
32056 <features>
32057 <column alignment="right" valignment="top" width="0">
32058 <column alignment="left" valignment="top" width="0">
32059 <row>
32060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32061 \begin_inset Text
32062
32063 \begin_layout Plain Layout
32064 normal text:
32065 \end_layout
32066
32067 \end_inset
32068 </cell>
32069 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32070 \begin_inset Text
32071
32072 \begin_layout Plain Layout
32073 x = -2
32074 \end_layout
32075
32076 \end_inset
32077 </cell>
32078 </row>
32079 <row>
32080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32081 \begin_inset Text
32082
32083 \begin_layout Plain Layout
32084 formula:
32085 \end_layout
32086
32087 \end_inset
32088 </cell>
32089 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32090 \begin_inset Text
32091
32092 \begin_layout Plain Layout
32093 \begin_inset Formula $x=-2$
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \end_inset
32100 </cell>
32101 </row>
32102 <row>
32103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32104 \begin_inset Text
32105
32106 \begin_layout Plain Layout
32107 solution:
32108 \end_layout
32109
32110 \end_inset
32111 </cell>
32112 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32113 \begin_inset Text
32114
32115 \begin_layout Plain Layout
32116 \begin_inset Formula $x=\textrm{-}2$
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \end_inset
32123 </cell>
32124 </row>
32125 </lyxtabular>
32126
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \begin_layout Subsection
32133 Comma as Decimal Separator
32134 \begin_inset Index
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138 Comma
32139 \end_layout
32140
32141 \end_inset
32142
32143
32144 \end_layout
32145
32146 \begin_layout Standard
32147 In LaTeX a comma inside a formula is used, according to the English convention,
32148  as number group separator.
32149  So there will be space added behind all commas in formulas.
32150 \end_layout
32151
32152 \begin_layout Standard
32153 To avoid this, the comma is highlighted and changed to mathematical text
32154  (shortcut 
32155 \family sans
32156 Alt-m
32157 \begin_inset space ~
32158 \end_inset
32159
32160 m
32161 \family default
32162 ).
32163 \end_layout
32164
32165 \begin_layout Standard
32166 To use all formula commas in the document as decimal separator, the file
32167  
32168 \series bold
32169 icomma.sty
32170 \series default
32171
32172 \begin_inset Foot
32173 status collapsed
32174
32175 \begin_layout Plain Layout
32176
32177 \series bold
32178 icomma
32179 \series default
32180  is part of the LaTeX-package 
32181 \series bold
32182 was
32183 \series default
32184
32185 \begin_inset Index
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189 Packages ! was
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195
32196 \backslash
32197 vspace{4mm}
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \end_inset
32206
32207 .
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \begin_inset Index
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217 Packages ! icomma
32218 \end_layout
32219
32220 \end_inset
32221
32222  is loaded with the LaTeX-preamble line
32223 \end_layout
32224
32225 \begin_layout Standard
32226
32227 \series bold
32228
32229 \backslash
32230 usepackage{icomma}
32231 \end_layout
32232
32233 \begin_layout Subsection
32234 Physical Vectors
32235 \begin_inset CommandInset label
32236 LatexCommand label
32237 name "sub:Physical-Vectors"
32238
32239 \end_inset
32240
32241
32242 \begin_inset Index
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246 Vectors ! physical
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \begin_layout Standard
32255 Predefined vectors are offered by the LaTeX-package 
32256 \series bold
32257 braket
32258 \series default
32259
32260 \begin_inset Foot
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264
32265 \series bold
32266 braket
32267 \series default
32268  should be part of every LaTeX standard installation.
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \begin_inset Index
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278 Packages ! braket
32279 \end_layout
32280
32281 \end_inset
32282
32283  that is loaded with the LaTeX-preamble line
32284 \end_layout
32285
32286 \begin_layout Standard
32287
32288 \series bold
32289
32290 \backslash
32291 usepackage{braket}
32292 \end_layout
32293
32294 \begin_layout Standard
32295 \begin_inset ERT
32296 status collapsed
32297
32298 \begin_layout Plain Layout
32299
32300
32301 \backslash
32302 ifbraket 
32303 \end_layout
32304
32305 \end_inset
32306
32307
32308 \begin_inset Note Note
32309 status open
32310
32311 \begin_layout Plain Layout
32312 The following table will only be displayed when the LaTeX-package 
32313 \series bold
32314 braket
32315 \series default
32316  is installed.
32317 \end_layout
32318
32319 \end_inset
32320
32321 The following commands are defined:
32322 \end_layout
32323
32324 \begin_layout Standard
32325 \align center
32326 \begin_inset Tabular
32327 <lyxtabular version="3" rows="4" columns="2">
32328 <features>
32329 <column alignment="center" valignment="top" width="0">
32330 <column alignment="center" valignment="top" width="0">
32331 <row>
32332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32333 \begin_inset Text
32334
32335 \begin_layout Plain Layout
32336 Command
32337 \end_layout
32338
32339 \end_inset
32340 </cell>
32341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32342 \begin_inset Text
32343
32344 \begin_layout Plain Layout
32345 Result
32346 \end_layout
32347
32348 \end_inset
32349 </cell>
32350 </row>
32351 <row>
32352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356
32357 \backslash
32358 Bra{
32359 \backslash
32360 psi
32361 \end_layout
32362
32363 \end_inset
32364 </cell>
32365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32366 \begin_inset Text
32367
32368 \begin_layout Plain Layout
32369 \begin_inset Formula $\Bra{\psi}$
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \end_inset
32376 </cell>
32377 </row>
32378 <row>
32379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32380 \begin_inset Text
32381
32382 \begin_layout Plain Layout
32383
32384 \backslash
32385 Ket{
32386 \backslash
32387 psi
32388 \end_layout
32389
32390 \end_inset
32391 </cell>
32392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32393 \begin_inset Text
32394
32395 \begin_layout Plain Layout
32396 \begin_inset Formula $\Ket{\psi}$
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \end_inset
32403 </cell>
32404 </row>
32405 <row>
32406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32407 \begin_inset Text
32408
32409 \begin_layout Plain Layout
32410
32411 \backslash
32412 Braket{
32413 \backslash
32414 psi|
32415 \backslash
32416 phi
32417 \end_layout
32418
32419 \end_inset
32420 </cell>
32421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425 \begin_inset Formula $\Braket{\psi|\phi}$
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \end_inset
32432 </cell>
32433 </row>
32434 </lyxtabular>
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 The command 
32443 \series bold
32444
32445 \backslash
32446 Braket
32447 \series default
32448  assures that all vertical bars are set in the size of the surrounding brackets:
32449 \begin_inset Formula \[
32450 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32451
32452 \end_inset
32453
32454
32455 \begin_inset ERT
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459
32460
32461 \backslash
32462 else 
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \begin_inset Note Note
32469 status open
32470
32471 \begin_layout Plain Layout
32472 The following will be displayed when the LaTeX-package 
32473 \series bold
32474 braket
32475 \series default
32476  is not installed:
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 You need to install the LaTeX-package 
32486 \series bold
32487 braket
32488 \series default
32489  to see the rest of this subsection in the output.
32490 \end_layout
32491
32492 \begin_layout Standard
32493 \begin_inset ERT
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497
32498
32499 \backslash
32500 fi 
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \end_layout
32507
32508 \begin_layout Standard
32509 The effect of 
32510 \series bold
32511
32512 \backslash
32513 Braket
32514 \series default
32515  can also be achieved using the command 
32516 \series bold
32517
32518 \backslash
32519 middle
32520 \series default
32521 , that is described in 
32522 \begin_inset CommandInset ref
32523 LatexCommand ref
32524 reference "sub:Automatic-Bracket-Size"
32525
32526 \end_inset
32527
32528 .
32529 \end_layout
32530
32531 \begin_layout Subsection
32532 Self-defined Fractions
32533 \begin_inset CommandInset label
32534 LatexCommand label
32535 name "sub:Self-defined-Fractions"
32536
32537 \end_inset
32538
32539
32540 \begin_inset Index
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544 Fractions ! self-defined
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \end_layout
32551
32552 \begin_layout Standard
32553 To define custom commands for fractions, the command 
32554 \series bold
32555
32556 \backslash
32557 genfrac
32558 \series default
32559
32560 \begin_inset Index
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564 Commands ! G ! 
32565 \backslash
32566 genfrac
32567 \end_layout
32568
32569 \end_inset
32570
32571  is used in the following scheme:
32572 \end_layout
32573
32574 \begin_layout Standard
32575
32576 \series bold
32577
32578 \backslash
32579 genfrac{left
32580 \series default
32581  
32582 \series bold
32583 bracket}{right
32584 \series default
32585  
32586 \series bold
32587 bracket}{fraction bar thickness}{style}
32588 \begin_inset Newline newline
32589 \end_inset
32590
32591
32592 \begin_inset ERT
32593 status collapsed
32594
32595 \begin_layout Plain Layout
32596
32597
32598 \backslash
32599 phantom{
32600 \end_layout
32601
32602 \end_inset
32603
32604
32605 \backslash
32606 genfrac
32607 \begin_inset ERT
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611
32612 }
32613 \end_layout
32614
32615 \end_inset
32616
32617 {numerator}{denominator}
32618 \end_layout
32619
32620 \begin_layout Standard
32621 The style is a number in the range of 0
32622 \begin_inset space \thinspace{}
32623 \end_inset
32624
32625 -
32626 \begin_inset space \thinspace{}
32627 \end_inset
32628
32629 3.
32630 \end_layout
32631
32632 \begin_layout Standard
32633 \align center
32634 \begin_inset Tabular
32635 <lyxtabular version="3" rows="5" columns="2">
32636 <features>
32637 <column alignment="center" valignment="top" width="0">
32638 <column alignment="center" valignment="top" width="0">
32639 <row>
32640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32641 \begin_inset Text
32642
32643 \begin_layout Plain Layout
32644 Number
32645 \end_layout
32646
32647 \end_inset
32648 </cell>
32649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32650 \begin_inset Text
32651
32652 \begin_layout Plain Layout
32653 Style (Size)
32654 \end_layout
32655
32656 \end_inset
32657 </cell>
32658 </row>
32659 <row>
32660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32661 \begin_inset Text
32662
32663 \begin_layout Plain Layout
32664 0
32665 \end_layout
32666
32667 \end_inset
32668 </cell>
32669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32670 \begin_inset Text
32671
32672 \begin_layout Plain Layout
32673 display style formula
32674 \end_layout
32675
32676 \end_inset
32677 </cell>
32678 </row>
32679 <row>
32680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32681 \begin_inset Text
32682
32683 \begin_layout Plain Layout
32684 1
32685 \end_layout
32686
32687 \end_inset
32688 </cell>
32689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32690 \begin_inset Text
32691
32692 \begin_layout Plain Layout
32693 inline formula
32694 \end_layout
32695
32696 \end_inset
32697 </cell>
32698 </row>
32699 <row>
32700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32701 \begin_inset Text
32702
32703 \begin_layout Plain Layout
32704 2
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32710 \begin_inset Text
32711
32712 \begin_layout Plain Layout
32713 small
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 </row>
32719 <row>
32720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724 3
32725 \end_layout
32726
32727 \end_inset
32728 </cell>
32729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 tiny
32734 \end_layout
32735
32736 \end_inset
32737 </cell>
32738 </row>
32739 </lyxtabular>
32740
32741 \end_inset
32742
32743
32744 \end_layout
32745
32746 \begin_layout Standard
32747 When no style is given, the size is adjusted to the surrounding environment
32748  like for the command 
32749 \series bold
32750
32751 \backslash
32752 frac
32753 \series default
32754 .
32755 \end_layout
32756
32757 \begin_layout Standard
32758 When no fraction bar thickness is given, the predefined value of 0.4
32759 \begin_inset space \thinspace{}
32760 \end_inset
32761
32762 pt will be used.
32763 \end_layout
32764
32765 \begin_layout Standard
32766 \begin_inset VSpace medskip
32767 \end_inset
32768
32769 For example, the commands 
32770 \series bold
32771
32772 \backslash
32773 dfrac
32774 \series default
32775  and 
32776 \series bold
32777
32778 \backslash
32779 tbinom
32780 \series default
32781  from 
32782 \begin_inset CommandInset ref
32783 LatexCommand ref
32784 reference "sub:Fractions"
32785
32786 \end_inset
32787
32788  are defined with the commands
32789 \end_layout
32790
32791 \begin_layout Standard
32792
32793 \series bold
32794
32795 \backslash
32796 newcommand{
32797 \backslash
32798 dfrac}[2]{
32799 \backslash
32800 genfrac{}{}{}{0}{#1}{#2}}
32801 \end_layout
32802
32803 \begin_layout Standard
32804 and
32805 \end_layout
32806
32807 \begin_layout Standard
32808
32809 \series bold
32810
32811 \backslash
32812 newcommand{
32813 \backslash
32814 tbinom}[2]{
32815 \backslash
32816 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32817 \end_layout
32818
32819 \begin_layout Standard
32820 \begin_inset VSpace medskip
32821 \end_inset
32822
32823 To define a fraction where the fraction bar thickness can be given as optional
32824  argument, the following line is inserted to the LaTeX-preamble:
32825 \end_layout
32826
32827 \begin_layout Standard
32828
32829 \series bold
32830
32831 \backslash
32832 newcommand{
32833 \backslash
32834 fracS}[3][]{
32835 \backslash
32836 genfrac{}{}{#1}{}{#2}{#3}}
32837 \end_layout
32838
32839 \begin_layout Standard
32840 A test:
32841 \begin_inset Formula \begin{align*}
32842 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32843 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32844
32845 \end_inset
32846
32847 As one can see, the distance of the numerator and the denominator to the
32848  fraction bar is round about three times the bar thickness.
32849 \end_layout
32850
32851 \begin_layout Subsection
32852 Canceled Formulas
32853 \begin_inset CommandInset label
32854 LatexCommand label
32855 name "sub:Canceled-Formulas"
32856
32857 \end_inset
32858
32859
32860 \begin_inset Index
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864 Formula ! canceled
32865 \end_layout
32866
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 To cancel formulas or formula parts, the LaTeX-package 
32874 \series bold
32875 cancel
32876 \series default
32877
32878 \begin_inset Foot
32879 status collapsed
32880
32881 \begin_layout Plain Layout
32882
32883 \series bold
32884 cancel
32885 \series default
32886  is part of every LaTeX standard installation.
32887 \end_layout
32888
32889 \end_inset
32890
32891
32892 \begin_inset Index
32893 status collapsed
32894
32895 \begin_layout Plain Layout
32896 Packages ! cancel
32897 \end_layout
32898
32899 \end_inset
32900
32901  has to be loaded with the LaTeX-preamble line
32902 \end_layout
32903
32904 \begin_layout Standard
32905
32906 \series bold
32907
32908 \backslash
32909 usepackage[samesize]{cancel}
32910 \end_layout
32911
32912 \begin_layout Standard
32913 There are four ways to cancel formulas:
32914 \end_layout
32915
32916 \begin_layout Standard
32917 \align center
32918 \begin_inset Tabular
32919 <lyxtabular version="3" rows="5" columns="2">
32920 <features>
32921 <column alignment="center" valignment="top" width="0">
32922 <column alignment="center" valignment="top" width="0">
32923 <row>
32924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 Command
32929 \end_layout
32930
32931 \end_inset
32932 </cell>
32933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 Result
32938 \begin_inset Note Note
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942
32943 \series bold
32944
32945 \backslash
32946 hspace
32947 \series default
32948  and
32949 \series bold
32950  
32951 \backslash
32952 raisebox
32953 \series default
32954  are used here as spacer.
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 </row>
32965 <row>
32966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970
32971 \backslash
32972 cancel{
32973 \backslash
32974 int
32975 \begin_inset ERT
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979
32980
32981 \backslash
32982 spce 
32983 \end_layout
32984
32985 \end_inset
32986
32987 A=B
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \end_inset
33003 </cell>
33004 </row>
33005 <row>
33006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33007 \begin_inset Text
33008
33009 \begin_layout Plain Layout
33010
33011 \backslash
33012 bcancel{
33013 \backslash
33014 int
33015 \begin_inset ERT
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019
33020
33021 \backslash
33022 spce 
33023 \end_layout
33024
33025 \end_inset
33026
33027 A=B
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33037 \end_inset
33038
33039
33040 \end_layout
33041
33042 \end_inset
33043 </cell>
33044 </row>
33045 <row>
33046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33047 \begin_inset Text
33048
33049 \begin_layout Plain Layout
33050
33051 \backslash
33052 xcancel{
33053 \backslash
33054 int
33055 \begin_inset ERT
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059
33060
33061 \backslash
33062 spce 
33063 \end_layout
33064
33065 \end_inset
33066
33067 A=B
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row>
33086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090
33091 \backslash
33092 cancelto{1
33093 \begin_inset Formula $\to$
33094 \end_inset
33095
33096
33097 \backslash
33098 {
33099 \backslash
33100 int
33101 \begin_inset ERT
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105
33106
33107 \backslash
33108 spce 
33109 \end_layout
33110
33111 \end_inset
33112
33113 A=B
33114 \end_layout
33115
33116 \end_inset
33117 </cell>
33118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33119 \begin_inset Text
33120
33121 \begin_layout Plain Layout
33122 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \end_inset
33129 </cell>
33130 </row>
33131 </lyxtabular>
33132
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \begin_layout Standard
33139
33140 \series bold
33141
33142 \backslash
33143 cancelto
33144 \series default
33145  is especially suitable to visualize the reduction of fractions within formulas:
33146 \begin_inset Formula \[
33147 \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}}}\]
33148
33149 \end_inset
33150
33151
33152 \end_layout
33153
33154 \begin_layout Subsection
33155 Formulas in Section Headings
33156 \begin_inset CommandInset label
33157 LatexCommand label
33158 name "sub:Formulas-in-Section"
33159
33160 \end_inset
33161
33162
33163 \begin_inset Index
33164 status collapsed
33165
33166 \begin_layout Plain Layout
33167 Formula ! in section headings
33168 \end_layout
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Standard
33176 When formulas are used in section headings, the following has to be taken
33177  into account:
33178 \end_layout
33179
33180 \begin_layout Standard
33181 \begin_inset Note Greyedout
33182 status open
33183
33184 \begin_layout Plain Layout
33185 When 
33186 \series bold
33187 hyperref
33188 \series default
33189
33190 \begin_inset Index
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194 Packages ! hyperref
33195 \end_layout
33196
33197 \end_inset
33198
33199  support is enabled in the document settings dialog under 
33200 \family sans
33201 PDF
33202 \begin_inset space ~
33203 \end_inset
33204
33205 Properties
33206 \family default
33207 , PDF-bookmarks are created for every section heading in the table of contents.
33208  If a section heading contains formulas, they are incorrectly displayed
33209  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33210 s.
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \end_layout
33217
33218 \begin_layout Standard
33219 Both problems can be solved by inserting at the end of the section heading
33220  a short title with the menu 
33221 \family sans
33222 Insert\SpecialChar \menuseparator
33223 Short
33224 \begin_inset space ~
33225 \end_inset
33226
33227 Title
33228 \family default
33229 .
33230  Short titles are used as alternative for multiline section headings to
33231  keep the table of contents clearly arranged.
33232  Only the short title appears in the table of contents and therefore also
33233  in the PDF-bookmark.
33234 \end_layout
33235
33236 \begin_layout Standard
33237 When formulas should be used in the table of contents but 
33238 \series bold
33239 hyperref
33240 \series default
33241  is used, one can use the following command in TeX-mode:
33242 \end_layout
33243
33244 \begin_layout Standard
33245
33246 \series bold
33247
33248 \backslash
33249 texorpdfstring{part}{alternative}
33250 \begin_inset Index
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254 Commands ! T ! 
33255 \backslash
33256 texorpdfstring
33257 \end_layout
33258
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \begin_layout Standard
33265 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33266  This can be characters, formulas, footnotes, but also cross-references.
33267  The alternative is used instead of the part for the bookmark.
33268 \end_layout
33269
33270 \begin_layout Standard
33271 Here are two example headings:
33272 \begin_inset VSpace -3mm
33273 \end_inset
33274
33275
33276 \begin_inset ERT
33277 status collapsed
33278
33279 \begin_layout Plain Layout
33280
33281
33282 \backslash
33283 boldmath 
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Subsubsection
33292 Heading without formula in table of contents 
33293 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33294 \end_inset
33295
33296
33297 \begin_inset OptArg
33298 status collapsed
33299
33300 \begin_layout Plain Layout
33301 Heading without formula in table of contents
33302 \end_layout
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \begin_layout Subsubsection
33310 Heading with formula in table of contents
33311 \begin_inset ERT
33312 status collapsed
33313
33314 \begin_layout Plain Layout
33315
33316
33317 \backslash
33318 texorpdfstring{
33319 \end_layout
33320
33321 \end_inset
33322
33323  
33324 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33325 \end_inset
33326
33327
33328 \begin_inset ERT
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332
33333 }{}
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Standard
33342 \begin_inset ERT
33343 status collapsed
33344
33345 \begin_layout Plain Layout
33346
33347
33348 \backslash
33349 unboldmath 
33350 \end_layout
33351
33352 \end_inset
33353
33354 In the first heading a short title was used, in the second one 
33355 \series bold
33356
33357 \backslash
33358 texorpdfstring
33359 \series default
33360 .
33361 \end_layout
33362
33363 \begin_layout Standard
33364 To get the same formatting as for the other headings, the complete heading
33365  was set into a 
33366 \series bold
33367 boldmath environment
33368 \series default
33369
33370 \begin_inset Foot
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374 see 
33375 \begin_inset CommandInset ref
33376 LatexCommand ref
33377 reference "sub:Bold-Formulas"
33378
33379 \end_inset
33380
33381
33382 \end_layout
33383
33384 \end_inset
33385
33386 .
33387 \end_layout
33388
33389 \begin_layout Subsection
33390 Formulas in multi-column Text
33391 \begin_inset Index
33392 status collapsed
33393
33394 \begin_layout Plain Layout
33395 Formula ! in multi-column text
33396 \end_layout
33397
33398 \end_inset
33399
33400
33401 \end_layout
33402
33403 \begin_layout Standard
33404 Formulas in multi-column text are often too wide to fit into a column and
33405  thus need to be set over the whole page width.
33406  This is done by using the LaTeX-package 
33407 \series bold
33408 multicol
33409 \series default
33410
33411 \begin_inset Foot
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415
33416 \series bold
33417 multicol
33418 \series default
33419  is part of every LaTeX standard installation.
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \begin_inset Index
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429 Packages ! multicol
33430 \end_layout
33431
33432 \end_inset
33433
33434 , that is loaded with the LaTeX-preamble line
33435 \end_layout
33436
33437 \begin_layout Standard
33438
33439 \series bold
33440
33441 \backslash
33442 usepackage{multicol}
33443 \end_layout
33444
33445 \begin_layout Standard
33446 \begin_inset Note Greyedout
33447 status open
33448
33449 \begin_layout Plain Layout
33450 Note herby that the setting 
33451 \family sans
33452 Two-column
33453 \begin_inset space ~
33454 \end_inset
33455
33456 document
33457 \family default
33458  in the menu 
33459 \family sans
33460 Document\SpecialChar \menuseparator
33461 Settings
33462 \family default
33463  under 
33464 \family sans
33465 Text
33466 \begin_inset space ~
33467 \end_inset
33468
33469 Layout
33470 \family default
33471 \emph on
33472  
33473 \emph default
33474 must 
33475 \emph on
33476 not
33477 \emph default
33478  be selected.
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Standard
33487 Before the multi-column text the command
33488 \end_layout
33489
33490 \begin_layout Standard
33491
33492 \series bold
33493
33494 \backslash
33495 begin{multicols}{column number}
33496 \end_layout
33497
33498 \begin_layout Standard
33499 is written in TeX-mode.
33500  The column number is a number in the range of 2
33501 \begin_inset space \thinspace{}
33502 \end_inset
33503
33504 -
33505 \begin_inset space \thinspace{}
33506 \end_inset
33507
33508 10.
33509  Before the formula the multi-column text is ended by inserting the command
33510 \end_layout
33511
33512 \begin_layout Standard
33513
33514 \series bold
33515
33516 \backslash
33517 end{multicols}
33518 \end_layout
33519
33520 \begin_layout Standard
33521 in TeX-mode.
33522 \end_layout
33523
33524 \begin_layout Standard
33525 Due to the command some space is automatically added before the formula.
33526  To revert this, -6
33527 \begin_inset space \thinspace{}
33528 \end_inset
33529
33530 mm vertical space is inserted before the formula.
33531  When the formula style 
33532 \series bold
33533 Indented
33534 \begin_inset Foot
33535 status collapsed
33536
33537 \begin_layout Plain Layout
33538 formula styles see 
33539 \begin_inset CommandInset ref
33540 LatexCommand ref
33541 reference "sec:Formula-Styles"
33542
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \series default
33552  is used, -9
33553 \begin_inset space \thinspace{}
33554 \end_inset
33555
33556 mm space is inserted instead.
33557 \end_layout
33558
33559 \begin_layout Standard
33560 As example a multi-column text with a displayed formula:
33561 \end_layout
33562
33563 \begin_layout Standard
33564 \begin_inset ERT
33565 status collapsed
33566
33567 \begin_layout Plain Layout
33568
33569
33570 \backslash
33571 begin{multicols}{2}
33572 \end_layout
33573
33574 \end_inset
33575
33576 Das Spektrum wird fouriertransformiert.
33577  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33578 , Lösungsmittel) zu trennen.
33579  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33580  nun das Aussehen des Ausgangssignals.
33581  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33582  über alle Phasen integrieren muss.
33583  Sei nun 
33584 \begin_inset Formula $S$
33585 \end_inset
33586
33587  unser normiertes Ausgangssignal and 
33588 \begin_inset Formula $P$
33589 \end_inset
33590
33591  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33592 \begin_inset ERT
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596
33597
33598 \backslash
33599 end{multicols}
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \begin_inset VSpace -6mm
33606 \end_inset
33607
33608
33609 \begin_inset Formula \begin{equation}
33610 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33611
33612 \end_inset
33613
33614
33615 \begin_inset ERT
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619
33620
33621 \backslash
33622 begin{multicols}{2}
33623 \end_layout
33624
33625 \end_inset
33626
33627 wobei 
33628 \begin_inset Formula $S_{0}$
33629 \end_inset
33630
33631  das Signal ohne Gradient ist and the Normierungsbedingung 
33632 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33633 \end_inset
33634
33635  gilt.
33636  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33637  Direkt nach the 
33638 \begin_inset Formula $\nicefrac{\pi}{2}$
33639 \end_inset
33640
33641
33642 \begin_inset space \thinspace{}
33643 \end_inset
33644
33645 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33646  das Signal zusätzlich abschwächt.
33647  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33648  
33649 \begin_inset Formula $T_{2}$
33650 \end_inset
33651
33652 -Zeit.
33653 \end_layout
33654
33655 \begin_layout Standard
33656 \begin_inset ERT
33657 status collapsed
33658
33659 \begin_layout Plain Layout
33660
33661
33662 \backslash
33663 end{multicols}
33664 \end_layout
33665
33666 \end_inset
33667
33668  
33669 \end_layout
33670
33671 \begin_layout Subsection
33672 Formulas with Description of Variables
33673 \begin_inset Index
33674 status collapsed
33675
33676 \begin_layout Plain Layout
33677 Formula ! with description of variables
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Standard
33686 To describe variables within a formula, like in formula 
33687 \begin_inset CommandInset ref
33688 LatexCommand eqref
33689 reference "eq:within"
33690
33691 \end_inset
33692
33693 , a 2
33694 \series bold
33695 ×
33696 \series default
33697
33698 \begin_inset Formula $n$
33699 \end_inset
33700
33701
33702 \begin_inset space ~
33703 \end_inset
33704
33705 matrix is used with left aligned columns for the 
33706 \begin_inset Formula $n$
33707 \end_inset
33708
33709  used variables.
33710 \begin_inset Foot
33711 status collapsed
33712
33713 \begin_layout Plain Layout
33714 matrices see 
33715 \begin_inset CommandInset ref
33716 LatexCommand ref
33717 reference "sec:Matrices"
33718
33719 \end_inset
33720
33721
33722 \end_layout
33723
33724 \end_inset
33725
33726  To set the description in a smaller size, before the matrix e.
33727 \begin_inset space \thinspace{}
33728 \end_inset
33729
33730 g.
33731 \begin_inset space ~
33732 \end_inset
33733
33734 the command 
33735 \series bold
33736
33737 \backslash
33738 footnotesize
33739 \series default
33740  is inserted.
33741 \begin_inset Foot
33742 status collapsed
33743
33744 \begin_layout Plain Layout
33745 font sizes see 
33746 \begin_inset CommandInset ref
33747 LatexCommand ref
33748 reference "sub:Font-Sizes"
33749
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \begin_layout Standard
33761 When the formula style 
33762 \series bold
33763 Indented
33764 \begin_inset Foot
33765 status collapsed
33766
33767 \begin_layout Plain Layout
33768 formula styles see 
33769 \begin_inset CommandInset ref
33770 LatexCommand ref
33771 reference "sec:Formula-Styles"
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \series default
33782  is used, a 
33783 \series bold
33784
33785 \backslash
33786 hfill
33787 \series default
33788
33789 \begin_inset Foot
33790 status collapsed
33791
33792 \begin_layout Plain Layout
33793
33794 \series bold
33795
33796 \backslash
33797 hfill
33798 \series default
33799  only works in formulas with the style 
33800 \series bold
33801 Indented
33802 \series default
33803 , see 
33804 \begin_inset CommandInset ref
33805 LatexCommand ref
33806 reference "sub:Variable-Space"
33807
33808 \end_inset
33809
33810 .
33811 \end_layout
33812
33813 \end_inset
33814
33815  is inserted before and after the matrix to have the same separation of
33816  the matrix from the equation and the side margin.
33817 \end_layout
33818
33819 \begin_layout Standard
33820 When the formula style 
33821 \series bold
33822 Centered
33823 \series default
33824  is used, the method described in 
33825 \begin_inset CommandInset ref
33826 LatexCommand ref
33827 reference "sub:Flalign-Environment"
33828
33829 \end_inset
33830
33831  is used to indent formulas.
33832  Formula 
33833 \begin_inset CommandInset ref
33834 LatexCommand eqref
33835 reference "eq:within"
33836
33837 \end_inset
33838
33839  consists of five columns whereas in the first two columns contain the equation,
33840  the third the matrix, and the last one an empty TeX-brace.
33841 \begin_inset Formula \begin{flalign}
33842 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33843 \rho & \textrm{density}\\
33844 V & \textrm{volume}\\
33845 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Subsection
33853 Upright small Greek Letters
33854 \begin_inset CommandInset label
33855 LatexCommand label
33856 name "sub:Upright-small-Greek"
33857
33858 \end_inset
33859
33860
33861 \begin_inset Index
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865 Greek letters ! upright
33866 \end_layout
33867
33868 \end_inset
33869
33870
33871 \end_layout
33872
33873 \begin_layout Standard
33874 Most of the math fonts only provide italic small Greek letters.
33875  But for symbols of elementary particles like pions and neutrinos, upright
33876  Greek letters are needed.
33877  The file 
33878 \series bold
33879 upgreek.sty
33880 \series default
33881
33882 \begin_inset Foot
33883 status collapsed
33884
33885 \begin_layout Plain Layout
33886
33887 \series bold
33888 upgreek
33889 \series default
33890  is part of the LaTeX-package 
33891 \series bold
33892 was
33893 \series default
33894
33895 \begin_inset Index
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899 Packages ! was
33900 \begin_inset ERT
33901 status collapsed
33902
33903 \begin_layout Plain Layout
33904
33905
33906 \backslash
33907 vspace{4mm}
33908 \end_layout
33909
33910 \end_inset
33911
33912
33913 \end_layout
33914
33915 \end_inset
33916
33917 .
33918 \end_layout
33919
33920 \end_inset
33921
33922
33923 \begin_inset Index
33924 status collapsed
33925
33926 \begin_layout Plain Layout
33927 Packages ! upgreek
33928 \end_layout
33929
33930 \end_inset
33931
33932  that is loaded with the LaTeX-preamble line
33933 \end_layout
33934
33935 \begin_layout Standard
33936
33937 \series bold
33938
33939 \backslash
33940 usepackage{upgreek}
33941 \end_layout
33942
33943 \begin_layout Standard
33944 provides them.
33945  
33946 \begin_inset ERT
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950
33951
33952 \backslash
33953 ifupgreek 
33954 \end_layout
33955
33956 \end_inset
33957
33958
33959 \begin_inset Note Note
33960 status open
33961
33962 \begin_layout Plain Layout
33963 The following table will only be displayed when the LaTeX-package 
33964 \series bold
33965 upgreek
33966 \series default
33967  is installed.
33968 \end_layout
33969
33970 \end_inset
33971
33972  They are created when the command for a small Greek letters is started
33973  with 
33974 \series bold
33975 up
33976 \series default
33977 .
33978  For example the command 
33979 \series bold
33980
33981 \backslash
33982 uptau
33983 \series default
33984  creates this: 
33985 \begin_inset Formula $\uptau$
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \begin_layout Standard
33992 With these commands reactions of elementary particles can be typeset:
33993 \begin_inset Formula \[
33994 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
33995
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \begin_layout Standard
34002 The upright letters are more bold and wider than the italic ones.
34003  They should therefore not be used for units like 
34004 \begin_inset Quotes eld
34005 \end_inset
34006
34007 µm
34008 \begin_inset Quotes erd
34009 \end_inset
34010
34011 .
34012 \end_layout
34013
34014 \begin_layout Standard
34015 \begin_inset ERT
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019
34020
34021 \backslash
34022 else 
34023 \end_layout
34024
34025 \end_inset
34026
34027
34028 \begin_inset Note Note
34029 status open
34030
34031 \begin_layout Plain Layout
34032 The following will be displayed when the LaTeX-package 
34033 \series bold
34034 upgreek
34035 \series default
34036  is not installed:
34037 \end_layout
34038
34039 \end_inset
34040
34041
34042 \end_layout
34043
34044 \begin_layout Standard
34045 You need to install the LaTeX-package 
34046 \series bold
34047 upgreek
34048 \series default
34049  to see the rest of this subsection in the output.
34050 \end_layout
34051
34052 \begin_layout Standard
34053 \begin_inset ERT
34054 status collapsed
34055
34056 \begin_layout Plain Layout
34057
34058
34059 \backslash
34060 fi 
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Subsection
34069 Text Characters in Formulas
34070 \begin_inset CommandInset label
34071 LatexCommand label
34072 name "sub:Text-Characters-in"
34073
34074 \end_inset
34075
34076
34077 \begin_inset Index
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081 Text ! in formulas
34082 \end_layout
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Standard
34090 In some cases you might want to insert text characters directly into formulas.
34091  When for example the centered dot · is often used in formulas like 
34092 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34093 \end_inset
34094
34095 , one would have to insert the command 
34096 \series bold
34097
34098 \backslash
34099 cdot
34100 \series default
34101
34102 \begin_inset Foot
34103 status collapsed
34104
34105 \begin_layout Plain Layout
34106 see 
34107 \begin_inset CommandInset ref
34108 LatexCommand ref
34109 reference "sub:Binary-Operators"
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \end_inset
34117
34118  all the time, because this character is defined in all encodings as text
34119  character.
34120  But the encoding can be changed by this LaTeX-preamble line:
34121 \end_layout
34122
34123 \begin_layout Standard
34124
34125 \series bold
34126
34127 \backslash
34128 Declare Inputtext{183}{
34129 \backslash
34130 ifmmode
34131 \backslash
34132 cdot
34133 \backslash
34134 else
34135 \backslash
34136 textperiodcentered
34137 \backslash
34138 f\SpecialChar \textcompwordmark{}
34139 i}
34140 \end_layout
34141
34142 \begin_layout Standard
34143 The character encoding (menu 
34144 \family sans
34145 Document\SpecialChar \menuseparator
34146 Settings\SpecialChar \menuseparator
34147 Language
34148 \family default
34149 ) specifies what character appears when a keyboard key is pressed.
34150  When the key for the character '·' is pressed, internally the command 
34151 \series bold
34152
34153 \backslash
34154 textperiodcentered
34155 \series default
34156  is used.
34157  But this command is not available in a formula so that you would get LaTeX-erro
34158 rs.
34159  With the changed encoding the right command is chosen automatically, depending
34160  on if the character was inserted into a formula or not.
34161 \end_layout
34162
34163 \begin_layout Standard
34164 The encoding of several characters is saved in definition files.
34165  Fore example the encoding 
34166 \series bold
34167 latin9
34168 \series default
34169  is defined in the file 
34170 \series bold
34171 latin9.def
34172 \series default
34173  that is in the installation folder of LaTeX.
34174  Encodings should only be changed via the LaTeX-preamble and not in the
34175  definition files.
34176  Otherwise own documents could not be edited by other LyX users working
34177  on other computers.
34178 \end_layout
34179
34180 \begin_layout Standard
34181 \begin_inset VSpace medskip
34182 \end_inset
34183
34184 Besides the centered dot, in this document the degree sign ° is defined
34185  with the following LaTeX-preamble line so that it can directly be inserted
34186  to a formula:
34187 \end_layout
34188
34189 \begin_layout Standard
34190
34191 \series bold
34192
34193 \backslash
34194 DeclareInputtext{176}{
34195 \backslash
34196 ifmmode^
34197 \backslash
34198 circ
34199 \backslash
34200 else
34201 \backslash
34202 textdegree
34203 \backslash
34204 f\SpecialChar \textcompwordmark{}
34205 i}
34206 \end_layout
34207
34208 \begin_layout Standard
34209 \begin_inset Newpage newpage
34210 \end_inset
34211
34212
34213 \end_layout
34214
34215 \begin_layout Section
34216 \start_of_appendix
34217 Typographic Advises
34218 \begin_inset Index
34219 status collapsed
34220
34221 \begin_layout Plain Layout
34222 Typographic Advises
34223 \end_layout
34224
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Standard
34231 This section is a summary of the most important typographic rules, listed
34232  in ISO norms.
34233 \begin_inset Foot
34234 status collapsed
34235
34236 \begin_layout Plain Layout
34237 This collection was partly taken from the German semi-official dictionary
34238  called 
34239 \begin_inset Quotes eld
34240 \end_inset
34241
34242 Duden
34243 \begin_inset Quotes erd
34244 \end_inset
34245
34246  
34247 \begin_inset CommandInset citation
34248 LatexCommand cite
34249 key "Duden"
34250
34251 \end_inset
34252
34253  that lists some of the ISO rules.
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Itemize
34262 Physical units are 
34263 \emph on
34264 always
34265 \emph default
34266  set upright
34267 \begin_inset Foot
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271 done with font styles, see 
34272 \begin_inset CommandInset ref
34273 LatexCommand ref
34274 reference "sub:Font-Styles"
34275
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \end_inset
34282
34283 : 30
34284 \begin_inset space \thinspace{}
34285 \end_inset
34286
34287 km/h
34288 \begin_inset Newline newline
34289 \end_inset
34290
34291 Between the value and the unit is the smallest space, see 
34292 \begin_inset CommandInset ref
34293 LatexCommand ref
34294 reference "sub:Predefined-Space"
34295
34296 \end_inset
34297
34298 .
34299 \end_layout
34300
34301 \begin_layout Itemize
34302 Percent and perthousand signs are set like physical units:
34303 \begin_inset Newline newline
34304 \end_inset
34305
34306 1,2
34307 \begin_inset space \thinspace{}
34308 \end_inset
34309
34310 ‰ alcohol in blood
34311 \end_layout
34312
34313 \begin_layout Itemize
34314 The degree sign follows directly on the value: 15°, but not when it is used
34315  in units: 15
34316 \begin_inset space \thinspace{}
34317 \end_inset
34318
34319 °C
34320 \end_layout
34321
34322 \begin_layout Itemize
34323 In numbers with more than four digits the smallest space is inserted before
34324  every third digit to group them: 
34325 \family roman
34326 \series medium
34327 \shape up
34328 \size normal
34329 \emph off
34330 \bar no
34331 \noun off
34332 \color none
34333 18
34334 \begin_inset space \thinspace{}
34335 \end_inset
34336
34337 473
34338 \begin_inset space \thinspace{}
34339 \end_inset
34340
34341 588
34342 \end_layout
34343
34344 \begin_layout Itemize
34345 For dimensionings like 120×90×40
34346 \begin_inset space \thinspace{}
34347 \end_inset
34348
34349 cm the multiplication sign 
34350 \begin_inset Quotes eld
34351 \end_inset
34352
34353 ×
34354 \begin_inset Quotes erd
34355 \end_inset
34356
34357  is used.
34358  It is available with the LaTeX-command 
34359 \series bold
34360
34361 \backslash
34362 texttimes
34363 \series default
34364 , but can also directly be inserted with some keyboard definitions.
34365 \end_layout
34366
34367 \begin_layout Itemize
34368 Functions with names consisting of several letters are set upright to avoid
34369  confusions, see 
34370 \begin_inset CommandInset ref
34371 LatexCommand ref
34372 reference "sub:Predefined-Functions"
34373
34374 \end_inset
34375
34376 .
34377 \end_layout
34378
34379 \begin_layout Itemize
34380 Indices consisting of several letters, are set upright: 
34381 \begin_inset Formula $E_{\mathrm{kin}}$
34382 \end_inset
34383
34384
34385 \begin_inset Newline newline
34386 \end_inset
34387
34388 Components of matrices are set italic: 
34389 \begin_inset Formula $\hat{H}_{kl}$
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \begin_layout Itemize
34396 The differentiation/integration operator 'd', the Euler's number 'e', and
34397  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34398  other variables.
34399 \end_layout
34400
34401 \begin_layout Standard
34402 \begin_inset Newpage newpage
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \begin_layout Section
34409 Synonyms
34410 \begin_inset Index
34411 status collapsed
34412
34413 \begin_layout Plain Layout
34414 Synonyms
34415 \end_layout
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \begin_layout Standard
34423 Some characters and symbols can be created with several commands.
34424  Here is a list of the synonym commands:
34425 \end_layout
34426
34427 \begin_layout Standard
34428 \begin_inset VSpace bigskip
34429 \end_inset
34430
34431
34432 \begin_inset space \hfill{}
34433 \end_inset
34434
34435
34436 \begin_inset Tabular
34437 <lyxtabular version="3" rows="12" columns="2">
34438 <features>
34439 <column alignment="center" valignment="top" width="0pt">
34440 <column alignment="center" valignment="top" width="0pt">
34441 <row>
34442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34443 \begin_inset Text
34444
34445 \begin_layout Plain Layout
34446 Command
34447 \end_layout
34448
34449 \end_inset
34450 </cell>
34451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34452 \begin_inset Text
34453
34454 \begin_layout Plain Layout
34455 equivalent to
34456 \begin_inset Note Note
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460
34461 \series bold
34462
34463 \backslash
34464 raisebox
34465 \series default
34466  is only used as spacer.
34467 \end_layout
34468
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \end_inset
34475 </cell>
34476 </row>
34477 <row>
34478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34479 \begin_inset Text
34480
34481 \begin_layout Plain Layout
34482
34483 \backslash
34484 ast
34485 \end_layout
34486
34487 \end_inset
34488 </cell>
34489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493 \begin_inset ERT
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497
34498
34499 \backslash
34500 raisebox{-1.2mm}{
34501 \end_layout
34502
34503 \end_inset
34504
34505 *
34506 \begin_inset ERT
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510
34511 }
34512 \end_layout
34513
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \end_inset
34520 </cell>
34521 </row>
34522 <row>
34523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34524 \begin_inset Text
34525
34526 \begin_layout Plain Layout
34527
34528 \backslash
34529 choose
34530 \end_layout
34531
34532 \end_inset
34533 </cell>
34534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34535 \begin_inset Text
34536
34537 \begin_layout Plain Layout
34538
34539 \backslash
34540 binom
34541 \end_layout
34542
34543 \end_inset
34544 </cell>
34545 </row>
34546 <row>
34547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34548 \begin_inset Text
34549
34550 \begin_layout Plain Layout
34551
34552 \backslash
34553 geq
34554 \end_layout
34555
34556 \end_inset
34557 </cell>
34558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34559 \begin_inset Text
34560
34561 \begin_layout Plain Layout
34562
34563 \backslash
34564 ge
34565 \end_layout
34566
34567 \end_inset
34568 </cell>
34569 </row>
34570 <row>
34571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575
34576 \backslash
34577 lbrace
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586 {
34587 \end_layout
34588
34589 \end_inset
34590 </cell>
34591 </row>
34592 <row>
34593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34594 \begin_inset Text
34595
34596 \begin_layout Plain Layout
34597
34598 \backslash
34599 lbracket
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 [
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 </row>
34614 <row>
34615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619
34620 \backslash
34621 leftarrow
34622 \end_layout
34623
34624 \end_inset
34625 </cell>
34626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34627 \begin_inset Text
34628
34629 \begin_layout Plain Layout
34630
34631 \backslash
34632 gets
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 </row>
34638 <row>
34639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34640 \begin_inset Text
34641
34642 \begin_layout Plain Layout
34643
34644 \backslash
34645 leq
34646 \end_layout
34647
34648 \end_inset
34649 </cell>
34650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654
34655 \backslash
34656 le
34657 \end_layout
34658
34659 \end_inset
34660 </cell>
34661 </row>
34662 <row>
34663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34664 \begin_inset Text
34665
34666 \begin_layout Plain Layout
34667
34668 \backslash
34669 lor
34670 \end_layout
34671
34672 \end_inset
34673 </cell>
34674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34675 \begin_inset Text
34676
34677 \begin_layout Plain Layout
34678
34679 \backslash
34680 vee
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 </row>
34686 <row>
34687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691
34692 \backslash
34693 neq
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34699 \begin_inset Text
34700
34701 \begin_layout Plain Layout
34702
34703 \backslash
34704 not=
34705 \end_layout
34706
34707 \end_inset
34708 </cell>
34709 </row>
34710 <row>
34711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715
34716 \backslash
34717 slash
34718 \end_layout
34719
34720 \end_inset
34721 </cell>
34722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34723 \begin_inset Text
34724
34725 \begin_layout Plain Layout
34726 /
34727 \end_layout
34728
34729 \end_inset
34730 </cell>
34731 </row>
34732 <row>
34733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737
34738 \backslash
34739 vert
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34745 \begin_inset Text
34746
34747 \begin_layout Plain Layout
34748 |
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 </row>
34754 </lyxtabular>
34755
34756 \end_inset
34757
34758
34759 \begin_inset space \hfill{}
34760 \end_inset
34761
34762
34763 \begin_inset Tabular
34764 <lyxtabular version="3" rows="12" columns="2">
34765 <features>
34766 <column alignment="center" valignment="top" width="0pt">
34767 <column alignment="center" valignment="top" width="0pt">
34768 <row>
34769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773 Command
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34779 \begin_inset Text
34780
34781 \begin_layout Plain Layout
34782 equivalent to
34783 \end_layout
34784
34785 \end_inset
34786 </cell>
34787 </row>
34788 <row>
34789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34790 \begin_inset Text
34791
34792 \begin_layout Plain Layout
34793
34794 \backslash
34795 backslash
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34801 \begin_inset Text
34802
34803 \begin_layout Plain Layout
34804
34805 \backslash
34806
34807 \backslash
34808
34809 \end_layout
34810
34811 \end_inset
34812 </cell>
34813 </row>
34814 <row>
34815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34816 \begin_inset Text
34817
34818 \begin_layout Plain Layout
34819
34820 \backslash
34821 dasharrow
34822 \end_layout
34823
34824 \end_inset
34825 </cell>
34826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34827 \begin_inset Text
34828
34829 \begin_layout Plain Layout
34830
34831 \backslash
34832 dashrightarrow
34833 \end_layout
34834
34835 \end_inset
34836 </cell>
34837 </row>
34838 <row>
34839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843
34844 \backslash
34845 land
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854
34855 \backslash
34856 wedge
34857 \end_layout
34858
34859 \end_inset
34860 </cell>
34861 </row>
34862 <row>
34863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867
34868 \backslash
34869 rbrace
34870 \end_layout
34871
34872 \end_inset
34873 </cell>
34874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34875 \begin_inset Text
34876
34877 \begin_layout Plain Layout
34878 }
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 </row>
34884 <row>
34885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889
34890 \backslash
34891 rbracket
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900 ]
34901 \end_layout
34902
34903 \end_inset
34904 </cell>
34905 </row>
34906 <row>
34907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34908 \begin_inset Text
34909
34910 \begin_layout Plain Layout
34911
34912 \backslash
34913 rightarrow
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Plain Layout
34922
34923 \backslash
34924 to
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 </row>
34930 <row>
34931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935
34936 \backslash
34937 lnot
34938 \end_layout
34939
34940 \end_inset
34941 </cell>
34942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946
34947 \backslash
34948 neg
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 </row>
34954 <row>
34955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34956 \begin_inset Text
34957
34958 \begin_layout Plain Layout
34959
34960 \backslash
34961 ne
34962 \end_layout
34963
34964 \end_inset
34965 </cell>
34966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970
34971 \backslash
34972 not=
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 </row>
34978 <row>
34979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983
34984 \backslash
34985 owns
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34991 \begin_inset Text
34992
34993 \begin_layout Plain Layout
34994
34995 \backslash
34996 ni
34997 \end_layout
34998
34999 \end_inset
35000 </cell>
35001 </row>
35002 <row>
35003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35004 \begin_inset Text
35005
35006 \begin_layout Plain Layout
35007
35008 \backslash
35009 square
35010 \end_layout
35011
35012 \end_inset
35013 </cell>
35014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35015 \begin_inset Text
35016
35017 \begin_layout Plain Layout
35018
35019 \backslash
35020 Box
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 </row>
35026 <row>
35027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031
35032 \backslash
35033 Vert
35034 \end_layout
35035
35036 \end_inset
35037 </cell>
35038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042
35043 \backslash
35044 |
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 </row>
35050 </lyxtabular>
35051
35052 \end_inset
35053
35054
35055 \begin_inset space \hfill{}
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \begin_layout Standard
35062 \begin_inset Newpage newpage
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Bibliography
35069 \begin_inset CommandInset bibitem
35070 LatexCommand bibitem
35071 key "TLC2"
35072
35073 \end_inset
35074
35075
35076 \shape smallcaps
35077 Mittelbach, F.
35078  ; Goossens, M.
35079 \shape default
35080
35081 \shape italic
35082 The LaTeX Companion
35083 \shape default
35084 .
35085  Addison Wesley, 2004
35086 \end_layout
35087
35088 \begin_layout Bibliography
35089 \begin_inset CommandInset bibitem
35090 LatexCommand bibitem
35091 key "Mathmode"
35092
35093 \end_inset
35094
35095
35096 \begin_inset CommandInset href
35097 LatexCommand href
35098 name "Description"
35099 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35100
35101 \end_inset
35102
35103  of LaTeX's math abilities
35104 \end_layout
35105
35106 \begin_layout Bibliography
35107 \begin_inset CommandInset bibitem
35108 LatexCommand bibitem
35109 key "Voss"
35110
35111 \end_inset
35112
35113 LaTeX tips and tricks-
35114 \begin_inset CommandInset href
35115 LatexCommand href
35116 name "page"
35117 target "http://tug.org/TeXnik/"
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Bibliography
35125 \begin_inset CommandInset bibitem
35126 LatexCommand bibitem
35127 key "AMS"
35128
35129 \end_inset
35130
35131
35132 \begin_inset CommandInset href
35133 LatexCommand href
35134 name "Description"
35135 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35136
35137 \end_inset
35138
35139  of 
35140 \begin_inset ERT
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144
35145
35146 \backslash
35147 AmS
35148 \end_layout
35149
35150 \end_inset
35151
35152 -LaTeX
35153 \end_layout
35154
35155 \begin_layout Bibliography
35156 \begin_inset CommandInset bibitem
35157 LatexCommand bibitem
35158 key "Symbole"
35159
35160 \end_inset
35161
35162
35163 \begin_inset CommandInset href
35164 LatexCommand href
35165 name "List"
35166 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35167
35168 \end_inset
35169
35170  of all symbols available with LaTeX-packages
35171 \end_layout
35172
35173 \begin_layout Bibliography
35174 \begin_inset CommandInset bibitem
35175 LatexCommand bibitem
35176 key "hyperref"
35177
35178 \end_inset
35179
35180
35181 \begin_inset CommandInset href
35182 LatexCommand href
35183 name "Documentation"
35184 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35185
35186 \end_inset
35187
35188  of the LaTeX-package 
35189 \series bold
35190 hyperref
35191 \series default
35192
35193 \begin_inset Index
35194 status collapsed
35195
35196 \begin_layout Plain Layout
35197 Packages ! hyperref
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \begin_layout Bibliography
35206 \begin_inset CommandInset bibitem
35207 LatexCommand bibitem
35208 key "Mathclap"
35209
35210 \end_inset
35211
35212
35213 \begin_inset CommandInset href
35214 LatexCommand href
35215 name "Description"
35216 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35217
35218 \end_inset
35219
35220  of the command 
35221 \series bold
35222
35223 \backslash
35224 mathclap
35225 \series default
35226 , described in 
35227 \begin_inset CommandInset ref
35228 LatexCommand ref
35229 reference "sub:Operator-Limits"
35230
35231 \end_inset
35232
35233
35234 \begin_inset Index
35235 status collapsed
35236
35237 \begin_layout Plain Layout
35238 Commands ! M ! 
35239 \backslash
35240 mathclap
35241 \end_layout
35242
35243 \end_inset
35244
35245
35246 \end_layout
35247
35248 \begin_layout Bibliography
35249 \begin_inset CommandInset bibitem
35250 LatexCommand bibitem
35251 key "Duden"
35252
35253 \end_inset
35254
35255
35256 \emph on
35257 Duden Band 1
35258 \emph default
35259 .
35260  22.
35261  Auflage, Duden 2001
35262 \end_layout
35263
35264 \begin_layout Subsubsection*
35265 \begin_inset CommandInset index_print
35266 LatexCommand printindex
35267
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \end_body
35274 \end_document