]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
b71c141f0de6297fb80a72677cede8acb86120ff
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0alpha1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 324
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 % see sec. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
45 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{Roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{Contents}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 % see sec. 22.16
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in Kap. 22.4
75 \usepackage{braket}
76
77 % used in Kap. 22.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values,
81 \usepackage{calc}
82
83 % for multiple table row and column cells
84 \usepackage{multirow}
85 \usepackage{multicol}
86
87 % needed for diagrams
88 \usepackage{amscd}
89
90 % needed in sec. 19.4
91 \usepackage{remreset}
92
93 % center multirows (e.g. in sec. 13.3)
94 \renewcommand{\multirowsetup}{\centering}
95
96 % define a color, used in sec.9.3
97 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
98
99 % declare operators (see sec. 10.4 and sec. 15.2)
100 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
101 \DeclareMathOperator{\sgn}{sgn}
102
103 \newcommand{\spce}{\textvisiblespace}
104
105 % example definitions for sec. 20.1 
106 \newcommand{\gr}{\Longrightarrow}
107 \newcommand{\us}[1]{\underline{#1}}
108 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
109 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
110 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
111
112 % example macro from sec. 19.4
113 %\def\tagform@#1{\maketag@@@{|#1|}}
114
115 % macro from sec. 10.2
116 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
117 \def\mathclap {\mathpalette \mathclapinternal}
118 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
119
120 % redefine the greyed out note
121 \renewenvironment{lyxgreyedout}
122  {\textcolor{blue}\bgroup}{\egroup}
123
124 % check for package eurosym
125 % used for the Euro symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % needed in sec. 22.4
133 % check for package braket
134 \newboolean{braket}
135 \IfFileExists{braket.sty}
136  {\usepackage{braket}
137   \setboolean{braket}{true}}
138  {\setboolean{braket}{false}}
139
140 % needed in sec. 22.10
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
149 \language english
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159 \graphics default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "LyX's Math Manual"
164 \pdf_author "LyX Team, Uwe Stöhr"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pagebackref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
178 \papersize a4paper
179 \use_geometry false
180 \use_amsmath 2
181 \use_esint 1
182 \cite_engine basic
183 \use_bibtopic false
184 \paperorientation portrait
185 \secnumdepth 4
186 \tocdepth 3
187 \paragraph_separation skip
188 \defskip medskip
189 \quotes_language english
190 \papercolumns 1
191 \papersides 2
192 \paperpagestyle plain
193 \bullet 1 0 6 -1
194 \bullet 2 2 35 -1
195 \bullet 3 2 7 -1
196 \tracking_changes false
197 \output_changes false
198 \author "" 
199 \author "" 
200 \extra_embedded_files ""
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         embed ""
491         scale 85
492
493 \end_inset
494
495
496 \begin_inset Newline newline
497 \end_inset
498
499 To create a display style formula
500 \begin_inset Index
501 status collapsed
502
503 \begin_layout Plain Layout
504 Formula ! display style
505 \end_layout
506
507 \end_inset
508
509  that will appear bigger and in an own paragraph, press 
510 \family sans
511 Ctrl-M
512 \family default
513 .
514 \end_layout
515
516 \begin_layout Standard
517 To change a display style formula to an inline formula, set the cursor into
518  the formula and press 
519 \family sans
520 Ctrl-M
521 \family default
522  or use the menu 
523 \family sans
524 Edit\SpecialChar \menuseparator
525 Math\SpecialChar \menuseparator
526 Change formula type
527 \family default
528 .
529  The same way is used to change an inline formula to a display style formula.
530 \end_layout
531
532 \begin_layout Standard
533 To display parts of an inline formula in the size of a display style formula,
534  enter the command 
535 \series bold
536
537 \backslash
538 displaystyle
539 \begin_inset Index
540 status collapsed
541
542 \begin_layout Plain Layout
543 Commands ! D ! 
544 \backslash
545 displaystyle
546 \end_layout
547
548 \end_inset
549
550
551 \series default
552  to a formula.
553  Then a new blue box appears in which the desired formula part is inserted.
554 \end_layout
555
556 \begin_layout Standard
557 Only inline formulas are allowed inside tables.
558 \end_layout
559
560 \begin_layout Standard
561 The 
562 \family sans
563 math toolbar
564 \family default
565  can be turned on in the menu 
566 \family sans
567 View\SpecialChar \menuseparator
568 Toolbars
569 \family default
570 .
571  When you click there on 
572 \begin_inset Quotes eld
573 \end_inset
574
575 Math
576 \begin_inset Quotes erd
577 \end_inset
578
579  the toolbar will be shown permanently at the bottom; this state is visualized
580  in the 
581 \family sans
582 Toolbars
583 \family default
584  menu with a checkmark.
585  When you click in this state again on 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Math
590 \begin_inset Quotes erd
591 \end_inset
592
593  in the 
594 \family sans
595 Toolbars
596 \family default
597  menu, the 
598 \family sans
599 math toolbar
600 \family default
601  is only shown when the cursor is within a formula; this state is visualized
602  by the renaming of the menu entry from 
603 \begin_inset Quotes eld
604 \end_inset
605
606 Math
607 \begin_inset Quotes erd
608 \end_inset
609
610  to 
611 \begin_inset Quotes eld
612 \end_inset
613
614 Math
615 \begin_inset Space ~
616 \end_inset
617
618 (auto)
619 \begin_inset Quotes erd
620 \end_inset
621
622 .
623 \end_layout
624
625 \begin_layout Standard
626 The TeX-mode
627 \begin_inset Index
628 status collapsed
629
630 \begin_layout Plain Layout
631 T@
632 \begin_inset ERT
633 status collapsed
634
635 \begin_layout Plain Layout
636
637
638 \backslash
639
640 \begin_inset ERT
641 status collapsed
642
643 \begin_layout Plain Layout
644
645 {
646 \end_layout
647
648 \end_inset
649
650
651 \begin_inset ERT
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 }
657 \end_layout
658
659 \end_inset
660
661
662 \end_layout
663
664 \end_inset
665
666 TeX-mode
667 \end_layout
668
669 \end_inset
670
671  is invoked by pressing the toolbar button 
672 \begin_inset Graphics
673         filename ../images/ert-insert.png
674         embed ""
675         scale 85
676
677 \end_inset
678
679  or by using the menu 
680 \family sans
681 Insert\SpecialChar \menuseparator
682 T
683 \begin_inset ERT
684 status collapsed
685
686 \begin_layout Plain Layout
687
688 {
689 \end_layout
690
691 \end_inset
692
693 e
694 \begin_inset ERT
695 status collapsed
696
697 \begin_layout Plain Layout
698
699 }
700 \end_layout
701
702 \end_inset
703
704 X Code
705 \family default
706  (shortcut 
707 \family sans
708 Ctrl-l
709 \family default
710 ).
711 \begin_inset Note Note
712 status collapsed
713
714 \begin_layout Plain Layout
715 In LyX there are three 
716 \begin_inset Quotes eld
717 \end_inset
718
719 proper names
720 \begin_inset Quotes erd
721 \end_inset
722
723  that appear in the output with sub- and superscript letters: TeX, LaTeX,
724  and LyX
725 \end_layout
726
727 \begin_layout Plain Layout
728 To avoid that these names are recognized as proper names, TeX-braces are
729  set around one of the letters of the name.
730 \end_layout
731
732 \end_inset
733
734
735 \end_layout
736
737 \begin_layout Standard
738 To change the LaTeX-preamble
739 \begin_inset Index
740 status collapsed
741
742 \begin_layout Plain Layout
743 L@LaTeX-preamble
744 \end_layout
745
746 \end_inset
747
748 , use the menu 
749 \family sans
750 Document\SpecialChar \menuseparator
751 Settings\SpecialChar \menuseparator
752 La
753 \begin_inset ERT
754 status collapsed
755
756 \begin_layout Plain Layout
757
758 {
759 \end_layout
760
761 \end_inset
762
763 T
764 \begin_inset ERT
765 status collapsed
766
767 \begin_layout Plain Layout
768
769 }
770 \end_layout
771
772 \end_inset
773
774 eX
775 \family default
776  
777 \family sans
778 Preamble
779 \family default
780 .
781 \end_layout
782
783 \begin_layout Standard
784 To edit matrices, case differentiations, and multiline formulas subsequently,
785  the menus 
786 \family sans
787 Edit\SpecialChar \menuseparator
788 Math
789 \family default
790  and 
791 \family sans
792 Edit\SpecialChar \menuseparator
793 Rows
794 \begin_inset Space \thinspace{}
795 \end_inset
796
797 &
798 \begin_inset Space \thinspace{}
799 \end_inset
800
801 Columns,
802 \family default
803  or the 
804 \family sans
805 table toolbar
806 \family default
807  can be used.
808  When lines and columns are swapped via the menu, the column or line where
809  the cursor is in is exchanged with the column to the right or the line
810  below, respectively.
811  Is the cursor in the last column or row, the exchange is done with the
812  column to the left or the line above.
813 \end_layout
814
815 \begin_layout Standard
816 To write text in formulas
817 \begin_inset Foot
818 status collapsed
819
820 \begin_layout Plain Layout
821 For multiline formulas the command 
822 \series bold
823
824 \backslash
825 intertext
826 \series default
827  is used, see 
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "sub:Text-in-multiline"
831
832 \end_inset
833
834 .
835 \end_layout
836
837 \end_inset
838
839  
840 \emph on
841 mathematical text
842 \emph default
843
844 \begin_inset Index
845 status collapsed
846
847 \begin_layout Plain Layout
848 Text ! in formulas
849 \end_layout
850
851 \end_inset
852
853
854 \begin_inset Index
855 status collapsed
856
857 \begin_layout Plain Layout
858 Mathematical text
859 \end_layout
860
861 \end_inset
862
863  is used.
864  This mode is invoked with the the shortcut 
865 \family sans
866 Alt-m
867 \begin_inset Space ~
868 \end_inset
869
870 m
871 \family default
872  or by the insertion of the command 
873 \series bold
874
875 \backslash
876 text
877 \begin_inset Index
878 status collapsed
879
880 \begin_layout Plain Layout
881 Commands ! T ! 
882 \backslash
883 text
884 \end_layout
885
886 \end_inset
887
888
889 \series default
890 .
891  The text appears black in LyX and can therefore be distinguished from the
892  other formula parts that appear blue.
893  In the output mathematical text is set upright, in contrary to other formula
894  parts.
895 \end_layout
896
897 \begin_layout Subsection*
898 Command Scheme
899 \end_layout
900
901 \begin_layout Standard
902 Most of the LaTeX-commands for math constructs have the following scheme:
903 \end_layout
904
905 \begin_layout Standard
906
907 \series bold
908
909 \backslash
910 commandname[optional
911 \series default
912  
913 \series bold
914 argument]{required
915 \series default
916  
917 \series bold
918 argument}
919 \end_layout
920
921 \begin_layout Standard
922 A command starts always with a backslash 
923 \begin_inset Quotes gld
924 \end_inset
925
926
927 \series bold
928
929 \backslash
930
931 \series default
932
933 \begin_inset Quotes grd
934 \end_inset
935
936 .
937  To omit optional arguments, also omit the associated brackets.
938  The braces around the required arguments are named in this document as
939  TeX-braces
940 \begin_inset Index
941 status collapsed
942
943 \begin_layout Plain Layout
944 T@
945 \begin_inset ERT
946 status collapsed
947
948 \begin_layout Plain Layout
949
950
951 \backslash
952
953 \begin_inset ERT
954 status collapsed
955
956 \begin_layout Plain Layout
957
958 {
959 \end_layout
960
961 \end_inset
962
963
964 \begin_inset ERT
965 status collapsed
966
967 \begin_layout Plain Layout
968
969 }
970 \end_layout
971
972 \end_inset
973
974
975 \end_layout
976
977 \end_inset
978
979 TeX-braces
980 \end_layout
981
982 \end_inset
983
984 .
985  If you add in a formula a left brace to a command name, LyX creates automatical
986 ly a TeX-brace.
987  In all other cases TeX-braces are created in formulas with the command
988  
989 \series bold
990
991 \backslash
992 {
993 \series default
994 .
995  TeX-braces appear red in LyX, in contrary to normal braces that appear
996  blue.
997  In TeX-mode no command is needed to get TeX-braces.
998  TeX-braces don't appear in the output.
999 \end_layout
1000
1001 \begin_layout Standard
1002 When commands without arguments, like commands for symbols are entered in
1003  TeX-mode, a space character must 
1004 \emph on
1005 always
1006 \emph default
1007  be behind the command to end it.
1008  This space doesn't appear in the output.
1009  When the space should appear in the output, the space must be followed
1010  by a protected space in normal text.
1011 \end_layout
1012
1013 \begin_layout Standard
1014 A protected space is inserted with 
1015 \family sans
1016 Ctrl-Space
1017 \family default
1018 .
1019 \end_layout
1020
1021 \begin_layout Subsection*
1022 \begin_inset Newpage newpage
1023 \end_inset
1024
1025 Syntax Explanation
1026 \end_layout
1027
1028 \begin_layout Itemize
1029 The symbol
1030 \begin_inset Foot
1031 status collapsed
1032
1033 \begin_layout Plain Layout
1034 This visible space character can be created with the command 
1035 \series bold
1036
1037 \backslash
1038 textvisiblespace
1039 \series default
1040
1041 \begin_inset Index
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 Commands ! T ! 
1046 \backslash
1047 textvisiblespace
1048 \end_layout
1049
1050 \end_inset
1051
1052 , inserted in TeX-mode.
1053 \end_layout
1054
1055 \end_inset
1056
1057  
1058 \begin_inset ERT
1059 status collapsed
1060
1061 \begin_layout Plain Layout
1062
1063
1064 \backslash
1065 spce 
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \begin_inset Space ~
1072 \end_inset
1073
1074 denotes a space character to be input.
1075 \end_layout
1076
1077 \begin_layout Itemize
1078 An arrow like 
1079 \begin_inset Formula $\to$
1080 \end_inset
1081
1082  denotes the usage of the corresponding arrow key on the keyboard.
1083 \end_layout
1084
1085 \begin_layout Subsection*
1086 Used units
1087 \end_layout
1088
1089 \begin_layout Standard
1090 \align center
1091 \begin_inset Float table
1092 placement H
1093 wide false
1094 sideways false
1095 status open
1096
1097 \begin_layout Plain Layout
1098 \align center
1099 \begin_inset Caption
1100
1101 \begin_layout Plain Layout
1102 \begin_inset CommandInset label
1103 LatexCommand label
1104 name "tab:Used-units"
1105
1106 \end_inset
1107
1108 Used units
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Plain Layout
1117 \align center
1118 \begin_inset Tabular
1119 <lyxtabular version="3" rows="13" columns="2">
1120 <features>
1121 <column alignment="center" valignment="top" width="0">
1122 <column alignment="center" valignment="top" width="0">
1123 <row>
1124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Unit
1129 \end_layout
1130
1131 \end_inset
1132 </cell>
1133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1134 \begin_inset Text
1135
1136 \begin_layout Plain Layout
1137 Name / Description
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 </row>
1143 <row>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 mm
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 Millimeter
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 </row>
1163 <row>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 cm
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 Centimeter
1178 \end_layout
1179
1180 \end_inset
1181 </cell>
1182 </row>
1183 <row>
1184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1185 \begin_inset Text
1186
1187 \begin_layout Plain Layout
1188 in
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 Inch (1
1198 \begin_inset Space \thinspace{}
1199 \end_inset
1200
1201 in = 2,54
1202 \begin_inset Space \thinspace{}
1203 \end_inset
1204
1205 cm)
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 </row>
1211 <row>
1212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 pt
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 Point (72.27
1226 \begin_inset Space \thinspace{}
1227 \end_inset
1228
1229 pt = 1
1230 \begin_inset Space \thinspace{}
1231 \end_inset
1232
1233 in)
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 </row>
1239 <row>
1240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1241 \begin_inset Text
1242
1243 \begin_layout Plain Layout
1244 pc
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 Pica (1
1254 \begin_inset Space \thinspace{}
1255 \end_inset
1256
1257 pc = 12
1258 \begin_inset Space \thinspace{}
1259 \end_inset
1260
1261 pt)
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 </row>
1267 <row>
1268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 sp
1273 \end_layout
1274
1275 \end_inset
1276 </cell>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 scaled point (65536
1282 \begin_inset Space \thinspace{}
1283 \end_inset
1284
1285 sp = 1
1286 \begin_inset Space \thinspace{}
1287 \end_inset
1288
1289 pt)
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 </row>
1295 <row>
1296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 bp
1301 \end_layout
1302
1303 \end_inset
1304 </cell>
1305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309 big point (72
1310 \begin_inset Space \thinspace{}
1311 \end_inset
1312
1313 bp = 1
1314 \begin_inset Space \thinspace{}
1315 \end_inset
1316
1317 in)
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 </row>
1323 <row>
1324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 dd
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 Didot (1
1338 \begin_inset Space \thinspace{}
1339 \end_inset
1340
1341 dd 
1342 \begin_inset Formula $\approx$
1343 \end_inset
1344
1345  0.376
1346 \begin_inset Space \thinspace{}
1347 \end_inset
1348
1349 mm)
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 </row>
1355 <row>
1356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1357 \begin_inset Text
1358
1359 \begin_layout Plain Layout
1360 cc
1361 \end_layout
1362
1363 \end_inset
1364 </cell>
1365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1366 \begin_inset Text
1367
1368 \begin_layout Plain Layout
1369 Cicero (1
1370 \begin_inset Space \thinspace{}
1371 \end_inset
1372
1373 cc = 12
1374 \begin_inset Space \thinspace{}
1375 \end_inset
1376
1377 dd)
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 </row>
1383 <row>
1384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1385 \begin_inset Text
1386
1387 \begin_layout Plain Layout
1388 ex
1389 \end_layout
1390
1391 \end_inset
1392 </cell>
1393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1394 \begin_inset Text
1395
1396 \begin_layout Plain Layout
1397 Height of letter 
1398 \emph on
1399
1400 \begin_inset Quotes eld
1401 \end_inset
1402
1403 x
1404 \emph default
1405
1406 \begin_inset Quotes erd
1407 \end_inset
1408
1409  in the current font
1410 \end_layout
1411
1412 \end_inset
1413 </cell>
1414 </row>
1415 <row>
1416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1417 \begin_inset Text
1418
1419 \begin_layout Plain Layout
1420 em
1421 \end_layout
1422
1423 \end_inset
1424 </cell>
1425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1426 \begin_inset Text
1427
1428 \begin_layout Plain Layout
1429 width of letter 
1430 \begin_inset Quotes eld
1431 \end_inset
1432
1433
1434 \emph on
1435 M
1436 \emph default
1437
1438 \begin_inset Quotes erd
1439 \end_inset
1440
1441  in the current font
1442 \end_layout
1443
1444 \end_inset
1445 </cell>
1446 </row>
1447 <row>
1448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1449 \begin_inset Text
1450
1451 \begin_layout Plain Layout
1452 mu
1453 \end_layout
1454
1455 \end_inset
1456 </cell>
1457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1458 \begin_inset Text
1459
1460 \begin_layout Plain Layout
1461 math unit (1
1462 \begin_inset Space \thinspace{}
1463 \end_inset
1464
1465 mu = 
1466 \begin_inset Formula $\nicefrac{1}{18}$
1467 \end_inset
1468
1469
1470 \begin_inset Space \thinspace{}
1471 \end_inset
1472
1473 em)
1474 \end_layout
1475
1476 \end_inset
1477 </cell>
1478 </row>
1479 </lyxtabular>
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \begin_layout Standard
1492 \begin_inset Newpage newpage
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \begin_layout Section
1499 Basic Functions
1500 \end_layout
1501
1502 \begin_layout Subsection
1503 Exponents
1504 \begin_inset Index
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508 Exponents
1509 \end_layout
1510
1511 \end_inset
1512
1513  and Indices
1514 \begin_inset Index
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518 Indices
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \begin_inset Index
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528 Superscripts|see
1529 \begin_inset ERT
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533
1534 {
1535 \end_layout
1536
1537 \end_inset
1538
1539 Exponents
1540 \begin_inset ERT
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544
1545 }
1546 \end_layout
1547
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \end_inset
1554
1555
1556 \begin_inset Index
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 Subscripts|see
1561 \begin_inset ERT
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565
1566 {
1567 \end_layout
1568
1569 \end_inset
1570
1571 Indices
1572 \begin_inset ERT
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 }
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \begin_layout Standard
1591 Indices are created with an underscore 
1592 \begin_inset Quotes eld
1593 \end_inset
1594
1595 _
1596 \begin_inset Quotes erd
1597 \end_inset
1598
1599  or via the math toolbar button 
1600 \begin_inset Graphics
1601         filename ../images/math-subscript.png
1602         embed ""
1603         scale 85
1604
1605 \end_inset
1606
1607  , exponents with a caret 
1608 \begin_inset Quotes eld
1609 \end_inset
1610
1611 ^
1612 \begin_inset Quotes erd
1613 \end_inset
1614
1615  or via the math toolbar button 
1616 \begin_inset Graphics
1617         filename ../images/math-superscript.png
1618         embed ""
1619         scale 85
1620
1621 \end_inset
1622
1623 .
1624 \end_layout
1625
1626 \begin_layout Standard
1627 \align center
1628 \begin_inset Tabular
1629 <lyxtabular version="3" rows="4" columns="2">
1630 <features>
1631 <column alignment="center" valignment="top" width="0pt">
1632 <column alignment="center" valignment="top" width="0pt">
1633 <row>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638 command
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647 Result
1648 \begin_inset Note Note
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652
1653 \series bold
1654
1655 \backslash
1656 raisebox
1657 \series default
1658  is only used as spacer.
1659 \end_layout
1660
1661 \end_inset
1662
1663
1664 \end_layout
1665
1666 \end_inset
1667 </cell>
1668 </row>
1669 <row>
1670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674 B_V
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683 \begin_inset Formula $B_{V}$
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 </row>
1692 <row>
1693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697 B^V
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1703 \begin_inset Text
1704
1705 \begin_layout Plain Layout
1706 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1707 \end_inset
1708
1709
1710 \end_layout
1711
1712 \end_inset
1713 </cell>
1714 </row>
1715 <row>
1716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720 B^
1721 \begin_inset ERT
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725
1726
1727 \backslash
1728 spce 
1729 \end_layout
1730
1731 \end_inset
1732
1733 A
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1743 \end_inset
1744
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 </row>
1751 </lyxtabular>
1752
1753 \end_inset
1754
1755
1756 \end_layout
1757
1758 \begin_layout Standard
1759 As the caret is in some languages an accent, vowels will be accentuated
1760  in this case and not set as exponents
1761 \begin_inset Foot
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765 Depending on the used keyboard settings this can also happen for other character
1766 s than vowels.
1767 \end_layout
1768
1769 \end_inset
1770
1771 .
1772  To get in this case exponents, press 
1773 \family sans
1774 Space
1775 \family default
1776  after the caret as in the last example.
1777 \end_layout
1778
1779 \begin_layout Subsection
1780 Fractions
1781 \begin_inset CommandInset label
1782 LatexCommand label
1783 name "sub:Fractions"
1784
1785 \end_inset
1786
1787
1788 \begin_inset Index
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792 Fractions
1793 \end_layout
1794
1795 \end_inset
1796
1797
1798 \end_layout
1799
1800 \begin_layout Standard
1801 Fractions are generated with the command 
1802 \series bold
1803
1804 \backslash
1805 frac
1806 \series default
1807
1808 \begin_inset Index
1809 status collapsed
1810
1811 \begin_layout Plain Layout
1812 Commands ! F ! 
1813 \backslash
1814 frac
1815 \end_layout
1816
1817 \end_inset
1818
1819  or via the math toolbar button 
1820 \begin_inset Graphics
1821         filename ../images/math/frac.png
1822         embed ""
1823         scale 50
1824
1825 \end_inset
1826
1827 .
1828  The font size is adjusted automatically, depending on whether the fraction
1829  is in an inline or display style formula.
1830  With the math toolbar button 
1831 \begin_inset Graphics
1832         filename ../images/math/frac-square.png
1833         embed ""
1834         scale 85
1835
1836 \end_inset
1837
1838  you can select different fraction types.
1839 \end_layout
1840
1841 \begin_layout Standard
1842 With the command 
1843 \series bold
1844
1845 \backslash
1846 dfrac
1847 \begin_inset Index
1848 status collapsed
1849
1850 \begin_layout Plain Layout
1851 Commands ! D ! 
1852 \backslash
1853 dfrac
1854 \end_layout
1855
1856 \end_inset
1857
1858
1859 \series default
1860  a fraction can be created that has in any case the size of a display style
1861  formula.
1862  With 
1863 \series bold
1864
1865 \backslash
1866 tfrac
1867 \begin_inset Index
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871 Commands ! T ! 
1872 \backslash
1873 tfrac
1874 \end_layout
1875
1876 \end_inset
1877
1878
1879 \series default
1880  the fraction appears always with the size of an inline formula.
1881  An example:
1882 \end_layout
1883
1884 \begin_layout Standard
1885 A line with the fraction 
1886 \begin_inset Formula $\frac{1}{2}$
1887 \end_inset
1888
1889  that was created with the command 
1890 \series bold
1891
1892 \backslash
1893 frac
1894 \series default
1895 .
1896 \end_layout
1897
1898 \begin_layout Standard
1899 A line with the fraction 
1900 \begin_inset Formula $\dfrac{1}{2}$
1901 \end_inset
1902
1903  that was created with the command 
1904 \series bold
1905
1906 \backslash
1907 dfrac
1908 \series default
1909 .
1910 \end_layout
1911
1912 \begin_layout Standard
1913 \align center
1914 \begin_inset Tabular
1915 <lyxtabular version="3" rows="4" columns="2">
1916 <features>
1917 <column alignment="center" valignment="top" width="0pt">
1918 <column alignment="center" valignment="top" width="0pt">
1919 <row>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924 Command
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933 Result
1934 \begin_inset Note Note
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938
1939 \series bold
1940
1941 \backslash
1942 raisebox
1943 \series default
1944  is only used as spacer.
1945 \end_layout
1946
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 <row>
1956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960
1961 \backslash
1962 frac
1963 \begin_inset ERT
1964 status collapsed
1965
1966 \begin_layout Plain Layout
1967
1968
1969 \backslash
1970 spce 
1971 \end_layout
1972
1973 \end_inset
1974
1975 A
1976 \begin_inset Formula $\downarrow$
1977 \end_inset
1978
1979 B
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Plain Layout
1988 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
1989 \end_inset
1990
1991
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 </row>
1997 <row>
1998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1999 \begin_inset Text
2000
2001 \begin_layout Plain Layout
2002
2003 \backslash
2004 dfrac
2005 \begin_inset ERT
2006 status collapsed
2007
2008 \begin_layout Plain Layout
2009
2010
2011 \backslash
2012 spce 
2013 \end_layout
2014
2015 \end_inset
2016
2017 A
2018 \begin_inset Formula $\downarrow$
2019 \end_inset
2020
2021 B
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Plain Layout
2030 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \end_inset
2037 </cell>
2038 </row>
2039 <row>
2040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2041 \begin_inset Text
2042
2043 \begin_layout Plain Layout
2044
2045 \backslash
2046 dfrac
2047 \begin_inset ERT
2048 status collapsed
2049
2050 \begin_layout Plain Layout
2051
2052
2053 \backslash
2054 spce 
2055 \end_layout
2056
2057 \end_inset
2058
2059 e^
2060 \begin_inset ERT
2061 status collapsed
2062
2063 \begin_layout Plain Layout
2064
2065
2066 \backslash
2067 spce 
2068 \end_layout
2069
2070 \end_inset
2071
2072
2073 \backslash
2074 frac
2075 \begin_inset ERT
2076 status collapsed
2077
2078 \begin_layout Plain Layout
2079
2080
2081 \backslash
2082 spce 
2083 \end_layout
2084
2085 \end_inset
2086
2087 1
2088 \begin_inset Formula $\downarrow$
2089 \end_inset
2090
2091 2
2092 \begin_inset Formula $\downarrow\downarrow$
2093 \end_inset
2094
2095 3
2096 \end_layout
2097
2098 \end_inset
2099 </cell>
2100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2101 \begin_inset Text
2102
2103 \begin_layout Plain Layout
2104 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2105 \end_inset
2106
2107
2108 \end_layout
2109
2110 \end_inset
2111 </cell>
2112 </row>
2113 </lyxtabular>
2114
2115 \end_inset
2116
2117
2118 \end_layout
2119
2120 \begin_layout Standard
2121 \begin_inset VSpace bigskip
2122 \end_inset
2123
2124
2125 \begin_inset Newpage newpage
2126 \end_inset
2127
2128 For nested fractions the command 
2129 \series bold
2130
2131 \backslash
2132 cfrac
2133 \series default
2134
2135 \begin_inset Index
2136 status collapsed
2137
2138 \begin_layout Plain Layout
2139 Commands ! C ! 
2140 \backslash
2141 cfrac
2142 \end_layout
2143
2144 \end_inset
2145
2146  can be used.
2147  Here an example:
2148 \begin_inset VSpace -3mm
2149 \end_inset
2150
2151
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset Formula \begin{align*}
2156 \textrm{created with \textbf{\textbackslash  frac}} &  & \textrm{created with \textbf{\textbackslash  cfrac}}\\
2157 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2158
2159 \end_inset
2160
2161
2162 \end_layout
2163
2164 \begin_layout Standard
2165 The command for the example above is:
2166 \end_layout
2167
2168 \begin_layout Standard
2169
2170 \series bold
2171
2172 \backslash
2173 cfrac{A
2174 \begin_inset Formula $\to$
2175 \end_inset
2176
2177
2178 \backslash
2179 {B+
2180 \backslash
2181 cfrac{C+
2182 \backslash
2183 cfrac{E
2184 \begin_inset Formula $\to$
2185 \end_inset
2186
2187
2188 \backslash
2189 {F
2190 \begin_inset Formula $\to\to$
2191 \end_inset
2192
2193
2194 \backslash
2195 {D
2196 \end_layout
2197
2198 \begin_layout Standard
2199 \begin_inset VSpace medskip
2200 \end_inset
2201
2202
2203 \end_layout
2204
2205 \begin_layout Standard
2206
2207 \series bold
2208
2209 \backslash
2210 cfrac
2211 \series default
2212  sets the fraction always in the size of a displayed formula, also when
2213  it is part of another fraction.
2214  
2215 \series bold
2216
2217 \backslash
2218 cfrac
2219 \series default
2220  has the following command scheme:
2221 \end_layout
2222
2223 \begin_layout Standard
2224
2225 \series bold
2226
2227 \backslash
2228 cfrac[numerator position]{numerator}{denominator}
2229 \end_layout
2230
2231 \begin_layout Standard
2232 The numerator position can be 
2233 \emph on
2234 l
2235 \emph default
2236  , 
2237 \emph on
2238 c
2239 \emph default
2240 , or 
2241 \emph on
2242 r
2243 \emph default
2244  .
2245  l or r aligns the numerator to the left or right, resp.
2246 \begin_inset Space ~
2247 \end_inset
2248
2249 with the fraction stroke.
2250  When 
2251 \emph on
2252 c
2253 \emph default
2254  or no position is given, the numerator appears centered.
2255  These fractions demonstrate the different alignments:
2256 \begin_inset Newline newline
2257 \end_inset
2258
2259
2260 \series bold
2261
2262 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2263 \end_inset
2264
2265
2266 \begin_inset Formula $\cfrac {A}{B+C}$
2267 \end_inset
2268
2269
2270 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2271 \end_inset
2272
2273
2274 \end_layout
2275
2276 \begin_layout Standard
2277 \begin_inset VSpace medskip
2278 \end_inset
2279
2280 It is often advantageous to combine 
2281 \series bold
2282
2283 \backslash
2284 cfrac
2285 \series default
2286  and 
2287 \series bold
2288
2289 \backslash
2290 frac
2291 \series default
2292 :
2293 \begin_inset Formula \[
2294 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2295
2296 \end_inset
2297
2298
2299 \end_layout
2300
2301 \begin_layout Standard
2302 For inline fractions with a sloped fraction stroke you can use the command
2303  
2304 \series bold
2305
2306 \backslash
2307 nicefrac
2308 \begin_inset Index
2309 status collapsed
2310
2311 \begin_layout Plain Layout
2312 Commands ! N ! 
2313 \backslash
2314 nicefrac
2315 \end_layout
2316
2317 \end_inset
2318
2319
2320 \series default
2321
2322 \begin_inset Formula $\nicefrac{5}{31}$
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \begin_layout Standard
2329 How to define own fractions where the fraction stroke can be changed, is
2330  explained in 
2331 \begin_inset CommandInset ref
2332 LatexCommand ref
2333 reference "sub:Self-defined-Fractions"
2334
2335 \end_inset
2336
2337 .
2338 \end_layout
2339
2340 \begin_layout Subsection
2341 Roots
2342 \begin_inset Index
2343 status collapsed
2344
2345 \begin_layout Plain Layout
2346 Roots
2347 \end_layout
2348
2349 \end_inset
2350
2351
2352 \end_layout
2353
2354 \begin_layout Standard
2355 Square roots are created with 
2356 \series bold
2357
2358 \backslash
2359 sqrt
2360 \series default
2361
2362 \begin_inset Index
2363 status collapsed
2364
2365 \begin_layout Plain Layout
2366 Commands ! S ! 
2367 \backslash
2368 sqrt
2369 \end_layout
2370
2371 \end_inset
2372
2373  or the math toolbar button 
2374 \begin_inset Graphics
2375         filename ../images/math/sqrt.png
2376         embed ""
2377         scale 85
2378
2379 \end_inset
2380
2381 , all other roots with the command 
2382 \series bold
2383
2384 \backslash
2385 root
2386 \series default
2387
2388 \begin_inset Index
2389 status collapsed
2390
2391 \begin_layout Plain Layout
2392 Commands ! R ! 
2393 \backslash
2394 root
2395 \end_layout
2396
2397 \end_inset
2398
2399  or with the math toolbar button 
2400 \begin_inset Graphics
2401         filename ../images/math/root.png
2402         embed ""
2403         scale 85
2404
2405 \end_inset
2406
2407 .
2408 \end_layout
2409
2410 \begin_layout Standard
2411 \align center
2412 \begin_inset Tabular
2413 <lyxtabular version="3" rows="3" columns="2">
2414 <features>
2415 <column alignment="center" valignment="top" width="0pt">
2416 <column alignment="center" valignment="top" width="0pt">
2417 <row>
2418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422 Command
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 Result
2432 \begin_inset Note Note
2433 status collapsed
2434
2435 \begin_layout Plain Layout
2436
2437 \series bold
2438
2439 \backslash
2440 raisebox
2441 \series default
2442  is only used as spacer.
2443 \end_layout
2444
2445 \end_inset
2446
2447
2448 \end_layout
2449
2450 \end_inset
2451 </cell>
2452 </row>
2453 <row>
2454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2455 \begin_inset Text
2456
2457 \begin_layout Plain Layout
2458
2459 \backslash
2460 sqrt
2461 \begin_inset ERT
2462 status collapsed
2463
2464 \begin_layout Plain Layout
2465
2466
2467 \backslash
2468 spce 
2469 \end_layout
2470
2471 \end_inset
2472
2473 A-B
2474 \end_layout
2475
2476 \end_inset
2477 </cell>
2478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2479 \begin_inset Text
2480
2481 \begin_layout Plain Layout
2482 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 </row>
2491 <row>
2492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496
2497 \backslash
2498 root
2499 \begin_inset ERT
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503
2504
2505 \backslash
2506 spce 
2507 \end_layout
2508
2509 \end_inset
2510
2511 3
2512 \begin_inset Formula $\downarrow$
2513 \end_inset
2514
2515 A-B
2516 \end_layout
2517
2518 \end_inset
2519 </cell>
2520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2521 \begin_inset Text
2522
2523 \begin_layout Plain Layout
2524 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 </row>
2533 </lyxtabular>
2534
2535 \end_inset
2536
2537
2538 \end_layout
2539
2540 \begin_layout Standard
2541 A square root can also be created with 
2542 \series bold
2543
2544 \backslash
2545 root
2546 \series default
2547  when the root index field is left empty.
2548 \end_layout
2549
2550 \begin_layout Standard
2551 With certain indices the distance to the root is too small, like in this
2552  formula: 
2553 \begin_inset Formula $\sqrt[\beta]{B}$
2554 \end_inset
2555
2556
2557 \begin_inset Newline newline
2558 \end_inset
2559
2560 The 
2561 \begin_inset Formula $\beta$
2562 \end_inset
2563
2564  touches the root.
2565  To avoid this, the commands 
2566 \series bold
2567
2568 \backslash
2569 leftroot
2570 \series default
2571
2572 \begin_inset Index
2573 status collapsed
2574
2575 \begin_layout Plain Layout
2576 Commands ! L ! 
2577 \backslash
2578 leftroot
2579 \end_layout
2580
2581 \end_inset
2582
2583  and 
2584 \series bold
2585
2586 \backslash
2587 uproot
2588 \series default
2589
2590 \begin_inset Index
2591 status collapsed
2592
2593 \begin_layout Plain Layout
2594 Commands ! U ! 
2595 \backslash
2596 uproot
2597 \end_layout
2598
2599 \end_inset
2600
2601  are used with the following scheme:
2602 \end_layout
2603
2604 \begin_layout Standard
2605
2606 \series bold
2607
2608 \backslash
2609 leftroot{distance}
2610 \series default
2611  and 
2612 \series bold
2613
2614 \backslash
2615 uproot{distance}
2616 \end_layout
2617
2618 \begin_layout Standard
2619 Distance is the number of Big Points (unit bp; 
2620 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2621 \end_inset
2622
2623 ), that the index should be moved to the left or top, resp..
2624  The commands are written to the index.
2625  This way the command
2626 \begin_inset Newline newline
2627 \end_inset
2628
2629
2630 \series bold
2631
2632 \backslash
2633 root
2634 \backslash
2635 leftroot{-1
2636 \begin_inset Formula $\to$
2637 \end_inset
2638
2639
2640 \backslash
2641 uproot{2
2642 \begin_inset Formula $\to$
2643 \end_inset
2644
2645
2646 \backslash
2647 beta
2648 \begin_inset ERT
2649 status collapsed
2650
2651 \begin_layout Plain Layout
2652
2653
2654 \backslash
2655 spce 
2656 \end_layout
2657
2658 \end_inset
2659
2660
2661 \begin_inset Formula $\to$
2662 \end_inset
2663
2664 B
2665 \begin_inset Newline newline
2666 \end_inset
2667
2668
2669 \series default
2670 produces a correct typeset formula: 
2671 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2672 \end_inset
2673
2674
2675 \end_layout
2676
2677 \begin_layout Subsection
2678 Binomial coefficients 
2679 \begin_inset Index
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 Binomial coefficient s
2684 \end_layout
2685
2686 \end_inset
2687
2688
2689 \end_layout
2690
2691 \begin_layout Standard
2692 Binomial coefficients are inserted with the command 
2693 \series bold
2694
2695 \backslash
2696 binom
2697 \series default
2698
2699 \begin_inset Index
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 Commands ! B ! 
2704 \backslash
2705 binom
2706 \end_layout
2707
2708 \end_inset
2709
2710  or with the submenu of the math toolbar button 
2711 \begin_inset Graphics
2712         filename ../images/math/frac-square.png
2713         embed ""
2714         scale 85
2715
2716 \end_inset
2717
2718 .
2719  Analog to fractions (
2720 \series bold
2721
2722 \backslash
2723 frac
2724 \series default
2725 ) there are besides 
2726 \series bold
2727
2728 \backslash
2729 binom
2730 \series default
2731  the commands 
2732 \series bold
2733
2734 \backslash
2735 dbinom
2736 \begin_inset Index
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 Commands ! D ! 
2741 \backslash
2742 dbinom
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \series default
2749  and 
2750 \series bold
2751
2752 \backslash
2753 tbinom
2754 \series default
2755
2756 \begin_inset Index
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 Commands ! T ! 
2761 \backslash
2762 tbinom
2763 \end_layout
2764
2765 \end_inset
2766
2767 .
2768 \end_layout
2769
2770 \begin_layout Standard
2771 \align center
2772 \begin_inset Tabular
2773 <lyxtabular version="3" rows="4" columns="2">
2774 <features>
2775 <column alignment="center" valignment="top" width="0pt">
2776 <column alignment="center" valignment="top" width="0pt">
2777 <row>
2778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 Command
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791 Result
2792 \begin_inset Note Note
2793 status collapsed
2794
2795 \begin_layout Plain Layout
2796
2797 \series bold
2798
2799 \backslash
2800 raisebox
2801 \series default
2802  is only used as spacer.
2803 \end_layout
2804
2805 \end_inset
2806
2807
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 </row>
2813 <row>
2814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \backslash
2820 binom
2821 \begin_inset ERT
2822 status collapsed
2823
2824 \begin_layout Plain Layout
2825
2826
2827 \backslash
2828 spce 
2829 \end_layout
2830
2831 \end_inset
2832
2833 A
2834 \begin_inset Formula $\downarrow$
2835 \end_inset
2836
2837 B
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Plain Layout
2846 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 <row>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860
2861 \backslash
2862 dbinom
2863 \begin_inset ERT
2864 status collapsed
2865
2866 \begin_layout Plain Layout
2867
2868
2869 \backslash
2870 spce 
2871 \end_layout
2872
2873 \end_inset
2874
2875 A
2876 \begin_inset Formula $\downarrow$
2877 \end_inset
2878
2879 B
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2889 \end_inset
2890
2891
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 </row>
2897 <row>
2898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Plain Layout
2902
2903 \backslash
2904 tbinom
2905 \begin_inset ERT
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909
2910
2911 \backslash
2912 spce 
2913 \end_layout
2914
2915 \end_inset
2916
2917 A
2918 \begin_inset Formula $\downarrow$
2919 \end_inset
2920
2921 B
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 </row>
2939 </lyxtabular>
2940
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \begin_layout Subsection
2947 Case differentiations 
2948 \begin_inset Index
2949 status collapsed
2950
2951 \begin_layout Plain Layout
2952 Case differentiations 
2953 \end_layout
2954
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \begin_layout Standard
2961 \align center
2962 \begin_inset Tabular
2963 <lyxtabular version="3" rows="3" columns="2">
2964 <features>
2965 <column alignment="center" valignment="top" width="0pt">
2966 <column alignment="center" valignment="top" width="0pt">
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972 Command
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981 Result
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row>
2988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \backslash
2994 cases
2995 \begin_inset ERT
2996 status collapsed
2997
2998 \begin_layout Plain Layout
2999
3000
3001 \backslash
3002 spce 
3003 \end_layout
3004
3005 \end_inset
3006
3007 A
3008 \begin_inset Formula $\to$
3009 \end_inset
3010
3011 B>0
3012 \begin_inset Index
3013 status collapsed
3014
3015 \begin_layout Plain Layout
3016 Commands ! C ! 
3017 \backslash
3018 cases
3019 \end_layout
3020
3021 \end_inset
3022
3023
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032 \begin_inset Formula $\begin{cases}
3033 A & B>0\end{cases}$
3034 \end_inset
3035
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="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 Ctrl-Enter
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071 \begin_inset Formula $\begin{cases}
3072 A & \textrm{for }x>0\\
3073 B & \textrm{for }x=0\end{cases}$
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 </row>
3082 </lyxtabular>
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \begin_layout Standard
3090 After inserting 
3091 \series bold
3092
3093 \backslash
3094 cases
3095 \series default
3096  or the usage of the math toolbar button 
3097 \begin_inset Graphics
3098         filename ../images/math/cases.png
3099         embed ""
3100         scale 85
3101
3102 \end_inset
3103
3104  you can create new lines with the shortcut 
3105 \family sans
3106 Ctrl-Return
3107 \family default
3108  or the table toolbar button 
3109 \begin_inset Graphics
3110         filename ../images/tabular-feature_append-row.png
3111         embed ""
3112         scale 85
3113
3114 \end_inset
3115
3116 .
3117 \end_layout
3118
3119 \begin_layout Standard
3120 The command 
3121 \series bold
3122
3123 \backslash
3124 cases
3125 \series default
3126  is also available via the menu 
3127 \family sans
3128 Insert\SpecialChar \menuseparator
3129 Math\SpecialChar \menuseparator
3130 Cases-Environment
3131 \family default
3132 .
3133 \end_layout
3134
3135 \begin_layout Subsection
3136 Negations
3137 \begin_inset Index
3138 status collapsed
3139
3140 \begin_layout Plain Layout
3141 Negations
3142 \end_layout
3143
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \begin_layout Standard
3150 By inserting of 
3151 \series bold
3152
3153 \backslash
3154 not
3155 \series default
3156
3157 \begin_inset Index
3158 status collapsed
3159
3160 \begin_layout Plain Layout
3161 Commands ! N ! 
3162 \backslash
3163 not
3164 \end_layout
3165
3166 \end_inset
3167
3168  every character can be displayed canceled.
3169  The characters are quasi accentuated by a slash.
3170 \end_layout
3171
3172 \begin_layout Standard
3173 \align center
3174 \begin_inset Tabular
3175 <lyxtabular version="3" rows="4" columns="2">
3176 <features>
3177 <column alignment="center" valignment="top" width="0pt">
3178 <column alignment="center" valignment="top" width="0pt">
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184 Command
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193 Result
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 </row>
3199 <row>
3200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204
3205 \backslash
3206 not=
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215 \begin_inset Formula $\not=$
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 </row>
3224 <row>
3225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \backslash
3231 not 
3232 \backslash
3233 le
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 \begin_inset Formula $\not\le$
3243 \end_inset
3244
3245
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 </row>
3251 <row>
3252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \backslash
3258 not 
3259 \backslash
3260 parallel
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269 \begin_inset Formula $\not\parallel$
3270 \end_inset
3271
3272
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 </row>
3278 </lyxtabular>
3279
3280 \end_inset
3281
3282
3283 \end_layout
3284
3285 \begin_layout Standard
3286 The last example shows, that not all negations look good.
3287  Therefore there are for some negations special commands (see 
3288 \begin_inset CommandInset ref
3289 LatexCommand ref
3290 reference "sub:Mathematical-Symbols"
3291
3292 \end_inset
3293
3294  and 
3295 \begin_inset CommandInset ref
3296 LatexCommand ref
3297 reference "sec:Relations"
3298
3299 \end_inset
3300
3301 ).
3302 \end_layout
3303
3304 \begin_layout Subsection
3305 Placeholders
3306 \begin_inset CommandInset label
3307 LatexCommand label
3308 name "sub:Placeholders"
3309
3310 \end_inset
3311
3312
3313 \begin_inset Index
3314 status collapsed
3315
3316 \begin_layout Plain Layout
3317 Placeholders
3318 \end_layout
3319
3320 \end_inset
3321
3322
3323 \begin_inset Index
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 Chemical characters ! Isotopes
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \begin_inset Index
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337 Isotopes|see
3338 \begin_inset ERT
3339 status collapsed
3340
3341 \begin_layout Plain Layout
3342
3343 {
3344 \end_layout
3345
3346 \end_inset
3347
3348 Chemical characters
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 }
3355 \end_layout
3356
3357 \end_inset
3358
3359
3360 \end_layout
3361
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \begin_layout Standard
3368 When displaying e.
3369 \begin_inset Space \thinspace{}
3370 \end_inset
3371
3372 g.
3373 \begin_inset Space ~
3374 \end_inset
3375
3376 isotopes
3377 \begin_inset Foot
3378 status collapsed
3379
3380 \begin_layout Plain Layout
3381 More about chemical symbols is written in 
3382 \begin_inset CommandInset ref
3383 LatexCommand ref
3384 reference "sub:Chemical-Symbols-and"
3385
3386 \end_inset
3387
3388 .
3389 \end_layout
3390
3391 \end_inset
3392
3393  the following problem occurs:
3394 \end_layout
3395
3396 \begin_layout Standard
3397 \align center
3398 \begin_inset Tabular
3399 <lyxtabular version="3" rows="2" columns="2">
3400 <features>
3401 <column alignment="center" valignment="top" width="0pt">
3402 <column alignment="center" valignment="top" width="0pt">
3403 <row>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 Indices created with sub- and superscripts:
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox {-3mm}{}$
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 correct indices:
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3441 \end_inset
3442
3443
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 </row>
3449 </lyxtabular>
3450
3451 \end_inset
3452
3453
3454 \begin_inset Note Note
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460
3461 \backslash
3462 raisebox
3463 \series default
3464  is only used as spacer.
3465 \end_layout
3466
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \begin_layout Standard
3473 The shorter index is by default placed below or above the first character
3474  of the longer index.
3475  To avoid this there is the command 
3476 \series bold
3477
3478 \backslash
3479 phantom
3480 \series default
3481
3482 \begin_inset Index
3483 status collapsed
3484
3485 \begin_layout Plain Layout
3486 Commands ! P ! 
3487 \backslash
3488 phantom
3489 \end_layout
3490
3491 \end_inset
3492
3493  or the math toolbar button
3494 \begin_inset Space \thinspace{}
3495 \end_inset
3496
3497
3498 \begin_inset Foot
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502 can be found in the submenu of the toolbar button 
3503 \begin_inset Graphics
3504         filename ../images/math/space.png
3505         embed ""
3506         scale 85
3507
3508 \end_inset
3509
3510
3511 \end_layout
3512
3513 \end_inset
3514
3515  
3516 \begin_inset Graphics
3517         filename ../images/math/phantom.png
3518         embed ""
3519         scale 85
3520
3521 \end_inset
3522
3523  that creates one or more phantom characters.
3524  When inserting 
3525 \series bold
3526
3527 \backslash
3528 phantom
3529 \series default
3530  a small blue box appears that is superposed with two red arrows.
3531  The arrows indicate that the complete width and height of the box content
3532  will be created as placeholder.
3533  Phantom characters are accordingly placeholders with the size of the characters.
3534 \end_layout
3535
3536 \begin_layout Standard
3537 \align center
3538 \begin_inset Tabular
3539 <lyxtabular version="3" rows="4" columns="2">
3540 <features>
3541 <column alignment="center" valignment="top" width="0">
3542 <column alignment="center" valignment="top" width="0">
3543 <row>
3544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Command
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Result
3558 \begin_inset Note Note
3559 status collapsed
3560
3561 \begin_layout Plain Layout
3562
3563 \series bold
3564
3565 \backslash
3566 raisebox
3567 \series default
3568  is only used as spacer.
3569 \end_layout
3570
3571 \end_inset
3572
3573
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 </row>
3579 <row>
3580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 ^19
3585 \begin_inset ERT
3586 status collapsed
3587
3588 \begin_layout Plain Layout
3589
3590
3591 \backslash
3592 spce 
3593 \end_layout
3594
3595 \end_inset
3596
3597 _
3598 \backslash
3599 phantom
3600 \begin_inset ERT
3601 status collapsed
3602
3603 \begin_layout Plain Layout
3604
3605
3606 \backslash
3607 spce 
3608 \end_layout
3609
3610 \end_inset
3611
3612 1
3613 \begin_inset Formula $\to$
3614 \end_inset
3615
3616 9
3617 \begin_inset ERT
3618 status collapsed
3619
3620 \begin_layout Plain Layout
3621
3622
3623 \backslash
3624 spce 
3625 \end_layout
3626
3627 \end_inset
3628
3629 F
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox {-2.5mm}{}$
3639 \end_inset
3640
3641
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 ^235
3653 \begin_inset ERT
3654 status collapsed
3655
3656 \begin_layout Plain Layout
3657
3658
3659 \backslash
3660 spce 
3661 \end_layout
3662
3663 \end_inset
3664
3665 _
3666 \backslash
3667 phantom
3668 \begin_inset ERT
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673
3674 \backslash
3675 spce 
3676 \end_layout
3677
3678 \end_inset
3679
3680 23
3681 \begin_inset Formula $\to$
3682 \end_inset
3683
3684 9
3685 \begin_inset ERT
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689
3690
3691 \backslash
3692 spce 
3693 \end_layout
3694
3695 \end_inset
3696
3697 F
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox {-2.5mm}{}$
3707 \end_inset
3708
3709
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \backslash
3722 Lambda^
3723 \begin_inset ERT
3724 status collapsed
3725
3726 \begin_layout Plain Layout
3727
3728
3729 \backslash
3730 spce 
3731 \end_layout
3732
3733 \end_inset
3734
3735
3736 \backslash
3737 phantom
3738 \begin_inset ERT
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742
3743
3744 \backslash
3745 spce 
3746 \end_layout
3747
3748 \end_inset
3749
3750 ii
3751 \begin_inset Formula $\to$
3752 \end_inset
3753
3754 t
3755 \begin_inset ERT
3756 status collapsed
3757
3758 \begin_layout Plain Layout
3759
3760
3761 \backslash
3762 spce 
3763 \end_layout
3764
3765 \end_inset
3766
3767 _MMt
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3777 \end_inset
3778
3779
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 </lyxtabular>
3786
3787 \end_inset
3788
3789
3790 \end_layout
3791
3792 \begin_layout Standard
3793 Furthermore there are the commands 
3794 \series bold
3795
3796 \backslash
3797 vphantom
3798 \series default
3799
3800 \begin_inset Index
3801 status collapsed
3802
3803 \begin_layout Plain Layout
3804 Commands ! V ! 
3805 \backslash
3806 vphantom
3807 \end_layout
3808
3809 \end_inset
3810
3811  (toolbar button 
3812 \begin_inset Space ~
3813 \end_inset
3814
3815
3816 \begin_inset Graphics
3817         filename ../images/math/vphantom.png
3818         embed ""
3819         scale 85
3820
3821 \end_inset
3822
3823 ) and 
3824 \series bold
3825
3826 \backslash
3827 hphantom
3828 \series default
3829
3830 \begin_inset Index
3831 status collapsed
3832
3833 \begin_layout Plain Layout
3834 Commands ! H ! 
3835 \backslash
3836 hphantom
3837 \end_layout
3838
3839 \end_inset
3840
3841  (toolbar button 
3842 \begin_inset Space ~
3843 \end_inset
3844
3845
3846 \begin_inset Graphics
3847         filename ../images/math/hphantom.png
3848         embed ""
3849         scale 85
3850
3851 \end_inset
3852
3853 ).
3854  
3855 \series bold
3856
3857 \backslash
3858 hphantom
3859 \series default
3860  creates only space for the maximal height of the characters in the box
3861  but not for its width.
3862  
3863 \series bold
3864
3865 \backslash
3866 vphantom
3867 \series default
3868  creates only space for the width of the box content.
3869  Therefore  the boxes of both commands have only one red arrow.
3870 \end_layout
3871
3872 \begin_layout Standard
3873 For example creates 
3874 \series bold
3875
3876 \backslash
3877 vphantom
3878 \series default
3879
3880 \begin_inset ERT
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884
3885
3886 \backslash
3887 spce 
3888 \end_layout
3889
3890 \end_inset
3891
3892
3893 \series bold
3894 a
3895 \backslash
3896 int
3897 \series default
3898  space for the height of the integral sign,
3899 \begin_inset Foot
3900 status collapsed
3901
3902 \begin_layout Plain Layout
3903 The command 
3904 \series bold
3905
3906 \backslash
3907 int
3908 \series default
3909  creates an integral sign, see 
3910 \begin_inset CommandInset ref
3911 LatexCommand ref
3912 reference "sub:Big-Operators"
3913
3914 \end_inset
3915
3916 .
3917 \end_layout
3918
3919 \end_inset
3920
3921  because this is the larger character.
3922  An example application is in 
3923 \begin_inset CommandInset ref
3924 LatexCommand ref
3925 reference "sub:Multiline-Brackets"
3926
3927 \end_inset
3928
3929 .
3930 \end_layout
3931
3932 \begin_layout Subsection
3933 Lines
3934 \begin_inset Index
3935 status collapsed
3936
3937 \begin_layout Plain Layout
3938 Lines
3939 \end_layout
3940
3941 \end_inset
3942
3943
3944 \begin_inset Index
3945 status collapsed
3946
3947 \begin_layout Plain Layout
3948 Formula ! underlined
3949 \end_layout
3950
3951 \end_inset
3952
3953
3954 \end_layout
3955
3956 \begin_layout Standard
3957 \align center
3958 \begin_inset Tabular
3959 <lyxtabular version="3" rows="4" columns="2">
3960 <features>
3961 <column alignment="center" valignment="top" width="0pt">
3962 <column alignment="center" valignment="top" width="0pt">
3963 <row>
3964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Command
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Result
3978 \begin_inset Note Note
3979 status collapsed
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984
3985 \backslash
3986 raisebox
3987 \series default
3988  is only used as spacer.
3989 \end_layout
3990
3991 \end_inset
3992
3993
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \backslash
4006 overline
4007 \begin_inset ERT
4008 status collapsed
4009
4010 \begin_layout Plain Layout
4011
4012
4013 \backslash
4014 spce 
4015 \end_layout
4016
4017 \end_inset
4018
4019 A+B
4020 \begin_inset Index
4021 status collapsed
4022
4023 \begin_layout Plain Layout
4024 Commands ! O ! 
4025 \backslash
4026 overline
4027 \end_layout
4028
4029 \end_inset
4030
4031
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4041 \end_inset
4042
4043
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \backslash
4056 underline
4057 \begin_inset ERT
4058 status collapsed
4059
4060 \begin_layout Plain Layout
4061
4062
4063 \backslash
4064 spce 
4065 \end_layout
4066
4067 \end_inset
4068
4069 A+B
4070 \begin_inset Index
4071 status collapsed
4072
4073 \begin_layout Plain Layout
4074 Commands ! U ! 
4075 \backslash
4076 underline
4077 \end_layout
4078
4079 \end_inset
4080
4081
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4091 \end_inset
4092
4093
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \backslash
4106 overline
4107 \begin_inset ERT
4108 status collapsed
4109
4110 \begin_layout Plain Layout
4111
4112
4113 \backslash
4114 spce 
4115 \end_layout
4116
4117 \end_inset
4118
4119
4120 \backslash
4121 underline
4122 \begin_inset ERT
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126
4127
4128 \backslash
4129 spce 
4130 \end_layout
4131
4132 \end_inset
4133
4134 A+B
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4144 \end_inset
4145
4146
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 </lyxtabular>
4153
4154 \end_inset
4155
4156
4157 \end_layout
4158
4159 \begin_layout Standard
4160 In the last example it doesn't matter if first 
4161 \series bold
4162
4163 \backslash
4164 overline
4165 \series default
4166  or 
4167 \series bold
4168
4169 \backslash
4170 underline
4171 \series default
4172  is inserted.
4173 \end_layout
4174
4175 \begin_layout Standard
4176 To double underline e.
4177 \begin_inset Space \thinspace{}
4178 \end_inset
4179
4180 g.
4181  results, one uses 
4182 \series bold
4183
4184 \backslash
4185 underline
4186 \series default
4187  twice.
4188 \end_layout
4189
4190 \begin_layout Standard
4191 It is possible to place up to 6 lines above or below characters.
4192 \end_layout
4193
4194 \begin_layout Subsection
4195 Ellipses
4196 \begin_inset Index
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200 Ellipses
4201 \end_layout
4202
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \begin_layout Standard
4209 There are different types of ellipses available.
4210 \begin_inset Foot
4211 status collapsed
4212
4213 \begin_layout Plain Layout
4214 In the math toolbar in the submenu of the button 
4215 \begin_inset Graphics
4216         filename ../images/math/ldots.png
4217         embed ""
4218         scale 85
4219
4220 \end_inset
4221
4222
4223 \end_layout
4224
4225 \end_inset
4226
4227  For listings dots at the baseline are used (
4228 \series bold
4229
4230 \backslash
4231 ldots
4232 \series default
4233
4234 \begin_inset Index
4235 status collapsed
4236
4237 \begin_layout Plain Layout
4238 Commands ! L ! 
4239 \backslash
4240 ldots
4241 \end_layout
4242
4243 \end_inset
4244
4245 ), while for operations dots are needed that are on the same height as the
4246  operators (
4247 \series bold
4248
4249 \backslash
4250 cdots
4251 \series default
4252
4253 \begin_inset Index
4254 status collapsed
4255
4256 \begin_layout Plain Layout
4257 Commands ! C ! 
4258 \backslash
4259 cdots
4260 \end_layout
4261
4262 \end_inset
4263
4264 ).
4265  When using the command 
4266 \series bold
4267
4268 \backslash
4269 dots
4270 \series default
4271
4272 \begin_inset Index
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276 Commands ! D ! 
4277 \backslash
4278 dots
4279 \end_layout
4280
4281 \end_inset
4282
4283 , LaTeX decides on the basis of the next character what type is used.
4284 \end_layout
4285
4286 \begin_layout Standard
4287 \align center
4288 \begin_inset Tabular
4289 <lyxtabular version="3" rows="8" columns="2">
4290 <features>
4291 <column alignment="center" valignment="top" width="0pt">
4292 <column alignment="center" valignment="top" width="0pt">
4293 <row>
4294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Command
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 Result
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 A_1
4319 \begin_inset ERT
4320 status collapsed
4321
4322 \begin_layout Plain Layout
4323
4324
4325 \backslash
4326 spce 
4327 \end_layout
4328
4329 \end_inset
4330
4331 ,
4332 \backslash
4333 dots
4334 \begin_inset ERT
4335 status collapsed
4336
4337 \begin_layout Plain Layout
4338
4339
4340 \backslash
4341 spce 
4342 \end_layout
4343
4344 \end_inset
4345
4346 ,A_n
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 \begin_inset Formula $A_{1},\dots,A_{n}$
4356 \end_inset
4357
4358
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 A_1
4370 \begin_inset ERT
4371 status collapsed
4372
4373 \begin_layout Plain Layout
4374
4375
4376 \backslash
4377 spce 
4378 \end_layout
4379
4380 \end_inset
4381
4382 +
4383 \backslash
4384 dots
4385 \begin_inset ERT
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389
4390
4391 \backslash
4392 spce 
4393 \end_layout
4394
4395 \end_inset
4396
4397 +A_n
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 \begin_inset Formula $A_{1}+\dots+A_{n}$
4407 \end_inset
4408
4409
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 A_1
4421 \begin_inset ERT
4422 status collapsed
4423
4424 \begin_layout Plain Layout
4425
4426
4427 \backslash
4428 spce 
4429 \end_layout
4430
4431 \end_inset
4432
4433 ,
4434 \backslash
4435 ldots
4436 \begin_inset ERT
4437 status collapsed
4438
4439 \begin_layout Plain Layout
4440
4441
4442 \backslash
4443 spce 
4444 \end_layout
4445
4446 \end_inset
4447
4448 ,A_n
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 \begin_inset Formula $A_{1},\ldots,A_{n}$
4458 \end_inset
4459
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 A_1
4472 \begin_inset ERT
4473 status collapsed
4474
4475 \begin_layout Plain Layout
4476
4477
4478 \backslash
4479 spce 
4480 \end_layout
4481
4482 \end_inset
4483
4484 +
4485 \backslash
4486 cdots
4487 \begin_inset ERT
4488 status collapsed
4489
4490 \begin_layout Plain Layout
4491
4492
4493 \backslash
4494 spce 
4495 \end_layout
4496
4497 \end_inset
4498
4499 +A_n
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4509 \end_inset
4510
4511
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \backslash
4524 vdots
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 \begin_inset Formula $\vdots$
4534 \end_inset
4535
4536
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \backslash
4549 ddots
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 \begin_inset Formula $\ddots$
4559 \end_inset
4560
4561
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 3×3
4573 \begin_inset Space \thinspace{}
4574 \end_inset
4575
4576 matrix with the different dots
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 \begin_inset Formula $\begin{array}{ccc}
4586 A_{11} & \cdots & A_{1m}\\
4587 \vdots & \ddots & \vdots\\
4588 A_{n1} & \cdots & A_{nm}\end{array}$
4589 \end_inset
4590
4591
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 </lyxtabular>
4598
4599 \end_inset
4600
4601
4602 \end_layout
4603
4604 \begin_layout Standard
4605 The ellipses available in menu 
4606 \family sans
4607 Insert\SpecialChar \menuseparator
4608 Special
4609 \begin_inset Space ~
4610 \end_inset
4611
4612 Character
4613 \family default
4614  are 
4615 \series bold
4616
4617 \backslash
4618 ldots
4619 \series default
4620 .
4621 \end_layout
4622
4623 \begin_layout Standard
4624 \begin_inset VSpace medskip
4625 \end_inset
4626
4627 Specially for matrices there are ellipses that span over several columns.
4628  They are created with the command 
4629 \series bold
4630
4631 \backslash
4632 hdotsfor
4633 \series default
4634
4635 \begin_inset Index
4636 status collapsed
4637
4638 \begin_layout Plain Layout
4639 Commands ! H ! 
4640 \backslash
4641 hdotsfor
4642 \end_layout
4643
4644 \end_inset
4645
4646 , that has the following scheme:
4647 \end_layout
4648
4649 \begin_layout Standard
4650
4651 \series bold
4652
4653 \backslash
4654 hdotsfor[distance]{number of columns}
4655 \end_layout
4656
4657 \begin_layout Standard
4658 The number of columns specifies how many columns should be spanned.
4659  Distance is a factor for the distance between the dots.
4660 \end_layout
4661
4662 \begin_layout Standard
4663 In the following matrix the command 
4664 \series bold
4665
4666 \backslash
4667 hdotsfor[2]{4}
4668 \series default
4669  was inserted in the first box of the second line, to get an ellipsis with
4670  a dot distance twice as long as with the command 
4671 \series bold
4672
4673 \backslash
4674 dots
4675 \series default
4676 :
4677 \begin_inset Formula \[
4678 \left(\begin{array}{cccc}
4679 A & B & C & D\\
4680 \hdotsfor [2]{4}\\
4681 q & w & e & r\end{array}\right)\]
4682
4683 \end_inset
4684
4685 Note that the matrix fields that should be spanned must be empty, otherwise
4686  you get LaTeX-errors.
4687 \end_layout
4688
4689 \begin_layout Standard
4690 \begin_inset VSpace bigskip
4691 \end_inset
4692
4693 Furthermore you can fill with the command 
4694 \series bold
4695
4696 \backslash
4697 dotfill
4698 \series default
4699
4700 \begin_inset Index
4701 status collapsed
4702
4703 \begin_layout Plain Layout
4704 Commands ! D ! 
4705 \backslash
4706 dotfill
4707 \end_layout
4708
4709 \end_inset
4710
4711  the rest of a line with dots.
4712  The effect of these commands is the same like with 
4713 \series bold
4714
4715 \backslash
4716 hfill
4717 \series default
4718 , see 
4719 \begin_inset CommandInset ref
4720 LatexCommand ref
4721 reference "sub:Variable-Space"
4722
4723 \end_inset
4724
4725 .
4726 \end_layout
4727
4728 \begin_layout Standard
4729 For example the command 
4730 \series bold
4731 A
4732 \backslash
4733 dotfill
4734 \begin_inset ERT
4735 status collapsed
4736
4737 \begin_layout Plain Layout
4738
4739
4740 \backslash
4741 spce 
4742 \end_layout
4743
4744 \end_inset
4745
4746 B
4747 \series default
4748  produces
4749 \end_layout
4750
4751 \begin_layout Standard
4752 \begin_inset Formula $A\dotfill  B$
4753 \end_inset
4754
4755
4756 \end_layout
4757
4758 \begin_layout Standard
4759 Analog to
4760 \series bold
4761  
4762 \backslash
4763 dotfill
4764 \series default
4765  there is for a line the command 
4766 \series bold
4767
4768 \backslash
4769 hrulefill
4770 \series default
4771
4772 \begin_inset Index
4773 status collapsed
4774
4775 \begin_layout Plain Layout
4776 Commands ! H ! 
4777 \backslash
4778 hrulefill
4779 \end_layout
4780
4781 \end_inset
4782
4783 :
4784 \end_layout
4785
4786 \begin_layout Standard
4787 \begin_inset Formula $A\hrulefill  B$
4788 \end_inset
4789
4790
4791 \end_layout
4792
4793 \begin_layout Standard
4794 To use the commands for text, they have to be inserted in TeX-mode.
4795 \end_layout
4796
4797 \begin_layout Section
4798 Matrices
4799 \begin_inset CommandInset label
4800 LatexCommand label
4801 name "sec:Matrices"
4802
4803 \end_inset
4804
4805
4806 \begin_inset Index
4807 status collapsed
4808
4809 \begin_layout Plain Layout
4810 Matrices
4811 \end_layout
4812
4813 \end_inset
4814
4815
4816 \end_layout
4817
4818 \begin_layout Standard
4819 Matrices can be inserted via the math toolbar button 
4820 \begin_inset Graphics
4821         filename ../images/dialog-show_mathmatrix.png
4822         embed ""
4823         scale 85
4824
4825 \end_inset
4826
4827  or the menu 
4828 \family sans
4829 Insert\SpecialChar \menuseparator
4830 Math\SpecialChar \menuseparator
4831 Matrix
4832 \family default
4833 .
4834  You will be asked for the number of matrix columns and rows, and the alignment.
4835  The vertical alignment is hereby only of importance for matrices in inline
4836  formulas:
4837 \end_layout
4838
4839 \begin_layout Standard
4840 The first matrix is top 
4841 \begin_inset Formula $\begin{array}[t]{cccc}
4842 A & D & G & J\\
4843 B & E & H & K\\
4844 C & F & I & L\end{array}$
4845 \end_inset
4846
4847 , the second middle 
4848 \begin_inset Formula $\begin{array}{cccc}
4849 A & D & G & J\\
4850 B & E & H & K\\
4851 C & F & I & L\end{array}$
4852 \end_inset
4853
4854 , and the third bottom 
4855 \begin_inset Formula $\begin{array}[b]{cccc}
4856 A & D & G & J\\
4857 B & E & H & K\\
4858 C & F & I & L\end{array}$
4859 \end_inset
4860
4861  aligned.
4862 \end_layout
4863
4864 \begin_layout Standard
4865 The horizontal alignment specifies how the column entries should be aligned.
4866  It is set by entering a letter for every column.
4867  
4868 \emph on
4869 l
4870 \emph default
4871  denotes left aligned, 
4872 \emph on
4873 c
4874 \emph default
4875  centered, and 
4876 \emph on
4877 r
4878 \emph default
4879  right aligned.
4880  To create for example a 4
4881 \series bold
4882 ×
4883 \series default
4884 4
4885 \begin_inset Space ~
4886 \end_inset
4887
4888 matrix where the first column is left aligned, the second and third are
4889  centered, and the last one is right aligned, one enters for the horizontal
4890  alignment 
4891 \series bold
4892 lccr
4893 \series default
4894 .
4895  Normally are in a matrix all columns centered, therefore the default is
4896  for every column is a 
4897 \series bold
4898 c
4899 \series default
4900 .
4901 \end_layout
4902
4903 \begin_layout Standard
4904 Horizontal alignment:
4905 \end_layout
4906
4907 \begin_layout Standard
4908
4909 \series bold
4910 lll
4911 \series default
4912  : 
4913 \begin_inset Formula $\begin{array}{lll}
4914 10000 & D & G\\
4915 B & 10000 & H\\
4916 C & F & 10000\end{array}$
4917 \end_inset
4918
4919  , 
4920 \series bold
4921 ccc
4922 \series default
4923  : 
4924 \begin_inset Formula $\begin{array}{ccc}
4925 10000 & D & G\\
4926 B & 10000 & H\\
4927 C & F & 10000\end{array}$
4928 \end_inset
4929
4930  , 
4931 \series bold
4932 rrr
4933 \series default
4934  : 
4935 \begin_inset Formula $\begin{array}{rrr}
4936 10000 & D & G\\
4937 B & 10000 & H\\
4938 C & F & 10000\end{array}$
4939 \end_inset
4940
4941
4942 \end_layout
4943
4944 \begin_layout Standard
4945 To add or delete rows and columns subsequently, the math toolbar buttons
4946  
4947 \begin_inset Graphics
4948         filename ../images/tabular-feature_append-row.png
4949         embed ""
4950         scale 85
4951
4952 \end_inset
4953
4954
4955 \begin_inset Graphics
4956         filename ../images/tabular-feature_delete-row.png
4957         embed ""
4958         scale 85
4959
4960 \end_inset
4961
4962 , etc.
4963 \begin_inset Space \thinspace{}
4964 \end_inset
4965
4966 , or the menu 
4967 \family sans
4968 Edit\SpecialChar \menuseparator
4969 Rows & Columns
4970 \family default
4971  can be used.
4972  New rows can also be created with 
4973 \family sans
4974 Ctrl-Return
4975 \family default
4976 .
4977 \end_layout
4978
4979 \begin_layout Standard
4980 \begin_inset VSpace bigskip
4981 \end_inset
4982
4983 Parentheses around a matrix can can either be created with the commands
4984  
4985 \series bold
4986
4987 \backslash
4988 left
4989 \series default
4990
4991 \begin_inset Index
4992 status collapsed
4993
4994 \begin_layout Plain Layout
4995 Commands ! L ! 
4996 \backslash
4997 left
4998 \end_layout
4999
5000 \end_inset
5001
5002  and 
5003 \series bold
5004
5005 \backslash
5006 right
5007 \series default
5008
5009 \begin_inset Index
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013 Commands ! R ! 
5014 \backslash
5015 right
5016 \end_layout
5017
5018 \end_inset
5019
5020  (shortcut 
5021 \family sans
5022 Alt-m
5023 \begin_inset Space ~
5024 \end_inset
5025
5026 parenthesis
5027 \family default
5028 ), see 
5029 \begin_inset CommandInset ref
5030 LatexCommand ref
5031 reference "sub:Automatic-Bracket-Size"
5032
5033 \end_inset
5034
5035 , or by using the following commands:
5036 \begin_inset VSpace medskip
5037 \end_inset
5038
5039
5040 \end_layout
5041
5042 \begin_layout Standard
5043 \begin_inset Space \hfill{}
5044 \end_inset
5045
5046
5047 \begin_inset Tabular
5048 <lyxtabular version="3" rows="4" columns="2">
5049 <features>
5050 <column alignment="center" valignment="top" width="0">
5051 <column alignment="center" valignment="top" width="0">
5052 <row>
5053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Command
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Result
5067 \begin_inset Note Note
5068 status collapsed
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073
5074 \backslash
5075 raisebox
5076 \series default
5077  is only used as spacer.
5078 \end_layout
5079
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \backslash
5095 bmatrix
5096 \begin_inset ERT
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100
5101
5102 \backslash
5103 spce 
5104 \end_layout
5105
5106 \end_inset
5107
5108 2
5109 \series bold
5110 ×
5111 \series default
5112 2
5113 \begin_inset Space \thinspace{}
5114 \end_inset
5115
5116 matrix
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5126 0 & \textrm{-}\mathrm{i}\\
5127 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5128 \end_inset
5129
5130
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 </row>
5136 <row>
5137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141
5142 \backslash
5143 Bmatrix
5144 \begin_inset ERT
5145 status collapsed
5146
5147 \begin_layout Plain Layout
5148
5149
5150 \backslash
5151 spce 
5152 \end_layout
5153
5154 \end_inset
5155
5156 2
5157 \series bold
5158 ×
5159 \series default
5160 2
5161 \begin_inset Space \thinspace{}
5162 \end_inset
5163
5164 matrix
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5174 0 & \textrm{-}\mathrm{i}\\
5175 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \backslash
5191 pmatrix
5192 \begin_inset ERT
5193 status collapsed
5194
5195 \begin_layout Plain Layout
5196
5197
5198 \backslash
5199 spce 
5200 \end_layout
5201
5202 \end_inset
5203
5204 2
5205 \series bold
5206 ×
5207 \series default
5208 2
5209 \begin_inset Space \thinspace{}
5210 \end_inset
5211
5212 matrix
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5222 0 & \textrm{-}\mathrm{i}\\
5223 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5224 \end_inset
5225
5226
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 </lyxtabular>
5233
5234 \end_inset
5235
5236
5237 \begin_inset Space \hfill{}
5238 \end_inset
5239
5240
5241 \begin_inset Tabular
5242 <lyxtabular version="3" rows="4" columns="2">
5243 <features>
5244 <column alignment="center" valignment="top" width="0">
5245 <column alignment="center" valignment="top" width="0">
5246 <row>
5247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 Command
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Result
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \backslash
5273 vmatrix
5274 \begin_inset ERT
5275 status collapsed
5276
5277 \begin_layout Plain Layout
5278
5279
5280 \backslash
5281 spce 
5282 \end_layout
5283
5284 \end_inset
5285
5286 2
5287 \series bold
5288 ×
5289 \series default
5290 2
5291 \begin_inset Space \thinspace{}
5292 \end_inset
5293
5294 matrix
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5304 0 & \textrm{-}\mathrm{i}\\
5305 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \backslash
5321 Vmatrix
5322 \begin_inset ERT
5323 status collapsed
5324
5325 \begin_layout Plain Layout
5326
5327
5328 \backslash
5329 spce 
5330 \end_layout
5331
5332 \end_inset
5333
5334 2
5335 \series bold
5336 ×
5337 \series default
5338 2
5339 \begin_inset Space \thinspace{}
5340 \end_inset
5341
5342 matrix
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5352 0 & \textrm{-}\mathrm{i}\\
5353 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5354 \end_inset
5355
5356
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 <row>
5363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367
5368 \backslash
5369 matrix
5370 \begin_inset ERT
5371 status collapsed
5372
5373 \begin_layout Plain Layout
5374
5375
5376 \backslash
5377 spce 
5378 \end_layout
5379
5380 \end_inset
5381
5382 2
5383 \series bold
5384 ×
5385 \series default
5386 2
5387 \begin_inset Space \thinspace{}
5388 \end_inset
5389
5390 matrix
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5400 0 & \textrm{-}\mathrm{i}\\
5401 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5402 \end_inset
5403
5404
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 </row>
5410 </lyxtabular>
5411
5412 \end_inset
5413
5414
5415 \begin_inset Space \hfill{}
5416 \end_inset
5417
5418
5419 \end_layout
5420
5421 \begin_layout Standard
5422 \begin_inset VSpace medskip
5423 \end_inset
5424
5425 When e.
5426 \begin_inset Space \thinspace{}
5427 \end_inset
5428
5429 g.
5430 \begin_inset Space ~
5431 \end_inset
5432
5433
5434 \series bold
5435
5436 \backslash
5437 vmatrix
5438 \series default
5439  is inserted, a blue box appears between two vertical lines where the matrix
5440  is inserted.
5441 \end_layout
5442
5443 \begin_layout Standard
5444 \begin_inset VSpace bigskip
5445 \end_inset
5446
5447 As all multiline formulas are matrices, the length 
5448 \series bold
5449
5450 \backslash
5451 arraycolsep
5452 \series default
5453
5454 \begin_inset Index
5455 status collapsed
5456
5457 \begin_layout Plain Layout
5458 Commands ! A ! 
5459 \backslash
5460 arraycolsep
5461 \end_layout
5462
5463 \end_inset
5464
5465  that is described in 
5466 \begin_inset CommandInset ref
5467 LatexCommand ref
5468 reference "sub:Column-Separation"
5469
5470 \end_inset
5471
5472  can also be used to change the column separation of matrices.
5473 \end_layout
5474
5475 \begin_layout Standard
5476 To change the row separation, the command 
5477 \series bold
5478
5479 \backslash
5480 arraystretch
5481 \series default
5482
5483 \begin_inset Index
5484 status collapsed
5485
5486 \begin_layout Plain Layout
5487 Commands ! A ! 
5488 \backslash
5489 arraystretch
5490 \end_layout
5491
5492 \end_inset
5493
5494  is used.
5495  It is used as follows:
5496 \end_layout
5497
5498 \begin_layout Standard
5499
5500 \series bold
5501
5502 \backslash
5503 renewcommand{
5504 \backslash
5505 arraystretch}{stretch factor}
5506 \begin_inset Index
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 Commands ! R ! 
5511 \backslash
5512 renewcommand
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 The command 
5522 \series bold
5523
5524 \backslash
5525 renewcommand
5526 \series default
5527  assigns the stretch factor to the predefined command 
5528 \series bold
5529
5530 \backslash
5531 arraystretch
5532 \series default
5533 .
5534  To double e.
5535 \begin_inset Space \thinspace{}
5536 \end_inset
5537
5538 g.
5539 \begin_inset Space ~
5540 \end_inset
5541
5542 the row separation, use the factor 2.
5543  This is then used for all following matrices.
5544  To go back to the original separation, assign the factor 1 to 
5545 \series bold
5546
5547 \backslash
5548 arraystretch
5549 \series default
5550 .
5551 \end_layout
5552
5553 \begin_layout Standard
5554 To set matrices into a text line, the command 
5555 \series bold
5556
5557 \backslash
5558 smallmatrix
5559 \series default
5560
5561 \begin_inset Index
5562 status collapsed
5563
5564 \begin_layout Plain Layout
5565 Commands ! S ! 
5566 \backslash
5567 smallmatrix
5568 \end_layout
5569
5570 \end_inset
5571
5572  is used.
5573  When it is inserted a blue box with two dashed lines appears.
5574  In this box the matrix is inserted.
5575 \end_layout
5576
5577 \begin_layout Standard
5578 This is a matrix 
5579 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5580 C & D\end{smallmatrix}\right)$
5581 \end_inset
5582
5583  in a text line.
5584 \end_layout
5585
5586 \begin_layout Section
5587 Brackets and Delimiters
5588 \begin_inset Index
5589 status collapsed
5590
5591 \begin_layout Plain Layout
5592 Brackets
5593 \end_layout
5594
5595 \end_inset
5596
5597
5598 \begin_inset Index
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602 Delimiters
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \begin_layout Subsection
5611 Vertical Brackets and Delimiters
5612 \begin_inset Index
5613 status collapsed
5614
5615 \begin_layout Plain Layout
5616 Brackets ! vertical
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Standard
5625 \begin_inset Space \hfill{}
5626 \end_inset
5627
5628
5629 \begin_inset Tabular
5630 <lyxtabular version="3" rows="9" columns="2">
5631 <features>
5632 <column alignment="center" valignment="top" width="0pt">
5633 <column alignment="center" valignment="top" width="0pt">
5634 <row>
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 Command
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 Result
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 </row>
5654 <row>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 (
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 \begin_inset Formula $($
5669 \end_inset
5670
5671
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 </row>
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 {
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 \begin_inset Formula $\{$
5692 \end_inset
5693
5694
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 [
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 \begin_inset Formula $[$
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \backslash
5730 langle
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 \begin_inset Formula $\langle$
5740 \end_inset
5741
5742
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 </row>
5748 <row>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753
5754 \backslash
5755 lceil
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $\lceil$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778
5779 \backslash
5780 lfloor
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 \begin_inset Formula $\lfloor$
5790 \end_inset
5791
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 /
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Formula $/$
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 |
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 \begin_inset Formula $|$
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 </lyxtabular>
5845
5846 \end_inset
5847
5848
5849 \begin_inset Space \hfill{}
5850 \end_inset
5851
5852
5853 \begin_inset Tabular
5854 <lyxtabular version="3" rows="9" columns="2">
5855 <features>
5856 <column alignment="center" valignment="top" width="0pt">
5857 <column alignment="center" valignment="top" width="0pt">
5858 <row>
5859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 Command
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 Result
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 <row>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 )
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 \begin_inset Formula $)$
5893 \end_inset
5894
5895
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 <row>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 }
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 \begin_inset Formula $\}$
5916 \end_inset
5917
5918
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 </row>
5924 <row>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 ]
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 \begin_inset Formula $]$
5939 \end_inset
5940
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 <row>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952
5953 \backslash
5954 rangle
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 \begin_inset Formula $\rangle$
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977
5978 \backslash
5979 rceil
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 \begin_inset Formula $\rceil$
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002
6003 \backslash
6004 rfloor
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 \begin_inset Formula $\rfloor$
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 <row>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027
6028 \backslash
6029
6030 \backslash
6031
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 \begin_inset Formula $\backslash$
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 </row>
6049 <row>
6050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \backslash
6056 |
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 \begin_inset Formula $\|$
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 </row>
6074 </lyxtabular>
6075
6076 \end_inset
6077
6078
6079 \begin_inset Space \hfill{}
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \begin_layout Standard
6086
6087 \series medium
6088 \begin_inset Note Greyedout
6089 status open
6090
6091 \begin_layout Plain Layout
6092
6093 \series bold
6094 Note:
6095 \series default
6096  In TeX-mode the command 
6097 \series bold
6098
6099 \backslash
6100 textbackslash
6101 \series default
6102
6103 \begin_inset Index
6104 status collapsed
6105
6106 \begin_layout Plain Layout
6107 Commands ! T ! 
6108 \backslash
6109 textbackslash
6110 \end_layout
6111
6112 \end_inset
6113
6114  must be used for the backslash, because the command 
6115 \series bold
6116
6117 \backslash
6118
6119 \backslash
6120
6121 \series default
6122  produces there a line break.
6123 \end_layout
6124
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \begin_layout Standard
6131 For all characters listed above the size can be adjusted with the commands
6132  described in the following two subsections.
6133  When using these commands, the characters < and > can directly be used
6134  instead of the commands 
6135 \series bold
6136
6137 \backslash
6138 langle
6139 \series default
6140  and 
6141 \series bold
6142
6143 \backslash
6144 rangle
6145 \series default
6146 .
6147 \end_layout
6148
6149 \begin_layout Subsubsection
6150 Manual Bracket Size
6151 \begin_inset CommandInset label
6152 LatexCommand label
6153 name "sub:Manual-Bracket-Size"
6154
6155 \end_inset
6156
6157
6158 \begin_inset Index
6159 status collapsed
6160
6161 \begin_layout Plain Layout
6162 Bracket size ! manual
6163 \end_layout
6164
6165 \end_inset
6166
6167
6168 \end_layout
6169
6170 \begin_layout Standard
6171 The bracket size can be specified manually by the LaTeX-commands 
6172 \series bold
6173
6174 \backslash
6175 big
6176 \series default
6177
6178 \begin_inset Index
6179 status collapsed
6180
6181 \begin_layout Plain Layout
6182 Commands ! B ! 
6183 \backslash
6184 big
6185 \end_layout
6186
6187 \end_inset
6188
6189
6190 \series bold
6191
6192 \backslash
6193 Big
6194 \series default
6195
6196 \series bold
6197
6198 \backslash
6199 bigg
6200 \series default
6201 , and 
6202 \series bold
6203
6204 \backslash
6205 Bigg
6206 \series default
6207 .
6208  
6209 \series bold
6210
6211 \backslash
6212 big
6213 \series default
6214  denotes the smallest and 
6215 \series bold
6216
6217 \backslash
6218 Bigg
6219 \series default
6220  the largest bracket size.
6221 \end_layout
6222
6223 \begin_layout Standard
6224 These commands are used to emphasize levels of brackets:
6225 \end_layout
6226
6227 \begin_layout Standard
6228 \align center
6229 \begin_inset Tabular
6230 <lyxtabular version="3" rows="2" columns="2">
6231 <features>
6232 <column alignment="center" valignment="top" width="0pt">
6233 <column alignment="center" valignment="top" width="0pt">
6234 <row>
6235 <cell alignment="center" valignment="top" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 all brackets in the same size:
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox {-4mm}{}$
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 <row>
6258 <cell alignment="center" valignment="top" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 this looks better:
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6272 \end_inset
6273
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 </row>
6280 </lyxtabular>
6281
6282 \end_inset
6283
6284
6285 \begin_inset Note Note
6286 status collapsed
6287
6288 \begin_layout Plain Layout
6289
6290 \series bold
6291
6292 \backslash
6293 raisebox
6294 \series default
6295  is only used as spacer.
6296 \end_layout
6297
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \begin_layout Standard
6304 For the second formula the command 
6305 \series bold
6306
6307 \backslash
6308 Big((A+B)(A-B)
6309 \backslash
6310 Big)^
6311 \begin_inset ERT
6312 status collapsed
6313
6314 \begin_layout Plain Layout
6315
6316
6317 \backslash
6318 spce 
6319 \end_layout
6320
6321 \end_inset
6322
6323 C
6324 \series default
6325  has been used.
6326 \end_layout
6327
6328 \begin_layout Standard
6329 Here is an overview about all bracket sizes:
6330 \end_layout
6331
6332 \begin_layout Standard
6333 \align center
6334
6335 \backslash
6336 Bigg(
6337 \backslash
6338 exp
6339 \backslash
6340 bigg<
6341 \backslash
6342 Big[
6343 \backslash
6344 big{
6345 \backslash
6346 ln(3x)
6347 \backslash
6348 big}^2
6349 \begin_inset ERT
6350 status collapsed
6351
6352 \begin_layout Plain Layout
6353
6354
6355 \backslash
6356 spce 
6357 \end_layout
6358
6359 \end_inset
6360
6361
6362 \backslash
6363 sin(x)
6364 \backslash
6365 Big]^
6366 \begin_inset ERT
6367 status collapsed
6368
6369 \begin_layout Plain Layout
6370
6371
6372 \backslash
6373 spce 
6374 \end_layout
6375
6376 \end_inset
6377
6378 A
6379 \begin_inset ERT
6380 status collapsed
6381
6382 \begin_layout Plain Layout
6383
6384
6385 \backslash
6386 spce 
6387 \end_layout
6388
6389 \end_inset
6390
6391
6392 \backslash
6393 bigg>
6394 \backslash
6395 Bigg)^0,5
6396 \end_layout
6397
6398 \begin_layout Standard
6399 \align center
6400 \begin_inset Formula $\Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sin(x)\Big ]^{A}\bigg >\Bigg )^{0,5}$
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \begin_layout Standard
6407 \begin_inset Newpage newpage
6408 \end_inset
6409
6410 Besides the 
6411 \series bold
6412
6413 \backslash
6414 big
6415 \series default
6416 -commands there is the variant 
6417 \series bold
6418
6419 \backslash
6420 bigm
6421 \series default
6422
6423 \begin_inset Index
6424 status collapsed
6425
6426 \begin_layout Plain Layout
6427 Commands ! B ! 
6428 \backslash
6429 bigm
6430 \end_layout
6431
6432 \end_inset
6433
6434  that adds a bit more space between the bracket and its content, and the
6435  variant 
6436 \series bold
6437
6438 \backslash
6439 bigl
6440 \series default
6441 -
6442 \series bold
6443
6444 \backslash
6445 bigr
6446 \series default
6447
6448 \begin_inset Index
6449 status collapsed
6450
6451 \begin_layout Plain Layout
6452 Commands ! B ! 
6453 \backslash
6454 bigl - 
6455 \backslash
6456 bigr
6457 \end_layout
6458
6459 \end_inset
6460
6461 , that don't add additional space.
6462  The 
6463 \emph on
6464 l
6465 \emph default
6466  at the end of the command 
6467 \series bold
6468
6469 \backslash
6470 bigl
6471 \series default
6472  is for a left bracket; for a right bracket this will be replaced by an
6473  
6474 \emph on
6475 r
6476 \emph default
6477 .
6478  A left or right bracket can each be an opening or closing bracket.
6479 \end_layout
6480
6481 \begin_layout Standard
6482 In the following table is a comparison of the variants:
6483 \end_layout
6484
6485 \begin_layout Standard
6486 \align center
6487 \begin_inset Tabular
6488 <lyxtabular version="3" rows="5" columns="2">
6489 <features>
6490 <column alignment="center" valignment="middle" width="0">
6491 <column alignment="center" valignment="middle" width="0">
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 Command
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 Result
6507 \begin_inset Note Note
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511
6512 \series bold
6513
6514 \backslash
6515 raisebox
6516 \series default
6517  is only used as spacer.
6518 \end_layout
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 </row>
6528 <row>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \backslash
6535 Bigm(
6536 \backslash
6537 bigm(
6538 \backslash
6539 ln(3x)
6540 \backslash
6541 bigm)^2
6542 \series bold
6543
6544 \begin_inset ERT
6545 status collapsed
6546
6547 \begin_layout Plain Layout
6548
6549
6550 \backslash
6551 spce 
6552 \end_layout
6553
6554 \end_inset
6555
6556
6557 \series default
6558
6559 \backslash
6560 Bigm)
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 </row>
6578 <row>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \backslash
6585 Big(
6586 \backslash
6587 big(
6588 \backslash
6589 ln(3x)
6590 \backslash
6591 big)^2
6592 \series bold
6593
6594 \begin_inset ERT
6595 status collapsed
6596
6597 \begin_layout Plain Layout
6598
6599
6600 \backslash
6601 spce 
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \series default
6608
6609 \backslash
6610 Big)
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6620 \end_inset
6621
6622
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 </row>
6628 <row>
6629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \backslash
6635 Bigl(
6636 \backslash
6637 bigl(
6638 \backslash
6639 ln(3x)
6640 \backslash
6641 bigr)^2
6642 \series bold
6643
6644 \begin_inset ERT
6645 status collapsed
6646
6647 \begin_layout Plain Layout
6648
6649
6650 \backslash
6651 spce 
6652 \end_layout
6653
6654 \end_inset
6655
6656
6657 \series default
6658
6659 \backslash
6660 Bigr)
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.25mm}{}$
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 <row>
6679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683
6684 \backslash
6685 bigl)
6686 \backslash
6687 ln(3x)
6688 \backslash
6689 bigr(
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6699 \end_inset
6700
6701
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 </row>
6707 </lyxtabular>
6708
6709 \end_inset
6710
6711
6712 \end_layout
6713
6714 \begin_layout Subsubsection
6715 Automatic Bracket Size
6716 \begin_inset CommandInset label
6717 LatexCommand label
6718 name "sub:Automatic-Bracket-Size"
6719
6720 \end_inset
6721
6722
6723 \begin_inset Index
6724 status collapsed
6725
6726 \begin_layout Plain Layout
6727 Bracket size ! automatic
6728 \end_layout
6729
6730 \end_inset
6731
6732
6733 \end_layout
6734
6735 \begin_layout Standard
6736 Brackets with variable size can be inserted with the commands 
6737 \series bold
6738
6739 \backslash
6740 left
6741 \series default
6742
6743 \begin_inset Index
6744 status collapsed
6745
6746 \begin_layout Plain Layout
6747 Commands ! L ! 
6748 \backslash
6749 left
6750 \end_layout
6751
6752 \end_inset
6753
6754  and 
6755 \series bold
6756
6757 \backslash
6758 right
6759 \series default
6760
6761 \begin_inset Index
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765 Commands ! R ! 
6766 \backslash
6767 right
6768 \end_layout
6769
6770 \end_inset
6771
6772  or via the math toolbar button 
6773 \begin_inset Graphics
6774         filename ../images/dialog-show_mathdelimiter.png
6775         embed ""
6776         scale 85
6777
6778 \end_inset
6779
6780 .
6781  Directly behind 
6782 \series bold
6783
6784 \backslash
6785 left
6786 \series default
6787  and 
6788 \series bold
6789
6790 \backslash
6791 right
6792 \series default
6793  the wanted bracket must be inserted.
6794  The bracket size will then automatically be calculated for the output.
6795 \end_layout
6796
6797 \begin_layout Standard
6798 \align center
6799 normal bracket: The command 
6800 \series bold
6801
6802 \backslash
6803 ln(
6804 \backslash
6805 frac
6806 \begin_inset ERT
6807 status collapsed
6808
6809 \begin_layout Plain Layout
6810
6811
6812 \backslash
6813 spce 
6814 \end_layout
6815
6816 \end_inset
6817
6818 A
6819 \begin_inset Formula $\downarrow$
6820 \end_inset
6821
6822 C
6823 \begin_inset ERT
6824 status collapsed
6825
6826 \begin_layout Plain Layout
6827
6828
6829 \backslash
6830 spce 
6831 \end_layout
6832
6833 \end_inset
6834
6835 )
6836 \series default
6837  creates
6838 \begin_inset Formula \[
6839 \ln(\frac{A}{C})\]
6840
6841 \end_inset
6842
6843
6844 \end_layout
6845
6846 \begin_layout Standard
6847 \align center
6848 multiline bracket: The command 
6849 \series bold
6850
6851 \backslash
6852 ln
6853 \backslash
6854 left(
6855 \backslash
6856 frac
6857 \begin_inset ERT
6858 status collapsed
6859
6860 \begin_layout Plain Layout
6861
6862
6863 \backslash
6864 spce 
6865 \end_layout
6866
6867 \end_inset
6868
6869 A
6870 \begin_inset Formula $\downarrow$
6871 \end_inset
6872
6873 C
6874 \begin_inset ERT
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879
6880 \backslash
6881 spce 
6882 \end_layout
6883
6884 \end_inset
6885
6886
6887 \backslash
6888 right)
6889 \series default
6890  creates
6891 \begin_inset Formula \[
6892 \ln\left(\frac{A}{C}\right)\]
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \begin_layout Standard
6900 Instead of 
6901 \series bold
6902
6903 \backslash
6904 left
6905 \series default
6906  and 
6907 \series bold
6908
6909 \backslash
6910 right
6911 \series default
6912  the shortcut 
6913 \family sans
6914 Alt-m
6915 \begin_inset Space ~
6916 \end_inset
6917
6918 bracket
6919 \family default
6920  can be used.
6921  This has the advantage that you can see in LyX immediately the real bracket
6922  size and that the matching right bracket will be created too.
6923 \begin_inset Newline newline
6924 \end_inset
6925
6926 The command for the last example would then be: 
6927 \series bold
6928
6929 \backslash
6930 ln Alt-m
6931 \series default
6932  
6933 \series bold
6934 (
6935 \backslash
6936 frac
6937 \begin_inset ERT
6938 status collapsed
6939
6940 \begin_layout Plain Layout
6941
6942
6943 \backslash
6944 spce 
6945 \end_layout
6946
6947 \end_inset
6948
6949 A
6950 \begin_inset Formula $\downarrow$
6951 \end_inset
6952
6953 C
6954 \end_layout
6955
6956 \begin_layout Standard
6957 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6958  For example the command 
6959 \series bold
6960
6961 \backslash
6962 left.
6963 \backslash
6964 frac
6965 \begin_inset ERT
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969
6970
6971 \backslash
6972 spce 
6973 \end_layout
6974
6975 \end_inset
6976
6977 A
6978 \begin_inset Formula $\downarrow$
6979 \end_inset
6980
6981 B
6982 \begin_inset ERT
6983 status collapsed
6984
6985 \begin_layout Plain Layout
6986
6987
6988 \backslash
6989 spce 
6990 \end_layout
6991
6992 \end_inset
6993
6994
6995 \backslash
6996 right}
6997 \series default
6998  creates:
6999 \series bold
7000
7001 \begin_inset Formula \[
7002 \left.\frac{A}{B}\right\} \]
7003
7004 \end_inset
7005
7006
7007 \series default
7008 The commands 
7009 \series bold
7010
7011 \backslash
7012 left
7013 \series default
7014  and 
7015 \series bold
7016
7017 \backslash
7018 right
7019 \series default
7020  will be converted by LyX to brackets in the right size when the document
7021  is reloaded and an omitted bracket will appear as dashed line.
7022 \end_layout
7023
7024 \begin_layout Standard
7025 \begin_inset VSpace bigskip
7026 \end_inset
7027
7028 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7029  the command 
7030 \series bold
7031
7032 \backslash
7033 middle
7034 \series default
7035
7036 \begin_inset Index
7037 status collapsed
7038
7039 \begin_layout Plain Layout
7040 Commands ! M ! 
7041 \backslash
7042 middle
7043 \end_layout
7044
7045 \end_inset
7046
7047  is additionally available for all brackets and limits.
7048  With this command the height of the following character is adapted to the
7049  one of the surrounding brackets, what is e.
7050 \begin_inset Space \thinspace{}
7051 \end_inset
7052
7053 g.
7054 \begin_inset Space ~
7055 \end_inset
7056
7057 needed for physical vectors:
7058 \begin_inset Formula \[
7059 \left\langle \phi\:\middle |\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7060
7061 \end_inset
7062
7063 For physical vectors there is a special LaTeX-package, described in 
7064 \begin_inset CommandInset ref
7065 LatexCommand ref
7066 reference "sub:Physical-Vectors"
7067
7068 \end_inset
7069
7070 .
7071 \end_layout
7072
7073 \begin_layout Subsection
7074 Horizontal Brackets
7075 \begin_inset Index
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 Brackets ! horizontal
7080 \end_layout
7081
7082 \end_inset
7083
7084
7085 \end_layout
7086
7087 \begin_layout Standard
7088 \align center
7089 \begin_inset Tabular
7090 <lyxtabular version="3" rows="4" columns="2">
7091 <features>
7092 <column alignment="center" valignment="top" width="0pt">
7093 <column alignment="center" valignment="top" width="0pt">
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 Command
7100 \begin_inset Note Note
7101 status collapsed
7102
7103 \begin_layout Plain Layout
7104
7105 \series bold
7106
7107 \backslash
7108 raisebox
7109 \series default
7110  is only used as spacer.
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 Result
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 </row>
7130 <row>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 \begin_inset ERT
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139
7140
7141 \backslash
7142 raisebox{2.3mm}{
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \backslash
7149 overbrace
7150 \begin_inset ERT
7151 status collapsed
7152
7153 \begin_layout Plain Layout
7154
7155
7156 \backslash
7157 spce 
7158 \end_layout
7159
7160 \end_inset
7161
7162 A+B
7163 \begin_inset ERT
7164 status collapsed
7165
7166 \begin_layout Plain Layout
7167
7168
7169 \backslash
7170 spce 
7171 \end_layout
7172
7173 \end_inset
7174
7175 ^
7176 \begin_inset ERT
7177 status collapsed
7178
7179 \begin_layout Plain Layout
7180
7181
7182 \backslash
7183 spce 
7184 \end_layout
7185
7186 \end_inset
7187
7188 3
7189 \begin_inset ERT
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193
7194 }
7195 \end_layout
7196
7197 \end_inset
7198
7199
7200 \begin_inset Index
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204 Commands ! O ! 
7205 \backslash
7206 overbrace
7207 \end_layout
7208
7209 \end_inset
7210
7211
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 \begin_inset Formula $\overbrace{A+B}^{3}$
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 </row>
7229 <row>
7230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 \begin_inset ERT
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238
7239
7240 \backslash
7241 raisebox{-2.2mm}{
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \backslash
7248 underbrace
7249 \begin_inset ERT
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253
7254
7255 \backslash
7256 spce 
7257 \end_layout
7258
7259 \end_inset
7260
7261 A+B
7262 \begin_inset ERT
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266
7267
7268 \backslash
7269 spce 
7270 \end_layout
7271
7272 \end_inset
7273
7274 _5
7275 \begin_inset ERT
7276 status collapsed
7277
7278 \begin_layout Plain Layout
7279
7280 }
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \begin_inset Index
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290 Commands ! U ! 
7291 \backslash
7292 underbrace
7293 \end_layout
7294
7295 \end_inset
7296
7297
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 \begin_inset Formula $\underbrace{A+B}_{5}$
7307 \end_inset
7308
7309
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 </row>
7315 <row>
7316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320
7321 \backslash
7322 overbrace
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328
7329 \backslash
7330 spce 
7331 \end_layout
7332
7333 \end_inset
7334
7335
7336 \backslash
7337 underbrace
7338 \begin_inset ERT
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343
7344 \backslash
7345 spce 
7346 \end_layout
7347
7348 \end_inset
7349
7350 A+B_w
7351 \begin_inset ERT
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355
7356
7357 \backslash
7358 spce 
7359 \end_layout
7360
7361 \end_inset
7362
7363
7364 \begin_inset ERT
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368
7369
7370 \backslash
7371 spce 
7372 \end_layout
7373
7374 \end_inset
7375
7376 _7
7377 \begin_inset ERT
7378 status collapsed
7379
7380 \begin_layout Plain Layout
7381
7382
7383 \backslash
7384 spce 
7385 \end_layout
7386
7387 \end_inset
7388
7389
7390 \begin_inset ERT
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394
7395
7396 \backslash
7397 spce 
7398 \end_layout
7399
7400 \end_inset
7401
7402 ^
7403 \begin_inset ERT
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407
7408
7409 \backslash
7410 spce 
7411 \end_layout
7412
7413 \end_inset
7414
7415 C
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7425 \end_inset
7426
7427
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 </lyxtabular>
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 In the last example it doesn't matter if 
7442 \series bold
7443
7444 \backslash
7445 overbrace
7446 \series default
7447  or 
7448 \series bold
7449
7450 \backslash
7451 underbrace
7452 \series default
7453  is inserted at first.
7454 \end_layout
7455
7456 \begin_layout Standard
7457 \begin_inset VSpace bigskip
7458 \end_inset
7459
7460 When brackets are needed that overlap each other, multiline formulas, as
7461  described in 
7462 \begin_inset CommandInset ref
7463 LatexCommand ref
7464 reference "sec:Multiline-Formulas"
7465
7466 \end_inset
7467
7468 , must be used:
7469 \begin_inset Formula \begin{eqnarray*}
7470 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7471  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7472
7473 \end_inset
7474
7475 In the first row the formula is inserted together with the first brace.
7476  It is hereby important that the space command
7477 \begin_inset Foot
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481 Space commands are explained in 
7482 \begin_inset CommandInset ref
7483 LatexCommand ref
7484 reference "sub:Predefined-Space"
7485
7486 \end_inset
7487
7488 .
7489 \end_layout
7490
7491 \end_inset
7492
7493  
7494 \series bold
7495
7496 \backslash
7497 :
7498 \series default
7499  is inserted before the first 
7500 \begin_inset Formula $d$
7501 \end_inset
7502
7503 , because the brace that ends behind the 
7504 \begin_inset Formula $q$
7505 \end_inset
7506
7507  prevents that the following 
7508 \begin_inset Quotes eld
7509 \end_inset
7510
7511 +
7512 \begin_inset Quotes erd
7513 \end_inset
7514
7515  is surrounded by space.
7516 \begin_inset Foot
7517 status collapsed
7518
7519 \begin_layout Plain Layout
7520 because a bracket is not handled as character, see 
7521 \begin_inset CommandInset ref
7522 LatexCommand ref
7523 reference "sub:Binary-Operators"
7524
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \end_inset
7531
7532  In the second row the second brace is inserted.
7533  As it should begin before the 
7534 \begin_inset Formula $b$
7535 \end_inset
7536
7537 , first the command 
7538 \series bold
7539
7540 \backslash
7541 hphantom{gggg+
7542 \backslash
7543 :}
7544 \series default
7545  is inserted.
7546 \begin_inset Foot
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550 more about 
7551 \series bold
7552
7553 \backslash
7554 hphantom
7555 \series default
7556  see 
7557 \begin_inset CommandInset ref
7558 LatexCommand ref
7559 reference "sub:Placeholders"
7560
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \end_inset
7567
7568  This space is needed because the 
7569 \begin_inset Quotes eld
7570 \end_inset
7571
7572 +
7573 \begin_inset Quotes erd
7574 \end_inset
7575
7576  is also surrounded by space in the formula.
7577  The brace is placed under the command 
7578 \series bold
7579
7580 \backslash
7581 hphantom{bbqq+dddd}
7582 \series default
7583 .
7584 \end_layout
7585
7586 \begin_layout Standard
7587 It gets more complicated when brackets overlap each other, like in the following
7588  example:
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 setlength{
7597 \backslash
7598 jot}{-6pt}
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \begin_inset Formula \begin{eqnarray*}
7605  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7606 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7607
7608 \end_inset
7609
7610
7611 \begin_inset ERT
7612 status collapsed
7613
7614 \begin_layout Plain Layout
7615
7616
7617 \backslash
7618 setlength{
7619 \backslash
7620 jot}{3pt}
7621 \end_layout
7622
7623 \end_inset
7624
7625 The first formula row is the same as the second row of the previous example,
7626  with the difference that the brace is above.
7627  The second row contains the formula together with the second brace.
7628  To avoid that there is space between the upper brace in the first row and
7629  the formula, the row spacing need to be reduced.
7630  This is not easily possible due to a bug in LyX
7631 \begin_inset Foot
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635 \begin_inset CommandInset href
7636 LatexCommand href
7637 name "LyX-bug #1505"
7638 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646
7647 .
7648  As solution for the problem, the global formula row separation 
7649 \series bold
7650
7651 \backslash
7652 jot
7653 \series default
7654
7655 \begin_inset Index
7656 status collapsed
7657
7658 \begin_layout Plain Layout
7659 Commands ! J ! 
7660 \backslash
7661 jot
7662 \end_layout
7663
7664 \end_inset
7665
7666  must be changed to -6
7667 \begin_inset Space \thinspace{}
7668 \end_inset
7669
7670 pt before the formula with the command 
7671 \series bold
7672
7673 \backslash
7674 setlength{
7675 \backslash
7676 jot}{-6pt}
7677 \series default
7678  in TeX-mode.
7679  
7680 \series bold
7681
7682 \backslash
7683 jot
7684 \series default
7685  is set back after the formula to the standard value of 3
7686 \begin_inset Space \thinspace{}
7687 \end_inset
7688
7689 pt using the same command.
7690  More about the row separation in formulas is explained in 
7691 \begin_inset CommandInset ref
7692 LatexCommand ref
7693 reference "sub:Line-Separation"
7694
7695 \end_inset
7696
7697 .
7698 \end_layout
7699
7700 \begin_layout Section
7701 Arrows
7702 \begin_inset Index
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706 Arrows
7707 \end_layout
7708
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \begin_layout Standard
7715 Arrows can be inserted via the math toolbar button 
7716 \begin_inset Graphics
7717         filename ../images/math/leftarrow.png
7718         embed ""
7719         scale 85
7720
7721 \end_inset
7722
7723  or the commands listed in the following subsections.
7724 \end_layout
7725
7726 \begin_layout Subsection
7727 Horizontal Arrows
7728 \begin_inset Index
7729 status collapsed
7730
7731 \begin_layout Plain Layout
7732 Arrows ! horizontal
7733 \end_layout
7734
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \begin_layout Standard
7741 \begin_inset Space \hfill{}
7742 \end_inset
7743
7744
7745 \begin_inset Tabular
7746 <lyxtabular version="3" rows="8" columns="2">
7747 <features>
7748 <column alignment="center" valignment="top" width="0pt">
7749 <column alignment="center" valignment="top" width="0pt">
7750 <row>
7751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 Command
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 Result
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 </row>
7770 <row>
7771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \backslash
7777 gets
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 \begin_inset Formula $\gets$
7787 \end_inset
7788
7789
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row>
7796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \backslash
7802 Leftarrow
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 \begin_inset Formula $\Leftarrow$
7812 \end_inset
7813
7814
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row>
7821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \backslash
7827 longleftarrow
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 \begin_inset Formula $\longleftarrow$
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \backslash
7852 Longleftarrow
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 \begin_inset Formula $\Longleftarrow$
7862 \end_inset
7863
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \backslash
7877 leftharpoonup
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 \begin_inset Formula $\leftharpoonup$
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \backslash
7902 leftharpoondown
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 \begin_inset Formula $\leftharpoondown$
7912 \end_inset
7913
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 hookleftarrow
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\hookleftarrow$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 </lyxtabular>
7946
7947 \end_inset
7948
7949
7950 \begin_inset Space \hfill{}
7951 \end_inset
7952
7953
7954 \begin_inset Tabular
7955 <lyxtabular version="3" rows="8" columns="2">
7956 <features>
7957 <column alignment="center" valignment="top" width="0pt">
7958 <column alignment="center" valignment="top" width="0pt">
7959 <row>
7960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Command
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Result
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \backslash
7986 to
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 \begin_inset Formula $\to$
7996 \end_inset
7997
7998
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \backslash
8011 Rightarrow
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 \begin_inset Formula $\Rightarrow$
8021 \end_inset
8022
8023
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \backslash
8036 longrightarrow
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 \begin_inset Formula $\longrightarrow$
8046 \end_inset
8047
8048
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \backslash
8061 Longrightarrow
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 \begin_inset Formula $\Longrightarrow$
8071 \end_inset
8072
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \backslash
8086 rightharpoonup
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 \begin_inset Formula $\rightharpoonup$
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 rightharpoondown
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\rightharpoondown$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 hookrightarrow
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\hookrightarrow$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 </lyxtabular>
8155
8156 \end_inset
8157
8158
8159 \begin_inset Space \hfill{}
8160 \end_inset
8161
8162
8163 \end_layout
8164
8165 \begin_layout Standard
8166 \begin_inset Space \hfill{}
8167 \end_inset
8168
8169
8170 \begin_inset Tabular
8171 <lyxtabular version="3" rows="6" columns="2">
8172 <features>
8173 <column alignment="center" valignment="top" width="0pt">
8174 <column alignment="center" valignment="top" width="0pt">
8175 <row>
8176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Command
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Result
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \backslash
8202 leftrightarrow
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 \begin_inset Formula $\leftrightarrow$
8212 \end_inset
8213
8214
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \backslash
8227 Leftrightarrow
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 \begin_inset Formula $\Leftrightarrow$
8237 \end_inset
8238
8239
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \backslash
8252 longleftrightarrow
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 \begin_inset Formula $\longleftrightarrow$
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \backslash
8277 Longleftrightarrow
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 \begin_inset Formula $\Longleftrightarrow$
8287 \end_inset
8288
8289
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \backslash
8302 rightleftharpoons
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 \begin_inset Formula $\rightleftharpoons$
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 </lyxtabular>
8321
8322 \end_inset
8323
8324
8325 \begin_inset Space \hspace{}
8326 \length 25pt
8327 \end_inset
8328
8329
8330 \begin_inset Space \hfill{}
8331 \end_inset
8332
8333
8334 \begin_inset Tabular
8335 <lyxtabular version="3" rows="5" columns="2">
8336 <features>
8337 <column alignment="center" valignment="top" width="0pt">
8338 <column alignment="center" valignment="top" width="0pt">
8339 <row>
8340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Command
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Result
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \backslash
8366 mapsto
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 \begin_inset Formula $\mapsto$
8376 \end_inset
8377
8378
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \backslash
8391 longmapsto
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 \begin_inset Formula $\longmapsto$
8401 \end_inset
8402
8403
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \backslash
8416 leadsto
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 \begin_inset Formula $\leadsto$
8426 \end_inset
8427
8428
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \backslash
8441 dasharrow
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 \begin_inset Formula $\dasharrow$
8451 \end_inset
8452
8453
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 </lyxtabular>
8460
8461 \end_inset
8462
8463
8464 \begin_inset Space \hfill{}
8465 \end_inset
8466
8467
8468 \end_layout
8469
8470 \begin_layout Standard
8471 \begin_inset VSpace medskip
8472 \end_inset
8473
8474 Arrows used as accent like e.
8475 \begin_inset Space \thinspace{}
8476 \end_inset
8477
8478 g.
8479 \begin_inset Space ~
8480 \end_inset
8481
8482 vector arrows are listed in 
8483 \begin_inset CommandInset ref
8484 LatexCommand ref
8485 reference "sec:Accents"
8486
8487 \end_inset
8488
8489 .
8490 \end_layout
8491
8492 \begin_layout Standard
8493 \begin_inset VSpace bigskip
8494 \end_inset
8495
8496 Furthermore there are the labeled arrows
8497 \begin_inset Index
8498 status collapsed
8499
8500 \begin_layout Plain Layout
8501 Arrows ! labeled
8502 \end_layout
8503
8504 \end_inset
8505
8506  
8507 \series bold
8508
8509 \backslash
8510 xleftarrow
8511 \series default
8512
8513 \begin_inset Index
8514 status collapsed
8515
8516 \begin_layout Plain Layout
8517 Commands ! X ! 
8518 \backslash
8519 xleftarrow
8520 \end_layout
8521
8522 \end_inset
8523
8524  and 
8525 \series bold
8526
8527 \backslash
8528 xrightarrow
8529 \series default
8530
8531 \begin_inset Index
8532 status collapsed
8533
8534 \begin_layout Plain Layout
8535 Commands ! X ! 
8536 \backslash
8537 xrightarrow
8538 \begin_inset VSpace 4mm
8539 \end_inset
8540
8541
8542 \end_layout
8543
8544 \end_inset
8545
8546 .
8547  When inserting one of these commands in a formula, an arrow with two blue
8548  boxes appear where the label can be inserted.
8549  The length of the arrow adapts to the label width.
8550 \end_layout
8551
8552 \begin_layout Standard
8553 \align center
8554 \begin_inset Tabular
8555 <lyxtabular version="3" rows="3" columns="2">
8556 <features>
8557 <column alignment="center" valignment="top" width="0pt">
8558 <column alignment="center" valignment="top" width="0pt">
8559 <row>
8560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Command
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Result
8574 \begin_inset Note Note
8575 status collapsed
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580
8581 \backslash
8582 raisebox
8583 \series default
8584  is only used as spacer.
8585 \end_layout
8586
8587 \end_inset
8588
8589
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 F(a)
8601 \backslash
8602 xleftarrow
8603 \begin_inset ERT
8604 status collapsed
8605
8606 \begin_layout Plain Layout
8607
8608
8609 \backslash
8610 spce 
8611 \end_layout
8612
8613 \end_inset
8614
8615 x=a
8616 \begin_inset Formula $\downarrow$
8617 \end_inset
8618
8619 x>0
8620 \begin_inset Formula $\to$
8621 \end_inset
8622
8623 F(x)
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 F(x)
8647 \backslash
8648 xrightarrow
8649 \begin_inset ERT
8650 status collapsed
8651
8652 \begin_layout Plain Layout
8653
8654
8655 \backslash
8656 spce 
8657 \end_layout
8658
8659 \end_inset
8660
8661 x=a
8662 \begin_inset Formula $\downarrow$
8663 \end_inset
8664
8665 x>0
8666 \begin_inset Formula $\to$
8667 \end_inset
8668
8669 F(a)
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8679 \end_inset
8680
8681
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 </lyxtabular>
8688
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \begin_layout Subsection
8695 Vertical and diagonal Arrows
8696 \begin_inset Index
8697 status collapsed
8698
8699 \begin_layout Plain Layout
8700 Arrows ! diagonal
8701 \end_layout
8702
8703 \end_inset
8704
8705
8706 \begin_inset Index
8707 status collapsed
8708
8709 \begin_layout Plain Layout
8710 Arrows ! vertical
8711 \end_layout
8712
8713 \end_inset
8714
8715
8716 \end_layout
8717
8718 \begin_layout Standard
8719 \begin_inset Space \hfill{}
8720 \end_inset
8721
8722
8723 \begin_inset Tabular
8724 <lyxtabular version="3" rows="7" columns="2">
8725 <features>
8726 <column alignment="center" valignment="top" width="0pt">
8727 <column alignment="center" valignment="top" width="0pt">
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Command
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Result
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \backslash
8755 uparrow
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 \begin_inset Formula $\uparrow$
8765 \end_inset
8766
8767
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \backslash
8780 Uparrow
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 \begin_inset Formula $\Uparrow$
8790 \end_inset
8791
8792
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \backslash
8805 updownarrow
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 \begin_inset Formula $\updownarrow$
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \backslash
8830 Updownarrow
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\Updownarrow$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \backslash
8855 Downarrow
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 \begin_inset Formula $\Downarrow$
8865 \end_inset
8866
8867
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \backslash
8880 downarrow
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 \begin_inset Formula $\downarrow$
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 </lyxtabular>
8899
8900 \end_inset
8901
8902
8903 \begin_inset Space \hfill{}
8904 \end_inset
8905
8906
8907 \begin_inset Tabular
8908 <lyxtabular version="3" rows="5" columns="2">
8909 <features>
8910 <column alignment="center" valignment="top" width="0pt">
8911 <column alignment="center" valignment="top" width="0pt">
8912 <row>
8913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Command
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Result
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \backslash
8939 nearrow
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 \begin_inset Formula $\nearrow$
8949 \end_inset
8950
8951
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \backslash
8964 searrow
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 \begin_inset Formula $\searrow$
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \backslash
8989 swarrow
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 \begin_inset Formula $\swarrow$
8999 \end_inset
9000
9001
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \backslash
9014 nwarrow
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 \begin_inset Formula $\nwarrow$
9024 \end_inset
9025
9026
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 </lyxtabular>
9033
9034 \end_inset
9035
9036
9037 \begin_inset Space \hfill{}
9038 \end_inset
9039
9040
9041 \end_layout
9042
9043 \begin_layout Standard
9044 \begin_inset VSpace medskip
9045 \end_inset
9046
9047 Vertical arrows can be used also as delimiter together with the commands
9048  described in 
9049 \begin_inset CommandInset ref
9050 LatexCommand ref
9051 reference "sub:Manual-Bracket-Size"
9052
9053 \end_inset
9054
9055  and 
9056 \begin_inset CommandInset ref
9057 LatexCommand ref
9058 reference "sub:Automatic-Bracket-Size"
9059
9060 \end_inset
9061
9062 .
9063 \end_layout
9064
9065 \begin_layout Standard
9066 \begin_inset Newpage newpage
9067 \end_inset
9068
9069
9070 \end_layout
9071
9072 \begin_layout Section
9073 Accents
9074 \begin_inset CommandInset label
9075 LatexCommand label
9076 name "sec:Accents"
9077
9078 \end_inset
9079
9080
9081 \begin_inset Index
9082 status collapsed
9083
9084 \begin_layout Plain Layout
9085 Accents
9086 \end_layout
9087
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \begin_layout Standard
9094 Accents can be inserted via the math toolbar button 
9095 \begin_inset Graphics
9096         filename ../images/math/hat.png
9097         embed ""
9098         scale 85
9099
9100 \end_inset
9101
9102  or the commands listed in the following subsections.
9103 \end_layout
9104
9105 \begin_layout Subsection
9106 Accents for one Character
9107 \begin_inset ERT
9108 status collapsed
9109
9110 \begin_layout Plain Layout
9111
9112
9113 \backslash
9114 texorpdfstring{
9115 \end_layout
9116
9117 \end_inset
9118
9119
9120 \begin_inset Foot
9121 status collapsed
9122
9123 \begin_layout Plain Layout
9124 accents in text see 
9125 \begin_inset CommandInset ref
9126 LatexCommand ref
9127 reference "sub:Accents-in-Text"
9128
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \end_inset
9135
9136
9137 \begin_inset ERT
9138 status collapsed
9139
9140 \begin_layout Plain Layout
9141
9142 }{}
9143 \end_layout
9144
9145 \end_inset
9146
9147
9148 \begin_inset Note Note
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152
9153 \backslash
9154 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9155 \end_layout
9156
9157 \begin_layout Plain Layout
9158 More about 
9159 \backslash
9160 texorpdfstring is in section 
9161 \begin_inset CommandInset ref
9162 LatexCommand ref
9163 reference "sub:Formulas-in-Section"
9164
9165 \end_inset
9166
9167 .
9168 \end_layout
9169
9170 \end_inset
9171
9172
9173 \begin_inset CommandInset label
9174 LatexCommand label
9175 name "sub:Accents-for-one"
9176
9177 \end_inset
9178
9179
9180 \begin_inset Index
9181 status collapsed
9182
9183 \begin_layout Plain Layout
9184 Accents ! for one character
9185 \end_layout
9186
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \begin_layout Standard
9193 \begin_inset Space \hfill{}
9194 \end_inset
9195
9196
9197 \begin_inset Tabular
9198 <lyxtabular version="3" rows="8" columns="2">
9199 <features>
9200 <column alignment="center" valignment="top" width="0pt">
9201 <column alignment="center" valignment="top" width="0pt">
9202 <row>
9203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Command
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 Result
9217 \begin_inset Note Note
9218 status collapsed
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223
9224 \backslash
9225 raisebox
9226 \series default
9227  is only used as spacer.
9228 \end_layout
9229
9230 \end_inset
9231
9232
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \backslash
9245 dot
9246 \begin_inset ERT
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250
9251
9252 \backslash
9253 spce 
9254 \end_layout
9255
9256 \end_inset
9257
9258 A
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 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9268 \end_inset
9269
9270
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \backslash
9283 ddot
9284 \begin_inset ERT
9285 status collapsed
9286
9287 \begin_layout Plain Layout
9288
9289
9290 \backslash
9291 spce 
9292 \end_layout
9293
9294 \end_inset
9295
9296 A
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9306 \end_inset
9307
9308
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \backslash
9321 dddot
9322 \begin_inset ERT
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326
9327
9328 \backslash
9329 spce 
9330 \end_layout
9331
9332 \end_inset
9333
9334 A
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9344 \end_inset
9345
9346
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \backslash
9359 ddddot{A
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9369 \end_inset
9370
9371
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \backslash
9384 vec
9385 \begin_inset ERT
9386 status collapsed
9387
9388 \begin_layout Plain Layout
9389
9390
9391 \backslash
9392 spce 
9393 \end_layout
9394
9395 \end_inset
9396
9397 A
9398 \begin_inset Index
9399 status collapsed
9400
9401 \begin_layout Plain Layout
9402 Vectors
9403 \end_layout
9404
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \backslash
9432 bar
9433 \begin_inset ERT
9434 status collapsed
9435
9436 \begin_layout Plain Layout
9437
9438
9439 \backslash
9440 spce 
9441 \end_layout
9442
9443 \end_inset
9444
9445 A
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \backslash
9470 mathring
9471 \begin_inset ERT
9472 status collapsed
9473
9474 \begin_layout Plain Layout
9475
9476
9477 \backslash
9478 spce 
9479 \end_layout
9480
9481 \end_inset
9482
9483 A
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 </lyxtabular>
9502
9503 \end_inset
9504
9505
9506 \begin_inset Space \hfill{}
9507 \end_inset
9508
9509
9510 \begin_inset Tabular
9511 <lyxtabular version="3" rows="7" columns="2">
9512 <features>
9513 <column alignment="center" valignment="top" width="0pt">
9514 <column alignment="center" valignment="top" width="0pt">
9515 <row>
9516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 Command
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 Result
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 <row>
9536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \backslash
9542 tilde
9543 \begin_inset ERT
9544 status collapsed
9545
9546 \begin_layout Plain Layout
9547
9548
9549 \backslash
9550 spce 
9551 \end_layout
9552
9553 \end_inset
9554
9555 A
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \backslash
9580 hat
9581 \begin_inset ERT
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585
9586
9587 \backslash
9588 spce 
9589 \end_layout
9590
9591 \end_inset
9592
9593 A
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \backslash
9618 check
9619 \begin_inset ERT
9620 status collapsed
9621
9622 \begin_layout Plain Layout
9623
9624
9625 \backslash
9626 spce 
9627 \end_layout
9628
9629 \end_inset
9630
9631 A
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \backslash
9656 acute
9657 \begin_inset ERT
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661
9662
9663 \backslash
9664 spce 
9665 \end_layout
9666
9667 \end_inset
9668
9669 A
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 grave
9695 \begin_inset ERT
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700
9701 \backslash
9702 spce 
9703 \end_layout
9704
9705 \end_inset
9706
9707 A
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \backslash
9732 breve
9733 \begin_inset ERT
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737
9738
9739 \backslash
9740 spce 
9741 \end_layout
9742
9743 \end_inset
9744
9745 A
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9755 \end_inset
9756
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 </row>
9763 </lyxtabular>
9764
9765 \end_inset
9766
9767
9768 \begin_inset Space \hfill{}
9769 \end_inset
9770
9771
9772 \end_layout
9773
9774 \begin_layout Standard
9775 \begin_inset VSpace bigskip
9776 \end_inset
9777
9778 To create umlauts
9779 \begin_inset Index
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783 Umlauts
9784 \end_layout
9785
9786 \end_inset
9787
9788  in formulas, a quotation mark is inserted before the vowel.
9789  These two characters are then treated by LaTeX as 
9790 \emph on
9791 one
9792 \emph default
9793  character when the formula part with the umlaut is marked as German.
9794  In contrary to 
9795 \series bold
9796
9797 \backslash
9798 ddot
9799 \series default
9800 , with this method 
9801 \begin_inset Quotes eld
9802 \end_inset
9803
9804 real
9805 \begin_inset Quotes erd
9806 \end_inset
9807
9808  umlauts are created as demonstrated in the following example:
9809 \end_layout
9810
9811 \begin_layout Standard
9812 \begin_inset VSpace -2mm
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \begin_layout Standard
9819 \align center
9820 \begin_inset Tabular
9821 <lyxtabular version="3" rows="3" columns="2">
9822 <features>
9823 <column alignment="center" valignment="top" width="0">
9824 <column alignment="center" valignment="top" width="0">
9825 <row>
9826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 Command
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 Result
9840 \begin_inset Note Note
9841 status collapsed
9842
9843 \begin_layout Plain Layout
9844
9845 \series bold
9846
9847 \backslash
9848 raisebox
9849 \series default
9850  is only used as spacer.
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row>
9862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \lang ngerman
9868 \begin_inset Quotes grd
9869 \end_inset
9870
9871 i
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \lang ngerman
9882 \begin_inset Formula $"i$
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row>
9892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \backslash
9898 ddot
9899 \begin_inset ERT
9900 status collapsed
9901
9902 \begin_layout Plain Layout
9903
9904
9905 \backslash
9906 spce 
9907 \end_layout
9908
9909 \end_inset
9910
9911 i
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 </lyxtabular>
9930
9931 \end_inset
9932
9933
9934 \end_layout
9935
9936 \begin_layout Standard
9937 Another advantage to 
9938 \series bold
9939
9940 \backslash
9941 ddot
9942 \series default
9943  is that umlauts can directly be converted to mathematical text because
9944  the accent commands above are 
9945 \emph on
9946 not allowed
9947 \emph default
9948  
9949 \emph on
9950 in mathematical text
9951 \emph default
9952 .
9953  To convert an accented character to mathematical text, only the character
9954  under the accent may be converted.
9955  This applies also for all other conversions, e.
9956 \begin_inset Space \thinspace{}
9957 \end_inset
9958
9959 g.
9960 \begin_inset Space ~
9961 \end_inset
9962
9963 to italic or bold.
9964 \end_layout
9965
9966 \begin_layout Standard
9967 In mathematical text, umlauts and other accented characters can directly
9968  be inserted.
9969 \end_layout
9970
9971 \begin_layout Subsection
9972 Accents for Operators
9973 \begin_inset Index
9974 status collapsed
9975
9976 \begin_layout Plain Layout
9977 Accents ! for operators
9978 \end_layout
9979
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \begin_layout Standard
9986 With the commands 
9987 \series bold
9988
9989 \backslash
9990 overset
9991 \series default
9992
9993 \begin_inset Index
9994 status collapsed
9995
9996 \begin_layout Plain Layout
9997 Commands ! O ! 
9998 \backslash
9999 overset
10000 \end_layout
10001
10002 \end_inset
10003
10004  and 
10005 \series bold
10006
10007 \backslash
10008 underset
10009 \series default
10010
10011 \begin_inset Index
10012 status collapsed
10013
10014 \begin_layout Plain Layout
10015 Commands ! U ! 
10016 \backslash
10017 underset
10018 \end_layout
10019
10020 \end_inset
10021
10022  characters can be placed above or below an operator, respectively, to accent
10023  it.
10024  With the command 
10025 \series bold
10026
10027 \backslash
10028 sideset
10029 \series default
10030
10031 \begin_inset Index
10032 status collapsed
10033
10034 \begin_layout Plain Layout
10035 Commands ! S ! 
10036 \backslash
10037 sideset
10038 \end_layout
10039
10040 \end_inset
10041
10042  characters can be set before and behind an operator.
10043  The command scheme is:
10044 \end_layout
10045
10046 \begin_layout Standard
10047
10048 \series bold
10049
10050 \backslash
10051 sideset{character
10052 \series default
10053  
10054 \series bold
10055 before}{character
10056 \series default
10057  
10058 \series bold
10059 behind}
10060 \end_layout
10061
10062 \begin_layout Standard
10063
10064 \series bold
10065
10066 \backslash
10067 sideset
10068 \series default
10069  must always be before the operator that should be accented.
10070  You can accent with several characters and even with other operators and
10071  symbols.
10072  To place with 
10073 \series bold
10074
10075 \backslash
10076 sideset
10077 \series default
10078  for example only characters behind an operator, write nothing between the
10079  first braces but don't omit the braces.
10080 \end_layout
10081
10082 \begin_layout Standard
10083 For example the command 
10084 \series bold
10085
10086 \backslash
10087 sideset{
10088 \begin_inset Formula $\to$
10089 \end_inset
10090
10091
10092 \backslash
10093 {
10094 \series default
10095 '
10096 \series bold
10097
10098 \begin_inset Formula $\to$
10099 \end_inset
10100
10101
10102 \backslash
10103 sum_k=1
10104 \begin_inset ERT
10105 status collapsed
10106
10107 \begin_layout Plain Layout
10108
10109
10110 \backslash
10111 spce 
10112 \end_layout
10113
10114 \end_inset
10115
10116
10117 \series default
10118 ^
10119 \series bold
10120 n
10121 \series default
10122  produces:
10123 \begin_inset Formula \[
10124 \sideset {}{'}\sum_{k=1}^{n}\]
10125
10126 \end_inset
10127
10128
10129 \end_layout
10130
10131 \begin_layout Standard
10132 The command 
10133 \series bold
10134
10135 \backslash
10136 overset
10137 \begin_inset ERT
10138 status collapsed
10139
10140 \begin_layout Plain Layout
10141
10142
10143 \backslash
10144 spce 
10145 \end_layout
10146
10147 \end_inset
10148
10149
10150 \backslash
10151 maltese
10152 \begin_inset ERT
10153 status collapsed
10154
10155 \begin_layout Plain Layout
10156
10157
10158 \backslash
10159 spce 
10160 \end_layout
10161
10162 \end_inset
10163
10164
10165 \series default
10166
10167 \begin_inset Formula $\uparrow$
10168 \end_inset
10169
10170
10171 \series bold
10172 a
10173 \series default
10174  produces:
10175 \begin_inset Formula \[
10176 \overset{a}{\maltese}\]
10177
10178 \end_inset
10179
10180 As seen in the last example, with 
10181 \series bold
10182
10183 \backslash
10184 overset
10185 \series default
10186  and 
10187 \series bold
10188
10189 \backslash
10190 underset
10191 \series default
10192  also symbols and characters can be accented; with 
10193 \series bold
10194
10195 \backslash
10196 sideset
10197 \series default
10198  this is not possible.
10199 \end_layout
10200
10201 \begin_layout Subsection
10202 Accents for several Characters
10203 \begin_inset CommandInset label
10204 LatexCommand label
10205 name "sub:Accents-for-several"
10206
10207 \end_inset
10208
10209
10210 \begin_inset Index
10211 status collapsed
10212
10213 \begin_layout Plain Layout
10214 Accents ! for several characters
10215 \end_layout
10216
10217 \end_inset
10218
10219
10220 \end_layout
10221
10222 \begin_layout Standard
10223 \begin_inset Space \hfill{}
10224 \end_inset
10225
10226
10227 \begin_inset Tabular
10228 <lyxtabular version="3" rows="5" columns="2">
10229 <features>
10230 <column alignment="center" valignment="top" width="0pt">
10231 <column alignment="center" valignment="top" width="0pt">
10232 <row>
10233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Command
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 Result
10247 \begin_inset Note Note
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251
10252 \series bold
10253
10254 \backslash
10255 raisebox
10256 \series default
10257  is only used as spacer.
10258 \end_layout
10259
10260 \end_inset
10261
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \backslash
10275 overleftarrow
10276 \begin_inset ERT
10277 status collapsed
10278
10279 \begin_layout Plain Layout
10280
10281
10282 \backslash
10283 spce 
10284 \end_layout
10285
10286 \end_inset
10287
10288 A=B
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 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10298 \end_inset
10299
10300
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 </row>
10306 <row>
10307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311
10312 \backslash
10313 underleftarrow
10314 \begin_inset ERT
10315 status collapsed
10316
10317 \begin_layout Plain Layout
10318
10319
10320 \backslash
10321 spce 
10322 \end_layout
10323
10324 \end_inset
10325
10326 A=B
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \backslash
10351 overleftrightarrow
10352 \begin_inset ERT
10353 status collapsed
10354
10355 \begin_layout Plain Layout
10356
10357
10358 \backslash
10359 spce 
10360 \end_layout
10361
10362 \end_inset
10363
10364 A=B
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10374 \end_inset
10375
10376
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row>
10383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387
10388 \backslash
10389 underleftrightarrow
10390 \begin_inset ERT
10391 status collapsed
10392
10393 \begin_layout Plain Layout
10394
10395
10396 \backslash
10397 spce 
10398 \end_layout
10399
10400 \end_inset
10401
10402 A=B
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10412 \end_inset
10413
10414
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 </lyxtabular>
10421
10422 \end_inset
10423
10424
10425 \begin_inset Space \hfill{}
10426 \end_inset
10427
10428
10429 \begin_inset Tabular
10430 <lyxtabular version="3" rows="5" columns="2">
10431 <features>
10432 <column alignment="center" valignment="top" width="0pt">
10433 <column alignment="center" valignment="top" width="0pt">
10434 <row>
10435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Command
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Result
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \backslash
10461 overrightarrow
10462 \begin_inset ERT
10463 status collapsed
10464
10465 \begin_layout Plain Layout
10466
10467
10468 \backslash
10469 spce 
10470 \end_layout
10471
10472 \end_inset
10473
10474 A=B
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10484 \end_inset
10485
10486
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \backslash
10499 underrightarrow
10500 \begin_inset ERT
10501 status collapsed
10502
10503 \begin_layout Plain Layout
10504
10505
10506 \backslash
10507 spce 
10508 \end_layout
10509
10510 \end_inset
10511
10512 A=B
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \backslash
10537 widetilde
10538 \begin_inset ERT
10539 status collapsed
10540
10541 \begin_layout Plain Layout
10542
10543
10544 \backslash
10545 spce 
10546 \end_layout
10547
10548 \end_inset
10549
10550 A=B
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10560 \end_inset
10561
10562
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 </row>
10568 <row>
10569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573
10574 \backslash
10575 widehat
10576 \begin_inset ERT
10577 status collapsed
10578
10579 \begin_layout Plain Layout
10580
10581
10582 \backslash
10583 spce 
10584 \end_layout
10585
10586 \end_inset
10587
10588 A=B
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 </lyxtabular>
10607
10608 \end_inset
10609
10610
10611 \begin_inset Space \hfill{}
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \begin_layout Standard
10618 \begin_inset VSpace medskip
10619 \end_inset
10620
10621 With these commands as many characters as you like can be accented.
10622  But the accents 
10623 \series bold
10624
10625 \backslash
10626 widetilde
10627 \series default
10628  and 
10629 \series bold
10630
10631 \backslash
10632 widehat
10633 \series default
10634  will only be set in the output with a length of three characters, as shown
10635  in the following example:
10636 \begin_inset Formula \[
10637 \widetilde{A+B=C-D}\]
10638
10639 \end_inset
10640
10641
10642 \end_layout
10643
10644 \begin_layout Standard
10645 With the commands 
10646 \series bold
10647
10648 \backslash
10649 overset
10650 \series default
10651
10652 \begin_inset Index
10653 status collapsed
10654
10655 \begin_layout Plain Layout
10656 Commands ! O ! 
10657 \backslash
10658 overset
10659 \end_layout
10660
10661 \end_inset
10662
10663  and 
10664 \series bold
10665
10666 \backslash
10667 underset
10668 \series default
10669
10670 \begin_inset Index
10671 status collapsed
10672
10673 \begin_layout Plain Layout
10674 Commands ! U ! 
10675 \backslash
10676 underset
10677 \end_layout
10678
10679 \end_inset
10680
10681  described in the previous subsection it is also possible to accent several
10682  characters.
10683  The command 
10684 \series bold
10685
10686 \backslash
10687 underset
10688 \begin_inset ERT
10689 status collapsed
10690
10691 \begin_layout Plain Layout
10692
10693
10694 \backslash
10695 spce 
10696 \end_layout
10697
10698 \end_inset
10699
10700 A=B
10701 \begin_inset Formula $\downarrow$
10702 \end_inset
10703
10704 ***
10705 \series default
10706  creates:
10707 \begin_inset Formula \[
10708 \underset{***}{A=B}\]
10709
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \begin_layout Section
10716 Space
10717 \begin_inset CommandInset label
10718 LatexCommand label
10719 name "sub:Space"
10720
10721 \end_inset
10722
10723
10724 \begin_inset Index
10725 status collapsed
10726
10727 \begin_layout Plain Layout
10728 Space ! horizontal
10729 \end_layout
10730
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \begin_layout Subsection
10737 Predefined Space
10738 \begin_inset CommandInset label
10739 LatexCommand label
10740 name "sub:Predefined-Space"
10741
10742 \end_inset
10743
10744
10745 \begin_inset Index
10746 status collapsed
10747
10748 \begin_layout Plain Layout
10749 Space ! horizontal ! predefined
10750 \end_layout
10751
10752 \end_inset
10753
10754
10755 \end_layout
10756
10757 \begin_layout Standard
10758 Sometimes it is necessary to insert horizontal space to a formula.
10759  This is done by inserting a protected space (shortcut 
10760 \family sans
10761 Ctrl-Space
10762 \family default
10763 ).
10764  A blue 
10765 \begin_inset Quotes eld
10766 \end_inset
10767
10768
10769 \series bold
10770 \color blue
10771
10772 \begin_inset ERT
10773 status collapsed
10774
10775 \begin_layout Plain Layout
10776
10777
10778 \backslash
10779 spce 
10780 \end_layout
10781
10782 \end_inset
10783
10784
10785 \series default
10786 \color inherit
10787
10788 \begin_inset Quotes erd
10789 \end_inset
10790
10791  appears and by pressing 
10792 \family sans
10793 Space
10794 \family default
10795  several times one can select one of eight different space sizes.
10796  The spaces can also be inserted using the math toolbar button 
10797 \begin_inset Graphics
10798         filename ../images/math/space.png
10799         embed ""
10800         scale 85
10801
10802 \end_inset
10803
10804  or special commands.
10805  Independent from the inserted command, one can select the size again by
10806  pressing 
10807 \family sans
10808 Space
10809 \family default
10810  afterwards.
10811 \end_layout
10812
10813 \begin_layout Standard
10814 \noindent
10815 \align center
10816 \begin_inset VSpace -5mm
10817 \end_inset
10818
10819
10820 \begin_inset Tabular
10821 <lyxtabular version="3" rows="3" columns="7">
10822 <features>
10823 <column alignment="center" valignment="middle" width="6.8cm">
10824 <column alignment="center" valignment="top" width="0">
10825 <column alignment="center" valignment="top" width="0">
10826 <column alignment="center" valignment="top" width="0">
10827 <column alignment="center" valignment="top" width="0">
10828 <column alignment="center" valignment="top" width="0">
10829 <column alignment="center" valignment="top" width="0">
10830 <row>
10831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 Command
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \backslash
10846 ,
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \backslash
10857 :
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \backslash
10868 ;
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \backslash
10879 quad
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \backslash
10890 qquad
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \backslash
10901 !
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 Number of 
10913 \family sans
10914 Space
10915 \family default
10916  keystrokes after inserting the protected space
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 0
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 1
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 2
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 3
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 4
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 5
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 </row>
10976 <row>
10977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 Result
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 \begin_inset Formula $A\, B$
10991 \end_inset
10992
10993
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 \begin_inset Formula $A\: B$
11003 \end_inset
11004
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 \begin_inset Formula $A\; B$
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $A\quad B$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 \begin_inset Formula $A\qquad B$
11039 \end_inset
11040
11041
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 \begin_inset Formula $A\! B$
11051 \end_inset
11052
11053
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 </lyxtabular>
11060
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \begin_layout Standard
11067 The last size seem to produce no space.
11068  It is displayed red in LyX contrary to the other sizes, because it is a
11069  negative space.
11070  There are two more negative spaces:
11071 \end_layout
11072
11073 \begin_layout Standard
11074 \align center
11075 \begin_inset Tabular
11076 <lyxtabular version="3" rows="3" columns="3">
11077 <features>
11078 <column alignment="center" valignment="middle" width="6.8cm">
11079 <column alignment="center" valignment="top" width="0pt">
11080 <column alignment="center" valignment="top" width="0pt">
11081 <row>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 Command
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \backslash
11097 negmedspace
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108 negthickspace
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 Number of 
11120 \family sans
11121 Space
11122 \family default
11123  keystrokes after inserting the protected space
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 6
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 7
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 Result
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $A\negmedspace B$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A\negthickspace B$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 </lyxtabular>
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Standard
11190 Negative spaces can lead to characters overlapping each other.
11191  Thus they can be used to enforce ligatures, what is e.
11192 \begin_inset Space \thinspace{}
11193 \end_inset
11194
11195 g.
11196 \begin_inset Space ~
11197 \end_inset
11198
11199 useful for summation operators: 
11200 \end_layout
11201
11202 \begin_layout Standard
11203 \align center
11204 \begin_inset Tabular
11205 <lyxtabular version="3" rows="3" columns="2">
11206 <features>
11207 <column alignment="center" valignment="top" width="0">
11208 <column alignment="center" valignment="top" width="0">
11209 <row>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 Command
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 Result
11224 \begin_inset Note Note
11225 status collapsed
11226
11227 \begin_layout Plain Layout
11228
11229 \series bold
11230
11231 \backslash
11232 raisebox
11233 \series default
11234  is only used as spacer.
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 </row>
11245 <row>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250
11251 \backslash
11252 sum
11253 \backslash
11254 sum
11255 \begin_inset ERT
11256 status collapsed
11257
11258 \begin_layout Plain Layout
11259
11260
11261 \backslash
11262 spce 
11263 \end_layout
11264
11265 \end_inset
11266
11267 f_kl
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290
11291 \backslash
11292 sum
11293 \backslash
11294 negmedspace
11295 \backslash
11296 sum
11297 \begin_inset ERT
11298 status collapsed
11299
11300 \begin_layout Plain Layout
11301
11302
11303 \backslash
11304 spce 
11305 \end_layout
11306
11307 \end_inset
11308
11309 f_kl
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11319 \end_inset
11320
11321
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 </row>
11327 </lyxtabular>
11328
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \begin_layout Standard
11335 Relations like for example equal signs, are always surrounded by space.
11336  To suppress this, the equal sign is placed into a TeX-brace.
11337  The following example demonstrates this:
11338 \end_layout
11339
11340 \begin_layout Standard
11341 \align center
11342 \begin_inset Tabular
11343 <lyxtabular version="3" rows="2" columns="2">
11344 <features>
11345 <column alignment="center" valignment="top" width="0pt">
11346 <column alignment="center" valignment="top" width="0pt">
11347 <row>
11348 <cell alignment="center" valignment="top" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 normal equation
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 \begin_inset Formula $A=B$
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 </row>
11370 <row>
11371 <cell alignment="center" valignment="top" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 \begin_inset Note Note
11376 status collapsed
11377
11378 \begin_layout Plain Layout
11379
11380 \series bold
11381
11382 \backslash
11383 raisebox
11384 \series default
11385  is only used as spacer.
11386 \end_layout
11387
11388 \end_inset
11389
11390
11391 \begin_inset Formula $\raisebox {5mm}{}$
11392 \end_inset
11393
11394 equation without space
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 \begin_inset Formula $A{=}B$
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 </row>
11412 </lyxtabular>
11413
11414 \end_inset
11415
11416
11417 \end_layout
11418
11419 \begin_layout Standard
11420 \noindent
11421 The command for the last formula is: 
11422 \series bold
11423 A
11424 \backslash
11425 {=
11426 \begin_inset Formula $\to$
11427 \end_inset
11428
11429 B
11430 \end_layout
11431
11432 \begin_layout Standard
11433 \begin_inset VSpace bigskip
11434 \end_inset
11435
11436 Spaces are needed for physical units, because the space between the value
11437  and the unit is the smallest one and not a normal space.
11438  For units in text, the smallest space is inserted via the menu 
11439 \family sans
11440 Insert\SpecialChar \menuseparator
11441 Formatting\SpecialChar \menuseparator
11442 Thin
11443 \begin_inset Space ~
11444 \end_inset
11445
11446 Space
11447 \family default
11448  (shortcut 
11449 \family sans
11450 Ctrl-Shift-Space
11451 \family default
11452 ).
11453 \end_layout
11454
11455 \begin_layout Standard
11456 An example to visualize the difference:
11457 \end_layout
11458
11459 \begin_layout Standard
11460 \begin_inset Tabular
11461 <lyxtabular version="3" rows="2" columns="2">
11462 <features>
11463 <column alignment="left" valignment="top" width="0">
11464 <column alignment="left" valignment="top" width="0">
11465 <row>
11466 <cell alignment="center" valignment="top" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 24 kW
11471 \begin_inset Formula $\cdot$
11472 \end_inset
11473
11474 h
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 space between value and unit
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 24
11495 \begin_inset Space \thinspace{}
11496 \end_inset
11497
11498 kW
11499 \begin_inset Formula $\cdot$
11500 \end_inset
11501
11502 h
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 smallest space between value and unit
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 </lyxtabular>
11518
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \begin_layout Subsection
11525 Variable Space
11526 \begin_inset ERT
11527 status collapsed
11528
11529 \begin_layout Plain Layout
11530
11531
11532 \backslash
11533 texorpdfstring{
11534 \end_layout
11535
11536 \end_inset
11537
11538
11539 \begin_inset Foot
11540 status collapsed
11541
11542 \begin_layout Plain Layout
11543 for vertical space in formulas see 
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "sub:Line-Separation"
11547
11548 \end_inset
11549
11550
11551 \end_layout
11552
11553 \end_inset
11554
11555
11556 \begin_inset ERT
11557 status collapsed
11558
11559 \begin_layout Plain Layout
11560
11561 }{}
11562 \end_layout
11563
11564 \end_inset
11565
11566
11567 \begin_inset Note Note
11568 status collapsed
11569
11570 \begin_layout Plain Layout
11571
11572 \backslash
11573 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11574 \end_layout
11575
11576 \begin_layout Plain Layout
11577 More about 
11578 \backslash
11579 texorpdfstring is in section 
11580 \begin_inset CommandInset ref
11581 LatexCommand ref
11582 reference "sub:Formulas-in-Section"
11583
11584 \end_inset
11585
11586 .
11587 \end_layout
11588
11589 \end_inset
11590
11591
11592 \begin_inset CommandInset label
11593 LatexCommand label
11594 name "sub:Variable-Space"
11595
11596 \end_inset
11597
11598
11599 \begin_inset Index
11600 status collapsed
11601
11602 \begin_layout Plain Layout
11603 Space ! horizontal ! variable
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \begin_layout Standard
11612 Space with a defined length can be inserted in LyX with the command
11613 \begin_inset Newline newline
11614 \end_inset
11615
11616
11617 \series bold
11618
11619 \backslash
11620 hspace{length}
11621 \series default
11622
11623 \begin_inset Index
11624 status collapsed
11625
11626 \begin_layout Plain Layout
11627 Commands ! H ! 
11628 \backslash
11629 hspace
11630 \end_layout
11631
11632 \end_inset
11633
11634 .
11635  For the length all units listed in 
11636 \begin_inset CommandInset ref
11637 LatexCommand ref
11638 reference "tab:Used-units"
11639
11640 \end_inset
11641
11642  are allowed, except of the unit 
11643 \begin_inset Quotes eld
11644 \end_inset
11645
11646 mu
11647 \begin_inset Quotes erd
11648 \end_inset
11649
11650 .
11651  The length may also be negative.
11652  To insert so many space that the formula uses all available space, the
11653  command 
11654 \series bold
11655
11656 \backslash
11657 hfill
11658 \series default
11659
11660 \begin_inset Index
11661 status collapsed
11662
11663 \begin_layout Plain Layout
11664 Commands ! H ! 
11665 \backslash
11666 hfill
11667 \end_layout
11668
11669 \end_inset
11670
11671  is used.
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \begin_inset VSpace -1mm
11676 \end_inset
11677
11678
11679 \end_layout
11680
11681 \begin_layout Standard
11682 \align center
11683 \begin_inset Tabular
11684 <lyxtabular version="3" rows="4" columns="2">
11685 <features>
11686 <column alignment="center" valignment="top" width="0">
11687 <column alignment="center" valignment="top" width="0">
11688 <row>
11689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 Command
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 Result
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 A=B
11714 \backslash
11715 hspace{3cm
11716 \begin_inset Formula $\to$
11717 \end_inset
11718
11719 A
11720 \backslash
11721 not=C
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11731 \end_inset
11732
11733
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 <row>
11740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 A
11745 \backslash
11746 hspace{-1mm
11747 \begin_inset Formula $\to$
11748 \end_inset
11749
11750 A
11751 \backslash
11752 not=A
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 \begin_inset Formula $A\hspace {-1mm}A\not=A$
11762 \end_inset
11763
11764
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 </row>
11770 <row>
11771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 A=A
11776 \backslash
11777 hfill
11778 \begin_inset ERT
11779 status collapsed
11780
11781 \begin_layout Plain Layout
11782
11783
11784 \backslash
11785 spce 
11786 \end_layout
11787
11788 \end_inset
11789
11790 B=B
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 \begin_inset Formula $A=A\hfill  B=B$
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 </row>
11808 </lyxtabular>
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Standard
11816 In the last example the available space is given by the longest column entry
11817  of the table.
11818  In an inline formula the space depends on the length of the line in which
11819  
11820 \series bold
11821
11822 \backslash
11823 hfill
11824 \series default
11825  is inserted.
11826  Thus, when the line uses the full width, no space will be created.
11827  
11828 \series bold
11829
11830 \backslash
11831 hfill
11832 \series default
11833  only has an effect on displayed formulas when the formula style 
11834 \series bold
11835 Indented
11836 \series default
11837  is used.
11838  (Formula styles are explained in 
11839 \begin_inset CommandInset ref
11840 LatexCommand ref
11841 reference "sec:Formula-Styles"
11842
11843 \end_inset
11844
11845 .)
11846 \end_layout
11847
11848 \begin_layout Standard
11849 For text, variable space can be inserted via the menu 
11850 \family sans
11851 Insert\SpecialChar \menuseparator
11852 Formatting\SpecialChar \menuseparator
11853 Horizontal
11854 \begin_inset Space ~
11855 \end_inset
11856
11857 Space
11858 \family default
11859 , what is not possible in formulas:
11860 \end_layout
11861
11862 \begin_layout Standard
11863 This is a line with
11864 \begin_inset Space \hspace{}
11865 \length 2cm
11866 \end_inset
11867
11868 2
11869 \begin_inset Space \thinspace{}
11870 \end_inset
11871
11872 cm space.
11873 \end_layout
11874
11875 \begin_layout Standard
11876 This is a line with
11877 \begin_inset Space \hfill{}
11878 \end_inset
11879
11880 maximum space.
11881 \end_layout
11882
11883 \begin_layout Subsection
11884 Space besides inline Formulas
11885 \begin_inset Index
11886 status collapsed
11887
11888 \begin_layout Plain Layout
11889 Space ! besides inline formulas
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 The space that surrounds inline formulas can be adjusted with the length
11899  
11900 \series bold
11901
11902 \backslash
11903 mathsurround
11904 \begin_inset Index
11905 status collapsed
11906
11907 \begin_layout Plain Layout
11908 Commands ! M ! 
11909 \backslash
11910 mathsurround
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \series default
11917 .
11918  The value of a length is set with the command 
11919 \series bold
11920
11921 \backslash
11922 setlength
11923 \begin_inset Index
11924 status collapsed
11925
11926 \begin_layout Plain Layout
11927 Commands ! S ! 
11928 \backslash
11929 setlength
11930 \end_layout
11931
11932 \end_inset
11933
11934
11935 \series default
11936  that has the following scheme:
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942
11943 \backslash
11944 setlength{length name}{value}
11945 \end_layout
11946
11947 \begin_layout Standard
11948 To set 
11949 \series bold
11950
11951 \backslash
11952 mathsurround
11953 \series default
11954  to the value 5
11955 \begin_inset Space \thinspace{}
11956 \end_inset
11957
11958 mm, the command
11959 \end_layout
11960
11961 \begin_layout Standard
11962
11963 \series bold
11964
11965 \backslash
11966 setlength{
11967 \backslash
11968 mathsurround}{5mm}
11969 \end_layout
11970
11971 \begin_layout Standard
11972 is inserted in TeX-mode.
11973  5
11974 \begin_inset Space \thinspace{}
11975 \end_inset
11976
11977 mm space will now be set around all inline formulas:
11978 \begin_inset ERT
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982
11983
11984 \backslash
11985 setlength{
11986 \backslash
11987 mathsurround}{5mm}
11988 \end_layout
11989
11990 \end_inset
11991
11992
11993 \end_layout
11994
11995 \begin_layout Standard
11996 This is a line with an inline formula 
11997 \begin_inset Formula $A=B$
11998 \end_inset
11999
12000  with 5
12001 \begin_inset Space \thinspace{}
12002 \end_inset
12003
12004 mm surrounding space.
12005 \begin_inset ERT
12006 status collapsed
12007
12008 \begin_layout Plain Layout
12009
12010
12011 \backslash
12012 setlength{
12013 \backslash
12014 mathsurround}{0pt}
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \begin_layout Standard
12023 To return to the predefined value, 
12024 \series bold
12025
12026 \backslash
12027 mathsurround
12028 \series default
12029  is set to the value 0
12030 \begin_inset Space \thinspace{}
12031 \end_inset
12032
12033 pt.
12034 \end_layout
12035
12036 \begin_layout Section
12037 Boxes and Frames
12038 \begin_inset Index
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 Boxes
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \begin_inset Index
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052 Frames | see 
12053 \begin_inset ERT
12054 status collapsed
12055
12056 \begin_layout Plain Layout
12057
12058 {
12059 \end_layout
12060
12061 \end_inset
12062
12063 Boxes
12064 \begin_inset ERT
12065 status collapsed
12066
12067 \begin_layout Plain Layout
12068
12069 }
12070 \end_layout
12071
12072 \end_inset
12073
12074
12075 \end_layout
12076
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \begin_layout Standard
12083 Boxes for text are described in chapter 
12084 \family typewriter
12085 Boxes
12086 \family default
12087  in the 
12088 \family typewriter
12089 Embedded
12090 \begin_inset Space ~
12091 \end_inset
12092
12093 Objects
12094 \family default
12095  manual.
12096 \end_layout
12097
12098 \begin_layout Subsection
12099 Boxes with Frame
12100 \begin_inset CommandInset label
12101 LatexCommand label
12102 name "sub:Boxes-with-Frame"
12103
12104 \end_inset
12105
12106
12107 \begin_inset Index
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111 Boxes ! with frame
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 It is possible to frame formulas or parts of it with the commands 
12121 \series bold
12122
12123 \backslash
12124 fbox
12125 \series default
12126
12127 \begin_inset Index
12128 status collapsed
12129
12130 \begin_layout Plain Layout
12131 Commands ! F ! 
12132 \backslash
12133 fbox
12134 \end_layout
12135
12136 \end_inset
12137
12138  and 
12139 \series bold
12140
12141 \backslash
12142 boxed
12143 \series default
12144
12145 \begin_inset Index
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149 Commands ! B ! 
12150 \backslash
12151 boxed
12152 \end_layout
12153
12154 \end_inset
12155
12156 .
12157 \end_layout
12158
12159 \begin_layout Standard
12160 When one of these commands is inserted to a formula, a blue box appears
12161  within a frame to enter formula parts.
12162  For 
12163 \series bold
12164
12165 \backslash
12166 fbox
12167 \series default
12168  an additional formula has to be created by 
12169 \family sans
12170 Ctrl-m
12171 \family default
12172  within this box
12173 \begin_inset Foot
12174 status collapsed
12175
12176 \begin_layout Plain Layout
12177 Due to a bug in LyX it is not possible to create a new formula with 
12178 \family sans
12179 Ctrl-m
12180 \family default
12181 , see 
12182 \begin_inset CommandInset href
12183 LatexCommand href
12184 name "LyX-bug #1435"
12185 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12186
12187 \end_inset
12188
12189 .
12190 \end_layout
12191
12192 \end_inset
12193
12194 , because the box content will otherwise be treated as mathematical text.
12195  When 
12196 \series bold
12197
12198 \backslash
12199 boxed
12200 \series default
12201  is used, a new formula is automatically created inside the frame.
12202 \end_layout
12203
12204 \begin_layout Standard
12205 The command 
12206 \series bold
12207
12208 \backslash
12209 fbox
12210 \series default
12211  is not suitable to frame displayed formulas, because the formula will always
12212  be set in the size of the text.
12213  
12214 \series bold
12215
12216 \backslash
12217 boxed
12218 \series default
12219  is in contrary not suitable to frame inline formulas, because the formula
12220  will always be set in the size of a displayed formula.
12221 \end_layout
12222
12223 \begin_layout Standard
12224 As extension to 
12225 \series bold
12226
12227 \backslash
12228 fbox
12229 \series default
12230  there is the command 
12231 \series bold
12232
12233 \backslash
12234 framebox
12235 \series default
12236
12237 \begin_inset Index
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241 Commands ! F ! 
12242 \backslash
12243 framebox
12244 \end_layout
12245
12246 \end_inset
12247
12248  where additionally the frame width and the alignment can be specified.
12249  
12250 \series bold
12251
12252 \backslash
12253 framebox
12254 \series default
12255  is used in the following scheme:
12256 \end_layout
12257
12258 \begin_layout Standard
12259
12260 \series bold
12261
12262 \backslash
12263 framebox[frame width][position]{box content}
12264 \end_layout
12265
12266 \begin_layout Standard
12267 The position can either be 
12268 \emph on
12269 l
12270 \emph default
12271  or 
12272 \emph on
12273 r
12274 \emph default
12275 .
12276  
12277 \emph on
12278 l
12279 \emph default
12280  left aligns, 
12281 \emph on
12282 r
12283 \emph default
12284  right aligns the formula in the box.
12285  When no position is given, the formula will be centered.
12286 \begin_inset Newline newline
12287 \end_inset
12288
12289 Is no width given, also no position can be given.
12290  In this case the frame width is adjusted to the box content like for 
12291 \series bold
12292
12293 \backslash
12294 fbox
12295 \series default
12296 .
12297 \end_layout
12298
12299 \begin_layout Standard
12300 When the command 
12301 \series bold
12302
12303 \backslash
12304 framebox
12305 \series default
12306  is inserted, a box appears containing three blue boxes.
12307  The first two boxes are surrounded by brackets and denote the two optional
12308  arguments.
12309  The third box is for formula parts like for 
12310 \series bold
12311
12312 \backslash
12313 fbox
12314 \series default
12315 .
12316 \end_layout
12317
12318 \begin_layout Standard
12319 \align center
12320 \begin_inset Note Note
12321 status open
12322
12323 \begin_layout Plain Layout
12324 The table has been set into a minipage to make the footnote appearing.
12325  Otherwise the footnote text would not be displayed.
12326 \end_layout
12327
12328 \end_inset
12329
12330
12331 \begin_inset Box Frameless
12332 position "c"
12333 hor_pos "c"
12334 has_inner_box 1
12335 inner_pos "c"
12336 use_parbox 0
12337 width "100col%"
12338 special "none"
12339 height "1in"
12340 height_special "totalheight"
12341 status open
12342
12343 \begin_layout Plain Layout
12344 \align center
12345 \begin_inset Tabular
12346 <lyxtabular version="3" rows="5" columns="2">
12347 <features>
12348 <column alignment="center" valignment="top" width="0">
12349 <column alignment="center" valignment="top" width="0">
12350 <row>
12351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 Command
12356 \begin_inset Foot
12357 status collapsed
12358
12359 \begin_layout Plain Layout
12360 Due to a bug in LyX it is not possible to create a new formula with 
12361 \family sans
12362 Ctrl-m
12363 \family default
12364 , see 
12365 \begin_inset CommandInset href
12366 LatexCommand href
12367 name "LyX-bug #1435"
12368 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12369
12370 \end_inset
12371
12372 .
12373 \end_layout
12374
12375 \end_inset
12376
12377
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 Result
12387 \begin_inset Note Note
12388 status collapsed
12389
12390 \begin_layout Plain Layout
12391
12392 \series bold
12393
12394 \backslash
12395 raisebox
12396 \series default
12397  is only used as spacer.
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 </row>
12408 <row>
12409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413
12414 \backslash
12415 fbox
12416 \begin_inset ERT
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420
12421
12422 \backslash
12423 spce 
12424 \end_layout
12425
12426 \end_inset
12427
12428
12429 \family sans
12430 Ctrl-m
12431 \family default
12432  
12433 \backslash
12434 int
12435 \begin_inset ERT
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439
12440
12441 \backslash
12442 spce 
12443 \end_layout
12444
12445 \end_inset
12446
12447 A=B
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12453 \begin_inset Text
12454
12455 \begin_layout Plain Layout
12456 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12457
12458 \end_inset
12459
12460
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 </row>
12466 <row>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471
12472 \backslash
12473 boxed
12474 \begin_inset ERT
12475 status collapsed
12476
12477 \begin_layout Plain Layout
12478
12479
12480 \backslash
12481 spce 
12482 \end_layout
12483
12484 \end_inset
12485
12486
12487 \backslash
12488 int
12489 \begin_inset ERT
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493
12494
12495 \backslash
12496 spce 
12497 \end_layout
12498
12499 \end_inset
12500
12501 A=B
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 </row>
12519 <row>
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 A+
12525 \backslash
12526 fbox
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532
12533 \backslash
12534 spce 
12535 \end_layout
12536
12537 \end_inset
12538
12539 B
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12549 \end_inset
12550
12551
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 </row>
12557 <row>
12558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562
12563 \backslash
12564 framebox
12565 \begin_inset ERT
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569
12570
12571 \backslash
12572 spce 
12573 \end_layout
12574
12575 \end_inset
12576
12577 20mm
12578 \begin_inset Formula $\to$
12579 \end_inset
12580
12581
12582 \begin_inset Formula $\to$
12583 \end_inset
12584
12585
12586 \family sans
12587 Ctrl-m
12588 \family default
12589  
12590 \backslash
12591 frac
12592 \begin_inset ERT
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596
12597
12598 \backslash
12599 spce 
12600 \end_layout
12601
12602 \end_inset
12603
12604 A
12605 \begin_inset Formula $\downarrow$
12606 \end_inset
12607
12608 B
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 \begin_inset Formula $\raisebox {6mm}{}$
12618 \end_inset
12619
12620
12621 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12622 \end_inset
12623
12624
12625 \begin_inset Formula $\raisebox {-4mm}{}$
12626 \end_inset
12627
12628
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 </row>
12634 </lyxtabular>
12635
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \begin_layout Standard
12647 The frame thickness can also be adjusted.
12648  To do this the following commands have to be inserted in TeX-mode before
12649  the formula
12650 \end_layout
12651
12652 \begin_layout Standard
12653
12654 \series bold
12655
12656 \backslash
12657 fboxrule
12658 \series default
12659  
12660 \series bold
12661
12662 \begin_inset Quotes eld
12663 \end_inset
12664
12665 thickness
12666 \begin_inset Quotes erd
12667 \end_inset
12668
12669
12670 \series default
12671  
12672 \series bold
12673
12674 \backslash
12675 fboxsep
12676 \series default
12677  
12678 \series bold
12679
12680 \begin_inset Quotes eld
12681 \end_inset
12682
12683 distance
12684 \begin_inset Quotes erd
12685 \end_inset
12686
12687
12688 \end_layout
12689
12690 \begin_layout Standard
12691 \begin_inset Quotes eld
12692 \end_inset
12693
12694 distance
12695 \begin_inset Quotes erd
12696 \end_inset
12697
12698  specifies the minimal distance between the frame and the first character
12699  in the box.
12700  An example for this is the following framed formula:
12701 \begin_inset ERT
12702 status collapsed
12703
12704 \begin_layout Plain Layout
12705
12706
12707 \backslash
12708 fboxrule 2mm 
12709 \backslash
12710 fboxsep 3mm
12711 \end_layout
12712
12713 \end_inset
12714
12715
12716 \begin_inset Formula \[
12717 \boxed{A+B=C}\]
12718
12719 \end_inset
12720
12721 Before this formula the commands
12722 \end_layout
12723
12724 \begin_layout Standard
12725
12726 \series bold
12727
12728 \backslash
12729 fboxrule
12730 \series default
12731  
12732 \series bold
12733 2mm
12734 \series default
12735  
12736 \series bold
12737
12738 \backslash
12739 fboxsep
12740 \series default
12741  
12742 \series bold
12743 3mm
12744 \end_layout
12745
12746 \begin_layout Standard
12747 were inserted in TeX-mode.
12748  The given values are used for all following boxes.
12749 \end_layout
12750
12751 \begin_layout Standard
12752 To return to the standard frame size, the command
12753 \end_layout
12754
12755 \begin_layout Standard
12756
12757 \series bold
12758
12759 \backslash
12760 fboxrule
12761 \series default
12762  
12763 \series bold
12764 0.4pt
12765 \series default
12766  
12767 \series bold
12768
12769 \backslash
12770 fboxsep
12771 \series default
12772  
12773 \series bold
12774 3pt
12775 \series default
12776
12777 \begin_inset ERT
12778 status collapsed
12779
12780 \begin_layout Plain Layout
12781
12782
12783 \backslash
12784 fboxrule 0.4pt 
12785 \backslash
12786 fboxsep 3pt
12787 \end_layout
12788
12789 \end_inset
12790
12791
12792 \end_layout
12793
12794 \begin_layout Standard
12795 is inserted in TeX-mode before the next formula.
12796 \end_layout
12797
12798 \begin_layout Subsection
12799 Boxes without Frame
12800 \begin_inset CommandInset label
12801 LatexCommand label
12802 name "sub:Boxes-without-Frame"
12803
12804 \end_inset
12805
12806
12807 \begin_inset Index
12808 status collapsed
12809
12810 \begin_layout Plain Layout
12811 Boxes ! without frame
12812 \end_layout
12813
12814 \end_inset
12815
12816
12817 \end_layout
12818
12819 \begin_layout Standard
12820 For boxes without a frame there are the following box commands: 
12821 \series bold
12822
12823 \backslash
12824 mbox
12825 \series default
12826
12827 \begin_inset Index
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831 Commands ! M ! 
12832 \backslash
12833 mbox
12834 \end_layout
12835
12836 \end_inset
12837
12838
12839 \series bold
12840
12841 \backslash
12842 makebox
12843 \series default
12844
12845 \begin_inset Index
12846 status collapsed
12847
12848 \begin_layout Plain Layout
12849 Commands ! M ! 
12850 \backslash
12851 makebox
12852 \end_layout
12853
12854 \end_inset
12855
12856 , and 
12857 \series bold
12858
12859 \backslash
12860 raisebox
12861 \series default
12862
12863 \begin_inset Index
12864 status collapsed
12865
12866 \begin_layout Plain Layout
12867 Commands ! R ! 
12868 \backslash
12869 raisebox
12870 \end_layout
12871
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Standard
12878 With 
12879 \series bold
12880
12881 \backslash
12882 raisebox
12883 \series default
12884  a box can be super- or subscripted.
12885  But in contrary to normal super- and subscripting, the characters in the
12886  box keep their font size.
12887  
12888 \series bold
12889
12890 \backslash
12891 raisebox
12892 \series default
12893  is used in the following scheme:
12894 \end_layout
12895
12896 \begin_layout Standard
12897
12898 \series bold
12899
12900 \backslash
12901 raisebox{height}{box content}
12902 \end_layout
12903
12904 \begin_layout Standard
12905 When the box should contain a formula, an extra formula is needed like for
12906  
12907 \series bold
12908
12909 \backslash
12910 fbox
12911 \series default
12912 .
12913 \end_layout
12914
12915 \begin_layout Standard
12916 \align center
12917 \begin_inset Tabular
12918 <lyxtabular version="3" rows="4" columns="2">
12919 <features>
12920 <column alignment="center" valignment="top" width="0">
12921 <column alignment="center" valignment="top" width="0">
12922 <row>
12923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 Command
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 Result
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 H
12948 \backslash
12949 raisebox{2mm
12950 \begin_inset Formula $\to$
12951 \end_inset
12952
12953
12954 \backslash
12955 {al
12956 \begin_inset Formula $\to$
12957 \end_inset
12958
12959  lo
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 \begin_inset Formula $H\raisebox {2mm}{al}lo$
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 </row>
12977 <row>
12978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 H
12983 \backslash
12984 raisebox{-2mm
12985 \begin_inset Formula $\to$
12986 \end_inset
12987
12988
12989 \backslash
12990 {al
12991 \begin_inset Formula $\to$
12992 \end_inset
12993
12994 lo
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13004 \end_inset
13005
13006
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 </row>
13012 <row>
13013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 A=
13018 \backslash
13019 raisebox{-2mm
13020 \begin_inset Formula $\to$
13021 \end_inset
13022
13023
13024 \backslash
13025 {
13026 \family sans
13027 Ctrl-m
13028 \family default
13029  
13030 \backslash
13031 sqrt
13032 \begin_inset ERT
13033 status collapsed
13034
13035 \begin_layout Plain Layout
13036
13037
13038 \backslash
13039 spce 
13040 \end_layout
13041
13042 \end_inset
13043
13044
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 ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058 $A=
13059 \backslash
13060 raisebox{-2mm}{$
13061 \backslash
13062 sqrt{B}$}$
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 </row>
13073 </lyxtabular>
13074
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \begin_layout Standard
13081 The last formula can currently only be created using TeX-mode because LyX
13082  inserts a box instead of the needed extra formula.
13083 \begin_inset Foot
13084 status collapsed
13085
13086 \begin_layout Plain Layout
13087 see 
13088 \begin_inset CommandInset href
13089 LatexCommand href
13090 name "LyX-bug #1435"
13091 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13092
13093 \end_inset
13094
13095
13096 \end_layout
13097
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \begin_layout Standard
13104 The command 
13105 \series bold
13106
13107 \backslash
13108 mbox
13109 \series default
13110  is equivalent to 
13111 \series bold
13112
13113 \backslash
13114 fbox
13115 \series default
13116  and 
13117 \series bold
13118
13119 \backslash
13120 makebox
13121 \series default
13122  is equivalent to 
13123 \series bold
13124
13125 \backslash
13126 framebox
13127 \series default
13128 , with the difference that there is no frame.
13129 \end_layout
13130
13131 \begin_layout Subsection
13132 Colored Boxes
13133 \begin_inset CommandInset label
13134 LatexCommand label
13135 name "sub:Colored-Boxes"
13136
13137 \end_inset
13138
13139
13140 \begin_inset Index
13141 status collapsed
13142
13143 \begin_layout Plain Layout
13144 Boxes ! colored
13145 \end_layout
13146
13147 \end_inset
13148
13149
13150 \end_layout
13151
13152 \begin_layout Standard
13153 To be able to use all commands explained in this section, the LaTeX-package
13154  
13155 \series bold
13156 color
13157 \series default
13158
13159 \begin_inset Foot
13160 status collapsed
13161
13162 \begin_layout Plain Layout
13163 The LaTeX-package 
13164 \series bold
13165 color
13166 \series default
13167  is part of every LaTeX standard installation.
13168 \end_layout
13169
13170 \end_inset
13171
13172
13173 \begin_inset Index
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177 Packages ! color
13178 \end_layout
13179
13180 \end_inset
13181
13182  has to be loaded in the LaTeX-preamble with the line
13183 \begin_inset Foot
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187 When text is colored somewhere in the document with a predefined color,
13188  LyX loads the LaTeX-package 
13189 \series bold
13190 color
13191 \series default
13192  automatically.
13193  Thus it is possible that the package is loaded twice, but this doesn't
13194  arise problems.
13195 \end_layout
13196
13197 \end_inset
13198
13199
13200 \begin_inset Note Note
13201 status collapsed
13202
13203 \begin_layout Plain Layout
13204 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13205 amble.
13206 \end_layout
13207
13208 \end_inset
13209
13210
13211 \end_layout
13212
13213 \begin_layout Standard
13214
13215 \series bold
13216
13217 \backslash
13218 usepackage{color}
13219 \end_layout
13220
13221 \begin_layout Standard
13222 \begin_inset VSpace medskip
13223 \end_inset
13224
13225 To color boxes, the command 
13226 \series bold
13227
13228 \backslash
13229 colorbox
13230 \series default
13231
13232 \begin_inset Index
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236 Commands ! C ! 
13237 \backslash
13238 colorbox
13239 \end_layout
13240
13241 \end_inset
13242
13243  is used in the following scheme:
13244 \end_layout
13245
13246 \begin_layout Standard
13247
13248 \series bold
13249
13250 \backslash
13251 colorbox{color}{box content}
13252 \end_layout
13253
13254 \begin_layout Standard
13255 The box content can also be a box and a 
13256 \series bold
13257
13258 \backslash
13259 colorbox
13260 \series default
13261  can also be part of another box (see the 2nd and 3rd example).
13262  When the box should contain a formula, an extra formula has to be created,
13263  the same as for 
13264 \series bold
13265
13266 \backslash
13267 fbox
13268 \series default
13269 .
13270 \begin_inset Foot
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274 This also applies for the command 
13275 \series bold
13276
13277 \backslash
13278 fcolorbox
13279 \series default
13280 .
13281  Thereby note 
13282 \begin_inset CommandInset href
13283 LatexCommand href
13284 name "LyX-bug #1435"
13285 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13286
13287 \end_inset
13288
13289 .
13290 \end_layout
13291
13292 \end_inset
13293
13294
13295 \end_layout
13296
13297 \begin_layout Standard
13298 One of the following predefined colors can be chosen:
13299 \end_layout
13300
13301 \begin_layout Standard
13302
13303 \series bold
13304 black
13305 \series default
13306
13307 \series bold
13308 blue
13309 \series default
13310
13311 \series bold
13312 cyan
13313 \series default
13314
13315 \series bold
13316 green
13317 \series default
13318
13319 \series bold
13320 magenta
13321 \series default
13322
13323 \series bold
13324 red
13325 \series default
13326
13327 \series bold
13328 white
13329 \series default
13330 , and 
13331 \series bold
13332 yellow
13333 \end_layout
13334
13335 \begin_layout Standard
13336 \align center
13337 \begin_inset Tabular
13338 <lyxtabular version="3" rows="4" columns="2">
13339 <features>
13340 <column alignment="center" valignment="top" width="0">
13341 <column alignment="center" valignment="top" width="0">
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Command
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 Result
13357 \begin_inset Note Note
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361
13362 \series bold
13363
13364 \backslash
13365 raisebox
13366 \series default
13367  is only used as spacer.
13368 \end_layout
13369
13370 \end_inset
13371
13372
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 </row>
13378 <row>
13379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383
13384 \backslash
13385 colorbox{yellow
13386 \begin_inset Formula $\to$
13387 \end_inset
13388
13389
13390 \backslash
13391 {A=B
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13401 \end_inset
13402
13403
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 <row>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414
13415 \backslash
13416 colorbox{green
13417 \begin_inset Formula $\to$
13418 \end_inset
13419
13420
13421 \backslash
13422 {
13423 \backslash
13424 fbox
13425 \begin_inset ERT
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429
13430
13431 \backslash
13432 spce 
13433 \end_layout
13434
13435 \end_inset
13436
13437 A=B
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 </row>
13455 <row>
13456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460
13461 \backslash
13462 fbox
13463 \begin_inset ERT
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467
13468
13469 \backslash
13470 spce 
13471 \end_layout
13472
13473 \end_inset
13474
13475
13476 \backslash
13477 colorbox{green
13478 \begin_inset Formula $\to$
13479 \end_inset
13480
13481
13482 \backslash
13483 {A=B
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13493 \end_inset
13494
13495
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 </lyxtabular>
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \begin_layout Standard
13509
13510 \series bold
13511
13512 \backslash
13513 colorbox
13514 \series default
13515  only colors the box but not the characters in the box.
13516  To color all characters, the whole formula is highlighted and the wanted
13517  color is chosen in the 
13518 \family sans
13519 Text
13520 \begin_inset Space ~
13521 \end_inset
13522
13523 Style
13524 \family default
13525  dialog.
13526  The dialog can be called with the toolbar button 
13527 \begin_inset Graphics
13528         filename ../images/dialog-show_character.png
13529         embed ""
13530         scale 85
13531
13532 \end_inset
13533
13534  or the menu 
13535 \family sans
13536 Edit\SpecialChar \menuseparator
13537 Text
13538 \begin_inset Space ~
13539 \end_inset
13540
13541 Style\SpecialChar \menuseparator
13542 Customized
13543 \family default
13544 .
13545  The formula number has then the same color as the formula.
13546  When the formula number should get another color than the formula characters,
13547  the color must be changed within the formula.
13548 \end_layout
13549
13550 \begin_layout Standard
13551 An example:
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \color red
13557 \begin_inset Formula \begin{equation}
13558 \int A=B\label{eq:red}\end{equation}
13559
13560 \end_inset
13561
13562
13563 \color green
13564
13565 \begin_inset Formula \begin{equation}
13566 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \begin_layout Standard
13574 Formula 
13575 \begin_inset CommandInset ref
13576 LatexCommand eqref
13577 reference "eq:red"
13578
13579 \end_inset
13580
13581  is completely colored red.
13582 \begin_inset Newline newline
13583 \end_inset
13584
13585 Formula 
13586 \begin_inset CommandInset ref
13587 LatexCommand eqref
13588 reference "eq:redgreen"
13589
13590 \end_inset
13591
13592  was first completely colored green to set the color for the formula number.
13593  Subsequently the formula characters were colored red.
13594 \end_layout
13595
13596 \begin_layout Standard
13597 \begin_inset VSpace bigskip
13598 \end_inset
13599
13600 To color the frame different than the rest of the box, the command 
13601 \series bold
13602
13603 \backslash
13604 fcolorbox
13605 \series default
13606
13607 \begin_inset Index
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611 Commands ! F ! 
13612 \backslash
13613 fcolorbox
13614 \end_layout
13615
13616 \end_inset
13617
13618  is used in the following scheme:
13619 \end_layout
13620
13621 \begin_layout Standard
13622
13623 \series bold
13624
13625 \backslash
13626 fcolorbox{frame color}{color}{box content}
13627 \end_layout
13628
13629 \begin_layout Standard
13630 So 
13631 \series bold
13632
13633 \backslash
13634 fcolorbox
13635 \series default
13636  is an extension of the command 
13637 \series bold
13638
13639 \backslash
13640 colorbox
13641 \series default
13642 .
13643  The frame width is set, like for 
13644 \series bold
13645
13646 \backslash
13647 framebox
13648 \series default
13649 , with 
13650 \series bold
13651
13652 \backslash
13653 fboxrule
13654 \series default
13655  and 
13656 \series bold
13657
13658 \backslash
13659 fboxsep
13660 \series default
13661 .
13662  An example:
13663 \begin_inset ERT
13664 status collapsed
13665
13666 \begin_layout Plain Layout
13667
13668
13669 \backslash
13670 fboxrule 1mm 
13671 \backslash
13672 fboxsep 1mm
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \begin_inset Formula \[
13679 \fcolorbox {cyan}{magenta}{A=B}\]
13680
13681 \end_inset
13682
13683
13684 \begin_inset ERT
13685 status collapsed
13686
13687 \begin_layout Plain Layout
13688
13689
13690 \backslash
13691 fboxrule 0.4pt 
13692 \backslash
13693 fboxsep 3pt
13694 \end_layout
13695
13696 \end_inset
13697
13698
13699 \end_layout
13700
13701 \begin_layout Standard
13702 This formula was created with the command
13703 \begin_inset Newline newline
13704 \end_inset
13705
13706
13707 \series bold
13708
13709 \backslash
13710 fcolorbox{cyan
13711 \begin_inset Formula $\to$
13712 \end_inset
13713
13714
13715 \backslash
13716 {magenta
13717 \begin_inset Formula $\to$
13718 \end_inset
13719
13720
13721 \backslash
13722 {A=B
13723 \series default
13724 .
13725 \end_layout
13726
13727 \begin_layout Standard
13728 \begin_inset VSpace bigskip
13729 \end_inset
13730
13731 To use other colors than the predefined ones, they have to be defined first.
13732 \end_layout
13733
13734 \begin_layout Standard
13735 One can for example define the color 
13736 \begin_inset Quotes eld
13737 \end_inset
13738
13739
13740 \series bold
13741 darkgreen
13742 \series default
13743
13744 \begin_inset Quotes erd
13745 \end_inset
13746
13747  with the LaTeX-preamble line:
13748 \end_layout
13749
13750 \begin_layout Standard
13751
13752 \series bold
13753
13754 \backslash
13755 definecolor{darkgreen}{cmyk}{0.5,
13756 \series default
13757  
13758 \series bold
13759 0,
13760 \series default
13761  
13762 \series bold
13763 1,
13764 \series default
13765  
13766 \series bold
13767 0.5}
13768 \series default
13769
13770 \begin_inset Index
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774 Commands ! D ! 
13775 \backslash
13776 definecolor
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \begin_layout Standard
13785
13786 \series bold
13787 cmyk
13788 \series default
13789  is the color space that denotes the colors 
13790 \series bold
13791 cyan
13792 \series default
13793
13794 \series bold
13795 magenta
13796 \series default
13797
13798 \series bold
13799 yellow
13800 \series default
13801 , and 
13802 \series bold
13803 black
13804 \series default
13805 .
13806  The four comma separated numbers are the portion factor for the corresponding
13807  colors of the color space.
13808  The factors can be in the range of 0
13809 \begin_inset Space \thinspace{}
13810 \end_inset
13811
13812 -
13813 \begin_inset Space \thinspace{}
13814 \end_inset
13815
13816 1.
13817  Instead of 
13818 \series bold
13819 cmyk
13820 \series default
13821  also the color space 
13822 \series bold
13823 rgb
13824 \series default
13825  can be used for definitions.
13826  
13827 \series bold
13828 rgb
13829 \series default
13830  denotes 
13831 \series bold
13832 red
13833 \series default
13834
13835 \series bold
13836 green
13837 \series default
13838 , and 
13839 \series bold
13840 blue
13841 \series default
13842 , so that there are in this case three portion factors for the corresponding
13843  colors.
13844  Furthermore there is the color space 
13845 \series bold
13846 gray
13847 \series default
13848  with one portion factor for the gray value.
13849 \end_layout
13850
13851 \begin_layout Standard
13852 As example a framed box with the new defined color 
13853 \series bold
13854 darkgreen
13855 \series default
13856  where the characters have been colored 
13857 \series bold
13858 yellow
13859 \series default
13860 :
13861 \begin_inset Formula \begin{equation}
13862 \colorbox {darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13863
13864 \end_inset
13865
13866
13867 \end_layout
13868
13869 \begin_layout Standard
13870 Self-defined colors can also be used for text with the help of the command
13871  
13872 \series bold
13873
13874 \backslash
13875 textcolor
13876 \series default
13877 :
13878 \begin_inset Index
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882 Text ! colored
13883 \end_layout
13884
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \begin_layout Standard
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896
13897 \backslash
13898 textcolor{darkgreen}{
13899 \end_layout
13900
13901 \end_inset
13902
13903 This sentence is 
13904 \begin_inset Quotes eld
13905 \end_inset
13906
13907 darkgreen
13908 \begin_inset Quotes erd
13909 \end_inset
13910
13911 .
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917 }
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \begin_layout Standard
13926
13927 \series bold
13928
13929 \backslash
13930 textcolor
13931 \series default
13932
13933 \begin_inset Index
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937 Commands ! T ! 
13938 \backslash
13939 textcolor
13940 \end_layout
13941
13942 \end_inset
13943
13944  is used in the scheme 
13945 \series bold
13946
13947 \backslash
13948 textcolor{color}{characters to color}
13949 \series default
13950 .
13951 \end_layout
13952
13953 \begin_layout Subsection
13954 Paragraph Boxes
13955 \begin_inset CommandInset label
13956 LatexCommand label
13957 name "sub:Paragraph-Boxes"
13958
13959 \end_inset
13960
13961
13962 \begin_inset Index
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966 Boxes ! as paragraph
13967 \end_layout
13968
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \begin_layout Standard
13975 A box that can contain several lines and paragraphs, a so called paragraph
13976  box (parbox), can be created with the menu 
13977 \family sans
13978 Insert\SpecialChar \menuseparator
13979 Box
13980 \family default
13981  or the toolbar button 
13982 \begin_inset Graphics
13983         filename ../images/box-insert.png
13984         embed ""
13985         scale 85
13986
13987 \end_inset
13988
13989 .
13990 \end_layout
13991
13992 \begin_layout Standard
13993 The following example shows a framed parbox in a line:
13994 \end_layout
13995
13996 \begin_layout Standard
13997 \begin_inset VSpace medskip
13998 \end_inset
13999
14000 This is a line 
14001 \begin_inset Box Boxed
14002 position "c"
14003 hor_pos "c"
14004 has_inner_box 1
14005 inner_pos "t"
14006 use_parbox 1
14007 width "5cm"
14008 special "none"
14009 height "1in"
14010 height_special "totalheight"
14011 status open
14012
14013 \begin_layout Plain Layout
14014 This is a paragraph box.
14015  It is exactly 5
14016 \begin_inset Space \thinspace{}
14017 \end_inset
14018
14019 cm long and can also contain formulas: 
14020 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \end_inset
14027
14028  with a parbox.
14029 \end_layout
14030
14031 \begin_layout Standard
14032 \begin_inset VSpace medskip
14033 \end_inset
14034
14035
14036 \end_layout
14037
14038 \begin_layout Standard
14039 Such a box is created by right-clicking on the gray box inset.
14040  A dialog pops up showing the box properties.
14041  In our case set: 
14042 \emph on
14043 Decoration
14044 \emph default
14045 : Recangular box, 
14046 \emph on
14047 Inner Box
14048 \emph default
14049 : Parbox, 
14050 \emph on
14051 Width
14052 \emph default
14053 : 5
14054 \begin_inset Space \thinspace{}
14055 \end_inset
14056
14057 cm, 
14058 \emph on
14059 Vertical Box Alignment
14060 \emph default
14061 : Middle
14062 \end_layout
14063
14064 \begin_layout Standard
14065 \begin_inset VSpace medskip
14066 \end_inset
14067
14068 In LaTeX a parbox is created with the command 
14069 \series bold
14070
14071 \backslash
14072 parbox
14073 \series default
14074
14075 \begin_inset Index
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079 Commands ! P ! 
14080 \backslash
14081 parbox
14082 \end_layout
14083
14084 \end_inset
14085
14086  that has the following scheme:
14087 \end_layout
14088
14089 \begin_layout Standard
14090
14091 \series bold
14092
14093 \backslash
14094 parbox[position]{width}{box content}
14095 \end_layout
14096
14097 \begin_layout Standard
14098 The positions 
14099 \emph on
14100 b
14101 \emph default
14102  and 
14103 \emph on
14104 t
14105 \emph default
14106  are possible.
14107  
14108 \emph on
14109 b
14110 \emph default
14111  for bottom means that the box is aligned within the surrounding text with
14112  its last line.
14113  With 
14114 \emph on
14115 t
14116 \emph default
14117  for top this is done with the first line.
14118  When no position is given, the box will be vertically centered, see section
14119  
14120 \emph on
14121 Boxes
14122 \emph default
14123  of the 
14124 \emph on
14125 Embedded
14126 \begin_inset Space ~
14127 \end_inset
14128
14129 Objects
14130 \emph default
14131  manual for examples.
14132 \end_layout
14133
14134 \begin_layout Standard
14135 \begin_inset VSpace bigskip
14136 \end_inset
14137
14138 To frame formulas completely, including the formula number, the formula
14139  must be set into a parbox.
14140  To do this, the command 
14141 \series bold
14142
14143 \backslash
14144 fbox{
14145 \backslash
14146 parbox{
14147 \backslash
14148 linewidth-2
14149 \backslash
14150 fboxsep-2
14151 \backslash
14152 fboxrule}{
14153 \series default
14154  is inserted in TeX-mode before the formula.
14155  
14156 \series bold
14157
14158 \backslash
14159 linewidth
14160 \begin_inset Index
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164 Commands ! L ! 
14165 \backslash
14166 linewidth
14167 \end_layout
14168
14169 \end_inset
14170
14171
14172 \series default
14173  is hereby the line width set for the document.
14174  Because the frame is outside the parbox, 2
14175 \begin_inset Space \thinspace{}
14176 \end_inset
14177
14178 times the frame separation and the frame thickness must be subtracted from
14179  the line width.
14180  As this is not automatically done by LyX due to a bug
14181 \begin_inset Foot
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185 \begin_inset CommandInset href
14186 LatexCommand href
14187 name "LyX-bug #4483"
14188 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14189
14190 \end_inset
14191
14192
14193 \end_layout
14194
14195 \end_inset
14196
14197 , TeX-mode has to be used.
14198  To be able to multiply and subtract in arguments, the LaTeX-package 
14199 \series bold
14200 calc
14201 \series default
14202
14203 \begin_inset Foot
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207
14208 \series bold
14209 calc
14210 \series default
14211  is part of every LaTeX standard installation.
14212 \end_layout
14213
14214 \end_inset
14215
14216
14217 \begin_inset Index
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221 Packages ! calc
14222 \end_layout
14223
14224 \end_inset
14225
14226  must be loaded in the LaTeX-preamble with the line
14227 \end_layout
14228
14229 \begin_layout Standard
14230
14231 \series bold
14232
14233 \backslash
14234 usepackage{calc}
14235 \end_layout
14236
14237 \begin_layout Standard
14238 Behind the formula both boxes are closed by entering 
14239 \series bold
14240 }}
14241 \series default
14242  in TeX-mode.
14243  Here is an example:
14244 \begin_inset ERT
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248
14249
14250 \backslash
14251 fboxsep 5mm 
14252 \backslash
14253 fboxrule 5mm
14254 \end_layout
14255
14256 \end_inset
14257
14258
14259 \end_layout
14260
14261 \begin_layout Standard
14262 \begin_inset ERT
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266
14267
14268 \backslash
14269 fbox{
14270 \backslash
14271 parbox{
14272 \backslash
14273 linewidth-2
14274 \backslash
14275 fboxsep-2
14276 \backslash
14277 fboxrule}{
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \begin_inset Formula \begin{equation}
14284 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14285
14286 \end_inset
14287
14288
14289 \begin_inset ERT
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293
14294 }}
14295 \end_layout
14296
14297 \end_inset
14298
14299
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304
14305
14306 \backslash
14307 fboxrule 0.4pt 
14308 \backslash
14309 fboxsep 3pt
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \begin_layout Standard
14318 \begin_inset VSpace medskip
14319 \end_inset
14320
14321 As a parbox is used as argument of 
14322 \series bold
14323
14324 \backslash
14325 fbox
14326 \series default
14327 , there is in this case no difference between 
14328 \series bold
14329
14330 \backslash
14331 fbox
14332 \series default
14333  and 
14334 \series bold
14335
14336 \backslash
14337 boxed
14338 \series default
14339 .
14340 \end_layout
14341
14342 \begin_layout Standard
14343 \begin_inset VSpace bigskip
14344 \end_inset
14345
14346 Paragraph boxes are very useful to comment formulas directly.
14347  To do this, 
14348 \series bold
14349
14350 \backslash
14351 parbox
14352 \series default
14353  is used in combination with the command 
14354 \series bold
14355
14356 \backslash
14357 tag
14358 \series default
14359 .
14360  (more about 
14361 \series bold
14362
14363 \backslash
14364 tag
14365 \series default
14366  see 
14367 \begin_inset CommandInset ref
14368 LatexCommand ref
14369 reference "sub:User-defined-Numbering"
14370
14371 \end_inset
14372
14373 )
14374 \end_layout
14375
14376 \begin_layout Standard
14377 An example of a formula commented with 
14378 \series bold
14379
14380 \backslash
14381 parbox
14382 \series default
14383 :
14384 \end_layout
14385
14386 \begin_layout Standard
14387 \begin_inset ERT
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391
14392
14393 \backslash
14394 [5x-7b=3b
14395 \backslash
14396 tag*{
14397 \backslash
14398 parbox{5cm}{
14399 \end_layout
14400
14401 \end_inset
14402
14403 This is a description.
14404  It is distinctly separated from the formula and multiline.
14405 \begin_inset ERT
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409
14410 }}
14411 \backslash
14412 ]
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \begin_layout Standard
14421 Such a formula must be inserted completely in TeX-mode because LyX does
14422  not yet support the command 
14423 \series bold
14424
14425 \backslash
14426 parbox
14427 \series default
14428  in formulas.
14429  The formula is created with the following command sequence:
14430 \end_layout
14431
14432 \begin_layout Standard
14433 The command 
14434 \series bold
14435
14436 \backslash
14437 [5x-7b=3b
14438 \backslash
14439 tag*
14440 \backslash
14441 {
14442 \backslash
14443 parbox{5cm}{
14444 \series default
14445  is inserted in TeX-mode.
14446 \begin_inset Foot
14447 status collapsed
14448
14449 \begin_layout Plain Layout
14450 When the formula style 
14451 \series bold
14452 Indented
14453 \series default
14454  is used, 
14455 \series bold
14456
14457 \backslash
14458 tag*
14459 \backslash
14460 {
14461 \series default
14462  can also be replaced by 
14463 \series bold
14464
14465 \backslash
14466 hfill
14467 \series default
14468 .
14469  (formula styles see 
14470 \begin_inset CommandInset ref
14471 LatexCommand ref
14472 reference "sec:Formula-Styles"
14473
14474 \end_inset
14475
14476 )
14477 \end_layout
14478
14479 \end_inset
14480
14481  Then the description follows as normal text, and finally 
14482 \series bold
14483 }}
14484 \backslash
14485 ]
14486 \series default
14487  is inserted in TeX-mode.
14488  The commands 
14489 \series bold
14490
14491 \backslash
14492 [
14493 \series default
14494  and 
14495 \series bold
14496
14497 \backslash
14498 ]
14499 \series default
14500  hereby create a displayed formula.
14501 \end_layout
14502
14503 \begin_layout Standard
14504 The advantages of 
14505 \series bold
14506
14507 \backslash
14508 parbox
14509 \series default
14510  can be seen in this example that was 
14511 \begin_inset Quotes eld
14512 \end_inset
14513
14514 commented
14515 \begin_inset Quotes erd
14516 \end_inset
14517
14518  using the mathematical textmode:
14519 \begin_inset Formula \[
14520 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Section
14528 Operators
14529 \begin_inset Index
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533 Operators
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Subsection
14542 Big Operators
14543 \begin_inset CommandInset label
14544 LatexCommand label
14545 name "sub:Big-Operators"
14546
14547 \end_inset
14548
14549
14550 \begin_inset Index
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 Operators ! big
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \begin_inset Index
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564 Sums
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \begin_inset Index
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574 Integrals
14575 \end_layout
14576
14577 \end_inset
14578
14579
14580 \end_layout
14581
14582 \begin_layout Standard
14583 To be able to use all integral operators listed here, the option 
14584 \family sans
14585 Use esint package automatically
14586 \family default
14587  must be set in the document settings under 
14588 \family sans
14589 Math
14590 \begin_inset Space ~
14591 \end_inset
14592
14593 Options
14594 \family default
14595 .
14596 \end_layout
14597
14598 \begin_layout Standard
14599 \begin_inset Space \hfill{}
14600 \end_inset
14601
14602
14603 \begin_inset Tabular
14604 <lyxtabular version="3" rows="11" columns="2">
14605 <features>
14606 <column alignment="center" valignment="top" width="0pt">
14607 <column alignment="center" valignment="top" width="0pt">
14608 <row>
14609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613 Command
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 Result
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 </row>
14628 <row>
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633
14634 \backslash
14635 sum
14636 \begin_inset Index
14637 status collapsed
14638
14639 \begin_layout Plain Layout
14640 Commands ! S ! 
14641 \backslash
14642 sum
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 \begin_inset Formula $\sum$
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 <row>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670
14671 \backslash
14672 int
14673 \begin_inset Index
14674 status collapsed
14675
14676 \begin_layout Plain Layout
14677 Commands ! I ! 
14678 \backslash
14679 int
14680 \end_layout
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693 \begin_inset Formula $\int$
14694 \end_inset
14695
14696
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 </row>
14702 <row>
14703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14704 \begin_inset Text
14705
14706 \begin_layout Plain Layout
14707
14708 \backslash
14709 intop
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718 \begin_inset Formula $\intop$
14719 \end_inset
14720
14721
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 </row>
14727 <row>
14728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Plain Layout
14732
14733 \backslash
14734 oint
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743 \begin_inset Formula $\oint$
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 </row>
14752 <row>
14753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757
14758 \backslash
14759 ointop
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 \begin_inset Formula $\ointop$
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 </row>
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782
14783 \backslash
14784 ointctrclockwise
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14790 \begin_inset Text
14791
14792 \begin_layout Plain Layout
14793 \begin_inset Formula $\ointctrclockwise$
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 <row>
14803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Plain Layout
14807
14808 \backslash
14809 ointclockwise
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818 \begin_inset Formula $\ointclockwise$
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 </row>
14827 <row>
14828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832
14833 \backslash
14834 sqint
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 \begin_inset Formula $\sqint$
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 </row>
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857
14858 \backslash
14859 bigcap
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868 \begin_inset Formula $\bigcap$
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 </row>
14877 <row>
14878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882
14883 \backslash
14884 bigcup
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 \begin_inset Formula $\bigcup$
14894 \end_inset
14895
14896
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 </row>
14902 </lyxtabular>
14903
14904 \end_inset
14905
14906
14907 \begin_inset Space \hfill{}
14908 \end_inset
14909
14910
14911 \begin_inset Tabular
14912 <lyxtabular version="3" rows="10" columns="2">
14913 <features>
14914 <column alignment="center" valignment="top" width="0pt">
14915 <column alignment="center" valignment="top" width="0pt">
14916 <row>
14917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 Command
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 Result
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 </row>
14936 <row>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \backslash
14943 prod
14944 \begin_inset Index
14945 status collapsed
14946
14947 \begin_layout Plain Layout
14948 Commands ! P ! 
14949 \backslash
14950 prod
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 \begin_inset Formula $\prod$
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \backslash
14980 coprod
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 \begin_inset Formula $\coprod$
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 <row>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \backslash
15005 bigodot
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 \begin_inset Formula $\bigodot$
15015 \end_inset
15016
15017
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 </row>
15023 <row>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \backslash
15030 bigotimes
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 \begin_inset Formula $\bigotimes$
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 </row>
15048 <row>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053
15054 \backslash
15055 bigoplus
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 \begin_inset Formula $\bigoplus$
15065 \end_inset
15066
15067
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 </row>
15073 <row>
15074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078
15079 \backslash
15080 bigwedge
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 \begin_inset Formula $\bigwedge$
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \backslash
15105 bigvee
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 \begin_inset Formula $\bigvee$
15115 \end_inset
15116
15117
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 <row>
15124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128
15129 \backslash
15130 bigsqcup
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 \begin_inset Formula $\bigsqcup$
15140 \end_inset
15141
15142
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 </row>
15148 <row>
15149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \backslash
15155 biguplus
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 \begin_inset Formula $\biguplus$
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 </row>
15173 </lyxtabular>
15174
15175 \end_inset
15176
15177
15178 \begin_inset Space \hfill{}
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \begin_layout Standard
15185 All big operators can also be inserted via the math toolbar button 
15186 \begin_inset Graphics
15187         filename ../images/math/intop.png
15188         embed ""
15189         scale 85
15190
15191 \end_inset
15192
15193 .
15194 \end_layout
15195
15196 \begin_layout Standard
15197 The operators are called big because they are bigger than the sometimes
15198  equal looking binary operators.
15199  All big operators can have limits as described in the next subsection.
15200 \end_layout
15201
15202 \begin_layout Standard
15203 The operators 
15204 \series bold
15205
15206 \backslash
15207 intop
15208 \series default
15209  and 
15210 \series bold
15211
15212 \backslash
15213 ointop
15214 \series default
15215  are different from 
15216 \series bold
15217
15218 \backslash
15219 int
15220 \series default
15221  and 
15222 \series bold
15223
15224 \backslash
15225 oint
15226 \series default
15227 , resp.
15228 \begin_inset Space ~
15229 \end_inset
15230
15231 in the style the operator limits are displayed, see 
15232 \begin_inset CommandInset ref
15233 LatexCommand ref
15234 reference "sub:Operator-Limits"
15235
15236 \end_inset
15237
15238 .
15239  
15240 \end_layout
15241
15242 \begin_layout Subsubsection*
15243 Advices for Integrals
15244 \end_layout
15245
15246 \begin_layout Standard
15247 The letter 
15248 \emph on
15249 d
15250 \emph default
15251  in an integral is an operator, that therefore has to be set upright.
15252  This is done by highlighting the 
15253 \emph on
15254 d
15255 \emph default
15256  and using the keyboard shortcut 
15257 \family sans
15258 Alt-c
15259 \begin_inset Space ~
15260 \end_inset
15261
15262 r
15263 \family default
15264
15265 \begin_inset Foot
15266 status collapsed
15267
15268 \begin_layout Plain Layout
15269 Font styles
15270 \series bold
15271  
15272 \series default
15273 see 
15274 \begin_inset CommandInset ref
15275 LatexCommand ref
15276 reference "sub:Font-Styles"
15277
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \end_inset
15284
15285 .
15286  Finally the smallest space is inserted before the 
15287 \emph on
15288 d
15289 \emph default
15290 , as this is usual for operators.
15291  An example:
15292 \end_layout
15293
15294 \begin_layout Standard
15295 incorrect: 
15296 \begin_inset Formula $\int A(x)dx$
15297 \end_inset
15298
15299
15300 \begin_inset Newline newline
15301 \end_inset
15302
15303
15304 \begin_inset ERT
15305 status collapsed
15306
15307 \begin_layout Plain Layout
15308
15309
15310 \backslash
15311 hphantom{in}
15312 \end_layout
15313
15314 \end_inset
15315
15316 correct: 
15317 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \begin_layout Standard
15324 For multiple integrals there are the following commands:
15325 \begin_inset VSpace medskip
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \begin_layout Standard
15332 \begin_inset Space \hfill{}
15333 \end_inset
15334
15335
15336 \begin_inset Tabular
15337 <lyxtabular version="3" rows="4" columns="2">
15338 <features>
15339 <column alignment="center" valignment="top" width="0">
15340 <column alignment="center" valignment="top" width="0">
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 Command
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 Result
15356 \begin_inset Note Note
15357 status collapsed
15358
15359 \begin_layout Plain Layout
15360
15361 \series bold
15362
15363 \backslash
15364 raisebox
15365 \series default
15366  is only used as spacer.
15367 \end_layout
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 iint
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 oiint
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 sqiint
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 </lyxtabular>
15453
15454 \end_inset
15455
15456
15457 \begin_inset Space \hfill{}
15458 \end_inset
15459
15460
15461 \begin_inset Tabular
15462 <lyxtabular version="3" rows="4" columns="2">
15463 <features>
15464 <column alignment="center" valignment="top" width="0">
15465 <column alignment="center" valignment="top" width="0">
15466 <row>
15467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471 Command
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 Result
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \backslash
15493 iiint
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 </row>
15511 <row>
15512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \backslash
15518 iiiint
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \backslash
15543 dotsint
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 </lyxtabular>
15562
15563 \end_inset
15564
15565
15566 \begin_inset Space \hfill{}
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \begin_layout Subsection
15573 Operator Limits
15574 \begin_inset CommandInset label
15575 LatexCommand label
15576 name "sub:Operator-Limits"
15577
15578 \end_inset
15579
15580
15581 \begin_inset Index
15582 status collapsed
15583
15584 \begin_layout Plain Layout
15585 Operators ! Limits
15586 \end_layout
15587
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \begin_layout Standard
15594 Limits are created by super- and subscripts:
15595 \end_layout
15596
15597 \begin_layout Standard
15598 \align center
15599 \begin_inset Tabular
15600 <lyxtabular version="3" rows="2" columns="2">
15601 <features>
15602 <column alignment="center" valignment="top" width="0pt">
15603 <column alignment="center" valignment="top" width="0pt">
15604 <row>
15605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 Command
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15615 \begin_inset Text
15616
15617 \begin_layout Plain Layout
15618 Result
15619 \begin_inset Note Note
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623
15624 \series bold
15625
15626 \backslash
15627 raisebox
15628 \series default
15629  is only used as spacer.
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 prod^
15648 \backslash
15649 infty
15650 \begin_inset ERT
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654
15655
15656 \backslash
15657 spce 
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \begin_inset Formula $\to$
15664 \end_inset
15665
15666 _0
15667 \begin_inset Formula $\to$
15668 \end_inset
15669
15670 A(x)
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 </lyxtabular>
15689
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \begin_layout Standard
15696 Limits of inline formulas are set right beside the operator.
15697  Limits in displayed formulas are set above or below the operator, except
15698  of integral limits.
15699 \end_layout
15700
15701 \begin_layout Standard
15702 To force that the limits are set beside the operator, the cursor is set
15703  directly behind the operator and the limits type is changed with the menu
15704  
15705 \family sans
15706 Edit\SpecialChar \menuseparator
15707 Math\SpecialChar \menuseparator
15708 Change Limits Type
15709 \family default
15710  to 
15711 \family sans
15712 \series bold
15713 Inline
15714 \family default
15715 \series default
15716  (shortcut 
15717 \family sans
15718 Alt-m
15719 \begin_inset Space ~
15720 \end_inset
15721
15722 l
15723 \family default
15724 ).
15725  An example:
15726 \end_layout
15727
15728 \begin_layout Standard
15729 The default limits type is this:
15730 \begin_inset Formula \[
15731 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15732
15733 \end_inset
15734
15735 This is how it looks when the limits type was changed to 
15736 \family sans
15737 \series bold
15738 Inline
15739 \family default
15740 \series default
15741 :
15742 \begin_inset Formula \[
15743 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15744
15745 \end_inset
15746
15747 For integrals, except of 
15748 \series bold
15749
15750 \backslash
15751 intop
15752 \series default
15753  and 
15754 \series bold
15755
15756 \backslash
15757 ointop
15758 \series default
15759 , the limits are by default set beside the operator.
15760  But for multiple integrals the limits are often set below the operator.
15761  In the following example the limits type was therefore set to 
15762 \series bold
15763 Display
15764 \series default
15765  and so set below the integrals:
15766 \begin_inset Formula \begin{equation}
15767 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15768
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \begin_layout Standard
15775 \begin_inset VSpace medskip
15776 \end_inset
15777
15778 To specify conditions for limits, the commands 
15779 \series bold
15780
15781 \backslash
15782 subarray
15783 \series default
15784
15785 \begin_inset Index
15786 status collapsed
15787
15788 \begin_layout Plain Layout
15789 Commands ! S ! 
15790 \backslash
15791 subarray
15792 \end_layout
15793
15794 \end_inset
15795
15796  and 
15797 \series bold
15798
15799 \backslash
15800 substack
15801 \series default
15802
15803 \begin_inset Index
15804 status collapsed
15805
15806 \begin_layout Plain Layout
15807 Commands ! S ! 
15808 \backslash
15809 substack
15810 \end_layout
15811
15812 \end_inset
15813
15814  are used.
15815  To create for example this expression 
15816 \begin_inset Formula \begin{equation}
15817 \sum_{\begin{subarray}{c}
15818 0<k<1000\\
15819 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15820
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \begin_layout Standard
15827 the following has to be done:
15828 \begin_inset Newline newline
15829 \end_inset
15830
15831 First the command 
15832 \series bold
15833
15834 \backslash
15835 sum
15836 \series default
15837 ^
15838 \series bold
15839 n
15840 \begin_inset ERT
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844
15845
15846 \backslash
15847 spce 
15848 \end_layout
15849
15850 \end_inset
15851
15852 _
15853 \series default
15854  is typed in.
15855  One is now in a blue box under the summation operator and insert there
15856  the command 
15857 \series bold
15858
15859 \backslash
15860 subarray
15861 \begin_inset ERT
15862 status collapsed
15863
15864 \begin_layout Plain Layout
15865
15866
15867 \backslash
15868 spce 
15869 \end_layout
15870
15871 \end_inset
15872
15873
15874 \series default
15875 .
15876  The blue box is now within a purple box and now several lines can be written
15877  among each other.
15878  A new line is created by inserting a line break (
15879 \family sans
15880 Ctrl-Return
15881 \family default
15882 ).
15883  When now
15884 \begin_inset Newline newline
15885 \end_inset
15886
15887
15888 \series bold
15889 0<k<1000 Ctrl-Return
15890 \begin_inset Newline newline
15891 \end_inset
15892
15893
15894 \series default
15895 is typed in, a new box appears below for the new line.
15896 \end_layout
15897
15898 \begin_layout Standard
15899 The alignment of the lines can be changed to left aligned with the 
15900 \family sans
15901 table
15902 \family default
15903  
15904 \family sans
15905 toolbar
15906 \family default
15907  or the menu 
15908 \family sans
15909 Edit\SpecialChar \menuseparator
15910 Rows &Columns
15911 \family default
15912 .
15913  To get right alignment, 
15914 \series bold
15915
15916 \backslash
15917 hfill
15918 \begin_inset ERT
15919 status collapsed
15920
15921 \begin_layout Plain Layout
15922
15923
15924 \backslash
15925 spce 
15926 \end_layout
15927
15928 \end_inset
15929
15930
15931 \series default
15932  is inserted at the beginning of the line.
15933 \end_layout
15934
15935 \begin_layout Standard
15936 The command 
15937 \series bold
15938
15939 \backslash
15940 substack
15941 \series default
15942  is equivalent to 
15943 \series bold
15944
15945 \backslash
15946 subarray
15947 \series default
15948  with the difference that the lines are always centered.
15949 \end_layout
15950
15951 \begin_layout Standard
15952 \begin_inset VSpace bigskip
15953 \end_inset
15954
15955 Like in formula 
15956 \begin_inset CommandInset ref
15957 LatexCommand eqref
15958 reference "eq:substack"
15959
15960 \end_inset
15961
15962  there can be too much space beside an operator, because the characters
15963  following the operator are set beside the limits.
15964 \end_layout
15965
15966 \begin_layout Standard
15967 To avoid this, the following macro can be used in the LaTeX-preamble:
15968 \end_layout
15969
15970 \begin_layout Standard
15971
15972 \series bold
15973
15974 \backslash
15975 def
15976 \backslash
15977 clap#1{
15978 \backslash
15979 hbox to 0pt{
15980 \backslash
15981 hss #1
15982 \backslash
15983 hss}}
15984 \begin_inset Newline newline
15985 \end_inset
15986
15987
15988 \backslash
15989 def
15990 \backslash
15991 mathclap {
15992 \backslash
15993 mathpalette 
15994 \backslash
15995 mathclapinternal}
15996 \begin_inset Newline newline
15997 \end_inset
15998
15999
16000 \backslash
16001 def
16002 \backslash
16003 mathclapinternal #1#2{
16004 \backslash
16005 clap{$
16006 \backslash
16007 mathsurround =0pt #1{#2}$}}
16008 \end_layout
16009
16010 \begin_layout Standard
16011 This defines the command 
16012 \series bold
16013
16014 \backslash
16015 mathclap
16016 \series default
16017
16018 \begin_inset Index
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022 Commands ! M ! 
16023 \backslash
16024 mathclap
16025 \end_layout
16026
16027 \end_inset
16028
16029  that sets the width of the limit to 0
16030 \begin_inset Space \thinspace{}
16031 \end_inset
16032
16033 pt.
16034  The command scheme is
16035 \end_layout
16036
16037 \begin_layout Standard
16038
16039 \series bold
16040
16041 \backslash
16042 mathclap{limit}
16043 \end_layout
16044
16045 \begin_layout Standard
16046 where the limit can consist of several conditions.
16047 \end_layout
16048
16049 \begin_layout Standard
16050 Applied on formula 
16051 \begin_inset CommandInset ref
16052 LatexCommand eqref
16053 reference "eq:substack"
16054
16055 \end_inset
16056
16057 , one uses the command
16058 \end_layout
16059
16060 \begin_layout Standard
16061
16062 \series bold
16063
16064 \backslash
16065 sum_
16066 \backslash
16067 mathclap{
16068 \backslash
16069 substack
16070 \begin_inset ERT
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074
16075
16076 \backslash
16077 spce 
16078 \end_layout
16079
16080 \end_inset
16081
16082 0<k<1000 Ctrl-Enter
16083 \end_layout
16084
16085 \begin_layout Standard
16086 to create the lower limit.
16087  The summand is now directly behind the summation operator:
16088 \begin_inset Formula \[
16089 \sum_{\mathclap {\substack{0<k<1000\\
16090 \\k\,\in\,\mathbb{N}}
16091 }}^{n}k^{-2}\]
16092
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \begin_layout Standard
16099 \begin_inset VSpace bigskip
16100 \end_inset
16101
16102 How to use one limit for several operators is described in 
16103 \begin_inset CommandInset ref
16104 LatexCommand ref
16105 reference "sub:Self-defined-Operators"
16106
16107 \end_inset
16108
16109 .
16110 \end_layout
16111
16112 \begin_layout Subsection
16113 Binary Operators
16114 \begin_inset CommandInset label
16115 LatexCommand label
16116 name "sub:Binary-Operators"
16117
16118 \end_inset
16119
16120
16121 \begin_inset Index
16122 status collapsed
16123
16124 \begin_layout Plain Layout
16125 Operators ! binary
16126 \end_layout
16127
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \begin_layout Standard
16134 Binary operators are surrounded by space when there is a character before
16135  and behind them.
16136 \begin_inset VSpace medskip
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \begin_layout Standard
16143 \begin_inset Space \hfill{}
16144 \end_inset
16145
16146
16147 \begin_inset Tabular
16148 <lyxtabular version="3" rows="13" columns="2">
16149 <features>
16150 <column alignment="center" valignment="top" width="0pt">
16151 <column alignment="center" valignment="top" width="0pt">
16152 <row>
16153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 Command
16158 \begin_inset Note Note
16159 status collapsed
16160
16161 \begin_layout Plain Layout
16162
16163 \series bold
16164
16165 \backslash
16166 raisebox
16167 \series default
16168  is only used as spacer.
16169 \end_layout
16170
16171 \end_inset
16172
16173
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 Result
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 </row>
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 +
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Formula $+$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 -
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 \begin_inset Formula $-$
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 <row>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \backslash
16241 pm
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 \begin_inset Formula $\pm$
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264
16265 \backslash
16266 mp
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275 \begin_inset Formula $\mp$
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 </row>
16284 <row>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289
16290 \backslash
16291 cdot
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 \begin_inset Formula $\cdot$
16301 \end_inset
16302
16303
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 <row>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314
16315 \backslash
16316 times
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 \begin_inset Formula $\times$
16326 \end_inset
16327
16328
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339
16340 \backslash
16341 div
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 \begin_inset Formula $\div$
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 </row>
16359 <row>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 \begin_inset ERT
16365 status collapsed
16366
16367 \begin_layout Plain Layout
16368
16369
16370 \backslash
16371 raisebox{-1.2mm}{
16372 \end_layout
16373
16374 \end_inset
16375
16376 *
16377 \begin_inset ERT
16378 status collapsed
16379
16380 \begin_layout Plain Layout
16381
16382 }
16383 \end_layout
16384
16385 \end_inset
16386
16387
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 \begin_inset Formula $*$
16397 \end_inset
16398
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410
16411 \backslash
16412 star
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 \begin_inset Formula $\star$
16422 \end_inset
16423
16424
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 <row>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435
16436 \backslash
16437 circ
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 \begin_inset Formula $\circ$
16447 \end_inset
16448
16449
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 </row>
16455 <row>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460
16461 \backslash
16462 diamond
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 \begin_inset Formula $\diamond$
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 <row>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485
16486 \backslash
16487 bullet
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 \begin_inset Formula $\bullet$
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 </row>
16505 </lyxtabular>
16506
16507 \end_inset
16508
16509
16510 \begin_inset Space \hfill{}
16511 \end_inset
16512
16513
16514 \begin_inset Tabular
16515 <lyxtabular version="3" rows="13" columns="2">
16516 <features>
16517 <column alignment="center" valignment="top" width="0pt">
16518 <column alignment="center" valignment="top" width="0pt">
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 Command
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 Result
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \backslash
16546 nabla
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 \begin_inset Formula $\nabla$
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 </row>
16564 <row>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569
16570 \backslash
16571 bigtriangledown
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 \begin_inset Formula $\bigtriangledown$
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594
16595 \backslash
16596 bigtriangleup
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 \begin_inset Formula $\bigtriangleup$
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619
16620 \backslash
16621 Box
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 \begin_inset Formula $\Box$
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644
16645 \backslash
16646 cap 
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 \begin_inset Formula $\cap$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669
16670 \backslash
16671 cup
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Formula $\cup$
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 <row>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694
16695 \backslash
16696 dagger
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 \begin_inset Formula $\dagger$
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \backslash
16721 ddagger
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Formula $\ddagger$
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744
16745 \backslash
16746 wr
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset Formula $\wr$
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769
16770 \backslash
16771 bigcirc
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Formula $\bigcirc$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 </row>
16789 <row>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794
16795 \backslash
16796 wedge
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 \begin_inset Formula $\wedge$
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 </row>
16814 <row>
16815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819
16820 \backslash
16821 vee
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 \begin_inset Formula $\vee$
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 </lyxtabular>
16840
16841 \end_inset
16842
16843
16844 \begin_inset Space \hfill{}
16845 \end_inset
16846
16847
16848 \begin_inset Tabular
16849 <lyxtabular version="3" rows="13" columns="2">
16850 <features>
16851 <column alignment="center" valignment="top" width="0pt">
16852 <column alignment="center" valignment="top" width="0pt">
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 Command
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 Result
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \backslash
16880 oplus
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Formula $\oplus$
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \backslash
16905 ominus
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Formula $\ominus$
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 <row>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \backslash
16930 otimes
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 \begin_inset Formula $\otimes$
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \backslash
16955 oslash
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $\oslash$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \backslash
16980 odot
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\odot$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \backslash
17005 amalg
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 \begin_inset Formula $\amalg$
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \backslash
17030 uplus
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $\uplus$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 <row>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053
17054 \backslash
17055 setminus
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 \begin_inset Formula $\setminus$
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 <row>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078
17079 \backslash
17080 sqcap
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 \begin_inset Formula $\sqcap$
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 </row>
17098 <row>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103
17104 \backslash
17105 sqcup
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 \begin_inset Formula $\sqcup$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 <row>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128
17129 \backslash
17130 triangleleft
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139 \begin_inset Formula $\triangleleft$
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 </row>
17148 <row>
17149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153
17154 \backslash
17155 triangleright
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 \begin_inset Formula $\triangleright$
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 </row>
17173 </lyxtabular>
17174
17175 \end_inset
17176
17177
17178 \begin_inset Space \hfill{}
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \begin_layout Standard
17185 All binary operators can also be inserted via the math toolbar button 
17186 \begin_inset Graphics
17187         filename ../images/math/pm.png
17188         embed ""
17189         scale 85
17190
17191 \end_inset
17192
17193 .
17194 \end_layout
17195
17196 \begin_layout Standard
17197 To typeset the Laplace operator also 
17198 \series bold
17199
17200 \backslash
17201 Delta
17202 \series default
17203  or 
17204 \series bold
17205
17206 \backslash
17207 nabla
17208 \series default
17209 ^
17210 \series bold
17211 2
17212 \series default
17213  (
17214 \begin_inset Formula $\nabla^{2}$
17215 \end_inset
17216
17217 ) can be used instead of 
17218 \series bold
17219
17220 \backslash
17221 bigtriangleup
17222 \series default
17223  .
17224 \end_layout
17225
17226 \begin_layout Standard
17227 The character 
17228 \family sans
17229 Menu Separator
17230 \family default
17231  from the menu 
17232 \family sans
17233 Insert\SpecialChar \menuseparator
17234 Special Character
17235 \family default
17236  is the operator 
17237 \series bold
17238
17239 \backslash
17240 triangleright
17241 \series default
17242 .
17243 \end_layout
17244
17245 \begin_layout Subsection
17246 Self-defined Operators
17247 \begin_inset CommandInset label
17248 LatexCommand label
17249 name "sub:Self-defined-Operators"
17250
17251 \end_inset
17252
17253
17254 \begin_inset Index
17255 status collapsed
17256
17257 \begin_layout Plain Layout
17258 Operators ! self-defined
17259 \end_layout
17260
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \begin_layout Standard
17267 With the help of the command 
17268 \series bold
17269
17270 \backslash
17271 DeclareMathOperator
17272 \series default
17273
17274 \begin_inset Index
17275 status collapsed
17276
17277 \begin_layout Plain Layout
17278 Commands ! D ! 
17279 \backslash
17280 dbinom@
17281 \backslash
17282 DeclareMathOperator
17283 \end_layout
17284
17285 \end_inset
17286
17287  custom operators can be defined in the LaTeX-preamble.
17288  Its command scheme is:
17289 \end_layout
17290
17291 \begin_layout Standard
17292
17293 \series bold
17294
17295 \backslash
17296 DeclareMathOperator{new command}{display}
17297 \end_layout
17298
17299 \begin_layout Standard
17300 Display can be characters or symbols that define how the operator looks
17301  in the output.
17302  To define a big operator a * is set behind the command.
17303  All self-defined big operators can have limits as described in 
17304 \begin_inset CommandInset ref
17305 LatexCommand ref
17306 reference "sub:Operator-Limits"
17307
17308 \end_inset
17309
17310 .
17311 \end_layout
17312
17313 \begin_layout Standard
17314 For example the LaTeX-preamble line
17315 \end_layout
17316
17317 \begin_layout Standard
17318
17319 \series bold
17320
17321 \backslash
17322 DeclareMathOperator*{
17323 \backslash
17324 Lozenge}{
17325 \backslash
17326 blacklozenge}
17327 \end_layout
17328
17329 \begin_layout Standard
17330 defines the command 
17331 \series bold
17332
17333 \backslash
17334 Lozenge
17335 \series default
17336 , that inserts a big operator consisting of the lozenge symbol from 
17337 \begin_inset CommandInset ref
17338 LatexCommand ref
17339 reference "sub:Miscellaneous-Symbols"
17340
17341 \end_inset
17342
17343 :
17344 \begin_inset Formula \[
17345 \Lozenge _{n=1}^{\infty}\]
17346
17347 \end_inset
17348
17349 The command for this formula is: 
17350 \series bold
17351
17352 \backslash
17353 Lozenge
17354 \series default
17355 ^
17356 \series bold
17357
17358 \backslash
17359 infty
17360 \begin_inset Formula $\to$
17361 \end_inset
17362
17363 _n=1
17364 \end_layout
17365
17366 \begin_layout Standard
17367 \begin_inset VSpace bigskip
17368 \end_inset
17369
17370 When self-defined operators are not used several times in the document,
17371  they can also be defined with the commands 
17372 \series bold
17373
17374 \backslash
17375 mathop
17376 \series default
17377
17378 \begin_inset Index
17379 status collapsed
17380
17381 \begin_layout Plain Layout
17382 Commands ! M ! 
17383 \backslash
17384 mathop
17385 \end_layout
17386
17387 \end_inset
17388
17389  and 
17390 \series bold
17391
17392 \backslash
17393 mathbin
17394 \series default
17395
17396 \begin_inset Index
17397 status collapsed
17398
17399 \begin_layout Plain Layout
17400 Commands ! M ! 
17401 \backslash
17402 mathbin
17403 \end_layout
17404
17405 \end_inset
17406
17407 , which have the following scheme:
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413
17414 \backslash
17415 mathop{display}
17416 \series default
17417  and 
17418 \series bold
17419
17420 \backslash
17421 mathbin{display}
17422 \end_layout
17423
17424 \begin_layout Standard
17425
17426 \series bold
17427
17428 \backslash
17429 mathop
17430 \series default
17431  defines big operators, 
17432 \series bold
17433
17434 \backslash
17435 mathbin
17436 \series default
17437  binary operators.
17438 \end_layout
17439
17440 \begin_layout Standard
17441
17442 \series bold
17443
17444 \backslash
17445 mathop
17446 \series default
17447  can e.
17448 \begin_inset Space \thinspace{}
17449 \end_inset
17450
17451 g.
17452 \begin_inset Space ~
17453 \end_inset
17454
17455 be used to use one limit for several operators:
17456 \end_layout
17457
17458 \begin_layout Standard
17459 \begin_inset Formula \[
17460 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17461
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \begin_layout Standard
17468 The command for the formula above is:
17469 \begin_inset Newline newline
17470 \end_inset
17471
17472
17473 \series bold
17474
17475 \backslash
17476 mathop{
17477 \backslash
17478 sum
17479 \backslash
17480 negmedspace
17481 \backslash
17482 sum
17483 \series default
17484
17485 \begin_inset ERT
17486 status collapsed
17487
17488 \begin_layout Plain Layout
17489
17490
17491 \backslash
17492 spce 
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \series bold
17499
17500 \begin_inset Formula $\to$
17501 \end_inset
17502
17503 ^N
17504 \series default
17505
17506 \begin_inset ERT
17507 status collapsed
17508
17509 \begin_layout Plain Layout
17510
17511
17512 \backslash
17513 spce 
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \series bold
17520 _i,j=1
17521 \end_layout
17522
17523 \begin_layout Section
17524 Fonts
17525 \begin_inset Index
17526 status collapsed
17527
17528 \begin_layout Plain Layout
17529 Fonts
17530 \end_layout
17531
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \begin_layout Subsection
17538 Font Styles
17539 \begin_inset CommandInset label
17540 LatexCommand label
17541 name "sub:Font-Styles"
17542
17543 \end_inset
17544
17545
17546 \begin_inset Index
17547 status collapsed
17548
17549 \begin_layout Plain Layout
17550 Font ! style
17551 \end_layout
17552
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \begin_layout Standard
17559 Latin letters in formulas can be set in one of the following font styles:
17560 \begin_inset VSpace -2mm
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \begin_layout Standard
17567 \align center
17568 \begin_inset Tabular
17569 <lyxtabular version="3" rows="6" columns="3">
17570 <features>
17571 <column alignment="center" valignment="top" width="0">
17572 <column alignment="center" valignment="top" width="0">
17573 <column alignment="center" valignment="top" width="0">
17574 <row>
17575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 Command
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 Result
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 shortcut
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 <row>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \backslash
17610 mathbb
17611 \series bold
17612
17613 \begin_inset ERT
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617
17618
17619 \backslash
17620 spce 
17621 \end_layout
17622
17623 \end_inset
17624
17625
17626 \series default
17627 ABC
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 \begin_inset Formula $\mathbb{ABC}$
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 Alt-c c
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \backslash
17661 mathbf
17662 \series bold
17663
17664 \begin_inset ERT
17665 status collapsed
17666
17667 \begin_layout Plain Layout
17668
17669
17670 \backslash
17671 spce 
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \series default
17678 AbC
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 \begin_inset Formula $\mathbf{AbC}$
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 -
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 </row>
17705 <row>
17706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710
17711 \backslash
17712 boldsymbol
17713 \series bold
17714
17715 \begin_inset ERT
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719
17720
17721 \backslash
17722 spce 
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \series default
17729 AbC
17730 \end_layout
17731
17732 \end_inset
17733 </cell>
17734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738 \begin_inset Formula $\boldsymbol{AbC}$
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 Alt-c b
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 mathcal
17764 \series bold
17765
17766 \begin_inset ERT
17767 status collapsed
17768
17769 \begin_layout Plain Layout
17770
17771
17772 \backslash
17773 spce 
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \series default
17780 ABC
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\mathcal{ABC}$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 Alt-c e
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \backslash
17814 mathfrak
17815 \series bold
17816
17817 \begin_inset ERT
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821
17822
17823 \backslash
17824 spce 
17825 \end_layout
17826
17827 \end_inset
17828
17829
17830 \series default
17831 AbC
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\mathfrak{AbC}$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 -
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 </row>
17858 </lyxtabular>
17859
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \begin_layout Standard
17866 \align center
17867 \begin_inset Tabular
17868 <lyxtabular version="3" rows="5" columns="3">
17869 <features>
17870 <column alignment="center" valignment="top" width="0">
17871 <column alignment="center" valignment="top" width="0">
17872 <column alignment="center" valignment="top" width="0">
17873 <row>
17874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 Command
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887 Result
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 shortcut
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 </row>
17902 <row>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907
17908 \backslash
17909 mathit
17910 \series bold
17911
17912 \begin_inset ERT
17913 status collapsed
17914
17915 \begin_layout Plain Layout
17916
17917
17918 \backslash
17919 spce 
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \series default
17926 AbC
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 \begin_inset Formula $\mathit{AbC}$
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 -
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 </row>
17953 <row>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \backslash
17960 mathrm
17961 \series bold
17962
17963 \begin_inset ERT
17964 status collapsed
17965
17966 \begin_layout Plain Layout
17967
17968
17969 \backslash
17970 spce 
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \series default
17977 AbC
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 \begin_inset Formula $\mathrm{AbC}$
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 Alt-c r
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \backslash
18011 mathsf
18012 \series bold
18013
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 spce 
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \series default
18028 AbC
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 \begin_inset Formula $\mathsf{AbC}$
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 Alt-c s
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 </row>
18055 <row>
18056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060
18061 \backslash
18062 mathtt
18063 \series bold
18064
18065 \begin_inset ERT
18066 status collapsed
18067
18068 \begin_layout Plain Layout
18069
18070
18071 \backslash
18072 spce 
18073 \end_layout
18074
18075 \end_inset
18076
18077
18078 \series default
18079 AbC
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 \begin_inset Formula $\mathtt{AbC}$
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 Alt-c p
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 </lyxtabular>
18107
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \begin_layout Standard
18114 \begin_inset Note Greyedout
18115 status open
18116
18117 \begin_layout Plain Layout
18118
18119 \series bold
18120 Note:
18121 \series default
18122  The styles 
18123 \series bold
18124
18125 \backslash
18126 mathbb
18127 \series default
18128  and 
18129 \series bold
18130
18131 \backslash
18132 mathcal
18133 \series default
18134  can only be used for big letters.
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \end_layout
18141
18142 \begin_layout Standard
18143 Predefined is the style 
18144 \series bold
18145
18146 \backslash
18147 mathnormal
18148 \series default
18149 .
18150 \end_layout
18151
18152 \begin_layout Standard
18153 The style commands work also for letters in mathematical constructs:
18154 \begin_inset Formula \[
18155 \mathfrak{A=\frac{b}{C}}\]
18156
18157 \end_inset
18158
18159
18160 \end_layout
18161
18162 \begin_layout Standard
18163 Characters in mathematical text don't appear in a math font style but in
18164  the text font style 
18165 \series bold
18166
18167 \backslash
18168 textrm
18169 \series default
18170 .
18171  That their style can't be set correctly via the text style dialog is a
18172  bug in LyX.
18173 \begin_inset Foot
18174 status collapsed
18175
18176 \begin_layout Plain Layout
18177 \begin_inset CommandInset href
18178 LatexCommand href
18179 name "LyX-bug #4091"
18180 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \end_inset
18188
18189
18190 \end_layout
18191
18192 \begin_layout Standard
18193 Instead of the style commands the dialog 
18194 \family sans
18195 Edit\SpecialChar \menuseparator
18196 Math\SpecialChar \menuseparator
18197 Text Style
18198 \family default
18199  or the toolbar button 
18200 \begin_inset Graphics
18201         filename ../images/math/font.png
18202         embed ""
18203         scale 85
18204
18205 \end_inset
18206
18207  can be used.
18208 \end_layout
18209
18210 \begin_layout Subsection
18211 Bold Formulas
18212 \begin_inset CommandInset label
18213 LatexCommand label
18214 name "sub:Bold-Formulas"
18215
18216 \end_inset
18217
18218
18219 \begin_inset Index
18220 status collapsed
18221
18222 \begin_layout Plain Layout
18223 Formula ! bold
18224 \end_layout
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Standard
18232 To make a complete formula bold, the command 
18233 \series bold
18234
18235 \backslash
18236 mathbf
18237 \series default
18238  from the previous subsection cannot be used, because it doesn't work for
18239  small Greek letters.
18240  Furthermore it prints Latin letters always upright, like in the following
18241  equation:
18242 \end_layout
18243
18244 \begin_layout Standard
18245 \begin_inset Formula \[
18246 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash  mathbf}\]
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Standard
18254 To display the formula correctly, the command 
18255 \series bold
18256
18257 \backslash
18258 boldsymbol
18259 \series default
18260  is used:
18261 \begin_inset Formula \[
18262 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash  boldsymbol}}\]
18263
18264 \end_inset
18265
18266 It is also possible to set the formula in a 
18267 \series bold
18268 boldmath environment
18269 \series default
18270 .
18271  This environment is created by inserting the command 
18272 \series bold
18273
18274 \backslash
18275 boldmath
18276 \begin_inset Index
18277 status collapsed
18278
18279 \begin_layout Plain Layout
18280 Commands ! B ! 
18281 \backslash
18282 boldmath
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \series default
18289  in TeX-mode.
18290  To end the environment, the command 
18291 \series bold
18292
18293 \backslash
18294 unboldmath
18295 \begin_inset Index
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299 Commands ! U ! 
18300 \backslash
18301 unboldmath
18302 \end_layout
18303
18304 \end_inset
18305
18306
18307 \series default
18308  is inserted in TeX-mode.
18309 \begin_inset ERT
18310 status collapsed
18311
18312 \begin_layout Plain Layout
18313
18314
18315 \backslash
18316 boldmath 
18317 \end_layout
18318
18319 \end_inset
18320
18321
18322 \begin_inset Formula \[
18323 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18324
18325 \end_inset
18326
18327
18328 \begin_inset ERT
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332
18333
18334 \backslash
18335 unboldmath 
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Subsection
18344 Font Sizes
18345 \begin_inset CommandInset label
18346 LatexCommand label
18347 name "sub:Font-Sizes"
18348
18349 \end_inset
18350
18351
18352 \begin_inset Index
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356 Font ! size
18357 \end_layout
18358
18359 \end_inset
18360
18361
18362 \end_layout
18363
18364 \begin_layout Standard
18365 For characters in formulas there are, analog to characters in text, the
18366  following size commands:
18367 \end_layout
18368
18369 \begin_layout Standard
18370
18371 \series bold
18372
18373 \backslash
18374 Huge
18375 \series default
18376
18377 \series bold
18378
18379 \backslash
18380 huge
18381 \series default
18382
18383 \series bold
18384
18385 \backslash
18386 LARGE
18387 \series default
18388
18389 \series bold
18390
18391 \backslash
18392 Large
18393 \series default
18394
18395 \series bold
18396
18397 \backslash
18398 large
18399 \series default
18400
18401 \series bold
18402
18403 \backslash
18404 normalsize
18405 \series default
18406
18407 \series bold
18408
18409 \backslash
18410 small
18411 \series default
18412 ,
18413 \begin_inset Newline newline
18414 \end_inset
18415
18416
18417 \series bold
18418
18419 \backslash
18420 footnotesize
18421 \series default
18422
18423 \series bold
18424
18425 \backslash
18426 scriptsize
18427 \series default
18428 , and 
18429 \series bold
18430
18431 \backslash
18432 tiny
18433 \end_layout
18434
18435 \begin_layout Standard
18436 The size produced by the commands depends on the document font size, that
18437  corresponds with the command 
18438 \series bold
18439
18440 \backslash
18441 normalsize
18442 \series default
18443 .
18444  The other commands produce smaller or larger sizes than 
18445 \series bold
18446
18447 \backslash
18448 normalsize
18449 \series default
18450 .
18451  The font size can however not exceed a certain value.
18452  Is for example the document font size 12
18453 \begin_inset Space \thinspace{}
18454 \end_inset
18455
18456 pt, the command 
18457 \series bold
18458
18459 \backslash
18460 Huge
18461 \series default
18462  switches to the same size as 
18463 \series bold
18464
18465 \backslash
18466 huge
18467 \series default
18468 .
18469  
18470 \end_layout
18471
18472 \begin_layout Standard
18473 A size command is inserted in TeX-mode before the formula and sets the size
18474  for all following formula and text characters.
18475  To switch back to the initial size, the command 
18476 \series bold
18477
18478 \backslash
18479 normalsize
18480 \series default
18481  is inserted behind the formula in TeX-mode.
18482 \end_layout
18483
18484 \begin_layout Standard
18485 Within a formula the size can only be changed for symbols or letters in
18486  mathematical text.
18487  To do this, the size command is inserted in mathematical text.
18488  All following characters until the end of the mathematical text or until
18489  another size command will have the selected size.
18490  Two examples:
18491 \begin_inset VSpace -2mm
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Standard
18498 \begin_inset ERT
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502
18503
18504 \backslash
18505 huge 
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \begin_inset Formula \[
18512 A=\frac{B}{c}\cdot\maltese\]
18513
18514 \end_inset
18515
18516
18517 \begin_inset Formula \[
18518 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18519
18520 \end_inset
18521
18522
18523 \begin_inset ERT
18524 status collapsed
18525
18526 \begin_layout Plain Layout
18527
18528
18529 \backslash
18530 normalsize 
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset VSpace medskip
18540 \end_inset
18541
18542 Before both formulas the command 
18543 \series bold
18544
18545 \backslash
18546 huge
18547 \series default
18548  was inserted.
18549  The command for the second formula is:
18550 \begin_inset Newline newline
18551 \end_inset
18552
18553
18554 \series bold
18555
18556 \backslash
18557 maltese
18558 \begin_inset ERT
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562
18563
18564 \backslash
18565 spce 
18566 \end_layout
18567
18568 \end_inset
18569
18570 A Alt-m m 
18571 \backslash
18572 Large
18573 \begin_inset ERT
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 spce 
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \backslash
18587 maltese
18588 \begin_inset ERT
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592
18593
18594 \backslash
18595 spce 
18596 \end_layout
18597
18598 \end_inset
18599
18600
18601 \backslash
18602 textit
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
18616 \begin_inset Formula $\to$
18617 \end_inset
18618
18619
18620 \begin_inset Formula $\to$
18621 \end_inset
18622
18623
18624 \begin_inset Newline newline
18625 \end_inset
18626
18627
18628 \begin_inset Space \hspace*{}
18629 \length 1cm
18630 \end_inset
18631
18632 Alt-m
18633 \series default
18634  
18635 \series bold
18636
18637 \backslash
18638 tiny
18639 \begin_inset ERT
18640 status collapsed
18641
18642 \begin_layout Plain Layout
18643
18644
18645 \backslash
18646 spce 
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \backslash
18653 maltese
18654 \begin_inset ERT
18655 status collapsed
18656
18657 \begin_layout Plain Layout
18658
18659
18660 \backslash
18661 spce 
18662 \end_layout
18663
18664 \end_inset
18665
18666
18667 \backslash
18668 textit
18669 \begin_inset ERT
18670 status collapsed
18671
18672 \begin_layout Plain Layout
18673
18674
18675 \backslash
18676 spce 
18677 \end_layout
18678
18679 \end_inset
18680
18681 A
18682 \end_layout
18683
18684 \begin_layout Standard
18685 If a symbol cannot be displayed in different sizes, it will always be displayed
18686  in the default size.
18687 \end_layout
18688
18689 \begin_layout Section
18690 Greek Letters
18691 \begin_inset Index
18692 status collapsed
18693
18694 \begin_layout Plain Layout
18695 Greek letters
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Standard
18704 All Greek letters can also be inserted via the toolbar button 
18705 \begin_inset Graphics
18706         filename ../images/math/alpha.png
18707         embed ""
18708         scale 85
18709
18710 \end_inset
18711
18712 .
18713 \end_layout
18714
18715 \begin_layout Subsection
18716 Small Letters
18717 \begin_inset CommandInset label
18718 LatexCommand label
18719 name "sub:Small-Letters"
18720
18721 \end_inset
18722
18723
18724 \begin_inset Index
18725 status collapsed
18726
18727 \begin_layout Plain Layout
18728 Greek letters ! small
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Standard
18737 \begin_inset Space \hfill{}
18738 \end_inset
18739
18740
18741 \begin_inset Tabular
18742 <lyxtabular version="3" rows="11" columns="2">
18743 <features>
18744 <column alignment="center" valignment="top" width="0pt">
18745 <column alignment="center" valignment="top" width="0pt">
18746 <row>
18747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 Command
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 Result
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \backslash
18773 alpha
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782 \begin_inset Formula $\alpha$
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \backslash
18798 beta
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 \begin_inset Formula $\beta$
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 <row>
18817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \backslash
18823 gamma
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832 \begin_inset Formula $\gamma$
18833 \end_inset
18834
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 </row>
18841 <row>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \backslash
18848 delta
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 \begin_inset Formula $\delta$
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 </row>
18866 <row>
18867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871
18872 \backslash
18873 epsilon
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 \begin_inset Formula $\epsilon$
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 </row>
18891 <row>
18892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896
18897 \backslash
18898 varepsilon
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907 \begin_inset Formula $\varepsilon$
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 <row>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921
18922 \backslash
18923 zeta
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 \begin_inset Formula $\zeta$
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \backslash
18948 eta
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 \begin_inset Formula $\eta$
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 </row>
18966 <row>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \backslash
18973 theta
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982 \begin_inset Formula $\theta$
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 </row>
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996
18997 \backslash
18998 vartheta
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 \begin_inset Formula $\vartheta$
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 </lyxtabular>
19017
19018 \end_inset
19019
19020
19021 \begin_inset Space \hfill{}
19022 \end_inset
19023
19024
19025 \begin_inset Tabular
19026 <lyxtabular version="3" rows="12" columns="2">
19027 <features>
19028 <column alignment="center" valignment="top" width="0pt">
19029 <column alignment="center" valignment="top" width="0pt">
19030 <row>
19031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 Command
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 Result
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 </row>
19050 <row>
19051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055
19056 \backslash
19057 iota
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 \begin_inset Formula $\iota$
19067 \end_inset
19068
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 <row>
19076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080
19081 \backslash
19082 kappa
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091 \begin_inset Formula $\kappa$
19092 \end_inset
19093
19094
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 </row>
19100 <row>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105
19106 \backslash
19107 varkappa
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 \begin_inset Formula $\varkappa$
19117 \end_inset
19118
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 </row>
19125 <row>
19126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130
19131 \backslash
19132 lambda
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 \begin_inset Formula $\lambda$
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 </row>
19150 <row>
19151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155
19156 \backslash
19157 mu
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166 \begin_inset Formula $\mu$
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 </row>
19175 <row>
19176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180
19181 \backslash
19182 nu
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191 \begin_inset Formula $\nu$
19192 \end_inset
19193
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 </row>
19200 <row>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205
19206 \backslash
19207 xi
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 \begin_inset Formula $\xi$
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 </row>
19225 <row>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 o
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 \begin_inset Formula $o$
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row>
19249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \backslash
19255 pi
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 \begin_inset Formula $\pi$
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 </row>
19273 <row>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \backslash
19280 varpi
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 \begin_inset Formula $\varpi$
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \backslash
19305 rho
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 \begin_inset Formula $\rho$
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 </lyxtabular>
19324
19325 \end_inset
19326
19327
19328 \begin_inset Space \hfill{}
19329 \end_inset
19330
19331
19332 \begin_inset Tabular
19333 <lyxtabular version="3" rows="11" columns="2">
19334 <features>
19335 <column alignment="center" valignment="top" width="0pt">
19336 <column alignment="center" valignment="top" width="0pt">
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 Command
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 Result
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 </row>
19357 <row>
19358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362
19363 \backslash
19364 varrho
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Formula $\varrho$
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \backslash
19389 sigma
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 \begin_inset Formula $\sigma$
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \backslash
19414 varsigma
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 \begin_inset Formula $\varsigma$
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \backslash
19439 tau
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\tau$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462
19463 \backslash
19464 upsilon
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 \begin_inset Formula $\upsilon$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \backslash
19489 phi
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Formula $\phi$
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 varphi
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Formula $\varphi$
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \backslash
19539 chi
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Formula $\chi$
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562
19563 \backslash
19564 psi
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 \begin_inset Formula $\psi$
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \backslash
19589 omega
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598 \begin_inset Formula $\omega$
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 </lyxtabular>
19608
19609 \end_inset
19610
19611
19612 \begin_inset Space \hfill{}
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \begin_layout Standard
19619 \begin_inset VSpace medskip
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \begin_layout Standard
19626 How to create upright Greek letters is explained in 
19627 \begin_inset CommandInset ref
19628 LatexCommand ref
19629 reference "sub:Upright-small-Greek"
19630
19631 \end_inset
19632
19633 .
19634 \end_layout
19635
19636 \begin_layout Subsection
19637 Big Letters
19638 \begin_inset Index
19639 status collapsed
19640
19641 \begin_layout Plain Layout
19642 Greek letters ! big
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \begin_layout Standard
19651 \begin_inset Space \hfill{}
19652 \end_inset
19653
19654
19655 \begin_inset Tabular
19656 <lyxtabular version="3" rows="7" columns="2">
19657 <features>
19658 <column alignment="center" valignment="top" width="0pt">
19659 <column alignment="center" valignment="top" width="0pt">
19660 <row>
19661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 Command
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 Result
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685
19686 \backslash
19687 Gamma
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 \begin_inset Formula $\Gamma$
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 </row>
19705 <row>
19706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710
19711 \backslash
19712 Delta
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721 \begin_inset Formula $\Delta$
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 </row>
19730 <row>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735
19736 \backslash
19737 Theta
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Formula $\Theta$
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 <row>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \backslash
19762 Lambda
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 \begin_inset Formula $\Lambda$
19772 \end_inset
19773
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 Xi
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\Xi$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 <row>
19806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \backslash
19812 Pi
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Formula $\Pi$
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 </lyxtabular>
19831
19832 \end_inset
19833
19834
19835 \begin_inset Space \hfill{}
19836 \end_inset
19837
19838
19839 \begin_inset Tabular
19840 <lyxtabular version="3" rows="6" columns="2">
19841 <features>
19842 <column alignment="center" valignment="top" width="0pt">
19843 <column alignment="center" valignment="top" width="0pt">
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 Command
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 Result
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 Sigma
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\Sigma$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 Upsilon
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\Upsilon$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 Phi
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\Phi$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 <row>
19940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944
19945 \backslash
19946 Psi
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset Formula $\Psi$
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 </row>
19964 <row>
19965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969
19970 \backslash
19971 Omega
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Formula $\Omega$
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 </lyxtabular>
19990
19991 \end_inset
19992
19993
19994 \begin_inset Space \hfill{}
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Standard
20001 \begin_inset VSpace medskip
20002 \end_inset
20003
20004 That the big Greek letters appear upright is caused by a design bug when
20005  TeX was developed.
20006  To get correct italic big letters, begin every command with 
20007 \series bold
20008 var
20009 \series default
20010 .
20011  For example the command 
20012 \series bold
20013
20014 \backslash
20015 varGamma
20016 \series default
20017  produces: 
20018 \begin_inset Formula $\varGamma $
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \begin_layout Subsection
20025 Bold Letters
20026 \begin_inset Index
20027 status collapsed
20028
20029 \begin_layout Plain Layout
20030 Greek letters ! bold
20031 \end_layout
20032
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \begin_layout Standard
20039 Greek letters cannot be set with different font styles like Latin letters.
20040  They can only be made bold with the command 
20041 \series bold
20042
20043 \backslash
20044 boldsymbol
20045 \series default
20046
20047 \begin_inset Index
20048 status collapsed
20049
20050 \begin_layout Plain Layout
20051 Commands ! B ! 
20052 \backslash
20053 boldsymbol
20054 \end_layout
20055
20056 \end_inset
20057
20058 .
20059 \end_layout
20060
20061 \begin_layout Standard
20062 \align center
20063 \begin_inset Tabular
20064 <lyxtabular version="3" rows="3" columns="2">
20065 <features>
20066 <column alignment="center" valignment="top" width="0">
20067 <column alignment="center" valignment="top" width="0">
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 Command
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 Result
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row>
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093
20094 \backslash
20095 Upsilon
20096 \backslash
20097 boldsymbol
20098 \backslash
20099 Upsilon
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \backslash
20124 theta
20125 \backslash
20126 boldsymbol
20127 \backslash
20128 theta
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset Formula $\theta\boldsymbol{\theta}$
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 </row>
20146 </lyxtabular>
20147
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \begin_layout Section
20154 Symbols
20155 \begin_inset ERT
20156 status collapsed
20157
20158 \begin_layout Plain Layout
20159
20160
20161 \backslash
20162 texorpdfstring{
20163 \end_layout
20164
20165 \end_inset
20166
20167
20168 \begin_inset Foot
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172 A list with all symbols of most of the LaTeX-packages can be found in 
20173 \begin_inset CommandInset citation
20174 LatexCommand cite
20175 key "Symbole"
20176
20177 \end_inset
20178
20179 .
20180 \end_layout
20181
20182 \end_inset
20183
20184
20185 \begin_inset ERT
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189
20190 }{}
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \begin_inset Note Note
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200
20201 \backslash
20202 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20203 \end_layout
20204
20205 \begin_layout Plain Layout
20206 More about 
20207 \backslash
20208 texorpdfstring is in section 
20209 \begin_inset CommandInset ref
20210 LatexCommand ref
20211 reference "sub:Formulas-in-Section"
20212
20213 \end_inset
20214
20215 .
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \begin_inset Index
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225 Symbols
20226 \end_layout
20227
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \begin_layout Standard
20234 Many of the symbols listed in this section can also be inserted via the
20235  toolbar buttons 
20236 \begin_inset Graphics
20237         filename ../images/math/nabla.png
20238         embed ""
20239         scale 85
20240
20241 \end_inset
20242
20243  and 
20244 \begin_inset Graphics
20245         filename ../images/math/digamma.png
20246         embed ""
20247         scale 85
20248
20249 \end_inset
20250
20251 .
20252 \end_layout
20253
20254 \begin_layout Subsection
20255 Mathematical Symbols
20256 \begin_inset CommandInset label
20257 LatexCommand label
20258 name "sub:Mathematical-Symbols"
20259
20260 \end_inset
20261
20262
20263 \begin_inset Index
20264 status collapsed
20265
20266 \begin_layout Plain Layout
20267 Symbols ! mathematical
20268 \end_layout
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \begin_layout Standard
20276 \begin_inset Space \hfill{}
20277 \end_inset
20278
20279
20280 \begin_inset Tabular
20281 <lyxtabular version="3" rows="10" columns="2">
20282 <features>
20283 <column alignment="center" valignment="top" width="0pt">
20284 <column alignment="center" valignment="top" width="0pt">
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 Command
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299 Result
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 </row>
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310
20311 \backslash
20312 neg
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Formula $\neg$
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 <row>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335
20336 \backslash
20337 Im
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset Formula $\Im$
20347 \end_inset
20348
20349
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \backslash
20362 Re
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 \begin_inset Formula $\Re$
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 </row>
20380 <row>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \backslash
20387 aleph
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396 \begin_inset Formula $\aleph$
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 </row>
20405 <row>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410
20411 \backslash
20412 partial
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 \begin_inset Formula $\partial$
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 </row>
20430 <row>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435
20436 \backslash
20437 infty
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 \begin_inset Formula $\infty$
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \backslash
20462 wp
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471 \begin_inset Formula $\wp$
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \backslash
20487 imath
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $\imath$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \backslash
20512 jmath
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\jmath$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 </lyxtabular>
20531
20532 \end_inset
20533
20534
20535 \begin_inset Space \hfill{}
20536 \end_inset
20537
20538
20539 \begin_inset Tabular
20540 <lyxtabular version="3" rows="10" columns="2">
20541 <features>
20542 <column alignment="center" valignment="top" width="0pt">
20543 <column alignment="center" valignment="top" width="0pt">
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 Command
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558 Result
20559 \begin_inset Note Note
20560 status collapsed
20561
20562 \begin_layout Plain Layout
20563
20564 \series bold
20565
20566 \backslash
20567 raisebox
20568 \series default
20569  is only used as spacer.
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585
20586 \backslash
20587 forall
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Formula $\forall$
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \backslash
20612 exists
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\exists$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \backslash
20637 nexists
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\nexists$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \backslash
20662 emptyset
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Formula $\emptyset$
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685
20686 \backslash
20687 varnothing
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 \begin_inset Formula $\varnothing$
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 <row>
20706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710
20711 \backslash
20712 dag
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 \begin_inset Formula $\dag $
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 <row>
20731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \backslash
20737 ddag
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746 \begin_inset Formula $\ddag $
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 <row>
20756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760
20761 \backslash
20762 complement
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 \begin_inset ERT
20772 status collapsed
20773
20774 \begin_layout Plain Layout
20775
20776
20777 \backslash
20778 raisebox{-0.8mm}{
20779 \end_layout
20780
20781 \end_inset
20782
20783
20784 \begin_inset Formula $\complement$
20785 \end_inset
20786
20787
20788 \begin_inset ERT
20789 status collapsed
20790
20791 \begin_layout Plain Layout
20792
20793 }
20794 \end_layout
20795
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 Bbbk
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\Bbbk$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 </lyxtabular>
20830
20831 \end_inset
20832
20833
20834 \begin_inset Space \hfill{}
20835 \end_inset
20836
20837
20838 \begin_inset Tabular
20839 <lyxtabular version="3" rows="10" columns="2">
20840 <features>
20841 <column alignment="center" valignment="top" width="0pt">
20842 <column alignment="center" valignment="top" width="0pt">
20843 <row>
20844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 Command
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 Result
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 prime
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\prime$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 backprime
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $\backprime$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \backslash
20920 mho
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\mho$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943
20944 \backslash
20945 triangle
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 \begin_inset Formula $\triangle$
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 </row>
20963 <row>
20964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \backslash
20970 angle
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Formula $\angle$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \backslash
20995 measuredangle
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 \begin_inset Formula $\measuredangle$
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 </row>
21013 <row>
21014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018
21019 \backslash
21020 sphericalangle
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Formula $\sphericalangle$
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 </row>
21038 <row>
21039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043
21044 \backslash
21045 top
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Formula $\top$
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row>
21064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068
21069 \backslash
21070 bot
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\bot$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 </lyxtabular>
21089
21090 \end_inset
21091
21092
21093 \begin_inset Space \hfill{}
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \begin_layout Standard
21100 \begin_inset Newpage newpage
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \begin_layout Subsection
21107 Miscellaneous Symbols
21108 \begin_inset CommandInset label
21109 LatexCommand label
21110 name "sub:Miscellaneous-Symbols"
21111
21112 \end_inset
21113
21114
21115 \begin_inset Index
21116 status collapsed
21117
21118 \begin_layout Plain Layout
21119 Symbols ! miscellaneous
21120 \end_layout
21121
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \begin_layout Standard
21128 \noindent
21129 \align center
21130 \begin_inset Tabular
21131 <lyxtabular version="3" rows="10" columns="2">
21132 <features>
21133 <column alignment="center" valignment="top" width="0pt">
21134 <column alignment="center" valignment="top" width="0pt">
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 Command
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 Result
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 </row>
21155 <row>
21156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160
21161 \backslash
21162 flat
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 \begin_inset Formula $\flat$
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 </row>
21180 <row>
21181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185
21186 \backslash
21187 natural
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Formula $\natural$
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 <row>
21206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210
21211 \backslash
21212 sharp
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 \begin_inset Formula $\sharp$
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 </row>
21230 <row>
21231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \backslash
21237 surd
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 \begin_inset Formula $\surd$
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 <row>
21256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \backslash
21262 checkmark
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Formula $\checkmark$
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 <row>
21281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285
21286 \backslash
21287 yen
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 \begin_inset Formula $\yen$
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 <row>
21306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310
21311 \backslash
21312 pounds
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 \begin_inset Formula $\pounds $
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row>
21331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 $
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $\$$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 §
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $§$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 </lyxtabular>
21377
21378 \end_inset
21379
21380
21381 \begin_inset Tabular
21382 <lyxtabular version="3" rows="10" columns="2">
21383 <features>
21384 <column alignment="center" valignment="top" width="0">
21385 <column alignment="center" valignment="top" width="0">
21386 <row>
21387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 Command
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 Result
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 </row>
21406 <row>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411
21412 \backslash
21413 hbar
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 \begin_inset Formula $\hbar$
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 </row>
21431 <row>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436
21437 \backslash
21438 hslash
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\hslash$
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 <row>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461
21462 \backslash
21463 clubsuit
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472 \begin_inset Formula $\clubsuit$
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 </row>
21481 <row>
21482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486
21487 \backslash
21488 spadesuit
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497 \begin_inset Formula $\spadesuit$
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 </row>
21506 <row>
21507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511
21512 \backslash
21513 bigstar
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 \begin_inset Formula $\bigstar$
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 </row>
21531 <row>
21532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \backslash
21538 blacklozenge
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $\blacklozenge$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 <row>
21557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561
21562 \backslash
21563 blacktriangle
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 \begin_inset Formula $\blacktriangle$
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \backslash
21588 blacktiangledown
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\blacktriangledown$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 </row>
21606 <row>
21607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611
21612 \backslash
21613 bullet
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $\bullet$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 </lyxtabular>
21632
21633 \end_inset
21634
21635
21636 \begin_inset Tabular
21637 <lyxtabular version="3" rows="10" columns="2">
21638 <features>
21639 <column alignment="center" valignment="top" width="0pt">
21640 <column alignment="center" valignment="top" width="0pt">
21641 <row>
21642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 Command
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 Result
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 <row>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666
21667 \backslash
21668 diamondsuit
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Formula $\diamondsuit$
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 Diamond
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\Diamond$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 <row>
21712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716
21717 \backslash
21718 heartsuit
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 \begin_inset Formula $\heartsuit$
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 P
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\P $
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 copyright
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\copyright $
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \backslash
21793 circledR
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 \begin_inset Formula $\circledR$
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 <row>
21812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816
21817 \backslash
21818 maltese
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 \begin_inset Formula $\maltese$
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 diagup
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\diagup$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 diagdown
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\diagdown$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 </lyxtabular>
21887
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \begin_layout Standard
21894 \begin_inset VSpace medskip
21895 \end_inset
21896
21897 More symbols are listed in 
21898 \begin_inset CommandInset ref
21899 LatexCommand ref
21900 reference "sub:Miscellaneous-Special-Characters"
21901
21902 \end_inset
21903
21904 .
21905 \end_layout
21906
21907 \begin_layout Standard
21908 Some symbols can be displayed in different sizes, see 
21909 \begin_inset CommandInset ref
21910 LatexCommand ref
21911 reference "sub:Font-Sizes"
21912
21913 \end_inset
21914
21915 .
21916 \end_layout
21917
21918 \begin_layout Subsection
21919 The Euro-Symbol €
21920 \begin_inset Index
21921 status collapsed
21922
21923 \begin_layout Plain Layout
21924 Symbols ! Euro-symbol
21925 \end_layout
21926
21927 \end_inset
21928
21929
21930 \begin_inset Index
21931 status collapsed
21932
21933 \begin_layout Plain Layout
21934 \begin_inset ERT
21935 status collapsed
21936
21937 \begin_layout Plain Layout
21938
21939
21940 \backslash
21941 officialeuro
21942 \end_layout
21943
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \begin_layout Standard
21955 To use the Euro symbol in formulas, the LaTeX-package 
21956 \series bold
21957 eurosym
21958 \series default
21959
21960 \begin_inset Index
21961 status collapsed
21962
21963 \begin_layout Plain Layout
21964 Packages ! eurosym
21965 \end_layout
21966
21967 \end_inset
21968
21969  must be installed and loaded with the LaTeX-preamble line
21970 \end_layout
21971
21972 \begin_layout Standard
21973
21974 \series bold
21975
21976 \backslash
21977 usepackage[gennarrow]{eurosym}
21978 \end_layout
21979
21980 \begin_layout Standard
21981 The Euro symbol can now be inserted with the command 
21982 \series bold
21983
21984 \backslash
21985 euro
21986 \series default
21987
21988 \begin_inset Index
21989 status collapsed
21990
21991 \begin_layout Plain Layout
21992 Commands ! E ! 
21993 \backslash
21994 euro
21995 \end_layout
21996
21997 \end_inset
21998
21999 .
22000 \end_layout
22001
22002 \begin_layout Standard
22003 The Euro symbol can directly be inserted with the € key in mathematical
22004  text, without having 
22005 \series bold
22006 eurosym
22007 \series default
22008  installed.
22009  When 
22010 \series bold
22011 eurosym
22012 \series default
22013  is installed, 
22014 \series bold
22015
22016 \backslash
22017 euro
22018 \series default
22019  can also be inserted in TeX-mode.
22020  The official currency symbol can then be inserted with the command 
22021 \series bold
22022
22023 \backslash
22024 officialeuro
22025 \series default
22026
22027 \begin_inset Index
22028 status collapsed
22029
22030 \begin_layout Plain Layout
22031 Commands ! O ! 
22032 \backslash
22033 officialeuro
22034 \end_layout
22035
22036 \end_inset
22037
22038 , that is only available in TeX-mode.
22039 \end_layout
22040
22041 \begin_layout Standard
22042 \begin_inset ERT
22043 status collapsed
22044
22045 \begin_layout Plain Layout
22046
22047
22048 \backslash
22049 ifeurosym 
22050 \end_layout
22051
22052 \end_inset
22053
22054
22055 \begin_inset Note Note
22056 status open
22057
22058 \begin_layout Plain Layout
22059 The following table will only be displayed when the LaTeX-package 
22060 \series bold
22061 eurosym
22062 \series default
22063  is installed.
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Standard
22072 An overview about the different Euro symbols:
22073 \end_layout
22074
22075 \begin_layout Standard
22076 \align center
22077 \begin_inset Tabular
22078 <lyxtabular version="3" rows="4" columns="3">
22079 <features>
22080 <column alignment="center" valignment="top" width="0pt">
22081 <column alignment="center" valignment="top" width="0pt">
22082 <column alignment="center" valignment="top" width="0pt">
22083 <row>
22084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 Command 
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 Result
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 <row>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 formula
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126
22127 \backslash
22128 euro
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 \begin_inset Formula $\euro $
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 mathematical text
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\mbox{€}$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 TeX-mode
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \backslash
22194 officialeuro
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 \begin_inset ERT
22204 status collapsed
22205
22206 \begin_layout Plain Layout
22207
22208
22209 \backslash
22210 officialeuro
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 </lyxtabular>
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \begin_layout Standard
22229 \begin_inset ERT
22230 status collapsed
22231
22232 \begin_layout Plain Layout
22233
22234
22235 \backslash
22236 else 
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset Note Note
22243 status open
22244
22245 \begin_layout Plain Layout
22246 The following will be displayed when the LaTeX-package 
22247 \series bold
22248 eurosym
22249 \series default
22250  is not installed:
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Standard
22259 You need to install the LaTeX-package 
22260 \series bold
22261 eurosym
22262 \series default
22263  to see the rest of this subsection in the output.
22264 \end_layout
22265
22266 \begin_layout Standard
22267 \begin_inset ERT
22268 status collapsed
22269
22270 \begin_layout Plain Layout
22271
22272
22273 \backslash
22274 fi 
22275 \end_layout
22276
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \begin_layout Section
22283 Relations
22284 \begin_inset CommandInset label
22285 LatexCommand label
22286 name "sec:Relations"
22287
22288 \end_inset
22289
22290
22291 \begin_inset Index
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295 Relations
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \begin_inset Index
22302 status collapsed
22303
22304 \begin_layout Plain Layout
22305 Comparisons|see
22306 \begin_inset ERT
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310
22311 {
22312 \end_layout
22313
22314 \end_inset
22315
22316 Relations
22317 \begin_inset ERT
22318 status collapsed
22319
22320 \begin_layout Plain Layout
22321
22322 }
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336 All relations can also be inserted via the toolbar button 
22337 \begin_inset Graphics
22338         filename ../images/math/leq.png
22339         embed ""
22340         scale 85
22341
22342 \end_inset
22343
22344 .
22345 \end_layout
22346
22347 \begin_layout Standard
22348 \begin_inset Space \hfill{}
22349 \end_inset
22350
22351
22352 \begin_inset Tabular
22353 <lyxtabular version="3" rows="17" columns="2">
22354 <features>
22355 <column alignment="center" valignment="top" width="0pt">
22356 <column alignment="center" valignment="top" width="0pt">
22357 <row>
22358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 Command
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 Result
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 <row>
22378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 <
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $<$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \backslash
22407 le
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Formula $\le$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row>
22426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \backslash
22432 ll
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 \begin_inset Formula $\ll$
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \backslash
22457 prec
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\prec$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 preceq
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\preceq$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \backslash
22507 subset
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Formula $\subset$
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 subseteq
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\subseteq$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 sqsubseteq
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\sqsubseteq$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \backslash
22582 in
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Formula $\in$
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 <row>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \backslash
22607 vdash
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Formula $\vdash$
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \backslash
22632 smile
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Formula $\smile$
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 lhd
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\lhd$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 unlhd
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\unlhd$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \backslash
22707 gtrless
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\gtrless$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \backslash
22732 mid
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\mid$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \backslash
22757 nmid
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Formula $\nmid$
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 </lyxtabular>
22776
22777 \end_inset
22778
22779
22780 \begin_inset Space \hfill{}
22781 \end_inset
22782
22783
22784 \begin_inset Tabular
22785 <lyxtabular version="3" rows="17" columns="2">
22786 <features>
22787 <column alignment="center" valignment="top" width="0pt">
22788 <column alignment="center" valignment="top" width="0pt">
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 Command
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 Result
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 =
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $=$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 not=
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\not=$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 equiv
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\equiv$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 sim
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\sim$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 simeq
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\simeq$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 approx
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\approx$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \backslash
22964 cong
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Formula $\cong$
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 bowtie
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $\bowtie$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 <row>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012
23013 \backslash
23014 notin
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 \begin_inset Formula $\notin$
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \backslash
23039 perp
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Formula $\perp$
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \backslash
23064 propto
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\propto$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 asymp
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\asymp$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 doteq
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\doteq$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \backslash
23139 circeq
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset Formula $\circeq$
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 models
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\models$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 widehat=
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\widehat{=}$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 </lyxtabular>
23208
23209 \end_inset
23210
23211
23212 \begin_inset Space \hfill{}
23213 \end_inset
23214
23215
23216 \begin_inset Tabular
23217 <lyxtabular version="3" rows="17" columns="2">
23218 <features>
23219 <column alignment="center" valignment="top" width="0pt">
23220 <column alignment="center" valignment="top" width="0pt">
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 Command
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 Result
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 <row>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 >
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $>$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 ge
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\ge$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 gg
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\gg$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 succ
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\succ$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 succeq
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\succeq$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 supset
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\supset$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 supseteq
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\supseteq$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 sqsupseteq
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\sqsupseteq$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 ni
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\ni$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 dashv
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\dashv$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494
23495 \backslash
23496 frown
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Formula $\frown$
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \backslash
23521 rhd
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset Formula $\rhd$
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \backslash
23546 unrhd
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Formula $\unrhd$
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 <row>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569
23570 \backslash
23571 lessgtr
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580 \begin_inset Formula $\lessgtr$
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \backslash
23596 parallel
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 \begin_inset Formula $\parallel$
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \backslash
23621 nparallel
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Formula $\nparallel$
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 </row>
23639 </lyxtabular>
23640
23641 \end_inset
23642
23643
23644 \begin_inset Space \hfill{}
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \begin_layout Standard
23651 \begin_inset VSpace medskip
23652 \end_inset
23653
23654 The characters 
23655 \series bold
23656
23657 \backslash
23658 lhd
23659 \series default
23660  and 
23661 \series bold
23662
23663 \backslash
23664 rhd
23665 \series default
23666  are bigger than the equal looking operators 
23667 \series bold
23668
23669 \backslash
23670 triangleleft
23671 \series default
23672  and 
23673 \series bold
23674
23675 \backslash
23676 triangleright
23677 \series default
23678 , respectively.
23679 \end_layout
23680
23681 \begin_layout Standard
23682 Relations are, in contrary to symbols, always surrounded by space.
23683 \end_layout
23684
23685 \begin_layout Standard
23686 Relations with labels can be created with the command 
23687 \series bold
23688
23689 \backslash
23690 stackrel
23691 \series default
23692
23693 \begin_inset Index
23694 status collapsed
23695
23696 \begin_layout Plain Layout
23697 Commands ! S ! 
23698 \backslash
23699 stackrel
23700 \end_layout
23701
23702 \end_inset
23703
23704 :
23705 \end_layout
23706
23707 \begin_layout Standard
23708 \align center
23709 \begin_inset Tabular
23710 <lyxtabular version="3" rows="2" columns="2">
23711 <features>
23712 <column alignment="center" valignment="top" width="0">
23713 <column alignment="center" valignment="top" width="0">
23714 <row>
23715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 Command
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 Result
23729 \begin_inset Note Note
23730 status collapsed
23731
23732 \begin_layout Plain Layout
23733
23734 \series bold
23735
23736 \backslash
23737 raisebox
23738 \series default
23739  is only used as spacer.
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 <row>
23751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 A(r)
23756 \backslash
23757 stackrel
23758 \begin_inset ERT
23759 status collapsed
23760
23761 \begin_layout Plain Layout
23762
23763
23764 \backslash
23765 spce 
23766 \end_layout
23767
23768 \end_inset
23769
23770 r
23771 \backslash
23772 to
23773 \backslash
23774 infty
23775 \begin_inset ERT
23776 status collapsed
23777
23778 \begin_layout Plain Layout
23779
23780
23781 \backslash
23782 spce 
23783 \end_layout
23784
23785 \end_inset
23786
23787
23788 \begin_inset Formula $\downarrow$
23789 \end_inset
23790
23791
23792 \backslash
23793 approx
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 spce 
23802 \end_layout
23803
23804 \end_inset
23805
23806
23807 \begin_inset ERT
23808 status collapsed
23809
23810 \begin_layout Plain Layout
23811
23812
23813 \backslash
23814 spce 
23815 \end_layout
23816
23817 \end_inset
23818
23819 B
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 </lyxtabular>
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \begin_layout Section
23845 Functions
23846 \end_layout
23847
23848 \begin_layout Subsection
23849 Predefined Functions
23850 \begin_inset CommandInset label
23851 LatexCommand label
23852 name "sub:Predefined-Functions"
23853
23854 \end_inset
23855
23856
23857 \begin_inset Index
23858 status collapsed
23859
23860 \begin_layout Plain Layout
23861 Functions ! predefined
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \begin_layout Standard
23870 In general, variables are set 
23871 \emph on
23872 italic
23873 \emph default
23874  in mathematical expressions, but not function names, because 
23875 \begin_inset Formula $sin$
23876 \end_inset
23877
23878  could be misunderstood as 
23879 \begin_inset Formula $s\cdot i\cdot n$
23880 \end_inset
23881
23882 .
23883  Therefore there are predefined functions, that are additionally a bit separated
23884  from prefactors.
23885  They are inserted as commands starting with a backslash before their name.
23886 \end_layout
23887
23888 \begin_layout Standard
23889 \align center
23890 \begin_inset Tabular
23891 <lyxtabular version="3" rows="2" columns="4">
23892 <features>
23893 <column alignment="center" valignment="top" width="0pt">
23894 <column alignment="center" valignment="top" width="0pt">
23895 <column alignment="center" valignment="top" width="0pt">
23896 <column alignment="center" valignment="top" width="0pt">
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 Command
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 Result
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 Command
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 Result
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 <row>
23936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940 Asin(x)+B
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 \begin_inset Formula $Asin(x)+B$
23950 \end_inset
23951
23952
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 A
23962 \backslash
23963 sin(x)+B
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 \begin_inset Formula $A\sin(x)+B$
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 </row>
23981 </lyxtabular>
23982
23983 \end_inset
23984
23985
23986 \begin_inset ERT
23987 status collapsed
23988
23989 \begin_layout Plain Layout
23990
23991
23992 \backslash
23993 pagebreak 
23994 \end_layout
23995
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \begin_layout Standard
24002 The following functions are predefined:
24003 \end_layout
24004
24005 \begin_layout Standard
24006 \begin_inset VSpace -2mm
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Standard
24013 \align center
24014 \begin_inset Tabular
24015 <lyxtabular version="3" rows="9" columns="4">
24016 <features>
24017 <column alignment="center" valignment="top" width="0pt">
24018 <column alignment="center" valignment="top" width="0pt">
24019 <column alignment="center" valignment="top" width="0pt">
24020 <column alignment="center" valignment="top" width="0pt">
24021 <row>
24022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 Command
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 Command
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 Command
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 Command
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 sin
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \backslash
24077 sinh
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \backslash
24088 arcsin
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 sup
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 </row>
24105 <row>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \backslash
24112 cos
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \backslash
24123 cosh
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132
24133 \backslash
24134 arccos
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 inf
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 </row>
24151 <row>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156
24157 \backslash
24158 tan
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167
24168 \backslash
24169 tanh
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178
24179 \backslash
24180 arctan
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 lim
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 <row>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202
24203 \backslash
24204 cot
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213
24214 \backslash
24215 coth
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224
24225 \backslash
24226 arg
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235
24236 \backslash
24237 liminf
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 <row>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \backslash
24250 sec
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \backslash
24261 min
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \backslash
24272 deg
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 limsup
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 csc
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 max
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316
24317 \backslash
24318 det
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 Pr
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 </row>
24335 <row>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340
24341 \backslash
24342 ln
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 exp
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 dim
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 hom
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 </row>
24381 <row>
24382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 lg
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 log
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 ker
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 gcd
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 </row>
24427 </lyxtabular>
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 They can also be inserted with the math toolbar button 
24436 \begin_inset Graphics
24437         filename ../images/math/functions.png
24438         embed ""
24439         scale 85
24440
24441 \end_inset
24442
24443 .
24444 \end_layout
24445
24446 \begin_layout Subsection
24447 Self-defined Functions
24448 \begin_inset Index
24449 status collapsed
24450
24451 \begin_layout Plain Layout
24452 Functions ! self-defined
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \begin_layout Standard
24461 To use a function that is not predefined, like for example the sign function
24462  sgn(x), there are two possibilities:
24463 \end_layout
24464
24465 \begin_layout Itemize
24466 Define the function by inserting the following line to the LaTeX-preamble
24467 \begin_inset Foot
24468 status collapsed
24469
24470 \begin_layout Plain Layout
24471 For more about 
24472 \series bold
24473
24474 \backslash
24475 DeclareMathOperator
24476 \series default
24477  see 
24478 \begin_inset CommandInset ref
24479 LatexCommand ref
24480 reference "sub:Self-defined-Operators"
24481
24482 \end_inset
24483
24484 .
24485 \end_layout
24486
24487 \end_inset
24488
24489
24490 \begin_inset Newline newline
24491 \end_inset
24492
24493
24494 \begin_inset VSpace -3mm
24495 \end_inset
24496
24497
24498 \begin_inset Newline newline
24499 \end_inset
24500
24501
24502 \series bold
24503
24504 \backslash
24505 DeclareMathOperator{
24506 \backslash
24507 sgn}{sgn}
24508 \series default
24509
24510 \begin_inset Index
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514 Commands ! D ! 
24515 \backslash
24516 dbinom@
24517 \backslash
24518 DeclareMathOperator
24519 \end_layout
24520
24521 \end_inset
24522
24523
24524 \begin_inset Newline newline
24525 \end_inset
24526
24527
24528 \begin_inset VSpace -2mm
24529 \end_inset
24530
24531
24532 \begin_inset Newline newline
24533 \end_inset
24534
24535 Now the new defined function can be called with the command 
24536 \series bold
24537
24538 \backslash
24539 sgn
24540 \series default
24541 .
24542 \end_layout
24543
24544 \begin_layout Itemize
24545 Write the the formula as usual, mark the formula name, in our example the
24546  letters 
24547 \emph on
24548 sgn
24549 \emph default
24550 , and change it to mathematical text.
24551  At last a space is inserted between prefactor and function.
24552 \end_layout
24553
24554 \begin_layout Standard
24555 The result is the same with both methods as with a predefined function
24556 \begin_inset Foot
24557 status collapsed
24558
24559 \begin_layout Plain Layout
24560 In LyX self-defined functions are displayed red, predefined ones black.
24561 \end_layout
24562
24563 \end_inset
24564
24565 :
24566 \end_layout
24567
24568 \begin_layout Standard
24569 \align center
24570 \begin_inset Tabular
24571 <lyxtabular version="3" rows="3" columns="2">
24572 <features>
24573 <column alignment="center" valignment="top" width="0pt">
24574 <column alignment="center" valignment="top" width="0pt">
24575 <row>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 Command
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 Result
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 </row>
24595 <row>
24596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 A
24601 \backslash
24602 sgn(x)+B
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611 \begin_inset Formula $A\sgn (x)+B$
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 </row>
24620 <row>
24621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625 A
24626 \backslash
24627 ,
24628 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24629 \end_inset
24630
24631 (x)+B
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24641 \end_inset
24642
24643
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 </row>
24649 </lyxtabular>
24650
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Standard
24657 The first method is more suitable when the self-defined function should
24658  be used several times.
24659 \end_layout
24660
24661 \begin_layout Subsection
24662 Limits
24663 \begin_inset Index
24664 status collapsed
24665
24666 \begin_layout Plain Layout
24667 Limits
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Standard
24676 For limits there are defined besides 
24677 \series bold
24678
24679 \backslash
24680 lim
24681 \series default
24682
24683 \begin_inset Index
24684 status collapsed
24685
24686 \begin_layout Plain Layout
24687 Commands ! L ! 
24688 \backslash
24689 lim
24690 \end_layout
24691
24692 \end_inset
24693
24694
24695 \series bold
24696
24697 \backslash
24698 liminf
24699 \series default
24700  and 
24701 \series bold
24702
24703 \backslash
24704 limsup
24705 \series default
24706  furthermore the following functions:
24707 \end_layout
24708
24709 \begin_layout Standard
24710 \align center
24711 \begin_inset Tabular
24712 <lyxtabular version="3" rows="5" columns="2">
24713 <features>
24714 <column alignment="center" valignment="top" width="0">
24715 <column alignment="center" valignment="top" width="0">
24716 <row>
24717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 Command
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730 Result
24731 \begin_inset Note Note
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735
24736 \series bold
24737
24738 \backslash
24739 raisebox
24740 \series default
24741  is only used as spacer.
24742 \end_layout
24743
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 </row>
24752 <row>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 varliminf
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 \begin_inset Formula $\varliminf $
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 <row>
24778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782
24783 \backslash
24784 varlimsup
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793 \begin_inset Formula $\varlimsup $
24794 \end_inset
24795
24796
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row>
24803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \backslash
24809 varprojlim
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818 \begin_inset Formula $\varprojlim $
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 </row>
24827 <row>
24828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \backslash
24834 varinjlim
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843 \begin_inset Formula $\varinjlim $
24844 \end_inset
24845
24846
24847 \begin_inset Formula $\raisebox {-2.5mm}{}$
24848 \end_inset
24849
24850
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 </row>
24856 </lyxtabular>
24857
24858 \end_inset
24859
24860
24861 \end_layout
24862
24863 \begin_layout Standard
24864 \begin_inset VSpace medskip
24865 \end_inset
24866
24867 The limit is created by inserting a subscript.
24868  It is set right beside the function in an inline formula:
24869 \end_layout
24870
24871 \begin_layout Standard
24872 \align center
24873 \begin_inset Tabular
24874 <lyxtabular version="3" rows="2" columns="2">
24875 <features>
24876 <column alignment="center" valignment="top" width="0pt">
24877 <column alignment="center" valignment="top" width="0pt">
24878 <row>
24879 <cell alignment="center" valignment="top" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883 Command
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 <cell alignment="center" valignment="top" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892 \begin_inset Space \hspace{}
24893 \length 1cm
24894 \end_inset
24895
24896 Result
24897 \begin_inset Note Note
24898 status collapsed
24899
24900 \begin_layout Plain Layout
24901
24902 \series bold
24903
24904 \backslash
24905 hspace
24906 \series default
24907  and
24908 \series bold
24909  
24910 \backslash
24911 raisebox
24912 \series default
24913  are used here as spacer.
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 <row>
24925 <cell alignment="center" valignment="top" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 lim_x
24932 \backslash
24933 to
24934 \begin_inset ERT
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938
24939
24940 \backslash
24941 spce 
24942 \end_layout
24943
24944 \end_inset
24945
24946 A
24947 \begin_inset ERT
24948 status collapsed
24949
24950 \begin_layout Plain Layout
24951
24952
24953 \backslash
24954 spce 
24955 \end_layout
24956
24957 \end_inset
24958
24959 x=B
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 </row>
24977 </lyxtabular>
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Standard
24985 In a displayed formula the limit is set below the formula, as usual:
24986 \begin_inset Formula \[
24987 \lim_{x\to A}x=B\]
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \begin_layout Subsection
24995 Modulo-Functions
24996 \begin_inset Index
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 Functions ! modulo-
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 The modulo-function is special, because it exists in four variants.
25010 \end_layout
25011
25012 \begin_layout Standard
25013 The variants in a displayed formula:
25014 \begin_inset Formula \begin{align*}
25015 \underline{\textrm{Command}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25016 \mathrm{a\backslash mod\textrm{\spce }b} &  & a\mod  b\\
25017 \mathrm{a\backslash pmod\textrm{\spce }b} &  & a\pmod  b\\
25018 \mathrm{a\backslash bmod\textrm{\spce }b} &  & a\bmod b\\
25019 \mathrm{a\backslash pod\textrm{\spce }b} &  & a\pod  b\end{align*}
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \begin_layout Standard
25027 In an inline formula less space is set before the function names for all
25028  variants.
25029 \end_layout
25030
25031 \begin_layout Section
25032 Special Characters
25033 \begin_inset Index
25034 status collapsed
25035
25036 \begin_layout Plain Layout
25037 Special characters
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Subsection
25046 Special Characters in Mathematical Text
25047 \end_layout
25048
25049 \begin_layout Standard
25050 The following commands can only be used in mathematical text or in TeX-mode:
25051 \end_layout
25052
25053 \begin_layout Standard
25054 \begin_inset Space \hfill{}
25055 \end_inset
25056
25057
25058 \begin_inset Tabular
25059 <lyxtabular version="3" rows="8" columns="2">
25060 <features>
25061 <column alignment="block" valignment="top" width="0">
25062 <column alignment="block" valignment="top" width="0">
25063 <row>
25064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 Command
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077 Result
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 </row>
25083 <row>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 oe
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 \begin_inset Formula $\textrm{\oe }$
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 </row>
25108 <row>
25109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 OE
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124 \begin_inset Formula $\textrm{\OE }$
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 </row>
25133 <row>
25134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 ae
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149 \begin_inset Formula $\textrm{\ae }$
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 </row>
25158 <row>
25159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 AE
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174 \begin_inset Formula $\textrm{\AE }$
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 </row>
25183 <row>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \backslash
25190 aa
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199 \begin_inset Formula $\textrm{\aa }$
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 </row>
25208 <row>
25209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Plain Layout
25213
25214 \backslash
25215 AA
25216 \begin_inset Index
25217 status collapsed
25218
25219 \begin_layout Plain Layout
25220 \begin_inset ERT
25221 status collapsed
25222
25223 \begin_layout Plain Layout
25224
25225
25226 \backslash
25227
25228 \begin_inset ERT
25229 status collapsed
25230
25231 \begin_layout Plain Layout
25232
25233 {
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \begin_inset ERT
25240 status collapsed
25241
25242 \begin_layout Plain Layout
25243
25244 }
25245 \end_layout
25246
25247 \end_inset
25248
25249
25250 \end_layout
25251
25252 \end_inset
25253
25254 @
25255 \begin_inset ERT
25256 status collapsed
25257
25258 \begin_layout Plain Layout
25259
25260
25261 \backslash
25262
25263 \begin_inset ERT
25264 status collapsed
25265
25266 \begin_layout Plain Layout
25267
25268 {
25269 \end_layout
25270
25271 \end_inset
25272
25273
25274 \begin_inset ERT
25275 status collapsed
25276
25277 \begin_layout Plain Layout
25278
25279 }
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \end_inset
25288
25289 textrm
25290 \begin_inset ERT
25291 status collapsed
25292
25293 \begin_layout Plain Layout
25294
25295 {
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \begin_inset ERT
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305
25306
25307 \backslash
25308
25309 \begin_inset ERT
25310 status collapsed
25311
25312 \begin_layout Plain Layout
25313
25314 {
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \begin_inset ERT
25321 status collapsed
25322
25323 \begin_layout Plain Layout
25324
25325 }
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334
25335 AA
25336 \begin_inset ERT
25337 status collapsed
25338
25339 \begin_layout Plain Layout
25340
25341 }
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360 \begin_inset Formula $\textrm{\AA}$
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 </row>
25369 <row>
25370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 i
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 \begin_inset Formula $\textrm{\i }$
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 </row>
25394 </lyxtabular>
25395
25396 \end_inset
25397
25398
25399 \begin_inset Space \hfill{}
25400 \end_inset
25401
25402
25403 \begin_inset Tabular
25404 <lyxtabular version="3" rows="8" columns="2">
25405 <features>
25406 <column alignment="block" valignment="top" width="0">
25407 <column alignment="center" valignment="top" width="0">
25408 <row>
25409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413 command
25414 \begin_inset Note Note
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418
25419 \series bold
25420
25421 \backslash
25422 hspace{0mm}
25423 \series default
25424  is used for separation, because otherwise the output will be ¡ and ¿ respective
25425 ly.
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 Result
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 </row>
25445 <row>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450
25451 \backslash
25452 o
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461 \begin_inset Formula $\textrm{\o }$
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 </row>
25470 <row>
25471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475
25476 \backslash
25477 O
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486 \begin_inset Formula $\textrm{\O}$
25487 \end_inset
25488
25489
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 </row>
25495 <row>
25496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500
25501 \backslash
25502 l
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511 \begin_inset Formula $\textrm{\l }$
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 </row>
25520 <row>
25521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525
25526 \backslash
25527 L
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Plain Layout
25536 \begin_inset Formula $\textrm{\L }$
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 </row>
25545 <row>
25546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550 !
25551 \begin_inset Space \hspace{}
25552 \length 0mm
25553 \end_inset
25554
25555 `
25556 \begin_inset ERT
25557 status collapsed
25558
25559 \begin_layout Plain Layout
25560
25561
25562 \backslash
25563 spce 
25564 \end_layout
25565
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577 \begin_inset Formula $\textrm{!`}$
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 </row>
25586 <row>
25587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 ?
25592 \begin_inset Space \hspace{}
25593 \length 0mm
25594 \end_inset
25595
25596 `
25597 \begin_inset ERT
25598 status collapsed
25599
25600 \begin_layout Plain Layout
25601
25602
25603 \backslash
25604 spce 
25605 \end_layout
25606
25607 \end_inset
25608
25609
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 \begin_inset Formula $\textrm{?`}$
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 </row>
25627 <row>
25628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25629 \begin_inset Text
25630
25631 \begin_layout Plain Layout
25632
25633 \backslash
25634 j
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643 \begin_inset Formula $\textrm{\j }$
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 </row>
25652 </lyxtabular>
25653
25654 \end_inset
25655
25656
25657 \begin_inset Space \hfill{}
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \begin_layout Standard
25664 The characters 
25665 \begin_inset Formula $\textrm{\textrm{Å}}$
25666 \end_inset
25667
25668  and 
25669 \begin_inset Formula $\textrm{\textrm{Ø}}$
25670 \end_inset
25671
25672  can also be inserted via the math toolbar button 
25673 \begin_inset Graphics
25674         filename ../images/math/digamma.png
25675         embed ""
25676         scale 85
25677
25678 \end_inset
25679
25680 .
25681 \end_layout
25682
25683 \begin_layout Standard
25684 An exception are the commands 
25685 \series bold
25686 !
25687 \begin_inset Space \hspace{}
25688 \length 0mm
25689 \end_inset
25690
25691 `
25692 \series default
25693  and 
25694 \series bold
25695 ?
25696 \begin_inset Space \hspace{}
25697 \length 0mm
25698 \end_inset
25699
25700 `
25701 \series default
25702 , because they can be inserted in LyX directly to text.
25703 \end_layout
25704
25705 \begin_layout Subsection
25706 Accents in Text
25707 \begin_inset CommandInset label
25708 LatexCommand label
25709 name "sub:Accents-in-Text"
25710
25711 \end_inset
25712
25713
25714 \begin_inset Index
25715 status collapsed
25716
25717 \begin_layout Plain Layout
25718 Accents ! in text
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \begin_layout Standard
25727 With the following commands all letters can be accented.
25728  The commands must be inserted in TeX-mode.
25729 \end_layout
25730
25731 \begin_layout Standard
25732 \begin_inset Space \hfill{}
25733 \end_inset
25734
25735
25736 \begin_inset Tabular
25737 <lyxtabular version="3" rows="8" columns="2">
25738 <features>
25739 <column alignment="block" valignment="top" width="0">
25740 <column alignment="block" valignment="top" width="0">
25741 <row>
25742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 Command
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755 Result
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 </row>
25761 <row>
25762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766
25767 \backslash
25768
25769 \begin_inset Quotes grd
25770 \end_inset
25771
25772 e
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 \begin_inset ERT
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785
25786
25787 \backslash
25788 "e
25789 \end_layout
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 </row>
25799 <row>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 `e
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 \begin_inset ERT
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819
25820
25821 \backslash
25822 `e
25823 \end_layout
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 <row>
25834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838
25839 \backslash
25840 ^
25841 \begin_inset ERT
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845
25846
25847 \backslash
25848 spce 
25849 \end_layout
25850
25851 \end_inset
25852
25853 e
25854 \end_layout
25855
25856 \end_inset
25857 </cell>
25858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862 \begin_inset ERT
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866
25867
25868 \backslash
25869 ^e
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 </row>
25880 <row>
25881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25882 \begin_inset Text
25883
25884 \begin_layout Plain Layout
25885
25886 \backslash
25887 =e
25888 \end_layout
25889
25890 \end_inset
25891 </cell>
25892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25893 \begin_inset Text
25894
25895 \begin_layout Plain Layout
25896 \begin_inset ERT
25897 status collapsed
25898
25899 \begin_layout Plain Layout
25900
25901
25902 \backslash
25903 =e
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 </row>
25914 <row>
25915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919
25920 \backslash
25921 u
25922 \begin_inset ERT
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926
25927
25928 \backslash
25929 spce 
25930 \end_layout
25931
25932 \end_inset
25933
25934 e
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943 \begin_inset ERT
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947
25948
25949 \backslash
25950 u e
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 </row>
25961 <row>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966
25967 \backslash
25968 b
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974
25975 \backslash
25976 spce 
25977 \end_layout
25978
25979 \end_inset
25980
25981 e
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 \begin_inset ERT
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994
25995
25996 \backslash
25997 b e
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 </row>
26008 <row>
26009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013
26014 \backslash
26015 t
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021
26022 \backslash
26023 spce 
26024 \end_layout
26025
26026 \end_inset
26027
26028 ee
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 \begin_inset ERT
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042
26043 \backslash
26044 t ee
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 </lyxtabular>
26056
26057 \end_inset
26058
26059
26060 \begin_inset Space \hfill{}
26061 \end_inset
26062
26063
26064 \begin_inset Tabular
26065 <lyxtabular version="3" rows="8" columns="2">
26066 <features>
26067 <column alignment="block" valignment="top" width="0">
26068 <column alignment="center" valignment="top" width="0">
26069 <row>
26070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 Command
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 Result
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 </row>
26089 <row>
26090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094
26095 \backslash
26096 H
26097 \begin_inset ERT
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101
26102
26103 \backslash
26104 spce 
26105 \end_layout
26106
26107 \end_inset
26108
26109 e
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 \begin_inset ERT
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122
26123
26124 \backslash
26125 H e
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 </row>
26136 <row>
26137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141
26142 \backslash
26143 'e
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 \begin_inset ERT
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156
26157
26158 \backslash
26159 'e
26160 \end_layout
26161
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 </row>
26170 <row>
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175
26176 \backslash
26177 ~e
26178 \begin_inset Index
26179 status collapsed
26180
26181 \begin_layout Plain Layout
26182 Tilde
26183 \end_layout
26184
26185 \end_inset
26186
26187
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 \begin_inset ERT
26197 status collapsed
26198
26199 \begin_layout Plain Layout
26200
26201
26202 \backslash
26203 ~e
26204 \end_layout
26205
26206 \end_inset
26207
26208
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 </row>
26214 <row>
26215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26216 \begin_inset Text
26217
26218 \begin_layout Plain Layout
26219
26220 \backslash
26221 .e
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230 \begin_inset ERT
26231 status collapsed
26232
26233 \begin_layout Plain Layout
26234
26235
26236 \backslash
26237 .e
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 </row>
26248 <row>
26249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26250 \begin_inset Text
26251
26252 \begin_layout Plain Layout
26253
26254 \backslash
26255 v
26256 \begin_inset ERT
26257 status collapsed
26258
26259 \begin_layout Plain Layout
26260
26261
26262 \backslash
26263 spce 
26264 \end_layout
26265
26266 \end_inset
26267
26268 e
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 \begin_inset ERT
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281
26282
26283 \backslash
26284 v e
26285 \end_layout
26286
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 </row>
26295 <row>
26296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300
26301 \backslash
26302 d
26303 \begin_inset ERT
26304 status collapsed
26305
26306 \begin_layout Plain Layout
26307
26308
26309 \backslash
26310 spce 
26311 \end_layout
26312
26313 \end_inset
26314
26315 e
26316 \end_layout
26317
26318 \end_inset
26319 </cell>
26320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324 \begin_inset ERT
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329
26330 \backslash
26331 d e
26332 \end_layout
26333
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 </row>
26342 <row>
26343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347
26348 \backslash
26349 c
26350 \begin_inset ERT
26351 status collapsed
26352
26353 \begin_layout Plain Layout
26354
26355
26356 \backslash
26357 spce 
26358 \end_layout
26359
26360 \end_inset
26361
26362 e
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 c e
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 </lyxtabular>
26390
26391 \end_inset
26392
26393
26394 \begin_inset Space \hfill{}
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Standard
26401 \begin_inset VSpace medskip
26402 \end_inset
26403
26404 With the command 
26405 \series bold
26406
26407 \backslash
26408 t
26409 \series default
26410  also two different characters can be accented.
26411  The command 
26412 \series bold
26413
26414 \backslash
26415 t
26416 \begin_inset ERT
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420
26421
26422 \backslash
26423 spce 
26424 \end_layout
26425
26426 \end_inset
26427
26428 sz
26429 \series default
26430  creates: 
26431 \begin_inset ERT
26432 status collapsed
26433
26434 \begin_layout Plain Layout
26435
26436
26437 \backslash
26438 t sz
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \begin_layout Standard
26447 The accents 
26448 \series bold
26449 `
26450 \series default
26451  , 
26452 \series bold
26453 '
26454 \series default
26455  , and 
26456 \series bold
26457 ^
26458 \series default
26459  can in combination with vowels directly be inserted with the keyboard without
26460  using TeX-mode.
26461  The same applies for the tilde
26462 \begin_inset Foot
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466 This only applies for keyboards where the tilde is defined as accent.
26467 \end_layout
26468
26469 \end_inset
26470
26471  
26472 \series bold
26473 ~
26474 \series default
26475  in combination with 
26476 \emph on
26477 a
26478 \emph default
26479  , 
26480 \emph on
26481 n
26482 \emph default
26483  , or 
26484 \emph on
26485 o
26486 \emph default
26487 .
26488 \end_layout
26489
26490 \begin_layout Standard
26491 The commands 
26492 \series bold
26493
26494 \backslash
26495 b
26496 \series default
26497  , 
26498 \series bold
26499
26500 \backslash
26501 c
26502 \series default
26503  , 
26504 \series bold
26505
26506 \backslash
26507 d
26508 \series default
26509  , 
26510 \series bold
26511
26512 \backslash
26513 H
26514 \series default
26515  , 
26516 \series bold
26517
26518 \backslash
26519 t
26520 \series default
26521  , 
26522 \series bold
26523
26524 \backslash
26525 u
26526 \series default
26527  , 
26528 \series bold
26529
26530 \backslash
26531 v
26532 \series default
26533 , and accents inserted directly with the keyboard are also available in
26534  mathematical text.
26535  For the other accents there are special math commands to be used in formulas,
26536  see 
26537 \begin_inset CommandInset ref
26538 LatexCommand ref
26539 reference "sub:Accents-for-one"
26540
26541 \end_inset
26542
26543 .
26544 \end_layout
26545
26546 \begin_layout Standard
26547 \begin_inset VSpace bigskip
26548 \end_inset
26549
26550 Furthermore, with the command 
26551 \series bold
26552
26553 \backslash
26554 textcircled
26555 \series default
26556
26557 \begin_inset Index
26558 status collapsed
26559
26560 \begin_layout Plain Layout
26561 Commands ! T ! 
26562 \backslash
26563 textcircled
26564 \end_layout
26565
26566 \end_inset
26567
26568  all numbers and letters can be set into a circle, quasi accented with a
26569  circle, similar to the the copyright symbol.
26570 \end_layout
26571
26572 \begin_layout Standard
26573 \align center
26574 \begin_inset Tabular
26575 <lyxtabular version="3" rows="3" columns="2">
26576 <features>
26577 <column alignment="center" valignment="top" width="0">
26578 <column alignment="center" valignment="top" width="0">
26579 <row>
26580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584 Command
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593 Result
26594 \begin_inset Note Note
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599 \series bold
26600
26601 \backslash
26602 raisebox
26603 \series default
26604  is only used as spacer.
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 <row>
26616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620
26621 \backslash
26622 textcircled{w}
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631 \begin_inset ERT
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635
26636
26637 \backslash
26638 textcircled{w}
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 </row>
26649 <row>
26650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654
26655 \backslash
26656 Large 
26657 \backslash
26658 textcircled{
26659 \backslash
26660 normalsize
26661 \backslash
26662 protect
26663 \backslash
26664 raisebox{-1.5pt}{W}}
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673 \begin_inset Formula $\raisebox {4.5mm}{}$
26674 \end_inset
26675
26676
26677 \begin_inset ERT
26678 status collapsed
26679
26680 \begin_layout Plain Layout
26681
26682
26683 \backslash
26684 Large 
26685 \backslash
26686 textcircled{
26687 \backslash
26688 normalsize
26689 \backslash
26690 protect
26691 \backslash
26692 raisebox{-1.5pt}W}
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \begin_inset Formula $\raisebox {-2mm}{}$
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 </row>
26707 </lyxtabular>
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \begin_layout Standard
26715 One has to take care that the character fits in the circle.
26716  
26717 \series bold
26718
26719 \backslash
26720 Large
26721 \series default
26722
26723 \begin_inset Foot
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 see 
26728 \begin_inset CommandInset ref
26729 LatexCommand ref
26730 reference "sub:Font-Sizes"
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \end_inset
26738
26739  specifies thereby the size of the circle.
26740  With the help of 
26741 \series bold
26742
26743 \backslash
26744 raisebox
26745 \series default
26746
26747 \begin_inset Foot
26748 status collapsed
26749
26750 \begin_layout Plain Layout
26751 see 
26752 \begin_inset CommandInset ref
26753 LatexCommand ref
26754 reference "sub:Boxes-without-Frame"
26755
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762
26763  the character can be centered.
26764 \end_layout
26765
26766 \begin_layout Subsection
26767 Minuscule Numbers
26768 \begin_inset Index
26769 status collapsed
26770
26771 \begin_layout Plain Layout
26772 Minuscule numbers
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \begin_layout Standard
26781 Minuscule numbers are created with the command 
26782 \series bold
26783
26784 \backslash
26785 oldstylenums
26786 \series default
26787
26788 \begin_inset Index
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792 Commands ! O ! 
26793 \backslash
26794 oldstylenums
26795 \end_layout
26796
26797 \end_inset
26798
26799 .
26800  The command can be used in formulas and in TeX-mode.
26801  The command scheme is:
26802 \end_layout
26803
26804 \begin_layout Standard
26805
26806 \series bold
26807
26808 \backslash
26809 oldstylenums{number}
26810 \end_layout
26811
26812 \begin_layout Standard
26813 The command 
26814 \series bold
26815
26816 \backslash
26817 oldstylenums{0123456789
26818 \series default
26819  produces: 
26820 \begin_inset Formula $\oldstylenums {0123456789}$
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \begin_layout Subsection
26827 Miscellaneous Special Characters
26828 \begin_inset CommandInset label
26829 LatexCommand label
26830 name "sub:Miscellaneous-Special-Characters"
26831
26832 \end_inset
26833
26834
26835 \begin_inset Index
26836 status collapsed
26837
26838 \begin_layout Plain Layout
26839 Special characters ! miscellaneous
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \begin_layout Standard
26848 The following characters can only be inserted to formulas by using commands:
26849 \end_layout
26850
26851 \begin_layout Standard
26852 \align center
26853 \begin_inset Tabular
26854 <lyxtabular version="3" rows="4" columns="2">
26855 <features>
26856 <column alignment="center" valignment="top" width="0">
26857 <column alignment="center" valignment="top" width="0">
26858 <row>
26859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26860 \begin_inset Text
26861
26862 \begin_layout Plain Layout
26863 Command
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872 Result
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 </row>
26878 <row>
26879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883
26884 \backslash
26885 ^
26886 \begin_inset ERT
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890
26891
26892 \backslash
26893 spce 
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \end_inset
26902 </cell>
26903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26904 \begin_inset Text
26905
26906 \begin_layout Plain Layout
26907 \begin_inset Formula $\mathcircumflex$
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \end_inset
26914 </cell>
26915 </row>
26916 <row>
26917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26918 \begin_inset Text
26919
26920 \begin_layout Plain Layout
26921
26922 \backslash
26923 _
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26929 \begin_inset Text
26930
26931 \begin_layout Plain Layout
26932 \begin_inset Formula $\_{} {}$
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 </row>
26941 <row>
26942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946 ^
26947 \begin_inset ERT
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951
26952
26953 \backslash
26954 spce 
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \backslash
26961 circ
26962 \begin_inset Index
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 °
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980 \begin_inset Formula $^{\circ}$
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 </row>
26989 </lyxtabular>
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \begin_layout Standard
26997 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
26998  contains the following line
26999 \begin_inset Foot
27000 status collapsed
27001
27002 \begin_layout Plain Layout
27003 More about this is described in 
27004 \begin_inset CommandInset ref
27005 LatexCommand ref
27006 reference "sub:Text-Characters-in"
27007
27008 \end_inset
27009
27010 .
27011 \end_layout
27012
27013 \end_inset
27014
27015 :
27016 \end_layout
27017
27018 \begin_layout Standard
27019
27020 \series bold
27021
27022 \backslash
27023 DeclareInputtext{176}{
27024 \backslash
27025 ifmmode^
27026 \backslash
27027 circ
27028 \backslash
27029 else
27030 \backslash
27031 textdegree
27032 \backslash
27033 f\SpecialChar \textcompwordmark{}
27034 i}
27035 \end_layout
27036
27037 \begin_layout Standard
27038 \begin_inset VSpace bigskip
27039 \end_inset
27040
27041 The tilde
27042 \begin_inset Index
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046 Tilde
27047 \end_layout
27048
27049 \end_inset
27050
27051  is designed as accent, thus is looks alone a bit misplaced: ~
27052 \begin_inset Newline newline
27053 \end_inset
27054
27055 But for web addresses (URLs) sometimes a single tilde is needed.
27056  In this case the relation sign 
27057 \series bold
27058
27059 \backslash
27060 sim
27061 \begin_inset Foot
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065 see 
27066 \begin_inset CommandInset ref
27067 LatexCommand ref
27068 reference "sec:Relations"
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076
27077
27078 \series default
27079  is used in a formula.
27080  As a formula cannot be created in an URL-box (menu 
27081 \family sans
27082 Insert\SpecialChar \menuseparator
27083 URL
27084 \family default
27085 ), the URL is inserted as normal text with the font style '
27086 \family typewriter
27087 typewriter
27088 \family default
27089 '.
27090  Should the URL be a hyperlink in the DVI- or PDF-output, the command 
27091 \series bold
27092
27093 \backslash
27094 href
27095 \series default
27096
27097 \begin_inset Foot
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101
27102 \series bold
27103
27104 \backslash
27105 href
27106 \series default
27107  can only be used together with the LaTeX-package 
27108 \series bold
27109 hyperref
27110 \series default
27111
27112 \begin_inset Index
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116 Packages ! hyperref
27117 \end_layout
27118
27119 \end_inset
27120
27121 .
27122  More about 
27123 \series bold
27124
27125 \backslash
27126 href
27127 \series default
27128  is written in the section 
27129 \family typewriter
27130 URL
27131 \family default
27132  in the 
27133 \family typewriter
27134 Embedded
27135 \begin_inset Space ~
27136 \end_inset
27137
27138 Objects
27139 \family default
27140  manual.
27141 \end_layout
27142
27143 \end_inset
27144
27145
27146 \begin_inset Index
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150 Commands ! H ! 
27151 \backslash
27152 href
27153 \end_layout
27154
27155 \end_inset
27156
27157  is used.
27158 \end_layout
27159
27160 \begin_layout Standard
27161 As example an URL with a tilde:
27162 \end_layout
27163
27164 \begin_layout Standard
27165 as text: 
27166 \family typewriter
27167 http://www.lyx.org/
27168 \begin_inset Formula $\sim$
27169 \end_inset
27170
27171 mustermann
27172 \end_layout
27173
27174 \begin_layout Standard
27175 with 
27176 \series bold
27177
27178 \backslash
27179 href
27180 \series default
27181
27182 \begin_inset ERT
27183 status collapsed
27184
27185 \begin_layout Plain Layout
27186
27187
27188 \backslash
27189 href{http://www.lyx.org/~mustermann}{
27190 \end_layout
27191
27192 \end_inset
27193
27194 http://www.lyx.org/
27195 \begin_inset Formula $\sim$
27196 \end_inset
27197
27198 mustermann
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204 }
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \begin_layout Section
27213 Formula Styles
27214 \begin_inset CommandInset label
27215 LatexCommand label
27216 name "sec:Formula-Styles"
27217
27218 \end_inset
27219
27220
27221 \begin_inset Index
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225 Formula ! styles
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Itemize
27234 There are two different alignment styles:
27235 \end_layout
27236
27237 \begin_deeper
27238 \begin_layout Description
27239 Centered is the predefined standard
27240 \end_layout
27241
27242 \begin_layout Description
27243 Indented for this the option 
27244 \series bold
27245 fleqn
27246 \series default
27247  must be inserted in the menu 
27248 \family sans
27249 Document\SpecialChar \menuseparator
27250 Settings
27251 \family default
27252  under 
27253 \family sans
27254 Document
27255 \begin_inset Space ~
27256 \end_inset
27257
27258 Class
27259 \end_layout
27260
27261 \begin_layout Standard
27262 When 
27263 \series bold
27264 Indented
27265 \series default
27266  is used, the indentation can be adjusted with the length 
27267 \series bold
27268
27269 \backslash
27270 mathindent
27271 \series default
27272
27273 \begin_inset Index
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277 Commands ! M ! 
27278 \backslash
27279 mathindent
27280 \end_layout
27281
27282 \end_inset
27283
27284 .
27285  Should the distance be 15
27286 \begin_inset Space \thinspace{}
27287 \end_inset
27288
27289 mm, the following command line is inserted in the LaTeX-preamble
27290 \end_layout
27291
27292 \begin_layout Standard
27293
27294 \series bold
27295
27296 \backslash
27297 setlength{
27298 \backslash
27299 mathindent}{15mm}
27300 \end_layout
27301
27302 \begin_layout Standard
27303 When no length is specified, the predefined value of 30
27304 \begin_inset Space \thinspace{}
27305 \end_inset
27306
27307 pt will be used.
27308 \end_layout
27309
27310 \end_deeper
27311 \begin_layout Itemize
27312 And two different numbering styles:
27313 \end_layout
27314
27315 \begin_deeper
27316 \begin_layout Description
27317 Right is the predefined standard
27318 \end_layout
27319
27320 \begin_layout Description
27321 Left for this the option 
27322 \series bold
27323 leqno
27324 \series default
27325  must be inserted in the menu 
27326 \family sans
27327 Document\SpecialChar \menuseparator
27328 Settings
27329 \family default
27330  under 
27331 \family sans
27332 Document
27333 \begin_inset Space ~
27334 \end_inset
27335
27336 Class
27337 \end_layout
27338
27339 \end_deeper
27340 \begin_layout Standard
27341
27342 \series bold
27343 fleqn
27344 \series default
27345  and 
27346 \series bold
27347 leqno
27348 \series default
27349  can also be used together.
27350  In this case both options are inserted, separated by a comma.
27351 \end_layout
27352
27353 \begin_layout Standard
27354 The chosen styles are used for all displayed formulas of the document.
27355  When both, centered and indented formulas should be created in a document,
27356  the style 
27357 \series bold
27358 Centered
27359 \series default
27360  is used.
27361  The indented formulas are then set in a flalign environment, see 
27362 \begin_inset CommandInset ref
27363 LatexCommand ref
27364 reference "sub:Flalign-Environment"
27365
27366 \end_inset
27367
27368 .
27369 \end_layout
27370
27371 \begin_layout Section
27372 Multiline Formulas
27373 \begin_inset CommandInset label
27374 LatexCommand label
27375 name "sec:Multiline-Formulas"
27376
27377 \end_inset
27378
27379
27380 \begin_inset Index
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384 Formula ! multiline
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Subsection
27393 General
27394 \end_layout
27395
27396 \begin_layout Standard
27397 In LyX multiline formulas are created by pressing 
27398 \family sans
27399 \series bold
27400 Ctrl-Return
27401 \family default
27402 \series default
27403  inside a formula.
27404  This creates an 
27405 \series bold
27406 align environment
27407 \series default
27408  that is described in 
27409 \begin_inset CommandInset ref
27410 LatexCommand ref
27411 reference "sub:Standard-align-Environment"
27412
27413 \end_inset
27414
27415 .
27416 \end_layout
27417
27418 \begin_layout Standard
27419 There are other multiline formula environments that can be created via the
27420  menu 
27421 \family sans
27422 Insert\SpecialChar \menuseparator
27423 Math
27424 \family default
27425 .
27426  These environments are described in the following sections.
27427 \end_layout
27428
27429 \begin_layout Standard
27430 In all multiline formula environments a new line is created by pressing
27431  
27432 \family sans
27433 Ctrl-Return
27434 \family default
27435 .
27436  To add or delete lines, the math toolbar buttons 
27437 \begin_inset Graphics
27438         filename ../images/tabular-feature_append-row.png
27439         embed ""
27440         scale 85
27441
27442 \end_inset
27443
27444  or 
27445 \begin_inset Graphics
27446         filename ../images/tabular-feature_delete-row.png
27447         embed ""
27448         scale 85
27449
27450 \end_inset
27451
27452 , respectively, or the menu 
27453 \family sans
27454 Edit\SpecialChar \menuseparator
27455 Rows & Columns
27456 \family default
27457  can be used.
27458 \end_layout
27459
27460 \begin_layout Subsubsection
27461 Line Separation
27462 \begin_inset CommandInset label
27463 LatexCommand label
27464 name "sub:Line-Separation"
27465
27466 \end_inset
27467
27468
27469 \begin_inset Index
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 Formula ! multiline ! Line separation
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 There is sometimes not enough space in multiline formulas between the lines:
27483 \begin_inset Formula \begin{eqnarray*}
27484 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}\\
27485 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*}
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Standard
27493 In LaTeX additional line space is specified as optional argument of the
27494  new line command.
27495  This is not yet possible in LyX
27496 \begin_inset Foot
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 see 
27501 \begin_inset CommandInset href
27502 LatexCommand href
27503 name "LyX-bug #1505"
27504 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \end_inset
27512
27513 , therefore the whole formula must be inserted in TeX-mode.
27514  To add in our example space, the command 
27515 \series bold
27516
27517 \backslash
27518
27519 \backslash
27520 [3mm]
27521 \series default
27522  is inserted at the end of the first line.
27523  One gets: 
27524 \begin_inset ERT
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528
27529
27530 \backslash
27531 begin{eqnarray*}
27532 \end_layout
27533
27534 \begin_layout Plain Layout
27535
27536 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27537  = & 
27538 \backslash
27539 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27540 \backslash
27541
27542 \backslash
27543 [3mm]
27544 \end_layout
27545
27546 \begin_layout Plain Layout
27547
27548 4x^{2}
27549 \backslash
27550 left(B^{2}+x_{0}^{2}
27551 \backslash
27552 right)+4x_{0}x
27553 \backslash
27554 left(D-B^{2}
27555 \backslash
27556 right)+B^{2}
27557 \backslash
27558 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27559 \backslash
27560 right) & = & 0
27561 \end_layout
27562
27563 \begin_layout Plain Layout
27564
27565
27566 \backslash
27567 end{eqnarray*}
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \begin_inset VSpace bigskip
27577 \end_inset
27578
27579 To set the the line separation for all lines in a formula, the length 
27580 \series bold
27581
27582 \backslash
27583 jot
27584 \series default
27585
27586 \begin_inset Index
27587 status collapsed
27588
27589 \begin_layout Plain Layout
27590 Commands ! J ! 
27591 \backslash
27592 jot
27593 \end_layout
27594
27595 \end_inset
27596
27597  is changed.
27598  The definition is: 
27599 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27600 \end_inset
27601
27602 .
27603  Predefined for 
27604 \series bold
27605
27606 \backslash
27607 jot
27608 \series default
27609  is the value 3
27610 \begin_inset Space \thinspace{}
27611 \end_inset
27612
27613 pt.
27614  To create 3
27615 \begin_inset Space \thinspace{}
27616 \end_inset
27617
27618 mm additional line separation as in the previous example, the command
27619 \end_layout
27620
27621 \begin_layout Standard
27622
27623 \series bold
27624
27625 \backslash
27626 setlength{
27627 \backslash
27628 jot}{3mm+3pt}
27629 \end_layout
27630
27631 \begin_layout Standard
27632 is inserted in TeX-mode before the formula.
27633  This requires that the LaTeX-package 
27634 \series bold
27635 calc
27636 \series default
27637
27638 \begin_inset Foot
27639 status collapsed
27640
27641 \begin_layout Plain Layout
27642
27643 \series bold
27644 calc
27645 \series default
27646  is part of every LaTeX standard installation.
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \begin_inset Index
27653 status collapsed
27654
27655 \begin_layout Plain Layout
27656 Packages ! calc
27657 \end_layout
27658
27659 \end_inset
27660
27661  was loaded in LaTeX-preamble with the line
27662 \end_layout
27663
27664 \begin_layout Standard
27665
27666 \series bold
27667
27668 \backslash
27669 usepackage{calc}
27670 \end_layout
27671
27672 \begin_layout Standard
27673 One gets: 
27674 \begin_inset ERT
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678
27679
27680 \backslash
27681 setlength{
27682 \backslash
27683 jot}{3mm+3pt}
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \begin_inset Formula \begin{eqnarray*}
27690 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}\\
27691 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*}
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \begin_inset ERT
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703
27704
27705 \backslash
27706 setlength{
27707 \backslash
27708 jot}{3pt}
27709 \end_layout
27710
27711 \end_inset
27712
27713  To get back to the predefined distance, 
27714 \series bold
27715
27716 \backslash
27717 jot
27718 \series default
27719  is set to the value 3
27720 \begin_inset Space \thinspace{}
27721 \end_inset
27722
27723 pt.
27724 \end_layout
27725
27726 \begin_layout Subsubsection
27727 Column Separation
27728 \begin_inset CommandInset label
27729 LatexCommand label
27730 name "sub:Column-Separation"
27731
27732 \end_inset
27733
27734
27735 \begin_inset Index
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739 Formula ! multiline ! Column separation
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Standard
27748 Multiline formulas form a matrix.
27749  A formula in the eqnarray environment is for example a matrix with three
27750  columns.
27751  By changing the column separation in this environment, the space beside
27752  the relation sign can be changed.
27753 \end_layout
27754
27755 \begin_layout Standard
27756 The column separation is specified with the length 
27757 \series bold
27758
27759 \backslash
27760 arraycolsep
27761 \series default
27762
27763 \begin_inset Index
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 Commands ! A ! 
27768 \backslash
27769 arraycolsep
27770 \end_layout
27771
27772 \end_inset
27773
27774  according to:
27775 \begin_inset Newline newline
27776 \end_inset
27777
27778 column separation = 2
27779 \begin_inset Space \thinspace{}
27780 \end_inset
27781
27782
27783 \series bold
27784
27785 \backslash
27786 arraycolsep
27787 \series default
27788
27789 \begin_inset Newline newline
27790 \end_inset
27791
27792 Thus, the command
27793 \end_layout
27794
27795 \begin_layout Standard
27796
27797 \series bold
27798
27799 \backslash
27800 setlength{
27801 \backslash
27802 arraycolsep}{1cm}
27803 \end_layout
27804
27805 \begin_layout Standard
27806 inserted in TeX-mode, sets for all following formulas a column separation
27807  of 2
27808 \begin_inset Space \thinspace{}
27809 \end_inset
27810
27811 cm.
27812  To get back to the predefined distance, 
27813 \series bold
27814
27815 \backslash
27816 arraycolsep
27817 \series default
27818  is set to 5
27819 \begin_inset Space \thinspace{}
27820 \end_inset
27821
27822 pt.
27823 \end_layout
27824
27825 \begin_layout Standard
27826 A formula with 2
27827 \begin_inset Space \thinspace{}
27828 \end_inset
27829
27830 cm column separation:
27831 \begin_inset ERT
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835
27836
27837 \backslash
27838 setlength{
27839 \backslash
27840 arraycolsep}{1cm}
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \begin_inset Formula \begin{eqnarray*}
27847 A & = & B\\
27848 C & \ne & A\end{eqnarray*}
27849
27850 \end_inset
27851
27852 A formula with the predefined column separation for matrices of 10
27853 \begin_inset Space \thinspace{}
27854 \end_inset
27855
27856 pt:
27857 \begin_inset ERT
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861
27862
27863 \backslash
27864 setlength{
27865 \backslash
27866 arraycolsep}{5pt}
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \begin_inset Formula \begin{eqnarray*}
27873 A & = & B\\
27874 C & \ne & A\end{eqnarray*}
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \begin_layout Subsubsection
27882 Long Formulas
27883 \begin_inset Index
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887 Formula ! long
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \begin_layout Standard
27896 Long formulas can be typeset using these methods:
27897 \end_layout
27898
27899 \begin_layout Itemize
27900 When one side of the equation is much shorther than the line width, this
27901  one is chosen for the left side and the right side is typeset over two
27902  lines:
27903 \begin_inset ERT
27904 status collapsed
27905
27906 \begin_layout Plain Layout
27907
27908
27909 \backslash
27910 medskip
27911 \end_layout
27912
27913 \end_inset
27914
27915  
27916 \begin_inset Formula \begin{eqnarray}
27917 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 \\
27918  &  & -\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}
27919
27920 \end_inset
27921
27922
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 smallskip
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \begin_inset Newline newline
27937 \end_inset
27938
27939 The minus sign at the beginning of the second line does normally not appear
27940  as operator because it is the first character of the line.
27941  Thus it would not be surrounded by space and could not be distinguished
27942  from the fraction bar.
27943  To avoid this, space was inserted behind the minus sign with the command
27944  
27945 \series bold
27946
27947 \backslash
27948 hspace{3pt}
27949 \series default
27950
27951 \begin_inset Foot
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955 more about 
27956 \series bold
27957
27958 \backslash
27959 hspace
27960 \series default
27961  see 
27962 \begin_inset CommandInset ref
27963 LatexCommand ref
27964 reference "sub:Variable-Space"
27965
27966 \end_inset
27967
27968
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \begin_inset Index
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 Commands ! H ! 
27979 \backslash
27980 hspace
27981 \end_layout
27982
27983 \end_inset
27984
27985 .
27986 \end_layout
27987
27988 \begin_layout Itemize
27989 When both sides of the equation are too long, the command 
27990 \series bold
27991
27992 \backslash
27993 lefteqn
27994 \series default
27995
27996 \begin_inset Index
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000 Commands ! L ! 
28001 \backslash
28002 lefteqn
28003 \end_layout
28004
28005 \end_inset
28006
28007  is used.
28008  It is inserted to the first column of the first line and effects that all
28009  further insertions overwrite the following columns:
28010 \begin_inset ERT
28011 status collapsed
28012
28013 \begin_layout Plain Layout
28014
28015
28016 \backslash
28017 medskip
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \begin_inset Formula \begin{eqnarray}
28024 \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 \\
28025  &  & -\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 \\
28026  &  & =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}
28027
28028 \end_inset
28029
28030
28031 \begin_inset ERT
28032 status collapsed
28033
28034 \begin_layout Plain Layout
28035
28036
28037 \backslash
28038 smallskip
28039 \end_layout
28040
28041 \end_inset
28042
28043
28044 \begin_inset Newline newline
28045 \end_inset
28046
28047 After the insertion of 
28048 \series bold
28049
28050 \backslash
28051 lefteqn
28052 \series default
28053 , the cursor is in a purple box that is a bit shifted to the left from the
28054  blue one.
28055  In this the formula is inserted.
28056 \begin_inset ERT
28057 status collapsed
28058
28059 \begin_layout Plain Layout
28060
28061
28062 \backslash
28063 medskip
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \begin_inset Newline newline
28070 \end_inset
28071
28072 The content of the further lines is inserted to the second or another formula
28073  column.
28074  The greater the column number where it was inserted, the larger the indentation.
28075 \begin_inset ERT
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079
28080
28081 \backslash
28082 medskip
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \begin_inset Newline newline
28089 \end_inset
28090
28091
28092 \begin_inset Note Greyedout
28093 status open
28094
28095 \begin_layout Plain Layout
28096 Note the following when using 
28097 \series bold
28098
28099 \backslash
28100 lefteqn
28101 \series default
28102 :
28103 \end_layout
28104
28105 \begin_layout Itemize
28106 The formula doesn't use the full page width.
28107  When e.
28108 \begin_inset Space \thinspace{}
28109 \end_inset
28110
28111 g.
28112 \begin_inset Space ~
28113 \end_inset
28114
28115 the term 
28116 \begin_inset Formula $-B^{2}$
28117 \end_inset
28118
28119  is added to the first line in the above example, it would have been outside
28120  the page margin.
28121  To better use the width, negative space can be inserted at the beginning
28122  of the first line.
28123 \end_layout
28124
28125 \begin_layout Itemize
28126 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28127  line.
28128 \begin_inset Foot
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 \begin_inset CommandInset href
28133 LatexCommand href
28134 name "LyX-bug #1429"
28135 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \end_inset
28143
28144  One can only set the cursor at the beginning of the line and move it with
28145  the arrow keys.
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Itemize
28154 Other methods to set long formulas are offered by the environments described
28155  in 
28156 \begin_inset CommandInset ref
28157 LatexCommand ref
28158 reference "sub:Multline-Environment"
28159
28160 \end_inset
28161
28162  and 
28163 \begin_inset CommandInset ref
28164 LatexCommand ref
28165 reference "sub:Multiline-Formula-Parts"
28166
28167 \end_inset
28168
28169 .
28170 \end_layout
28171
28172 \begin_layout Subsubsection
28173 Multiline Brackets
28174 \begin_inset CommandInset label
28175 LatexCommand label
28176 name "sub:Multiline-Brackets"
28177
28178 \end_inset
28179
28180
28181 \begin_inset Index
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185 Brackets ! for multiline expressions
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Standard
28194 For brackets spanning multiple lines the following problem occurs:
28195 \begin_inset Formula \begin{eqnarray*}
28196 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28197  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Standard
28205 The closing bracket is smaller than the opening bracket because brackets
28206  with variable size may not span multiple lines.
28207 \end_layout
28208
28209 \begin_layout Standard
28210 To set the bracket size for the second line correctly, the first line is
28211  ended with 
28212 \series bold
28213
28214 \backslash
28215 right.
28216 \series default
28217
28218 \begin_inset Index
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 Commands ! R ! 
28223 \backslash
28224 right
28225 \end_layout
28226
28227 \end_inset
28228
28229  and the second line with 
28230 \series bold
28231
28232 \backslash
28233 left.
28234 \begin_inset Foot
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238 for more about 
28239 \series bold
28240
28241 \backslash
28242 left
28243 \series default
28244  and 
28245 \series bold
28246
28247 \backslash
28248 right
28249 \series default
28250  see 
28251 \begin_inset CommandInset ref
28252 LatexCommand ref
28253 reference "sub:Automatic-Bracket-Size"
28254
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \series default
28264
28265 \begin_inset Index
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269 Commands ! L ! 
28270 \backslash
28271 left
28272 \end_layout
28273
28274 \end_inset
28275
28276 .
28277  After 
28278 \series bold
28279
28280 \backslash
28281 left.
28282
28283 \series default
28284  the command 
28285 \series bold
28286
28287 \backslash
28288 vphantom
28289 \series default
28290
28291 \begin_inset ERT
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295
28296
28297 \backslash
28298 spce 
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \series bold
28305
28306 \backslash
28307 prod
28308 \series default
28309 ^
28310 \begin_inset ERT
28311 status collapsed
28312
28313 \begin_layout Plain Layout
28314
28315
28316 \backslash
28317 spce 
28318 \end_layout
28319
28320 \end_inset
28321
28322
28323 \series bold
28324
28325 \backslash
28326 infty
28327 \series default
28328
28329 \begin_inset ERT
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333
28334
28335 \backslash
28336 spce 
28337 \end_layout
28338
28339 \end_inset
28340
28341
28342 \series bold
28343
28344 \begin_inset Formula $\downarrow$
28345 \end_inset
28346
28347 _R=1}
28348 \series default
28349
28350 \begin_inset Index
28351 status collapsed
28352
28353 \begin_layout Plain Layout
28354 Commands ! V ! 
28355 \backslash
28356 vphantom
28357 \end_layout
28358
28359 \end_inset
28360
28361  is inserted, because the multiplication operator with its limits is the
28362  largest symbol in the first line and this should be the size for the bracket
28363  in the second line.
28364 \end_layout
28365
28366 \begin_layout Standard
28367 The result is this:
28368 \begin_inset Formula \begin{eqnarray*}
28369 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28370  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \begin_layout Subsection
28378 Align Environments
28379 \end_layout
28380
28381 \begin_layout Standard
28382 Align environments can be used for every kind of multiline formulas.
28383  They are specially useful to set several formulas side by side.
28384 \end_layout
28385
28386 \begin_layout Standard
28387 Align environments consist of columns.
28388  The odd columns are right aligned, the even ones left aligned.
28389  Every line in an Align environment can be numbered.
28390 \end_layout
28391
28392 \begin_layout Standard
28393 Align environments are created via the menu 
28394 \family sans
28395 Insert\SpecialChar \menuseparator
28396 Math
28397 \family default
28398 .
28399  With the menu 
28400 \family sans
28401 Edit\SpecialChar \menuseparator
28402 Math\SpecialChar \menuseparator
28403 Change Formula Type
28404 \family default
28405  already existing formulas can be converted to Align environments.
28406 \end_layout
28407
28408 \begin_layout Standard
28409 To add or delete columns, the math toolbar buttons 
28410 \begin_inset Graphics
28411         filename ../images/tabular-feature_append-column.png
28412         embed ""
28413         scale 85
28414
28415 \end_inset
28416
28417  or 
28418 \begin_inset Graphics
28419         filename ../images/tabular-feature_delete-column.png
28420         embed ""
28421         scale 85
28422
28423 \end_inset
28424
28425 , respectively, or the menu 
28426 \family sans
28427 Edit\SpecialChar \menuseparator
28428 Rows & Columns
28429 \family default
28430  can be used.
28431 \end_layout
28432
28433 \begin_layout Subsubsection
28434 Standard align Environment
28435 \begin_inset CommandInset label
28436 LatexCommand label
28437 name "sub:Standard-align-Environment"
28438
28439 \end_inset
28440
28441
28442 \begin_inset Index
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446 Formula ! multiline ! align environment
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Standard
28455 This Align environment is created by presssing 
28456 \family sans
28457 Ctrl-Return
28458 \family default
28459  in a formula or by the menu 
28460 \family sans
28461 Insert\SpecialChar \menuseparator
28462 Math\SpecialChar \menuseparator
28463 AMS align Environment
28464 \family default
28465 .
28466 \end_layout
28467
28468 \begin_layout Standard
28469 An example for two formulas set side by side, that are created with a four
28470  column align environment:
28471 \begin_inset Formula \begin{align*}
28472 A & =\sin(B) & C & =D\\
28473 C & \ne A & B & \ne D\end{align*}
28474
28475 \end_inset
28476
28477 As it can be seen, the formulas in this environment are placed so as if
28478  there would be a 
28479 \series bold
28480
28481 \backslash
28482 hfill
28483 \begin_inset Foot
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487 more about 
28488 \series bold
28489
28490 \backslash
28491 hfill
28492 \series default
28493  see 
28494 \begin_inset CommandInset ref
28495 LatexCommand ref
28496 reference "sub:Variable-Space"
28497
28498 \end_inset
28499
28500
28501 \end_layout
28502
28503 \end_inset
28504
28505
28506 \series default
28507  before the first and after every even column.
28508  When the formula style 
28509 \series bold
28510 Indented
28511 \begin_inset Foot
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 formula styles see 
28516 \begin_inset CommandInset ref
28517 LatexCommand ref
28518 reference "sec:Formula-Styles"
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \series default
28529  is used, the formula is set without the 
28530 \series bold
28531
28532 \backslash
28533 hfill
28534 \series default
28535  before the first column.
28536 \end_layout
28537
28538 \begin_layout Subsubsection
28539 Alignat Environment
28540 \begin_inset Index
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544 Formula ! multiline ! alignat environment
28545 \end_layout
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \begin_layout Standard
28553 The alignat environment has no predefined column separation.
28554  It can be inserted manually with the spaces that are described 
28555 \begin_inset CommandInset ref
28556 LatexCommand ref
28557 reference "sub:Space"
28558
28559 \end_inset
28560
28561 .
28562 \end_layout
28563
28564 \begin_layout Standard
28565 The above example in the alignat environment where 1
28566 \begin_inset Space \thinspace{}
28567 \end_inset
28568
28569 cm space was inserted at the beginning of the second formula:
28570 \begin_inset Formula \begin{alignat*}{2}
28571 A & =\sin(B) & \hspace {1cm}C & =D\\
28572 C & \ne A & B & \ne D\end{alignat*}
28573
28574 \end_inset
28575
28576 Because the column separation can be set separately for every column, this
28577  environment is especially suitable to set three and more formulas side
28578  by side.
28579 \end_layout
28580
28581 \begin_layout Subsubsection
28582 Flalign Environment
28583 \begin_inset CommandInset label
28584 LatexCommand label
28585 name "sub:Flalign-Environment"
28586
28587 \end_inset
28588
28589
28590 \begin_inset Index
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594 Formula ! multiline ! flalign environment
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \begin_layout Standard
28603 In this environment the first two columns are always set as much as possible
28604  to the left and the last two ones to the right.
28605  An example:
28606 \begin_inset Formula \begin{flalign*}
28607 A & =1 & B & =2 & C & =3\\
28608 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28609
28610 \end_inset
28611
28612
28613 \end_layout
28614
28615 \begin_layout Standard
28616 By creating a flalign environment with an odd number of columns where an
28617  empty TeX-brace is inserted to the last column, several formulas in a document
28618  can be set to the left, although the formula style 
28619 \series bold
28620 Centered
28621 \series default
28622  is used.
28623  As example the indented formula 
28624 \begin_inset CommandInset ref
28625 LatexCommand eqref
28626 reference "eq:VolInt"
28627
28628 \end_inset
28629
28630 :
28631 \begin_inset Formula \begin{flalign}
28632 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28633
28634 \end_inset
28635
28636 The first two columns contain the formula.
28637  To indent it as with the formula style 
28638 \series bold
28639 Indented
28640 \series default
28641 , 30
28642 \begin_inset Space \thinspace{}
28643 \end_inset
28644
28645 pt space was inserted at the beginning of the first column.
28646 \end_layout
28647
28648 \begin_layout Subsection
28649 Eqnarray Environment
28650 \begin_inset Index
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 Formula ! multiline ! eqnarray environment
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \begin_layout Standard
28663 When this environment has been created, three blue boxes appear.
28664  The content of the first box is right aligned, the content of the last
28665  one left aligned.
28666  The content of the middle box appears centered and a bit smaller, because
28667  it is designed to insert there only relation characters.
28668 \begin_inset Formula \begin{eqnarray*}
28669 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28670 AB & AB & AB\\
28671 A & = & A\end{eqnarray*}
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Subsection
28679 Gather Environment
28680 \begin_inset Index
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684 Formula ! multiline ! gather environment
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \begin_layout Standard
28693 This environment consists of only one centered column.
28694  Every line can be numbered.
28695 \begin_inset Formula \begin{gather}
28696 A=1\\
28697 X=\textrm{-}1\end{gather}
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \begin_layout Subsection
28705 Multline Environment
28706 \begin_inset CommandInset label
28707 LatexCommand label
28708 name "sub:Multline-Environment"
28709
28710 \end_inset
28711
28712
28713 \begin_inset Index
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 Formula ! multiline ! multline environment
28718 \end_layout
28719
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \begin_layout Standard
28726 The multline environment consists, like the gather environment, of only
28727  one column.
28728  But the first line is left aligned, the last one right aligned.
28729  All other lines are centered.
28730  Therefore this environment is suitable for long formulas.
28731  As example formula 
28732 \begin_inset CommandInset ref
28733 LatexCommand eqref
28734 reference "eq:lefteqn"
28735
28736 \end_inset
28737
28738  in the multline environment:
28739 \begin_inset Formula \begin{multline}
28740 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}\\
28741 -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}\\
28742 =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}
28743
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \begin_layout Standard
28750 In the output only the last (first) line of a multline environment appears
28751  numbered when the document numbering is right (left).
28752 \begin_inset Foot
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 numbering styles see 
28757 \begin_inset CommandInset ref
28758 LatexCommand ref
28759 reference "sec:Formula-Styles"
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \end_inset
28767
28768  This is also the case when there is a formula number displayed after every
28769  line in LyX.
28770 \begin_inset Foot
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774 This is 
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780
28781 \backslash
28782 href{http://bugzilla.lyx.org/show_bug.cgi?id=518}{
28783 \end_layout
28784
28785 \end_inset
28786
28787 LyX-bug #518
28788 \begin_inset ERT
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792
28793 }
28794 \end_layout
28795
28796 \end_inset
28797
28798 .
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Standard
28807 With the commands 
28808 \series bold
28809
28810 \backslash
28811 shoveright
28812 \begin_inset Index
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816 Commands ! S ! 
28817 \backslash
28818 shoveright
28819 \end_layout
28820
28821 \end_inset
28822
28823
28824 \series default
28825  and 
28826 \series bold
28827
28828 \backslash
28829 shoveleft
28830 \begin_inset Index
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834 Commands ! S ! 
28835 \backslash
28836 shoveleft
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \series default
28843  a centered line can be right or left aligned, respectively.
28844  The commands are used as follows:
28845 \end_layout
28846
28847 \begin_layout Standard
28848
28849 \series bold
28850
28851 \backslash
28852 shoveright{line content}
28853 \series default
28854  and 
28855 \series bold
28856
28857 \backslash
28858 shoveleft{line content}
28859 \end_layout
28860
28861 \begin_layout Standard
28862 \begin_inset VSpace medskip
28863 \end_inset
28864
28865 The length 
28866 \series bold
28867
28868 \backslash
28869 multlinegap
28870 \begin_inset Index
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874 Commands ! M ! 
28875 \backslash
28876 multlinegap
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \series default
28883  specifies the distance of the first line from the left page margin.
28884  Predefined is the length 0
28885 \begin_inset Space \thinspace{}
28886 \end_inset
28887
28888 pt.
28889 \end_layout
28890
28891 \begin_layout Standard
28892 As example the above formula where the command
28893 \end_layout
28894
28895 \begin_layout Standard
28896
28897 \series bold
28898
28899 \backslash
28900 setlength{
28901 \backslash
28902 multlinegap}{2cm}
28903 \end_layout
28904
28905 \begin_layout Standard
28906 was inserted in TeX-mode before:
28907 \begin_inset ERT
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911
28912
28913 \backslash
28914 setlength{
28915 \backslash
28916 multlinegap}{2cm}
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \begin_inset Formula \begin{multline}
28923 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}\\
28924 \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}}\\
28925 =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}
28926
28927 \end_inset
28928
28929
28930 \begin_inset ERT
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934
28935
28936 \backslash
28937 setlength{
28938 \backslash
28939 multlinegap}{0pt}
28940 \end_layout
28941
28942 \end_inset
28943
28944 The second line was left aligned using 
28945 \series bold
28946
28947 \backslash
28948 shoveleft
28949 \series default
28950 .
28951 \end_layout
28952
28953 \begin_layout Subsection
28954 Multiline Formula Parts
28955 \begin_inset CommandInset label
28956 LatexCommand label
28957 name "sub:Multiline-Formula-Parts"
28958
28959 \end_inset
28960
28961
28962 \begin_inset Index
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 Formula ! multiline ! formula parts
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Standard
28975 To display only parts of a formula with multiple lines, one of the following
28976  environments are used: 
28977 \series bold
28978 aligned
28979 \series default
28980
28981 \series bold
28982 alignedat
28983 \series default
28984
28985 \series bold
28986 gathered
28987 \series default
28988  or 
28989 \series bold
28990 split
28991 \series default
28992 .
28993  They can be inserted via the menu 
28994 \family sans
28995 Insert\SpecialChar \menuseparator
28996 Math
28997 \family default
28998  or by using the commands described in this section.
28999 \end_layout
29000
29001 \begin_layout Standard
29002 The first three have the same properties as the corresponding multiline
29003  formula environments, but it is possible to set further formula parts beside
29004  them.
29005  An example:
29006 \begin_inset Formula \[
29007 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29008 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29009 \right\} \textrm{Uncertainty relations}\]
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Standard
29017 To get this formula, a displayed formula is created where the command 
29018 \series bold
29019
29020 \backslash
29021 aligned
29022 \begin_inset Index
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026 Commands ! A ! 
29027 \backslash
29028 aligned
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \series default
29035  is inserted.
29036  A purple box appears around the blue formula box where now columns and
29037  lines can be added.
29038  Outside the multiline environment other formula parts can be set, like
29039  the brace.
29040 \end_layout
29041
29042 \begin_layout Standard
29043 The aligned environment is also suitable for long formulas whose lines are
29044  horizontally aligned.
29045  Using aligned in a displayed formula has the advantage that the formula
29046  number is vertically centered behind the lines.
29047  As example formula 
29048 \begin_inset CommandInset ref
29049 LatexCommand eqref
29050 reference "eq:kurzlang"
29051
29052 \end_inset
29053
29054  in the aligned environment:
29055 \begin_inset Formula \begin{equation}
29056 \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}|}\\
29057  & -\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}
29058 \end{equation}
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 To use the environments 
29067 \series bold
29068 alignedat
29069 \series default
29070
29071 \series bold
29072 gathered
29073 \series default
29074 , or 
29075 \series bold
29076 split
29077 \series default
29078 , the command 
29079 \series bold
29080
29081 \backslash
29082 alignedat
29083 \series default
29084 ,
29085 \begin_inset Index
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089 Commands ! A ! 
29090 \backslash
29091 alignedat
29092 \end_layout
29093
29094 \end_inset
29095
29096  
29097 \series bold
29098
29099 \backslash
29100 gathered
29101 \series default
29102
29103 \begin_inset Index
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Commands ! G ! 
29108 \backslash
29109 gathered
29110 \end_layout
29111
29112 \end_inset
29113
29114 , or 
29115 \series bold
29116
29117 \backslash
29118 split
29119 \series default
29120
29121 \begin_inset Index
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 Commands ! S ! 
29126 \backslash
29127 split
29128 \end_layout
29129
29130 \end_inset
29131
29132  are inserted, respectively.
29133  The split environment has the same properties as the aligned environment
29134  but it can only have two columns.
29135 \end_layout
29136
29137 \begin_layout Subsection
29138 Text in multiline Formulas
29139 \begin_inset CommandInset label
29140 LatexCommand label
29141 name "sub:Text-in-multiline"
29142
29143 \end_inset
29144
29145
29146 \begin_inset Index
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150 Text ! in formulas
29151 \end_layout
29152
29153 \end_inset
29154
29155
29156 \begin_inset Index
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160 Formula ! multiline ! text
29161 \end_layout
29162
29163 \end_inset
29164
29165
29166 \end_layout
29167
29168 \begin_layout Standard
29169 In the Align environments, and the multline and gather environment, text
29170  can be inserted that will appear in a separate line and doesn't affect
29171  the column alignment.
29172  To do this, the command 
29173 \series bold
29174
29175 \backslash
29176 intertext
29177 \begin_inset Index
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 Commands ! I ! 
29182 \backslash
29183 intertext
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \series default
29190  is used in the following scheme:
29191 \end_layout
29192
29193 \begin_layout Standard
29194
29195 \series bold
29196
29197 \backslash
29198 intertext{text}
29199 \end_layout
29200
29201 \begin_layout Standard
29202 The text should not be longer than a line because it cannot be hyphenated.
29203  As LyX doesn't yet support 
29204 \series bold
29205
29206 \backslash
29207 intertext
29208 \series default
29209  directly, the text is written as mathematical text.
29210  
29211 \series bold
29212
29213 \backslash
29214 intertext
29215 \series default
29216  must hereby be at the beginning of a line and appears in the output above
29217  this line.
29218  An example where the text was inserted at the beginning of the second line:
29219 \begin_inset Formula \begin{align}
29220 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29221 \intertext {\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \begin_layout Section
29229 Formula Numbering
29230 \begin_inset Index
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234 Formula numbering
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \begin_inset Index
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244 Formula ! numbering|see
29245 \begin_inset ERT
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249
29250 {
29251 \end_layout
29252
29253 \end_inset
29254
29255 Formula numbering
29256 \begin_inset ERT
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260
29261 }
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \end_layout
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \begin_layout Subsection
29275 General
29276 \end_layout
29277
29278 \begin_layout Standard
29279 Numbered formulas can be created with the menu 
29280 \family sans
29281 Insert\SpecialChar \menuseparator
29282 Math\SpecialChar \menuseparator
29283 Numbered
29284 \begin_inset Space ~
29285 \end_inset
29286
29287 Formula
29288 \family default
29289  (shortcut 
29290 \family sans
29291 Ctrl-Alt
29292 \begin_inset Space ~
29293 \end_inset
29294
29295 n
29296 \family default
29297 ).
29298  Existing formulas can be numbered with the menu 
29299 \family sans
29300 Edit\SpecialChar \menuseparator
29301 Math\SpecialChar \menuseparator
29302 Toggle
29303 \begin_inset Space ~
29304 \end_inset
29305
29306 Numbering
29307 \family default
29308  (shortcut 
29309 \family sans
29310 Alt-m
29311 \begin_inset Space ~
29312 \end_inset
29313
29314 n
29315 \family default
29316 ).
29317  The formula number is displayed in LyX behind the formula as number sign
29318  in parentheses.
29319  The number sign is replaced in the output by the formula number.
29320 \end_layout
29321
29322 \begin_layout Standard
29323 When numbering is turned on in multiline formulas, all lines will be numbered.
29324  But the numbering can be controlled with the menu 
29325 \family sans
29326 Edit\SpecialChar \menuseparator
29327 Math\SpecialChar \menuseparator
29328 Toggle
29329 \begin_inset Space ~
29330 \end_inset
29331
29332 Numbering
29333 \begin_inset Space ~
29334 \end_inset
29335
29336 of
29337 \begin_inset Space ~
29338 \end_inset
29339
29340 Line
29341 \family default
29342  (shortcut 
29343 \family sans
29344 Alt-m
29345 \begin_inset Space ~
29346 \end_inset
29347
29348 N
29349 \family default
29350 ) for every line.
29351 \end_layout
29352
29353 \begin_layout Standard
29354 Except of inline formulas, all formulas can be numbered with two different
29355  styles, see 
29356 \begin_inset CommandInset ref
29357 LatexCommand ref
29358 reference "sec:Formula-Styles"
29359
29360 \end_inset
29361
29362 .
29363 \end_layout
29364
29365 \begin_layout Subsection
29366 Cross-References
29367 \begin_inset CommandInset label
29368 LatexCommand label
29369 name "sub:Cross-References"
29370
29371 \end_inset
29372
29373
29374 \begin_inset Index
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378 Cross-references ! to formulas
29379 \end_layout
29380
29381 \end_inset
29382
29383
29384 \end_layout
29385
29386 \begin_layout Standard
29387 All labeled formulas can be cross-referenced.
29388  A label is added by the menu 
29389 \family sans
29390 Insert\SpecialChar \menuseparator
29391 Label
29392 \family default
29393  or the toolbar button 
29394 \begin_inset Graphics
29395         filename ../images/label-insert.png
29396         embed ""
29397         scale 85
29398
29399 \end_inset
29400
29401 .
29402  The cursor must hereby be inside a displayed formula.
29403  A dialog pops up displaying the prefix 
29404 \series bold
29405 eq:
29406 \series default
29407  in a text field.
29408  The label is inserted there behind the prefix.
29409  The predefined prefix means 
29410 \begin_inset Quotes eld
29411 \end_inset
29412
29413 equation
29414 \begin_inset Quotes erd
29415 \end_inset
29416
29417  and makes it easier to find labels in large documents because it marks
29418  it as formula label to divide it from e.
29419 \begin_inset Space \thinspace{}
29420 \end_inset
29421
29422 g.
29423 \begin_inset Space ~
29424 \end_inset
29425
29426 section labels.
29427  To change a label, the menu 
29428 \family sans
29429 Insert\SpecialChar \menuseparator
29430 Label
29431 \family default
29432  is used again.
29433 \end_layout
29434
29435 \begin_layout Standard
29436 The name of the label is displayed in LyX within two parentheses behind
29437  formula.
29438  A formula with a label is always numbered.
29439 \end_layout
29440
29441 \begin_layout Standard
29442 Cross-references are inserted via the menu 
29443 \family sans
29444 Insert\SpecialChar \menuseparator
29445 Cross-Reference
29446 \family default
29447  or with the toolbar button 
29448 \begin_inset Graphics
29449         filename ../images/dialog-show-new-inset_ref.png
29450         embed ""
29451         scale 85
29452
29453 \end_inset
29454
29455 .
29456  A formula cross-reference appears in the output as formula number.
29457  When in the cross-reference dialog window the format 
29458 \series bold
29459 (<reference>)
29460 \series default
29461  is chosen, the cross-reference appears in the output as formula number
29462  in parentheses.
29463 \begin_inset Newline newline
29464 \end_inset
29465
29466 By right-clicking on a cross-reference in LyX, one jumps to the formula
29467  that is referenced.
29468 \end_layout
29469
29470 \begin_layout Standard
29471 Here are as examples cross-references to formulas of the following subsections:
29472 \begin_inset Note Note
29473 status open
29474
29475 \begin_layout Plain Layout
29476 Note the different cross-reference types.
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Standard
29485 The equations 
29486 \begin_inset CommandInset ref
29487 LatexCommand eqref
29488 reference "eq:tag"
29489
29490 \end_inset
29491
29492  and 
29493 \begin_inset CommandInset ref
29494 LatexCommand eqref
29495 reference "eq:c"
29496
29497 \end_inset
29498
29499  are equivalent.
29500  In (
29501 \begin_inset CommandInset ref
29502 LatexCommand ref
29503 reference "eq:Lat"
29504
29505 \end_inset
29506
29507 ) big Latin letters are used for the numbering in contrary to (
29508 \begin_inset CommandInset ref
29509 LatexCommand ref
29510 reference "eq:Rom"
29511
29512 \end_inset
29513
29514 ).
29515 \end_layout
29516
29517 \begin_layout Standard
29518 \begin_inset VSpace medskip
29519 \end_inset
29520
29521 When the argument of 
29522 \series bold
29523
29524 \backslash
29525 tag
29526 \begin_inset Foot
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530
29531 \series bold
29532
29533 \backslash
29534 tag
29535 \series default
29536  is described in 
29537 \begin_inset CommandInset ref
29538 LatexCommand ref
29539 reference "sub:User-defined-Numbering"
29540
29541 \end_inset
29542
29543 .
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \series default
29550  contains a box like in 
29551 \begin_inset CommandInset ref
29552 LatexCommand ref
29553 reference "sub:Paragraph-Boxes"
29554
29555 \end_inset
29556
29557 , the formula cannot be referenced.
29558 \end_layout
29559
29560 \begin_layout Subsection
29561 Subnumbering
29562 \begin_inset Index
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566 Formula numbering ! subnumbering
29567 \end_layout
29568
29569 \end_inset
29570
29571
29572 \end_layout
29573
29574 \begin_layout Standard
29575 With the help of the commands 
29576 \series bold
29577
29578 \backslash
29579 begin{subequations}
29580 \series default
29581  and 
29582 \series bold
29583
29584 \backslash
29585 end{subequations}
29586 \series default
29587  formulas can be subnumbered.
29588  Both commands are inserted in TeX-mode.
29589 \end_layout
29590
29591 \begin_layout Standard
29592 An example:
29593 \begin_inset Formula \begin{equation}
29594 A=C-B\label{eq:a}\end{equation}
29595
29596 \end_inset
29597
29598
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 addtocounter{equation}{-1}
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \begin_inset ERT
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616
29617
29618 \backslash
29619 begin{subequations}
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \begin_inset VSpace -5mm
29626 \end_inset
29627
29628
29629 \begin_inset Formula \begin{equation}
29630 B=C-A\label{eq:b}\end{equation}
29631
29632 \end_inset
29633
29634
29635 \begin_inset Formula \begin{equation}
29636 C=A+B\label{eq:c}\end{equation}
29637
29638 \end_inset
29639
29640
29641 \end_layout
29642
29643 \begin_layout Standard
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649
29650 \backslash
29651 end{subequations}
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Standard
29660 To create the example, the following is done:
29661 \end_layout
29662
29663 \begin_layout Enumerate
29664 first formula is inserted
29665 \end_layout
29666
29667 \begin_layout Enumerate
29668
29669 \series bold
29670
29671 \backslash
29672 addtocounter{equation}{-1} 
29673 \backslash
29674 begin{subequations}
29675 \begin_inset Index
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679 Commands ! A ! 
29680 \backslash
29681 addtocounter
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \begin_inset Newline newline
29688 \end_inset
29689
29690
29691 \series default
29692 is inserted after the first formula
29693 \end_layout
29694
29695 \begin_layout Enumerate
29696 second formula is inserted
29697 \end_layout
29698
29699 \begin_layout Enumerate
29700 third formula is inserted
29701 \end_layout
29702
29703 \begin_layout Enumerate
29704
29705 \series bold
29706
29707 \backslash
29708 end{subequations}
29709 \series default
29710  is inserted after the third formula
29711 \end_layout
29712
29713 \begin_layout Standard
29714 Every formula between the commands 
29715 \series bold
29716
29717 \backslash
29718 begin
29719 \series default
29720  and 
29721 \series bold
29722
29723 \backslash
29724 end
29725 \series default
29726  is subnumbered as a, b, 
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732
29733 \backslash
29734 linebreak 
29735 \end_layout
29736
29737 \end_inset
29738
29739 c, \SpecialChar \ldots{}
29740  For multiline formulas every line will be subnumbered.
29741  All subnumbered formulas are treated as 
29742 \emph on
29743 one
29744 \emph default
29745  numbered formula.
29746  But as every numbered formula increases the counter 
29747 \series bold
29748 equation
29749 \series default
29750  by one, the command 
29751 \series bold
29752
29753 \backslash
29754 addtocounter
29755 \series default
29756  is needed to decrease it.
29757  Otherwise the formulas 
29758 \begin_inset CommandInset ref
29759 LatexCommand eqref
29760 reference "eq:a"
29761
29762 \end_inset
29763
29764
29765 \begin_inset CommandInset ref
29766 LatexCommand eqref
29767 reference "eq:b"
29768
29769 \end_inset
29770
29771
29772 \begin_inset CommandInset ref
29773 LatexCommand eqref
29774 reference "eq:c"
29775
29776 \end_inset
29777
29778  would be numbered as 
29779 \begin_inset CommandInset ref
29780 LatexCommand eqref
29781 reference "eq:a"
29782
29783 \end_inset
29784
29785
29786 \begin_inset CommandInset ref
29787 LatexCommand eqref
29788 reference "eq:d"
29789
29790 \end_inset
29791
29792
29793 \begin_inset CommandInset ref
29794 LatexCommand eqref
29795 reference "eq:f"
29796
29797 \end_inset
29798
29799 .
29800 \end_layout
29801
29802 \begin_layout Standard
29803 By inserting the commands in TeX-mode, a space is created between the first
29804  two formulas.
29805  To revert this -5
29806 \begin_inset Space \thinspace{}
29807 \end_inset
29808
29809 mm vertical space is inserted after the command 
29810 \series bold
29811
29812 \backslash
29813 begin{subequations}
29814 \series default
29815 .
29816  When the formula style 
29817 \series bold
29818 Indented
29819 \begin_inset Foot
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823 formula styles see 
29824 \begin_inset CommandInset ref
29825 LatexCommand ref
29826 reference "sec:Formula-Styles"
29827
29828 \end_inset
29829
29830
29831 \end_layout
29832
29833 \end_inset
29834
29835
29836 \series default
29837  is used, -7
29838 \begin_inset Space \thinspace{}
29839 \end_inset
29840
29841 mm space is inserted instead.
29842 \end_layout
29843
29844 \begin_layout Standard
29845 Here is an example for a multiline formula where the numbering was turned
29846  off for the second line:
29847 \begin_inset ERT
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852
29853 \backslash
29854 begin{subequations}
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \begin_inset Formula \begin{eqnarray}
29861 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29862  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29863  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29864
29865 \end_inset
29866
29867
29868 \begin_inset ERT
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872
29873
29874 \backslash
29875 end{subequations}
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Subsection
29884 User-defined Numbering
29885 \begin_inset CommandInset label
29886 LatexCommand label
29887 name "sub:User-defined-Numbering"
29888
29889 \end_inset
29890
29891
29892 \begin_inset Index
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896 Formula numbering ! user-defined
29897 \end_layout
29898
29899 \end_inset
29900
29901
29902 \end_layout
29903
29904 \begin_layout Standard
29905 \begin_inset Index
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909 Formula numbering ! self-defined delimiters
29910 \end_layout
29911
29912 \end_inset
29913
29914 With the standard numbering parentheses are set around the formula number.
29915  To replace the parentheses for example by vertical bars, the following
29916  line is added to the LaTeX-preamble:
29917 \end_layout
29918
29919 \begin_layout Standard
29920
29921 \series bold
29922
29923 \backslash
29924 def
29925 \backslash
29926 tagform@#1{
29927 \backslash
29928 maketag@@@{|#1|}}
29929 \series default
29930
29931 \begin_inset Note Note
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935 This macro is already declared in the LaTeX-preamble for testing.
29936  To activate it, remove the percent sign at the beginning.
29937 \end_layout
29938
29939 \end_inset
29940
29941
29942 \end_layout
29943
29944 \begin_layout Standard
29945 To use other characters, the vertical bars besides the 
29946 \series bold
29947 #1
29948 \series default
29949  are replaced by one ore more characters.
29950  To get only the formula number the vertical bars are omitted.
29951 \end_layout
29952
29953 \begin_layout Standard
29954 \begin_inset VSpace bigskip
29955 \end_inset
29956
29957 When there should be an expression of your choice instead of the consecutive
29958  formula number in parentheses behind the formula, the command 
29959 \series bold
29960
29961 \backslash
29962 tag
29963 \series default
29964
29965 \begin_inset Index
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969 Commands ! T ! 
29970 \backslash
29971 tag
29972 \end_layout
29973
29974 \end_inset
29975
29976  is used:
29977 \begin_inset Formula \begin{equation}
29978 A+B=C\tag{something}\label{eq:tag}\end{equation}
29979
29980 \end_inset
29981
29982 In this example the command 
29983 \series bold
29984
29985 \backslash
29986 tag
29987 \begin_inset ERT
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991
29992
29993 \backslash
29994 spce 
29995 \end_layout
29996
29997 \end_inset
29998
29999 something
30000 \series default
30001  was inserted to the formula.
30002 \end_layout
30003
30004 \begin_layout Standard
30005 When the command 
30006 \series bold
30007
30008 \backslash
30009 tag*
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015
30016 \backslash
30017 spce 
30018 \end_layout
30019
30020 \end_inset
30021
30022 something
30023 \series default
30024  is inserted instead, the star prevents the parentheses around the expression:
30025 \begin_inset Formula \[
30026 A+B=C\tag*{something}\]
30027
30028 \end_inset
30029
30030
30031 \end_layout
30032
30033 \begin_layout Standard
30034 \begin_inset VSpace bigskip
30035 \end_inset
30036
30037 To restart the formula numbering with new document parts or sections, the
30038  following command is used:
30039 \end_layout
30040
30041 \begin_layout Standard
30042
30043 \series bold
30044
30045 \backslash
30046 @addtoreset{equation}{part}
30047 \series default
30048
30049 \begin_inset Index
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053 Commands ! 
30054 \begin_inset ERT
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058
30059 "
30060 \end_layout
30061
30062 \end_inset
30063
30064 @
30065 \begin_inset ERT
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070 "
30071 \end_layout
30072
30073 \end_inset
30074
30075  ! 
30076 \backslash
30077
30078 \begin_inset ERT
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082
30083 "
30084 \end_layout
30085
30086 \end_inset
30087
30088 @
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094 "
30095 \end_layout
30096
30097 \end_inset
30098
30099 addtoreset
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \begin_inset Newline newline
30106 \end_inset
30107
30108 resp.
30109 \begin_inset Newline newline
30110 \end_inset
30111
30112
30113 \series bold
30114
30115 \backslash
30116 @addtoreset{equation}{section}
30117 \end_layout
30118
30119 \begin_layout Standard
30120 To be able to use these commands in TeX-mode, the 
30121 \begin_inset Quotes eld
30122 \end_inset
30123
30124 @
30125 \begin_inset Quotes erd
30126 \end_inset
30127
30128  character has to be made 
30129 \begin_inset Quotes eld
30130 \end_inset
30131
30132 active
30133 \begin_inset Quotes erd
30134 \end_inset
30135
30136  for LaTeX using the command 
30137 \series bold
30138
30139 \backslash
30140 makeatletter.
30141
30142 \series default
30143  The command 
30144 \series bold
30145
30146 \backslash
30147 makeatother
30148 \series default
30149  reverts this.
30150  So the command sequence in TeX-mode is:
30151 \end_layout
30152
30153 \begin_layout Standard
30154
30155 \series bold
30156
30157 \backslash
30158 makeatletter
30159 \begin_inset Newline newline
30160 \end_inset
30161
30162
30163 \backslash
30164 @addtoreset{equation}{section}
30165 \begin_inset Newline newline
30166 \end_inset
30167
30168
30169 \backslash
30170 makeatother
30171 \end_layout
30172
30173 \begin_layout Standard
30174 In the LaTeX-preamble 
30175 \series bold
30176
30177 \backslash
30178 makeatletter
30179 \series default
30180  and 
30181 \series bold
30182
30183 \backslash
30184 makeatother
30185 \series default
30186  can be omitted as they are automatically internally inserted by LyX.
30187 \end_layout
30188
30189 \begin_layout Standard
30190 To revert 
30191 \series bold
30192
30193 \backslash
30194 @addtoreset
30195 \series default
30196 , the file 
30197 \series bold
30198 remreset.sty
30199 \series default
30200
30201 \begin_inset Foot
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205
30206 \series bold
30207 remreset
30208 \series default
30209  is part of the LaTeX-package 
30210 \series bold
30211 carlisle
30212 \series default
30213
30214 \begin_inset Index
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218 Packages ! carlisle
30219 \end_layout
30220
30221 \end_inset
30222
30223  that is part of every LaTeX standard installation.
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \begin_inset Index
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233 Packages ! remreset
30234 \end_layout
30235
30236 \end_inset
30237
30238  has to be loaded in the LaTeX-preamble with the line
30239 \end_layout
30240
30241 \begin_layout Standard
30242
30243 \series bold
30244
30245 \backslash
30246 usepackage{remreset}
30247 \end_layout
30248
30249 \begin_layout Standard
30250 Then the command 
30251 \series bold
30252
30253 \backslash
30254 @removefromreset
30255 \series default
30256
30257 \begin_inset Index
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261 Commands ! 
30262 \begin_inset ERT
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266
30267 "
30268 \end_layout
30269
30270 \end_inset
30271
30272 @
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278 "
30279 \end_layout
30280
30281 \end_inset
30282
30283  ! 
30284 \backslash
30285
30286 \begin_inset ERT
30287 status collapsed
30288
30289 \begin_layout Plain Layout
30290
30291 "
30292 \end_layout
30293
30294 \end_inset
30295
30296 @
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302 "
30303 \end_layout
30304
30305 \end_inset
30306
30307 removefromreset
30308 \end_layout
30309
30310 \end_inset
30311
30312  can be used with the same scheme as 
30313 \series bold
30314
30315 \backslash
30316 @addtoreset
30317 \series default
30318 .
30319 \end_layout
30320
30321 \begin_layout Standard
30322 \begin_inset VSpace bigskip
30323 \end_inset
30324
30325 Sometimes formulas should be numbered in the following form:
30326 \end_layout
30327
30328 \begin_layout Standard
30329
30330 \family typewriter
30331 (section number.formula number)
30332 \end_layout
30333
30334 \begin_layout Standard
30335 The formula number should start with every section with 
30336 \begin_inset Quotes eld
30337 \end_inset
30338
30339 1
30340 \begin_inset Quotes erd
30341 \end_inset
30342
30343 .
30344 \end_layout
30345
30346 \begin_layout Standard
30347 For this case there is the command 
30348 \series bold
30349
30350 \backslash
30351 numberwithin
30352 \series default
30353
30354 \begin_inset Index
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358 Commands ! N ! 
30359 \backslash
30360 numberwithin
30361 \end_layout
30362
30363 \end_inset
30364
30365 , which is used with the following scheme:
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 numberwithin{counter}{sectioning}
30374 \end_layout
30375
30376 \begin_layout Standard
30377 Counter denotes what kind of numbering is affected, sectioning denotes what
30378  number is before the dot.
30379 \end_layout
30380
30381 \begin_layout Standard
30382 Thus in our case the following LaTeX-preamble or ERT line is used:
30383 \end_layout
30384
30385 \begin_layout Standard
30386
30387 \series bold
30388
30389 \backslash
30390 numberwithin{equation}{section}
30391 \end_layout
30392
30393 \begin_layout Standard
30394 This is the result:
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400
30401 \backslash
30402 numberwithin{equation}{section}
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \begin_inset Formula \begin{equation}
30409 A+B=C\end{equation}
30410
30411 \end_inset
30412
30413
30414 \end_layout
30415
30416 \begin_layout Standard
30417 To number e.
30418 \begin_inset Space \thinspace{}
30419 \end_inset
30420
30421 g.
30422 \begin_inset Space ~
30423 \end_inset
30424
30425 tables so that the number of the part is the sectioning,
30426 \begin_inset Newline newline
30427 \end_inset
30428
30429
30430 \series bold
30431
30432 \backslash
30433 numberwithin{table}{part}
30434 \series default
30435  is used.
30436 \end_layout
30437
30438 \begin_layout Standard
30439 To go back to the standard numbering or to prevent this kind of numbering
30440  when it is defined by the document class, the following command is inserted
30441  as ERT or to the LaTeX-preamble:
30442 \end_layout
30443
30444 \begin_layout Standard
30445
30446 \series bold
30447
30448 \backslash
30449 renewcommand{
30450 \backslash
30451 theequation}{
30452 \backslash
30453 arabic{equation}}
30454 \begin_inset Index
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458 Commands ! A ! 
30459 \backslash
30460 arabic
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \series default
30467
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 renewcommand{
30476 \backslash
30477 theequation}{
30478 \backslash
30479 arabic{equation}}
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \series bold
30486
30487 \begin_inset Newline newline
30488 \end_inset
30489
30490
30491 \series default
30492 or
30493 \series bold
30494
30495 \begin_inset Newline newline
30496 \end_inset
30497
30498
30499 \backslash
30500 renewcommand{
30501 \backslash
30502 thetable}{
30503 \backslash
30504 arabic{table}}
30505 \end_layout
30506
30507 \begin_layout Standard
30508
30509 \series bold
30510
30511 \backslash
30512 numberwithin
30513 \series default
30514  uses internally the command 
30515 \series bold
30516
30517 \backslash
30518 @addtoreset
30519 \series default
30520 , described above, that also needs to be reverted.
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526
30527 \backslash
30528 makeatletter
30529 \end_layout
30530
30531 \begin_layout Plain Layout
30532
30533
30534 \backslash
30535 @removefromreset{equation}{section}
30536 \end_layout
30537
30538 \begin_layout Plain Layout
30539
30540
30541 \backslash
30542 makeatother
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \end_layout
30549
30550 \begin_layout Subsection
30551 Numbering with Roman Numbers and Letters
30552 \begin_inset CommandInset label
30553 LatexCommand label
30554 name "sub:Numbering-with-Roman"
30555
30556 \end_inset
30557
30558
30559 \begin_inset Index
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563 Formula numbering ! with letters
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset Index
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573 Formula numbering ! with Roman numbers
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \end_layout
30580
30581 \begin_layout Standard
30582 Formulas can also be numbered with Roman numbers and Latin letters.
30583  To number for example with small Roman numbers, the command
30584 \end_layout
30585
30586 \begin_layout Standard
30587
30588 \series bold
30589
30590 \backslash
30591 renewcommand{
30592 \backslash
30593 theequation}{
30594 \backslash
30595 roman{equation}}
30596 \end_layout
30597
30598 \begin_layout Standard
30599 is inserted before the formula in TeX-mode.
30600  
30601 \series bold
30602
30603 \backslash
30604 renewcommand
30605 \series default
30606
30607 \begin_inset Index
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611 Commands ! R ! 
30612 \backslash
30613 renewcommand
30614 \end_layout
30615
30616 \end_inset
30617
30618  redefines the predefined command 
30619 \series bold
30620
30621 \backslash
30622 theequation
30623 \series default
30624  to the command 
30625 \series bold
30626
30627 \backslash
30628 roman{equation}
30629 \series default
30630
30631 \begin_inset Foot
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 The command 
30636 \series bold
30637
30638 \backslash
30639 renewcommand
30640 \series default
30641  has the same scheme like the command 
30642 \series bold
30643
30644 \backslash
30645 newcommand
30646 \series default
30647  that is described in 
30648 \begin_inset CommandInset ref
30649 LatexCommand ref
30650 reference "sec:User-defined-commands"
30651
30652 \end_inset
30653
30654 .
30655 \end_layout
30656
30657 \end_inset
30658
30659 .
30660  
30661 \series bold
30662 equation
30663 \series default
30664  is the formula counter.
30665  When the command 
30666 \series bold
30667
30668 \backslash
30669 the
30670 \series default
30671  is used as prefix for a counter, the value of the counter is output as
30672  Arabic number.
30673  When a formula is numbered, LaTeX sets internally the command 
30674 \series bold
30675
30676 \backslash
30677 theequation
30678 \series default
30679  behind the formula.
30680  
30681 \series bold
30682
30683 \backslash
30684 roman{equation}
30685 \begin_inset Index
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689 Commands ! R ! 
30690 \backslash
30691 roman
30692 \end_layout
30693
30694 \end_inset
30695
30696
30697 \series default
30698  outputs the counter as small Roman number.
30699 \end_layout
30700
30701 \begin_layout Standard
30702 All formulas behind the command 
30703 \series bold
30704
30705 \backslash
30706 renew
30707 \series default
30708 c
30709 \series bold
30710 ommand
30711 \series default
30712  are now numbered Roman.
30713  To switch to numbering with big Roman numbers, the command is inserted
30714  again, but 
30715 \series bold
30716
30717 \backslash
30718 roman
30719 \series default
30720  is replaced by 
30721 \series bold
30722
30723 \backslash
30724 Roman
30725 \series default
30726
30727 \begin_inset Index
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731 Commands ! R ! 
30732 \backslash
30733 roman@
30734 \backslash
30735 Roman
30736 \end_layout
30737
30738 \end_inset
30739
30740 .
30741  To 
30742 \begin_inset Quotes eld
30743 \end_inset
30744
30745 number
30746 \begin_inset Quotes erd
30747 \end_inset
30748
30749  with small Latin letters there is the command 
30750 \series bold
30751
30752 \backslash
30753 alph
30754 \series default
30755
30756 \begin_inset Index
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760 Commands ! A ! 
30761 \backslash
30762 alph
30763 \end_layout
30764
30765 \end_inset
30766
30767 , for big ones there is the command 
30768 \series bold
30769
30770 \backslash
30771 Alph
30772 \series default
30773
30774 \begin_inset Index
30775 status open
30776
30777 \begin_layout Plain Layout
30778 Commands ! A ! 
30779 \backslash
30780 alph@
30781 \backslash
30782 Alph
30783 \end_layout
30784
30785 \end_inset
30786
30787 .
30788 \end_layout
30789
30790 \begin_layout Standard
30791 \begin_inset Note Greyedout
30792 status open
30793
30794 \begin_layout Plain Layout
30795
30796 \series bold
30797 Note:
30798 \series default
30799  Only maximal 26 formulas can be numbered with Latin letters in one document.
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \begin_layout Standard
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813
30814 \backslash
30815 renewcommand{
30816 \backslash
30817 theequation}{
30818 \backslash
30819 roman{equation}}
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \begin_layout Standard
30828 \begin_inset Formula \begin{equation}
30829 A=\textrm{small roman}\label{eq:rom}\end{equation}
30830
30831 \end_inset
30832
30833
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839
30840 \backslash
30841 renewcommand{
30842 \backslash
30843 theequation}{
30844 \backslash
30845 Roman{equation}}
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \begin_inset Formula \begin{equation}
30852 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30853
30854 \end_inset
30855
30856
30857 \begin_inset ERT
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861
30862
30863 \backslash
30864 renewcommand{
30865 \backslash
30866 theequation}{
30867 \backslash
30868 alph{equation}}
30869 \end_layout
30870
30871 \end_inset
30872
30873
30874 \begin_inset Formula \begin{equation}
30875 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30876
30877 \end_inset
30878
30879
30880 \begin_inset ERT
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884
30885
30886 \backslash
30887 renewcommand{
30888 \backslash
30889 theequation}{
30890 \backslash
30891 Alph{equation}}
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset Formula \begin{equation}
30898 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30899
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \begin_layout Standard
30906 To switch back to the default numbering, insert the command:
30907 \end_layout
30908
30909 \begin_layout Standard
30910
30911 \series bold
30912
30913 \backslash
30914 renewcommand{
30915 \backslash
30916 theequation}{
30917 \backslash
30918 arabic{equation}}
30919 \begin_inset Index
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923 Commands ! A ! 
30924 \backslash
30925 arabic
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939
30940 \backslash
30941 renewcommand{
30942 \backslash
30943 theequation}{
30944 \backslash
30945 arabic{equation}}
30946 \end_layout
30947
30948 \end_inset
30949
30950
30951 \begin_inset Formula \begin{equation}
30952 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset VSpace medskip
30961 \end_inset
30962
30963 As you see, formulas are numbered serially independent from the numbering
30964  style.
30965  When then numbering should start with 
30966 \begin_inset Quotes eld
30967 \end_inset
30968
30969 1
30970 \begin_inset Quotes erd
30971 \end_inset
30972
30973  when the style is changed, new equation counters have to be defined.
30974  A description about this can be found in the file 
30975 \begin_inset CommandInset href
30976 LatexCommand href
30977 target "Formula-numbering.lyx"
30978
30979 \end_inset
30980
30981 .
30982 \end_layout
30983
30984 \begin_layout Section
30985 User-defined commands
30986 \begin_inset CommandInset label
30987 LatexCommand label
30988 name "sec:User-defined-commands"
30989
30990 \end_inset
30991
30992
30993 \begin_inset Index
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997 User-defined commands
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Standard
31006 Many LaTeX-commands are too long to be used frequently.
31007  But it is possible to define with the command 
31008 \series bold
31009
31010 \backslash
31011 newcommand
31012 \series default
31013
31014 \begin_inset Index
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 Commands ! N ! 
31019 \backslash
31020 newcommand
31021 \end_layout
31022
31023 \end_inset
31024
31025  new shorter commands.
31026 \end_layout
31027
31028 \begin_layout Standard
31029 The command scheme of 
31030 \series bold
31031
31032 \backslash
31033 newcommand
31034 \series default
31035  is:
31036 \end_layout
31037
31038 \begin_layout Standard
31039
31040 \series bold
31041
31042 \backslash
31043 newcommand{new command name}[number of arguments][optional
31044 \series default
31045  
31046 \series bold
31047 value]
31048 \begin_inset Newline newline
31049 \end_inset
31050
31051
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057
31058 \backslash
31059 phantom{
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \backslash
31066 newcommand
31067 \begin_inset ERT
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071
31072 }
31073 \end_layout
31074
31075 \end_inset
31076
31077 {command definition}
31078 \end_layout
31079
31080 \begin_layout Standard
31081 \begin_inset Note Greyedout
31082 status open
31083
31084 \begin_layout Plain Layout
31085
31086 \series bold
31087 Note:
31088 \series default
31089  Assure that the name of the new command is not already used in your document
31090  or by LaTeX-packages that you use.
31091  When you for example define the command 
31092 \series bold
31093
31094 \backslash
31095 le
31096 \series default
31097  for 
31098 \series bold
31099
31100 \backslash
31101 Leftarrow
31102 \series default
31103 , you get an error message because 
31104 \series bold
31105
31106 \backslash
31107 le
31108 \series default
31109  is already defined as command for 
31110 \begin_inset Quotes eld
31111 \end_inset
31112
31113
31114 \begin_inset Formula $\le$
31115 \end_inset
31116
31117
31118 \begin_inset Quotes erd
31119 \end_inset
31120
31121 .
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Standard
31130 \begin_inset Note Greyedout
31131 status open
31132
31133 \begin_layout Plain Layout
31134
31135 \series bold
31136 Note:
31137 \series default
31138  The names of user-defined commands may only consist of Latin letters.
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \end_layout
31145
31146 \begin_layout Standard
31147 The number of arguments is an integer in the range 0
31148 \begin_inset Space \thinspace{}
31149 \end_inset
31150
31151 -
31152 \begin_inset Space \thinspace{}
31153 \end_inset
31154
31155 9 and specifies how many arguments the new command should have.
31156  With the optional value a value for an optional argument can be predefined.
31157  When this is done, the 
31158 \emph on
31159 first
31160 \emph default
31161  
31162 \emph on
31163 a
31164 \emph default
31165 rgument of the new command is automatically an optional one.
31166 \end_layout
31167
31168 \begin_layout Standard
31169 Here are some examples:
31170 \end_layout
31171
31172 \begin_layout Itemize
31173 To define the command 
31174 \series bold
31175
31176 \backslash
31177 gr
31178 \series default
31179  for 
31180 \series bold
31181
31182 \backslash
31183 Longrightarrow
31184 \series default
31185 , the LaTeX-preamble line is:
31186 \begin_inset ERT
31187 status collapsed
31188
31189 \begin_layout Plain Layout
31190
31191
31192 \backslash
31193 medskip
31194 \end_layout
31195
31196 \end_inset
31197
31198
31199 \series bold
31200
31201 \begin_inset Newline newline
31202 \end_inset
31203
31204
31205 \backslash
31206 newcommand{
31207 \backslash
31208 gr}{
31209 \backslash
31210 Longrightarrow}
31211 \end_layout
31212
31213 \begin_layout Itemize
31214 To define the command 
31215 \series bold
31216
31217 \backslash
31218 us
31219 \series default
31220  for 
31221 \series bold
31222
31223 \backslash
31224 underline
31225 \series default
31226 , the argument (that should be underlined) must be taken into account.
31227  For this the preamble line is:
31228 \begin_inset ERT
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232
31233
31234 \backslash
31235 medskip
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \series bold
31242
31243 \begin_inset Newline newline
31244 \end_inset
31245
31246
31247 \backslash
31248 newcommand{
31249 \backslash
31250 us}[1]{
31251 \backslash
31252 underline{#1}}
31253 \series default
31254
31255 \begin_inset ERT
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259
31260
31261 \backslash
31262 medskip
31263 \end_layout
31264
31265 \end_inset
31266
31267
31268 \series bold
31269
31270 \begin_inset Newline newline
31271 \end_inset
31272
31273
31274 \series default
31275 The character 
31276 \series bold
31277 #
31278 \series default
31279  acts as argument placeholder, the 
31280 \series bold
31281 1
31282 \series default
31283  behind it denotes that it is the placeholder for the first argument.
31284 \end_layout
31285
31286 \begin_layout Itemize
31287 For 
31288 \series bold
31289
31290 \backslash
31291 framebox
31292 \series default
31293  one can e.
31294 \begin_inset Space \thinspace{}
31295 \end_inset
31296
31297 g.
31298 \begin_inset Space ~
31299 \end_inset
31300
31301 define the command 
31302 \series bold
31303
31304 \backslash
31305 fb
31306 \series default
31307 :
31308 \begin_inset ERT
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312
31313
31314 \backslash
31315 medskip
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \series bold
31322
31323 \begin_inset Newline newline
31324 \end_inset
31325
31326
31327 \backslash
31328 newcommand{
31329 \backslash
31330 fb}[3]{
31331 \backslash
31332 framebox#1#2{$#3$}}
31333 \series default
31334
31335 \begin_inset ERT
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340
31341 \backslash
31342 medskip
31343 \end_layout
31344
31345 \end_inset
31346
31347
31348 \series bold
31349
31350 \begin_inset Newline newline
31351 \end_inset
31352
31353
31354 \series default
31355 The two Dollar signs creates the extra formula needed for 
31356 \series bold
31357
31358 \backslash
31359 framebox
31360 \series default
31361 , see 
31362 \begin_inset CommandInset ref
31363 LatexCommand ref
31364 reference "sub:Boxes-with-Frame"
31365
31366 \end_inset
31367
31368 .
31369 \end_layout
31370
31371 \begin_layout Itemize
31372 To create a new command for 
31373 \series bold
31374
31375 \backslash
31376 fcolorbox
31377 \series default
31378  where the color for the box needn't to be specified, the argument for the
31379  color is defined optional:
31380 \begin_inset ERT
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384
31385
31386 \backslash
31387 medskip
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \series bold
31394
31395 \begin_inset Newline newline
31396 \end_inset
31397
31398
31399 \backslash
31400 newcommand{
31401 \backslash
31402 cb}[3][white]{
31403 \backslash
31404 fcolorbox{#2}{#1}{$#3$}}
31405 \series default
31406
31407 \begin_inset ERT
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411
31412
31413 \backslash
31414 medskip
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \begin_inset Newline newline
31421 \end_inset
31422
31423 When the color is not specified when using 
31424 \series bold
31425
31426 \backslash
31427 cb
31428 \series default
31429 , the predefined color 
31430 \series bold
31431 white
31432 \series default
31433  will be used.
31434 \end_layout
31435
31436 \begin_layout Standard
31437 A test of the new defined commands:
31438 \end_layout
31439
31440 \begin_layout Standard
31441 \align center
31442 \begin_inset Tabular
31443 <lyxtabular version="3" rows="6" columns="2">
31444 <features>
31445 <column alignment="center" valignment="top" width="0">
31446 <column alignment="center" valignment="top" width="0">
31447 <row>
31448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31449 \begin_inset Text
31450
31451 \begin_layout Plain Layout
31452 Command
31453 \end_layout
31454
31455 \end_inset
31456 </cell>
31457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31458 \begin_inset Text
31459
31460 \begin_layout Plain Layout
31461 Result
31462 \begin_inset Note Note
31463 status collapsed
31464
31465 \begin_layout Plain Layout
31466
31467 \series bold
31468
31469 \backslash
31470 raisebox
31471 \series default
31472  is only used as spacer.
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \end_inset
31481 </cell>
31482 </row>
31483 <row>
31484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31485 \begin_inset Text
31486
31487 \begin_layout Plain Layout
31488 A
31489 \backslash
31490 gr
31491 \begin_inset ERT
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495
31496
31497 \backslash
31498 spce 
31499 \end_layout
31500
31501 \end_inset
31502
31503 B
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Plain Layout
31512 \begin_inset Formula $A\gr  B$
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \end_inset
31519 </cell>
31520 </row>
31521 <row>
31522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31523 \begin_inset Text
31524
31525 \begin_layout Plain Layout
31526
31527 \backslash
31528 us{ABcd
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31534 \begin_inset Text
31535
31536 \begin_layout Plain Layout
31537 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \end_inset
31544 </cell>
31545 </row>
31546 <row>
31547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551
31552 \backslash
31553 fb{[2cm]
31554 \begin_inset Formula $\to$
31555 \end_inset
31556
31557
31558 \backslash
31559 {
31560 \begin_inset Formula $\to$
31561 \end_inset
31562
31563
31564 \backslash
31565 {
31566 \backslash
31567 int
31568 \begin_inset ERT
31569 status collapsed
31570
31571 \begin_layout Plain Layout
31572
31573
31574 \backslash
31575 spce 
31576 \end_layout
31577
31578 \end_inset
31579
31580 A=B
31581 \end_layout
31582
31583 \end_inset
31584 </cell>
31585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31586 \begin_inset Text
31587
31588 \begin_layout Plain Layout
31589 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \end_inset
31596 </cell>
31597 </row>
31598 <row>
31599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31600 \begin_inset Text
31601
31602 \begin_layout Plain Layout
31603
31604 \backslash
31605 cb{red
31606 \begin_inset Formula $\to$
31607 \end_inset
31608
31609
31610 \backslash
31611 {
31612 \backslash
31613 int
31614 \begin_inset ERT
31615 status collapsed
31616
31617 \begin_layout Plain Layout
31618
31619
31620 \backslash
31621 spce 
31622 \end_layout
31623
31624 \end_inset
31625
31626 A=B
31627 \end_layout
31628
31629 \end_inset
31630 </cell>
31631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31632 \begin_inset Text
31633
31634 \begin_layout Plain Layout
31635 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 </row>
31644 <row>
31645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649
31650 \backslash
31651 cb[green]
31652 \backslash
31653 {red
31654 \begin_inset Formula $\to$
31655 \end_inset
31656
31657
31658 \backslash
31659 {
31660 \backslash
31661 int
31662 \begin_inset ERT
31663 status collapsed
31664
31665 \begin_layout Plain Layout
31666
31667
31668 \backslash
31669 spce 
31670 \end_layout
31671
31672 \end_inset
31673
31674 A=B
31675 \end_layout
31676
31677 \end_inset
31678 </cell>
31679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31680 \begin_inset Text
31681
31682 \begin_layout Plain Layout
31683 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \end_inset
31690 </cell>
31691 </row>
31692 </lyxtabular>
31693
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \begin_layout Section
31700 Diagrams
31701 \begin_inset Index
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705 Diagrams
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \begin_layout Standard
31714 To create diagrams, the LaTeX-package 
31715 \series bold
31716 amscd
31717 \begin_inset Foot
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721
31722 \series bold
31723 amscd
31724 \series default
31725  is part of every LaTeX standard installation.
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \series default
31732
31733 \begin_inset Index
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 Packages ! amscd
31738 \end_layout
31739
31740 \end_inset
31741
31742  is needed.
31743  It is loaded in the LaTeX-preamble with the line
31744 \end_layout
31745
31746 \begin_layout Standard
31747
31748 \series bold
31749
31750 \backslash
31751 usepackage{amscd}
31752 \end_layout
31753
31754 \begin_layout Standard
31755 Diagrams visualize relations and look like this:
31756 \begin_inset Formula \[
31757 \begin{CD}A@>>>B@>>>C\\
31758 @AAA@.@VVV\\
31759 F@<<<E@<<<D\end{CD}\]
31760
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \begin_layout Standard
31767 To get them, the command 
31768 \series bold
31769
31770 \backslash
31771 CD
31772 \begin_inset Index
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776 Commands ! C ! 
31777 \backslash
31778 CD
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \series default
31785  is inserted to a formula.
31786  A blue box appears with two dashed lines where further commands can be
31787  inserted.
31788  With 
31789 \family sans
31790 Ctrl-Return
31791 \family default
31792  a new line is created.
31793  Horizontal relations are inserted in odd, vertical in even formula lines.
31794 \end_layout
31795
31796 \begin_layout Standard
31797 To create the relations there are the following commands:
31798 \end_layout
31799
31800 \begin_layout Itemize
31801
31802 \series bold
31803 @<<<
31804 \series default
31805  creates a left arrow, 
31806 \series bold
31807 @>>>
31808 \series default
31809  a right arrow, and 
31810 \series bold
31811 @=
31812 \series default
31813  a long equal sign
31814 \end_layout
31815
31816 \begin_layout Itemize
31817
31818 \series bold
31819 @AAA
31820 \series default
31821  creates an up arrow, 
31822 \series bold
31823 @VVV
31824 \series default
31825  an down arrow, and 
31826 \series bold
31827 @|
31828 \series default
31829  a vertical equal sign
31830 \end_layout
31831
31832 \begin_layout Itemize
31833
31834 \series bold
31835 @.
31836
31837 \series default
31838  is a placeholder for non-existent relations
31839 \end_layout
31840
31841 \begin_layout Standard
31842 All arrows can be labeled as follows:
31843 \end_layout
31844
31845 \begin_layout Itemize
31846 Is text inserted between the first and second < or >, resp., it is placed
31847  above the arrow.
31848  When it is inserted between the second and third one, it appears under
31849  the arrow.
31850 \end_layout
31851
31852 \begin_layout Itemize
31853 When text for vertical arrows is inserted between the first and second A
31854  or V, resp., it is placed left beside the arrow.
31855  When it is inserted between the second and third one, it appears right
31856  beside the arrow.
31857  If the text contains an A or V, these letters must be set into a TeX-brace.
31858 \end_layout
31859
31860 \begin_layout Standard
31861 As example a diagram with all possible relations:
31862 \end_layout
31863
31864 \begin_layout Standard
31865 \begin_inset Formula \[
31866 \begin{CD}A@>j>>B@>>k>C@=F\\
31867 @AmAA@.@VV{V}V@|\\
31868 D@<<j<E@>k>>F@=C\end{CD}\]
31869
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \begin_layout Standard
31876 The command for this is:
31877 \begin_inset Newline newline
31878 \end_inset
31879
31880
31881 \series bold
31882
31883 \backslash
31884 CD
31885 \begin_inset ERT
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889
31890
31891 \backslash
31892 spce 
31893 \end_layout
31894
31895 \end_inset
31896
31897 A@>j>>B@>>k>C@=F Ctrl-Enter
31898 \begin_inset Newline newline
31899 \end_inset
31900
31901
31902 \begin_inset ERT
31903 status collapsed
31904
31905 \begin_layout Plain Layout
31906
31907
31908 \backslash
31909 hphantom{
31910 \end_layout
31911
31912 \end_inset
31913
31914
31915 \backslash
31916 CD
31917 \begin_inset ERT
31918 status collapsed
31919
31920 \begin_layout Plain Layout
31921
31922
31923 \backslash
31924 spce 
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \begin_inset ERT
31931 status collapsed
31932
31933 \begin_layout Plain Layout
31934
31935 }
31936 \end_layout
31937
31938 \end_inset
31939
31940 @AmAA@.@VV
31941 \backslash
31942 {V
31943 \series default
31944
31945 \begin_inset Formula $\to$
31946 \end_inset
31947
31948
31949 \series bold
31950 V@| Ctrl-Enter
31951 \begin_inset Newline newline
31952 \end_inset
31953
31954
31955 \begin_inset ERT
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959
31960
31961 \backslash
31962 hphantom{
31963 \end_layout
31964
31965 \end_inset
31966
31967
31968 \backslash
31969 CD
31970 \begin_inset ERT
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974
31975
31976 \backslash
31977 spce 
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \begin_inset ERT
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987
31988 }
31989 \end_layout
31990
31991 \end_inset
31992
31993 D@<<j<E@>k>>F@=C
31994 \end_layout
31995
31996 \begin_layout Standard
31997 \begin_inset Newpage newpage
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \begin_layout Section
32004 Tips
32005 \begin_inset ERT
32006 status collapsed
32007
32008 \begin_layout Plain Layout
32009
32010
32011 \backslash
32012 texorpdfstring{
32013 \end_layout
32014
32015 \end_inset
32016
32017
32018 \begin_inset Foot
32019 status collapsed
32020
32021 \begin_layout Plain Layout
32022 Other useful math tips can be found in 
32023 \begin_inset CommandInset citation
32024 LatexCommand cite
32025 key "Voss"
32026
32027 \end_inset
32028
32029 .
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \begin_inset ERT
32036 status collapsed
32037
32038 \begin_layout Plain Layout
32039
32040 }{}
32041 \end_layout
32042
32043 \end_inset
32044
32045
32046 \begin_inset Note Note
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050
32051 \backslash
32052 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
32053 \end_layout
32054
32055 \begin_layout Plain Layout
32056 More about 
32057 \backslash
32058 texorpdfstring is in section 
32059 \begin_inset CommandInset ref
32060 LatexCommand ref
32061 reference "sub:Formulas-in-Section"
32062
32063 \end_inset
32064
32065 .
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \begin_inset Index
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075 Tips
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \begin_inset Index
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085 Ions|see
32086 \begin_inset ERT
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090
32091 {
32092 \end_layout
32093
32094 \end_inset
32095
32096 Chemical characters
32097 \begin_inset ERT
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101
32102 }
32103 \end_layout
32104
32105 \end_inset
32106
32107
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Subsection
32116 Chemical Symbols and Equations
32117 \begin_inset CommandInset label
32118 LatexCommand label
32119 name "sub:Chemical-Symbols-and"
32120
32121 \end_inset
32122
32123
32124 \begin_inset Index
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128 Chemical characters ! Symbols
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \begin_inset Index
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138 Chemical equations
32139 \end_layout
32140
32141 \end_inset
32142
32143
32144 \begin_inset Index
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148 Symbols ! chemical
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Standard
32157 An example text from chemistry:
32158 \end_layout
32159
32160 \begin_layout Quote
32161 The 
32162 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32163 \end_inset
32164
32165 -ion reacts with two 
32166 \begin_inset Formula $\mathrm{Na^{+}}$
32167 \end_inset
32168
32169 -ions to sodium sulfate 
32170 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32171 \end_inset
32172
32173 .
32174  The chemical equation for this is:
32175 \begin_inset Formula \[
32176 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 This chemical equation can directly be created as formula.
32185  To avoid that the symbols appear italic, everything is highlighted and
32186  changed by the shortcut 
32187 \family sans
32188 Alt-c
32189 \begin_inset Space ~
32190 \end_inset
32191
32192 r
32193 \family default
32194  to the upright font style.
32195 \begin_inset Foot
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199 font styles
32200 \series bold
32201  
32202 \series default
32203 see 
32204 \begin_inset CommandInset ref
32205 LatexCommand ref
32206 reference "sub:Font-Styles"
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Subsection
32219 Negative Numbers
32220 \begin_inset Index
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224 Numbers ! negative
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Standard
32233 Negative numbers often look ugly in formulas because the minus sign before
32234  the number is set with the same length as the minus operator sign.
32235  When writing the negative number in normal text, the minus sign appears
32236  correctly.
32237 \end_layout
32238
32239 \begin_layout Standard
32240 Thus, the problem disappears when converting the minus sign to mathematical
32241  text.
32242 \end_layout
32243
32244 \begin_layout Standard
32245 An example to visualize the problem:
32246 \end_layout
32247
32248 \begin_layout Standard
32249 \align center
32250 \begin_inset Tabular
32251 <lyxtabular version="3" rows="3" columns="2">
32252 <features>
32253 <column alignment="right" valignment="top" width="0">
32254 <column alignment="left" valignment="top" width="0">
32255 <row>
32256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32257 \begin_inset Text
32258
32259 \begin_layout Plain Layout
32260 normal text:
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269 x = -2
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 </row>
32275 <row>
32276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32277 \begin_inset Text
32278
32279 \begin_layout Plain Layout
32280 formula:
32281 \end_layout
32282
32283 \end_inset
32284 </cell>
32285 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32286 \begin_inset Text
32287
32288 \begin_layout Plain Layout
32289 \begin_inset Formula $x=-2$
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 </row>
32298 <row>
32299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303 solution:
32304 \end_layout
32305
32306 \end_inset
32307 </cell>
32308 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32309 \begin_inset Text
32310
32311 \begin_layout Plain Layout
32312 \begin_inset Formula $x=\textrm{-}2$
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \end_inset
32319 </cell>
32320 </row>
32321 </lyxtabular>
32322
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \begin_layout Subsection
32329 Comma as Decimal Separator
32330 \begin_inset Index
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334 Comma
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Standard
32343 In LaTeX a comma inside a formula is used, according to the English convention,
32344  as number group separator.
32345  So there will be space added behind all commas in formulas.
32346 \end_layout
32347
32348 \begin_layout Standard
32349 To avoid this, the comma is highlighted and changed to mathematical text
32350  (shortcut 
32351 \family sans
32352 Alt-m
32353 \begin_inset Space ~
32354 \end_inset
32355
32356 m
32357 \family default
32358 ).
32359 \end_layout
32360
32361 \begin_layout Standard
32362 To use all formula commas in the document as decimal separator, the file
32363  
32364 \series bold
32365 icomma.sty
32366 \series default
32367
32368 \begin_inset Foot
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372
32373 \series bold
32374 icomma
32375 \series default
32376  is part of the LaTeX-package 
32377 \series bold
32378 was
32379 \series default
32380
32381 \begin_inset Index
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385 Packages ! was
32386 \begin_inset VSpace 4mm
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \end_inset
32393
32394 .
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \begin_inset Index
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404 Packages ! icomma
32405 \end_layout
32406
32407 \end_inset
32408
32409  is loaded with the LaTeX-preamble line
32410 \end_layout
32411
32412 \begin_layout Standard
32413
32414 \series bold
32415
32416 \backslash
32417 usepackage{icomma}
32418 \end_layout
32419
32420 \begin_layout Subsection
32421 Physical Vectors
32422 \begin_inset CommandInset label
32423 LatexCommand label
32424 name "sub:Physical-Vectors"
32425
32426 \end_inset
32427
32428
32429 \begin_inset Index
32430 status collapsed
32431
32432 \begin_layout Plain Layout
32433 Vectors ! physical
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 Predefined vectors are offered by the LaTeX-package 
32443 \series bold
32444 braket
32445 \series default
32446
32447 \begin_inset Foot
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451
32452 \series bold
32453 braket
32454 \series default
32455  should be part of every LaTeX standard installation.
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \begin_inset Index
32462 status collapsed
32463
32464 \begin_layout Plain Layout
32465 Packages ! braket
32466 \end_layout
32467
32468 \end_inset
32469
32470  that is loaded with the LaTeX-preamble line
32471 \end_layout
32472
32473 \begin_layout Standard
32474
32475 \series bold
32476
32477 \backslash
32478 usepackage{braket}
32479 \end_layout
32480
32481 \begin_layout Standard
32482 \begin_inset ERT
32483 status collapsed
32484
32485 \begin_layout Plain Layout
32486
32487
32488 \backslash
32489 ifbraket 
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \begin_inset Note Note
32496 status open
32497
32498 \begin_layout Plain Layout
32499 The following table will only be displayed when the LaTeX-package 
32500 \series bold
32501 braket
32502 \series default
32503  is installed.
32504 \end_layout
32505
32506 \end_inset
32507
32508 The following commands are defined:
32509 \end_layout
32510
32511 \begin_layout Standard
32512 \align center
32513 \begin_inset Tabular
32514 <lyxtabular version="3" rows="4" columns="2">
32515 <features>
32516 <column alignment="center" valignment="top" width="0">
32517 <column alignment="center" valignment="top" width="0">
32518 <row>
32519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32520 \begin_inset Text
32521
32522 \begin_layout Plain Layout
32523 Command
32524 \end_layout
32525
32526 \end_inset
32527 </cell>
32528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32529 \begin_inset Text
32530
32531 \begin_layout Plain Layout
32532 Result
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 </row>
32538 <row>
32539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32540 \begin_inset Text
32541
32542 \begin_layout Plain Layout
32543
32544 \backslash
32545 Bra{
32546 \backslash
32547 psi
32548 \end_layout
32549
32550 \end_inset
32551 </cell>
32552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32553 \begin_inset Text
32554
32555 \begin_layout Plain Layout
32556 \begin_inset Formula $\Bra {\psi}$
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \end_inset
32563 </cell>
32564 </row>
32565 <row>
32566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570
32571 \backslash
32572 Ket{
32573 \backslash
32574 psi
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32580 \begin_inset Text
32581
32582 \begin_layout Plain Layout
32583 \begin_inset Formula $\Ket {\psi}$
32584 \end_inset
32585
32586
32587 \end_layout
32588
32589 \end_inset
32590 </cell>
32591 </row>
32592 <row>
32593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32594 \begin_inset Text
32595
32596 \begin_layout Plain Layout
32597
32598 \backslash
32599 Braket{
32600 \backslash
32601 psi|
32602 \backslash
32603 phi
32604 \end_layout
32605
32606 \end_inset
32607 </cell>
32608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612 \begin_inset Formula $\Braket {\psi|\phi}$
32613 \end_inset
32614
32615
32616 \end_layout
32617
32618 \end_inset
32619 </cell>
32620 </row>
32621 </lyxtabular>
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Standard
32629 The command 
32630 \series bold
32631
32632 \backslash
32633 Braket
32634 \series default
32635  assures that all vertical bars are set in the size of the surrounding brackets:
32636 \begin_inset Formula \[
32637 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32638
32639 \end_inset
32640
32641
32642 \begin_inset ERT
32643 status collapsed
32644
32645 \begin_layout Plain Layout
32646
32647
32648 \backslash
32649 else 
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \begin_inset Note Note
32656 status open
32657
32658 \begin_layout Plain Layout
32659 The following will be displayed when the LaTeX-package 
32660 \series bold
32661 braket
32662 \series default
32663  is not installed:
32664 \end_layout
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \begin_layout Standard
32672 You need to install the LaTeX-package 
32673 \series bold
32674 braket
32675 \series default
32676  to see the rest of this subsection in the output.
32677 \end_layout
32678
32679 \begin_layout Standard
32680 \begin_inset ERT
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684
32685
32686 \backslash
32687 fi 
32688 \end_layout
32689
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \begin_layout Standard
32696 The effect of 
32697 \series bold
32698
32699 \backslash
32700 Braket
32701 \series default
32702  can also be achieved using the command 
32703 \series bold
32704
32705 \backslash
32706 middle
32707 \series default
32708 , that is described in 
32709 \begin_inset CommandInset ref
32710 LatexCommand ref
32711 reference "sub:Automatic-Bracket-Size"
32712
32713 \end_inset
32714
32715 .
32716 \end_layout
32717
32718 \begin_layout Subsection
32719 Self-defined Fractions
32720 \begin_inset CommandInset label
32721 LatexCommand label
32722 name "sub:Self-defined-Fractions"
32723
32724 \end_inset
32725
32726
32727 \begin_inset Index
32728 status collapsed
32729
32730 \begin_layout Plain Layout
32731 Fractions ! self-defined
32732 \end_layout
32733
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Standard
32740 To define custom commands for fractions, the command 
32741 \series bold
32742
32743 \backslash
32744 genfrac
32745 \series default
32746
32747 \begin_inset Index
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751 Commands ! G ! 
32752 \backslash
32753 genfrac
32754 \end_layout
32755
32756 \end_inset
32757
32758  is used in the following scheme:
32759 \end_layout
32760
32761 \begin_layout Standard
32762
32763 \series bold
32764
32765 \backslash
32766 genfrac{left
32767 \series default
32768  
32769 \series bold
32770 bracket}{right
32771 \series default
32772  
32773 \series bold
32774 bracket}{fraction bar thickness}{style}
32775 \begin_inset Newline newline
32776 \end_inset
32777
32778
32779 \begin_inset ERT
32780 status collapsed
32781
32782 \begin_layout Plain Layout
32783
32784
32785 \backslash
32786 phantom{
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \backslash
32793 genfrac
32794 \begin_inset ERT
32795 status collapsed
32796
32797 \begin_layout Plain Layout
32798
32799 }
32800 \end_layout
32801
32802 \end_inset
32803
32804 {numerator}{denominator}
32805 \end_layout
32806
32807 \begin_layout Standard
32808 The style is a number in the range of 0
32809 \begin_inset Space \thinspace{}
32810 \end_inset
32811
32812 -
32813 \begin_inset Space \thinspace{}
32814 \end_inset
32815
32816 3.
32817 \end_layout
32818
32819 \begin_layout Standard
32820 \align center
32821 \begin_inset Tabular
32822 <lyxtabular version="3" rows="5" columns="2">
32823 <features>
32824 <column alignment="center" valignment="top" width="0">
32825 <column alignment="center" valignment="top" width="0">
32826 <row>
32827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 Number
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32837 \begin_inset Text
32838
32839 \begin_layout Plain Layout
32840 Style (Size)
32841 \end_layout
32842
32843 \end_inset
32844 </cell>
32845 </row>
32846 <row>
32847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 0
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32857 \begin_inset Text
32858
32859 \begin_layout Plain Layout
32860 display style formula
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 </row>
32866 <row>
32867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 1
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 inline formula
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 </row>
32886 <row>
32887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891 2
32892 \end_layout
32893
32894 \end_inset
32895 </cell>
32896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32897 \begin_inset Text
32898
32899 \begin_layout Plain Layout
32900 small
32901 \end_layout
32902
32903 \end_inset
32904 </cell>
32905 </row>
32906 <row>
32907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32908 \begin_inset Text
32909
32910 \begin_layout Plain Layout
32911 3
32912 \end_layout
32913
32914 \end_inset
32915 </cell>
32916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32917 \begin_inset Text
32918
32919 \begin_layout Plain Layout
32920 tiny
32921 \end_layout
32922
32923 \end_inset
32924 </cell>
32925 </row>
32926 </lyxtabular>
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Standard
32934 When no style is given, the size is adjusted to the surrounding environment
32935  like for the command 
32936 \series bold
32937
32938 \backslash
32939 frac
32940 \series default
32941 .
32942 \end_layout
32943
32944 \begin_layout Standard
32945 When no fraction bar thickness is given, the predefined value of 0.4
32946 \begin_inset Space \thinspace{}
32947 \end_inset
32948
32949 pt will be used.
32950 \end_layout
32951
32952 \begin_layout Standard
32953 \begin_inset VSpace medskip
32954 \end_inset
32955
32956 For example, the commands 
32957 \series bold
32958
32959 \backslash
32960 dfrac
32961 \series default
32962  and 
32963 \series bold
32964
32965 \backslash
32966 tbinom
32967 \series default
32968  from 
32969 \begin_inset CommandInset ref
32970 LatexCommand ref
32971 reference "sub:Fractions"
32972
32973 \end_inset
32974
32975  are defined with the commands
32976 \end_layout
32977
32978 \begin_layout Standard
32979
32980 \series bold
32981
32982 \backslash
32983 newcommand{
32984 \backslash
32985 dfrac}[2]{
32986 \backslash
32987 genfrac{}{}{}{0}{#1}{#2}}
32988 \end_layout
32989
32990 \begin_layout Standard
32991 and
32992 \end_layout
32993
32994 \begin_layout Standard
32995
32996 \series bold
32997
32998 \backslash
32999 newcommand{
33000 \backslash
33001 tbinom}[2]{
33002 \backslash
33003 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33004 \end_layout
33005
33006 \begin_layout Standard
33007 \begin_inset VSpace medskip
33008 \end_inset
33009
33010 To define a fraction where the fraction bar thickness can be given as optional
33011  argument, the following line is inserted to the LaTeX-preamble:
33012 \end_layout
33013
33014 \begin_layout Standard
33015
33016 \series bold
33017
33018 \backslash
33019 newcommand{
33020 \backslash
33021 fracS}[3][]{
33022 \backslash
33023 genfrac{}{}{#1}{}{#2}{#3}}
33024 \end_layout
33025
33026 \begin_layout Standard
33027 A test:
33028 \begin_inset Formula \begin{align*}
33029 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33030 \text{Result} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33031
33032 \end_inset
33033
33034 As one can see, the distance of the numerator and the denominator to the
33035  fraction bar is round about three times the bar thickness.
33036 \end_layout
33037
33038 \begin_layout Subsection
33039 Canceled Formulas
33040 \begin_inset CommandInset label
33041 LatexCommand label
33042 name "sub:Canceled-Formulas"
33043
33044 \end_inset
33045
33046
33047 \begin_inset Index
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051 Formula ! canceled
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060 To cancel formulas or formula parts, the LaTeX-package 
33061 \series bold
33062 cancel
33063 \series default
33064
33065 \begin_inset Foot
33066 status collapsed
33067
33068 \begin_layout Plain Layout
33069
33070 \series bold
33071 cancel
33072 \series default
33073  is part of every LaTeX standard installation.
33074 \end_layout
33075
33076 \end_inset
33077
33078
33079 \begin_inset Index
33080 status collapsed
33081
33082 \begin_layout Plain Layout
33083 Packages ! cancel
33084 \end_layout
33085
33086 \end_inset
33087
33088  has to be loaded with the LaTeX-preamble line
33089 \end_layout
33090
33091 \begin_layout Standard
33092
33093 \series bold
33094
33095 \backslash
33096 usepackage[samesize]{cancel}
33097 \end_layout
33098
33099 \begin_layout Standard
33100 There are four ways to cancel formulas:
33101 \end_layout
33102
33103 \begin_layout Standard
33104 \align center
33105 \begin_inset Tabular
33106 <lyxtabular version="3" rows="5" columns="2">
33107 <features>
33108 <column alignment="center" valignment="top" width="0">
33109 <column alignment="center" valignment="top" width="0">
33110 <row>
33111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115 Command
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 Result
33125 \begin_inset Note Note
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129
33130 \series bold
33131
33132 \backslash
33133 hspace
33134 \series default
33135  and
33136 \series bold
33137  
33138 \backslash
33139 raisebox
33140 \series default
33141  are used here as spacer.
33142 \end_layout
33143
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 </row>
33152 <row>
33153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157
33158 \backslash
33159 cancel{
33160 \backslash
33161 int
33162 \begin_inset ERT
33163 status collapsed
33164
33165 \begin_layout Plain Layout
33166
33167
33168 \backslash
33169 spce 
33170 \end_layout
33171
33172 \end_inset
33173
33174 A=B
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33180 \begin_inset Text
33181
33182 \begin_layout Plain Layout
33183 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33184 \end_inset
33185
33186
33187 \end_layout
33188
33189 \end_inset
33190 </cell>
33191 </row>
33192 <row>
33193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33194 \begin_inset Text
33195
33196 \begin_layout Plain Layout
33197
33198 \backslash
33199 bcancel{
33200 \backslash
33201 int
33202 \begin_inset ERT
33203 status collapsed
33204
33205 \begin_layout Plain Layout
33206
33207
33208 \backslash
33209 spce 
33210 \end_layout
33211
33212 \end_inset
33213
33214 A=B
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33224 \end_inset
33225
33226
33227 \end_layout
33228
33229 \end_inset
33230 </cell>
33231 </row>
33232 <row>
33233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33234 \begin_inset Text
33235
33236 \begin_layout Plain Layout
33237
33238 \backslash
33239 xcancel{
33240 \backslash
33241 int
33242 \begin_inset ERT
33243 status collapsed
33244
33245 \begin_layout Plain Layout
33246
33247
33248 \backslash
33249 spce 
33250 \end_layout
33251
33252 \end_inset
33253
33254 A=B
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Plain Layout
33263 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \end_inset
33270 </cell>
33271 </row>
33272 <row>
33273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277
33278 \backslash
33279 cancelto{1
33280 \begin_inset Formula $\to$
33281 \end_inset
33282
33283
33284 \backslash
33285 {
33286 \backslash
33287 int
33288 \begin_inset ERT
33289 status collapsed
33290
33291 \begin_layout Plain Layout
33292
33293
33294 \backslash
33295 spce 
33296 \end_layout
33297
33298 \end_inset
33299
33300 A=B
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33310 \end_inset
33311
33312
33313 \end_layout
33314
33315 \end_inset
33316 </cell>
33317 </row>
33318 </lyxtabular>
33319
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Standard
33326
33327 \series bold
33328
33329 \backslash
33330 cancelto
33331 \series default
33332  is especially suitable to visualize the reduction of fractions within formulas:
33333 \begin_inset Formula \[
33334 \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}}}\]
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Subsection
33342 Formulas in Section Headings
33343 \begin_inset CommandInset label
33344 LatexCommand label
33345 name "sub:Formulas-in-Section"
33346
33347 \end_inset
33348
33349
33350 \begin_inset Index
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354 Formula ! in section headings
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 When formulas are used in section headings, the following has to be taken
33364  into account:
33365 \end_layout
33366
33367 \begin_layout Standard
33368 \begin_inset Note Greyedout
33369 status open
33370
33371 \begin_layout Plain Layout
33372 When the LaTeX-package 
33373 \series bold
33374 hyperref
33375 \series default
33376
33377 \begin_inset Index
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381 Packages ! hyperref
33382 \end_layout
33383
33384 \end_inset
33385
33386  is used, PDF-bookmarks are automatically created for every section heading
33387  in the table of contents.
33388  If a section heading contains formulas, they are incorrectly displayed
33389  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33390 s.
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Standard
33399 Both problems can be solved by inserting at the end of the section heading
33400  a short title with the menu 
33401 \family sans
33402 Insert\SpecialChar \menuseparator
33403 Short
33404 \begin_inset Space ~
33405 \end_inset
33406
33407 Title
33408 \family default
33409 .
33410  Short titles are used as alternative for multiline section headings to
33411  keep the table of contents clearly arranged.
33412  Only the short title appears in the table of contents and therefore also
33413  in the PDF-bookmark.
33414 \end_layout
33415
33416 \begin_layout Standard
33417 When formulas should be used in the table of contents but 
33418 \series bold
33419 hyperref
33420 \series default
33421  is used, one can use the following command in TeX-mode:
33422 \end_layout
33423
33424 \begin_layout Standard
33425
33426 \series bold
33427
33428 \backslash
33429 texorpdfstring{part}{alternative}
33430 \begin_inset Index
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 Commands ! T ! 
33435 \backslash
33436 texorpdfstring
33437 \end_layout
33438
33439 \end_inset
33440
33441
33442 \end_layout
33443
33444 \begin_layout Standard
33445 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33446  This can be characters, formulas, footnotes, but also cross-references.
33447  The alternative is used instead of the part for the bookmark.
33448 \end_layout
33449
33450 \begin_layout Standard
33451 Here are two example headings:
33452 \begin_inset VSpace -3mm
33453 \end_inset
33454
33455
33456 \begin_inset ERT
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460
33461
33462 \backslash
33463 boldmath 
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Subsubsection
33472 Heading without formula in table of contents 
33473 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33474 \end_inset
33475
33476
33477 \begin_inset OptArg
33478 status collapsed
33479
33480 \begin_layout Plain Layout
33481 Heading without formula in table of contents
33482 \end_layout
33483
33484 \end_inset
33485
33486
33487 \end_layout
33488
33489 \begin_layout Subsubsection
33490 Heading with formula in table of contents
33491 \begin_inset ERT
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495
33496
33497 \backslash
33498 texorpdfstring{
33499 \end_layout
33500
33501 \end_inset
33502
33503  
33504 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33505 \end_inset
33506
33507
33508 \begin_inset ERT
33509 status collapsed
33510
33511 \begin_layout Plain Layout
33512
33513 }{}
33514 \end_layout
33515
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \begin_layout Standard
33522 \begin_inset ERT
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526
33527
33528 \backslash
33529 unboldmath 
33530 \end_layout
33531
33532 \end_inset
33533
33534 In the first heading a short title was used, in the second one 
33535 \series bold
33536
33537 \backslash
33538 texorpdfstring
33539 \series default
33540 .
33541 \end_layout
33542
33543 \begin_layout Standard
33544 To get the same formatting as for the other headings, the complete heading
33545  was set into a 
33546 \series bold
33547 boldmath environment
33548 \series default
33549
33550 \begin_inset Foot
33551 status collapsed
33552
33553 \begin_layout Plain Layout
33554 see 
33555 \begin_inset CommandInset ref
33556 LatexCommand ref
33557 reference "sub:Bold-Formulas"
33558
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \end_inset
33565
33566 .
33567 \end_layout
33568
33569 \begin_layout Subsection
33570 Formulas in multi-column Text
33571 \begin_inset Index
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575 Formula ! in multi-column text
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Standard
33584 Formulas in multi-column text are often too wide to fit into a column and
33585  thus need to be set over the whole page width.
33586  This is done by using the LaTeX-package 
33587 \series bold
33588 multicol
33589 \series default
33590
33591 \begin_inset Foot
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595
33596 \series bold
33597 multicol
33598 \series default
33599  is part of every LaTeX standard installation.
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \begin_inset Index
33606 status collapsed
33607
33608 \begin_layout Plain Layout
33609 Packages ! multicol
33610 \end_layout
33611
33612 \end_inset
33613
33614 , that is loaded with the LaTeX-preamble line
33615 \end_layout
33616
33617 \begin_layout Standard
33618
33619 \series bold
33620
33621 \backslash
33622 usepackage{multicol}
33623 \end_layout
33624
33625 \begin_layout Standard
33626 \begin_inset Note Greyedout
33627 status open
33628
33629 \begin_layout Plain Layout
33630 Note herby that the setting 
33631 \family sans
33632 Two-column
33633 \begin_inset Space ~
33634 \end_inset
33635
33636 document
33637 \family default
33638  in the menu 
33639 \family sans
33640 Document\SpecialChar \menuseparator
33641 Settings
33642 \family default
33643  under 
33644 \family sans
33645 Text
33646 \begin_inset Space ~
33647 \end_inset
33648
33649 Layout
33650 \family default
33651 \emph on
33652  
33653 \emph default
33654 must 
33655 \emph on
33656 not
33657 \emph default
33658  be selected.
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Standard
33667 Before the multi-column text the command
33668 \end_layout
33669
33670 \begin_layout Standard
33671
33672 \series bold
33673
33674 \backslash
33675 begin{multicols}{column number}
33676 \end_layout
33677
33678 \begin_layout Standard
33679 is written in TeX-mode.
33680  The column number is a number in the range of 2
33681 \begin_inset Space \thinspace{}
33682 \end_inset
33683
33684 -
33685 \begin_inset Space \thinspace{}
33686 \end_inset
33687
33688 10.
33689  Before the formula the multi-column text is ended by inserting the command
33690 \end_layout
33691
33692 \begin_layout Standard
33693
33694 \series bold
33695
33696 \backslash
33697 end{multicols}
33698 \end_layout
33699
33700 \begin_layout Standard
33701 in TeX-mode.
33702 \end_layout
33703
33704 \begin_layout Standard
33705 Due to the command some space is automatically added before the formula.
33706  To revert this, -6
33707 \begin_inset Space \thinspace{}
33708 \end_inset
33709
33710 mm vertical space is inserted before the formula.
33711  When the formula style 
33712 \series bold
33713 Indented
33714 \begin_inset Foot
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718 formula styles see 
33719 \begin_inset CommandInset ref
33720 LatexCommand ref
33721 reference "sec:Formula-Styles"
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \end_inset
33729
33730
33731 \series default
33732  is used, -9
33733 \begin_inset Space \thinspace{}
33734 \end_inset
33735
33736 mm space is inserted instead.
33737 \end_layout
33738
33739 \begin_layout Standard
33740 As example a multi-column text with a displayed formula:
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset ERT
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748
33749
33750 \backslash
33751 begin{multicols}{2}
33752 \end_layout
33753
33754 \end_inset
33755
33756 Das Spektrum wird fouriertransformiert.
33757  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33758 , Lösungsmittel) zu trennen.
33759  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33760  nun das Aussehen des Ausgangssignals.
33761  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33762  über alle Phasen integrieren muss.
33763  Sei nun 
33764 \begin_inset Formula $S$
33765 \end_inset
33766
33767  unser normiertes Ausgangssignal and 
33768 \begin_inset Formula $P$
33769 \end_inset
33770
33771  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33772 \begin_inset ERT
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776
33777
33778 \backslash
33779 end{multicols}
33780 \end_layout
33781
33782 \end_inset
33783
33784
33785 \begin_inset VSpace -6mm
33786 \end_inset
33787
33788
33789 \begin_inset Formula \begin{equation}
33790 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33791
33792 \end_inset
33793
33794
33795 \begin_inset ERT
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799
33800
33801 \backslash
33802 begin{multicols}{2}
33803 \end_layout
33804
33805 \end_inset
33806
33807 wobei 
33808 \begin_inset Formula $S_{0}$
33809 \end_inset
33810
33811  das Signal ohne Gradient ist and the Normierungsbedingung 
33812 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33813 \end_inset
33814
33815  gilt.
33816  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33817  Direkt nach the 
33818 \begin_inset Formula $\nicefrac{\pi}{2}$
33819 \end_inset
33820
33821
33822 \begin_inset Space \thinspace{}
33823 \end_inset
33824
33825 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33826  das Signal zusätzlich abschwächt.
33827  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33828  
33829 \begin_inset Formula $T_{2}$
33830 \end_inset
33831
33832 -Zeit.
33833 \end_layout
33834
33835 \begin_layout Standard
33836 \begin_inset ERT
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841
33842 \backslash
33843 end{multicols}
33844 \end_layout
33845
33846 \end_inset
33847
33848  
33849 \end_layout
33850
33851 \begin_layout Subsection
33852 Formulas with Description of Variables
33853 \begin_inset Index
33854 status collapsed
33855
33856 \begin_layout Plain Layout
33857 Formula ! with description of variables
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \begin_layout Standard
33866 To describe variables within a formula, like in formula 
33867 \begin_inset CommandInset ref
33868 LatexCommand eqref
33869 reference "eq:within"
33870
33871 \end_inset
33872
33873 , a 2
33874 \series bold
33875 ×
33876 \series default
33877
33878 \begin_inset Formula $n$
33879 \end_inset
33880
33881
33882 \begin_inset Space ~
33883 \end_inset
33884
33885 matrix is used with left aligned columns for the 
33886 \begin_inset Formula $n$
33887 \end_inset
33888
33889  used variables.
33890 \begin_inset Foot
33891 status collapsed
33892
33893 \begin_layout Plain Layout
33894 matrices see 
33895 \begin_inset CommandInset ref
33896 LatexCommand ref
33897 reference "sec:Matrices"
33898
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \end_inset
33905
33906  To set the description in a smaller size, before the matrix e.
33907 \begin_inset Space \thinspace{}
33908 \end_inset
33909
33910 g.
33911 \begin_inset Space ~
33912 \end_inset
33913
33914 the command 
33915 \series bold
33916
33917 \backslash
33918 footnotesize
33919 \series default
33920  is inserted.
33921 \begin_inset Foot
33922 status collapsed
33923
33924 \begin_layout Plain Layout
33925 font sizes see 
33926 \begin_inset CommandInset ref
33927 LatexCommand ref
33928 reference "sub:Font-Sizes"
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Standard
33941 When the formula style 
33942 \series bold
33943 Indented
33944 \begin_inset Foot
33945 status collapsed
33946
33947 \begin_layout Plain Layout
33948 formula styles see 
33949 \begin_inset CommandInset ref
33950 LatexCommand ref
33951 reference "sec:Formula-Styles"
33952
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \series default
33962  is used, a 
33963 \series bold
33964
33965 \backslash
33966 hfill
33967 \series default
33968
33969 \begin_inset Foot
33970 status collapsed
33971
33972 \begin_layout Plain Layout
33973
33974 \series bold
33975
33976 \backslash
33977 hfill
33978 \series default
33979  only works in formulas with the style 
33980 \series bold
33981 Indented
33982 \series default
33983 , see 
33984 \begin_inset CommandInset ref
33985 LatexCommand ref
33986 reference "sub:Variable-Space"
33987
33988 \end_inset
33989
33990 .
33991 \end_layout
33992
33993 \end_inset
33994
33995  is inserted before and after the matrix to have the same separation of
33996  the matrix from the equation and the side margin.
33997 \end_layout
33998
33999 \begin_layout Standard
34000 When the formula style 
34001 \series bold
34002 Centered
34003 \series default
34004  is used, the method described in 
34005 \begin_inset CommandInset ref
34006 LatexCommand ref
34007 reference "sub:Flalign-Environment"
34008
34009 \end_inset
34010
34011  is used to indent formulas.
34012  Formula 
34013 \begin_inset CommandInset ref
34014 LatexCommand eqref
34015 reference "eq:within"
34016
34017 \end_inset
34018
34019  consists of five columns whereas in the first two columns contain the equation,
34020  the third the matrix, and the last one an empty TeX-brace.
34021 \begin_inset Formula \begin{flalign}
34022 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
34023 \rho & \textrm{density}\\
34024 V & \textrm{volume}\\
34025 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34026
34027 \end_inset
34028
34029
34030 \end_layout
34031
34032 \begin_layout Subsection
34033 Upright small Greek Letters
34034 \begin_inset CommandInset label
34035 LatexCommand label
34036 name "sub:Upright-small-Greek"
34037
34038 \end_inset
34039
34040
34041 \begin_inset Index
34042 status collapsed
34043
34044 \begin_layout Plain Layout
34045 Greek letters ! upright
34046 \end_layout
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \begin_layout Standard
34054 Most of the math fonts only provide italic small Greek letters.
34055  But for symbols of elementary particles like pions and neutrinos, upright
34056  Greek letters are needed.
34057  The file 
34058 \series bold
34059 upgreek.sty
34060 \series default
34061
34062 \begin_inset Foot
34063 status collapsed
34064
34065 \begin_layout Plain Layout
34066
34067 \series bold
34068 upgreek
34069 \series default
34070  is part of the LaTeX-package 
34071 \series bold
34072 was
34073 \series default
34074
34075 \begin_inset Index
34076 status collapsed
34077
34078 \begin_layout Plain Layout
34079 Packages ! was
34080 \begin_inset VSpace 4mm
34081 \end_inset
34082
34083
34084 \end_layout
34085
34086 \end_inset
34087
34088 .
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \begin_inset Index
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 Packages ! upgreek
34099 \end_layout
34100
34101 \end_inset
34102
34103  that is loaded with the LaTeX-preamble line
34104 \end_layout
34105
34106 \begin_layout Standard
34107
34108 \series bold
34109
34110 \backslash
34111 usepackage{upgreek}
34112 \end_layout
34113
34114 \begin_layout Standard
34115 provides them.
34116  
34117 \begin_inset ERT
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121
34122
34123 \backslash
34124 ifupgreek 
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \begin_inset Note Note
34131 status open
34132
34133 \begin_layout Plain Layout
34134 The following table will only be displayed when the LaTeX-package 
34135 \series bold
34136 upgreek
34137 \series default
34138  is installed.
34139 \end_layout
34140
34141 \end_inset
34142
34143  They are created when the command for a small Greek letters is started
34144  with 
34145 \series bold
34146 up
34147 \series default
34148 .
34149  For example the command 
34150 \series bold
34151
34152 \backslash
34153 uptau
34154 \series default
34155  creates this: 
34156 \begin_inset Formula $\uptau $
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Standard
34163 With these commands reactions of elementary particles can be typeset:
34164 \begin_inset Formula \[
34165 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
34166
34167 \end_inset
34168
34169
34170 \end_layout
34171
34172 \begin_layout Standard
34173 The upright letters are more bold and wider than the italic ones.
34174  They should therefore not be used for units like 
34175 \begin_inset Quotes eld
34176 \end_inset
34177
34178 µm
34179 \begin_inset Quotes erd
34180 \end_inset
34181
34182 .
34183 \end_layout
34184
34185 \begin_layout Standard
34186 \begin_inset ERT
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190
34191
34192 \backslash
34193 else 
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \begin_inset Note Note
34200 status open
34201
34202 \begin_layout Plain Layout
34203 The following will be displayed when the LaTeX-package 
34204 \series bold
34205 upgreek
34206 \series default
34207  is not installed:
34208 \end_layout
34209
34210 \end_inset
34211
34212
34213 \end_layout
34214
34215 \begin_layout Standard
34216 You need to install the LaTeX-package 
34217 \series bold
34218 upgreek
34219 \series default
34220  to see the rest of this subsection in the output.
34221 \end_layout
34222
34223 \begin_layout Standard
34224 \begin_inset ERT
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228
34229
34230 \backslash
34231 fi 
34232 \end_layout
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Subsection
34240 Text Characters in Formulas
34241 \begin_inset CommandInset label
34242 LatexCommand label
34243 name "sub:Text-Characters-in"
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Text ! in formulas
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \begin_layout Standard
34261 In some cases you might want to insert text characters directly into formulas.
34262  When for example the centered dot · is often used in formulas like 
34263 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34264 \end_inset
34265
34266 , one would have to insert the command 
34267 \series bold
34268
34269 \backslash
34270 cdot
34271 \series default
34272
34273 \begin_inset Foot
34274 status collapsed
34275
34276 \begin_layout Plain Layout
34277 see 
34278 \begin_inset CommandInset ref
34279 LatexCommand ref
34280 reference "sub:Binary-Operators"
34281
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \end_inset
34288
34289  all the time, because this character is defined in all encodings as text
34290  character.
34291  But the encoding can be changed by this LaTeX-preamble line:
34292 \end_layout
34293
34294 \begin_layout Standard
34295
34296 \series bold
34297
34298 \backslash
34299 Declare Inputtext{183}{
34300 \backslash
34301 ifmmode
34302 \backslash
34303 cdot
34304 \backslash
34305 else
34306 \backslash
34307 textperiodcentered
34308 \backslash
34309 f\SpecialChar \textcompwordmark{}
34310 i}
34311 \end_layout
34312
34313 \begin_layout Standard
34314 The character encoding (menu 
34315 \family sans
34316 Document\SpecialChar \menuseparator
34317 Settings\SpecialChar \menuseparator
34318 Language
34319 \family default
34320 ) specifies what character appears when a keyboard key is pressed.
34321  When the key for the character '·' is pressed, internally the command 
34322 \series bold
34323
34324 \backslash
34325 textperiodcentered
34326 \series default
34327  is used.
34328  But this command is not available in a formula so that you would get LaTeX-erro
34329 rs.
34330  With the changed encoding the right command is chosen automatically, depending
34331  on if the character was inserted into a formula or not.
34332 \end_layout
34333
34334 \begin_layout Standard
34335 The encoding of several characters is saved in definition files.
34336  Fore example the encoding 
34337 \series bold
34338 latin9
34339 \series default
34340  is defined in the file 
34341 \series bold
34342 latin9.def
34343 \series default
34344  that is in the installation folder of LaTeX.
34345  Encodings should only be changed via the LaTeX-preamble and not in the
34346  definition files.
34347  Otherwise own documents could not be edited by other LyX users working
34348  on other computers.
34349 \end_layout
34350
34351 \begin_layout Standard
34352 \begin_inset VSpace medskip
34353 \end_inset
34354
34355 Besides the centered dot, in this document the degree sign ° is defined
34356  with the following LaTeX-preamble line so that it can directly be inserted
34357  to a formula:
34358 \end_layout
34359
34360 \begin_layout Standard
34361
34362 \series bold
34363
34364 \backslash
34365 DeclareInputtext{176}{
34366 \backslash
34367 ifmmode^
34368 \backslash
34369 circ
34370 \backslash
34371 else
34372 \backslash
34373 textdegree
34374 \backslash
34375 f\SpecialChar \textcompwordmark{}
34376 i}
34377 \end_layout
34378
34379 \begin_layout Standard
34380 \begin_inset Newpage newpage
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Section
34387 \start_of_appendix
34388 Typographic Advises
34389 \begin_inset Index
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393 Typographic Advises
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \begin_layout Standard
34402 This section is a summary of the most important typographic rules, listed
34403  in ISO norms.
34404 \begin_inset Foot
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 This collection was partly taken from the German semi-official dictionary
34409  called 
34410 \begin_inset Quotes eld
34411 \end_inset
34412
34413 Duden
34414 \begin_inset Quotes erd
34415 \end_inset
34416
34417  
34418 \begin_inset CommandInset citation
34419 LatexCommand cite
34420 key "Duden"
34421
34422 \end_inset
34423
34424  that lists some of the ISO rules.
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Itemize
34433 Physical units are 
34434 \emph on
34435 always
34436 \emph default
34437  set upright
34438 \begin_inset Foot
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442 done with font styles, see 
34443 \begin_inset CommandInset ref
34444 LatexCommand ref
34445 reference "sub:Font-Styles"
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \end_inset
34453
34454 : 30
34455 \begin_inset Space \thinspace{}
34456 \end_inset
34457
34458 km/h
34459 \begin_inset Newline newline
34460 \end_inset
34461
34462 Between the value and the unit is the smallest space, see 
34463 \begin_inset CommandInset ref
34464 LatexCommand ref
34465 reference "sub:Predefined-Space"
34466
34467 \end_inset
34468
34469 .
34470 \end_layout
34471
34472 \begin_layout Itemize
34473 Percent and perthousand signs are set like physical units:
34474 \begin_inset Newline newline
34475 \end_inset
34476
34477 1,2
34478 \begin_inset Space \thinspace{}
34479 \end_inset
34480
34481
34482 \begin_inset ERT
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486
34487
34488 \backslash
34489 textperthousand 
34490 \end_layout
34491
34492 \end_inset
34493
34494
34495 \begin_inset Space ~
34496 \end_inset
34497
34498 alcohol in blood
34499 \end_layout
34500
34501 \begin_layout Itemize
34502 The degree sign follows directly on the value: 15°, but not when it is used
34503  in units: 15
34504 \begin_inset Space \thinspace{}
34505 \end_inset
34506
34507 °C
34508 \end_layout
34509
34510 \begin_layout Itemize
34511 In numbers with more than four digits the smallest space is inserted before
34512  every third digit to group them: 
34513 \family roman
34514 \series medium
34515 \shape up
34516 \size normal
34517 \emph off
34518 \bar no
34519 \noun off
34520 \color none
34521 18
34522 \begin_inset Space \thinspace{}
34523 \end_inset
34524
34525 473
34526 \begin_inset Space \thinspace{}
34527 \end_inset
34528
34529 588
34530 \end_layout
34531
34532 \begin_layout Itemize
34533 For dimensionings like 120×90×40
34534 \begin_inset Space \thinspace{}
34535 \end_inset
34536
34537 cm the multiplication sign 
34538 \begin_inset Quotes eld
34539 \end_inset
34540
34541 ×
34542 \begin_inset Quotes erd
34543 \end_inset
34544
34545  is used.
34546  It is available with the LaTeX-command 
34547 \series bold
34548
34549 \backslash
34550 texttimes
34551 \series default
34552 , but can also directly be inserted with some keyboard definitions.
34553 \end_layout
34554
34555 \begin_layout Itemize
34556 Functions with names consisting of several letters are set upright to avoid
34557  confusions, see 
34558 \begin_inset CommandInset ref
34559 LatexCommand ref
34560 reference "sub:Predefined-Functions"
34561
34562 \end_inset
34563
34564 .
34565 \end_layout
34566
34567 \begin_layout Itemize
34568 Indices consisting of several letters, are set upright: 
34569 \begin_inset Formula $E_{\mathrm{kin}}$
34570 \end_inset
34571
34572
34573 \begin_inset Newline newline
34574 \end_inset
34575
34576 Components of matrices are set italic: 
34577 \begin_inset Formula $\hat{H}_{kl}$
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Itemize
34584 The differentiation/integration operator 'd', the Euler's number 'e', and
34585  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34586  other variables.
34587 \end_layout
34588
34589 \begin_layout Standard
34590 \begin_inset Newpage newpage
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Section
34597 Synonyms
34598 \begin_inset Index
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602 Synonyms
34603 \end_layout
34604
34605 \end_inset
34606
34607
34608 \end_layout
34609
34610 \begin_layout Standard
34611 Some characters and symbols can be created with several commands.
34612  Here is a list of the synonym commands:
34613 \end_layout
34614
34615 \begin_layout Standard
34616 \begin_inset VSpace bigskip
34617 \end_inset
34618
34619
34620 \begin_inset Space \hfill{}
34621 \end_inset
34622
34623
34624 \begin_inset Tabular
34625 <lyxtabular version="3" rows="12" columns="2">
34626 <features>
34627 <column alignment="center" valignment="top" width="0pt">
34628 <column alignment="center" valignment="top" width="0pt">
34629 <row>
34630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34631 \begin_inset Text
34632
34633 \begin_layout Plain Layout
34634 Command
34635 \end_layout
34636
34637 \end_inset
34638 </cell>
34639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34640 \begin_inset Text
34641
34642 \begin_layout Plain Layout
34643 equivalent to
34644 \begin_inset Note Note
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648
34649 \series bold
34650
34651 \backslash
34652 raisebox
34653 \series default
34654  is only used as spacer.
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 </row>
34665 <row>
34666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34667 \begin_inset Text
34668
34669 \begin_layout Plain Layout
34670
34671 \backslash
34672 ast
34673 \end_layout
34674
34675 \end_inset
34676 </cell>
34677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34678 \begin_inset Text
34679
34680 \begin_layout Plain Layout
34681 \begin_inset ERT
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685
34686
34687 \backslash
34688 raisebox{-1.2mm}{
34689 \end_layout
34690
34691 \end_inset
34692
34693 *
34694 \begin_inset ERT
34695 status collapsed
34696
34697 \begin_layout Plain Layout
34698
34699 }
34700 \end_layout
34701
34702 \end_inset
34703
34704
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 choose
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 \backslash
34728 binom
34729 \end_layout
34730
34731 \end_inset
34732 </cell>
34733 </row>
34734 <row>
34735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34736 \begin_inset Text
34737
34738 \begin_layout Plain Layout
34739
34740 \backslash
34741 geq
34742 \end_layout
34743
34744 \end_inset
34745 </cell>
34746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34747 \begin_inset Text
34748
34749 \begin_layout Plain Layout
34750
34751 \backslash
34752 ge
34753 \end_layout
34754
34755 \end_inset
34756 </cell>
34757 </row>
34758 <row>
34759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34760 \begin_inset Text
34761
34762 \begin_layout Plain Layout
34763
34764 \backslash
34765 lbrace
34766 \end_layout
34767
34768 \end_inset
34769 </cell>
34770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34771 \begin_inset Text
34772
34773 \begin_layout Plain Layout
34774 {
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 </row>
34780 <row>
34781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34782 \begin_inset Text
34783
34784 \begin_layout Plain Layout
34785
34786 \backslash
34787 lbracket
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34793 \begin_inset Text
34794
34795 \begin_layout Plain Layout
34796 [
34797 \end_layout
34798
34799 \end_inset
34800 </cell>
34801 </row>
34802 <row>
34803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34804 \begin_inset Text
34805
34806 \begin_layout Plain Layout
34807
34808 \backslash
34809 leftarrow
34810 \end_layout
34811
34812 \end_inset
34813 </cell>
34814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34815 \begin_inset Text
34816
34817 \begin_layout Plain Layout
34818
34819 \backslash
34820 gets
34821 \end_layout
34822
34823 \end_inset
34824 </cell>
34825 </row>
34826 <row>
34827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831
34832 \backslash
34833 leq
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842
34843 \backslash
34844 le
34845 \end_layout
34846
34847 \end_inset
34848 </cell>
34849 </row>
34850 <row>
34851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34852 \begin_inset Text
34853
34854 \begin_layout Plain Layout
34855
34856 \backslash
34857 lor
34858 \end_layout
34859
34860 \end_inset
34861 </cell>
34862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34863 \begin_inset Text
34864
34865 \begin_layout Plain Layout
34866
34867 \backslash
34868 vee
34869 \end_layout
34870
34871 \end_inset
34872 </cell>
34873 </row>
34874 <row>
34875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879
34880 \backslash
34881 neq
34882 \end_layout
34883
34884 \end_inset
34885 </cell>
34886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890
34891 \backslash
34892 not=
34893 \end_layout
34894
34895 \end_inset
34896 </cell>
34897 </row>
34898 <row>
34899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903
34904 \backslash
34905 slash
34906 \end_layout
34907
34908 \end_inset
34909 </cell>
34910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 /
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 </row>
34920 <row>
34921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34922 \begin_inset Text
34923
34924 \begin_layout Plain Layout
34925
34926 \backslash
34927 vert
34928 \end_layout
34929
34930 \end_inset
34931 </cell>
34932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34933 \begin_inset Text
34934
34935 \begin_layout Plain Layout
34936 |
34937 \end_layout
34938
34939 \end_inset
34940 </cell>
34941 </row>
34942 </lyxtabular>
34943
34944 \end_inset
34945
34946
34947 \begin_inset Space \hfill{}
34948 \end_inset
34949
34950
34951 \begin_inset Tabular
34952 <lyxtabular version="3" rows="12" columns="2">
34953 <features>
34954 <column alignment="center" valignment="top" width="0pt">
34955 <column alignment="center" valignment="top" width="0pt">
34956 <row>
34957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961 Command
34962 \end_layout
34963
34964 \end_inset
34965 </cell>
34966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970 equivalent to
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 </row>
34976 <row>
34977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34978 \begin_inset Text
34979
34980 \begin_layout Plain Layout
34981
34982 \backslash
34983 backslash
34984 \end_layout
34985
34986 \end_inset
34987 </cell>
34988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34989 \begin_inset Text
34990
34991 \begin_layout Plain Layout
34992
34993 \backslash
34994
34995 \backslash
34996
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 dasharrow
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 dashrightarrow
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 </row>
35026 <row>
35027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031
35032 \backslash
35033 land
35034 \end_layout
35035
35036 \end_inset
35037 </cell>
35038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042
35043 \backslash
35044 wedge
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 </row>
35050 <row>
35051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35052 \begin_inset Text
35053
35054 \begin_layout Plain Layout
35055
35056 \backslash
35057 rbrace
35058 \end_layout
35059
35060 \end_inset
35061 </cell>
35062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35063 \begin_inset Text
35064
35065 \begin_layout Plain Layout
35066 }
35067 \end_layout
35068
35069 \end_inset
35070 </cell>
35071 </row>
35072 <row>
35073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35074 \begin_inset Text
35075
35076 \begin_layout Plain Layout
35077
35078 \backslash
35079 rbracket
35080 \end_layout
35081
35082 \end_inset
35083 </cell>
35084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35085 \begin_inset Text
35086
35087 \begin_layout Plain Layout
35088 ]
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 </row>
35094 <row>
35095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35096 \begin_inset Text
35097
35098 \begin_layout Plain Layout
35099
35100 \backslash
35101 rightarrow
35102 \end_layout
35103
35104 \end_inset
35105 </cell>
35106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35107 \begin_inset Text
35108
35109 \begin_layout Plain Layout
35110
35111 \backslash
35112 to
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 </row>
35118 <row>
35119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123
35124 \backslash
35125 lnot
35126 \end_layout
35127
35128 \end_inset
35129 </cell>
35130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134
35135 \backslash
35136 neg
35137 \end_layout
35138
35139 \end_inset
35140 </cell>
35141 </row>
35142 <row>
35143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147
35148 \backslash
35149 ne
35150 \end_layout
35151
35152 \end_inset
35153 </cell>
35154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35155 \begin_inset Text
35156
35157 \begin_layout Plain Layout
35158
35159 \backslash
35160 not=
35161 \end_layout
35162
35163 \end_inset
35164 </cell>
35165 </row>
35166 <row>
35167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35168 \begin_inset Text
35169
35170 \begin_layout Plain Layout
35171
35172 \backslash
35173 owns
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35179 \begin_inset Text
35180
35181 \begin_layout Plain Layout
35182
35183 \backslash
35184 ni
35185 \end_layout
35186
35187 \end_inset
35188 </cell>
35189 </row>
35190 <row>
35191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35192 \begin_inset Text
35193
35194 \begin_layout Plain Layout
35195
35196 \backslash
35197 square
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35203 \begin_inset Text
35204
35205 \begin_layout Plain Layout
35206
35207 \backslash
35208 Box
35209 \end_layout
35210
35211 \end_inset
35212 </cell>
35213 </row>
35214 <row>
35215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219
35220 \backslash
35221 Vert
35222 \end_layout
35223
35224 \end_inset
35225 </cell>
35226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35227 \begin_inset Text
35228
35229 \begin_layout Plain Layout
35230
35231 \backslash
35232 |
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 </row>
35238 </lyxtabular>
35239
35240 \end_inset
35241
35242
35243 \begin_inset Space \hfill{}
35244 \end_inset
35245
35246
35247 \end_layout
35248
35249 \begin_layout Standard
35250 \begin_inset Newpage newpage
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Bibliography
35257 \begin_inset CommandInset bibitem
35258 LatexCommand bibitem
35259 key "TLC2"
35260
35261 \end_inset
35262
35263
35264 \shape smallcaps
35265 Mittelbach, F.
35266  ; Goossens, M.
35267 \shape default
35268
35269 \shape italic
35270 The LaTeX Companion
35271 \shape default
35272 .
35273  Addison Wesley, 2004
35274 \end_layout
35275
35276 \begin_layout Bibliography
35277 \begin_inset CommandInset bibitem
35278 LatexCommand bibitem
35279 key "Mathmode"
35280
35281 \end_inset
35282
35283
35284 \begin_inset CommandInset href
35285 LatexCommand href
35286 name "Description"
35287 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35288
35289 \end_inset
35290
35291  of LaTeX's math abilities
35292 \end_layout
35293
35294 \begin_layout Bibliography
35295 \begin_inset CommandInset bibitem
35296 LatexCommand bibitem
35297 key "Voss"
35298
35299 \end_inset
35300
35301 LaTeX tips and tricks-
35302 \begin_inset CommandInset href
35303 LatexCommand href
35304 name "page"
35305 target "http://tug.org/TeXnik/"
35306
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \begin_layout Bibliography
35313 \begin_inset CommandInset bibitem
35314 LatexCommand bibitem
35315 key "AMS"
35316
35317 \end_inset
35318
35319
35320 \begin_inset CommandInset href
35321 LatexCommand href
35322 name "Description"
35323 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35324
35325 \end_inset
35326
35327  of 
35328 \begin_inset ERT
35329 status collapsed
35330
35331 \begin_layout Plain Layout
35332
35333
35334 \backslash
35335 AmS
35336 \end_layout
35337
35338 \end_inset
35339
35340 -LaTeX
35341 \end_layout
35342
35343 \begin_layout Bibliography
35344 \begin_inset CommandInset bibitem
35345 LatexCommand bibitem
35346 key "Symbole"
35347
35348 \end_inset
35349
35350
35351 \begin_inset CommandInset href
35352 LatexCommand href
35353 name "List"
35354 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35355
35356 \end_inset
35357
35358  of all symbols available with LaTeX-packages
35359 \end_layout
35360
35361 \begin_layout Bibliography
35362 \begin_inset CommandInset bibitem
35363 LatexCommand bibitem
35364 key "hyperref"
35365
35366 \end_inset
35367
35368
35369 \begin_inset CommandInset href
35370 LatexCommand href
35371 name "Documentation"
35372 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35373
35374 \end_inset
35375
35376  of the LaTeX-package 
35377 \series bold
35378 hyperref
35379 \series default
35380
35381 \begin_inset Index
35382 status collapsed
35383
35384 \begin_layout Plain Layout
35385 Packages ! hyperref
35386 \end_layout
35387
35388 \end_inset
35389
35390
35391 \end_layout
35392
35393 \begin_layout Bibliography
35394 \begin_inset CommandInset bibitem
35395 LatexCommand bibitem
35396 key "Mathclap"
35397
35398 \end_inset
35399
35400
35401 \begin_inset CommandInset href
35402 LatexCommand href
35403 name "Description"
35404 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35405
35406 \end_inset
35407
35408  of the command 
35409 \series bold
35410
35411 \backslash
35412 mathclap
35413 \series default
35414 , described in 
35415 \begin_inset CommandInset ref
35416 LatexCommand ref
35417 reference "sub:Operator-Limits"
35418
35419 \end_inset
35420
35421
35422 \begin_inset Index
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426 Commands ! M ! 
35427 \backslash
35428 mathclap
35429 \end_layout
35430
35431 \end_inset
35432
35433
35434 \end_layout
35435
35436 \begin_layout Bibliography
35437 \begin_inset CommandInset bibitem
35438 LatexCommand bibitem
35439 key "Duden"
35440
35441 \end_inset
35442
35443
35444 \emph on
35445 Duden Band 1
35446 \emph default
35447 .
35448  22.
35449  Auflage, Duden 2001
35450 \end_layout
35451
35452 \begin_layout Subsubsection*
35453 \begin_inset CommandInset index_print
35454 LatexCommand printindex
35455
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \end_body
35462 \end_document