]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
UserGuide.lyx: describe new document class option handling and typographic fixes
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 344
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 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasenglish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.6
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values,
77 \usepackage{calc}
78
79 % for multiple table row and column cells
80 \usepackage{multirow}
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % center multirows (e.g. in sec. 13.3)
87 \renewcommand{\multirowsetup}{\centering}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % redefine the greyed out note
114 \renewenvironment{lyxgreyedout}
115  {\textcolor{blue}\bgroup}{\egroup}
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % needed in sec. 22.10
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
146 \use_default_options false
147 \language english
148 \inputencoding auto
149 \font_roman default
150 \font_sans default
151 \font_typewriter default
152 \font_default_family default
153 \font_sc false
154 \font_osf false
155 \font_sf_scale 100
156 \font_tt_scale 100
157
158 \graphics default
159 \paperfontsize 12
160 \spacing single
161 \use_hyperref true
162 \pdf_title "LyX's Math Manual"
163 \pdf_author "LyX Team, Uwe Stöhr"
164 \pdf_subject "LyX-documentation about math"
165 \pdf_keywords "LyX, Mathed"
166 \pdf_bookmarks true
167 \pdf_bookmarksnumbered true
168 \pdf_bookmarksopen true
169 \pdf_bookmarksopenlevel 1
170 \pdf_breaklinks false
171 \pdf_pdfborder false
172 \pdf_colorlinks true
173 \pdf_backref false
174 \pdf_pdfusetitle false
175 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
176 \papersize a4paper
177 \use_geometry false
178 \use_amsmath 2
179 \use_esint 1
180 \cite_engine basic
181 \use_bibtopic false
182 \paperorientation portrait
183 \secnumdepth 4
184 \tocdepth 3
185 \paragraph_separation skip
186 \defskip medskip
187 \quotes_language english
188 \papercolumns 1
189 \papersides 2
190 \paperpagestyle plain
191 \bullet 1 0 6 -1
192 \bullet 2 2 35 -1
193 \bullet 3 2 7 -1
194 \tracking_changes false
195 \output_changes false
196 \author "" 
197 \author "" 
198 \end_header
199
200 \begin_body
201
202 \begin_layout Title
203 LyX's detailed Math manual
204 \end_layout
205
206 \begin_layout Author
207 by the LyX Team
208 \begin_inset Foot
209 status collapsed
210
211 \begin_layout Plain Layout
212 \noindent
213 If you have comments or error corrections, please send them to the LyX Documenta
214 tion mailing list: 
215 \family typewriter
216
217 \begin_inset CommandInset href
218 LatexCommand href
219 name "lyx-docs@lists.lyx.org"
220 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
221 type "mailto:"
222
223 \end_inset
224
225
226 \end_layout
227
228 \end_inset
229
230
231 \begin_inset Note Note
232 status collapsed
233
234 \begin_layout Plain Layout
235 author: Uwe Stöhr
236 \end_layout
237
238 \end_inset
239
240
241 \begin_inset Newline newline
242 \end_inset
243
244
245 \begin_inset Newline newline
246 \end_inset
247
248
249 \family sans
250 Version 1.6svn
251 \end_layout
252
253 \begin_layout Standard
254 \begin_inset CommandInset toc
255 LatexCommand tableofcontents
256
257 \end_inset
258
259
260 \end_layout
261
262 \begin_layout Standard
263 \begin_inset Note Note
264 status open
265
266 \begin_layout Plain Layout
267 To export this document to PDF, PS, or DVI the LaTeX-packages 
268 \series bold
269 eurosym,
270 \series default
271  
272 \series bold
273 multirow,
274 \series default
275  and 
276 \series bold
277 was
278 \series default
279  must be installed.
280  If they are not installed you can export the document anyway but the sections
281  where the packages are required won't appear in the output.
282 \end_layout
283
284 \begin_layout Plain Layout
285 The latest PDF-version of this document can be found here:
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \series bold
291 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
292 \end_layout
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset Newpage newpage
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Section
307 Introduction
308 \end_layout
309
310 \begin_layout Standard
311 This document explains LyX's math features and is furthermore a collection
312  of LaTeX-commands used for mathematical characters and constructs.
313  The explanations are designed for the usage of commands.
314  It is therefore required that you have read the section 
315 \family typewriter
316 Mathematical
317 \begin_inset space ~
318 \end_inset
319
320 Formulas
321 \family default
322  of the User's Guide.
323 \end_layout
324
325 \begin_layout Standard
326 Most of the characters and many constructs explained in this manual are
327  also accessible via the menu 
328 \family sans
329 Insert
330 \series bold
331 \SpecialChar \menuseparator
332
333 \series default
334 Math
335 \family default
336 , or the 
337 \family sans
338 math
339 \family default
340 \series bold
341  
342 \family sans
343 \series default
344 toolbar
345 \family default
346 .
347  But everybody who has to write lots of formulas will notice that it is
348  much faster to use commands instead of the math toolbar.
349  Therefore this manual is focused on commands but also mentions the correspondin
350 g toolbar buttons when available.
351 \end_layout
352
353 \begin_layout Standard
354 If not specially mentioned the commands are only available within formulas.
355  To be able to use all commands explained in this document, the option 
356 \family sans
357 Use AMS math package
358 \family default
359  must be used in the document settings (menu 
360 \family sans
361 Document\SpecialChar \menuseparator
362 Settings\SpecialChar \menuseparator
363 Math
364 \begin_inset space ~
365 \end_inset
366
367 Options
368 \family default
369 ).
370 \begin_inset Foot
371 status collapsed
372
373 \begin_layout Plain Layout
374 The option 
375 \family sans
376 Use AMS math package automatically
377 \family default
378  only uses 
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384
385 \backslash
386 AmS 
387 \end_layout
388
389 \end_inset
390
391 -math when math constructs are found that are supported by LyX.
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Standard
400 This document doesn't list all 
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413 -math commands
414 \begin_inset Foot
415 status collapsed
416
417 \begin_layout Plain Layout
418 A list with all 
419 \begin_inset ERT
420 status collapsed
421
422 \begin_layout Plain Layout
423
424
425 \backslash
426 AmS
427 \end_layout
428
429 \end_inset
430
431 -math commands is in the file 
432 \family sans
433
434 \begin_inset CommandInset href
435 LatexCommand href
436 name "amsguide.ps"
437 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
438
439 \end_inset
440
441
442 \family default
443 , which is part of every LaTeX standard installation.
444 \end_layout
445
446 \end_inset
447
448  for lucidity reasons.
449 \end_layout
450
451 \begin_layout Section
452 General Instructions
453 \end_layout
454
455 \begin_layout Standard
456 To create an inline formula
457 \begin_inset Index
458 status collapsed
459
460 \begin_layout Plain Layout
461 Formula ! inline
462 \end_layout
463
464 \end_inset
465
466  that is embedded into a text line, use one of the shortcuts 
467 \begin_inset Info
468 type  "shortcuts"
469 arg   "math-mode"
470 \end_inset
471
472  or the toolbar button 
473 \begin_inset Graphics
474         filename ../images/math-mode.png
475         scale 85
476
477 \end_inset
478
479
480 \begin_inset Newline newline
481 \end_inset
482
483 To create a display style formula
484 \begin_inset Index
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formula ! display style
489 \end_layout
490
491 \end_inset
492
493  that will appear bigger and in an own paragraph, use one of these shortcuts:
494  
495 \begin_inset Info
496 type  "shortcuts"
497 arg   "math-display"
498 \end_inset
499
500 .
501 \end_layout
502
503 \begin_layout Standard
504 To change a display style formula to an inline formula, set the cursor into
505  the formula and use one of the shortcuts 
506 \begin_inset Info
507 type  "shortcuts"
508 arg   "math-mode"
509 \end_inset
510
511  or the menu 
512 \family sans
513 Edit\SpecialChar \menuseparator
514 Math\SpecialChar \menuseparator
515 Change formula type
516 \family default
517 .
518  The same way is used to change an inline formula to a display style formula.
519 \end_layout
520
521 \begin_layout Standard
522 To display parts of an inline formula in the size of a display style formula,
523  enter the command 
524 \series bold
525
526 \backslash
527 displaystyle
528 \begin_inset Index
529 status collapsed
530
531 \begin_layout Plain Layout
532 Commands ! D ! 
533 \backslash
534 displaystyle
535 \end_layout
536
537 \end_inset
538
539
540 \series default
541  to a formula.
542  Then a new blue box appears in which the desired formula part is inserted.
543 \end_layout
544
545 \begin_layout Standard
546 Only inline formulas are allowed inside tables.
547 \end_layout
548
549 \begin_layout Standard
550 The 
551 \family sans
552 math toolbar
553 \family default
554  can be turned on in the menu 
555 \family sans
556 View\SpecialChar \menuseparator
557 Toolbars
558 \family default
559 .
560  When you click there on 
561 \begin_inset Quotes eld
562 \end_inset
563
564 Math
565 \begin_inset Quotes erd
566 \end_inset
567
568  the toolbar will be shown permanently at the bottom; this state is visualized
569  in the 
570 \family sans
571 Toolbars
572 \family default
573  menu with a checkmark.
574  When you click in this state again on 
575 \begin_inset Quotes eld
576 \end_inset
577
578 Math
579 \begin_inset Quotes erd
580 \end_inset
581
582  in the 
583 \family sans
584 Toolbars
585 \family default
586  menu, the 
587 \family sans
588 math toolbar
589 \family default
590  is only shown when the cursor is within a formula; this state is visualized
591  by the renaming of the menu entry from 
592 \begin_inset Quotes eld
593 \end_inset
594
595 Math
596 \begin_inset Quotes erd
597 \end_inset
598
599  to 
600 \begin_inset Quotes eld
601 \end_inset
602
603 Math
604 \begin_inset space ~
605 \end_inset
606
607 (auto)
608 \begin_inset Quotes erd
609 \end_inset
610
611 .
612 \end_layout
613
614 \begin_layout Standard
615 The TeX-mode
616 \begin_inset Index
617 status collapsed
618
619 \begin_layout Plain Layout
620 T@TeX-mode
621 \end_layout
622
623 \end_inset
624
625  is invoked by pressing the toolbar button 
626 \begin_inset Graphics
627         filename ../images/ert-insert.png
628         scale 85
629
630 \end_inset
631
632  or by using the menu 
633 \family sans
634 Insert\SpecialChar \menuseparator
635 Te
636 \begin_inset ERT
637 status collapsed
638
639 \begin_layout Plain Layout
640
641 {}
642 \end_layout
643
644 \end_inset
645
646 X Code
647 \family default
648  (shortcut 
649 \begin_inset Info
650 type  "shortcut"
651 arg   "ert-insert"
652 \end_inset
653
654 ).
655 \begin_inset Note Note
656 status collapsed
657
658 \begin_layout Plain Layout
659 In LyX there are three 
660 \begin_inset Quotes eld
661 \end_inset
662
663 proper names
664 \begin_inset Quotes erd
665 \end_inset
666
667  that appear in the output with sub- and superscript letters: TeX, LaTeX,
668  and LyX
669 \end_layout
670
671 \begin_layout Plain Layout
672 To avoid that these names are recognized as proper names, a TeX-brace pair
673  is inserted.
674 \end_layout
675
676 \end_inset
677
678
679 \end_layout
680
681 \begin_layout Standard
682 To change the LaTeX-preamble
683 \begin_inset Index
684 status collapsed
685
686 \begin_layout Plain Layout
687 L@LaTeX-preamble
688 \end_layout
689
690 \end_inset
691
692 , use the menu 
693 \family sans
694 Document\SpecialChar \menuseparator
695 Settings\SpecialChar \menuseparator
696 LaT
697 \begin_inset ERT
698 status collapsed
699
700 \begin_layout Plain Layout
701
702 {}
703 \end_layout
704
705 \end_inset
706
707 eX
708 \family default
709  
710 \family sans
711 Preamble
712 \family default
713 .
714 \end_layout
715
716 \begin_layout Standard
717 To edit matrices, case differentiations, and multiline formulas subsequently,
718  the menus 
719 \family sans
720 Edit\SpecialChar \menuseparator
721 Math
722 \family default
723  and 
724 \family sans
725 Edit\SpecialChar \menuseparator
726 Rows
727 \begin_inset space \thinspace{}
728 \end_inset
729
730 &
731 \begin_inset space \thinspace{}
732 \end_inset
733
734 Columns,
735 \family default
736  or the 
737 \family sans
738 table toolbar
739 \family default
740  can be used.
741  When lines and columns are swapped via the menu, the column or line where
742  the cursor is in is exchanged with the column to the right or the line
743  below, respectively.
744  Is the cursor in the last column or row, the exchange is done with the
745  column to the left or the line above.
746 \end_layout
747
748 \begin_layout Standard
749 To write text in formulas
750 \begin_inset Foot
751 status collapsed
752
753 \begin_layout Plain Layout
754 For multiline formulas the command 
755 \series bold
756
757 \backslash
758 intertext
759 \series default
760  is used, see 
761 \begin_inset CommandInset ref
762 LatexCommand ref
763 reference "sub:Text-in-multiline"
764
765 \end_inset
766
767 .
768 \end_layout
769
770 \end_inset
771
772  
773 \emph on
774 mathematical text
775 \emph default
776
777 \begin_inset Index
778 status collapsed
779
780 \begin_layout Plain Layout
781 Text ! in formulas
782 \end_layout
783
784 \end_inset
785
786
787 \begin_inset Index
788 status collapsed
789
790 \begin_layout Plain Layout
791 Mathematical text
792 \end_layout
793
794 \end_inset
795
796  is used.
797  This mode is invoked with the the shortcut 
798 \begin_inset Info
799 type  "shortcut"
800 arg   "math-mode"
801 \end_inset
802
803  or by the insertion of the command 
804 \series bold
805
806 \backslash
807 text
808 \begin_inset Index
809 status collapsed
810
811 \begin_layout Plain Layout
812 Commands ! T ! 
813 \backslash
814 text
815 \end_layout
816
817 \end_inset
818
819
820 \series default
821 .
822  The text appears black in LyX and can therefore be distinguished from the
823  other formula parts that appear blue.
824  In the output mathematical text is set upright, in contrary to other formula
825  parts.
826 \end_layout
827
828 \begin_layout Subsection*
829 Command Scheme
830 \end_layout
831
832 \begin_layout Standard
833 Most of the LaTeX-commands for math constructs have the following scheme:
834 \end_layout
835
836 \begin_layout Standard
837
838 \series bold
839
840 \backslash
841 commandname[optional
842 \series default
843  
844 \series bold
845 argument]{required
846 \series default
847  
848 \series bold
849 argument}
850 \end_layout
851
852 \begin_layout Standard
853 A command starts always with a backslash 
854 \begin_inset Quotes gld
855 \end_inset
856
857
858 \series bold
859
860 \backslash
861
862 \series default
863
864 \begin_inset Quotes grd
865 \end_inset
866
867 .
868  To omit optional arguments, also omit the associated brackets.
869  The braces around the required arguments are named in this document as
870  TeX-braces
871 \begin_inset Index
872 status collapsed
873
874 \begin_layout Plain Layout
875 T@TeX-braces
876 \end_layout
877
878 \end_inset
879
880 .
881  If you add in a formula a left brace to a command name, LyX creates automatical
882 ly a TeX-brace.
883  In all other cases TeX-braces are created in formulas with the command
884  
885 \series bold
886
887 \backslash
888 {
889 \series default
890 .
891  TeX-braces appear red in LyX, in contrary to normal braces that appear
892  blue.
893  In TeX-mode no command is needed to get TeX-braces.
894  TeX-braces don't appear in the output.
895 \end_layout
896
897 \begin_layout Standard
898 When commands without arguments, like commands for symbols are entered in
899  TeX-mode, a space character must 
900 \emph on
901 always
902 \emph default
903  be behind the command to end it.
904  This space doesn't appear in the output.
905  When the space should appear in the output, the space must be followed
906  by a protected space in normal text.
907 \end_layout
908
909 \begin_layout Standard
910 A protected space is inserted with 
911 \family sans
912 Ctrl+Space
913 \family default
914 .
915 \end_layout
916
917 \begin_layout Subsection*
918 \begin_inset Newpage newpage
919 \end_inset
920
921 Syntax Explanation
922 \end_layout
923
924 \begin_layout Itemize
925 The symbol
926 \begin_inset Foot
927 status collapsed
928
929 \begin_layout Plain Layout
930 This visible space character can be created with the command 
931 \series bold
932
933 \backslash
934 textvisiblespace
935 \series default
936
937 \begin_inset Index
938 status collapsed
939
940 \begin_layout Plain Layout
941 Commands ! T ! 
942 \backslash
943 textvisiblespace
944 \end_layout
945
946 \end_inset
947
948 , inserted in TeX-mode.
949 \end_layout
950
951 \end_inset
952
953  
954 \begin_inset ERT
955 status collapsed
956
957 \begin_layout Plain Layout
958
959
960 \backslash
961 spce 
962 \end_layout
963
964 \end_inset
965
966
967 \begin_inset space ~
968 \end_inset
969
970 denotes a space character to be input.
971 \end_layout
972
973 \begin_layout Itemize
974 An arrow like 
975 \begin_inset Formula $\to$
976 \end_inset
977
978  denotes the usage of the corresponding arrow key on the keyboard.
979 \end_layout
980
981 \begin_layout Subsection*
982 Available units
983 \end_layout
984
985 \begin_layout Standard
986 \align center
987 \begin_inset Float table
988 placement H
989 wide false
990 sideways false
991 status open
992
993 \begin_layout Plain Layout
994 \align center
995 \begin_inset Caption
996
997 \begin_layout Plain Layout
998 \begin_inset CommandInset label
999 LatexCommand label
1000 name "tab:Available-units"
1001
1002 \end_inset
1003
1004 Available units
1005 \end_layout
1006
1007 \end_inset
1008
1009
1010 \end_layout
1011
1012 \begin_layout Plain Layout
1013 \align center
1014 \begin_inset Tabular
1015 <lyxtabular version="3" rows="13" columns="2">
1016 <features>
1017 <column alignment="center" valignment="top" width="0">
1018 <column alignment="center" valignment="top" width="0">
1019 <row>
1020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1021 \begin_inset Text
1022
1023 \begin_layout Plain Layout
1024 Unit
1025 \end_layout
1026
1027 \end_inset
1028 </cell>
1029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 Name / Description
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 </row>
1039 <row>
1040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1041 \begin_inset Text
1042
1043 \begin_layout Plain Layout
1044 mm
1045 \end_layout
1046
1047 \end_inset
1048 </cell>
1049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 Millimeter
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 </row>
1059 <row>
1060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 cm
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 Centimeter
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 in
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 Inch (1
1094 \begin_inset space \thinspace{}
1095 \end_inset
1096
1097 in = 2,54
1098 \begin_inset space \thinspace{}
1099 \end_inset
1100
1101 cm)
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 </row>
1107 <row>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 pt
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 Point (72.27
1122 \begin_inset space \thinspace{}
1123 \end_inset
1124
1125 pt = 1
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 in)
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 </row>
1135 <row>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 pc
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 Pica (1
1150 \begin_inset space \thinspace{}
1151 \end_inset
1152
1153 pc = 12
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 pt)
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 sp
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 scaled point (65536
1178 \begin_inset space \thinspace{}
1179 \end_inset
1180
1181 sp = 1
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 pt)
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 </row>
1191 <row>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 bp
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 big point (72
1206 \begin_inset space \thinspace{}
1207 \end_inset
1208
1209 bp = 1
1210 \begin_inset space \thinspace{}
1211 \end_inset
1212
1213 in)
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 </row>
1219 <row>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 dd
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 Didot (1
1234 \begin_inset space \thinspace{}
1235 \end_inset
1236
1237 dd 
1238 \begin_inset Formula $\approx$
1239 \end_inset
1240
1241  0.376
1242 \begin_inset space \thinspace{}
1243 \end_inset
1244
1245 mm)
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 </row>
1251 <row>
1252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Plain Layout
1256 cc
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 Cicero (1
1266 \begin_inset space \thinspace{}
1267 \end_inset
1268
1269 cc = 12
1270 \begin_inset space \thinspace{}
1271 \end_inset
1272
1273 dd)
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 </row>
1279 <row>
1280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 ex
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 Height of letter 
1294 \emph on
1295
1296 \begin_inset Quotes eld
1297 \end_inset
1298
1299 x
1300 \emph default
1301
1302 \begin_inset Quotes erd
1303 \end_inset
1304
1305  in the current font
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 </row>
1311 <row>
1312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Plain Layout
1316 em
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Plain Layout
1325 width of letter 
1326 \begin_inset Quotes eld
1327 \end_inset
1328
1329
1330 \emph on
1331 M
1332 \emph default
1333
1334 \begin_inset Quotes erd
1335 \end_inset
1336
1337  in the current font
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 </row>
1343 <row>
1344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 mu
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Plain Layout
1357 math unit (1
1358 \begin_inset space \thinspace{}
1359 \end_inset
1360
1361 mu = 
1362 \begin_inset Formula $\nicefrac{1}{18}$
1363 \end_inset
1364
1365
1366 \begin_inset space \thinspace{}
1367 \end_inset
1368
1369 em)
1370 \end_layout
1371
1372 \end_inset
1373 </cell>
1374 </row>
1375 </lyxtabular>
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \begin_layout Standard
1388 \begin_inset Newpage newpage
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \begin_layout Section
1395 Basic Functions
1396 \end_layout
1397
1398 \begin_layout Subsection
1399 Exponents
1400 \begin_inset Index
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 Exponents
1405 \end_layout
1406
1407 \end_inset
1408
1409  and Indices
1410 \begin_inset Index
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 Indices
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \begin_inset Index
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 Superscripts|see
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 {
1431 \end_layout
1432
1433 \end_inset
1434
1435 Exponents
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 }
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \begin_inset Index
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456 Subscripts|see
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 {
1463 \end_layout
1464
1465 \end_inset
1466
1467 Indices
1468 \begin_inset ERT
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472
1473 }
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \begin_layout Standard
1487 Indices are created with an underscore 
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491 _
1492 \begin_inset Quotes erd
1493 \end_inset
1494
1495  or via the math toolbar button 
1496 \begin_inset Graphics
1497         filename ../images/math-subscript.png
1498         scale 85
1499
1500 \end_inset
1501
1502  , exponents with a caret 
1503 \begin_inset Quotes eld
1504 \end_inset
1505
1506 ^
1507 \begin_inset Quotes erd
1508 \end_inset
1509
1510  or via the math toolbar button 
1511 \begin_inset Graphics
1512         filename ../images/math-superscript.png
1513         scale 85
1514
1515 \end_inset
1516
1517 .
1518 \end_layout
1519
1520 \begin_layout Standard
1521 \align center
1522 \begin_inset Tabular
1523 <lyxtabular version="3" rows="4" columns="2">
1524 <features>
1525 <column alignment="center" valignment="top" width="0pt">
1526 <column alignment="center" valignment="top" width="0pt">
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 command
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 Result
1542 \begin_inset Note Note
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 \series bold
1548
1549 \backslash
1550 raisebox
1551 \series default
1552  is only used as spacer.
1553 \end_layout
1554
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 B_V
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 \begin_inset Formula $B_{V}$
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 B^V
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 <row>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614 B^
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620
1621 \backslash
1622 spce 
1623 \end_layout
1624
1625 \end_inset
1626
1627 A
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 </row>
1645 </lyxtabular>
1646
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \begin_layout Standard
1653 As the caret is in some languages an accent, vowels will be accentuated
1654  in this case and not set as exponents
1655 \begin_inset Foot
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Depending on the used keyboard settings this can also happen for other character
1660 s than vowels.
1661 \end_layout
1662
1663 \end_inset
1664
1665 .
1666  To get in this case exponents, press 
1667 \family sans
1668 Space
1669 \family default
1670  after the caret as in the last example.
1671 \end_layout
1672
1673 \begin_layout Subsection
1674 Fractions
1675 \begin_inset CommandInset label
1676 LatexCommand label
1677 name "sub:Fractions"
1678
1679 \end_inset
1680
1681
1682 \begin_inset Index
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 Fractions
1687 \end_layout
1688
1689 \end_inset
1690
1691
1692 \end_layout
1693
1694 \begin_layout Standard
1695 Fractions are generated with the command 
1696 \series bold
1697
1698 \backslash
1699 frac
1700 \series default
1701
1702 \begin_inset Index
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 Commands ! F ! 
1707 \backslash
1708 frac
1709 \end_layout
1710
1711 \end_inset
1712
1713  or via the math toolbar button 
1714 \begin_inset Graphics
1715         filename ../images/math/frac.png
1716         scale 50
1717
1718 \end_inset
1719
1720 .
1721  The font size is adjusted automatically, depending on whether the fraction
1722  is in an inline or display style formula.
1723  With the math toolbar button 
1724 \begin_inset Graphics
1725         filename ../images/math/frac-square.png
1726         scale 85
1727
1728 \end_inset
1729
1730  you can select different fraction types.
1731 \end_layout
1732
1733 \begin_layout Standard
1734 With the command 
1735 \series bold
1736
1737 \backslash
1738 dfrac
1739 \begin_inset Index
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743 Commands ! D ! 
1744 \backslash
1745 dfrac
1746 \end_layout
1747
1748 \end_inset
1749
1750
1751 \series default
1752  a fraction can be created that has in any case the size of a display style
1753  formula.
1754  With 
1755 \series bold
1756
1757 \backslash
1758 tfrac
1759 \begin_inset Index
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763 Commands ! T ! 
1764 \backslash
1765 tfrac
1766 \end_layout
1767
1768 \end_inset
1769
1770
1771 \series default
1772  the fraction appears always with the size of an inline formula.
1773  An example:
1774 \end_layout
1775
1776 \begin_layout Standard
1777 A line with the fraction 
1778 \begin_inset Formula $\frac{1}{2}$
1779 \end_inset
1780
1781  that was created with the command 
1782 \series bold
1783
1784 \backslash
1785 frac
1786 \series default
1787 .
1788 \end_layout
1789
1790 \begin_layout Standard
1791 A line with the fraction 
1792 \begin_inset Formula $\dfrac{1}{2}$
1793 \end_inset
1794
1795  that was created with the command 
1796 \series bold
1797
1798 \backslash
1799 dfrac
1800 \series default
1801 .
1802 \end_layout
1803
1804 \begin_layout Standard
1805 \align center
1806 \begin_inset Tabular
1807 <lyxtabular version="3" rows="4" columns="2">
1808 <features>
1809 <column alignment="center" valignment="top" width="0pt">
1810 <column alignment="center" valignment="top" width="0pt">
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Command
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 Result
1826 \begin_inset Note Note
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830
1831 \series bold
1832
1833 \backslash
1834 raisebox
1835 \series default
1836  is only used as spacer.
1837 \end_layout
1838
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \backslash
1854 frac
1855 \begin_inset ERT
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860
1861 \backslash
1862 spce 
1863 \end_layout
1864
1865 \end_inset
1866
1867 A
1868 \begin_inset Formula $\downarrow$
1869 \end_inset
1870
1871 B
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1881 \end_inset
1882
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 </row>
1889 <row>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \backslash
1896 dfrac
1897 \begin_inset ERT
1898 status collapsed
1899
1900 \begin_layout Plain Layout
1901
1902
1903 \backslash
1904 spce 
1905 \end_layout
1906
1907 \end_inset
1908
1909 A
1910 \begin_inset Formula $\downarrow$
1911 \end_inset
1912
1913 B
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \backslash
1938 dfrac
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 spce 
1947 \end_layout
1948
1949 \end_inset
1950
1951 e^
1952 \begin_inset ERT
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956
1957
1958 \backslash
1959 spce 
1960 \end_layout
1961
1962 \end_inset
1963
1964
1965 \backslash
1966 frac
1967 \begin_inset ERT
1968 status collapsed
1969
1970 \begin_layout Plain Layout
1971
1972
1973 \backslash
1974 spce 
1975 \end_layout
1976
1977 \end_inset
1978
1979 1
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 2
1984 \begin_inset Formula $\downarrow\downarrow$
1985 \end_inset
1986
1987 3
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 </lyxtabular>
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Standard
2013 \begin_inset VSpace bigskip
2014 \end_inset
2015
2016
2017 \begin_inset Newpage newpage
2018 \end_inset
2019
2020 For nested fractions the command 
2021 \series bold
2022
2023 \backslash
2024 cfrac
2025 \series default
2026
2027 \begin_inset Index
2028 status collapsed
2029
2030 \begin_layout Plain Layout
2031 Commands ! C ! 
2032 \backslash
2033 cfrac
2034 \end_layout
2035
2036 \end_inset
2037
2038  can be used.
2039  Here an example:
2040 \begin_inset VSpace -3mm
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset Formula \begin{align*}
2048 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2049 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 The command for the example above is:
2058 \end_layout
2059
2060 \begin_layout Standard
2061
2062 \series bold
2063
2064 \backslash
2065 cfrac{A
2066 \begin_inset Formula $\to$
2067 \end_inset
2068
2069
2070 \backslash
2071 {B+
2072 \backslash
2073 cfrac{C+
2074 \backslash
2075 cfrac{E
2076 \begin_inset Formula $\to$
2077 \end_inset
2078
2079
2080 \backslash
2081 {F
2082 \begin_inset Formula $\to\to$
2083 \end_inset
2084
2085
2086 \backslash
2087 {D
2088 \end_layout
2089
2090 \begin_layout Standard
2091 \begin_inset VSpace medskip
2092 \end_inset
2093
2094
2095 \end_layout
2096
2097 \begin_layout Standard
2098
2099 \series bold
2100
2101 \backslash
2102 cfrac
2103 \series default
2104  sets the fraction always in the size of a displayed formula, also when
2105  it is part of another fraction.
2106  
2107 \series bold
2108
2109 \backslash
2110 cfrac
2111 \series default
2112  has the following command scheme:
2113 \end_layout
2114
2115 \begin_layout Standard
2116
2117 \series bold
2118
2119 \backslash
2120 cfrac[numerator position]{numerator}{denominator}
2121 \end_layout
2122
2123 \begin_layout Standard
2124 The numerator position can be 
2125 \emph on
2126 l
2127 \emph default
2128  , 
2129 \emph on
2130 c
2131 \emph default
2132 , or 
2133 \emph on
2134 r
2135 \emph default
2136  .
2137  l or r aligns the numerator to the left or right, resp.
2138 \begin_inset space ~
2139 \end_inset
2140
2141 with the fraction stroke.
2142  When 
2143 \emph on
2144 c
2145 \emph default
2146  or no position is given, the numerator appears centered.
2147  These fractions demonstrate the different alignments:
2148 \begin_inset Newline newline
2149 \end_inset
2150
2151
2152 \series bold
2153
2154 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2155 \end_inset
2156
2157
2158 \begin_inset Formula $\cfrac{A}{B+C}$
2159 \end_inset
2160
2161
2162 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2163 \end_inset
2164
2165
2166 \end_layout
2167
2168 \begin_layout Standard
2169 \begin_inset VSpace medskip
2170 \end_inset
2171
2172 It is often advantageous to combine 
2173 \series bold
2174
2175 \backslash
2176 cfrac
2177 \series default
2178  and 
2179 \series bold
2180
2181 \backslash
2182 frac
2183 \series default
2184 :
2185 \begin_inset Formula \[
2186 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2187
2188 \end_inset
2189
2190
2191 \end_layout
2192
2193 \begin_layout Standard
2194 For inline fractions with a sloped fraction stroke you can use the command
2195  
2196 \series bold
2197
2198 \backslash
2199 nicefrac
2200 \series default
2201
2202 \begin_inset Index
2203 status collapsed
2204
2205 \begin_layout Plain Layout
2206 Commands ! N ! 
2207 \backslash
2208 nicefrac
2209 \end_layout
2210
2211 \end_inset
2212
2213
2214 \begin_inset Formula $\nicefrac{5}{31}$
2215 \end_inset
2216
2217  or 
2218 \series bold
2219
2220 \backslash
2221 unitfrac
2222 \series default
2223
2224 \begin_inset Index
2225 status collapsed
2226
2227 \begin_layout Plain Layout
2228 Commands ! U ! 
2229 \backslash
2230 unitfrac
2231 \end_layout
2232
2233 \end_inset
2234
2235
2236 \begin_inset Formula $\unitfrac{5}{31}$
2237 \end_inset
2238
2239  There is furthermore the command 
2240 \series bold
2241
2242 \backslash
2243 unitfracthree
2244 \series default
2245  that offers to write a fraction in combination with a number: 
2246 \begin_inset Formula $\unitfrac[2]{1}{3}$
2247 \end_inset
2248
2249
2250 \begin_inset Newline newline
2251 \end_inset
2252
2253 Note that 
2254 \series bold
2255
2256 \backslash
2257 unitfracthree
2258 \series default
2259  is not a real LaTeX command but the command
2260 \begin_inset Newline newline
2261 \end_inset
2262
2263
2264 \series bold
2265
2266 \backslash
2267 unitfrac[number]{numerator}{denominator}
2268 \series default
2269 , therefore you cannot use it in TeX code.
2270 \end_layout
2271
2272 \begin_layout Standard
2273 How to define own fractions where the fraction stroke can be changed, is
2274  explained in 
2275 \begin_inset CommandInset ref
2276 LatexCommand ref
2277 reference "sub:Self-defined-Fractions"
2278
2279 \end_inset
2280
2281 .
2282 \end_layout
2283
2284 \begin_layout Subsection
2285 Roots
2286 \begin_inset Index
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 Roots
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \end_layout
2297
2298 \begin_layout Standard
2299 Square roots are created with 
2300 \series bold
2301
2302 \backslash
2303 sqrt
2304 \series default
2305
2306 \begin_inset Index
2307 status collapsed
2308
2309 \begin_layout Plain Layout
2310 Commands ! S ! 
2311 \backslash
2312 sqrt
2313 \end_layout
2314
2315 \end_inset
2316
2317  or the math toolbar button 
2318 \begin_inset Graphics
2319         filename ../images/math/sqrt.png
2320         scale 85
2321
2322 \end_inset
2323
2324 , all other roots with the command 
2325 \series bold
2326
2327 \backslash
2328 root
2329 \series default
2330
2331 \begin_inset Index
2332 status collapsed
2333
2334 \begin_layout Plain Layout
2335 Commands ! R ! 
2336 \backslash
2337 root
2338 \end_layout
2339
2340 \end_inset
2341
2342  or with the math toolbar button 
2343 \begin_inset Graphics
2344         filename ../images/math/root.png
2345         scale 85
2346
2347 \end_inset
2348
2349 .
2350 \end_layout
2351
2352 \begin_layout Standard
2353 \align center
2354 \begin_inset Tabular
2355 <lyxtabular version="3" rows="3" columns="2">
2356 <features>
2357 <column alignment="center" valignment="top" width="0pt">
2358 <column alignment="center" valignment="top" width="0pt">
2359 <row>
2360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Plain Layout
2364 Command
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373 Result
2374 \begin_inset Note Note
2375 status collapsed
2376
2377 \begin_layout Plain Layout
2378
2379 \series bold
2380
2381 \backslash
2382 raisebox
2383 \series default
2384  is only used as spacer.
2385 \end_layout
2386
2387 \end_inset
2388
2389
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 </row>
2395 <row>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400
2401 \backslash
2402 sqrt
2403 \begin_inset ERT
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407
2408
2409 \backslash
2410 spce 
2411 \end_layout
2412
2413 \end_inset
2414
2415 A-B
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 </row>
2433 <row>
2434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438
2439 \backslash
2440 root
2441 \begin_inset ERT
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445
2446
2447 \backslash
2448 spce 
2449 \end_layout
2450
2451 \end_inset
2452
2453 3
2454 \begin_inset Formula $\downarrow$
2455 \end_inset
2456
2457 A-B
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2467 \end_inset
2468
2469
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 </row>
2475 </lyxtabular>
2476
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \begin_layout Standard
2483 A square root can also be created with 
2484 \series bold
2485
2486 \backslash
2487 root
2488 \series default
2489  when the root index field is left empty.
2490 \end_layout
2491
2492 \begin_layout Standard
2493 With certain indices the distance to the root is too small, like in this
2494  formula: 
2495 \begin_inset Formula $\sqrt[\beta]{B}$
2496 \end_inset
2497
2498
2499 \begin_inset Newline newline
2500 \end_inset
2501
2502 The 
2503 \begin_inset Formula $\beta$
2504 \end_inset
2505
2506  touches the root.
2507  To avoid this, the commands 
2508 \series bold
2509
2510 \backslash
2511 leftroot
2512 \series default
2513
2514 \begin_inset Index
2515 status collapsed
2516
2517 \begin_layout Plain Layout
2518 Commands ! L ! 
2519 \backslash
2520 leftroot
2521 \end_layout
2522
2523 \end_inset
2524
2525  and 
2526 \series bold
2527
2528 \backslash
2529 uproot
2530 \series default
2531
2532 \begin_inset Index
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536 Commands ! U ! 
2537 \backslash
2538 uproot
2539 \end_layout
2540
2541 \end_inset
2542
2543  are used with the following scheme:
2544 \end_layout
2545
2546 \begin_layout Standard
2547
2548 \series bold
2549
2550 \backslash
2551 leftroot{distance}
2552 \series default
2553  and 
2554 \series bold
2555
2556 \backslash
2557 uproot{distance}
2558 \end_layout
2559
2560 \begin_layout Standard
2561 Distance is the number of Big Points (unit bp; 
2562 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2563 \end_inset
2564
2565 ), that the index should be moved to the left or top, resp..
2566  The commands are written to the index.
2567  This way the command
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571
2572 \series bold
2573
2574 \backslash
2575 root
2576 \backslash
2577 leftroot{-1
2578 \begin_inset Formula $\to$
2579 \end_inset
2580
2581
2582 \backslash
2583 uproot{2
2584 \begin_inset Formula $\to$
2585 \end_inset
2586
2587
2588 \backslash
2589 beta
2590 \begin_inset ERT
2591 status collapsed
2592
2593 \begin_layout Plain Layout
2594
2595
2596 \backslash
2597 spce 
2598 \end_layout
2599
2600 \end_inset
2601
2602
2603 \begin_inset Formula $\to$
2604 \end_inset
2605
2606 B
2607 \begin_inset Newline newline
2608 \end_inset
2609
2610
2611 \series default
2612 produces a correct typeset formula: 
2613 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2614 \end_inset
2615
2616
2617 \end_layout
2618
2619 \begin_layout Subsection
2620 Binomial Coefficients
2621 \begin_inset Index
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Binomial coefficients
2626 \end_layout
2627
2628 \end_inset
2629
2630
2631 \end_layout
2632
2633 \begin_layout Standard
2634 Binomial coefficients are inserted with the command 
2635 \series bold
2636
2637 \backslash
2638 binom
2639 \series default
2640
2641 \begin_inset Index
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 Commands ! B ! 
2646 \backslash
2647 binom
2648 \end_layout
2649
2650 \end_inset
2651
2652  or with the submenu of the math toolbar button 
2653 \begin_inset Graphics
2654         filename ../images/math/frac-square.png
2655         scale 85
2656
2657 \end_inset
2658
2659 .
2660  Analog to fractions (
2661 \series bold
2662
2663 \backslash
2664 frac
2665 \series default
2666 ) there are besides 
2667 \series bold
2668
2669 \backslash
2670 binom
2671 \series default
2672  the commands 
2673 \series bold
2674
2675 \backslash
2676 dbinom
2677 \begin_inset Index
2678 status collapsed
2679
2680 \begin_layout Plain Layout
2681 Commands ! D ! 
2682 \backslash
2683 dbinom
2684 \end_layout
2685
2686 \end_inset
2687
2688
2689 \series default
2690  and 
2691 \series bold
2692
2693 \backslash
2694 tbinom
2695 \series default
2696
2697 \begin_inset Index
2698 status collapsed
2699
2700 \begin_layout Plain Layout
2701 Commands ! T ! 
2702 \backslash
2703 tbinom
2704 \end_layout
2705
2706 \end_inset
2707
2708 .
2709  For other brackets around binomial coeficients there are the commands 
2710 \series bold
2711
2712 \backslash
2713 brace
2714 \series default
2715
2716 \begin_inset Index
2717 status collapsed
2718
2719 \begin_layout Plain Layout
2720 Commands ! B ! 
2721 \backslash
2722 brace
2723 \end_layout
2724
2725 \end_inset
2726
2727  and 
2728 \series bold
2729
2730 \backslash
2731 brack
2732 \series default
2733
2734 \begin_inset Index
2735 status collapsed
2736
2737 \begin_layout Plain Layout
2738 Commands ! B ! 
2739 \backslash
2740 brack
2741 \end_layout
2742
2743 \end_inset
2744
2745 .
2746 \end_layout
2747
2748 \begin_layout Standard
2749 \align center
2750 \begin_inset Tabular
2751 <lyxtabular version="3" rows="6" columns="2">
2752 <features>
2753 <column alignment="center" valignment="top" width="0pt">
2754 <column alignment="center" valignment="top" width="0pt">
2755 <row>
2756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760 Command
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769 Result
2770 \begin_inset Note Note
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774
2775 \series bold
2776
2777 \backslash
2778 raisebox
2779 \series default
2780  is only used as spacer.
2781 \end_layout
2782
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row>
2792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 binom
2799 \begin_inset ERT
2800 status collapsed
2801
2802 \begin_layout Plain Layout
2803
2804
2805 \backslash
2806 spce 
2807 \end_layout
2808
2809 \end_inset
2810
2811 A
2812 \begin_inset Formula $\downarrow$
2813 \end_inset
2814
2815 B
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2825 \end_inset
2826
2827
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 </row>
2833 <row>
2834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838
2839 \backslash
2840 dbinom
2841 \begin_inset ERT
2842 status collapsed
2843
2844 \begin_layout Plain Layout
2845
2846
2847 \backslash
2848 spce 
2849 \end_layout
2850
2851 \end_inset
2852
2853 A
2854 \begin_inset Formula $\downarrow$
2855 \end_inset
2856
2857 B
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2867 \end_inset
2868
2869
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 </row>
2875 <row>
2876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \backslash
2882 tbinom
2883 \begin_inset ERT
2884 status collapsed
2885
2886 \begin_layout Plain Layout
2887
2888
2889 \backslash
2890 spce 
2891 \end_layout
2892
2893 \end_inset
2894
2895 A
2896 \begin_inset Formula $\downarrow$
2897 \end_inset
2898
2899 B
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Plain Layout
2908 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2909 \end_inset
2910
2911
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 </row>
2917 <row>
2918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Plain Layout
2922
2923 \backslash
2924 brack
2925 \begin_inset ERT
2926 status collapsed
2927
2928 \begin_layout Plain Layout
2929
2930
2931 \backslash
2932 spce 
2933 \end_layout
2934
2935 \end_inset
2936
2937 A
2938 \begin_inset Formula $\downarrow$
2939 \end_inset
2940
2941 B
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2951 \end_inset
2952
2953
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 </row>
2959 <row>
2960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964
2965 \backslash
2966 brace
2967 \begin_inset ERT
2968 status collapsed
2969
2970 \begin_layout Plain Layout
2971
2972
2973 \backslash
2974 spce 
2975 \end_layout
2976
2977 \end_inset
2978
2979 A
2980 \begin_inset Formula $\downarrow$
2981 \end_inset
2982
2983 B
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 </row>
3001 </lyxtabular>
3002
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \begin_layout Subsection
3009 Case Differentiations
3010 \begin_inset Index
3011 status collapsed
3012
3013 \begin_layout Plain Layout
3014 Case differentiations 
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \begin_layout Standard
3023 \align center
3024 \begin_inset Tabular
3025 <lyxtabular version="3" rows="3" columns="2">
3026 <features>
3027 <column alignment="center" valignment="top" width="0pt">
3028 <column alignment="center" valignment="top" width="0pt">
3029 <row>
3030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034 Command
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043 Result
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row>
3050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \backslash
3056 cases
3057 \begin_inset ERT
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061
3062
3063 \backslash
3064 spce 
3065 \end_layout
3066
3067 \end_inset
3068
3069 A
3070 \begin_inset Formula $\to$
3071 \end_inset
3072
3073 B>0
3074 \begin_inset Index
3075 status collapsed
3076
3077 \begin_layout Plain Layout
3078 Commands ! C ! 
3079 \backslash
3080 cases
3081 \end_layout
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 \begin_inset Formula $\begin{cases}
3095 A & B>0\end{cases}$
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \backslash
3111 cases
3112 \begin_inset ERT
3113 status collapsed
3114
3115 \begin_layout Plain Layout
3116
3117
3118 \backslash
3119 spce 
3120 \end_layout
3121
3122 \end_inset
3123
3124
3125 \begin_inset Info
3126 type  "shortcut"
3127 arg   "newline-insert newline"
3128 \end_inset
3129
3130
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139 \begin_inset Formula $\begin{cases}
3140 A & \textrm{for }x>0\\
3141 B & \textrm{for }x=0\end{cases}$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 </lyxtabular>
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 After inserting 
3159 \series bold
3160
3161 \backslash
3162 cases
3163 \series default
3164  or the usage of the math toolbar button 
3165 \begin_inset Graphics
3166         filename ../images/math/cases.png
3167         scale 85
3168
3169 \end_inset
3170
3171  you can create new lines with the shortcut 
3172 \begin_inset Info
3173 type  "shortcut"
3174 arg   "newline-insert newline"
3175 \end_inset
3176
3177  or the table toolbar button 
3178 \begin_inset Graphics
3179         filename ../images/tabular-feature_append-row.png
3180         scale 85
3181
3182 \end_inset
3183
3184 .
3185 \end_layout
3186
3187 \begin_layout Standard
3188 The command 
3189 \series bold
3190
3191 \backslash
3192 cases
3193 \series default
3194  is also available via the menu 
3195 \family sans
3196 Insert\SpecialChar \menuseparator
3197 Math\SpecialChar \menuseparator
3198 Cases-Environment
3199 \family default
3200 .
3201 \end_layout
3202
3203 \begin_layout Subsection
3204 Negations
3205 \begin_inset Index
3206 status collapsed
3207
3208 \begin_layout Plain Layout
3209 Negations
3210 \end_layout
3211
3212 \end_inset
3213
3214
3215 \end_layout
3216
3217 \begin_layout Standard
3218 By inserting of 
3219 \series bold
3220
3221 \backslash
3222 not
3223 \series default
3224
3225 \begin_inset Index
3226 status collapsed
3227
3228 \begin_layout Plain Layout
3229 Commands ! N ! 
3230 \backslash
3231 not
3232 \end_layout
3233
3234 \end_inset
3235
3236  every character can be displayed canceled.
3237  The characters are quasi accentuated by a slash.
3238 \end_layout
3239
3240 \begin_layout Standard
3241 \align center
3242 \begin_inset Tabular
3243 <lyxtabular version="3" rows="4" columns="2">
3244 <features>
3245 <column alignment="center" valignment="top" width="0pt">
3246 <column alignment="center" valignment="top" width="0pt">
3247 <row>
3248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 Command
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261 Result
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 </row>
3267 <row>
3268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \backslash
3274 not=
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 \begin_inset Formula $\not=$
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 </row>
3292 <row>
3293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \backslash
3299 not 
3300 \backslash
3301 le
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 \begin_inset Formula $\not\le$
3311 \end_inset
3312
3313
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row>
3320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \backslash
3326 not 
3327 \backslash
3328 parallel
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 \begin_inset Formula $\not\parallel$
3338 \end_inset
3339
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 </lyxtabular>
3347
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \begin_layout Standard
3354 The last example shows, that not all negations look good.
3355  Therefore there are for some negations special commands (see 
3356 \begin_inset CommandInset ref
3357 LatexCommand ref
3358 reference "sub:Mathematical-Symbols"
3359
3360 \end_inset
3361
3362  and 
3363 \begin_inset CommandInset ref
3364 LatexCommand ref
3365 reference "sec:Relations"
3366
3367 \end_inset
3368
3369 ).
3370 \end_layout
3371
3372 \begin_layout Subsection
3373 Placeholders
3374 \begin_inset CommandInset label
3375 LatexCommand label
3376 name "sub:Placeholders"
3377
3378 \end_inset
3379
3380
3381 \begin_inset Index
3382 status collapsed
3383
3384 \begin_layout Plain Layout
3385 Placeholders
3386 \end_layout
3387
3388 \end_inset
3389
3390
3391 \begin_inset Index
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395 Chemical characters ! Isotopes
3396 \end_layout
3397
3398 \end_inset
3399
3400
3401 \begin_inset Index
3402 status collapsed
3403
3404 \begin_layout Plain Layout
3405 Isotopes|see
3406 \begin_inset ERT
3407 status collapsed
3408
3409 \begin_layout Plain Layout
3410
3411 {
3412 \end_layout
3413
3414 \end_inset
3415
3416 Chemical characters
3417 \begin_inset ERT
3418 status collapsed
3419
3420 \begin_layout Plain Layout
3421
3422 }
3423 \end_layout
3424
3425 \end_inset
3426
3427
3428 \end_layout
3429
3430 \end_inset
3431
3432
3433 \end_layout
3434
3435 \begin_layout Standard
3436 When displaying e.g.
3437 \begin_inset space \space{}
3438 \end_inset
3439
3440 isotopes
3441 \begin_inset Foot
3442 status collapsed
3443
3444 \begin_layout Plain Layout
3445 More about chemical symbols is written in 
3446 \begin_inset CommandInset ref
3447 LatexCommand ref
3448 reference "sub:Chemical-Symbols-and"
3449
3450 \end_inset
3451
3452 .
3453 \end_layout
3454
3455 \end_inset
3456
3457  the following problem occurs:
3458 \end_layout
3459
3460 \begin_layout Standard
3461 \align center
3462 \begin_inset Tabular
3463 <lyxtabular version="3" rows="2" columns="2">
3464 <features>
3465 <column alignment="center" valignment="top" width="0pt">
3466 <column alignment="center" valignment="top" width="0pt">
3467 <row>
3468 <cell alignment="center" valignment="top" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 Indices created with sub- and superscripts:
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3482 \end_inset
3483
3484
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 correct indices:
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3505 \end_inset
3506
3507
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 </lyxtabular>
3514
3515 \end_inset
3516
3517
3518 \begin_inset Note Note
3519 status collapsed
3520
3521 \begin_layout Plain Layout
3522
3523 \series bold
3524
3525 \backslash
3526 raisebox
3527 \series default
3528  is only used as spacer.
3529 \end_layout
3530
3531 \end_inset
3532
3533
3534 \end_layout
3535
3536 \begin_layout Standard
3537 The shorter index is by default placed below or above the first character
3538  of the longer index.
3539  To avoid this there is the command 
3540 \series bold
3541
3542 \backslash
3543 phantom
3544 \series default
3545
3546 \begin_inset Index
3547 status collapsed
3548
3549 \begin_layout Plain Layout
3550 Commands ! P ! 
3551 \backslash
3552 phantom
3553 \end_layout
3554
3555 \end_inset
3556
3557  or the math toolbar button
3558 \begin_inset space \thinspace{}
3559 \end_inset
3560
3561
3562 \begin_inset Foot
3563 status collapsed
3564
3565 \begin_layout Plain Layout
3566 can be found in the submenu of the toolbar button 
3567 \begin_inset Graphics
3568         filename ../images/math/space.png
3569         scale 85
3570
3571 \end_inset
3572
3573
3574 \end_layout
3575
3576 \end_inset
3577
3578  
3579 \begin_inset Graphics
3580         filename ../images/math/phantom.png
3581         scale 85
3582
3583 \end_inset
3584
3585  that creates one or more phantom characters.
3586  When inserting 
3587 \series bold
3588
3589 \backslash
3590 phantom
3591 \series default
3592  a small blue box appears that is superposed with two red arrows.
3593  The arrows indicate that the complete width and height of the box content
3594  will be created as placeholder.
3595  Phantom characters are accordingly placeholders with the size of the characters.
3596 \end_layout
3597
3598 \begin_layout Standard
3599 \align center
3600 \begin_inset Tabular
3601 <lyxtabular version="3" rows="4" columns="2">
3602 <features>
3603 <column alignment="center" valignment="top" width="0">
3604 <column alignment="center" valignment="top" width="0">
3605 <row>
3606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Command
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Result
3620 \begin_inset Note Note
3621 status collapsed
3622
3623 \begin_layout Plain Layout
3624
3625 \series bold
3626
3627 \backslash
3628 raisebox
3629 \series default
3630  is only used as spacer.
3631 \end_layout
3632
3633 \end_inset
3634
3635
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 </row>
3641 <row>
3642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 ^19
3647 \begin_inset ERT
3648 status collapsed
3649
3650 \begin_layout Plain Layout
3651
3652
3653 \backslash
3654 spce 
3655 \end_layout
3656
3657 \end_inset
3658
3659 _
3660 \backslash
3661 phantom
3662 \begin_inset ERT
3663 status collapsed
3664
3665 \begin_layout Plain Layout
3666
3667
3668 \backslash
3669 spce 
3670 \end_layout
3671
3672 \end_inset
3673
3674 1
3675 \begin_inset Formula $\to$
3676 \end_inset
3677
3678 9
3679 \begin_inset ERT
3680 status collapsed
3681
3682 \begin_layout Plain Layout
3683
3684
3685 \backslash
3686 spce 
3687 \end_layout
3688
3689 \end_inset
3690
3691 F
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3701 \end_inset
3702
3703
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 ^235
3715 \begin_inset ERT
3716 status collapsed
3717
3718 \begin_layout Plain Layout
3719
3720
3721 \backslash
3722 spce 
3723 \end_layout
3724
3725 \end_inset
3726
3727 _
3728 \backslash
3729 phantom
3730 \begin_inset ERT
3731 status collapsed
3732
3733 \begin_layout Plain Layout
3734
3735
3736 \backslash
3737 spce 
3738 \end_layout
3739
3740 \end_inset
3741
3742 23
3743 \begin_inset Formula $\to$
3744 \end_inset
3745
3746 9
3747 \begin_inset ERT
3748 status collapsed
3749
3750 \begin_layout Plain Layout
3751
3752
3753 \backslash
3754 spce 
3755 \end_layout
3756
3757 \end_inset
3758
3759 F
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3769 \end_inset
3770
3771
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \backslash
3784 Lambda^
3785 \begin_inset ERT
3786 status collapsed
3787
3788 \begin_layout Plain Layout
3789
3790
3791 \backslash
3792 spce 
3793 \end_layout
3794
3795 \end_inset
3796
3797
3798 \backslash
3799 phantom
3800 \begin_inset ERT
3801 status collapsed
3802
3803 \begin_layout Plain Layout
3804
3805
3806 \backslash
3807 spce 
3808 \end_layout
3809
3810 \end_inset
3811
3812 ii
3813 \begin_inset Formula $\to$
3814 \end_inset
3815
3816 t
3817 \begin_inset ERT
3818 status collapsed
3819
3820 \begin_layout Plain Layout
3821
3822
3823 \backslash
3824 spce 
3825 \end_layout
3826
3827 \end_inset
3828
3829 _MMt
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3839 \end_inset
3840
3841
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 </lyxtabular>
3848
3849 \end_inset
3850
3851
3852 \end_layout
3853
3854 \begin_layout Standard
3855 Furthermore there are the commands 
3856 \series bold
3857
3858 \backslash
3859 vphantom
3860 \series default
3861
3862 \begin_inset Index
3863 status collapsed
3864
3865 \begin_layout Plain Layout
3866 Commands ! V ! 
3867 \backslash
3868 vphantom
3869 \end_layout
3870
3871 \end_inset
3872
3873  (toolbar button 
3874 \begin_inset space ~
3875 \end_inset
3876
3877
3878 \begin_inset Graphics
3879         filename ../images/math/vphantom.png
3880         scale 85
3881
3882 \end_inset
3883
3884 ) and 
3885 \series bold
3886
3887 \backslash
3888 hphantom
3889 \series default
3890
3891 \begin_inset Index
3892 status collapsed
3893
3894 \begin_layout Plain Layout
3895 Commands ! H ! 
3896 \backslash
3897 hphantom
3898 \end_layout
3899
3900 \end_inset
3901
3902  (toolbar button 
3903 \begin_inset space ~
3904 \end_inset
3905
3906
3907 \begin_inset Graphics
3908         filename ../images/math/hphantom.png
3909         scale 85
3910
3911 \end_inset
3912
3913 ).
3914  
3915 \series bold
3916
3917 \backslash
3918 hphantom
3919 \series default
3920  creates only space for the maximal height of the characters in the box
3921  but not for its width.
3922  
3923 \series bold
3924
3925 \backslash
3926 vphantom
3927 \series default
3928  creates only space for the width of the box content.
3929  Therefore  the boxes of both commands have only one red arrow.
3930 \end_layout
3931
3932 \begin_layout Standard
3933 For example creates 
3934 \series bold
3935
3936 \backslash
3937 vphantom
3938 \series default
3939
3940 \begin_inset ERT
3941 status collapsed
3942
3943 \begin_layout Plain Layout
3944
3945
3946 \backslash
3947 spce 
3948 \end_layout
3949
3950 \end_inset
3951
3952
3953 \series bold
3954 a
3955 \backslash
3956 int
3957 \series default
3958  space for the height of the integral sign,
3959 \begin_inset Foot
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 The command 
3964 \series bold
3965
3966 \backslash
3967 int
3968 \series default
3969  creates an integral sign, see 
3970 \begin_inset CommandInset ref
3971 LatexCommand ref
3972 reference "sub:Big-Operators"
3973
3974 \end_inset
3975
3976 .
3977 \end_layout
3978
3979 \end_inset
3980
3981  because this is the larger character.
3982  An example application is in 
3983 \begin_inset CommandInset ref
3984 LatexCommand ref
3985 reference "sub:Multiline-Brackets"
3986
3987 \end_inset
3988
3989 .
3990 \end_layout
3991
3992 \begin_layout Subsection
3993 Lines
3994 \begin_inset Index
3995 status collapsed
3996
3997 \begin_layout Plain Layout
3998 Lines
3999 \end_layout
4000
4001 \end_inset
4002
4003
4004 \begin_inset Index
4005 status collapsed
4006
4007 \begin_layout Plain Layout
4008 Formula ! underlined
4009 \end_layout
4010
4011 \end_inset
4012
4013
4014 \end_layout
4015
4016 \begin_layout Standard
4017 \align center
4018 \begin_inset Tabular
4019 <lyxtabular version="3" rows="4" columns="2">
4020 <features>
4021 <column alignment="center" valignment="top" width="0pt">
4022 <column alignment="center" valignment="top" width="0pt">
4023 <row>
4024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 Command
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 Result
4038 \begin_inset Note Note
4039 status collapsed
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044
4045 \backslash
4046 raisebox
4047 \series default
4048  is only used as spacer.
4049 \end_layout
4050
4051 \end_inset
4052
4053
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \backslash
4066 overline
4067 \begin_inset ERT
4068 status collapsed
4069
4070 \begin_layout Plain Layout
4071
4072
4073 \backslash
4074 spce 
4075 \end_layout
4076
4077 \end_inset
4078
4079 A+B
4080 \begin_inset Index
4081 status collapsed
4082
4083 \begin_layout Plain Layout
4084 Commands ! O ! 
4085 \backslash
4086 overline
4087 \end_layout
4088
4089 \end_inset
4090
4091
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4101 \end_inset
4102
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \backslash
4116 underline
4117 \begin_inset ERT
4118 status collapsed
4119
4120 \begin_layout Plain Layout
4121
4122
4123 \backslash
4124 spce 
4125 \end_layout
4126
4127 \end_inset
4128
4129 A+B
4130 \begin_inset Index
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Commands ! U ! 
4135 \backslash
4136 underline
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4151 \end_inset
4152
4153
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \backslash
4166 overline
4167 \begin_inset ERT
4168 status collapsed
4169
4170 \begin_layout Plain Layout
4171
4172
4173 \backslash
4174 spce 
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \backslash
4181 underline
4182 \begin_inset ERT
4183 status collapsed
4184
4185 \begin_layout Plain Layout
4186
4187
4188 \backslash
4189 spce 
4190 \end_layout
4191
4192 \end_inset
4193
4194 A+B
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4204 \end_inset
4205
4206
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 </lyxtabular>
4213
4214 \end_inset
4215
4216
4217 \end_layout
4218
4219 \begin_layout Standard
4220 In the last example it doesn't matter if first 
4221 \series bold
4222
4223 \backslash
4224 overline
4225 \series default
4226  or 
4227 \series bold
4228
4229 \backslash
4230 underline
4231 \series default
4232  is inserted.
4233 \end_layout
4234
4235 \begin_layout Standard
4236 To double underline e.g.
4237 \begin_inset space \space{}
4238 \end_inset
4239
4240 results, one uses 
4241 \series bold
4242
4243 \backslash
4244 underline
4245 \series default
4246  twice.
4247 \end_layout
4248
4249 \begin_layout Standard
4250 It is possible to place up to 6 lines above or below characters.
4251 \end_layout
4252
4253 \begin_layout Standard
4254 \begin_inset VSpace bigskip
4255 \end_inset
4256
4257 Custom lines can be created using the command 
4258 \series bold
4259
4260 \backslash
4261 rule
4262 \series default
4263
4264 \begin_inset Index
4265 status collapsed
4266
4267 \begin_layout Plain Layout
4268 Commands ! R ! 
4269 \backslash
4270 rule
4271 \end_layout
4272
4273 \end_inset
4274
4275  which has the following scheme:
4276 \end_layout
4277
4278 \begin_layout Standard
4279
4280 \series bold
4281
4282 \backslash
4283 rule[vertical offset]{length}{thickness}
4284 \end_layout
4285
4286 \begin_layout Standard
4287 The optional vertical offset shifts the line upwards (or downwards, when
4288  the value is negative).
4289  The units listed in 
4290 \begin_inset CommandInset ref
4291 LatexCommand ref
4292 reference "tab:Available-units"
4293
4294 \end_inset
4295
4296  can be used for the values.
4297  Here are two example lines created with the commands
4298 \begin_inset Newline newline
4299 \end_inset
4300
4301
4302 \series bold
4303
4304 \backslash
4305 rule[-2ex]{3cm}{2pt}
4306 \series default
4307  and 
4308 \series bold
4309
4310 \backslash
4311 rule{2cm}{1pt}
4312 \series default
4313 :
4314 \end_layout
4315
4316 \begin_layout Standard
4317 This is a sentence 
4318 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4319 \end_inset
4320
4321  with two lines.
4322 \end_layout
4323
4324 \begin_layout Standard
4325
4326 \series bold
4327
4328 \backslash
4329 rule
4330 \series default
4331  can also be used for text when it is inserted in TeX-mode.
4332 \end_layout
4333
4334 \begin_layout Subsection
4335 Ellipses
4336 \begin_inset CommandInset label
4337 LatexCommand label
4338 name "sub:Ellipses"
4339
4340 \end_inset
4341
4342
4343 \begin_inset Index
4344 status collapsed
4345
4346 \begin_layout Plain Layout
4347 Ellipses
4348 \end_layout
4349
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \begin_layout Standard
4356 There are different types of ellipses available.
4357 \begin_inset Foot
4358 status collapsed
4359
4360 \begin_layout Plain Layout
4361 In the math toolbar in the submenu of the button 
4362 \begin_inset Graphics
4363         filename ../images/math/ldots.png
4364         scale 85
4365
4366 \end_inset
4367
4368
4369 \end_layout
4370
4371 \end_inset
4372
4373  For listings dots at the baseline are used (
4374 \series bold
4375
4376 \backslash
4377 ldots
4378 \series default
4379
4380 \begin_inset Index
4381 status collapsed
4382
4383 \begin_layout Plain Layout
4384 Commands ! L ! 
4385 \backslash
4386 ldots
4387 \end_layout
4388
4389 \end_inset
4390
4391 ), while for operations dots are needed that are on the same height as the
4392  operators (
4393 \series bold
4394
4395 \backslash
4396 cdots
4397 \series default
4398
4399 \begin_inset Index
4400 status collapsed
4401
4402 \begin_layout Plain Layout
4403 Commands ! C ! 
4404 \backslash
4405 cdots
4406 \end_layout
4407
4408 \end_inset
4409
4410 ).
4411  When using the command 
4412 \series bold
4413
4414 \backslash
4415 dots
4416 \series default
4417
4418 \begin_inset Index
4419 status collapsed
4420
4421 \begin_layout Plain Layout
4422 Commands ! D ! 
4423 \backslash
4424 dots
4425 \end_layout
4426
4427 \end_inset
4428
4429 , LaTeX decides on the basis of the next character what type is used.
4430 \end_layout
4431
4432 \begin_layout Standard
4433 \align center
4434 \begin_inset Tabular
4435 <lyxtabular version="3" rows="8" columns="2">
4436 <features>
4437 <column alignment="center" valignment="top" width="0pt">
4438 <column alignment="center" valignment="top" width="0pt">
4439 <row>
4440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Command
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Result
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 A_1
4465 \begin_inset ERT
4466 status collapsed
4467
4468 \begin_layout Plain Layout
4469
4470
4471 \backslash
4472 spce 
4473 \end_layout
4474
4475 \end_inset
4476
4477 ,
4478 \backslash
4479 dots
4480 \begin_inset ERT
4481 status collapsed
4482
4483 \begin_layout Plain Layout
4484
4485
4486 \backslash
4487 spce 
4488 \end_layout
4489
4490 \end_inset
4491
4492 ,A_n
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 \begin_inset Formula $A_{1},\dots,A_{n}$
4502 \end_inset
4503
4504
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 A_1
4516 \begin_inset ERT
4517 status collapsed
4518
4519 \begin_layout Plain Layout
4520
4521
4522 \backslash
4523 spce 
4524 \end_layout
4525
4526 \end_inset
4527
4528 +
4529 \backslash
4530 dots
4531 \begin_inset ERT
4532 status collapsed
4533
4534 \begin_layout Plain Layout
4535
4536
4537 \backslash
4538 spce 
4539 \end_layout
4540
4541 \end_inset
4542
4543 +A_n
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 \begin_inset Formula $A_{1}+\dots+A_{n}$
4553 \end_inset
4554
4555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 A_1
4567 \begin_inset ERT
4568 status collapsed
4569
4570 \begin_layout Plain Layout
4571
4572
4573 \backslash
4574 spce 
4575 \end_layout
4576
4577 \end_inset
4578
4579 ,
4580 \backslash
4581 ldots
4582 \begin_inset ERT
4583 status collapsed
4584
4585 \begin_layout Plain Layout
4586
4587
4588 \backslash
4589 spce 
4590 \end_layout
4591
4592 \end_inset
4593
4594 ,A_n
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 \begin_inset Formula $A_{1},\ldots,A_{n}$
4604 \end_inset
4605
4606
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 A_1
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 spce 
4626 \end_layout
4627
4628 \end_inset
4629
4630 +
4631 \backslash
4632 cdots
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 spce 
4641 \end_layout
4642
4643 \end_inset
4644
4645 +A_n
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \backslash
4670 vdots
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 \begin_inset Formula $\vdots$
4680 \end_inset
4681
4682
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \backslash
4695 ddots
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 \begin_inset Formula $\ddots$
4705 \end_inset
4706
4707
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 3×3
4719 \begin_inset space \thinspace{}
4720 \end_inset
4721
4722 matrix with the different dots
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 \begin_inset Formula $\begin{array}{ccc}
4732 A_{11} & \cdots & A_{1m}\\
4733 \vdots & \ddots & \vdots\\
4734 A_{n1} & \cdots & A_{nm}\end{array}$
4735 \end_inset
4736
4737
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 </lyxtabular>
4744
4745 \end_inset
4746
4747
4748 \end_layout
4749
4750 \begin_layout Standard
4751 The ellipses available in menu 
4752 \family sans
4753 Insert\SpecialChar \menuseparator
4754 Special
4755 \begin_inset space ~
4756 \end_inset
4757
4758 Character
4759 \family default
4760  are 
4761 \series bold
4762
4763 \backslash
4764 ldots
4765 \series default
4766 .
4767 \end_layout
4768
4769 \begin_layout Standard
4770 \begin_inset VSpace medskip
4771 \end_inset
4772
4773 Specially for matrices there are ellipses that span over several columns.
4774  They are created with the command 
4775 \series bold
4776
4777 \backslash
4778 hdotsfor
4779 \series default
4780
4781 \begin_inset Index
4782 status collapsed
4783
4784 \begin_layout Plain Layout
4785 Commands ! H ! 
4786 \backslash
4787 hdotsfor
4788 \end_layout
4789
4790 \end_inset
4791
4792 , that has the following scheme:
4793 \end_layout
4794
4795 \begin_layout Standard
4796
4797 \series bold
4798
4799 \backslash
4800 hdotsfor[distance]{number of columns}
4801 \end_layout
4802
4803 \begin_layout Standard
4804 The number of columns specifies how many columns should be spanned.
4805  Distance is a factor for the distance between the dots.
4806 \end_layout
4807
4808 \begin_layout Standard
4809 In the following matrix the command 
4810 \series bold
4811
4812 \backslash
4813 hdotsfor[2]{4}
4814 \series default
4815  was inserted in the first box of the second line, to get an ellipsis with
4816  a dot distance twice as long as with the command 
4817 \series bold
4818
4819 \backslash
4820 dots
4821 \series default
4822 :
4823 \begin_inset Formula \[
4824 \left(\begin{array}{cccc}
4825 A & B & C & D\\
4826 \hdotsfor[2]{4}\\
4827 q & w & e & r\end{array}\right)\]
4828
4829 \end_inset
4830
4831 Note that the matrix fields that should be spanned must be empty, otherwise
4832  you get LaTeX-errors.
4833 \end_layout
4834
4835 \begin_layout Standard
4836 \begin_inset VSpace bigskip
4837 \end_inset
4838
4839 Furthermore you can fill with the command 
4840 \series bold
4841
4842 \backslash
4843 dotfill
4844 \series default
4845
4846 \begin_inset Index
4847 status collapsed
4848
4849 \begin_layout Plain Layout
4850 Commands ! D ! 
4851 \backslash
4852 dotfill
4853 \end_layout
4854
4855 \end_inset
4856
4857  the rest of a line with dots.
4858  The effect of these commands is the same like with 
4859 \series bold
4860
4861 \backslash
4862 hfill
4863 \series default
4864 , see 
4865 \begin_inset CommandInset ref
4866 LatexCommand ref
4867 reference "sub:Variable-Space"
4868
4869 \end_inset
4870
4871 .
4872 \end_layout
4873
4874 \begin_layout Standard
4875 For example the command 
4876 \series bold
4877 A
4878 \backslash
4879 dotfill
4880 \begin_inset ERT
4881 status collapsed
4882
4883 \begin_layout Plain Layout
4884
4885
4886 \backslash
4887 spce 
4888 \end_layout
4889
4890 \end_inset
4891
4892 B
4893 \series default
4894  produces
4895 \end_layout
4896
4897 \begin_layout Standard
4898 \begin_inset Formula $A\dotfill B$
4899 \end_inset
4900
4901
4902 \end_layout
4903
4904 \begin_layout Standard
4905 Analog to
4906 \series bold
4907  
4908 \backslash
4909 dotfill
4910 \series default
4911  there is for a line the command 
4912 \series bold
4913
4914 \backslash
4915 hrulefill
4916 \series default
4917
4918 \begin_inset Index
4919 status collapsed
4920
4921 \begin_layout Plain Layout
4922 Commands ! H ! 
4923 \backslash
4924 hrulefill
4925 \end_layout
4926
4927 \end_inset
4928
4929 :
4930 \end_layout
4931
4932 \begin_layout Standard
4933 \begin_inset Formula $A\hrulefill B$
4934 \end_inset
4935
4936
4937 \end_layout
4938
4939 \begin_layout Standard
4940 To use the commands for text, they have to be inserted in TeX-mode.
4941 \end_layout
4942
4943 \begin_layout Section
4944 Matrices
4945 \begin_inset CommandInset label
4946 LatexCommand label
4947 name "sec:Matrices"
4948
4949 \end_inset
4950
4951
4952 \begin_inset Index
4953 status collapsed
4954
4955 \begin_layout Plain Layout
4956 Matrices
4957 \end_layout
4958
4959 \end_inset
4960
4961
4962 \end_layout
4963
4964 \begin_layout Standard
4965 Matrices can be inserted via the math toolbar button 
4966 \begin_inset Graphics
4967         filename ../images/dialog-show_mathmatrix.png
4968         scale 85
4969
4970 \end_inset
4971
4972  or the menu 
4973 \family sans
4974 Insert\SpecialChar \menuseparator
4975 Math\SpecialChar \menuseparator
4976 Matrix
4977 \family default
4978 .
4979  You will be asked for the number of matrix columns and rows, and the alignment.
4980  The vertical alignment is hereby only of importance for matrices in inline
4981  formulas:
4982 \end_layout
4983
4984 \begin_layout Standard
4985 The first matrix is top 
4986 \begin_inset Formula $\begin{array}[t]{cccc}
4987 A & D & G & J\\
4988 B & E & H & K\\
4989 C & F & I & L\end{array}$
4990 \end_inset
4991
4992 , the second middle 
4993 \begin_inset Formula $\begin{array}{cccc}
4994 A & D & G & J\\
4995 B & E & H & K\\
4996 C & F & I & L\end{array}$
4997 \end_inset
4998
4999 , and the third bottom 
5000 \begin_inset Formula $\begin{array}[b]{cccc}
5001 A & D & G & J\\
5002 B & E & H & K\\
5003 C & F & I & L\end{array}$
5004 \end_inset
5005
5006  aligned.
5007 \end_layout
5008
5009 \begin_layout Standard
5010 The horizontal alignment specifies how the column entries should be aligned.
5011  It is set by entering a letter for every column.
5012  
5013 \emph on
5014 l
5015 \emph default
5016  denotes left aligned, 
5017 \emph on
5018 c
5019 \emph default
5020  centered, and 
5021 \emph on
5022 r
5023 \emph default
5024  right aligned.
5025  To create for example a 4
5026 \series bold
5027 ×
5028 \series default
5029 4
5030 \begin_inset space ~
5031 \end_inset
5032
5033 matrix where the first column is left aligned, the second and third are
5034  centered, and the last one is right aligned, one enters for the horizontal
5035  alignment 
5036 \series bold
5037 lccr
5038 \series default
5039 .
5040  Normally are in a matrix all columns centered, therefore the default is
5041  for every column is a 
5042 \series bold
5043 c
5044 \series default
5045 .
5046 \end_layout
5047
5048 \begin_layout Standard
5049 Horizontal alignment:
5050 \end_layout
5051
5052 \begin_layout Standard
5053
5054 \series bold
5055 lll
5056 \series default
5057  : 
5058 \begin_inset Formula $\begin{array}{lll}
5059 10000 & D & G\\
5060 B & 10000 & H\\
5061 C & F & 10000\end{array}$
5062 \end_inset
5063
5064  , 
5065 \series bold
5066 ccc
5067 \series default
5068  : 
5069 \begin_inset Formula $\begin{array}{ccc}
5070 10000 & D & G\\
5071 B & 10000 & H\\
5072 C & F & 10000\end{array}$
5073 \end_inset
5074
5075  , 
5076 \series bold
5077 rrr
5078 \series default
5079  : 
5080 \begin_inset Formula $\begin{array}{rrr}
5081 10000 & D & G\\
5082 B & 10000 & H\\
5083 C & F & 10000\end{array}$
5084 \end_inset
5085
5086
5087 \end_layout
5088
5089 \begin_layout Standard
5090 To add or delete rows and columns subsequently, the math toolbar buttons
5091  
5092 \begin_inset Graphics
5093         filename ../images/tabular-feature_append-row.png
5094         scale 85
5095
5096 \end_inset
5097
5098
5099 \begin_inset Graphics
5100         filename ../images/tabular-feature_delete-row.png
5101         scale 85
5102
5103 \end_inset
5104
5105 , etc.
5106 \begin_inset space \thinspace{}
5107 \end_inset
5108
5109 , or the menu 
5110 \family sans
5111 Edit\SpecialChar \menuseparator
5112 Rows & Columns
5113 \family default
5114  can be used.
5115  New rows can also be created with 
5116 \begin_inset Info
5117 type  "shortcut"
5118 arg   "newline-insert newline"
5119 \end_inset
5120
5121 .
5122 \end_layout
5123
5124 \begin_layout Standard
5125 \begin_inset VSpace bigskip
5126 \end_inset
5127
5128 Parentheses around a matrix can can either be created with the commands
5129  
5130 \series bold
5131
5132 \backslash
5133 left
5134 \series default
5135
5136 \begin_inset Index
5137 status collapsed
5138
5139 \begin_layout Plain Layout
5140 Commands ! L ! 
5141 \backslash
5142 left
5143 \end_layout
5144
5145 \end_inset
5146
5147  and 
5148 \series bold
5149
5150 \backslash
5151 right
5152 \series default
5153
5154 \begin_inset Index
5155 status collapsed
5156
5157 \begin_layout Plain Layout
5158 Commands ! R ! 
5159 \backslash
5160 right
5161 \end_layout
5162
5163 \end_inset
5164
5165  (shortcut 
5166 \family sans
5167 Alt+M
5168 \begin_inset space ~
5169 \end_inset
5170
5171 Parenthesis
5172 \family default
5173 ), see 
5174 \begin_inset CommandInset ref
5175 LatexCommand ref
5176 reference "sub:Automatic-Bracket-Size"
5177
5178 \end_inset
5179
5180 , or by using the following commands:
5181 \begin_inset VSpace medskip
5182 \end_inset
5183
5184
5185 \end_layout
5186
5187 \begin_layout Standard
5188 \begin_inset space \hfill{}
5189 \end_inset
5190
5191
5192 \begin_inset Tabular
5193 <lyxtabular version="3" rows="4" columns="2">
5194 <features>
5195 <column alignment="center" valignment="top" width="0">
5196 <column alignment="center" valignment="top" width="0">
5197 <row>
5198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 Command
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 Result
5212 \begin_inset Note Note
5213 status collapsed
5214
5215 \begin_layout Plain Layout
5216
5217 \series bold
5218
5219 \backslash
5220 raisebox
5221 \series default
5222  is only used as spacer.
5223 \end_layout
5224
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 <row>
5234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238
5239 \backslash
5240 bmatrix
5241 \begin_inset ERT
5242 status collapsed
5243
5244 \begin_layout Plain Layout
5245
5246
5247 \backslash
5248 spce 
5249 \end_layout
5250
5251 \end_inset
5252
5253 2
5254 \series bold
5255 ×
5256 \series default
5257 2
5258 \begin_inset space \thinspace{}
5259 \end_inset
5260
5261 matrix
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5271 0 & \textrm{-}\mathrm{i}\\
5272 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 Bmatrix
5289 \begin_inset ERT
5290 status collapsed
5291
5292 \begin_layout Plain Layout
5293
5294
5295 \backslash
5296 spce 
5297 \end_layout
5298
5299 \end_inset
5300
5301 2
5302 \series bold
5303 ×
5304 \series default
5305 2
5306 \begin_inset space \thinspace{}
5307 \end_inset
5308
5309 matrix
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5319 0 & \textrm{-}\mathrm{i}\\
5320 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \backslash
5336 pmatrix
5337 \begin_inset ERT
5338 status collapsed
5339
5340 \begin_layout Plain Layout
5341
5342
5343 \backslash
5344 spce 
5345 \end_layout
5346
5347 \end_inset
5348
5349 2
5350 \series bold
5351 ×
5352 \series default
5353 2
5354 \begin_inset space \thinspace{}
5355 \end_inset
5356
5357 matrix
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5367 0 & \textrm{-}\mathrm{i}\\
5368 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5369 \end_inset
5370
5371
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 </row>
5377 </lyxtabular>
5378
5379 \end_inset
5380
5381
5382 \begin_inset space \hfill{}
5383 \end_inset
5384
5385
5386 \begin_inset Tabular
5387 <lyxtabular version="3" rows="4" columns="2">
5388 <features>
5389 <column alignment="center" valignment="top" width="0">
5390 <column alignment="center" valignment="top" width="0">
5391 <row>
5392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 Command
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 Result
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 <row>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416
5417 \backslash
5418 vmatrix
5419 \begin_inset ERT
5420 status collapsed
5421
5422 \begin_layout Plain Layout
5423
5424
5425 \backslash
5426 spce 
5427 \end_layout
5428
5429 \end_inset
5430
5431 2
5432 \series bold
5433 ×
5434 \series default
5435 2
5436 \begin_inset space \thinspace{}
5437 \end_inset
5438
5439 matrix
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5449 0 & \textrm{-}\mathrm{i}\\
5450 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5451 \end_inset
5452
5453
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 </row>
5459 <row>
5460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464
5465 \backslash
5466 Vmatrix
5467 \begin_inset ERT
5468 status collapsed
5469
5470 \begin_layout Plain Layout
5471
5472
5473 \backslash
5474 spce 
5475 \end_layout
5476
5477 \end_inset
5478
5479 2
5480 \series bold
5481 ×
5482 \series default
5483 2
5484 \begin_inset space \thinspace{}
5485 \end_inset
5486
5487 matrix
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5497 0 & \textrm{-}\mathrm{i}\\
5498 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 </row>
5507 <row>
5508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512
5513 \backslash
5514 matrix
5515 \begin_inset ERT
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519
5520
5521 \backslash
5522 spce 
5523 \end_layout
5524
5525 \end_inset
5526
5527 2
5528 \series bold
5529 ×
5530 \series default
5531 2
5532 \begin_inset space \thinspace{}
5533 \end_inset
5534
5535 matrix
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5545 0 & \textrm{-}\mathrm{i}\\
5546 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5547 \end_inset
5548
5549
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 </row>
5555 </lyxtabular>
5556
5557 \end_inset
5558
5559
5560 \begin_inset space \hfill{}
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \begin_layout Standard
5567 \begin_inset VSpace medskip
5568 \end_inset
5569
5570 When e.g.
5571 \begin_inset space \space{}
5572 \end_inset
5573
5574
5575 \series bold
5576
5577 \backslash
5578 vmatrix
5579 \series default
5580  is inserted, a blue box appears between two vertical lines where the matrix
5581  is inserted.
5582 \end_layout
5583
5584 \begin_layout Standard
5585 \begin_inset VSpace bigskip
5586 \end_inset
5587
5588 As all multiline formulas are matrices, the length 
5589 \series bold
5590
5591 \backslash
5592 arraycolsep
5593 \series default
5594
5595 \begin_inset Index
5596 status collapsed
5597
5598 \begin_layout Plain Layout
5599 Commands ! A ! 
5600 \backslash
5601 arraycolsep
5602 \end_layout
5603
5604 \end_inset
5605
5606  that is described in 
5607 \begin_inset CommandInset ref
5608 LatexCommand ref
5609 reference "sub:Column-Separation"
5610
5611 \end_inset
5612
5613  can also be used to change the column separation of matrices.
5614 \end_layout
5615
5616 \begin_layout Standard
5617 To change the row separation, the command 
5618 \series bold
5619
5620 \backslash
5621 arraystretch
5622 \series default
5623
5624 \begin_inset Index
5625 status collapsed
5626
5627 \begin_layout Plain Layout
5628 Commands ! A ! 
5629 \backslash
5630 arraystretch
5631 \end_layout
5632
5633 \end_inset
5634
5635  is used.
5636  It is used as follows:
5637 \end_layout
5638
5639 \begin_layout Standard
5640
5641 \series bold
5642
5643 \backslash
5644 renewcommand{
5645 \backslash
5646 arraystretch}{stretch factor}
5647 \begin_inset Index
5648 status collapsed
5649
5650 \begin_layout Plain Layout
5651 Commands ! R ! 
5652 \backslash
5653 renewcommand
5654 \end_layout
5655
5656 \end_inset
5657
5658
5659 \end_layout
5660
5661 \begin_layout Standard
5662 The command 
5663 \series bold
5664
5665 \backslash
5666 renewcommand
5667 \series default
5668  assigns the stretch factor to the predefined command 
5669 \series bold
5670
5671 \backslash
5672 arraystretch
5673 \series default
5674 .
5675  To double e.g.
5676 \begin_inset space \space{}
5677 \end_inset
5678
5679 the row separation, use the factor 2.
5680  This is then used for all following matrices.
5681  To go back to the original separation, assign the factor 1 to 
5682 \series bold
5683
5684 \backslash
5685 arraystretch
5686 \series default
5687 .
5688 \end_layout
5689
5690 \begin_layout Standard
5691 To set matrices into a text line, the command 
5692 \series bold
5693
5694 \backslash
5695 smallmatrix
5696 \series default
5697
5698 \begin_inset Index
5699 status collapsed
5700
5701 \begin_layout Plain Layout
5702 Commands ! S ! 
5703 \backslash
5704 smallmatrix
5705 \end_layout
5706
5707 \end_inset
5708
5709  is used.
5710  When it is inserted a blue box with two dashed lines appears.
5711  In this box the matrix is inserted.
5712 \end_layout
5713
5714 \begin_layout Standard
5715 This is a matrix 
5716 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5717 C & D\end{smallmatrix}\right)$
5718 \end_inset
5719
5720  in a text line.
5721 \end_layout
5722
5723 \begin_layout Section
5724 Brackets and Delimiters
5725 \begin_inset Index
5726 status collapsed
5727
5728 \begin_layout Plain Layout
5729 Brackets
5730 \end_layout
5731
5732 \end_inset
5733
5734
5735 \begin_inset Index
5736 status collapsed
5737
5738 \begin_layout Plain Layout
5739 Delimiters
5740 \end_layout
5741
5742 \end_inset
5743
5744
5745 \end_layout
5746
5747 \begin_layout Subsection
5748 Vertical Brackets and Delimiters
5749 \begin_inset Index
5750 status collapsed
5751
5752 \begin_layout Plain Layout
5753 Brackets ! vertical
5754 \end_layout
5755
5756 \end_inset
5757
5758
5759 \end_layout
5760
5761 \begin_layout Standard
5762 \begin_inset space \hfill{}
5763 \end_inset
5764
5765
5766 \begin_inset Tabular
5767 <lyxtabular version="3" rows="9" columns="2">
5768 <features>
5769 <column alignment="center" valignment="top" width="0pt">
5770 <column alignment="center" valignment="top" width="0pt">
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 Command
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 Result
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 <row>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 (
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 \begin_inset Formula $($
5806 \end_inset
5807
5808
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 {
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 \begin_inset Formula $\{$
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 [
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $[$
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \backslash
5867 langle
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 \begin_inset Formula $\langle$
5877 \end_inset
5878
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 <row>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890
5891 \backslash
5892 lceil
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 \begin_inset Formula $\lceil$
5902 \end_inset
5903
5904
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 </row>
5910 <row>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915
5916 \backslash
5917 lfloor
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 \begin_inset Formula $\lfloor$
5927 \end_inset
5928
5929
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 /
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 \begin_inset Formula $/$
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 |
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 \begin_inset Formula $|$
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 </row>
5981 </lyxtabular>
5982
5983 \end_inset
5984
5985
5986 \begin_inset space \hfill{}
5987 \end_inset
5988
5989
5990 \begin_inset Tabular
5991 <lyxtabular version="3" rows="9" columns="2">
5992 <features>
5993 <column alignment="center" valignment="top" width="0pt">
5994 <column alignment="center" valignment="top" width="0pt">
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 Command
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 Result
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 <row>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 )
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 \begin_inset Formula $)$
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 }
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 \begin_inset Formula $\}$
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 ]
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 \begin_inset Formula $]$
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089
6090 \backslash
6091 rangle
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 \begin_inset Formula $\rangle$
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 </row>
6109 <row>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114
6115 \backslash
6116 rceil
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 \begin_inset Formula $\rceil$
6126 \end_inset
6127
6128
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 <row>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139
6140 \backslash
6141 rfloor
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 \begin_inset Formula $\rfloor$
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164
6165 \backslash
6166
6167 \backslash
6168
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Formula $\backslash$
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 <row>
6187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \backslash
6193 |
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 \begin_inset Formula $\|$
6203 \end_inset
6204
6205
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 </row>
6211 </lyxtabular>
6212
6213 \end_inset
6214
6215
6216 \begin_inset space \hfill{}
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \begin_layout Standard
6223
6224 \series medium
6225 \begin_inset Note Greyedout
6226 status open
6227
6228 \begin_layout Plain Layout
6229
6230 \series bold
6231 Note:
6232 \series default
6233  In TeX-mode the command 
6234 \series bold
6235
6236 \backslash
6237 textbackslash
6238 \series default
6239
6240 \begin_inset Index
6241 status collapsed
6242
6243 \begin_layout Plain Layout
6244 Commands ! T ! 
6245 \backslash
6246 textbackslash
6247 \end_layout
6248
6249 \end_inset
6250
6251  must be used for the backslash, because the command 
6252 \series bold
6253
6254 \backslash
6255
6256 \backslash
6257
6258 \series default
6259  produces there a line break.
6260 \end_layout
6261
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \begin_layout Standard
6268 For all characters listed above the size can be adjusted with the commands
6269  described in the following two subsections.
6270  When using these commands, the characters < and > can directly be used
6271  instead of the commands 
6272 \series bold
6273
6274 \backslash
6275 langle
6276 \series default
6277  and 
6278 \series bold
6279
6280 \backslash
6281 rangle
6282 \series default
6283 .
6284 \end_layout
6285
6286 \begin_layout Subsubsection
6287 Manual Bracket Size
6288 \begin_inset CommandInset label
6289 LatexCommand label
6290 name "sub:Manual-Bracket-Size"
6291
6292 \end_inset
6293
6294
6295 \begin_inset Index
6296 status collapsed
6297
6298 \begin_layout Plain Layout
6299 Bracket size ! manual
6300 \end_layout
6301
6302 \end_inset
6303
6304
6305 \end_layout
6306
6307 \begin_layout Standard
6308 The bracket size can be specified manually by the LaTeX-commands 
6309 \series bold
6310
6311 \backslash
6312 big
6313 \series default
6314
6315 \begin_inset Index
6316 status collapsed
6317
6318 \begin_layout Plain Layout
6319 Commands ! B ! 
6320 \backslash
6321 big
6322 \end_layout
6323
6324 \end_inset
6325
6326
6327 \series bold
6328
6329 \backslash
6330 Big
6331 \series default
6332
6333 \series bold
6334
6335 \backslash
6336 bigg
6337 \series default
6338 , and 
6339 \series bold
6340
6341 \backslash
6342 Bigg
6343 \series default
6344 .
6345  
6346 \series bold
6347
6348 \backslash
6349 big
6350 \series default
6351  denotes the smallest and 
6352 \series bold
6353
6354 \backslash
6355 Bigg
6356 \series default
6357  the largest bracket size.
6358 \end_layout
6359
6360 \begin_layout Standard
6361 These commands are used to emphasize levels of brackets:
6362 \end_layout
6363
6364 \begin_layout Standard
6365 \align center
6366 \begin_inset Tabular
6367 <lyxtabular version="3" rows="2" columns="2">
6368 <features>
6369 <column alignment="center" valignment="top" width="0pt">
6370 <column alignment="center" valignment="top" width="0pt">
6371 <row>
6372 <cell alignment="center" valignment="top" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 all brackets in the same size:
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 <row>
6395 <cell alignment="center" valignment="top" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 this looks better:
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6409 \end_inset
6410
6411
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 </row>
6417 </lyxtabular>
6418
6419 \end_inset
6420
6421
6422 \begin_inset Note Note
6423 status collapsed
6424
6425 \begin_layout Plain Layout
6426
6427 \series bold
6428
6429 \backslash
6430 raisebox
6431 \series default
6432  is only used as spacer.
6433 \end_layout
6434
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \begin_layout Standard
6441 For the second formula the command 
6442 \series bold
6443
6444 \backslash
6445 Big((A+B)(A-B)
6446 \backslash
6447 Big)^
6448 \begin_inset ERT
6449 status collapsed
6450
6451 \begin_layout Plain Layout
6452
6453
6454 \backslash
6455 spce 
6456 \end_layout
6457
6458 \end_inset
6459
6460 C
6461 \series default
6462  has been used.
6463 \end_layout
6464
6465 \begin_layout Standard
6466 Here is an overview about all bracket sizes:
6467 \end_layout
6468
6469 \begin_layout Standard
6470 \align center
6471
6472 \backslash
6473 Bigg(
6474 \backslash
6475 exp
6476 \backslash
6477 bigg<
6478 \backslash
6479 Big[
6480 \backslash
6481 big{
6482 \backslash
6483 ln(3x)
6484 \backslash
6485 big}^2
6486 \begin_inset ERT
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490
6491
6492 \backslash
6493 spce 
6494 \end_layout
6495
6496 \end_inset
6497
6498
6499 \backslash
6500 sin(x)
6501 \backslash
6502 Big]^
6503 \begin_inset ERT
6504 status collapsed
6505
6506 \begin_layout Plain Layout
6507
6508
6509 \backslash
6510 spce 
6511 \end_layout
6512
6513 \end_inset
6514
6515 A
6516 \begin_inset ERT
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520
6521
6522 \backslash
6523 spce 
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \backslash
6530 bigg>
6531 \backslash
6532 Bigg)^0,5
6533 \end_layout
6534
6535 \begin_layout Standard
6536 \align center
6537 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6538 \end_inset
6539
6540
6541 \end_layout
6542
6543 \begin_layout Standard
6544 Besides the 
6545 \series bold
6546
6547 \backslash
6548 big
6549 \series default
6550 -commands there is the variant 
6551 \series bold
6552
6553 \backslash
6554 bigm
6555 \series default
6556
6557 \begin_inset Index
6558 status collapsed
6559
6560 \begin_layout Plain Layout
6561 Commands ! B ! 
6562 \backslash
6563 bigm
6564 \end_layout
6565
6566 \end_inset
6567
6568  that adds a bit more space between the bracket and its content, and the
6569  variant 
6570 \series bold
6571
6572 \backslash
6573 bigl
6574 \series default
6575 -
6576 \series bold
6577
6578 \backslash
6579 bigr
6580 \series default
6581
6582 \begin_inset Index
6583 status collapsed
6584
6585 \begin_layout Plain Layout
6586 Commands ! B ! 
6587 \backslash
6588 bigl - 
6589 \backslash
6590 bigr
6591 \end_layout
6592
6593 \end_inset
6594
6595 , that don't add additional space.
6596  The 
6597 \emph on
6598 l
6599 \emph default
6600  at the end of the command 
6601 \series bold
6602
6603 \backslash
6604 bigl
6605 \series default
6606  is for a left bracket; for a right bracket this will be replaced by an
6607  
6608 \emph on
6609 r
6610 \emph default
6611 .
6612  A left or right bracket can each be an opening or closing bracket.
6613 \end_layout
6614
6615 \begin_layout Standard
6616 In the following table is a comparison of the variants:
6617 \end_layout
6618
6619 \begin_layout Standard
6620 \align center
6621 \begin_inset Tabular
6622 <lyxtabular version="3" rows="5" columns="2">
6623 <features>
6624 <column alignment="center" valignment="middle" width="0">
6625 <column alignment="center" valignment="middle" width="0">
6626 <row>
6627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 Command
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 Result
6641 \begin_inset Note Note
6642 status collapsed
6643
6644 \begin_layout Plain Layout
6645
6646 \series bold
6647
6648 \backslash
6649 raisebox
6650 \series default
6651  is only used as spacer.
6652 \end_layout
6653
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667
6668 \backslash
6669 Bigm(
6670 \backslash
6671 bigm(
6672 \backslash
6673 ln(3x)
6674 \backslash
6675 bigm)^2
6676 \series bold
6677
6678 \begin_inset ERT
6679 status collapsed
6680
6681 \begin_layout Plain Layout
6682
6683
6684 \backslash
6685 spce 
6686 \end_layout
6687
6688 \end_inset
6689
6690
6691 \series default
6692
6693 \backslash
6694 Bigm)
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6704 \end_inset
6705
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 </row>
6712 <row>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717
6718 \backslash
6719 Big(
6720 \backslash
6721 big(
6722 \backslash
6723 ln(3x)
6724 \backslash
6725 big)^2
6726 \series bold
6727
6728 \begin_inset ERT
6729 status collapsed
6730
6731 \begin_layout Plain Layout
6732
6733
6734 \backslash
6735 spce 
6736 \end_layout
6737
6738 \end_inset
6739
6740
6741 \series default
6742
6743 \backslash
6744 Big)
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6754 \end_inset
6755
6756
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 </row>
6762 <row>
6763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767
6768 \backslash
6769 Bigl(
6770 \backslash
6771 bigl(
6772 \backslash
6773 ln(3x)
6774 \backslash
6775 bigr)^2
6776 \series bold
6777
6778 \begin_inset ERT
6779 status collapsed
6780
6781 \begin_layout Plain Layout
6782
6783
6784 \backslash
6785 spce 
6786 \end_layout
6787
6788 \end_inset
6789
6790
6791 \series default
6792
6793 \backslash
6794 Bigr)
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6804 \end_inset
6805
6806
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 </row>
6812 <row>
6813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817
6818 \backslash
6819 bigl)
6820 \backslash
6821 ln(3x)
6822 \backslash
6823 bigr(
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6833 \end_inset
6834
6835
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 </row>
6841 </lyxtabular>
6842
6843 \end_inset
6844
6845
6846 \end_layout
6847
6848 \begin_layout Subsubsection
6849 Automatic Bracket Size
6850 \begin_inset CommandInset label
6851 LatexCommand label
6852 name "sub:Automatic-Bracket-Size"
6853
6854 \end_inset
6855
6856
6857 \begin_inset Index
6858 status collapsed
6859
6860 \begin_layout Plain Layout
6861 Bracket size ! automatic
6862 \end_layout
6863
6864 \end_inset
6865
6866
6867 \end_layout
6868
6869 \begin_layout Standard
6870 Brackets with variable size can be inserted with the commands 
6871 \series bold
6872
6873 \backslash
6874 left
6875 \series default
6876
6877 \begin_inset Index
6878 status collapsed
6879
6880 \begin_layout Plain Layout
6881 Commands ! L ! 
6882 \backslash
6883 left
6884 \end_layout
6885
6886 \end_inset
6887
6888  and 
6889 \series bold
6890
6891 \backslash
6892 right
6893 \series default
6894
6895 \begin_inset Index
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899 Commands ! R ! 
6900 \backslash
6901 right
6902 \end_layout
6903
6904 \end_inset
6905
6906  or via the math toolbar button 
6907 \begin_inset Graphics
6908         filename ../images/dialog-show_mathdelimiter.png
6909         scale 85
6910
6911 \end_inset
6912
6913 .
6914  Directly behind 
6915 \series bold
6916
6917 \backslash
6918 left
6919 \series default
6920  and 
6921 \series bold
6922
6923 \backslash
6924 right
6925 \series default
6926  the wanted bracket must be inserted.
6927  The bracket size will then automatically be calculated for the output.
6928 \end_layout
6929
6930 \begin_layout Standard
6931 \align center
6932 normal bracket: The command 
6933 \series bold
6934
6935 \backslash
6936 ln(
6937 \backslash
6938 frac
6939 \begin_inset ERT
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943
6944
6945 \backslash
6946 spce 
6947 \end_layout
6948
6949 \end_inset
6950
6951 A
6952 \begin_inset Formula $\downarrow$
6953 \end_inset
6954
6955 C
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 spce 
6964 \end_layout
6965
6966 \end_inset
6967
6968 )
6969 \series default
6970  creates
6971 \begin_inset Formula \[
6972 \ln(\frac{A}{C})\]
6973
6974 \end_inset
6975
6976
6977 \end_layout
6978
6979 \begin_layout Standard
6980 \align center
6981 multiline bracket: The command 
6982 \series bold
6983
6984 \backslash
6985 ln
6986 \backslash
6987 left(
6988 \backslash
6989 frac
6990 \begin_inset ERT
6991 status collapsed
6992
6993 \begin_layout Plain Layout
6994
6995
6996 \backslash
6997 spce 
6998 \end_layout
6999
7000 \end_inset
7001
7002 A
7003 \begin_inset Formula $\downarrow$
7004 \end_inset
7005
7006 C
7007 \begin_inset ERT
7008 status collapsed
7009
7010 \begin_layout Plain Layout
7011
7012
7013 \backslash
7014 spce 
7015 \end_layout
7016
7017 \end_inset
7018
7019
7020 \backslash
7021 right)
7022 \series default
7023  creates
7024 \begin_inset Formula \[
7025 \ln\left(\frac{A}{C}\right)\]
7026
7027 \end_inset
7028
7029
7030 \end_layout
7031
7032 \begin_layout Standard
7033 Instead of 
7034 \series bold
7035
7036 \backslash
7037 left
7038 \series default
7039  and 
7040 \series bold
7041
7042 \backslash
7043 right
7044 \series default
7045  the shortcut 
7046 \family sans
7047 Alt+M
7048 \begin_inset space ~
7049 \end_inset
7050
7051 Bracket
7052 \family default
7053  can be used.
7054  This has the advantage that you can see in LyX immediately the real bracket
7055  size and that the matching right bracket will be created too.
7056 \begin_inset Newline newline
7057 \end_inset
7058
7059 The command for the last example would then be: 
7060 \series bold
7061
7062 \backslash
7063 ln Alt+M
7064 \series default
7065  
7066 \series bold
7067 (
7068 \backslash
7069 frac
7070 \begin_inset ERT
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074
7075
7076 \backslash
7077 spce 
7078 \end_layout
7079
7080 \end_inset
7081
7082 A
7083 \begin_inset Formula $\downarrow$
7084 \end_inset
7085
7086 C
7087 \end_layout
7088
7089 \begin_layout Standard
7090 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7091  For example the command 
7092 \series bold
7093
7094 \backslash
7095 left.
7096 \backslash
7097 frac
7098 \begin_inset ERT
7099 status collapsed
7100
7101 \begin_layout Plain Layout
7102
7103
7104 \backslash
7105 spce 
7106 \end_layout
7107
7108 \end_inset
7109
7110 A
7111 \begin_inset Formula $\downarrow$
7112 \end_inset
7113
7114 B
7115 \begin_inset ERT
7116 status collapsed
7117
7118 \begin_layout Plain Layout
7119
7120
7121 \backslash
7122 spce 
7123 \end_layout
7124
7125 \end_inset
7126
7127
7128 \backslash
7129 right}
7130 \series default
7131  creates:
7132 \series bold
7133
7134 \begin_inset Formula \[
7135 \left.\frac{A}{B}\right\} \]
7136
7137 \end_inset
7138
7139
7140 \series default
7141 The commands 
7142 \series bold
7143
7144 \backslash
7145 left
7146 \series default
7147  and 
7148 \series bold
7149
7150 \backslash
7151 right
7152 \series default
7153  will be converted by LyX to brackets in the right size when the document
7154  is reloaded and an omitted bracket will appear as dashed line.
7155 \end_layout
7156
7157 \begin_layout Standard
7158 \begin_inset VSpace bigskip
7159 \end_inset
7160
7161 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7162  the command 
7163 \series bold
7164
7165 \backslash
7166 middle
7167 \series default
7168
7169 \begin_inset Index
7170 status collapsed
7171
7172 \begin_layout Plain Layout
7173 Commands ! M ! 
7174 \backslash
7175 middle
7176 \end_layout
7177
7178 \end_inset
7179
7180  is additionally available for all brackets and limits.
7181  With this command the height of the following character is adapted to the
7182  one of the surrounding brackets, what is e.g.
7183 \begin_inset space \space{}
7184 \end_inset
7185
7186 needed for physical vectors:
7187 \begin_inset Formula \[
7188 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7189
7190 \end_inset
7191
7192 For physical vectors there is a special LaTeX-package, described in 
7193 \begin_inset CommandInset ref
7194 LatexCommand ref
7195 reference "sub:Physical-Vectors"
7196
7197 \end_inset
7198
7199 .
7200 \end_layout
7201
7202 \begin_layout Subsection
7203 Horizontal Brackets
7204 \begin_inset Index
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208 Brackets ! horizontal
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \begin_layout Standard
7217 \align center
7218 \begin_inset Tabular
7219 <lyxtabular version="3" rows="4" columns="2">
7220 <features>
7221 <column alignment="center" valignment="top" width="0pt">
7222 <column alignment="center" valignment="top" width="0pt">
7223 <row>
7224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 Command
7229 \begin_inset Note Note
7230 status collapsed
7231
7232 \begin_layout Plain Layout
7233
7234 \series bold
7235
7236 \backslash
7237 raisebox
7238 \series default
7239  is only used as spacer.
7240 \end_layout
7241
7242 \end_inset
7243
7244
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 Result
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 \begin_inset ERT
7265 status collapsed
7266
7267 \begin_layout Plain Layout
7268
7269
7270 \backslash
7271 raisebox{2.3mm}{
7272 \end_layout
7273
7274 \end_inset
7275
7276
7277 \backslash
7278 overbrace
7279 \begin_inset ERT
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283
7284
7285 \backslash
7286 spce 
7287 \end_layout
7288
7289 \end_inset
7290
7291 A+B
7292 \begin_inset ERT
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296
7297
7298 \backslash
7299 spce 
7300 \end_layout
7301
7302 \end_inset
7303
7304 ^
7305 \begin_inset ERT
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309
7310
7311 \backslash
7312 spce 
7313 \end_layout
7314
7315 \end_inset
7316
7317 3
7318 \begin_inset ERT
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322
7323 }
7324 \end_layout
7325
7326 \end_inset
7327
7328
7329 \begin_inset Index
7330 status collapsed
7331
7332 \begin_layout Plain Layout
7333 Commands ! O ! 
7334 \backslash
7335 overbrace
7336 \end_layout
7337
7338 \end_inset
7339
7340
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 \begin_inset Formula $\overbrace{A+B}^{3}$
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 </row>
7358 <row>
7359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 raisebox{-2.2mm}{
7371 \end_layout
7372
7373 \end_inset
7374
7375
7376 \backslash
7377 underbrace
7378 \begin_inset ERT
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382
7383
7384 \backslash
7385 spce 
7386 \end_layout
7387
7388 \end_inset
7389
7390 A+B
7391 \begin_inset ERT
7392 status collapsed
7393
7394 \begin_layout Plain Layout
7395
7396
7397 \backslash
7398 spce 
7399 \end_layout
7400
7401 \end_inset
7402
7403 _5
7404 \begin_inset ERT
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408
7409 }
7410 \end_layout
7411
7412 \end_inset
7413
7414
7415 \begin_inset Index
7416 status collapsed
7417
7418 \begin_layout Plain Layout
7419 Commands ! U ! 
7420 \backslash
7421 underbrace
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 \begin_inset Formula $\underbrace{A+B}_{5}$
7436 \end_inset
7437
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449
7450 \backslash
7451 overbrace
7452 \begin_inset ERT
7453 status collapsed
7454
7455 \begin_layout Plain Layout
7456
7457
7458 \backslash
7459 spce 
7460 \end_layout
7461
7462 \end_inset
7463
7464
7465 \backslash
7466 underbrace
7467 \begin_inset ERT
7468 status collapsed
7469
7470 \begin_layout Plain Layout
7471
7472
7473 \backslash
7474 spce 
7475 \end_layout
7476
7477 \end_inset
7478
7479 A+B_w
7480 \begin_inset ERT
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484
7485
7486 \backslash
7487 spce 
7488 \end_layout
7489
7490 \end_inset
7491
7492
7493 \begin_inset ERT
7494 status collapsed
7495
7496 \begin_layout Plain Layout
7497
7498
7499 \backslash
7500 spce 
7501 \end_layout
7502
7503 \end_inset
7504
7505 _7
7506 \begin_inset ERT
7507 status collapsed
7508
7509 \begin_layout Plain Layout
7510
7511
7512 \backslash
7513 spce 
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \begin_inset ERT
7520 status collapsed
7521
7522 \begin_layout Plain Layout
7523
7524
7525 \backslash
7526 spce 
7527 \end_layout
7528
7529 \end_inset
7530
7531 ^
7532 \begin_inset ERT
7533 status collapsed
7534
7535 \begin_layout Plain Layout
7536
7537
7538 \backslash
7539 spce 
7540 \end_layout
7541
7542 \end_inset
7543
7544 C
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7554 \end_inset
7555
7556
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 </lyxtabular>
7563
7564 \end_inset
7565
7566
7567 \end_layout
7568
7569 \begin_layout Standard
7570 In the last example it doesn't matter if 
7571 \series bold
7572
7573 \backslash
7574 overbrace
7575 \series default
7576  or 
7577 \series bold
7578
7579 \backslash
7580 underbrace
7581 \series default
7582  is inserted at first.
7583 \end_layout
7584
7585 \begin_layout Standard
7586 \begin_inset VSpace bigskip
7587 \end_inset
7588
7589 When brackets are needed that overlap each other, multiline formulas, as
7590  described in 
7591 \begin_inset CommandInset ref
7592 LatexCommand ref
7593 reference "sec:Multiline-Formulas"
7594
7595 \end_inset
7596
7597 , must be used:
7598 \begin_inset Formula \begin{eqnarray*}
7599 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7600  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7601
7602 \end_inset
7603
7604 In the first row the formula is inserted together with the first brace.
7605  It is hereby important that the space command
7606 \begin_inset Foot
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610 Space commands are explained in 
7611 \begin_inset CommandInset ref
7612 LatexCommand ref
7613 reference "sub:Predefined-Space"
7614
7615 \end_inset
7616
7617 .
7618 \end_layout
7619
7620 \end_inset
7621
7622  
7623 \series bold
7624
7625 \backslash
7626 :
7627 \series default
7628  is inserted before the first 
7629 \begin_inset Formula $d$
7630 \end_inset
7631
7632 , because the brace that ends behind the 
7633 \begin_inset Formula $q$
7634 \end_inset
7635
7636  prevents that the following 
7637 \begin_inset Quotes eld
7638 \end_inset
7639
7640 +
7641 \begin_inset Quotes erd
7642 \end_inset
7643
7644  is surrounded by space.
7645 \begin_inset Foot
7646 status collapsed
7647
7648 \begin_layout Plain Layout
7649 because a bracket is not handled as character, see 
7650 \begin_inset CommandInset ref
7651 LatexCommand ref
7652 reference "sub:Binary-Operators"
7653
7654 \end_inset
7655
7656
7657 \end_layout
7658
7659 \end_inset
7660
7661  In the second row the second brace is inserted.
7662  As it should begin before the 
7663 \begin_inset Formula $b$
7664 \end_inset
7665
7666 , first the command 
7667 \series bold
7668
7669 \backslash
7670 hphantom{gggg+
7671 \backslash
7672 :}
7673 \series default
7674  is inserted.
7675 \begin_inset Foot
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679 more about 
7680 \series bold
7681
7682 \backslash
7683 hphantom
7684 \series default
7685  see 
7686 \begin_inset CommandInset ref
7687 LatexCommand ref
7688 reference "sub:Placeholders"
7689
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \end_inset
7696
7697  This space is needed because the 
7698 \begin_inset Quotes eld
7699 \end_inset
7700
7701 +
7702 \begin_inset Quotes erd
7703 \end_inset
7704
7705  is also surrounded by space in the formula.
7706  The brace is placed under the command 
7707 \series bold
7708
7709 \backslash
7710 hphantom{bbqq+dddd}
7711 \series default
7712 .
7713 \end_layout
7714
7715 \begin_layout Standard
7716 It gets more complicated when brackets overlap each other, like in the following
7717  example:
7718 \begin_inset ERT
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722
7723
7724 \backslash
7725 setlength{
7726 \backslash
7727 jot}{-6pt}
7728 \end_layout
7729
7730 \end_inset
7731
7732
7733 \begin_inset Formula \begin{eqnarray*}
7734  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7735 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7736
7737 \end_inset
7738
7739
7740 \begin_inset ERT
7741 status collapsed
7742
7743 \begin_layout Plain Layout
7744
7745
7746 \backslash
7747 setlength{
7748 \backslash
7749 jot}{3pt}
7750 \end_layout
7751
7752 \end_inset
7753
7754 The first formula row is the same as the second row of the previous example,
7755  with the difference that the brace is above.
7756  The second row contains the formula together with the second brace.
7757  To avoid that there is space between the upper brace in the first row and
7758  the formula, the row spacing need to be reduced.
7759  This is not easily possible due to a bug in LyX
7760 \begin_inset Foot
7761 status collapsed
7762
7763 \begin_layout Plain Layout
7764 \begin_inset CommandInset href
7765 LatexCommand href
7766 name "LyX-bug #1505"
7767 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7768
7769 \end_inset
7770
7771
7772 \end_layout
7773
7774 \end_inset
7775
7776 .
7777  As solution for the problem, the global formula row separation 
7778 \series bold
7779
7780 \backslash
7781 jot
7782 \series default
7783
7784 \begin_inset Index
7785 status collapsed
7786
7787 \begin_layout Plain Layout
7788 Commands ! J ! 
7789 \backslash
7790 jot
7791 \end_layout
7792
7793 \end_inset
7794
7795  must be changed to -6
7796 \begin_inset space \thinspace{}
7797 \end_inset
7798
7799 pt before the formula with the command 
7800 \series bold
7801
7802 \backslash
7803 setlength{
7804 \backslash
7805 jot}{-6pt}
7806 \series default
7807  in TeX-mode.
7808  
7809 \series bold
7810
7811 \backslash
7812 jot
7813 \series default
7814  is set back after the formula to the standard value of 3
7815 \begin_inset space \thinspace{}
7816 \end_inset
7817
7818 pt using the same command.
7819  More about the row separation in formulas is explained in 
7820 \begin_inset CommandInset ref
7821 LatexCommand ref
7822 reference "sub:Line-Separation"
7823
7824 \end_inset
7825
7826 .
7827 \end_layout
7828
7829 \begin_layout Section
7830 Arrows
7831 \begin_inset Index
7832 status collapsed
7833
7834 \begin_layout Plain Layout
7835 Arrows
7836 \end_layout
7837
7838 \end_inset
7839
7840
7841 \end_layout
7842
7843 \begin_layout Standard
7844 Arrows can be inserted via the math toolbar button 
7845 \begin_inset Graphics
7846         filename ../images/math/leftarrow.png
7847         scale 85
7848
7849 \end_inset
7850
7851  or the commands listed in the following subsections.
7852 \end_layout
7853
7854 \begin_layout Standard
7855 \begin_inset Newpage newpage
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \begin_layout Subsection
7862 Horizontal Arrows
7863 \begin_inset Index
7864 status collapsed
7865
7866 \begin_layout Plain Layout
7867 Arrows ! horizontal
7868 \end_layout
7869
7870 \end_inset
7871
7872
7873 \end_layout
7874
7875 \begin_layout Standard
7876 \begin_inset space \hfill{}
7877 \end_inset
7878
7879
7880 \begin_inset Tabular
7881 <lyxtabular version="3" rows="8" columns="2">
7882 <features>
7883 <column alignment="center" valignment="top" width="0pt">
7884 <column alignment="center" valignment="top" width="0pt">
7885 <row>
7886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 Command
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 Result
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row>
7906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \backslash
7912 gets
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 \begin_inset Formula $\gets$
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \backslash
7937 Leftarrow
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 \begin_inset Formula $\Leftarrow$
7947 \end_inset
7948
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \backslash
7962 longleftarrow
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 \begin_inset Formula $\longleftarrow$
7972 \end_inset
7973
7974
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \backslash
7987 Longleftarrow
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 \begin_inset Formula $\Longleftarrow$
7997 \end_inset
7998
7999
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \backslash
8012 leftharpoonup
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 \begin_inset Formula $\leftharpoonup$
8022 \end_inset
8023
8024
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row>
8031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \backslash
8037 leftharpoondown
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 \begin_inset Formula $\leftharpoondown$
8047 \end_inset
8048
8049
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \backslash
8062 hookleftarrow
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 \begin_inset Formula $\hookleftarrow$
8072 \end_inset
8073
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 </lyxtabular>
8081
8082 \end_inset
8083
8084
8085 \begin_inset space \hfill{}
8086 \end_inset
8087
8088
8089 \begin_inset Tabular
8090 <lyxtabular version="3" rows="8" columns="2">
8091 <features>
8092 <column alignment="center" valignment="top" width="0pt">
8093 <column alignment="center" valignment="top" width="0pt">
8094 <row>
8095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 Command
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 Result
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \backslash
8121 to
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 \begin_inset Formula $\to$
8131 \end_inset
8132
8133
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \backslash
8146 Rightarrow
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 \begin_inset Formula $\Rightarrow$
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \backslash
8171 longrightarrow
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 \begin_inset Formula $\longrightarrow$
8181 \end_inset
8182
8183
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \backslash
8196 Longrightarrow
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 \begin_inset Formula $\Longrightarrow$
8206 \end_inset
8207
8208
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \backslash
8221 rightharpoonup
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 \begin_inset Formula $\rightharpoonup$
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \backslash
8246 rightharpoondown
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 \begin_inset Formula $\rightharpoondown$
8256 \end_inset
8257
8258
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \backslash
8271 hookrightarrow
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 \begin_inset Formula $\hookrightarrow$
8281 \end_inset
8282
8283
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 </lyxtabular>
8290
8291 \end_inset
8292
8293
8294 \begin_inset space \hfill{}
8295 \end_inset
8296
8297
8298 \end_layout
8299
8300 \begin_layout Standard
8301 \begin_inset space \hfill{}
8302 \end_inset
8303
8304
8305 \begin_inset Tabular
8306 <lyxtabular version="3" rows="6" columns="2">
8307 <features>
8308 <column alignment="center" valignment="top" width="0pt">
8309 <column alignment="center" valignment="top" width="0pt">
8310 <row>
8311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Command
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Result
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \backslash
8337 leftrightarrow
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 \begin_inset Formula $\leftrightarrow$
8347 \end_inset
8348
8349
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \backslash
8362 Leftrightarrow
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 \begin_inset Formula $\Leftrightarrow$
8372 \end_inset
8373
8374
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \backslash
8387 longleftrightarrow
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 \begin_inset Formula $\longleftrightarrow$
8397 \end_inset
8398
8399
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \backslash
8412 Longleftrightarrow
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 \begin_inset Formula $\Longleftrightarrow$
8422 \end_inset
8423
8424
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \backslash
8437 rightleftharpoons
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 \begin_inset Formula $\rightleftharpoons$
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 </lyxtabular>
8456
8457 \end_inset
8458
8459
8460 \begin_inset space \hspace{}
8461 \length 25pt
8462 \end_inset
8463
8464
8465 \begin_inset space \hfill{}
8466 \end_inset
8467
8468
8469 \begin_inset Tabular
8470 <lyxtabular version="3" rows="5" columns="2">
8471 <features>
8472 <column alignment="center" valignment="top" width="0pt">
8473 <column alignment="center" valignment="top" width="0pt">
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Command
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Result
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \backslash
8501 mapsto
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 \begin_inset Formula $\mapsto$
8511 \end_inset
8512
8513
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \backslash
8526 longmapsto
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 \begin_inset Formula $\longmapsto$
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \backslash
8551 leadsto
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 \begin_inset Formula $\leadsto$
8561 \end_inset
8562
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \backslash
8576 dasharrow
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 \begin_inset Formula $\dasharrow$
8586 \end_inset
8587
8588
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 </lyxtabular>
8595
8596 \end_inset
8597
8598
8599 \begin_inset space \hfill{}
8600 \end_inset
8601
8602
8603 \end_layout
8604
8605 \begin_layout Standard
8606 \begin_inset VSpace medskip
8607 \end_inset
8608
8609 Arrows used as accent like e.g.
8610 \begin_inset space \space{}
8611 \end_inset
8612
8613 vector arrows are listed in 
8614 \begin_inset CommandInset ref
8615 LatexCommand ref
8616 reference "sec:Accents"
8617
8618 \end_inset
8619
8620 .
8621 \end_layout
8622
8623 \begin_layout Standard
8624 \begin_inset VSpace bigskip
8625 \end_inset
8626
8627 Furthermore there are the labeled arrows
8628 \begin_inset Index
8629 status collapsed
8630
8631 \begin_layout Plain Layout
8632 Arrows ! labeled
8633 \end_layout
8634
8635 \end_inset
8636
8637  
8638 \series bold
8639
8640 \backslash
8641 xleftarrow
8642 \series default
8643
8644 \begin_inset Index
8645 status collapsed
8646
8647 \begin_layout Plain Layout
8648 Commands ! X ! 
8649 \backslash
8650 xleftarrow
8651 \end_layout
8652
8653 \end_inset
8654
8655  and 
8656 \series bold
8657
8658 \backslash
8659 xrightarrow
8660 \series default
8661
8662 \begin_inset Index
8663 status collapsed
8664
8665 \begin_layout Plain Layout
8666 Commands ! X ! 
8667 \backslash
8668 xrightarrow
8669 \begin_inset ERT
8670 status collapsed
8671
8672 \begin_layout Plain Layout
8673
8674
8675 \backslash
8676 vspace{4mm}
8677 \end_layout
8678
8679 \end_inset
8680
8681
8682 \end_layout
8683
8684 \end_inset
8685
8686 .
8687  When inserting one of these commands in a formula, an arrow with two blue
8688  boxes appear where the label can be inserted.
8689  The length of the arrow adapts to the label width.
8690 \end_layout
8691
8692 \begin_layout Standard
8693 \align center
8694 \begin_inset Tabular
8695 <lyxtabular version="3" rows="3" columns="2">
8696 <features>
8697 <column alignment="center" valignment="top" width="0pt">
8698 <column alignment="center" valignment="top" width="0pt">
8699 <row>
8700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 Command
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Result
8714 \begin_inset Note Note
8715 status collapsed
8716
8717 \begin_layout Plain Layout
8718
8719 \series bold
8720
8721 \backslash
8722 raisebox
8723 \series default
8724  is only used as spacer.
8725 \end_layout
8726
8727 \end_inset
8728
8729
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 F(a)
8741 \backslash
8742 xleftarrow
8743 \begin_inset ERT
8744 status collapsed
8745
8746 \begin_layout Plain Layout
8747
8748
8749 \backslash
8750 spce 
8751 \end_layout
8752
8753 \end_inset
8754
8755 x=a
8756 \begin_inset Formula $\downarrow$
8757 \end_inset
8758
8759 x>0
8760 \begin_inset Formula $\to$
8761 \end_inset
8762
8763 F(x)
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8773 \end_inset
8774
8775
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 <row>
8782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 F(x)
8787 \backslash
8788 xrightarrow
8789 \begin_inset ERT
8790 status collapsed
8791
8792 \begin_layout Plain Layout
8793
8794
8795 \backslash
8796 spce 
8797 \end_layout
8798
8799 \end_inset
8800
8801 x=a
8802 \begin_inset Formula $\downarrow$
8803 \end_inset
8804
8805 x>0
8806 \begin_inset Formula $\to$
8807 \end_inset
8808
8809 F(a)
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8819 \end_inset
8820
8821
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 </lyxtabular>
8828
8829 \end_inset
8830
8831
8832 \end_layout
8833
8834 \begin_layout Subsection
8835 Vertical and diagonal Arrows
8836 \begin_inset Index
8837 status collapsed
8838
8839 \begin_layout Plain Layout
8840 Arrows ! diagonal
8841 \end_layout
8842
8843 \end_inset
8844
8845
8846 \begin_inset Index
8847 status collapsed
8848
8849 \begin_layout Plain Layout
8850 Arrows ! vertical
8851 \end_layout
8852
8853 \end_inset
8854
8855
8856 \end_layout
8857
8858 \begin_layout Standard
8859 \begin_inset space \hfill{}
8860 \end_inset
8861
8862
8863 \begin_inset Tabular
8864 <lyxtabular version="3" rows="7" columns="2">
8865 <features>
8866 <column alignment="center" valignment="top" width="0pt">
8867 <column alignment="center" valignment="top" width="0pt">
8868 <row>
8869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 Command
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Result
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \backslash
8895 uparrow
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 \begin_inset Formula $\uparrow$
8905 \end_inset
8906
8907
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \backslash
8920 Uparrow
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 \begin_inset Formula $\Uparrow$
8930 \end_inset
8931
8932
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 </row>
8938 <row>
8939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \backslash
8945 updownarrow
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 \begin_inset Formula $\updownarrow$
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \backslash
8970 Updownarrow
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 \begin_inset Formula $\Updownarrow$
8980 \end_inset
8981
8982
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \backslash
8995 Downarrow
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 \begin_inset Formula $\Downarrow$
9005 \end_inset
9006
9007
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \backslash
9020 downarrow
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 \begin_inset Formula $\downarrow$
9030 \end_inset
9031
9032
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 </lyxtabular>
9039
9040 \end_inset
9041
9042
9043 \begin_inset space \hfill{}
9044 \end_inset
9045
9046
9047 \begin_inset Tabular
9048 <lyxtabular version="3" rows="5" columns="2">
9049 <features>
9050 <column alignment="center" valignment="top" width="0pt">
9051 <column alignment="center" valignment="top" width="0pt">
9052 <row>
9053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 Command
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Result
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \backslash
9079 nearrow
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 \begin_inset Formula $\nearrow$
9089 \end_inset
9090
9091
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \backslash
9104 searrow
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 \begin_inset Formula $\searrow$
9114 \end_inset
9115
9116
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \backslash
9129 swarrow
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 \begin_inset Formula $\swarrow$
9139 \end_inset
9140
9141
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 <row>
9148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \backslash
9154 nwarrow
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 \begin_inset Formula $\nwarrow$
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 </lyxtabular>
9173
9174 \end_inset
9175
9176
9177 \begin_inset space \hfill{}
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \begin_layout Standard
9184 \begin_inset VSpace medskip
9185 \end_inset
9186
9187 Vertical arrows can be used also as delimiter together with the commands
9188  described in 
9189 \begin_inset CommandInset ref
9190 LatexCommand ref
9191 reference "sub:Manual-Bracket-Size"
9192
9193 \end_inset
9194
9195  and 
9196 \begin_inset CommandInset ref
9197 LatexCommand ref
9198 reference "sub:Automatic-Bracket-Size"
9199
9200 \end_inset
9201
9202 .
9203 \end_layout
9204
9205 \begin_layout Standard
9206 \begin_inset Newpage newpage
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \begin_layout Section
9213 Accents
9214 \begin_inset CommandInset label
9215 LatexCommand label
9216 name "sec:Accents"
9217
9218 \end_inset
9219
9220
9221 \begin_inset Index
9222 status collapsed
9223
9224 \begin_layout Plain Layout
9225 Accents
9226 \end_layout
9227
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \begin_layout Standard
9234 Accents can be inserted via the math toolbar button 
9235 \begin_inset Graphics
9236         filename ../images/math/hat.png
9237         scale 85
9238
9239 \end_inset
9240
9241  or the commands listed in the following subsections.
9242 \end_layout
9243
9244 \begin_layout Subsection
9245 Accents for one Character
9246 \begin_inset ERT
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250
9251
9252 \backslash
9253 texorpdfstring{
9254 \end_layout
9255
9256 \end_inset
9257
9258
9259 \begin_inset Foot
9260 status collapsed
9261
9262 \begin_layout Plain Layout
9263 accents in text see 
9264 \begin_inset CommandInset ref
9265 LatexCommand ref
9266 reference "sub:Accents-in-Text"
9267
9268 \end_inset
9269
9270
9271 \end_layout
9272
9273 \end_inset
9274
9275
9276 \begin_inset ERT
9277 status collapsed
9278
9279 \begin_layout Plain Layout
9280
9281 }{}
9282 \end_layout
9283
9284 \end_inset
9285
9286
9287 \begin_inset Note Note
9288 status collapsed
9289
9290 \begin_layout Plain Layout
9291
9292 \backslash
9293 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9294 \end_layout
9295
9296 \begin_layout Plain Layout
9297 More about 
9298 \backslash
9299 texorpdfstring is in section 
9300 \begin_inset CommandInset ref
9301 LatexCommand ref
9302 reference "sub:Formulas-in-Section"
9303
9304 \end_inset
9305
9306 .
9307 \end_layout
9308
9309 \end_inset
9310
9311
9312 \begin_inset CommandInset label
9313 LatexCommand label
9314 name "sub:Accents-for-one"
9315
9316 \end_inset
9317
9318
9319 \begin_inset Index
9320 status collapsed
9321
9322 \begin_layout Plain Layout
9323 Accents ! for one character
9324 \end_layout
9325
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \begin_layout Standard
9332 \begin_inset space \hfill{}
9333 \end_inset
9334
9335
9336 \begin_inset Tabular
9337 <lyxtabular version="3" rows="8" columns="2">
9338 <features>
9339 <column alignment="center" valignment="top" width="0pt">
9340 <column alignment="center" valignment="top" width="0pt">
9341 <row>
9342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 Command
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Result
9356 \begin_inset Note Note
9357 status collapsed
9358
9359 \begin_layout Plain Layout
9360
9361 \series bold
9362
9363 \backslash
9364 raisebox
9365 \series default
9366  is only used as spacer.
9367 \end_layout
9368
9369 \end_inset
9370
9371
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \backslash
9384 dot
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 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \backslash
9422 ddot
9423 \begin_inset ERT
9424 status collapsed
9425
9426 \begin_layout Plain Layout
9427
9428
9429 \backslash
9430 spce 
9431 \end_layout
9432
9433 \end_inset
9434
9435 A
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row>
9454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \backslash
9460 dddot
9461 \begin_inset ERT
9462 status collapsed
9463
9464 \begin_layout Plain Layout
9465
9466
9467 \backslash
9468 spce 
9469 \end_layout
9470
9471 \end_inset
9472
9473 A
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9483 \end_inset
9484
9485
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 </row>
9491 <row>
9492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496
9497 \backslash
9498 ddddot{A
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9508 \end_inset
9509
9510
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row>
9517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \backslash
9523 vec
9524 \begin_inset ERT
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528
9529
9530 \backslash
9531 spce 
9532 \end_layout
9533
9534 \end_inset
9535
9536 A
9537 \begin_inset Index
9538 status collapsed
9539
9540 \begin_layout Plain Layout
9541 Vectors
9542 \end_layout
9543
9544 \end_inset
9545
9546
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9556 \end_inset
9557
9558
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 </row>
9564 <row>
9565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \backslash
9571 bar
9572 \begin_inset ERT
9573 status collapsed
9574
9575 \begin_layout Plain Layout
9576
9577
9578 \backslash
9579 spce 
9580 \end_layout
9581
9582 \end_inset
9583
9584 A
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 <row>
9603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \backslash
9609 mathring
9610 \begin_inset ERT
9611 status collapsed
9612
9613 \begin_layout Plain Layout
9614
9615
9616 \backslash
9617 spce 
9618 \end_layout
9619
9620 \end_inset
9621
9622 A
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9632 \end_inset
9633
9634
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 </row>
9640 </lyxtabular>
9641
9642 \end_inset
9643
9644
9645 \begin_inset space \hfill{}
9646 \end_inset
9647
9648
9649 \begin_inset Tabular
9650 <lyxtabular version="3" rows="7" columns="2">
9651 <features>
9652 <column alignment="center" valignment="top" width="0pt">
9653 <column alignment="center" valignment="top" width="0pt">
9654 <row>
9655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 Command
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 Result
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 </row>
9674 <row>
9675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \backslash
9681 tilde
9682 \begin_inset ERT
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686
9687
9688 \backslash
9689 spce 
9690 \end_layout
9691
9692 \end_inset
9693
9694 A
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9704 \end_inset
9705
9706
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \backslash
9719 hat
9720 \begin_inset ERT
9721 status collapsed
9722
9723 \begin_layout Plain Layout
9724
9725
9726 \backslash
9727 spce 
9728 \end_layout
9729
9730 \end_inset
9731
9732 A
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 </row>
9750 <row>
9751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755
9756 \backslash
9757 check
9758 \begin_inset ERT
9759 status collapsed
9760
9761 \begin_layout Plain Layout
9762
9763
9764 \backslash
9765 spce 
9766 \end_layout
9767
9768 \end_inset
9769
9770 A
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9780 \end_inset
9781
9782
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 </row>
9788 <row>
9789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793
9794 \backslash
9795 acute
9796 \begin_inset ERT
9797 status collapsed
9798
9799 \begin_layout Plain Layout
9800
9801
9802 \backslash
9803 spce 
9804 \end_layout
9805
9806 \end_inset
9807
9808 A
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9818 \end_inset
9819
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 </row>
9826 <row>
9827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831
9832 \backslash
9833 grave
9834 \begin_inset ERT
9835 status collapsed
9836
9837 \begin_layout Plain Layout
9838
9839
9840 \backslash
9841 spce 
9842 \end_layout
9843
9844 \end_inset
9845
9846 A
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row>
9865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \backslash
9871 breve
9872 \begin_inset ERT
9873 status collapsed
9874
9875 \begin_layout Plain Layout
9876
9877
9878 \backslash
9879 spce 
9880 \end_layout
9881
9882 \end_inset
9883
9884 A
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9894 \end_inset
9895
9896
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 </row>
9902 </lyxtabular>
9903
9904 \end_inset
9905
9906
9907 \begin_inset space \hfill{}
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \begin_layout Standard
9914 \begin_inset VSpace bigskip
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \begin_layout Standard
9921 You can directly insert accents like é to formulas.
9922  LyX will transform them to the corresponding accent command.
9923  For umlauts
9924 \begin_inset Index
9925 status collapsed
9926
9927 \begin_layout Plain Layout
9928 Umlauts
9929 \end_layout
9930
9931 \end_inset
9932
9933  it is better to insert a quotation mark before the vowel.
9934  These two characters are then treated by LaTeX as 
9935 \emph on
9936 one
9937 \emph default
9938  character when the formula part with the umlaut is marked as German.
9939  In contrary to 
9940 \series bold
9941
9942 \backslash
9943 ddot
9944 \series default
9945 , with this method 
9946 \begin_inset Quotes eld
9947 \end_inset
9948
9949 real
9950 \begin_inset Quotes erd
9951 \end_inset
9952
9953  umlauts are created as demonstrated in the following example:
9954 \end_layout
9955
9956 \begin_layout Standard
9957 \begin_inset VSpace -2mm
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \begin_layout Standard
9964 \align center
9965 \begin_inset Tabular
9966 <lyxtabular version="3" rows="3" columns="2">
9967 <features>
9968 <column alignment="center" valignment="top" width="0">
9969 <column alignment="center" valignment="top" width="0">
9970 <row>
9971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 Command
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Result
9985 \begin_inset Note Note
9986 status collapsed
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991
9992 \backslash
9993 raisebox
9994 \series default
9995  and the 0
9996 \begin_inset space \thinspace{}
9997 \end_inset
9998
9999 pt space are only used as spacer.
10000 \end_layout
10001
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row>
10011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \lang ngerman
10017 \begin_inset Quotes grd
10018 \end_inset
10019
10020 i
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 \begin_inset space \hspace{}
10030 \length 0pt
10031 \end_inset
10032
10033
10034 \lang ngerman
10035
10036 \begin_inset Formula $"i$
10037 \end_inset
10038
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row>
10046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \backslash
10052 ddot
10053 \begin_inset ERT
10054 status collapsed
10055
10056 \begin_layout Plain Layout
10057
10058
10059 \backslash
10060 spce 
10061 \end_layout
10062
10063 \end_inset
10064
10065 i
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 </lyxtabular>
10084
10085 \end_inset
10086
10087
10088 \end_layout
10089
10090 \begin_layout Standard
10091 Another advantage to 
10092 \series bold
10093
10094 \backslash
10095 ddot
10096 \series default
10097  is that umlauts can directly be converted to mathematical text because
10098  the accent commands above are 
10099 \emph on
10100 not allowed
10101 \emph default
10102  
10103 \emph on
10104 in mathematical text
10105 \emph default
10106 .
10107  To convert an accented character to mathematical text, only the character
10108  under the accent may be converted.
10109  This applies also for all other conversions, e.g.
10110 \begin_inset space \space{}
10111 \end_inset
10112
10113 to italic or bold.
10114 \end_layout
10115
10116 \begin_layout Standard
10117 In mathematical text, umlauts and other accented characters can directly
10118  be inserted.
10119 \end_layout
10120
10121 \begin_layout Subsection
10122 Accents for Operators
10123 \begin_inset Index
10124 status collapsed
10125
10126 \begin_layout Plain Layout
10127 Accents ! for operators
10128 \end_layout
10129
10130 \end_inset
10131
10132
10133 \end_layout
10134
10135 \begin_layout Standard
10136 With the commands 
10137 \series bold
10138
10139 \backslash
10140 overset
10141 \series default
10142
10143 \begin_inset Index
10144 status collapsed
10145
10146 \begin_layout Plain Layout
10147 Commands ! O ! 
10148 \backslash
10149 overset
10150 \end_layout
10151
10152 \end_inset
10153
10154  and 
10155 \series bold
10156
10157 \backslash
10158 underset
10159 \series default
10160
10161 \begin_inset Index
10162 status collapsed
10163
10164 \begin_layout Plain Layout
10165 Commands ! U ! 
10166 \backslash
10167 underset
10168 \end_layout
10169
10170 \end_inset
10171
10172  characters can be placed above or below an operator, respectively, to accent
10173  it.
10174  With the command 
10175 \series bold
10176
10177 \backslash
10178 sideset
10179 \series default
10180
10181 \begin_inset Index
10182 status collapsed
10183
10184 \begin_layout Plain Layout
10185 Commands ! S ! 
10186 \backslash
10187 sideset
10188 \end_layout
10189
10190 \end_inset
10191
10192  characters can be set before and behind an operator.
10193  The command scheme is:
10194 \end_layout
10195
10196 \begin_layout Standard
10197
10198 \series bold
10199
10200 \backslash
10201 sideset{character
10202 \series default
10203  
10204 \series bold
10205 before}{character
10206 \series default
10207  
10208 \series bold
10209 behind}
10210 \end_layout
10211
10212 \begin_layout Standard
10213
10214 \series bold
10215
10216 \backslash
10217 sideset
10218 \series default
10219  must always be before the operator that should be accented.
10220  You can accent with several characters and even with other operators and
10221  symbols.
10222  To place with 
10223 \series bold
10224
10225 \backslash
10226 sideset
10227 \series default
10228  for example only characters behind an operator, write nothing between the
10229  first braces but don't omit the braces.
10230 \end_layout
10231
10232 \begin_layout Standard
10233 For example the command 
10234 \series bold
10235
10236 \backslash
10237 sideset{
10238 \begin_inset Formula $\to$
10239 \end_inset
10240
10241
10242 \backslash
10243 {
10244 \series default
10245 '
10246 \series bold
10247
10248 \begin_inset Formula $\to$
10249 \end_inset
10250
10251
10252 \backslash
10253 sum_k=1
10254 \begin_inset ERT
10255 status collapsed
10256
10257 \begin_layout Plain Layout
10258
10259
10260 \backslash
10261 spce 
10262 \end_layout
10263
10264 \end_inset
10265
10266
10267 \series default
10268 ^
10269 \series bold
10270 n
10271 \series default
10272  produces:
10273 \begin_inset Formula \[
10274 \sideset{}{'}\sum_{k=1}^{n}\]
10275
10276 \end_inset
10277
10278
10279 \end_layout
10280
10281 \begin_layout Standard
10282 The command 
10283 \series bold
10284
10285 \backslash
10286 overset
10287 \begin_inset ERT
10288 status collapsed
10289
10290 \begin_layout Plain Layout
10291
10292
10293 \backslash
10294 spce 
10295 \end_layout
10296
10297 \end_inset
10298
10299
10300 \backslash
10301 maltese
10302 \begin_inset ERT
10303 status collapsed
10304
10305 \begin_layout Plain Layout
10306
10307
10308 \backslash
10309 spce 
10310 \end_layout
10311
10312 \end_inset
10313
10314
10315 \series default
10316
10317 \begin_inset Formula $\uparrow$
10318 \end_inset
10319
10320
10321 \series bold
10322 a
10323 \series default
10324  produces:
10325 \begin_inset Formula \[
10326 \overset{a}{\maltese}\]
10327
10328 \end_inset
10329
10330 As seen in the last example, with 
10331 \series bold
10332
10333 \backslash
10334 overset
10335 \series default
10336  and 
10337 \series bold
10338
10339 \backslash
10340 underset
10341 \series default
10342  also symbols and characters can be accented; with 
10343 \series bold
10344
10345 \backslash
10346 sideset
10347 \series default
10348  this is not possible.
10349 \end_layout
10350
10351 \begin_layout Subsection
10352 Accents for several Characters
10353 \begin_inset Index
10354 status collapsed
10355
10356 \begin_layout Plain Layout
10357 Accents ! for several characters
10358 \end_layout
10359
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \begin_layout Standard
10366 \begin_inset space \hfill{}
10367 \end_inset
10368
10369
10370 \begin_inset Tabular
10371 <lyxtabular version="3" rows="5" columns="2">
10372 <features>
10373 <column alignment="center" valignment="top" width="0pt">
10374 <column alignment="center" valignment="top" width="0pt">
10375 <row>
10376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 Command
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Result
10390 \begin_inset Note Note
10391 status collapsed
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396
10397 \backslash
10398 raisebox
10399 \series default
10400  is only used as spacer.
10401 \end_layout
10402
10403 \end_inset
10404
10405
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \backslash
10418 overleftarrow
10419 \begin_inset ERT
10420 status collapsed
10421
10422 \begin_layout Plain Layout
10423
10424
10425 \backslash
10426 spce 
10427 \end_layout
10428
10429 \end_inset
10430
10431 A=B
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10441 \end_inset
10442
10443
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \backslash
10456 underleftarrow
10457 \begin_inset ERT
10458 status collapsed
10459
10460 \begin_layout Plain Layout
10461
10462
10463 \backslash
10464 spce 
10465 \end_layout
10466
10467 \end_inset
10468
10469 A=B
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10479 \end_inset
10480
10481
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \backslash
10494 overleftrightarrow
10495 \begin_inset ERT
10496 status collapsed
10497
10498 \begin_layout Plain Layout
10499
10500
10501 \backslash
10502 spce 
10503 \end_layout
10504
10505 \end_inset
10506
10507 A=B
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10517 \end_inset
10518
10519
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 </row>
10525 <row>
10526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530
10531 \backslash
10532 underleftrightarrow
10533 \begin_inset ERT
10534 status collapsed
10535
10536 \begin_layout Plain Layout
10537
10538
10539 \backslash
10540 spce 
10541 \end_layout
10542
10543 \end_inset
10544
10545 A=B
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10555 \end_inset
10556
10557
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 </lyxtabular>
10564
10565 \end_inset
10566
10567
10568 \begin_inset space \hfill{}
10569 \end_inset
10570
10571
10572 \begin_inset Tabular
10573 <lyxtabular version="3" rows="5" columns="2">
10574 <features>
10575 <column alignment="center" valignment="top" width="0pt">
10576 <column alignment="center" valignment="top" width="0pt">
10577 <row>
10578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Command
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Result
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row>
10598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \backslash
10604 overrightarrow
10605 \begin_inset ERT
10606 status collapsed
10607
10608 \begin_layout Plain Layout
10609
10610
10611 \backslash
10612 spce 
10613 \end_layout
10614
10615 \end_inset
10616
10617 A=B
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10627 \end_inset
10628
10629
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 <row>
10636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640
10641 \backslash
10642 underrightarrow
10643 \begin_inset ERT
10644 status collapsed
10645
10646 \begin_layout Plain Layout
10647
10648
10649 \backslash
10650 spce 
10651 \end_layout
10652
10653 \end_inset
10654
10655 A=B
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \backslash
10680 widetilde
10681 \begin_inset ERT
10682 status collapsed
10683
10684 \begin_layout Plain Layout
10685
10686
10687 \backslash
10688 spce 
10689 \end_layout
10690
10691 \end_inset
10692
10693 A=B
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10703 \end_inset
10704
10705
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 </row>
10711 <row>
10712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \backslash
10718 widehat
10719 \begin_inset ERT
10720 status collapsed
10721
10722 \begin_layout Plain Layout
10723
10724
10725 \backslash
10726 spce 
10727 \end_layout
10728
10729 \end_inset
10730
10731 A=B
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 </lyxtabular>
10750
10751 \end_inset
10752
10753
10754 \begin_inset space \hfill{}
10755 \end_inset
10756
10757
10758 \end_layout
10759
10760 \begin_layout Standard
10761 \begin_inset VSpace medskip
10762 \end_inset
10763
10764 With these commands as many characters as you like can be accented.
10765  But the accents 
10766 \series bold
10767
10768 \backslash
10769 widetilde
10770 \series default
10771  and 
10772 \series bold
10773
10774 \backslash
10775 widehat
10776 \series default
10777  will only be set in the output with a length of three characters, as shown
10778  in the following example:
10779 \begin_inset Formula \[
10780 \widetilde{A+B=C-D}\]
10781
10782 \end_inset
10783
10784
10785 \end_layout
10786
10787 \begin_layout Standard
10788 With the commands 
10789 \series bold
10790
10791 \backslash
10792 overset
10793 \series default
10794
10795 \begin_inset Index
10796 status collapsed
10797
10798 \begin_layout Plain Layout
10799 Commands ! O ! 
10800 \backslash
10801 overset
10802 \end_layout
10803
10804 \end_inset
10805
10806  and 
10807 \series bold
10808
10809 \backslash
10810 underset
10811 \series default
10812
10813 \begin_inset Index
10814 status collapsed
10815
10816 \begin_layout Plain Layout
10817 Commands ! U ! 
10818 \backslash
10819 underset
10820 \end_layout
10821
10822 \end_inset
10823
10824  described in the previous subsection it is also possible to accent several
10825  characters.
10826  The command 
10827 \series bold
10828
10829 \backslash
10830 underset
10831 \begin_inset ERT
10832 status collapsed
10833
10834 \begin_layout Plain Layout
10835
10836
10837 \backslash
10838 spce 
10839 \end_layout
10840
10841 \end_inset
10842
10843 A=B
10844 \begin_inset Formula $\downarrow$
10845 \end_inset
10846
10847 ***
10848 \series default
10849  creates:
10850 \begin_inset Formula \[
10851 \underset{***}{A=B}\]
10852
10853 \end_inset
10854
10855
10856 \end_layout
10857
10858 \begin_layout Section
10859 Space
10860 \begin_inset CommandInset label
10861 LatexCommand label
10862 name "sub:Space"
10863
10864 \end_inset
10865
10866
10867 \begin_inset Index
10868 status collapsed
10869
10870 \begin_layout Plain Layout
10871 Space ! horizontal
10872 \end_layout
10873
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \begin_layout Subsection
10880 Predefined Space
10881 \begin_inset CommandInset label
10882 LatexCommand label
10883 name "sub:Predefined-Space"
10884
10885 \end_inset
10886
10887
10888 \begin_inset Index
10889 status collapsed
10890
10891 \begin_layout Plain Layout
10892 Space ! horizontal ! predefined
10893 \end_layout
10894
10895 \end_inset
10896
10897
10898 \end_layout
10899
10900 \begin_layout Standard
10901 Sometimes it is necessary to insert horizontal space to a formula.
10902  This is done by inserting a protected space (shortcut 
10903 \family sans
10904 Ctrl+Space
10905 \family default
10906 ).
10907  A blue 
10908 \begin_inset Quotes eld
10909 \end_inset
10910
10911
10912 \series bold
10913 \color blue
10914
10915 \begin_inset ERT
10916 status collapsed
10917
10918 \begin_layout Plain Layout
10919
10920
10921 \backslash
10922 spce 
10923 \end_layout
10924
10925 \end_inset
10926
10927
10928 \series default
10929 \color inherit
10930
10931 \begin_inset Quotes erd
10932 \end_inset
10933
10934  appears and by pressing 
10935 \family sans
10936 Space
10937 \family default
10938  several times one can select one of eight different space sizes.
10939  The spaces can also be inserted using the math toolbar button 
10940 \begin_inset Graphics
10941         filename ../images/math/space.png
10942         scale 85
10943
10944 \end_inset
10945
10946  or special commands.
10947  Independent from the inserted command, one can select the size again by
10948  pressing 
10949 \family sans
10950 Space
10951 \family default
10952  afterwards.
10953 \end_layout
10954
10955 \begin_layout Standard
10956 \noindent
10957 \align center
10958 \begin_inset VSpace -5mm
10959 \end_inset
10960
10961
10962 \begin_inset Tabular
10963 <lyxtabular version="3" rows="3" columns="7">
10964 <features>
10965 <column alignment="center" valignment="middle" width="6.8cm">
10966 <column alignment="center" valignment="top" width="0">
10967 <column alignment="center" valignment="top" width="0">
10968 <column alignment="center" valignment="top" width="0">
10969 <column alignment="center" valignment="top" width="0">
10970 <column alignment="center" valignment="top" width="0">
10971 <column alignment="center" valignment="top" width="0">
10972 <row>
10973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 Command
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \backslash
10988 ,
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \backslash
10999 :
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \backslash
11010 ;
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019
11020 \backslash
11021 quad
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \backslash
11032 qquad
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \backslash
11043 !
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 Number of 
11055 \family sans
11056 Space
11057 \family default
11058  keystrokes after inserting the protected space
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 0
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 1
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 2
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 3
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 4
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 5
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 <row>
11119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 Result
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 \begin_inset Formula $A\, B$
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 \begin_inset Formula $A\: B$
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 \begin_inset Formula $A\; B$
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 \begin_inset Formula $A\quad B$
11169 \end_inset
11170
11171
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 \begin_inset Formula $A\qquad B$
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 \begin_inset Formula $A\! B$
11193 \end_inset
11194
11195
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 </lyxtabular>
11202
11203 \end_inset
11204
11205
11206 \end_layout
11207
11208 \begin_layout Standard
11209 The last size seem to produce no space.
11210  It is displayed red in LyX contrary to the other sizes, because it is a
11211  negative space.
11212  There are two more negative spaces:
11213 \end_layout
11214
11215 \begin_layout Standard
11216 \align center
11217 \begin_inset Tabular
11218 <lyxtabular version="3" rows="3" columns="3">
11219 <features>
11220 <column alignment="center" valignment="middle" width="6.8cm">
11221 <column alignment="center" valignment="top" width="0pt">
11222 <column alignment="center" valignment="top" width="0pt">
11223 <row>
11224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 Command
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237
11238 \backslash
11239 negmedspace
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248
11249 \backslash
11250 negthickspace
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 Number of 
11262 \family sans
11263 Space
11264 \family default
11265  keystrokes after inserting the protected space
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 6
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 7
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 <row>
11290 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 Result
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 \begin_inset Formula $A\negmedspace B$
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315 \begin_inset Formula $A\negthickspace B$
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 </row>
11324 </lyxtabular>
11325
11326 \end_inset
11327
11328
11329 \end_layout
11330
11331 \begin_layout Standard
11332 Negative spaces can lead to characters overlapping each other.
11333  Thus they can be used to enforce ligatures, what is e.g.
11334 \begin_inset space \space{}
11335 \end_inset
11336
11337 useful for summation operators: 
11338 \end_layout
11339
11340 \begin_layout Standard
11341 \align center
11342 \begin_inset Tabular
11343 <lyxtabular version="3" rows="3" columns="2">
11344 <features>
11345 <column alignment="center" valignment="top" width="0">
11346 <column alignment="center" valignment="top" width="0">
11347 <row>
11348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 Command
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 Result
11362 \begin_inset Note Note
11363 status collapsed
11364
11365 \begin_layout Plain Layout
11366
11367 \series bold
11368
11369 \backslash
11370 raisebox
11371 \series default
11372  is only used as spacer.
11373 \end_layout
11374
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 </row>
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \backslash
11390 sum
11391 \backslash
11392 sum
11393 \begin_inset ERT
11394 status collapsed
11395
11396 \begin_layout Plain Layout
11397
11398
11399 \backslash
11400 spce 
11401 \end_layout
11402
11403 \end_inset
11404
11405 f_kl
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11415 \end_inset
11416
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \backslash
11430 sum
11431 \backslash
11432 negmedspace
11433 \backslash
11434 sum
11435 \begin_inset ERT
11436 status collapsed
11437
11438 \begin_layout Plain Layout
11439
11440
11441 \backslash
11442 spce 
11443 \end_layout
11444
11445 \end_inset
11446
11447 f_kl
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11457 \end_inset
11458
11459
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 </lyxtabular>
11466
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \begin_layout Standard
11473 Relations like for example equal signs, are always surrounded by space.
11474  To suppress this, the equal sign is placed into a TeX-brace.
11475  The following example demonstrates this:
11476 \end_layout
11477
11478 \begin_layout Standard
11479 \align center
11480 \begin_inset Tabular
11481 <lyxtabular version="3" rows="2" columns="2">
11482 <features>
11483 <column alignment="center" valignment="top" width="0pt">
11484 <column alignment="center" valignment="top" width="0pt">
11485 <row>
11486 <cell alignment="center" valignment="top" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 normal equation
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 \begin_inset Formula $A=B$
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 <row>
11509 <cell alignment="center" valignment="top" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 \begin_inset Note Note
11514 status collapsed
11515
11516 \begin_layout Plain Layout
11517
11518 \series bold
11519
11520 \backslash
11521 raisebox
11522 \series default
11523  is only used as spacer.
11524 \end_layout
11525
11526 \end_inset
11527
11528
11529 \begin_inset Formula $\raisebox{5mm}{}$
11530 \end_inset
11531
11532 equation without space
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 \begin_inset Formula $A{=}B$
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 </lyxtabular>
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \begin_layout Standard
11558 \noindent
11559 The command for the last formula is: 
11560 \series bold
11561 A
11562 \backslash
11563 {=
11564 \begin_inset Formula $\to$
11565 \end_inset
11566
11567 B
11568 \end_layout
11569
11570 \begin_layout Standard
11571 \begin_inset VSpace bigskip
11572 \end_inset
11573
11574 Spaces are needed for physical units, because the space between the value
11575  and the unit is the smallest one and not a normal space.
11576  For units in text, the smallest space is inserted via the menu 
11577 \family sans
11578 Insert\SpecialChar \menuseparator
11579 Formatting\SpecialChar \menuseparator
11580 Thin
11581 \begin_inset space ~
11582 \end_inset
11583
11584 Space
11585 \family default
11586  (shortcut 
11587 \begin_inset Info
11588 type  "shortcut"
11589 arg   "space-insert thin"
11590 \end_inset
11591
11592 ).
11593 \end_layout
11594
11595 \begin_layout Standard
11596 An example to visualize the difference:
11597 \end_layout
11598
11599 \begin_layout Standard
11600 \begin_inset Tabular
11601 <lyxtabular version="3" rows="2" columns="2">
11602 <features>
11603 <column alignment="left" valignment="top" width="0">
11604 <column alignment="left" valignment="top" width="0">
11605 <row>
11606 <cell alignment="center" valignment="top" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 24 kW
11611 \begin_inset Formula $\cdot$
11612 \end_inset
11613
11614 h
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 space between value and unit
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 </row>
11629 <row>
11630 <cell alignment="center" valignment="top" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Plain Layout
11634 24
11635 \begin_inset space \thinspace{}
11636 \end_inset
11637
11638 kW
11639 \begin_inset Formula $\cdot$
11640 \end_inset
11641
11642 h
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 smallest space between value and unit
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 </row>
11657 </lyxtabular>
11658
11659 \end_inset
11660
11661
11662 \end_layout
11663
11664 \begin_layout Subsection
11665 Variable Space
11666 \begin_inset ERT
11667 status collapsed
11668
11669 \begin_layout Plain Layout
11670
11671
11672 \backslash
11673 texorpdfstring{
11674 \end_layout
11675
11676 \end_inset
11677
11678
11679 \begin_inset Foot
11680 status collapsed
11681
11682 \begin_layout Plain Layout
11683 for vertical space in formulas see 
11684 \begin_inset CommandInset ref
11685 LatexCommand ref
11686 reference "sub:Line-Separation"
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \begin_inset ERT
11697 status collapsed
11698
11699 \begin_layout Plain Layout
11700
11701 }{}
11702 \end_layout
11703
11704 \end_inset
11705
11706
11707 \begin_inset Note Note
11708 status collapsed
11709
11710 \begin_layout Plain Layout
11711
11712 \backslash
11713 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11714 \end_layout
11715
11716 \begin_layout Plain Layout
11717 More about 
11718 \backslash
11719 texorpdfstring is in section 
11720 \begin_inset CommandInset ref
11721 LatexCommand ref
11722 reference "sub:Formulas-in-Section"
11723
11724 \end_inset
11725
11726 .
11727 \end_layout
11728
11729 \end_inset
11730
11731
11732 \begin_inset CommandInset label
11733 LatexCommand label
11734 name "sub:Variable-Space"
11735
11736 \end_inset
11737
11738
11739 \begin_inset Index
11740 status collapsed
11741
11742 \begin_layout Plain Layout
11743 Space ! horizontal ! variable
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \begin_layout Standard
11752 Space with a defined length can be inserted in LyX with the command
11753 \begin_inset Newline newline
11754 \end_inset
11755
11756
11757 \series bold
11758
11759 \backslash
11760 hspace{length}
11761 \series default
11762
11763 \begin_inset Index
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767 Commands ! H ! 
11768 \backslash
11769 hspace
11770 \end_layout
11771
11772 \end_inset
11773
11774 .
11775  For the length all units listed in 
11776 \begin_inset CommandInset ref
11777 LatexCommand ref
11778 reference "tab:Available-units"
11779
11780 \end_inset
11781
11782  are allowed, except of the unit 
11783 \begin_inset Quotes eld
11784 \end_inset
11785
11786 mu
11787 \begin_inset Quotes erd
11788 \end_inset
11789
11790 .
11791  The length may also be negative.
11792  To insert so many space that the formula uses all available space, the
11793  command 
11794 \series bold
11795
11796 \backslash
11797 hfill
11798 \series default
11799
11800 \begin_inset Index
11801 status collapsed
11802
11803 \begin_layout Plain Layout
11804 Commands ! H ! 
11805 \backslash
11806 hfill
11807 \end_layout
11808
11809 \end_inset
11810
11811  is used.
11812 \end_layout
11813
11814 \begin_layout Standard
11815 \begin_inset VSpace -1mm
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Standard
11822 \align center
11823 \begin_inset Tabular
11824 <lyxtabular version="3" rows="4" columns="2">
11825 <features>
11826 <column alignment="center" valignment="top" width="0">
11827 <column alignment="center" valignment="top" width="0">
11828 <row>
11829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 Command
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11839 \begin_inset Text
11840
11841 \begin_layout Plain Layout
11842 Result
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 </row>
11848 <row>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 A=B
11854 \backslash
11855 hspace{3cm
11856 \begin_inset Formula $\to$
11857 \end_inset
11858
11859 A
11860 \backslash
11861 not=C
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 </row>
11879 <row>
11880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 A
11885 \backslash
11886 hspace{-1mm
11887 \begin_inset Formula $\to$
11888 \end_inset
11889
11890 A
11891 \backslash
11892 not=A
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 </row>
11910 <row>
11911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 A=A
11916 \backslash
11917 hfill
11918 \begin_inset ERT
11919 status collapsed
11920
11921 \begin_layout Plain Layout
11922
11923
11924 \backslash
11925 spce 
11926 \end_layout
11927
11928 \end_inset
11929
11930 B=B
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 \begin_inset Formula $A=A\hfill B=B$
11940 \end_inset
11941
11942
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 </row>
11948 </lyxtabular>
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \begin_layout Standard
11956 In the last example the available space is given by the longest column entry
11957  of the table.
11958  In an inline formula the space depends on the length of the line in which
11959  
11960 \series bold
11961
11962 \backslash
11963 hfill
11964 \series default
11965  is inserted.
11966  Thus, when the line uses the full width, no space will be created.
11967  
11968 \series bold
11969
11970 \backslash
11971 hfill
11972 \series default
11973  only has an effect on displayed formulas when the formula style 
11974 \series bold
11975 Indented
11976 \series default
11977  is used.
11978  (Formula styles are explained in 
11979 \begin_inset CommandInset ref
11980 LatexCommand ref
11981 reference "sec:Formula-Styles"
11982
11983 \end_inset
11984
11985 .)
11986 \end_layout
11987
11988 \begin_layout Standard
11989 Besides 
11990 \series bold
11991
11992 \backslash
11993 hfill
11994 \series default
11995 , there are the commands 
11996 \series bold
11997
11998 \backslash
11999 dotfill
12000 \series default
12001  and 
12002 \series bold
12003
12004 \backslash
12005 hrulefill
12006 \series default
12007  that fill the space with a pattern, see 
12008 \begin_inset CommandInset ref
12009 LatexCommand ref
12010 reference "sub:Ellipses"
12011
12012 \end_inset
12013
12014  for an example.
12015 \end_layout
12016
12017 \begin_layout Standard
12018 For text, variable space can be inserted via the menu 
12019 \family sans
12020 Insert\SpecialChar \menuseparator
12021 Formatting\SpecialChar \menuseparator
12022 Horizontal
12023 \begin_inset space ~
12024 \end_inset
12025
12026 Space
12027 \family default
12028 , what is not possible in formulas:
12029 \end_layout
12030
12031 \begin_layout Standard
12032 This is a line with
12033 \begin_inset space \hspace{}
12034 \length 2cm
12035 \end_inset
12036
12037 2
12038 \begin_inset space \thinspace{}
12039 \end_inset
12040
12041 cm space.
12042 \end_layout
12043
12044 \begin_layout Standard
12045 This is a line with
12046 \begin_inset space \hfill{}
12047 \end_inset
12048
12049 maximum space.
12050 \end_layout
12051
12052 \begin_layout Subsection
12053 Space besides inline Formulas
12054 \begin_inset Index
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058 Space ! besides inline formulas
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \begin_layout Standard
12067 The space that surrounds inline formulas can be adjusted with the length
12068  
12069 \series bold
12070
12071 \backslash
12072 mathsurround
12073 \begin_inset Index
12074 status collapsed
12075
12076 \begin_layout Plain Layout
12077 Commands ! M ! 
12078 \backslash
12079 mathsurround
12080 \end_layout
12081
12082 \end_inset
12083
12084
12085 \series default
12086 .
12087  The value of a length is set with the command 
12088 \series bold
12089
12090 \backslash
12091 setlength
12092 \begin_inset Index
12093 status collapsed
12094
12095 \begin_layout Plain Layout
12096 Commands ! S ! 
12097 \backslash
12098 setlength
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \series default
12105  that has the following scheme:
12106 \end_layout
12107
12108 \begin_layout Standard
12109
12110 \series bold
12111
12112 \backslash
12113 setlength{length name}{value}
12114 \end_layout
12115
12116 \begin_layout Standard
12117 To set 
12118 \series bold
12119
12120 \backslash
12121 mathsurround
12122 \series default
12123  to the value 5
12124 \begin_inset space \thinspace{}
12125 \end_inset
12126
12127 mm, the command
12128 \end_layout
12129
12130 \begin_layout Standard
12131
12132 \series bold
12133
12134 \backslash
12135 setlength{
12136 \backslash
12137 mathsurround}{5mm}
12138 \end_layout
12139
12140 \begin_layout Standard
12141 is inserted in TeX-mode.
12142  5
12143 \begin_inset space \thinspace{}
12144 \end_inset
12145
12146 mm space will now be set around all inline formulas:
12147 \begin_inset ERT
12148 status collapsed
12149
12150 \begin_layout Plain Layout
12151
12152
12153 \backslash
12154 setlength{
12155 \backslash
12156 mathsurround}{5mm}
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \begin_layout Standard
12165 This is a line with an inline formula 
12166 \begin_inset Formula $A=B$
12167 \end_inset
12168
12169  with 5
12170 \begin_inset space \thinspace{}
12171 \end_inset
12172
12173 mm surrounding space.
12174 \begin_inset ERT
12175 status collapsed
12176
12177 \begin_layout Plain Layout
12178
12179
12180 \backslash
12181 setlength{
12182 \backslash
12183 mathsurround}{0pt}
12184 \end_layout
12185
12186 \end_inset
12187
12188
12189 \end_layout
12190
12191 \begin_layout Standard
12192 To return to the predefined value, 
12193 \series bold
12194
12195 \backslash
12196 mathsurround
12197 \series default
12198  is set to the value 0
12199 \begin_inset space \thinspace{}
12200 \end_inset
12201
12202 pt.
12203 \end_layout
12204
12205 \begin_layout Section
12206 Boxes and Frames
12207 \begin_inset Index
12208 status collapsed
12209
12210 \begin_layout Plain Layout
12211 Boxes
12212 \end_layout
12213
12214 \end_inset
12215
12216
12217 \begin_inset Index
12218 status collapsed
12219
12220 \begin_layout Plain Layout
12221 Frames | see
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227 {
12228 \end_layout
12229
12230 \end_inset
12231
12232 Boxes
12233 \begin_inset ERT
12234 status collapsed
12235
12236 \begin_layout Plain Layout
12237
12238 }
12239 \end_layout
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \begin_layout Standard
12252 Boxes for text are described in chapter 
12253 \family typewriter
12254 Boxes
12255 \family default
12256  in the 
12257 \family typewriter
12258 Embedded
12259 \begin_inset space ~
12260 \end_inset
12261
12262 Objects
12263 \family default
12264  manual.
12265 \end_layout
12266
12267 \begin_layout Subsection
12268 Boxes with Frame
12269 \begin_inset CommandInset label
12270 LatexCommand label
12271 name "sub:Boxes-with-Frame"
12272
12273 \end_inset
12274
12275
12276 \begin_inset Index
12277 status collapsed
12278
12279 \begin_layout Plain Layout
12280 Boxes ! with frame
12281 \end_layout
12282
12283 \end_inset
12284
12285
12286 \end_layout
12287
12288 \begin_layout Standard
12289 It is possible to frame formulas or parts of it with the commands 
12290 \series bold
12291
12292 \backslash
12293 fbox
12294 \series default
12295
12296 \begin_inset Index
12297 status collapsed
12298
12299 \begin_layout Plain Layout
12300 Commands ! F ! 
12301 \backslash
12302 fbox
12303 \end_layout
12304
12305 \end_inset
12306
12307  and 
12308 \series bold
12309
12310 \backslash
12311 boxed
12312 \series default
12313
12314 \begin_inset Index
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 Commands ! B ! 
12319 \backslash
12320 boxed
12321 \end_layout
12322
12323 \end_inset
12324
12325 .
12326 \end_layout
12327
12328 \begin_layout Standard
12329 When one of these commands is inserted to a formula, a blue box appears
12330  within a frame to enter formula parts.
12331  For 
12332 \series bold
12333
12334 \backslash
12335 fbox
12336 \series default
12337  an additional formula has to be created by 
12338 \family sans
12339 Ctrl+M
12340 \family default
12341  within this box
12342 \begin_inset Foot
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346 Due to a bug in LyX it is not possible to create a new formula with 
12347 \family sans
12348 Ctrl+M
12349 \family default
12350 , see 
12351 \begin_inset CommandInset href
12352 LatexCommand href
12353 name "LyX-bug #1435"
12354 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12355
12356 \end_inset
12357
12358 .
12359 \end_layout
12360
12361 \end_inset
12362
12363 , because the box content will otherwise be treated as mathematical text.
12364  When 
12365 \series bold
12366
12367 \backslash
12368 boxed
12369 \series default
12370  is used, a new formula is automatically created inside the frame.
12371 \end_layout
12372
12373 \begin_layout Standard
12374 The command 
12375 \series bold
12376
12377 \backslash
12378 fbox
12379 \series default
12380  is not suitable to frame displayed formulas, because the formula will always
12381  be set in the size of the text.
12382  
12383 \series bold
12384
12385 \backslash
12386 boxed
12387 \series default
12388  is in contrary not suitable to frame inline formulas, because the formula
12389  will always be set in the size of a displayed formula.
12390 \end_layout
12391
12392 \begin_layout Standard
12393 As extension to 
12394 \series bold
12395
12396 \backslash
12397 fbox
12398 \series default
12399  there is the command 
12400 \series bold
12401
12402 \backslash
12403 framebox
12404 \series default
12405
12406 \begin_inset Index
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 Commands ! F ! 
12411 \backslash
12412 framebox
12413 \end_layout
12414
12415 \end_inset
12416
12417  where additionally the frame width and the alignment can be specified.
12418  
12419 \series bold
12420
12421 \backslash
12422 framebox
12423 \series default
12424  is used in the following scheme:
12425 \end_layout
12426
12427 \begin_layout Standard
12428
12429 \series bold
12430
12431 \backslash
12432 framebox[frame width][position]{box content}
12433 \end_layout
12434
12435 \begin_layout Standard
12436 The position can either be 
12437 \emph on
12438 l
12439 \emph default
12440  or 
12441 \emph on
12442 r
12443 \emph default
12444 .
12445  
12446 \emph on
12447 l
12448 \emph default
12449  left aligns, 
12450 \emph on
12451 r
12452 \emph default
12453  right aligns the formula in the box.
12454  When no position is given, the formula will be centered.
12455 \begin_inset Newline newline
12456 \end_inset
12457
12458 Is no width given, also no position can be given.
12459  In this case the frame width is adjusted to the box content like for 
12460 \series bold
12461
12462 \backslash
12463 fbox
12464 \series default
12465 .
12466 \end_layout
12467
12468 \begin_layout Standard
12469 When the command 
12470 \series bold
12471
12472 \backslash
12473 framebox
12474 \series default
12475  is inserted, a box appears containing three blue boxes.
12476  The first two boxes are surrounded by brackets and denote the two optional
12477  arguments.
12478  The third box is for formula parts like for 
12479 \series bold
12480
12481 \backslash
12482 fbox
12483 \series default
12484 .
12485 \end_layout
12486
12487 \begin_layout Standard
12488 \align center
12489 \begin_inset Note Note
12490 status open
12491
12492 \begin_layout Plain Layout
12493 The table has been set into a minipage to make the footnote appearing.
12494  Otherwise the footnote text would not be displayed.
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \begin_inset Box Frameless
12501 position "c"
12502 hor_pos "c"
12503 has_inner_box 1
12504 inner_pos "c"
12505 use_parbox 0
12506 width "100col%"
12507 special "none"
12508 height "1in"
12509 height_special "totalheight"
12510 status open
12511
12512 \begin_layout Plain Layout
12513 \align center
12514 \begin_inset Tabular
12515 <lyxtabular version="3" rows="5" columns="2">
12516 <features>
12517 <column alignment="center" valignment="top" width="0">
12518 <column alignment="center" valignment="top" width="0">
12519 <row>
12520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 Command
12525 \begin_inset Foot
12526 status collapsed
12527
12528 \begin_layout Plain Layout
12529 Due to a bug in LyX it is not possible to create a new formula with 
12530 \family sans
12531 Ctrl+m
12532 \family default
12533 , see 
12534 \begin_inset CommandInset href
12535 LatexCommand href
12536 name "LyX-bug #1435"
12537 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12538
12539 \end_inset
12540
12541 .
12542 \end_layout
12543
12544 \end_inset
12545
12546
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 Result
12556 \begin_inset Note Note
12557 status collapsed
12558
12559 \begin_layout Plain Layout
12560
12561 \series bold
12562
12563 \backslash
12564 raisebox
12565 \series default
12566  is only used as spacer.
12567 \end_layout
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 </row>
12577 <row>
12578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582
12583 \backslash
12584 fbox
12585 \begin_inset ERT
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589
12590
12591 \backslash
12592 spce 
12593 \end_layout
12594
12595 \end_inset
12596
12597
12598 \family sans
12599 Ctrl+M
12600 \family default
12601  
12602 \backslash
12603 int
12604 \begin_inset ERT
12605 status collapsed
12606
12607 \begin_layout Plain Layout
12608
12609
12610 \backslash
12611 spce 
12612 \end_layout
12613
12614 \end_inset
12615
12616 A=B
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12626 \end_inset
12627
12628
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 </row>
12634 <row>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639
12640 \backslash
12641 boxed
12642 \begin_inset ERT
12643 status collapsed
12644
12645 \begin_layout Plain Layout
12646
12647
12648 \backslash
12649 spce 
12650 \end_layout
12651
12652 \end_inset
12653
12654
12655 \backslash
12656 int
12657 \begin_inset ERT
12658 status collapsed
12659
12660 \begin_layout Plain Layout
12661
12662
12663 \backslash
12664 spce 
12665 \end_layout
12666
12667 \end_inset
12668
12669 A=B
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12679 \end_inset
12680
12681
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 </row>
12687 <row>
12688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 A+
12693 \backslash
12694 fbox
12695 \begin_inset ERT
12696 status collapsed
12697
12698 \begin_layout Plain Layout
12699
12700
12701 \backslash
12702 spce 
12703 \end_layout
12704
12705 \end_inset
12706
12707 B
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 </row>
12725 <row>
12726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730
12731 \backslash
12732 framebox
12733 \begin_inset ERT
12734 status collapsed
12735
12736 \begin_layout Plain Layout
12737
12738
12739 \backslash
12740 spce 
12741 \end_layout
12742
12743 \end_inset
12744
12745 20mm
12746 \begin_inset Formula $\to$
12747 \end_inset
12748
12749
12750 \begin_inset Formula $\to$
12751 \end_inset
12752
12753
12754 \family sans
12755 Ctrl+M
12756 \family default
12757  
12758 \backslash
12759 frac
12760 \begin_inset ERT
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764
12765
12766 \backslash
12767 spce 
12768 \end_layout
12769
12770 \end_inset
12771
12772 A
12773 \begin_inset Formula $\downarrow$
12774 \end_inset
12775
12776 B
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 \begin_inset Formula $\raisebox{6mm}{}$
12786 \end_inset
12787
12788
12789 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12790 \end_inset
12791
12792
12793 \begin_inset Formula $\raisebox{-4mm}{}$
12794 \end_inset
12795
12796
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 </row>
12802 </lyxtabular>
12803
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \end_inset
12810
12811
12812 \end_layout
12813
12814 \begin_layout Standard
12815 The frame thickness can also be adjusted.
12816  To do this the following commands have to be inserted in TeX-mode before
12817  the formula
12818 \end_layout
12819
12820 \begin_layout Standard
12821
12822 \series bold
12823
12824 \backslash
12825 fboxrule
12826 \series default
12827  
12828 \series bold
12829
12830 \begin_inset Quotes eld
12831 \end_inset
12832
12833 thickness
12834 \begin_inset Quotes erd
12835 \end_inset
12836
12837
12838 \series default
12839  
12840 \series bold
12841
12842 \backslash
12843 fboxsep
12844 \series default
12845  
12846 \series bold
12847
12848 \begin_inset Quotes eld
12849 \end_inset
12850
12851 distance
12852 \begin_inset Quotes erd
12853 \end_inset
12854
12855
12856 \end_layout
12857
12858 \begin_layout Standard
12859 \begin_inset Quotes eld
12860 \end_inset
12861
12862 distance
12863 \begin_inset Quotes erd
12864 \end_inset
12865
12866  specifies the minimal distance between the frame and the first character
12867  in the box.
12868  An example for this is the following framed formula:
12869 \begin_inset ERT
12870 status collapsed
12871
12872 \begin_layout Plain Layout
12873
12874
12875 \backslash
12876 fboxrule 2mm 
12877 \backslash
12878 fboxsep 3mm
12879 \end_layout
12880
12881 \end_inset
12882
12883
12884 \begin_inset Formula \[
12885 \boxed{A+B=C}\]
12886
12887 \end_inset
12888
12889 Before this formula the commands
12890 \end_layout
12891
12892 \begin_layout Standard
12893
12894 \series bold
12895
12896 \backslash
12897 fboxrule
12898 \series default
12899  
12900 \series bold
12901 2mm
12902 \series default
12903  
12904 \series bold
12905
12906 \backslash
12907 fboxsep
12908 \series default
12909  
12910 \series bold
12911 3mm
12912 \end_layout
12913
12914 \begin_layout Standard
12915 were inserted in TeX-mode.
12916  The given values are used for all following boxes.
12917 \end_layout
12918
12919 \begin_layout Standard
12920 To return to the standard frame size, the command
12921 \end_layout
12922
12923 \begin_layout Standard
12924
12925 \series bold
12926
12927 \backslash
12928 fboxrule
12929 \series default
12930  
12931 \series bold
12932 0.4pt
12933 \series default
12934  
12935 \series bold
12936
12937 \backslash
12938 fboxsep
12939 \series default
12940  
12941 \series bold
12942 3pt
12943 \series default
12944
12945 \begin_inset ERT
12946 status collapsed
12947
12948 \begin_layout Plain Layout
12949
12950
12951 \backslash
12952 fboxrule 0.4pt 
12953 \backslash
12954 fboxsep 3pt
12955 \end_layout
12956
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \begin_layout Standard
12963 is inserted in TeX-mode before the next formula.
12964 \end_layout
12965
12966 \begin_layout Subsection
12967 Boxes without Frame
12968 \begin_inset CommandInset label
12969 LatexCommand label
12970 name "sub:Boxes-without-Frame"
12971
12972 \end_inset
12973
12974
12975 \begin_inset Index
12976 status collapsed
12977
12978 \begin_layout Plain Layout
12979 Boxes ! without frame
12980 \end_layout
12981
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \begin_layout Standard
12988 For boxes without a frame there are the following box commands: 
12989 \series bold
12990
12991 \backslash
12992 mbox
12993 \series default
12994
12995 \begin_inset Index
12996 status collapsed
12997
12998 \begin_layout Plain Layout
12999 Commands ! M ! 
13000 \backslash
13001 mbox
13002 \end_layout
13003
13004 \end_inset
13005
13006
13007 \series bold
13008
13009 \backslash
13010 makebox
13011 \series default
13012
13013 \begin_inset Index
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017 Commands ! M ! 
13018 \backslash
13019 makebox
13020 \end_layout
13021
13022 \end_inset
13023
13024 , and 
13025 \series bold
13026
13027 \backslash
13028 raisebox
13029 \series default
13030
13031 \begin_inset Index
13032 status collapsed
13033
13034 \begin_layout Plain Layout
13035 Commands ! R ! 
13036 \backslash
13037 raisebox
13038 \end_layout
13039
13040 \end_inset
13041
13042
13043 \end_layout
13044
13045 \begin_layout Standard
13046 With 
13047 \series bold
13048
13049 \backslash
13050 raisebox
13051 \series default
13052  a box can be super- or subscripted.
13053  But in contrary to normal super- and subscripting, the characters in the
13054  box keep their font size.
13055  
13056 \series bold
13057
13058 \backslash
13059 raisebox
13060 \series default
13061  is used in the following scheme:
13062 \end_layout
13063
13064 \begin_layout Standard
13065
13066 \series bold
13067
13068 \backslash
13069 raisebox{height}{box content}
13070 \end_layout
13071
13072 \begin_layout Standard
13073 When the box should contain a formula, an extra formula is needed like for
13074  
13075 \series bold
13076
13077 \backslash
13078 fbox
13079 \series default
13080 .
13081 \end_layout
13082
13083 \begin_layout Standard
13084 \align center
13085 \begin_inset Tabular
13086 <lyxtabular version="3" rows="4" columns="2">
13087 <features>
13088 <column alignment="center" valignment="top" width="0">
13089 <column alignment="center" valignment="top" width="0">
13090 <row>
13091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 Command
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 Result
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 </row>
13110 <row>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 H
13116 \backslash
13117 raisebox{2mm
13118 \begin_inset Formula $\to$
13119 \end_inset
13120
13121
13122 \backslash
13123 {al
13124 \begin_inset Formula $\to$
13125 \end_inset
13126
13127  lo
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 </row>
13145 <row>
13146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 H
13151 \backslash
13152 raisebox{-2mm
13153 \begin_inset Formula $\to$
13154 \end_inset
13155
13156
13157 \backslash
13158 {al
13159 \begin_inset Formula $\to$
13160 \end_inset
13161
13162 lo
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 </row>
13180 <row>
13181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 A=
13186 \backslash
13187 raisebox{-2mm
13188 \begin_inset Formula $\to$
13189 \end_inset
13190
13191
13192 \backslash
13193 {
13194 \family sans
13195 Ctrl+M
13196 \family default
13197  
13198 \backslash
13199 sqrt
13200 \begin_inset ERT
13201 status collapsed
13202
13203 \begin_layout Plain Layout
13204
13205
13206 \backslash
13207 spce 
13208 \end_layout
13209
13210 \end_inset
13211
13212
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 \begin_inset ERT
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225
13226 $A=
13227 \backslash
13228 raisebox{-2mm}{$
13229 \backslash
13230 sqrt{B}$}$
13231 \end_layout
13232
13233 \end_inset
13234
13235
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 </lyxtabular>
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \begin_layout Standard
13249 The last formula can currently only be created using TeX-mode because LyX
13250  inserts a box instead of the needed extra formula.
13251 \begin_inset Foot
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255 see 
13256 \begin_inset CommandInset href
13257 LatexCommand href
13258 name "LyX-bug #1435"
13259 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13260
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \begin_layout Standard
13272 The command 
13273 \series bold
13274
13275 \backslash
13276 mbox
13277 \series default
13278  is equivalent to 
13279 \series bold
13280
13281 \backslash
13282 fbox
13283 \series default
13284  and 
13285 \series bold
13286
13287 \backslash
13288 makebox
13289 \series default
13290  is equivalent to 
13291 \series bold
13292
13293 \backslash
13294 framebox
13295 \series default
13296 , with the difference that there is no frame.
13297 \end_layout
13298
13299 \begin_layout Subsection
13300 Colored Boxes
13301 \begin_inset CommandInset label
13302 LatexCommand label
13303 name "sub:Colored-Boxes"
13304
13305 \end_inset
13306
13307
13308 \begin_inset Index
13309 status collapsed
13310
13311 \begin_layout Plain Layout
13312 Boxes ! colored
13313 \end_layout
13314
13315 \end_inset
13316
13317
13318 \end_layout
13319
13320 \begin_layout Standard
13321 To be able to use all commands explained in this section, the LaTeX-package
13322  
13323 \series bold
13324 color
13325 \series default
13326
13327 \begin_inset Foot
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331 The LaTeX-package 
13332 \series bold
13333 color
13334 \series default
13335  is part of every LaTeX standard installation.
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \begin_inset Index
13342 status collapsed
13343
13344 \begin_layout Plain Layout
13345 Packages ! color
13346 \end_layout
13347
13348 \end_inset
13349
13350  has to be loaded in the LaTeX-preamble with the line
13351 \begin_inset Foot
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355 When text is colored somewhere in the document with a predefined color,
13356  LyX loads the LaTeX-package 
13357 \series bold
13358 color
13359 \series default
13360  automatically.
13361  Thus it is possible that the package is loaded twice, but this doesn't
13362  arise problems.
13363 \end_layout
13364
13365 \end_inset
13366
13367
13368 \begin_inset Note Note
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13373 amble.
13374 \end_layout
13375
13376 \end_inset
13377
13378
13379 \end_layout
13380
13381 \begin_layout Standard
13382
13383 \series bold
13384
13385 \backslash
13386 usepackage{color}
13387 \end_layout
13388
13389 \begin_layout Standard
13390 \begin_inset VSpace medskip
13391 \end_inset
13392
13393 To color boxes, the command 
13394 \series bold
13395
13396 \backslash
13397 colorbox
13398 \series default
13399
13400 \begin_inset Index
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404 Commands ! C ! 
13405 \backslash
13406 colorbox
13407 \end_layout
13408
13409 \end_inset
13410
13411  is used in the following scheme:
13412 \end_layout
13413
13414 \begin_layout Standard
13415
13416 \series bold
13417
13418 \backslash
13419 colorbox{color}{box content}
13420 \end_layout
13421
13422 \begin_layout Standard
13423 The box content can also be a box and a 
13424 \series bold
13425
13426 \backslash
13427 colorbox
13428 \series default
13429  can also be part of another box (see the 2nd and 3rd example).
13430  When the box should contain a formula, an extra formula has to be created,
13431  the same as for 
13432 \series bold
13433
13434 \backslash
13435 fbox
13436 \series default
13437 .
13438 \begin_inset Foot
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442 This also applies for the command 
13443 \series bold
13444
13445 \backslash
13446 fcolorbox
13447 \series default
13448 .
13449  Thereby note 
13450 \begin_inset CommandInset href
13451 LatexCommand href
13452 name "LyX-bug #1435"
13453 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13454
13455 \end_inset
13456
13457 .
13458 \end_layout
13459
13460 \end_inset
13461
13462
13463 \end_layout
13464
13465 \begin_layout Standard
13466 One of the following predefined colors can be chosen:
13467 \end_layout
13468
13469 \begin_layout Standard
13470
13471 \series bold
13472 black
13473 \series default
13474
13475 \series bold
13476 blue
13477 \series default
13478
13479 \series bold
13480 cyan
13481 \series default
13482
13483 \series bold
13484 green
13485 \series default
13486
13487 \series bold
13488 magenta
13489 \series default
13490
13491 \series bold
13492 red
13493 \series default
13494
13495 \series bold
13496 white
13497 \series default
13498 , and 
13499 \series bold
13500 yellow
13501 \end_layout
13502
13503 \begin_layout Standard
13504 \align center
13505 \begin_inset Tabular
13506 <lyxtabular version="3" rows="4" columns="2">
13507 <features>
13508 <column alignment="center" valignment="top" width="0">
13509 <column alignment="center" valignment="top" width="0">
13510 <row>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Command
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 Result
13525 \begin_inset Note Note
13526 status collapsed
13527
13528 \begin_layout Plain Layout
13529
13530 \series bold
13531
13532 \backslash
13533 raisebox
13534 \series default
13535  is only used as spacer.
13536 \end_layout
13537
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 </row>
13546 <row>
13547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551
13552 \backslash
13553 colorbox{yellow
13554 \begin_inset Formula $\to$
13555 \end_inset
13556
13557
13558 \backslash
13559 {A=B
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13569 \end_inset
13570
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 </row>
13577 <row>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582
13583 \backslash
13584 colorbox{green
13585 \begin_inset Formula $\to$
13586 \end_inset
13587
13588
13589 \backslash
13590 {
13591 \backslash
13592 fbox
13593 \begin_inset ERT
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597
13598
13599 \backslash
13600 spce 
13601 \end_layout
13602
13603 \end_inset
13604
13605 A=B
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 </row>
13623 <row>
13624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628
13629 \backslash
13630 fbox
13631 \begin_inset ERT
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635
13636
13637 \backslash
13638 spce 
13639 \end_layout
13640
13641 \end_inset
13642
13643
13644 \backslash
13645 colorbox{green
13646 \begin_inset Formula $\to$
13647 \end_inset
13648
13649
13650 \backslash
13651 {A=B
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13661 \end_inset
13662
13663
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 </row>
13669 </lyxtabular>
13670
13671 \end_inset
13672
13673
13674 \end_layout
13675
13676 \begin_layout Standard
13677
13678 \series bold
13679
13680 \backslash
13681 colorbox
13682 \series default
13683  only colors the box but not the characters in the box.
13684  To color all characters, the whole formula is highlighted and the wanted
13685  color is chosen in the 
13686 \family sans
13687 Text
13688 \begin_inset space ~
13689 \end_inset
13690
13691 Style
13692 \family default
13693  dialog.
13694  The dialog can be called with the toolbar button 
13695 \begin_inset Graphics
13696         filename ../images/dialog-show_character.png
13697         scale 85
13698
13699 \end_inset
13700
13701  or the menu 
13702 \family sans
13703 Edit\SpecialChar \menuseparator
13704 Text
13705 \begin_inset space ~
13706 \end_inset
13707
13708 Style\SpecialChar \menuseparator
13709 Customized
13710 \family default
13711 .
13712  The formula number has then the same color as the formula.
13713  When the formula number should get another color than the formula characters,
13714  the color must be changed within the formula.
13715 \end_layout
13716
13717 \begin_layout Standard
13718 An example:
13719 \end_layout
13720
13721 \begin_layout Standard
13722
13723 \color red
13724 \begin_inset Formula \begin{equation}
13725 \int A=B\label{eq:red}\end{equation}
13726
13727 \end_inset
13728
13729
13730 \color green
13731
13732 \begin_inset Formula \begin{equation}
13733 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13734
13735 \end_inset
13736
13737
13738 \end_layout
13739
13740 \begin_layout Standard
13741 Formula 
13742 \begin_inset CommandInset ref
13743 LatexCommand eqref
13744 reference "eq:red"
13745
13746 \end_inset
13747
13748  is completely colored red.
13749 \begin_inset Newline newline
13750 \end_inset
13751
13752 Formula 
13753 \begin_inset CommandInset ref
13754 LatexCommand eqref
13755 reference "eq:redgreen"
13756
13757 \end_inset
13758
13759  was first completely colored green to set the color for the formula number.
13760  Subsequently the formula characters were colored red.
13761 \end_layout
13762
13763 \begin_layout Standard
13764 \begin_inset VSpace bigskip
13765 \end_inset
13766
13767 To color the frame different than the rest of the box, the command 
13768 \series bold
13769
13770 \backslash
13771 fcolorbox
13772 \series default
13773
13774 \begin_inset Index
13775 status collapsed
13776
13777 \begin_layout Plain Layout
13778 Commands ! F ! 
13779 \backslash
13780 fcolorbox
13781 \end_layout
13782
13783 \end_inset
13784
13785  is used in the following scheme:
13786 \end_layout
13787
13788 \begin_layout Standard
13789
13790 \series bold
13791
13792 \backslash
13793 fcolorbox{frame color}{color}{box content}
13794 \end_layout
13795
13796 \begin_layout Standard
13797 So 
13798 \series bold
13799
13800 \backslash
13801 fcolorbox
13802 \series default
13803  is an extension of the command 
13804 \series bold
13805
13806 \backslash
13807 colorbox
13808 \series default
13809 .
13810  The frame width is set, like for 
13811 \series bold
13812
13813 \backslash
13814 framebox
13815 \series default
13816 , with 
13817 \series bold
13818
13819 \backslash
13820 fboxrule
13821 \series default
13822  and 
13823 \series bold
13824
13825 \backslash
13826 fboxsep
13827 \series default
13828 .
13829  An example:
13830 \begin_inset ERT
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834
13835
13836 \backslash
13837 fboxrule 1mm 
13838 \backslash
13839 fboxsep 1mm
13840 \end_layout
13841
13842 \end_inset
13843
13844
13845 \begin_inset Formula \[
13846 \fcolorbox{cyan}{magenta}{A=B}\]
13847
13848 \end_inset
13849
13850
13851 \begin_inset ERT
13852 status collapsed
13853
13854 \begin_layout Plain Layout
13855
13856
13857 \backslash
13858 fboxrule 0.4pt 
13859 \backslash
13860 fboxsep 3pt
13861 \end_layout
13862
13863 \end_inset
13864
13865
13866 \end_layout
13867
13868 \begin_layout Standard
13869 This formula was created with the command
13870 \begin_inset Newline newline
13871 \end_inset
13872
13873
13874 \series bold
13875
13876 \backslash
13877 fcolorbox{cyan
13878 \begin_inset Formula $\to$
13879 \end_inset
13880
13881
13882 \backslash
13883 {magenta
13884 \begin_inset Formula $\to$
13885 \end_inset
13886
13887
13888 \backslash
13889 {A=B
13890 \series default
13891 .
13892 \end_layout
13893
13894 \begin_layout Standard
13895 \begin_inset VSpace bigskip
13896 \end_inset
13897
13898 To use other colors than the predefined ones, they have to be defined first.
13899 \end_layout
13900
13901 \begin_layout Standard
13902 One can for example define the color 
13903 \begin_inset Quotes eld
13904 \end_inset
13905
13906
13907 \series bold
13908 darkgreen
13909 \series default
13910
13911 \begin_inset Quotes erd
13912 \end_inset
13913
13914  with the LaTeX-preamble line:
13915 \end_layout
13916
13917 \begin_layout Standard
13918
13919 \series bold
13920
13921 \backslash
13922 definecolor{darkgreen}{cmyk}{0.5,
13923 \series default
13924  
13925 \series bold
13926 0,
13927 \series default
13928  
13929 \series bold
13930 1,
13931 \series default
13932  
13933 \series bold
13934 0.5}
13935 \series default
13936
13937 \begin_inset Index
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941 Commands ! D ! 
13942 \backslash
13943 definecolor
13944 \end_layout
13945
13946 \end_inset
13947
13948
13949 \end_layout
13950
13951 \begin_layout Standard
13952
13953 \series bold
13954 cmyk
13955 \series default
13956  is the color space that denotes the colors 
13957 \series bold
13958 cyan
13959 \series default
13960
13961 \series bold
13962 magenta
13963 \series default
13964
13965 \series bold
13966 yellow
13967 \series default
13968 , and 
13969 \series bold
13970 black
13971 \series default
13972 .
13973  The four comma separated numbers are the portion factor for the corresponding
13974  colors of the color space.
13975  The factors can be in the range of 0
13976 \begin_inset space \thinspace{}
13977 \end_inset
13978
13979 -
13980 \begin_inset space \thinspace{}
13981 \end_inset
13982
13983 1.
13984  Instead of 
13985 \series bold
13986 cmyk
13987 \series default
13988  also the color space 
13989 \series bold
13990 rgb
13991 \series default
13992  can be used for definitions.
13993  
13994 \series bold
13995 rgb
13996 \series default
13997  denotes 
13998 \series bold
13999 red
14000 \series default
14001
14002 \series bold
14003 green
14004 \series default
14005 , and 
14006 \series bold
14007 blue
14008 \series default
14009 , so that there are in this case three portion factors for the corresponding
14010  colors.
14011  Furthermore there is the color space 
14012 \series bold
14013 gray
14014 \series default
14015  with one portion factor for the gray value.
14016 \end_layout
14017
14018 \begin_layout Standard
14019 As example a framed box with the new defined color 
14020 \series bold
14021 darkgreen
14022 \series default
14023  where the characters have been colored 
14024 \series bold
14025 yellow
14026 \series default
14027 :
14028 \begin_inset Formula \begin{equation}
14029 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14030
14031 \end_inset
14032
14033
14034 \end_layout
14035
14036 \begin_layout Standard
14037 Self-defined colors can also be used for text with the help of the command
14038  
14039 \series bold
14040
14041 \backslash
14042 textcolor
14043 \series default
14044 :
14045 \begin_inset Index
14046 status collapsed
14047
14048 \begin_layout Plain Layout
14049 Text ! colored
14050 \end_layout
14051
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \begin_layout Standard
14058 \begin_inset ERT
14059 status collapsed
14060
14061 \begin_layout Plain Layout
14062
14063
14064 \backslash
14065 textcolor{darkgreen}{
14066 \end_layout
14067
14068 \end_inset
14069
14070 This sentence is 
14071 \begin_inset Quotes eld
14072 \end_inset
14073
14074 darkgreen
14075 \begin_inset Quotes erd
14076 \end_inset
14077
14078 .
14079 \begin_inset ERT
14080 status collapsed
14081
14082 \begin_layout Plain Layout
14083
14084 }
14085 \end_layout
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \begin_layout Standard
14093
14094 \series bold
14095
14096 \backslash
14097 textcolor
14098 \series default
14099
14100 \begin_inset Index
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104 Commands ! T ! 
14105 \backslash
14106 textcolor
14107 \end_layout
14108
14109 \end_inset
14110
14111  is used in the scheme 
14112 \series bold
14113
14114 \backslash
14115 textcolor{color}{characters to color}
14116 \series default
14117 .
14118 \end_layout
14119
14120 \begin_layout Subsection
14121 Paragraph Boxes
14122 \begin_inset CommandInset label
14123 LatexCommand label
14124 name "sub:Paragraph-Boxes"
14125
14126 \end_inset
14127
14128
14129 \begin_inset Index
14130 status collapsed
14131
14132 \begin_layout Plain Layout
14133 Boxes ! as paragraph
14134 \end_layout
14135
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \begin_layout Standard
14142 A box that can contain several lines and paragraphs, a so called paragraph
14143  box (parbox), can be created with the menu 
14144 \family sans
14145 Insert\SpecialChar \menuseparator
14146 Box
14147 \family default
14148  or the toolbar button 
14149 \begin_inset Graphics
14150         filename ../images/box-insert.png
14151         scale 85
14152
14153 \end_inset
14154
14155 .
14156 \end_layout
14157
14158 \begin_layout Standard
14159 The following example shows a framed parbox in a line:
14160 \end_layout
14161
14162 \begin_layout Standard
14163 \begin_inset VSpace medskip
14164 \end_inset
14165
14166 This is a line 
14167 \begin_inset Box Boxed
14168 position "c"
14169 hor_pos "c"
14170 has_inner_box 1
14171 inner_pos "t"
14172 use_parbox 1
14173 width "5cm"
14174 special "none"
14175 height "1in"
14176 height_special "totalheight"
14177 status open
14178
14179 \begin_layout Plain Layout
14180 This is a paragraph box.
14181  It is exactly 5
14182 \begin_inset space \thinspace{}
14183 \end_inset
14184
14185 cm long and can also contain formulas: 
14186 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14187 \end_inset
14188
14189
14190 \end_layout
14191
14192 \end_inset
14193
14194  with a parbox.
14195 \end_layout
14196
14197 \begin_layout Standard
14198 \begin_inset VSpace medskip
14199 \end_inset
14200
14201
14202 \end_layout
14203
14204 \begin_layout Standard
14205 Such a box is created by right-clicking on the gray box inset.
14206  A dialog pops up showing the box properties.
14207  In our case set: 
14208 \emph on
14209 Decoration
14210 \emph default
14211 : Recangular box, 
14212 \emph on
14213 Inner Box
14214 \emph default
14215 : Parbox, 
14216 \emph on
14217 Width
14218 \emph default
14219 : 5
14220 \begin_inset space \thinspace{}
14221 \end_inset
14222
14223 cm, 
14224 \emph on
14225 Vertical Box Alignment
14226 \emph default
14227 : Middle
14228 \end_layout
14229
14230 \begin_layout Standard
14231 \begin_inset VSpace medskip
14232 \end_inset
14233
14234 In LaTeX a parbox is created with the command 
14235 \series bold
14236
14237 \backslash
14238 parbox
14239 \series default
14240
14241 \begin_inset Index
14242 status collapsed
14243
14244 \begin_layout Plain Layout
14245 Commands ! P ! 
14246 \backslash
14247 parbox
14248 \end_layout
14249
14250 \end_inset
14251
14252  that has the following scheme:
14253 \end_layout
14254
14255 \begin_layout Standard
14256
14257 \series bold
14258
14259 \backslash
14260 parbox[position]{width}{box content}
14261 \end_layout
14262
14263 \begin_layout Standard
14264 The positions 
14265 \emph on
14266 b
14267 \emph default
14268  and 
14269 \emph on
14270 t
14271 \emph default
14272  are possible.
14273  
14274 \emph on
14275 b
14276 \emph default
14277  for bottom means that the box is aligned within the surrounding text with
14278  its last line.
14279  With 
14280 \emph on
14281 t
14282 \emph default
14283  for top this is done with the first line.
14284  When no position is given, the box will be vertically centered, see section
14285  
14286 \emph on
14287 Boxes
14288 \emph default
14289  of the 
14290 \emph on
14291 Embedded
14292 \begin_inset space ~
14293 \end_inset
14294
14295 Objects
14296 \emph default
14297  manual for examples.
14298 \end_layout
14299
14300 \begin_layout Standard
14301 \begin_inset VSpace bigskip
14302 \end_inset
14303
14304 To frame formulas completely, including the formula number, the formula
14305  must be set into a parbox.
14306  To do this, the command 
14307 \series bold
14308
14309 \backslash
14310 fbox{
14311 \backslash
14312 parbox{
14313 \backslash
14314 linewidth-2
14315 \backslash
14316 fboxsep-2
14317 \backslash
14318 fboxrule}{
14319 \series default
14320  is inserted in TeX-mode before the formula.
14321  
14322 \series bold
14323
14324 \backslash
14325 linewidth
14326 \begin_inset Index
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330 Commands ! L ! 
14331 \backslash
14332 linewidth
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \series default
14339  is hereby the line width set for the document.
14340  Because the frame is outside the parbox, 2
14341 \begin_inset space \thinspace{}
14342 \end_inset
14343
14344 times the frame separation and the frame thickness must be subtracted from
14345  the line width.
14346  As this is not automatically done by LyX due to a bug
14347 \begin_inset Foot
14348 status collapsed
14349
14350 \begin_layout Plain Layout
14351 \begin_inset CommandInset href
14352 LatexCommand href
14353 name "LyX-bug #4483"
14354 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \end_inset
14362
14363 , TeX-mode has to be used.
14364  To be able to multiply and subtract in arguments, the LaTeX-package 
14365 \series bold
14366 calc
14367 \series default
14368
14369 \begin_inset Foot
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373
14374 \series bold
14375 calc
14376 \series default
14377  is part of every LaTeX standard installation.
14378 \end_layout
14379
14380 \end_inset
14381
14382
14383 \begin_inset Index
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387 Packages ! calc
14388 \end_layout
14389
14390 \end_inset
14391
14392  must be loaded in the LaTeX-preamble with the line
14393 \end_layout
14394
14395 \begin_layout Standard
14396
14397 \series bold
14398
14399 \backslash
14400 usepackage{calc}
14401 \end_layout
14402
14403 \begin_layout Standard
14404 Behind the formula both boxes are closed by entering 
14405 \series bold
14406 }}
14407 \series default
14408  in TeX-mode.
14409  Here is an example:
14410 \begin_inset ERT
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414
14415
14416 \backslash
14417 fboxsep 5mm 
14418 \backslash
14419 fboxrule 5mm
14420 \end_layout
14421
14422 \end_inset
14423
14424
14425 \end_layout
14426
14427 \begin_layout Standard
14428 \begin_inset ERT
14429 status collapsed
14430
14431 \begin_layout Plain Layout
14432
14433
14434 \backslash
14435 fbox{
14436 \backslash
14437 parbox{
14438 \backslash
14439 linewidth-2
14440 \backslash
14441 fboxsep-2
14442 \backslash
14443 fboxrule}{
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \begin_inset Formula \begin{equation}
14450 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14451
14452 \end_inset
14453
14454
14455 \begin_inset ERT
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459
14460 }}
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \begin_inset ERT
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470
14471
14472 \backslash
14473 fboxrule 0.4pt 
14474 \backslash
14475 fboxsep 3pt
14476 \end_layout
14477
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \begin_layout Standard
14484 \begin_inset VSpace medskip
14485 \end_inset
14486
14487 As a parbox is used as argument of 
14488 \series bold
14489
14490 \backslash
14491 fbox
14492 \series default
14493 , there is in this case no difference between 
14494 \series bold
14495
14496 \backslash
14497 fbox
14498 \series default
14499  and 
14500 \series bold
14501
14502 \backslash
14503 boxed
14504 \series default
14505 .
14506 \end_layout
14507
14508 \begin_layout Standard
14509 \begin_inset VSpace bigskip
14510 \end_inset
14511
14512 Paragraph boxes are very useful to comment formulas directly.
14513  To do this, 
14514 \series bold
14515
14516 \backslash
14517 parbox
14518 \series default
14519  is used in combination with the command 
14520 \series bold
14521
14522 \backslash
14523 tag
14524 \series default
14525 .
14526  (more about 
14527 \series bold
14528
14529 \backslash
14530 tag
14531 \series default
14532  see 
14533 \begin_inset CommandInset ref
14534 LatexCommand ref
14535 reference "sub:User-defined-Numbering"
14536
14537 \end_inset
14538
14539 )
14540 \end_layout
14541
14542 \begin_layout Standard
14543 An example of a formula commented with 
14544 \series bold
14545
14546 \backslash
14547 parbox
14548 \series default
14549 :
14550 \end_layout
14551
14552 \begin_layout Standard
14553 \begin_inset ERT
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557
14558
14559 \backslash
14560 [5x-7b=3b
14561 \backslash
14562 tag*{
14563 \backslash
14564 parbox{5cm}{
14565 \end_layout
14566
14567 \end_inset
14568
14569 This is a description.
14570  It is distinctly separated from the formula and multiline.
14571 \begin_inset ERT
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575
14576 }}
14577 \backslash
14578 ]
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \begin_layout Standard
14587 Such a formula must be inserted completely in TeX-mode because LyX does
14588  not yet support the command 
14589 \series bold
14590
14591 \backslash
14592 parbox
14593 \series default
14594  in formulas.
14595  The formula is created with the following command sequence:
14596 \end_layout
14597
14598 \begin_layout Standard
14599 The command 
14600 \series bold
14601
14602 \backslash
14603 [5x-7b=3b
14604 \backslash
14605 tag*
14606 \backslash
14607 {
14608 \backslash
14609 parbox{5cm}{
14610 \series default
14611  is inserted in TeX-mode.
14612 \begin_inset Foot
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616 When the formula style 
14617 \series bold
14618 Indented
14619 \series default
14620  is used, 
14621 \series bold
14622
14623 \backslash
14624 tag*
14625 \backslash
14626 {
14627 \series default
14628  can also be replaced by 
14629 \series bold
14630
14631 \backslash
14632 hfill
14633 \series default
14634 .
14635  (formula styles see 
14636 \begin_inset CommandInset ref
14637 LatexCommand ref
14638 reference "sec:Formula-Styles"
14639
14640 \end_inset
14641
14642 )
14643 \end_layout
14644
14645 \end_inset
14646
14647  Then the description follows as normal text, and finally 
14648 \series bold
14649 }}
14650 \backslash
14651 ]
14652 \series default
14653  is inserted in TeX-mode.
14654  The commands 
14655 \series bold
14656
14657 \backslash
14658 [
14659 \series default
14660  and 
14661 \series bold
14662
14663 \backslash
14664 ]
14665 \series default
14666  hereby create a displayed formula.
14667 \end_layout
14668
14669 \begin_layout Standard
14670 The advantages of 
14671 \series bold
14672
14673 \backslash
14674 parbox
14675 \series default
14676  can be seen in this example that was 
14677 \begin_inset Quotes eld
14678 \end_inset
14679
14680 commented
14681 \begin_inset Quotes erd
14682 \end_inset
14683
14684  using the mathematical textmode:
14685 \begin_inset Formula \[
14686 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14687
14688 \end_inset
14689
14690
14691 \end_layout
14692
14693 \begin_layout Section
14694 Operators
14695 \begin_inset Index
14696 status collapsed
14697
14698 \begin_layout Plain Layout
14699 Operators
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Subsection
14708 Big Operators
14709 \begin_inset CommandInset label
14710 LatexCommand label
14711 name "sub:Big-Operators"
14712
14713 \end_inset
14714
14715
14716 \begin_inset Index
14717 status collapsed
14718
14719 \begin_layout Plain Layout
14720 Operators ! big
14721 \end_layout
14722
14723 \end_inset
14724
14725
14726 \begin_inset Index
14727 status collapsed
14728
14729 \begin_layout Plain Layout
14730 Sums
14731 \end_layout
14732
14733 \end_inset
14734
14735
14736 \begin_inset Index
14737 status collapsed
14738
14739 \begin_layout Plain Layout
14740 Integrals
14741 \end_layout
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \begin_layout Standard
14749 To be able to use all integral operators listed here, the option 
14750 \family sans
14751 Use esint package automatically
14752 \family default
14753  must be set in the document settings under 
14754 \family sans
14755 Math
14756 \begin_inset space ~
14757 \end_inset
14758
14759 Options
14760 \family default
14761 .
14762 \end_layout
14763
14764 \begin_layout Standard
14765 \begin_inset space \hfill{}
14766 \end_inset
14767
14768
14769 \begin_inset Tabular
14770 <lyxtabular version="3" rows="11" columns="2">
14771 <features>
14772 <column alignment="center" valignment="top" width="0pt">
14773 <column alignment="center" valignment="top" width="0pt">
14774 <row>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 Command
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 Result
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 <row>
14795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799
14800 \backslash
14801 sum
14802 \begin_inset Index
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806 Commands ! S ! 
14807 \backslash
14808 sum
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Plain Layout
14822 \begin_inset Formula $\sum$
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 </row>
14831 <row>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836
14837 \backslash
14838 int
14839 \begin_inset Index
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843 Commands ! I ! 
14844 \backslash
14845 int
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859 \begin_inset Formula $\int$
14860 \end_inset
14861
14862
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 </row>
14868 <row>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873
14874 \backslash
14875 intop
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 \begin_inset Formula $\intop$
14885 \end_inset
14886
14887
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 </row>
14893 <row>
14894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898
14899 \backslash
14900 oint
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 \begin_inset Formula $\oint$
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 <row>
14919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923
14924 \backslash
14925 ointop
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 \begin_inset Formula $\ointop$
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 </row>
14943 <row>
14944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948
14949 \backslash
14950 ointctrclockwise
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 \begin_inset Formula $\ointctrclockwise$
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 </row>
14968 <row>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973
14974 \backslash
14975 ointclockwise
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 \begin_inset Formula $\ointclockwise$
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 </row>
14993 <row>
14994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998
14999 \backslash
15000 sqint
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 \begin_inset Formula $\sqint$
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023
15024 \backslash
15025 bigcap
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 \begin_inset Formula $\bigcap$
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 </row>
15043 <row>
15044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \backslash
15050 bigcup
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Formula $\bigcup$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 </lyxtabular>
15069
15070 \end_inset
15071
15072
15073 \begin_inset space \hfill{}
15074 \end_inset
15075
15076
15077 \begin_inset Tabular
15078 <lyxtabular version="3" rows="10" columns="2">
15079 <features>
15080 <column alignment="center" valignment="top" width="0pt">
15081 <column alignment="center" valignment="top" width="0pt">
15082 <row>
15083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 Command
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 Result
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \backslash
15109 prod
15110 \begin_inset Index
15111 status collapsed
15112
15113 \begin_layout Plain Layout
15114 Commands ! P ! 
15115 \backslash
15116 prod
15117 \end_layout
15118
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 \begin_inset Formula $\prod$
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \backslash
15146 coprod
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 \begin_inset Formula $\coprod$
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169
15170 \backslash
15171 bigodot
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180 \begin_inset Formula $\bigodot$
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 <row>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194
15195 \backslash
15196 bigotimes
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205 \begin_inset Formula $\bigotimes$
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 </row>
15214 <row>
15215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219
15220 \backslash
15221 bigoplus
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 \begin_inset Formula $\bigoplus$
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244
15245 \backslash
15246 bigwedge
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 \begin_inset Formula $\bigwedge$
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 </row>
15264 <row>
15265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269
15270 \backslash
15271 bigvee
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 \begin_inset Formula $\bigvee$
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 </row>
15289 <row>
15290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294
15295 \backslash
15296 bigsqcup
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 \begin_inset Formula $\bigsqcup$
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 <row>
15315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319
15320 \backslash
15321 biguplus
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 \begin_inset Formula $\biguplus$
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 </row>
15339 </lyxtabular>
15340
15341 \end_inset
15342
15343
15344 \begin_inset space \hfill{}
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \begin_layout Standard
15351 All big operators can also be inserted via the math toolbar button 
15352 \begin_inset Graphics
15353         filename ../images/math/intop.png
15354         scale 85
15355
15356 \end_inset
15357
15358 .
15359 \end_layout
15360
15361 \begin_layout Standard
15362 The operators are called big because they are bigger than the sometimes
15363  equal looking binary operators.
15364  All big operators can have limits as described in the next subsection.
15365 \end_layout
15366
15367 \begin_layout Standard
15368 The operators 
15369 \series bold
15370
15371 \backslash
15372 intop
15373 \series default
15374  and 
15375 \series bold
15376
15377 \backslash
15378 ointop
15379 \series default
15380  are different from 
15381 \series bold
15382
15383 \backslash
15384 int
15385 \series default
15386  and 
15387 \series bold
15388
15389 \backslash
15390 oint
15391 \series default
15392 , resp.
15393 \begin_inset space ~
15394 \end_inset
15395
15396 in the style the operator limits are displayed, see 
15397 \begin_inset CommandInset ref
15398 LatexCommand ref
15399 reference "sub:Operator-Limits"
15400
15401 \end_inset
15402
15403 .
15404  
15405 \end_layout
15406
15407 \begin_layout Subsubsection*
15408 Advices for Integrals
15409 \end_layout
15410
15411 \begin_layout Standard
15412 The letter 
15413 \emph on
15414 d
15415 \emph default
15416  in an integral is an operator, that therefore has to be set upright.
15417  This is done by highlighting the 
15418 \emph on
15419 d
15420 \emph default
15421  and using the keyboard shortcut 
15422 \begin_inset Info
15423 type  "shortcut"
15424 arg   "font-roman"
15425 \end_inset
15426
15427
15428 \begin_inset Foot
15429 status collapsed
15430
15431 \begin_layout Plain Layout
15432 Font styles
15433 \series bold
15434  
15435 \series default
15436 see 
15437 \begin_inset CommandInset ref
15438 LatexCommand ref
15439 reference "sub:Font-Styles"
15440
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \end_inset
15447
15448 .
15449  Finally the smallest space is inserted before the 
15450 \emph on
15451 d
15452 \emph default
15453 , as this is usual for operators.
15454  An example:
15455 \end_layout
15456
15457 \begin_layout Standard
15458 incorrect: 
15459 \begin_inset Formula $\int A(x)dx$
15460 \end_inset
15461
15462
15463 \begin_inset Newline newline
15464 \end_inset
15465
15466
15467 \begin_inset ERT
15468 status collapsed
15469
15470 \begin_layout Plain Layout
15471
15472
15473 \backslash
15474 hphantom{in}
15475 \end_layout
15476
15477 \end_inset
15478
15479 correct: 
15480 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \begin_layout Standard
15487 For multiple integrals there are the following commands:
15488 \begin_inset VSpace medskip
15489 \end_inset
15490
15491
15492 \end_layout
15493
15494 \begin_layout Standard
15495 \begin_inset space \hfill{}
15496 \end_inset
15497
15498
15499 \begin_inset Tabular
15500 <lyxtabular version="3" rows="4" columns="2">
15501 <features>
15502 <column alignment="center" valignment="top" width="0">
15503 <column alignment="center" valignment="top" width="0">
15504 <row>
15505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 Command
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 Result
15519 \begin_inset Note Note
15520 status collapsed
15521
15522 \begin_layout Plain Layout
15523
15524 \series bold
15525
15526 \backslash
15527 raisebox
15528 \series default
15529  is only used as spacer.
15530 \end_layout
15531
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \backslash
15547 iint
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \backslash
15572 oiint
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \backslash
15597 sqiint
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 </lyxtabular>
15616
15617 \end_inset
15618
15619
15620 \begin_inset space \hfill{}
15621 \end_inset
15622
15623
15624 \begin_inset Tabular
15625 <lyxtabular version="3" rows="4" columns="2">
15626 <features>
15627 <column alignment="center" valignment="top" width="0">
15628 <column alignment="center" valignment="top" width="0">
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634 Command
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 Result
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 </row>
15649 <row>
15650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654
15655 \backslash
15656 iiint
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 </row>
15674 <row>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \backslash
15681 iiiint
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 </row>
15699 <row>
15700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704
15705 \backslash
15706 dotsint
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15716 \end_inset
15717
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 </lyxtabular>
15725
15726 \end_inset
15727
15728
15729 \begin_inset space \hfill{}
15730 \end_inset
15731
15732
15733 \end_layout
15734
15735 \begin_layout Subsection
15736 Operator Limits
15737 \begin_inset CommandInset label
15738 LatexCommand label
15739 name "sub:Operator-Limits"
15740
15741 \end_inset
15742
15743
15744 \begin_inset Index
15745 status collapsed
15746
15747 \begin_layout Plain Layout
15748 Operators ! Limits
15749 \end_layout
15750
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \begin_layout Standard
15757 Limits are created by super- and subscripts:
15758 \end_layout
15759
15760 \begin_layout Standard
15761 \align center
15762 \begin_inset Tabular
15763 <lyxtabular version="3" rows="2" columns="2">
15764 <features>
15765 <column alignment="center" valignment="top" width="0pt">
15766 <column alignment="center" valignment="top" width="0pt">
15767 <row>
15768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 Command
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 Result
15782 \begin_inset Note Note
15783 status collapsed
15784
15785 \begin_layout Plain Layout
15786
15787 \series bold
15788
15789 \backslash
15790 raisebox
15791 \series default
15792  is only used as spacer.
15793 \end_layout
15794
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \backslash
15810 prod^
15811 \backslash
15812 infty
15813 \begin_inset ERT
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817
15818
15819 \backslash
15820 spce 
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \begin_inset Formula $\to$
15827 \end_inset
15828
15829 _0
15830 \begin_inset Formula $\to$
15831 \end_inset
15832
15833 A(x)
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15843 \end_inset
15844
15845
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 </row>
15851 </lyxtabular>
15852
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \begin_layout Standard
15859 Limits of inline formulas are set right beside the operator.
15860  Limits in displayed formulas are set above or below the operator, except
15861  of integral limits.
15862 \end_layout
15863
15864 \begin_layout Standard
15865 To force that the limits are set beside the operator, the cursor is set
15866  directly behind the operator and the limits type is changed with the menu
15867  
15868 \family sans
15869 Edit\SpecialChar \menuseparator
15870 Math\SpecialChar \menuseparator
15871 Change Limits Type
15872 \family default
15873  to 
15874 \family sans
15875 \series bold
15876 Inline
15877 \family default
15878 \series default
15879  (shortcut 
15880 \begin_inset Info
15881 type  "shortcut"
15882 arg   "math-limits"
15883 \end_inset
15884
15885 ).
15886  An example:
15887 \end_layout
15888
15889 \begin_layout Standard
15890 The default limits type is this:
15891 \begin_inset Formula \[
15892 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15893
15894 \end_inset
15895
15896 This is how it looks when the limits type was changed to 
15897 \family sans
15898 \series bold
15899 Inline
15900 \family default
15901 \series default
15902 :
15903 \begin_inset Formula \[
15904 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15905
15906 \end_inset
15907
15908 For integrals, except of 
15909 \series bold
15910
15911 \backslash
15912 intop
15913 \series default
15914  and 
15915 \series bold
15916
15917 \backslash
15918 ointop
15919 \series default
15920 , the limits are by default set beside the operator.
15921  But for multiple integrals the limits are often set below the operator.
15922  In the following example the limits type was therefore set to 
15923 \series bold
15924 Display
15925 \series default
15926  and so set below the integrals:
15927 \begin_inset Formula \begin{equation}
15928 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \begin_layout Standard
15936 \begin_inset VSpace medskip
15937 \end_inset
15938
15939 To specify conditions for limits, the commands 
15940 \series bold
15941
15942 \backslash
15943 subarray
15944 \series default
15945
15946 \begin_inset Index
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950 Commands ! S ! 
15951 \backslash
15952 subarray
15953 \end_layout
15954
15955 \end_inset
15956
15957  and 
15958 \series bold
15959
15960 \backslash
15961 substack
15962 \series default
15963
15964 \begin_inset Index
15965 status collapsed
15966
15967 \begin_layout Plain Layout
15968 Commands ! S ! 
15969 \backslash
15970 substack
15971 \end_layout
15972
15973 \end_inset
15974
15975  are used.
15976  To create for example this expression 
15977 \begin_inset Formula \begin{equation}
15978 \sum_{\begin{subarray}{c}
15979 0<k<1000\\
15980 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15981
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \begin_layout Standard
15988 the following has to be done:
15989 \begin_inset Newline newline
15990 \end_inset
15991
15992 First the command 
15993 \series bold
15994
15995 \backslash
15996 sum
15997 \series default
15998 ^
15999 \series bold
16000 n
16001 \begin_inset ERT
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005
16006
16007 \backslash
16008 spce 
16009 \end_layout
16010
16011 \end_inset
16012
16013 _
16014 \series default
16015  is typed in.
16016  One is now in a blue box under the summation operator and insert there
16017  the command 
16018 \series bold
16019
16020 \backslash
16021 subarray
16022 \begin_inset ERT
16023 status collapsed
16024
16025 \begin_layout Plain Layout
16026
16027
16028 \backslash
16029 spce 
16030 \end_layout
16031
16032 \end_inset
16033
16034
16035 \series default
16036 .
16037  The blue box is now within a purple box and now several lines can be written
16038  among each other.
16039  A new line is created by inserting a line break (
16040 \begin_inset Info
16041 type  "shortcut"
16042 arg   "newline-insert newline"
16043 \end_inset
16044
16045 ).
16046  When now
16047 \begin_inset Newline newline
16048 \end_inset
16049
16050
16051 \series bold
16052 0<k<1000 Ctrl+Return
16053 \begin_inset Newline newline
16054 \end_inset
16055
16056
16057 \series default
16058 is typed in, a new box appears below for the new line.
16059 \end_layout
16060
16061 \begin_layout Standard
16062 The alignment of the lines can be changed to left aligned with the 
16063 \family sans
16064 table
16065 \family default
16066  
16067 \family sans
16068 toolbar
16069 \family default
16070  or the menu 
16071 \family sans
16072 Edit\SpecialChar \menuseparator
16073 Rows &Columns
16074 \family default
16075 .
16076  To get right alignment, 
16077 \series bold
16078
16079 \backslash
16080 hfill
16081 \begin_inset ERT
16082 status collapsed
16083
16084 \begin_layout Plain Layout
16085
16086
16087 \backslash
16088 spce 
16089 \end_layout
16090
16091 \end_inset
16092
16093
16094 \series default
16095  is inserted at the beginning of the line.
16096 \end_layout
16097
16098 \begin_layout Standard
16099 The command 
16100 \series bold
16101
16102 \backslash
16103 substack
16104 \series default
16105  is equivalent to 
16106 \series bold
16107
16108 \backslash
16109 subarray
16110 \series default
16111  with the difference that the lines are always centered.
16112 \end_layout
16113
16114 \begin_layout Standard
16115 \begin_inset VSpace bigskip
16116 \end_inset
16117
16118 Like in formula 
16119 \begin_inset CommandInset ref
16120 LatexCommand eqref
16121 reference "eq:substack"
16122
16123 \end_inset
16124
16125  there can be too much space beside an operator, because the characters
16126  following the operator are set beside the limits.
16127 \end_layout
16128
16129 \begin_layout Standard
16130 To avoid this, the following macro can be used in the LaTeX-preamble:
16131 \end_layout
16132
16133 \begin_layout Standard
16134
16135 \series bold
16136
16137 \backslash
16138 def
16139 \backslash
16140 clap#1{
16141 \backslash
16142 hbox to 0pt{
16143 \backslash
16144 hss #1
16145 \backslash
16146 hss}}
16147 \begin_inset Newline newline
16148 \end_inset
16149
16150
16151 \backslash
16152 def
16153 \backslash
16154 mathclap {
16155 \backslash
16156 mathpalette 
16157 \backslash
16158 mathclapinternal}
16159 \begin_inset Newline newline
16160 \end_inset
16161
16162
16163 \backslash
16164 def
16165 \backslash
16166 mathclapinternal #1#2{
16167 \backslash
16168 clap{$
16169 \backslash
16170 mathsurround =0pt #1{#2}$}}
16171 \end_layout
16172
16173 \begin_layout Standard
16174 This defines the command 
16175 \series bold
16176
16177 \backslash
16178 mathclap
16179 \series default
16180
16181 \begin_inset Index
16182 status collapsed
16183
16184 \begin_layout Plain Layout
16185 Commands ! M ! 
16186 \backslash
16187 mathclap
16188 \end_layout
16189
16190 \end_inset
16191
16192  that sets the width of the limit to 0
16193 \begin_inset space \thinspace{}
16194 \end_inset
16195
16196 pt.
16197  The command scheme is
16198 \end_layout
16199
16200 \begin_layout Standard
16201
16202 \series bold
16203
16204 \backslash
16205 mathclap{limit}
16206 \end_layout
16207
16208 \begin_layout Standard
16209 where the limit can consist of several conditions.
16210 \end_layout
16211
16212 \begin_layout Standard
16213 Applied on formula 
16214 \begin_inset CommandInset ref
16215 LatexCommand eqref
16216 reference "eq:substack"
16217
16218 \end_inset
16219
16220 , one uses the command
16221 \end_layout
16222
16223 \begin_layout Standard
16224
16225 \series bold
16226
16227 \backslash
16228 sum_
16229 \backslash
16230 mathclap{
16231 \backslash
16232 substack
16233 \begin_inset ERT
16234 status collapsed
16235
16236 \begin_layout Plain Layout
16237
16238
16239 \backslash
16240 spce 
16241 \end_layout
16242
16243 \end_inset
16244
16245 0<k<1000 Ctrl+Return
16246 \end_layout
16247
16248 \begin_layout Standard
16249 to create the lower limit.
16250  The summand is now directly behind the summation operator:
16251 \begin_inset Formula \[
16252 \sum_{\mathclap{\substack{0<k<1000\\
16253 \\k\,\in\,\mathbb{N}}
16254 }}^{n}k^{-2}\]
16255
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \begin_layout Standard
16262 \begin_inset VSpace bigskip
16263 \end_inset
16264
16265 How to use one limit for several operators is described in 
16266 \begin_inset CommandInset ref
16267 LatexCommand ref
16268 reference "sub:Self-defined-Operators"
16269
16270 \end_inset
16271
16272 .
16273 \end_layout
16274
16275 \begin_layout Standard
16276 \begin_inset Newpage newpage
16277 \end_inset
16278
16279
16280 \end_layout
16281
16282 \begin_layout Subsection
16283 Binary Operators
16284 \begin_inset CommandInset label
16285 LatexCommand label
16286 name "sub:Binary-Operators"
16287
16288 \end_inset
16289
16290
16291 \begin_inset Index
16292 status collapsed
16293
16294 \begin_layout Plain Layout
16295 Operators ! binary
16296 \end_layout
16297
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \begin_layout Standard
16304 Binary operators are surrounded by space when there is a character before
16305  and behind them.
16306 \begin_inset VSpace medskip
16307 \end_inset
16308
16309
16310 \end_layout
16311
16312 \begin_layout Standard
16313 \begin_inset space \hfill{}
16314 \end_inset
16315
16316
16317 \begin_inset Tabular
16318 <lyxtabular version="3" rows="13" columns="2">
16319 <features>
16320 <column alignment="center" valignment="top" width="0pt">
16321 <column alignment="center" valignment="top" width="0pt">
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 Command
16328 \begin_inset Note Note
16329 status collapsed
16330
16331 \begin_layout Plain Layout
16332
16333 \series bold
16334
16335 \backslash
16336 raisebox
16337 \series default
16338  is only used as spacer.
16339 \end_layout
16340
16341 \end_inset
16342
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 Result
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 +
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 \begin_inset Formula $+$
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 </row>
16381 <row>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 -
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 \begin_inset Formula $-$
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 </row>
16404 <row>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409
16410 \backslash
16411 pm
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 \begin_inset Formula $\pm$
16421 \end_inset
16422
16423
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 </row>
16429 <row>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434
16435 \backslash
16436 mp
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 \begin_inset Formula $\mp$
16446 \end_inset
16447
16448
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459
16460 \backslash
16461 cdot
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 \begin_inset Formula $\cdot$
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484
16485 \backslash
16486 times
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 \begin_inset Formula $\times$
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 </row>
16504 <row>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509
16510 \backslash
16511 div
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 \begin_inset Formula $\div$
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 <row>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 \begin_inset ERT
16535 status collapsed
16536
16537 \begin_layout Plain Layout
16538
16539
16540 \backslash
16541 raisebox{-1.2mm}{
16542 \end_layout
16543
16544 \end_inset
16545
16546 *
16547 \begin_inset ERT
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551
16552 }
16553 \end_layout
16554
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 \begin_inset Formula $*$
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580
16581 \backslash
16582 star
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 \begin_inset Formula $\star$
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605
16606 \backslash
16607 circ
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Formula $\circ$
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \backslash
16632 diamond
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\diamond$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \backslash
16657 bullet
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $\bullet$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 </lyxtabular>
16676
16677 \end_inset
16678
16679
16680 \begin_inset space \hfill{}
16681 \end_inset
16682
16683
16684 \begin_inset Tabular
16685 <lyxtabular version="3" rows="13" columns="2">
16686 <features>
16687 <column alignment="center" valignment="top" width="0pt">
16688 <column alignment="center" valignment="top" width="0pt">
16689 <row>
16690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 Command
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 Result
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 </row>
16709 <row>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714
16715 \backslash
16716 nabla
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 \begin_inset Formula $\nabla$
16726 \end_inset
16727
16728
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739
16740 \backslash
16741 bigtriangledown
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 \begin_inset Formula $\bigtriangledown$
16751 \end_inset
16752
16753
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 </row>
16759 <row>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764
16765 \backslash
16766 bigtriangleup
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 \begin_inset Formula $\bigtriangleup$
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 </row>
16784 <row>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \backslash
16791 Box
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 \begin_inset Formula $\Box$
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814
16815 \backslash
16816 cap 
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 \begin_inset Formula $\cap$
16826 \end_inset
16827
16828
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 <row>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839
16840 \backslash
16841 cup
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 \begin_inset Formula $\cup$
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \backslash
16866 dagger
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Formula $\dagger$
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \backslash
16891 ddagger
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 \begin_inset Formula $\ddagger$
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \backslash
16916 wr
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\wr$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \backslash
16941 bigcirc
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $\bigcirc$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 wedge
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\wedge$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 vee
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\vee$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 </lyxtabular>
17010
17011 \end_inset
17012
17013
17014 \begin_inset space \hfill{}
17015 \end_inset
17016
17017
17018 \begin_inset Tabular
17019 <lyxtabular version="3" rows="13" columns="2">
17020 <features>
17021 <column alignment="center" valignment="top" width="0pt">
17022 <column alignment="center" valignment="top" width="0pt">
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 Command
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 Result
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 </row>
17043 <row>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048
17049 \backslash
17050 oplus
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 \begin_inset Formula $\oplus$
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 </row>
17068 <row>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073
17074 \backslash
17075 ominus
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084 \begin_inset Formula $\ominus$
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \backslash
17100 otimes
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $\otimes$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \backslash
17125 oslash
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134 \begin_inset Formula $\oslash$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 </row>
17143 <row>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148
17149 \backslash
17150 odot
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Formula $\odot$
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 amalg
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $\amalg$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 uplus
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\uplus$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 setminus
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\setminus$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 sqcap
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\sqcap$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 sqcup
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\sqcup$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \backslash
17300 triangleleft
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Formula $\triangleleft$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 triangleright
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\triangleright$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 </lyxtabular>
17344
17345 \end_inset
17346
17347
17348 \begin_inset space \hfill{}
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \begin_layout Standard
17355 All binary operators can also be inserted via the math toolbar button 
17356 \begin_inset Graphics
17357         filename ../images/math/pm.png
17358         scale 85
17359
17360 \end_inset
17361
17362 .
17363 \end_layout
17364
17365 \begin_layout Standard
17366 To typeset the Laplace operator also 
17367 \series bold
17368
17369 \backslash
17370 Delta
17371 \series default
17372  or 
17373 \series bold
17374
17375 \backslash
17376 nabla
17377 \series default
17378 ^
17379 \series bold
17380 2
17381 \series default
17382  (
17383 \begin_inset Formula $\nabla^{2}$
17384 \end_inset
17385
17386 ) can be used instead of 
17387 \series bold
17388
17389 \backslash
17390 bigtriangleup
17391 \series default
17392  .
17393 \end_layout
17394
17395 \begin_layout Standard
17396 The character 
17397 \family sans
17398 Menu Separator
17399 \family default
17400  from the menu 
17401 \family sans
17402 Insert\SpecialChar \menuseparator
17403 Special Character
17404 \family default
17405  is the operator 
17406 \series bold
17407
17408 \backslash
17409 triangleright
17410 \series default
17411 .
17412 \end_layout
17413
17414 \begin_layout Subsection
17415 Self-defined Operators
17416 \begin_inset CommandInset label
17417 LatexCommand label
17418 name "sub:Self-defined-Operators"
17419
17420 \end_inset
17421
17422
17423 \begin_inset Index
17424 status collapsed
17425
17426 \begin_layout Plain Layout
17427 Operators ! self-defined
17428 \end_layout
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \begin_layout Standard
17436 With the help of the command 
17437 \series bold
17438
17439 \backslash
17440 DeclareMathOperator
17441 \series default
17442
17443 \begin_inset Index
17444 status collapsed
17445
17446 \begin_layout Plain Layout
17447 Commands ! D ! 
17448 \backslash
17449 dbinom@
17450 \backslash
17451 DeclareMathOperator
17452 \end_layout
17453
17454 \end_inset
17455
17456  custom operators can be defined in the LaTeX-preamble.
17457  Its command scheme is:
17458 \end_layout
17459
17460 \begin_layout Standard
17461
17462 \series bold
17463
17464 \backslash
17465 DeclareMathOperator{new command}{display}
17466 \end_layout
17467
17468 \begin_layout Standard
17469 Display can be characters or symbols that define how the operator looks
17470  in the output.
17471  To define a big operator a * is set behind the command.
17472  All self-defined big operators can have limits as described in 
17473 \begin_inset CommandInset ref
17474 LatexCommand ref
17475 reference "sub:Operator-Limits"
17476
17477 \end_inset
17478
17479 .
17480 \end_layout
17481
17482 \begin_layout Standard
17483 For example the LaTeX-preamble line
17484 \end_layout
17485
17486 \begin_layout Standard
17487
17488 \series bold
17489
17490 \backslash
17491 DeclareMathOperator*{
17492 \backslash
17493 Lozenge}{
17494 \backslash
17495 blacklozenge}
17496 \end_layout
17497
17498 \begin_layout Standard
17499 defines the command 
17500 \series bold
17501
17502 \backslash
17503 Lozenge
17504 \series default
17505 , that inserts a big operator consisting of the lozenge symbol from 
17506 \begin_inset CommandInset ref
17507 LatexCommand ref
17508 reference "sub:Miscellaneous-Symbols"
17509
17510 \end_inset
17511
17512 :
17513 \begin_inset Formula \[
17514 \Lozenge_{n=1}^{\infty}\]
17515
17516 \end_inset
17517
17518 The command for this formula is: 
17519 \series bold
17520
17521 \backslash
17522 Lozenge
17523 \series default
17524 ^
17525 \series bold
17526
17527 \backslash
17528 infty
17529 \begin_inset Formula $\to$
17530 \end_inset
17531
17532 _n=1
17533 \end_layout
17534
17535 \begin_layout Standard
17536 \begin_inset VSpace bigskip
17537 \end_inset
17538
17539 When self-defined operators are not used several times in the document,
17540  they can also be defined with the commands 
17541 \series bold
17542
17543 \backslash
17544 mathop
17545 \series default
17546
17547 \begin_inset Index
17548 status collapsed
17549
17550 \begin_layout Plain Layout
17551 Commands ! M ! 
17552 \backslash
17553 mathop
17554 \end_layout
17555
17556 \end_inset
17557
17558  and 
17559 \series bold
17560
17561 \backslash
17562 mathbin
17563 \series default
17564
17565 \begin_inset Index
17566 status collapsed
17567
17568 \begin_layout Plain Layout
17569 Commands ! M ! 
17570 \backslash
17571 mathbin
17572 \end_layout
17573
17574 \end_inset
17575
17576 , which have the following scheme:
17577 \end_layout
17578
17579 \begin_layout Standard
17580
17581 \series bold
17582
17583 \backslash
17584 mathop{display}
17585 \series default
17586  and 
17587 \series bold
17588
17589 \backslash
17590 mathbin{display}
17591 \end_layout
17592
17593 \begin_layout Standard
17594
17595 \series bold
17596
17597 \backslash
17598 mathop
17599 \series default
17600  defines big operators, 
17601 \series bold
17602
17603 \backslash
17604 mathbin
17605 \series default
17606  binary operators.
17607 \end_layout
17608
17609 \begin_layout Standard
17610
17611 \series bold
17612
17613 \backslash
17614 mathop
17615 \series default
17616  can e.g.
17617 \begin_inset space \space{}
17618 \end_inset
17619
17620 be used to use one limit for several operators:
17621 \end_layout
17622
17623 \begin_layout Standard
17624 \begin_inset Formula \[
17625 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17626
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \begin_layout Standard
17633 The command for the formula above is:
17634 \begin_inset Newline newline
17635 \end_inset
17636
17637
17638 \series bold
17639
17640 \backslash
17641 mathop{
17642 \backslash
17643 sum
17644 \backslash
17645 negmedspace
17646 \backslash
17647 sum
17648 \series default
17649
17650 \begin_inset ERT
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654
17655
17656 \backslash
17657 spce 
17658 \end_layout
17659
17660 \end_inset
17661
17662
17663 \series bold
17664
17665 \begin_inset Formula $\to$
17666 \end_inset
17667
17668 ^N
17669 \series default
17670
17671 \begin_inset ERT
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675
17676
17677 \backslash
17678 spce 
17679 \end_layout
17680
17681 \end_inset
17682
17683
17684 \series bold
17685 _i,j=1
17686 \end_layout
17687
17688 \begin_layout Section
17689 Fonts
17690 \begin_inset Index
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694 Fonts
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Subsection
17703 Font Styles
17704 \begin_inset CommandInset label
17705 LatexCommand label
17706 name "sub:Font-Styles"
17707
17708 \end_inset
17709
17710
17711 \begin_inset Index
17712 status collapsed
17713
17714 \begin_layout Plain Layout
17715 Font ! style
17716 \end_layout
17717
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \begin_layout Standard
17724 Latin letters in formulas can be set in one of the following font styles:
17725 \begin_inset VSpace -2mm
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \begin_layout Standard
17732 \align center
17733 \begin_inset Tabular
17734 <lyxtabular version="3" rows="6" columns="3">
17735 <features>
17736 <column alignment="center" valignment="top" width="0">
17737 <column alignment="center" valignment="top" width="0">
17738 <column alignment="center" valignment="top" width="0">
17739 <row>
17740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 Command
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753 Result
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 shortcut
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 </row>
17768 <row>
17769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773
17774 \backslash
17775 mathbb
17776 \series bold
17777
17778 \begin_inset ERT
17779 status collapsed
17780
17781 \begin_layout Plain Layout
17782
17783
17784 \backslash
17785 spce 
17786 \end_layout
17787
17788 \end_inset
17789
17790
17791 \series default
17792 ABC
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 \begin_inset Formula $\mathbb{ABC}$
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813 \begin_inset Info
17814 type  "shortcut"
17815 arg   "font-noun"
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 </row>
17824 <row>
17825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \backslash
17831 mathbf
17832 \series bold
17833
17834 \begin_inset ERT
17835 status collapsed
17836
17837 \begin_layout Plain Layout
17838
17839
17840 \backslash
17841 spce 
17842 \end_layout
17843
17844 \end_inset
17845
17846
17847 \series default
17848 AbC
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 \begin_inset Formula $\mathbf{AbC}$
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 \begin_inset Info
17870 type  "shortcut"
17871 arg   "font-bold"
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 </row>
17880 <row>
17881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885
17886 \backslash
17887 boldsymbol
17888 \series bold
17889
17890 \begin_inset ERT
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894
17895
17896 \backslash
17897 spce 
17898 \end_layout
17899
17900 \end_inset
17901
17902
17903 \series default
17904 AbC
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 \begin_inset Formula $\boldsymbol{AbC}$
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 \begin_inset Info
17926 type  "shortcuts"
17927 arg   "font-boldsymbol"
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 </row>
17936 <row>
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941
17942 \backslash
17943 mathcal
17944 \series bold
17945
17946 \begin_inset ERT
17947 status collapsed
17948
17949 \begin_layout Plain Layout
17950
17951
17952 \backslash
17953 spce 
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \series default
17960 ABC
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969 \begin_inset Formula $\mathcal{ABC}$
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 \begin_inset Info
17982 type  "shortcut"
17983 arg   "font-emph"
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 </row>
17992 <row>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997
17998 \backslash
17999 mathfrak
18000 \series bold
18001
18002 \begin_inset ERT
18003 status collapsed
18004
18005 \begin_layout Plain Layout
18006
18007
18008 \backslash
18009 spce 
18010 \end_layout
18011
18012 \end_inset
18013
18014
18015 \series default
18016 AbC
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 \begin_inset Formula $\mathfrak{AbC}$
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 -
18038 \end_layout
18039
18040 \end_inset
18041 </cell>
18042 </row>
18043 </lyxtabular>
18044
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Standard
18051 \align center
18052 \begin_inset Tabular
18053 <lyxtabular version="3" rows="5" columns="3">
18054 <features>
18055 <column alignment="center" valignment="top" width="0">
18056 <column alignment="center" valignment="top" width="0">
18057 <column alignment="center" valignment="top" width="0">
18058 <row>
18059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 Command
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 Result
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 shortcut
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092
18093 \backslash
18094 mathit
18095 \series bold
18096
18097 \begin_inset ERT
18098 status collapsed
18099
18100 \begin_layout Plain Layout
18101
18102
18103 \backslash
18104 spce 
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \series default
18111 AbC
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 \begin_inset Formula $\mathit{AbC}$
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 -
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 </row>
18138 <row>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143
18144 \backslash
18145 mathrm
18146 \series bold
18147
18148 \begin_inset ERT
18149 status collapsed
18150
18151 \begin_layout Plain Layout
18152
18153
18154 \backslash
18155 spce 
18156 \end_layout
18157
18158 \end_inset
18159
18160
18161 \series default
18162 AbC
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 \begin_inset Formula $\mathrm{AbC}$
18172 \end_inset
18173
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 \begin_inset Info
18184 type  "shortcut"
18185 arg   "font-roman"
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 </row>
18194 <row>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199
18200 \backslash
18201 mathsf
18202 \series bold
18203
18204 \begin_inset ERT
18205 status collapsed
18206
18207 \begin_layout Plain Layout
18208
18209
18210 \backslash
18211 spce 
18212 \end_layout
18213
18214 \end_inset
18215
18216
18217 \series default
18218 AbC
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 \begin_inset Formula $\mathsf{AbC}$
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 \begin_inset Info
18240 type  "shortcut"
18241 arg   "font-sans"
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 <row>
18251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255
18256 \backslash
18257 mathtt
18258 \series bold
18259
18260 \begin_inset ERT
18261 status collapsed
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 spce 
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \series default
18274 AbC
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 \begin_inset Formula $\mathtt{AbC}$
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295 \begin_inset Info
18296 type  "shortcut"
18297 arg   "font-typewriter"
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 </row>
18306 </lyxtabular>
18307
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \begin_layout Standard
18314 \begin_inset Note Greyedout
18315 status open
18316
18317 \begin_layout Plain Layout
18318
18319 \series bold
18320 Note:
18321 \series default
18322  The styles 
18323 \series bold
18324
18325 \backslash
18326 mathbb
18327 \series default
18328  and 
18329 \series bold
18330
18331 \backslash
18332 mathcal
18333 \series default
18334  can only be used for big letters.
18335 \end_layout
18336
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \begin_layout Standard
18343 Predefined is the style 
18344 \series bold
18345
18346 \backslash
18347 mathnormal
18348 \series default
18349 .
18350 \end_layout
18351
18352 \begin_layout Standard
18353 The style commands work also for letters in mathematical constructs:
18354 \begin_inset Formula \[
18355 \mathfrak{A=\frac{b}{C}}\]
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Standard
18363 Characters in mathematical text don't appear in a math font style but in
18364  the text font style 
18365 \series bold
18366
18367 \backslash
18368 textrm
18369 \series default
18370 .
18371  That their style can't be set correctly via the text style dialog is a
18372  bug in LyX.
18373 \begin_inset Foot
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377 \begin_inset CommandInset href
18378 LatexCommand href
18379 name "LyX-bug #4091"
18380 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18381
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 Instead of the style commands the dialog 
18394 \family sans
18395 Edit\SpecialChar \menuseparator
18396 Math\SpecialChar \menuseparator
18397 Text Style
18398 \family default
18399  or the toolbar button 
18400 \begin_inset Graphics
18401         filename ../images/math/font.png
18402         scale 85
18403
18404 \end_inset
18405
18406  can be used.
18407 \end_layout
18408
18409 \begin_layout Subsection
18410 Bold Formulas
18411 \begin_inset CommandInset label
18412 LatexCommand label
18413 name "sub:Bold-Formulas"
18414
18415 \end_inset
18416
18417
18418 \begin_inset Index
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422 Formula ! bold
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Standard
18431 To make a complete formula bold, the command 
18432 \series bold
18433
18434 \backslash
18435 mathbf
18436 \series default
18437  from the previous subsection cannot be used, because it doesn't work for
18438  small Greek letters.
18439  Furthermore it prints Latin letters always upright, like in the following
18440  equation:
18441 \end_layout
18442
18443 \begin_layout Standard
18444 \begin_inset Formula \[
18445 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 To display the formula correctly, the command 
18454 \series bold
18455
18456 \backslash
18457 boldsymbol
18458 \series default
18459  is used:
18460 \begin_inset Formula \[
18461 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18462
18463 \end_inset
18464
18465 It is also possible to set the formula in a 
18466 \series bold
18467 boldmath environment
18468 \series default
18469 .
18470  This environment is created by inserting the command 
18471 \series bold
18472
18473 \backslash
18474 boldmath
18475 \begin_inset Index
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479 Commands ! B ! 
18480 \backslash
18481 boldmath
18482 \end_layout
18483
18484 \end_inset
18485
18486
18487 \series default
18488  in TeX-mode.
18489  To end the environment, the command 
18490 \series bold
18491
18492 \backslash
18493 unboldmath
18494 \begin_inset Index
18495 status collapsed
18496
18497 \begin_layout Plain Layout
18498 Commands ! U ! 
18499 \backslash
18500 unboldmath
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \series default
18507  is inserted in TeX-mode.
18508 \begin_inset ERT
18509 status collapsed
18510
18511 \begin_layout Plain Layout
18512
18513
18514 \backslash
18515 boldmath 
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \begin_inset Formula \[
18522 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18523
18524 \end_inset
18525
18526
18527 \begin_inset ERT
18528 status collapsed
18529
18530 \begin_layout Plain Layout
18531
18532
18533 \backslash
18534 unboldmath 
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Subsection
18543 Colored Formulas
18544 \begin_inset Index
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548 Formula ! colored
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \begin_layout Standard
18557 Formulas can be colored like normal text: Highlight a formula or a formula
18558  part and use the 
18559 \family sans
18560 Text Style
18561 \family default
18562  dialog.
18563  Here is a formula in magenta:
18564 \begin_inset Formula \[
18565 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \begin_layout Standard
18573 You can also define your own colors as described in 
18574 \begin_inset CommandInset ref
18575 LatexCommand ref
18576 reference "sub:Colored-Boxes"
18577
18578 \end_inset
18579
18580 .
18581  They can be used with the TeX code command 
18582 \series bold
18583
18584 \backslash
18585 textcolor
18586 \series default
18587
18588 \begin_inset Index
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592 Commands ! T ! 
18593 \backslash
18594 textcolor
18595 \end_layout
18596
18597 \end_inset
18598
18599  in the scheme
18600 \end_layout
18601
18602 \begin_layout Standard
18603
18604 \series bold
18605
18606 \backslash
18607 textcolor{color}{characters or formula}
18608 \end_layout
18609
18610 \begin_layout Standard
18611 The following example was colored completely dark green and partly red:
18612 \end_layout
18613
18614 \begin_layout Standard
18615 \begin_inset ERT
18616 status collapsed
18617
18618 \begin_layout Plain Layout
18619
18620
18621 \backslash
18622 textcolor{darkgreen}{
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \begin_inset Formula \[
18629 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18630
18631 \end_inset
18632
18633
18634 \begin_inset ERT
18635 status collapsed
18636
18637 \begin_layout Plain Layout
18638
18639 }
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 Due to a bug in LyX only complete formulas can be colored with self-defined
18649  colors.
18650 \begin_inset Foot
18651 status collapsed
18652
18653 \begin_layout Plain Layout
18654 \begin_inset CommandInset href
18655 LatexCommand href
18656 name "LyX-bug #5269"
18657 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18658
18659 \end_inset
18660
18661
18662 \end_layout
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \begin_layout Subsection
18670 Font Sizes
18671 \begin_inset CommandInset label
18672 LatexCommand label
18673 name "sub:Font-Sizes"
18674
18675 \end_inset
18676
18677
18678 \begin_inset Index
18679 status collapsed
18680
18681 \begin_layout Plain Layout
18682 Font ! size
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Standard
18691 For characters in formulas there are, analog to characters in text, the
18692  following size commands:
18693 \end_layout
18694
18695 \begin_layout Standard
18696
18697 \series bold
18698
18699 \backslash
18700 Huge
18701 \series default
18702
18703 \series bold
18704
18705 \backslash
18706 huge
18707 \series default
18708
18709 \series bold
18710
18711 \backslash
18712 LARGE
18713 \series default
18714
18715 \series bold
18716
18717 \backslash
18718 Large
18719 \series default
18720
18721 \series bold
18722
18723 \backslash
18724 large
18725 \series default
18726
18727 \series bold
18728
18729 \backslash
18730 normalsize
18731 \series default
18732
18733 \series bold
18734
18735 \backslash
18736 small
18737 \series default
18738 ,
18739 \begin_inset Newline newline
18740 \end_inset
18741
18742
18743 \series bold
18744
18745 \backslash
18746 footnotesize
18747 \series default
18748
18749 \series bold
18750
18751 \backslash
18752 scriptsize
18753 \series default
18754 , and 
18755 \series bold
18756
18757 \backslash
18758 tiny
18759 \end_layout
18760
18761 \begin_layout Standard
18762 The size produced by the commands depends on the document font size, that
18763  corresponds with the command 
18764 \series bold
18765
18766 \backslash
18767 normalsize
18768 \series default
18769 .
18770  The other commands produce smaller or larger sizes than 
18771 \series bold
18772
18773 \backslash
18774 normalsize
18775 \series default
18776 .
18777  The font size can however not exceed a certain value.
18778  Is for example the document font size 12
18779 \begin_inset space \thinspace{}
18780 \end_inset
18781
18782 pt, the command 
18783 \series bold
18784
18785 \backslash
18786 Huge
18787 \series default
18788  switches to the same size as 
18789 \series bold
18790
18791 \backslash
18792 huge
18793 \series default
18794 .
18795  
18796 \end_layout
18797
18798 \begin_layout Standard
18799 A size command is inserted in TeX-mode before the formula and sets the size
18800  for all following formula and text characters.
18801  To switch back to the initial size, the command 
18802 \series bold
18803
18804 \backslash
18805 normalsize
18806 \series default
18807  is inserted behind the formula in TeX-mode.
18808 \end_layout
18809
18810 \begin_layout Standard
18811 Within a formula the size can only be changed for symbols or letters in
18812  mathematical text.
18813  To do this, the size command is inserted in mathematical text.
18814  All following characters until the end of the mathematical text or until
18815  another size command will have the selected size.
18816  Two examples:
18817 \begin_inset VSpace -2mm
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 \begin_inset ERT
18825 status collapsed
18826
18827 \begin_layout Plain Layout
18828
18829
18830 \backslash
18831 huge 
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \begin_inset Formula \[
18838 A=\frac{B}{c}\cdot\maltese\]
18839
18840 \end_inset
18841
18842
18843 \begin_inset Formula \[
18844 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18845
18846 \end_inset
18847
18848
18849 \begin_inset ERT
18850 status collapsed
18851
18852 \begin_layout Plain Layout
18853
18854
18855 \backslash
18856 normalsize 
18857 \end_layout
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \begin_layout Standard
18865 \begin_inset VSpace medskip
18866 \end_inset
18867
18868 Before both formulas the command 
18869 \series bold
18870
18871 \backslash
18872 huge
18873 \series default
18874  was inserted.
18875  The command for the second formula is:
18876 \begin_inset Newline newline
18877 \end_inset
18878
18879
18880 \series bold
18881
18882 \backslash
18883 maltese
18884 \begin_inset ERT
18885 status collapsed
18886
18887 \begin_layout Plain Layout
18888
18889
18890 \backslash
18891 spce 
18892 \end_layout
18893
18894 \end_inset
18895
18896 A Alt+M M 
18897 \backslash
18898 Large
18899 \begin_inset ERT
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903
18904
18905 \backslash
18906 spce 
18907 \end_layout
18908
18909 \end_inset
18910
18911
18912 \backslash
18913 maltese
18914 \begin_inset ERT
18915 status collapsed
18916
18917 \begin_layout Plain Layout
18918
18919
18920 \backslash
18921 spce 
18922 \end_layout
18923
18924 \end_inset
18925
18926
18927 \backslash
18928 textit
18929 \begin_inset ERT
18930 status collapsed
18931
18932 \begin_layout Plain Layout
18933
18934
18935 \backslash
18936 spce 
18937 \end_layout
18938
18939 \end_inset
18940
18941 A
18942 \begin_inset Formula $\to$
18943 \end_inset
18944
18945
18946 \begin_inset Formula $\to$
18947 \end_inset
18948
18949
18950 \begin_inset Newline newline
18951 \end_inset
18952
18953
18954 \begin_inset space \hspace*{}
18955 \length 1cm
18956 \end_inset
18957
18958 Alt+M
18959 \series default
18960  
18961 \series bold
18962
18963 \backslash
18964 tiny
18965 \begin_inset ERT
18966 status collapsed
18967
18968 \begin_layout Plain Layout
18969
18970
18971 \backslash
18972 spce 
18973 \end_layout
18974
18975 \end_inset
18976
18977
18978 \backslash
18979 maltese
18980 \begin_inset ERT
18981 status collapsed
18982
18983 \begin_layout Plain Layout
18984
18985
18986 \backslash
18987 spce 
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \backslash
18994 textit
18995 \begin_inset ERT
18996 status collapsed
18997
18998 \begin_layout Plain Layout
18999
19000
19001 \backslash
19002 spce 
19003 \end_layout
19004
19005 \end_inset
19006
19007 A
19008 \end_layout
19009
19010 \begin_layout Standard
19011 If a symbol cannot be displayed in different sizes, it will always be displayed
19012  in the default size.
19013 \end_layout
19014
19015 \begin_layout Section
19016 Greek Letters
19017 \begin_inset Index
19018 status collapsed
19019
19020 \begin_layout Plain Layout
19021 Greek letters
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 All Greek letters can also be inserted via the toolbar button 
19031 \begin_inset Graphics
19032         filename ../images/math/alpha.png
19033         scale 85
19034
19035 \end_inset
19036
19037 .
19038 \end_layout
19039
19040 \begin_layout Subsection
19041 Small Letters
19042 \begin_inset Index
19043 status collapsed
19044
19045 \begin_layout Plain Layout
19046 Greek letters ! small
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \begin_layout Standard
19055 \begin_inset space \hfill{}
19056 \end_inset
19057
19058
19059 \begin_inset Tabular
19060 <lyxtabular version="3" rows="11" columns="2">
19061 <features>
19062 <column alignment="center" valignment="top" width="0pt">
19063 <column alignment="center" valignment="top" width="0pt">
19064 <row>
19065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 Command
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078 Result
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 </row>
19084 <row>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \backslash
19091 alpha
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 \begin_inset Formula $\alpha$
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \backslash
19116 beta
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 \begin_inset Formula $\beta$
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 </row>
19134 <row>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \backslash
19141 gamma
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 \begin_inset Formula $\gamma$
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 <row>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \backslash
19166 delta
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175 \begin_inset Formula $\delta$
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \backslash
19191 epsilon
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200 \begin_inset Formula $\epsilon$
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 <row>
19210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \backslash
19216 varepsilon
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 \begin_inset Formula $\varepsilon$
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 </row>
19234 <row>
19235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239
19240 \backslash
19241 zeta
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 \begin_inset Formula $\zeta$
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \backslash
19266 eta
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 \begin_inset Formula $\eta$
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \backslash
19291 theta
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula $\theta$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 vartheta
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula $\vartheta$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 </lyxtabular>
19335
19336 \end_inset
19337
19338
19339 \begin_inset space \hfill{}
19340 \end_inset
19341
19342
19343 \begin_inset Tabular
19344 <lyxtabular version="3" rows="12" columns="2">
19345 <features>
19346 <column alignment="center" valignment="top" width="0pt">
19347 <column alignment="center" valignment="top" width="0pt">
19348 <row>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 Command
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 Result
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \backslash
19375 iota
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 \begin_inset Formula $\iota$
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 </row>
19393 <row>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \backslash
19400 kappa
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Formula $\kappa$
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \backslash
19425 varkappa
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\varkappa$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \backslash
19450 lambda
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\lambda$
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 <row>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473
19474 \backslash
19475 mu
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 \begin_inset Formula $\mu$
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 </row>
19493 <row>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498
19499 \backslash
19500 nu
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 \begin_inset Formula $\nu$
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 </row>
19518 <row>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523
19524 \backslash
19525 xi
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 \begin_inset Formula $\xi$
19535 \end_inset
19536
19537
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 </row>
19543 <row>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 o
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 \begin_inset Formula $o$
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 </row>
19566 <row>
19567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571
19572 \backslash
19573 pi
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 \begin_inset Formula $\pi$
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 </row>
19591 <row>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \backslash
19598 varpi
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 \begin_inset Formula $\varpi$
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 </row>
19616 <row>
19617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621
19622 \backslash
19623 rho
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 \begin_inset Formula $\rho$
19633 \end_inset
19634
19635
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 </row>
19641 </lyxtabular>
19642
19643 \end_inset
19644
19645
19646 \begin_inset space \hfill{}
19647 \end_inset
19648
19649
19650 \begin_inset Tabular
19651 <lyxtabular version="3" rows="11" columns="2">
19652 <features>
19653 <column alignment="center" valignment="top" width="0pt">
19654 <column alignment="center" valignment="top" width="0pt">
19655 <row>
19656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660 Command
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 Result
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \backslash
19682 varrho
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $\varrho$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 sigma
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\sigma$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 varsigma
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\varsigma$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 tau
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\tau$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 upsilon
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\upsilon$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805
19806 \backslash
19807 phi
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\phi$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \backslash
19832 varphi
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 \begin_inset Formula $\varphi$
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 <row>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855
19856 \backslash
19857 chi
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset Formula $\chi$
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 psi
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\psi$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \backslash
19907 omega
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $\omega$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 </lyxtabular>
19926
19927 \end_inset
19928
19929
19930 \begin_inset space \hfill{}
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \begin_layout Standard
19937 \begin_inset VSpace medskip
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \begin_layout Standard
19944 How to create upright Greek letters is explained in 
19945 \begin_inset CommandInset ref
19946 LatexCommand ref
19947 reference "sub:Upright-small-Greek"
19948
19949 \end_inset
19950
19951 .
19952 \end_layout
19953
19954 \begin_layout Subsection
19955 Big Letters
19956 \begin_inset Index
19957 status collapsed
19958
19959 \begin_layout Plain Layout
19960 Greek letters ! big
19961 \end_layout
19962
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \begin_layout Standard
19969 \begin_inset space \hfill{}
19970 \end_inset
19971
19972
19973 \begin_inset Tabular
19974 <lyxtabular version="3" rows="7" columns="2">
19975 <features>
19976 <column alignment="center" valignment="top" width="0pt">
19977 <column alignment="center" valignment="top" width="0pt">
19978 <row>
19979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 Command
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 Result
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \backslash
20005 Gamma
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\Gamma$
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 <row>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \backslash
20030 Delta
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $\Delta$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 <row>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053
20054 \backslash
20055 Theta
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset Formula $\Theta$
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 <row>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078
20079 \backslash
20080 Lambda
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 \begin_inset Formula $\Lambda$
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \backslash
20105 Xi
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Formula $\Xi$
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 <row>
20124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128
20129 \backslash
20130 Pi
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Formula $\Pi$
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 </row>
20148 </lyxtabular>
20149
20150 \end_inset
20151
20152
20153 \begin_inset space \hfill{}
20154 \end_inset
20155
20156
20157 \begin_inset Tabular
20158 <lyxtabular version="3" rows="6" columns="2">
20159 <features>
20160 <column alignment="center" valignment="top" width="0pt">
20161 <column alignment="center" valignment="top" width="0pt">
20162 <row>
20163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167 Command
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 Result
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 Sigma
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\Sigma$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 <row>
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212
20213 \backslash
20214 Upsilon
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 \begin_inset Formula $\Upsilon$
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 Phi
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\Phi$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 Psi
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\Psi$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row>
20283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287
20288 \backslash
20289 Omega
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 \begin_inset Formula $\Omega$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 </lyxtabular>
20308
20309 \end_inset
20310
20311
20312 \begin_inset space \hfill{}
20313 \end_inset
20314
20315
20316 \end_layout
20317
20318 \begin_layout Standard
20319 \begin_inset VSpace medskip
20320 \end_inset
20321
20322 That the big Greek letters appear upright is caused by a design bug when
20323  TeX was developed.
20324  To get correct italic big letters, begin every command with 
20325 \series bold
20326 var
20327 \series default
20328 .
20329  For example the command 
20330 \series bold
20331
20332 \backslash
20333 varGamma
20334 \series default
20335  produces: 
20336 \begin_inset Formula $\varGamma$
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \begin_layout Subsection
20343 Bold Letters
20344 \begin_inset Index
20345 status collapsed
20346
20347 \begin_layout Plain Layout
20348 Greek letters ! bold
20349 \end_layout
20350
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \begin_layout Standard
20357 Greek letters cannot be set with different font styles like Latin letters.
20358  They can only be made bold with the command 
20359 \series bold
20360
20361 \backslash
20362 boldsymbol
20363 \series default
20364
20365 \begin_inset Index
20366 status collapsed
20367
20368 \begin_layout Plain Layout
20369 Commands ! B ! 
20370 \backslash
20371 boldsymbol
20372 \end_layout
20373
20374 \end_inset
20375
20376 .
20377 \end_layout
20378
20379 \begin_layout Standard
20380 \align center
20381 \begin_inset Tabular
20382 <lyxtabular version="3" rows="3" columns="2">
20383 <features>
20384 <column alignment="center" valignment="top" width="0">
20385 <column alignment="center" valignment="top" width="0">
20386 <row>
20387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 Command
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400 Result
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411
20412 \backslash
20413 Upsilon
20414 \backslash
20415 boldsymbol
20416 \backslash
20417 Upsilon
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 </row>
20435 <row>
20436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440
20441 \backslash
20442 theta
20443 \backslash
20444 boldsymbol
20445 \backslash
20446 theta
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455 \begin_inset Formula $\theta\boldsymbol{\theta}$
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 </row>
20464 </lyxtabular>
20465
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \begin_layout Section
20472 Symbols
20473 \begin_inset ERT
20474 status collapsed
20475
20476 \begin_layout Plain Layout
20477
20478
20479 \backslash
20480 texorpdfstring{
20481 \end_layout
20482
20483 \end_inset
20484
20485
20486 \begin_inset Foot
20487 status collapsed
20488
20489 \begin_layout Plain Layout
20490 A list with all symbols of most of the LaTeX-packages can be found in 
20491 \begin_inset CommandInset citation
20492 LatexCommand cite
20493 key "Symbole"
20494
20495 \end_inset
20496
20497 .
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \begin_inset ERT
20504 status collapsed
20505
20506 \begin_layout Plain Layout
20507
20508 }{}
20509 \end_layout
20510
20511 \end_inset
20512
20513
20514 \begin_inset Note Note
20515 status collapsed
20516
20517 \begin_layout Plain Layout
20518
20519 \backslash
20520 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20521 \end_layout
20522
20523 \begin_layout Plain Layout
20524 More about 
20525 \backslash
20526 texorpdfstring is in section 
20527 \begin_inset CommandInset ref
20528 LatexCommand ref
20529 reference "sub:Formulas-in-Section"
20530
20531 \end_inset
20532
20533 .
20534 \end_layout
20535
20536 \end_inset
20537
20538
20539 \begin_inset Index
20540 status collapsed
20541
20542 \begin_layout Plain Layout
20543 Symbols
20544 \end_layout
20545
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \begin_layout Standard
20552 Many of the symbols listed in this section can also be inserted via the
20553  toolbar buttons 
20554 \begin_inset Graphics
20555         filename ../images/math/nabla.png
20556         scale 85
20557
20558 \end_inset
20559
20560  and 
20561 \begin_inset Graphics
20562         filename ../images/math/digamma.png
20563         scale 85
20564
20565 \end_inset
20566
20567 .
20568 \end_layout
20569
20570 \begin_layout Subsection
20571 Mathematical Symbols
20572 \begin_inset CommandInset label
20573 LatexCommand label
20574 name "sub:Mathematical-Symbols"
20575
20576 \end_inset
20577
20578
20579 \begin_inset Index
20580 status collapsed
20581
20582 \begin_layout Plain Layout
20583 Symbols ! mathematical
20584 \end_layout
20585
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \begin_layout Standard
20592 \begin_inset space \hfill{}
20593 \end_inset
20594
20595
20596 \begin_inset Tabular
20597 <lyxtabular version="3" rows="10" columns="2">
20598 <features>
20599 <column alignment="center" valignment="top" width="0pt">
20600 <column alignment="center" valignment="top" width="0pt">
20601 <row>
20602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606 Command
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 Result
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626
20627 \backslash
20628 neg
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 \begin_inset Formula $\neg$
20638 \end_inset
20639
20640
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 <row>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \backslash
20653 Im
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 \begin_inset Formula $\Im$
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 Re
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Formula $\Re$
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \backslash
20703 aleph
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $\aleph$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 partial
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\partial$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \backslash
20753 infty
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $\infty$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 wp
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\wp$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 imath
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812 \begin_inset Formula $\imath$
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 <row>
20822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \backslash
20828 jmath
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 \begin_inset Formula $\jmath$
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 </lyxtabular>
20847
20848 \end_inset
20849
20850
20851 \begin_inset space \hfill{}
20852 \end_inset
20853
20854
20855 \begin_inset Tabular
20856 <lyxtabular version="3" rows="10" columns="2">
20857 <features>
20858 <column alignment="center" valignment="top" width="0pt">
20859 <column alignment="center" valignment="top" width="0pt">
20860 <row>
20861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865 Command
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 Result
20875 \begin_inset Note Note
20876 status collapsed
20877
20878 \begin_layout Plain Layout
20879
20880 \series bold
20881
20882 \backslash
20883 raisebox
20884 \series default
20885  is only used as spacer.
20886 \end_layout
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 forall
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\forall$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \backslash
20928 exists
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Formula $\exists$
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 <row>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951
20952 \backslash
20953 nexists
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 \begin_inset Formula $\nexists$
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 <row>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976
20977 \backslash
20978 emptyset
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\emptyset$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \backslash
21003 varnothing
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset Formula $\varnothing$
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 </row>
21021 <row>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026
21027 \backslash
21028 dag
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037 \begin_inset Formula $\dag$
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 </row>
21046 <row>
21047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \backslash
21053 ddag
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 \begin_inset Formula $\ddag$
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 </row>
21071 <row>
21072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \backslash
21078 complement
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 \begin_inset ERT
21088 status collapsed
21089
21090 \begin_layout Plain Layout
21091
21092
21093 \backslash
21094 raisebox{-0.8mm}{
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \begin_inset Formula $\complement$
21101 \end_inset
21102
21103
21104 \begin_inset ERT
21105 status collapsed
21106
21107 \begin_layout Plain Layout
21108
21109 }
21110 \end_layout
21111
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 </row>
21120 <row>
21121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125
21126 \backslash
21127 Bbbk
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136 \begin_inset Formula $\Bbbk$
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 </row>
21145 </lyxtabular>
21146
21147 \end_inset
21148
21149
21150 \begin_inset space \hfill{}
21151 \end_inset
21152
21153
21154 \begin_inset Tabular
21155 <lyxtabular version="3" rows="10" columns="2">
21156 <features>
21157 <column alignment="center" valignment="top" width="0pt">
21158 <column alignment="center" valignment="top" width="0pt">
21159 <row>
21160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 Command
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 Result
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 </row>
21179 <row>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184
21185 \backslash
21186 prime
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195 \begin_inset Formula $\prime$
21196 \end_inset
21197
21198
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 </row>
21204 <row>
21205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209
21210 \backslash
21211 backprime
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220 \begin_inset Formula $\backprime$
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 </row>
21229 <row>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234
21235 \backslash
21236 mho
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245 \begin_inset Formula $\mho$
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 </row>
21254 <row>
21255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259
21260 \backslash
21261 triangle
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 \begin_inset Formula $\triangle$
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 </row>
21279 <row>
21280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284
21285 \backslash
21286 angle
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 \begin_inset Formula $\angle$
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 <row>
21305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \backslash
21311 measuredangle
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 \begin_inset Formula $\measuredangle$
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \backslash
21336 sphericalangle
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $\sphericalangle$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 <row>
21355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \backslash
21361 top
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 \begin_inset Formula $\top$
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \backslash
21386 bot
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\bot$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 </lyxtabular>
21405
21406 \end_inset
21407
21408
21409 \begin_inset space \hfill{}
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \begin_layout Subsection
21416 Miscellaneous Symbols
21417 \begin_inset CommandInset label
21418 LatexCommand label
21419 name "sub:Miscellaneous-Symbols"
21420
21421 \end_inset
21422
21423
21424 \begin_inset Index
21425 status collapsed
21426
21427 \begin_layout Plain Layout
21428 Symbols ! miscellaneous
21429 \end_layout
21430
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \begin_layout Standard
21437 \noindent
21438 \align center
21439 \begin_inset Tabular
21440 <lyxtabular version="3" rows="10" columns="2">
21441 <features>
21442 <column alignment="center" valignment="top" width="0pt">
21443 <column alignment="center" valignment="top" width="0pt">
21444 <row>
21445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 Command
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458 Result
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 </row>
21464 <row>
21465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469
21470 \backslash
21471 flat
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 \begin_inset Formula $\flat$
21481 \end_inset
21482
21483
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 </row>
21489 <row>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494
21495 \backslash
21496 natural
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $\natural$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 <row>
21515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519
21520 \backslash
21521 sharp
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 \begin_inset Formula $\sharp$
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 </row>
21539 <row>
21540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544
21545 \backslash
21546 surd
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Formula $\surd$
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 </row>
21564 <row>
21565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569
21570 \backslash
21571 checkmark
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 \begin_inset Formula $\checkmark$
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 </row>
21589 <row>
21590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594
21595 \backslash
21596 yen
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $\yen$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 <row>
21615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \backslash
21621 pounds
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\pounds$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 $
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset Formula $\$$
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 §
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $§$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 </lyxtabular>
21686
21687 \end_inset
21688
21689
21690 \begin_inset Tabular
21691 <lyxtabular version="3" rows="10" columns="2">
21692 <features>
21693 <column alignment="center" valignment="top" width="0">
21694 <column alignment="center" valignment="top" width="0">
21695 <row>
21696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 Command
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 Result
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 </row>
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720
21721 \backslash
21722 hbar
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Formula $\hbar$
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 </row>
21740 <row>
21741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745
21746 \backslash
21747 hslash
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 \begin_inset Formula $\hslash$
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 </row>
21765 <row>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \backslash
21772 clubsuit
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 \begin_inset Formula $\clubsuit$
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \backslash
21797 spadesuit
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 \begin_inset Formula $\spadesuit$
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \backslash
21822 bigstar
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 \begin_inset Formula $\bigstar$
21832 \end_inset
21833
21834
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 </row>
21840 <row>
21841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845
21846 \backslash
21847 blacklozenge
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856 \begin_inset Formula $\blacklozenge$
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \backslash
21872 blacktriangle
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Formula $\blacktriangle$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \backslash
21897 blacktiangledown
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 \begin_inset Formula $\blacktriangledown$
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 bullet
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\bullet$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 </lyxtabular>
21941
21942 \end_inset
21943
21944
21945 \begin_inset Tabular
21946 <lyxtabular version="3" rows="10" columns="2">
21947 <features>
21948 <column alignment="center" valignment="top" width="0pt">
21949 <column alignment="center" valignment="top" width="0pt">
21950 <row>
21951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955 Command
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 Result
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \backslash
21977 diamondsuit
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\diamondsuit$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000
22001 \backslash
22002 Diamond
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Formula $\Diamond$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 heartsuit
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\heartsuit$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 <row>
22046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \backslash
22052 P
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Formula $\P$
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 <row>
22071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075
22076 \backslash
22077 copyright
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 \begin_inset Formula $\copyright$
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 <row>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \backslash
22102 circledR
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 \begin_inset Formula $\circledR$
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 <row>
22121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \backslash
22127 maltese
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 \begin_inset Formula $\maltese$
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 </row>
22145 <row>
22146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150
22151 \backslash
22152 diagup
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 \begin_inset Formula $\diagup$
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 <row>
22171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \backslash
22177 diagdown
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 \begin_inset Formula $\diagdown$
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 </lyxtabular>
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \begin_layout Standard
22203 \begin_inset VSpace medskip
22204 \end_inset
22205
22206 More symbols are listed in 
22207 \begin_inset CommandInset ref
22208 LatexCommand ref
22209 reference "sub:Miscellaneous-special-Characters"
22210
22211 \end_inset
22212
22213 .
22214 \end_layout
22215
22216 \begin_layout Standard
22217 Some symbols can be displayed in different sizes, see 
22218 \begin_inset CommandInset ref
22219 LatexCommand ref
22220 reference "sub:Font-Sizes"
22221
22222 \end_inset
22223
22224 .
22225 \end_layout
22226
22227 \begin_layout Subsection
22228 The Euro-Symbol €
22229 \begin_inset Index
22230 status collapsed
22231
22232 \begin_layout Plain Layout
22233 Symbols ! Euro-symbol
22234 \end_layout
22235
22236 \end_inset
22237
22238
22239 \begin_inset Index
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 @
22246 \begin_inset ERT
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250
22251
22252 \backslash
22253 officialeuro
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \begin_layout Standard
22267 To use the Euro symbol in formulas, the LaTeX-package 
22268 \series bold
22269 eurosym
22270 \series default
22271
22272 \begin_inset Index
22273 status collapsed
22274
22275 \begin_layout Plain Layout
22276 Packages ! eurosym
22277 \end_layout
22278
22279 \end_inset
22280
22281  must be installed and loaded with the LaTeX-preamble line
22282 \end_layout
22283
22284 \begin_layout Standard
22285
22286 \series bold
22287
22288 \backslash
22289 usepackage[gennarrow]{eurosym}
22290 \end_layout
22291
22292 \begin_layout Standard
22293 The Euro symbol can now be inserted with the command 
22294 \series bold
22295
22296 \backslash
22297 euro
22298 \series default
22299
22300 \begin_inset Index
22301 status collapsed
22302
22303 \begin_layout Plain Layout
22304 Commands ! E ! 
22305 \backslash
22306 euro
22307 \end_layout
22308
22309 \end_inset
22310
22311 .
22312 \end_layout
22313
22314 \begin_layout Standard
22315 The Euro symbol can directly be inserted with the € key in mathematical
22316  text, without having 
22317 \series bold
22318 eurosym
22319 \series default
22320  installed.
22321  When 
22322 \series bold
22323 eurosym
22324 \series default
22325  is installed, 
22326 \series bold
22327
22328 \backslash
22329 euro
22330 \series default
22331  can also be inserted in TeX-mode.
22332  The official currency symbol can then be inserted with the command 
22333 \series bold
22334
22335 \backslash
22336 officialeuro
22337 \series default
22338
22339 \begin_inset Index
22340 status collapsed
22341
22342 \begin_layout Plain Layout
22343 Commands ! O ! 
22344 \backslash
22345 officialeuro
22346 \end_layout
22347
22348 \end_inset
22349
22350 , that is only available in TeX-mode.
22351 \end_layout
22352
22353 \begin_layout Standard
22354 \begin_inset ERT
22355 status collapsed
22356
22357 \begin_layout Plain Layout
22358
22359
22360 \backslash
22361 ifeurosym 
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \begin_inset Note Note
22368 status open
22369
22370 \begin_layout Plain Layout
22371 The following table will only be displayed when the LaTeX-package 
22372 \series bold
22373 eurosym
22374 \series default
22375  is installed.
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \begin_layout Standard
22384 An overview about the different Euro symbols:
22385 \end_layout
22386
22387 \begin_layout Standard
22388 \align center
22389 \begin_inset Tabular
22390 <lyxtabular version="3" rows="4" columns="3">
22391 <features>
22392 <column alignment="center" valignment="top" width="0pt">
22393 <column alignment="center" valignment="top" width="0pt">
22394 <column alignment="center" valignment="top" width="0pt">
22395 <row>
22396 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409 Command 
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418 Result
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 </row>
22424 <row>
22425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 formula
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \backslash
22440 euro
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 \begin_inset Formula $\euro$
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 </row>
22458 <row>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 mathematical text
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $\mbox{€}$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 </row>
22490 <row>
22491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 TeX-mode
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504
22505 \backslash
22506 officialeuro
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 \begin_inset ERT
22516 status collapsed
22517
22518 \begin_layout Plain Layout
22519
22520
22521 \backslash
22522 officialeuro
22523 \end_layout
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 </lyxtabular>
22534
22535 \end_inset
22536
22537
22538 \end_layout
22539
22540 \begin_layout Standard
22541 \begin_inset ERT
22542 status collapsed
22543
22544 \begin_layout Plain Layout
22545
22546
22547 \backslash
22548 else 
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \begin_inset Note Note
22555 status open
22556
22557 \begin_layout Plain Layout
22558 The following will be displayed when the LaTeX-package 
22559 \series bold
22560 eurosym
22561 \series default
22562  is not installed:
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \begin_layout Standard
22571 You need to install the LaTeX-package 
22572 \series bold
22573 eurosym
22574 \series default
22575  to see the rest of this subsection in the output.
22576 \end_layout
22577
22578 \begin_layout Standard
22579 \begin_inset ERT
22580 status collapsed
22581
22582 \begin_layout Plain Layout
22583
22584
22585 \backslash
22586 fi 
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \begin_layout Section
22595 Relations
22596 \begin_inset CommandInset label
22597 LatexCommand label
22598 name "sec:Relations"
22599
22600 \end_inset
22601
22602
22603 \begin_inset Index
22604 status collapsed
22605
22606 \begin_layout Plain Layout
22607 Relations
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \begin_inset Index
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617 Comparisons|see
22618 \begin_inset ERT
22619 status collapsed
22620
22621 \begin_layout Plain Layout
22622
22623 {
22624 \end_layout
22625
22626 \end_inset
22627
22628 Relations
22629 \begin_inset ERT
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633
22634 }
22635 \end_layout
22636
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \begin_layout Standard
22648 All relations can also be inserted via the toolbar button 
22649 \begin_inset Graphics
22650         filename ../images/math/leq.png
22651         scale 85
22652
22653 \end_inset
22654
22655 .
22656 \end_layout
22657
22658 \begin_layout Standard
22659 \begin_inset space \hfill{}
22660 \end_inset
22661
22662
22663 \begin_inset Tabular
22664 <lyxtabular version="3" rows="17" columns="2">
22665 <features>
22666 <column alignment="center" valignment="top" width="0pt">
22667 <column alignment="center" valignment="top" width="0pt">
22668 <row>
22669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 Command
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 Result
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 <
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 \begin_inset Formula $<$
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \backslash
22718 le
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Formula $\le$
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 ll
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 \begin_inset Formula $\ll$
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766
22767 \backslash
22768 prec
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 \begin_inset Formula $\prec$
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 </row>
22786 <row>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791
22792 \backslash
22793 preceq
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $\preceq$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 </row>
22811 <row>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816
22817 \backslash
22818 subset
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset Formula $\subset$
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 <row>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841
22842 \backslash
22843 subseteq
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 \begin_inset Formula $\subseteq$
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 </row>
22861 <row>
22862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866
22867 \backslash
22868 sqsubseteq
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 \begin_inset Formula $\sqsubseteq$
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 </row>
22886 <row>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891
22892 \backslash
22893 in
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 \begin_inset Formula $\in$
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 </row>
22911 <row>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916
22917 \backslash
22918 vdash
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 \begin_inset Formula $\vdash$
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 </row>
22936 <row>
22937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941
22942 \backslash
22943 smile
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 \begin_inset Formula $\smile$
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 </row>
22961 <row>
22962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966
22967 \backslash
22968 lhd
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 \begin_inset Formula $\lhd$
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 </row>
22986 <row>
22987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991
22992 \backslash
22993 unlhd
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 \begin_inset Formula $\unlhd$
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 </row>
23011 <row>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016
23017 \backslash
23018 gtrless
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 \begin_inset Formula $\gtrless$
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 </row>
23036 <row>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \backslash
23043 mid
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $\mid$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \backslash
23068 nmid
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 \begin_inset Formula $\nmid$
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 </lyxtabular>
23087
23088 \end_inset
23089
23090
23091 \begin_inset space \hfill{}
23092 \end_inset
23093
23094
23095 \begin_inset Tabular
23096 <lyxtabular version="3" rows="17" columns="2">
23097 <features>
23098 <column alignment="center" valignment="top" width="0pt">
23099 <column alignment="center" valignment="top" width="0pt">
23100 <row>
23101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 Command
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 Result
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125 =
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 \begin_inset Formula $=$
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 </row>
23143 <row>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148
23149 \backslash
23150 not=
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 \begin_inset Formula $\not=$
23160 \end_inset
23161
23162
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 </row>
23168 <row>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173
23174 \backslash
23175 equiv
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184 \begin_inset Formula $\equiv$
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 </row>
23193 <row>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198
23199 \backslash
23200 sim
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 \begin_inset Formula $\sim$
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 </row>
23218 <row>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223
23224 \backslash
23225 simeq
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234 \begin_inset Formula $\simeq$
23235 \end_inset
23236
23237
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 </row>
23243 <row>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248
23249 \backslash
23250 approx
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259 \begin_inset Formula $\approx$
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 </row>
23268 <row>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273
23274 \backslash
23275 cong
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Formula $\cong$
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 </row>
23293 <row>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298
23299 \backslash
23300 bowtie
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $\bowtie$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 </row>
23318 <row>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323
23324 \backslash
23325 notin
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $\notin$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 perp
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\perp$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 propto
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\propto$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \backslash
23400 asymp
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 \begin_inset Formula $\asymp$
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \backslash
23425 doteq
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $\doteq$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 circeq
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\circeq$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 models
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\models$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 widehat=
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\widehat{=}$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 </lyxtabular>
23519
23520 \end_inset
23521
23522
23523 \begin_inset space \hfill{}
23524 \end_inset
23525
23526
23527 \begin_inset Tabular
23528 <lyxtabular version="3" rows="17" columns="2">
23529 <features>
23530 <column alignment="center" valignment="top" width="0pt">
23531 <column alignment="center" valignment="top" width="0pt">
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 Command
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 Result
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557 >
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 \begin_inset Formula $>$
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 </row>
23575 <row>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580
23581 \backslash
23582 ge
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 \begin_inset Formula $\ge$
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 </row>
23600 <row>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605
23606 \backslash
23607 gg
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 \begin_inset Formula $\gg$
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 </row>
23625 <row>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630
23631 \backslash
23632 succ
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641 \begin_inset Formula $\succ$
23642 \end_inset
23643
23644
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 </row>
23650 <row>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655
23656 \backslash
23657 succeq
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666 \begin_inset Formula $\succeq$
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 </row>
23675 <row>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680
23681 \backslash
23682 supset
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691 \begin_inset Formula $\supset$
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 </row>
23700 <row>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \backslash
23707 supseteq
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 \begin_inset Formula $\supseteq$
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 </row>
23725 <row>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730
23731 \backslash
23732 sqsupseteq
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $\sqsupseteq$
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" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755
23756 \backslash
23757 ni
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $\ni$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 <row>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \backslash
23782 dashv
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Formula $\dashv$
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \backslash
23807 frown
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Formula $\frown$
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \backslash
23832 rhd
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 \begin_inset Formula $\rhd$
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 </row>
23850 <row>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \backslash
23857 unrhd
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $\unrhd$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 lessgtr
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 \begin_inset Formula $\lessgtr$
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 parallel
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\parallel$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 nparallel
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\nparallel$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 </lyxtabular>
23951
23952 \end_inset
23953
23954
23955 \begin_inset space \hfill{}
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \begin_layout Standard
23962 \begin_inset VSpace medskip
23963 \end_inset
23964
23965 The characters 
23966 \series bold
23967
23968 \backslash
23969 lhd
23970 \series default
23971  and 
23972 \series bold
23973
23974 \backslash
23975 rhd
23976 \series default
23977  are bigger than the equal looking operators 
23978 \series bold
23979
23980 \backslash
23981 triangleleft
23982 \series default
23983  and 
23984 \series bold
23985
23986 \backslash
23987 triangleright
23988 \series default
23989 , respectively.
23990 \end_layout
23991
23992 \begin_layout Standard
23993 Relations are, in contrary to symbols, always surrounded by space.
23994 \end_layout
23995
23996 \begin_layout Standard
23997 Relations with labels can be created with the command 
23998 \series bold
23999
24000 \backslash
24001 stackrel
24002 \series default
24003
24004 \begin_inset Index
24005 status collapsed
24006
24007 \begin_layout Plain Layout
24008 Commands ! S ! 
24009 \backslash
24010 stackrel
24011 \end_layout
24012
24013 \end_inset
24014
24015 :
24016 \end_layout
24017
24018 \begin_layout Standard
24019 \align center
24020 \begin_inset Tabular
24021 <lyxtabular version="3" rows="2" columns="2">
24022 <features>
24023 <column alignment="center" valignment="top" width="0">
24024 <column alignment="center" valignment="top" width="0">
24025 <row>
24026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 Command
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 Result
24040 \begin_inset Note Note
24041 status collapsed
24042
24043 \begin_layout Plain Layout
24044
24045 \series bold
24046
24047 \backslash
24048 raisebox
24049 \series default
24050  is only used as spacer.
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 A(r)
24067 \backslash
24068 stackrel
24069 \begin_inset ERT
24070 status collapsed
24071
24072 \begin_layout Plain Layout
24073
24074
24075 \backslash
24076 spce 
24077 \end_layout
24078
24079 \end_inset
24080
24081 r
24082 \backslash
24083 to
24084 \backslash
24085 infty
24086 \begin_inset ERT
24087 status collapsed
24088
24089 \begin_layout Plain Layout
24090
24091
24092 \backslash
24093 spce 
24094 \end_layout
24095
24096 \end_inset
24097
24098
24099 \begin_inset Formula $\downarrow$
24100 \end_inset
24101
24102
24103 \backslash
24104 approx
24105 \begin_inset ERT
24106 status collapsed
24107
24108 \begin_layout Plain Layout
24109
24110
24111 \backslash
24112 spce 
24113 \end_layout
24114
24115 \end_inset
24116
24117
24118 \begin_inset ERT
24119 status collapsed
24120
24121 \begin_layout Plain Layout
24122
24123
24124 \backslash
24125 spce 
24126 \end_layout
24127
24128 \end_inset
24129
24130 B
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 </row>
24148 </lyxtabular>
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Section
24156 Functions
24157 \end_layout
24158
24159 \begin_layout Subsection
24160 Predefined Functions
24161 \begin_inset CommandInset label
24162 LatexCommand label
24163 name "sub:Predefined-Functions"
24164
24165 \end_inset
24166
24167
24168 \begin_inset Index
24169 status collapsed
24170
24171 \begin_layout Plain Layout
24172 Functions ! predefined
24173 \end_layout
24174
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \begin_layout Standard
24181 In general, variables are set 
24182 \emph on
24183 italic
24184 \emph default
24185  in mathematical expressions, but not function names, because 
24186 \begin_inset Formula $sin$
24187 \end_inset
24188
24189  could be misunderstood as 
24190 \begin_inset Formula $s\cdot i\cdot n$
24191 \end_inset
24192
24193 .
24194  Therefore there are predefined functions, that are additionally a bit separated
24195  from prefactors.
24196  They are inserted as commands starting with a backslash before their name.
24197 \end_layout
24198
24199 \begin_layout Standard
24200 \align center
24201 \begin_inset Tabular
24202 <lyxtabular version="3" rows="2" columns="4">
24203 <features>
24204 <column alignment="center" valignment="top" width="0pt">
24205 <column alignment="center" valignment="top" width="0pt">
24206 <column alignment="center" valignment="top" width="0pt">
24207 <column alignment="center" valignment="top" width="0pt">
24208 <row>
24209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213 Command
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222 Result
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231 Command
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240 Result
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 </row>
24246 <row>
24247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251 Asin(x)+B
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260 \begin_inset Formula $Asin(x)+B$
24261 \end_inset
24262
24263
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 A
24273 \backslash
24274 sin(x)+B
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 \begin_inset Formula $A\sin(x)+B$
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 </row>
24292 </lyxtabular>
24293
24294 \end_inset
24295
24296
24297 \end_layout
24298
24299 \begin_layout Standard
24300 The following functions are predefined:
24301 \end_layout
24302
24303 \begin_layout Standard
24304 \begin_inset VSpace -2mm
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \begin_layout Standard
24311 \align center
24312 \begin_inset Tabular
24313 <lyxtabular version="3" rows="9" columns="4">
24314 <features>
24315 <column alignment="center" valignment="top" width="0pt">
24316 <column alignment="center" valignment="top" width="0pt">
24317 <column alignment="center" valignment="top" width="0pt">
24318 <column alignment="center" valignment="top" width="0pt">
24319 <row>
24320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 Command
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 Command
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342 Command
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351 Command
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
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 sin
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 sinh
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 arcsin
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 sup
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 </row>
24403 <row>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 cos
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 cosh
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 arccos
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441
24442 \backslash
24443 inf
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 </row>
24449 <row>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 tan
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 tanh
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \backslash
24478 arctan
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 lim
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 </row>
24495 <row>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 cot
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511
24512 \backslash
24513 coth
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522
24523 \backslash
24524 arg
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533
24534 \backslash
24535 liminf
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 sec
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \backslash
24559 min
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568
24569 \backslash
24570 deg
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579
24580 \backslash
24581 limsup
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 </row>
24587 <row>
24588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592
24593 \backslash
24594 csc
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603
24604 \backslash
24605 max
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24611 \begin_inset Text
24612
24613 \begin_layout Plain Layout
24614
24615 \backslash
24616 det
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625
24626 \backslash
24627 Pr
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 </row>
24633 <row>
24634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638
24639 \backslash
24640 ln
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649
24650 \backslash
24651 exp
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660
24661 \backslash
24662 dim
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \backslash
24673 hom
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 </row>
24679 <row>
24680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684
24685 \backslash
24686 lg
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695
24696 \backslash
24697 log
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706
24707 \backslash
24708 ker
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717
24718 \backslash
24719 gcd
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 </row>
24725 </lyxtabular>
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \begin_layout Standard
24733 They can also be inserted with the math toolbar button 
24734 \begin_inset Graphics
24735         filename ../images/math/functions.png
24736         scale 85
24737
24738 \end_inset
24739
24740 .
24741 \end_layout
24742
24743 \begin_layout Subsection
24744 Self-defined Functions
24745 \begin_inset Index
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749 Functions ! self-defined
24750 \end_layout
24751
24752 \end_inset
24753
24754
24755 \end_layout
24756
24757 \begin_layout Standard
24758 To use a function that is not predefined, like for example the sign function
24759  sgn(x), there are two possibilities:
24760 \end_layout
24761
24762 \begin_layout Itemize
24763 Define the function by inserting the following line to the LaTeX-preamble
24764 \begin_inset Foot
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768 For more about 
24769 \series bold
24770
24771 \backslash
24772 DeclareMathOperator
24773 \series default
24774  see 
24775 \begin_inset CommandInset ref
24776 LatexCommand ref
24777 reference "sub:Self-defined-Operators"
24778
24779 \end_inset
24780
24781 .
24782 \end_layout
24783
24784 \end_inset
24785
24786
24787 \begin_inset Newline newline
24788 \end_inset
24789
24790
24791 \begin_inset VSpace -3mm
24792 \end_inset
24793
24794
24795 \begin_inset Newline newline
24796 \end_inset
24797
24798
24799 \series bold
24800
24801 \backslash
24802 DeclareMathOperator{
24803 \backslash
24804 sgn}{sgn}
24805 \series default
24806
24807 \begin_inset Index
24808 status collapsed
24809
24810 \begin_layout Plain Layout
24811 Commands ! D ! 
24812 \backslash
24813 dbinom@
24814 \backslash
24815 DeclareMathOperator
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \begin_inset Newline newline
24822 \end_inset
24823
24824
24825 \begin_inset VSpace -2mm
24826 \end_inset
24827
24828
24829 \begin_inset Newline newline
24830 \end_inset
24831
24832 Now the new defined function can be called with the command 
24833 \series bold
24834
24835 \backslash
24836 sgn
24837 \series default
24838 .
24839 \end_layout
24840
24841 \begin_layout Itemize
24842 Write the the formula as usual, mark the formula name, in our example the
24843  letters 
24844 \emph on
24845 sgn
24846 \emph default
24847 , and change it to mathematical text.
24848  At last a space is inserted between prefactor and function.
24849 \end_layout
24850
24851 \begin_layout Standard
24852 The result is the same with both methods as with a predefined function
24853 \begin_inset Foot
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857 In LyX self-defined functions are displayed red, predefined ones black.
24858 \end_layout
24859
24860 \end_inset
24861
24862 :
24863 \end_layout
24864
24865 \begin_layout Standard
24866 \align center
24867 \begin_inset Tabular
24868 <lyxtabular version="3" rows="3" columns="2">
24869 <features>
24870 <column alignment="center" valignment="top" width="0pt">
24871 <column alignment="center" valignment="top" width="0pt">
24872 <row>
24873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877 Command
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 Result
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 </row>
24892 <row>
24893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 A
24898 \backslash
24899 sgn(x)+B
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 \begin_inset Formula $A\sgn(x)+B$
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 </row>
24917 <row>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922 A
24923 \backslash
24924 ,
24925 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24926 \end_inset
24927
24928 (x)+B
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 </row>
24946 </lyxtabular>
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \begin_layout Standard
24954 The first method is more suitable when the self-defined function should
24955  be used several times.
24956 \end_layout
24957
24958 \begin_layout Subsection
24959 Limits
24960 \begin_inset Index
24961 status collapsed
24962
24963 \begin_layout Plain Layout
24964 Limits
24965 \end_layout
24966
24967 \end_inset
24968
24969
24970 \end_layout
24971
24972 \begin_layout Standard
24973 For limits there are defined besides 
24974 \series bold
24975
24976 \backslash
24977 lim
24978 \series default
24979
24980 \begin_inset Index
24981 status collapsed
24982
24983 \begin_layout Plain Layout
24984 Commands ! L ! 
24985 \backslash
24986 lim
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \series bold
24993
24994 \backslash
24995 liminf
24996 \series default
24997  and 
24998 \series bold
24999
25000 \backslash
25001 limsup
25002 \series default
25003  furthermore the following functions:
25004 \end_layout
25005
25006 \begin_layout Standard
25007 \align center
25008 \begin_inset Tabular
25009 <lyxtabular version="3" rows="5" columns="2">
25010 <features>
25011 <column alignment="center" valignment="top" width="0">
25012 <column alignment="center" valignment="top" width="0">
25013 <row>
25014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018 Command
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027 Result
25028 \begin_inset Note Note
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033 \series bold
25034
25035 \backslash
25036 raisebox
25037 \series default
25038  is only used as spacer.
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 </row>
25049 <row>
25050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25051 \begin_inset Text
25052
25053 \begin_layout Plain Layout
25054
25055 \backslash
25056 varliminf
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 \begin_inset Formula $\varliminf$
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 </row>
25074 <row>
25075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \backslash
25081 varlimsup
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090 \begin_inset Formula $\varlimsup$
25091 \end_inset
25092
25093
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 </row>
25099 <row>
25100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104
25105 \backslash
25106 varprojlim
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115 \begin_inset Formula $\varprojlim$
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 </row>
25124 <row>
25125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129
25130 \backslash
25131 varinjlim
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 \begin_inset Formula $\varinjlim$
25141 \end_inset
25142
25143
25144 \begin_inset Formula $\raisebox{-2.5mm}{}$
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 </row>
25153 </lyxtabular>
25154
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \begin_layout Standard
25161 \begin_inset VSpace medskip
25162 \end_inset
25163
25164 The limit is created by inserting a subscript.
25165  It is set right beside the function in an inline formula:
25166 \end_layout
25167
25168 \begin_layout Standard
25169 \align center
25170 \begin_inset Tabular
25171 <lyxtabular version="3" rows="2" columns="2">
25172 <features>
25173 <column alignment="center" valignment="top" width="0pt">
25174 <column alignment="center" valignment="top" width="0pt">
25175 <row>
25176 <cell alignment="center" valignment="top" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 Command
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189 \begin_inset space \hspace{}
25190 \length 1cm
25191 \end_inset
25192
25193 Result
25194 \begin_inset Note Note
25195 status collapsed
25196
25197 \begin_layout Plain Layout
25198
25199 \series bold
25200
25201 \backslash
25202 hspace
25203 \series default
25204  and
25205 \series bold
25206  
25207 \backslash
25208 raisebox
25209 \series default
25210  are used here as spacer.
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 <row>
25222 <cell alignment="center" valignment="top" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \backslash
25228 lim_x
25229 \backslash
25230 to
25231 \begin_inset ERT
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235
25236
25237 \backslash
25238 spce 
25239 \end_layout
25240
25241 \end_inset
25242
25243 A
25244 \begin_inset ERT
25245 status collapsed
25246
25247 \begin_layout Plain Layout
25248
25249
25250 \backslash
25251 spce 
25252 \end_layout
25253
25254 \end_inset
25255
25256 x=B
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 </row>
25274 </lyxtabular>
25275
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \begin_layout Standard
25282 In a displayed formula the limit is set below the formula, as usual:
25283 \begin_inset Formula \[
25284 \lim_{x\to A}x=B\]
25285
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \begin_layout Subsection
25292 Modulo-Functions
25293 \begin_inset Index
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297 Functions ! modulo-
25298 \end_layout
25299
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Standard
25306 The modulo-function is special, because it exists in four variants.
25307 \end_layout
25308
25309 \begin_layout Standard
25310 The variants in a displayed formula:
25311 \begin_inset Formula \begin{align*}
25312 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25313 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25314 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25315 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25316 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \begin_layout Standard
25324 In an inline formula less space is set before the function names for all
25325  variants.
25326 \end_layout
25327
25328 \begin_layout Section
25329 Special Characters
25330 \begin_inset Index
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 Special characters
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Subsection
25343 Special Characters in Mathematical Text
25344 \end_layout
25345
25346 \begin_layout Standard
25347 The following commands can only be used in mathematical text or in TeX-mode:
25348 \end_layout
25349
25350 \begin_layout Standard
25351 \begin_inset space \hfill{}
25352 \end_inset
25353
25354
25355 \begin_inset Tabular
25356 <lyxtabular version="3" rows="8" columns="2">
25357 <features>
25358 <column alignment="block" valignment="top" width="0">
25359 <column alignment="block" valignment="top" width="0">
25360 <row>
25361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365 Command
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374 Result
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 </row>
25380 <row>
25381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \backslash
25387 oe
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396 \begin_inset Formula $\textrm{œ}$
25397 \end_inset
25398
25399
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 </row>
25405 <row>
25406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410
25411 \backslash
25412 OE
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421 \begin_inset Formula $\textrm{Œ}$
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 </row>
25430 <row>
25431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435
25436 \backslash
25437 ae
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 \begin_inset Formula $\textrm{æ}$
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 </row>
25455 <row>
25456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460
25461 \backslash
25462 AE
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471 \begin_inset Formula $\textrm{Æ}$
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 </row>
25480 <row>
25481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485
25486 \backslash
25487 aa
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496 \begin_inset Formula $\textrm{\aa}$
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 </row>
25505 <row>
25506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510
25511 \backslash
25512 AA
25513 \begin_inset Index
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517
25518 \backslash
25519 @
25520 \begin_inset ERT
25521 status collapsed
25522
25523 \begin_layout Plain Layout
25524
25525
25526 \backslash
25527 textrm{
25528 \backslash
25529 AA}
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Plain Layout
25548 \begin_inset Formula $\textrm{Å}$
25549 \end_inset
25550
25551
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 </row>
25557 <row>
25558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562
25563 \backslash
25564 i
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573 \begin_inset Formula $\textrm{ı}$
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 </row>
25582 </lyxtabular>
25583
25584 \end_inset
25585
25586
25587 \begin_inset space \hfill{}
25588 \end_inset
25589
25590
25591 \begin_inset Tabular
25592 <lyxtabular version="3" rows="8" columns="2">
25593 <features>
25594 <column alignment="block" valignment="top" width="0">
25595 <column alignment="center" valignment="top" width="0">
25596 <row>
25597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 command
25602 \begin_inset Note Note
25603 status collapsed
25604
25605 \begin_layout Plain Layout
25606
25607 \series bold
25608
25609 \backslash
25610 hspace{0mm}
25611 \series default
25612  is used for separation, because otherwise the output will be ¡ and ¿ respective
25613 ly.
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627 Result
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 <row>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638
25639 \backslash
25640 o
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 \begin_inset Formula $\textrm{ø}$
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 <row>
25659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663
25664 \backslash
25665 O
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Formula $\textrm{Ø}$
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 </row>
25683 <row>
25684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \backslash
25690 l
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 \begin_inset Formula $\textrm{ł}$
25700 \end_inset
25701
25702
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 <row>
25709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713
25714 \backslash
25715 L
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Plain Layout
25724 \begin_inset Formula $\textrm{Ł}$
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 </row>
25733 <row>
25734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738 !
25739 \begin_inset space \hspace{}
25740 \length 0mm
25741 \end_inset
25742
25743 `
25744 \begin_inset ERT
25745 status collapsed
25746
25747 \begin_layout Plain Layout
25748
25749
25750 \backslash
25751 spce 
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765 \begin_inset Formula $\textrm{!`}$
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 </row>
25774 <row>
25775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779 ?
25780 \begin_inset space \hspace{}
25781 \length 0mm
25782 \end_inset
25783
25784 `
25785 \begin_inset ERT
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789
25790
25791 \backslash
25792 spce 
25793 \end_layout
25794
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 \begin_inset Formula $\textrm{?`}$
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 <row>
25816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820
25821 \backslash
25822 j
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831 \begin_inset Formula $\textrm{ȷ}$
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 </row>
25840 </lyxtabular>
25841
25842 \end_inset
25843
25844
25845 \begin_inset space \hfill{}
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Standard
25852 The characters 
25853 \begin_inset Formula $\textrm{\textrm{Å}}$
25854 \end_inset
25855
25856  and 
25857 \begin_inset Formula $\textrm{\textrm{Ø}}$
25858 \end_inset
25859
25860  can also be inserted via the math toolbar button 
25861 \begin_inset Graphics
25862         filename ../images/math/digamma.png
25863         scale 85
25864
25865 \end_inset
25866
25867 .
25868 \end_layout
25869
25870 \begin_layout Standard
25871 An exception are the commands 
25872 \series bold
25873 !
25874 \begin_inset space \hspace{}
25875 \length 0mm
25876 \end_inset
25877
25878 `
25879 \series default
25880  and 
25881 \series bold
25882 ?
25883 \begin_inset space \hspace{}
25884 \length 0mm
25885 \end_inset
25886
25887 `
25888 \series default
25889 , because they can be inserted in LyX directly to text.
25890 \end_layout
25891
25892 \begin_layout Subsection
25893 Accents in Text
25894 \begin_inset CommandInset label
25895 LatexCommand label
25896 name "sub:Accents-in-Text"
25897
25898 \end_inset
25899
25900
25901 \begin_inset Index
25902 status collapsed
25903
25904 \begin_layout Plain Layout
25905 Accents ! in text
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \begin_layout Standard
25914 With the following commands all letters can be accented.
25915  The commands must be inserted in TeX-mode.
25916 \end_layout
25917
25918 \begin_layout Standard
25919 \begin_inset space \hfill{}
25920 \end_inset
25921
25922
25923 \begin_inset Tabular
25924 <lyxtabular version="3" rows="8" columns="2">
25925 <features>
25926 <column alignment="block" valignment="top" width="0">
25927 <column alignment="block" valignment="top" width="0">
25928 <row>
25929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933 Command
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942 Result
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 </row>
25948 <row>
25949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953
25954 \backslash
25955
25956 \begin_inset Quotes grd
25957 \end_inset
25958
25959 e
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset ERT
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972
25973
25974 \backslash
25975 "e
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 </row>
25986 <row>
25987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991
25992 \backslash
25993 `e
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25999 \begin_inset Text
26000
26001 \begin_layout Plain Layout
26002 \begin_inset ERT
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006
26007
26008 \backslash
26009 `e
26010 \end_layout
26011
26012 \end_inset
26013
26014
26015 \end_layout
26016
26017 \end_inset
26018 </cell>
26019 </row>
26020 <row>
26021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025
26026 \backslash
26027 ^
26028 \begin_inset ERT
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032
26033
26034 \backslash
26035 spce 
26036 \end_layout
26037
26038 \end_inset
26039
26040 e
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Plain Layout
26049 \begin_inset ERT
26050 status collapsed
26051
26052 \begin_layout Plain Layout
26053
26054
26055 \backslash
26056 ^e
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 </row>
26067 <row>
26068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072
26073 \backslash
26074 =e
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088
26089 \backslash
26090 =e
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \end_inset
26099 </cell>
26100 </row>
26101 <row>
26102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106
26107 \backslash
26108 u
26109 \begin_inset ERT
26110 status collapsed
26111
26112 \begin_layout Plain Layout
26113
26114
26115 \backslash
26116 spce 
26117 \end_layout
26118
26119 \end_inset
26120
26121 e
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130 \begin_inset ERT
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134
26135
26136 \backslash
26137 u e
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 </row>
26148 <row>
26149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153
26154 \backslash
26155 b
26156 \begin_inset ERT
26157 status collapsed
26158
26159 \begin_layout Plain Layout
26160
26161
26162 \backslash
26163 spce 
26164 \end_layout
26165
26166 \end_inset
26167
26168 e
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182
26183 \backslash
26184 b e
26185 \end_layout
26186
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 </row>
26195 <row>
26196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200
26201 \backslash
26202 t
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 spce 
26211 \end_layout
26212
26213 \end_inset
26214
26215 ee
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224 \begin_inset ERT
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228
26229
26230 \backslash
26231 t ee
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 </row>
26242 </lyxtabular>
26243
26244 \end_inset
26245
26246
26247 \begin_inset space \hfill{}
26248 \end_inset
26249
26250
26251 \begin_inset Tabular
26252 <lyxtabular version="3" rows="8" columns="2">
26253 <features>
26254 <column alignment="block" valignment="top" width="0">
26255 <column alignment="center" valignment="top" width="0">
26256 <row>
26257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 Command
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 Result
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 </row>
26276 <row>
26277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281
26282 \backslash
26283 H
26284 \begin_inset ERT
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288
26289
26290 \backslash
26291 spce 
26292 \end_layout
26293
26294 \end_inset
26295
26296 e
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Plain Layout
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 H e
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 'e
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset ERT
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343
26344
26345 \backslash
26346 'e
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 </row>
26357 <row>
26358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362
26363 \backslash
26364 ~e
26365 \begin_inset Index
26366 status collapsed
26367
26368 \begin_layout Plain Layout
26369 Tilde
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 \begin_inset ERT
26384 status collapsed
26385
26386 \begin_layout Plain Layout
26387
26388
26389 \backslash
26390 ~e
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 </row>
26401 <row>
26402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406
26407 \backslash
26408 .e
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 \begin_inset ERT
26418 status collapsed
26419
26420 \begin_layout Plain Layout
26421
26422
26423 \backslash
26424 .e
26425 \end_layout
26426
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \end_inset
26433 </cell>
26434 </row>
26435 <row>
26436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440
26441 \backslash
26442 v
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 spce 
26451 \end_layout
26452
26453 \end_inset
26454
26455 e
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 \begin_inset ERT
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468
26469
26470 \backslash
26471 v e
26472 \end_layout
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 </row>
26482 <row>
26483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487
26488 \backslash
26489 d
26490 \begin_inset ERT
26491 status collapsed
26492
26493 \begin_layout Plain Layout
26494
26495
26496 \backslash
26497 spce 
26498 \end_layout
26499
26500 \end_inset
26501
26502 e
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511 \begin_inset ERT
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515
26516
26517 \backslash
26518 d e
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 </row>
26529 <row>
26530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534
26535 \backslash
26536 c
26537 \begin_inset ERT
26538 status collapsed
26539
26540 \begin_layout Plain Layout
26541
26542
26543 \backslash
26544 spce 
26545 \end_layout
26546
26547 \end_inset
26548
26549 e
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 \begin_inset ERT
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562
26563
26564 \backslash
26565 c e
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 </row>
26576 </lyxtabular>
26577
26578 \end_inset
26579
26580
26581 \begin_inset space \hfill{}
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \begin_layout Standard
26588 \begin_inset VSpace medskip
26589 \end_inset
26590
26591 With the command 
26592 \series bold
26593
26594 \backslash
26595 t
26596 \series default
26597  also two different characters can be accented.
26598  The command 
26599 \series bold
26600
26601 \backslash
26602 t
26603 \begin_inset ERT
26604 status collapsed
26605
26606 \begin_layout Plain Layout
26607
26608
26609 \backslash
26610 spce 
26611 \end_layout
26612
26613 \end_inset
26614
26615 sz
26616 \series default
26617  creates: 
26618 \begin_inset ERT
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622
26623
26624 \backslash
26625 t sz
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \begin_layout Standard
26634 The accents 
26635 \series bold
26636 `
26637 \series default
26638  , 
26639 \series bold
26640 '
26641 \series default
26642  , and 
26643 \series bold
26644 ^
26645 \series default
26646  can in combination with vowels directly be inserted with the keyboard without
26647  using TeX-mode.
26648  The same applies for the tilde
26649 \begin_inset Foot
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653 This only applies for keyboards where the tilde is defined as accent.
26654 \end_layout
26655
26656 \end_inset
26657
26658  
26659 \series bold
26660 ~
26661 \series default
26662  in combination with 
26663 \emph on
26664 a
26665 \emph default
26666  , 
26667 \emph on
26668 n
26669 \emph default
26670  , or 
26671 \emph on
26672 o
26673 \emph default
26674 .
26675 \end_layout
26676
26677 \begin_layout Standard
26678 The commands 
26679 \series bold
26680
26681 \backslash
26682 b
26683 \series default
26684  , 
26685 \series bold
26686
26687 \backslash
26688 c
26689 \series default
26690  , 
26691 \series bold
26692
26693 \backslash
26694 d
26695 \series default
26696  , 
26697 \series bold
26698
26699 \backslash
26700 H
26701 \series default
26702  , 
26703 \series bold
26704
26705 \backslash
26706 t
26707 \series default
26708  , 
26709 \series bold
26710
26711 \backslash
26712 u
26713 \series default
26714  , 
26715 \series bold
26716
26717 \backslash
26718 v
26719 \series default
26720 , and accents inserted directly with the keyboard are also available in
26721  mathematical text.
26722  For the other accents there are special math commands to be used in formulas,
26723  see 
26724 \begin_inset CommandInset ref
26725 LatexCommand ref
26726 reference "sub:Accents-for-one"
26727
26728 \end_inset
26729
26730 .
26731 \end_layout
26732
26733 \begin_layout Standard
26734 \begin_inset VSpace bigskip
26735 \end_inset
26736
26737 Furthermore, with the command 
26738 \series bold
26739
26740 \backslash
26741 textcircled
26742 \series default
26743
26744 \begin_inset Index
26745 status collapsed
26746
26747 \begin_layout Plain Layout
26748 Commands ! T ! 
26749 \backslash
26750 textcircled
26751 \end_layout
26752
26753 \end_inset
26754
26755  all numbers and letters can be set into a circle, quasi accented with a
26756  circle, similar to the the copyright symbol.
26757 \end_layout
26758
26759 \begin_layout Standard
26760 \align center
26761 \begin_inset Tabular
26762 <lyxtabular version="3" rows="3" columns="2">
26763 <features>
26764 <column alignment="center" valignment="top" width="0">
26765 <column alignment="center" valignment="top" width="0">
26766 <row>
26767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771 Command
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780 Result
26781 \begin_inset Note Note
26782 status collapsed
26783
26784 \begin_layout Plain Layout
26785
26786 \series bold
26787
26788 \backslash
26789 raisebox
26790 \series default
26791  is only used as spacer.
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \end_inset
26800 </cell>
26801 </row>
26802 <row>
26803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Plain Layout
26807
26808 \backslash
26809 textcircled{w}
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26815 \begin_inset Text
26816
26817 \begin_layout Plain Layout
26818 \begin_inset ERT
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822
26823
26824 \backslash
26825 textcircled{w}
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 </row>
26836 <row>
26837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Plain Layout
26841
26842 \backslash
26843 Large 
26844 \backslash
26845 textcircled{
26846 \backslash
26847 normalsize
26848 \backslash
26849 protect
26850 \backslash
26851 raisebox{-1.5pt}{W}}
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860 \begin_inset Formula $\raisebox{4.5mm}{}$
26861 \end_inset
26862
26863
26864 \begin_inset ERT
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868
26869
26870 \backslash
26871 Large 
26872 \backslash
26873 textcircled{
26874 \backslash
26875 normalsize
26876 \backslash
26877 protect
26878 \backslash
26879 raisebox{-1.5pt}W}
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \begin_inset Formula $\raisebox{-2mm}{}$
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 </row>
26894 </lyxtabular>
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Standard
26902 One has to take care that the character fits in the circle.
26903  
26904 \series bold
26905
26906 \backslash
26907 Large
26908 \series default
26909
26910 \begin_inset Foot
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914 see 
26915 \begin_inset CommandInset ref
26916 LatexCommand ref
26917 reference "sub:Font-Sizes"
26918
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \end_inset
26925
26926  specifies thereby the size of the circle.
26927  With the help of 
26928 \series bold
26929
26930 \backslash
26931 raisebox
26932 \series default
26933
26934 \begin_inset Foot
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938 see 
26939 \begin_inset CommandInset ref
26940 LatexCommand ref
26941 reference "sub:Boxes-without-Frame"
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \end_inset
26949
26950  the character can be centered.
26951 \end_layout
26952
26953 \begin_layout Subsection
26954 Minuscule Numbers
26955 \begin_inset Index
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959 Minuscule numbers
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \begin_layout Standard
26968 Minuscule numbers are created with the command 
26969 \series bold
26970
26971 \backslash
26972 oldstylenums
26973 \series default
26974
26975 \begin_inset Index
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979 Commands ! O ! 
26980 \backslash
26981 oldstylenums
26982 \end_layout
26983
26984 \end_inset
26985
26986 .
26987  The command can be used in formulas and in TeX-mode.
26988  The command scheme is:
26989 \end_layout
26990
26991 \begin_layout Standard
26992
26993 \series bold
26994
26995 \backslash
26996 oldstylenums{number}
26997 \end_layout
26998
26999 \begin_layout Standard
27000 The command 
27001 \series bold
27002
27003 \backslash
27004 oldstylenums{0123456789
27005 \series default
27006  produces: 
27007 \begin_inset Formula $\oldstylenums{0123456789}$
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \begin_layout Subsection
27014 Miscellaneous special Characters
27015 \begin_inset CommandInset label
27016 LatexCommand label
27017 name "sub:Miscellaneous-special-Characters"
27018
27019 \end_inset
27020
27021
27022 \begin_inset Index
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026 Special characters ! miscellaneous
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \begin_layout Standard
27035 The following characters can only be inserted to formulas by using commands:
27036 \end_layout
27037
27038 \begin_layout Standard
27039 \align center
27040 \begin_inset Tabular
27041 <lyxtabular version="3" rows="4" columns="2">
27042 <features>
27043 <column alignment="center" valignment="top" width="0">
27044 <column alignment="center" valignment="top" width="0">
27045 <row>
27046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27047 \begin_inset Text
27048
27049 \begin_layout Plain Layout
27050 Command
27051 \end_layout
27052
27053 \end_inset
27054 </cell>
27055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27056 \begin_inset Text
27057
27058 \begin_layout Plain Layout
27059 Result
27060 \end_layout
27061
27062 \end_inset
27063 </cell>
27064 </row>
27065 <row>
27066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070
27071 \backslash
27072 ^
27073 \begin_inset ERT
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077
27078
27079 \backslash
27080 spce 
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Plain Layout
27094 \begin_inset Formula $\mathcircumflex$
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 </row>
27103 <row>
27104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108
27109 \backslash
27110 _
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27116 \begin_inset Text
27117
27118 \begin_layout Plain Layout
27119 \begin_inset Formula $\_$
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 </row>
27128 <row>
27129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27130 \begin_inset Text
27131
27132 \begin_layout Plain Layout
27133 ^
27134 \begin_inset ERT
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138
27139
27140 \backslash
27141 spce 
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \backslash
27148 circ
27149 \begin_inset Index
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153
27154 \backslash
27155
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27166 \begin_inset Text
27167
27168 \begin_layout Plain Layout
27169 \begin_inset Formula $^{\circ}$
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 </row>
27178 </lyxtabular>
27179
27180 \end_inset
27181
27182
27183 \end_layout
27184
27185 \begin_layout Standard
27186 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27187  contains the following line
27188 \begin_inset Foot
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192 More about this is described in 
27193 \begin_inset CommandInset ref
27194 LatexCommand ref
27195 reference "sub:Text-Characters-in"
27196
27197 \end_inset
27198
27199 .
27200 \end_layout
27201
27202 \end_inset
27203
27204 :
27205 \end_layout
27206
27207 \begin_layout Standard
27208
27209 \series bold
27210
27211 \backslash
27212 DeclareInputtext{176}{
27213 \backslash
27214 ifmmode^
27215 \backslash
27216 circ
27217 \backslash
27218 else
27219 \backslash
27220 textdegree
27221 \backslash
27222 fi}
27223 \end_layout
27224
27225 \begin_layout Section
27226 Formula Styles
27227 \begin_inset CommandInset label
27228 LatexCommand label
27229 name "sec:Formula-Styles"
27230
27231 \end_inset
27232
27233
27234 \begin_inset Index
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238 Formula ! styles
27239 \end_layout
27240
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \begin_layout Itemize
27247 There are two different alignment styles:
27248 \end_layout
27249
27250 \begin_deeper
27251 \begin_layout Description
27252 Centered is the predefined standard
27253 \end_layout
27254
27255 \begin_layout Description
27256 Indented for this the option 
27257 \series bold
27258 fleqn
27259 \series default
27260  must be inserted in the menu 
27261 \family sans
27262 Document\SpecialChar \menuseparator
27263 Settings
27264 \family default
27265  under 
27266 \family sans
27267 Document
27268 \begin_inset space ~
27269 \end_inset
27270
27271 Class
27272 \end_layout
27273
27274 \begin_layout Standard
27275 When 
27276 \series bold
27277 Indented
27278 \series default
27279  is used, the indentation can be adjusted with the length 
27280 \series bold
27281
27282 \backslash
27283 mathindent
27284 \series default
27285
27286 \begin_inset Index
27287 status collapsed
27288
27289 \begin_layout Plain Layout
27290 Commands ! M ! 
27291 \backslash
27292 mathindent
27293 \end_layout
27294
27295 \end_inset
27296
27297 .
27298  Should the distance be 15
27299 \begin_inset space \thinspace{}
27300 \end_inset
27301
27302 mm, the following command line is inserted in the LaTeX-preamble
27303 \end_layout
27304
27305 \begin_layout Standard
27306
27307 \series bold
27308
27309 \backslash
27310 setlength{
27311 \backslash
27312 mathindent}{15mm}
27313 \end_layout
27314
27315 \begin_layout Standard
27316 When no length is specified, the predefined value of 30
27317 \begin_inset space \thinspace{}
27318 \end_inset
27319
27320 pt will be used.
27321 \end_layout
27322
27323 \end_deeper
27324 \begin_layout Itemize
27325 And two different numbering styles:
27326 \end_layout
27327
27328 \begin_deeper
27329 \begin_layout Description
27330 Right is the predefined standard
27331 \end_layout
27332
27333 \begin_layout Description
27334 Left for this the option 
27335 \series bold
27336 leqno
27337 \series default
27338  must be inserted in the menu 
27339 \family sans
27340 Document\SpecialChar \menuseparator
27341 Settings
27342 \family default
27343  under 
27344 \family sans
27345 Document
27346 \begin_inset space ~
27347 \end_inset
27348
27349 Class
27350 \end_layout
27351
27352 \end_deeper
27353 \begin_layout Standard
27354
27355 \series bold
27356 fleqn
27357 \series default
27358  and 
27359 \series bold
27360 leqno
27361 \series default
27362  can also be used together.
27363  In this case both options are inserted, separated by a comma.
27364 \end_layout
27365
27366 \begin_layout Standard
27367 The chosen styles are used for all displayed formulas of the document.
27368  When both, centered and indented formulas should be created in a document,
27369  the style 
27370 \series bold
27371 Centered
27372 \series default
27373  is used.
27374  The indented formulas are then set in a flalign environment, see 
27375 \begin_inset CommandInset ref
27376 LatexCommand ref
27377 reference "sub:Flalign-Environment"
27378
27379 \end_inset
27380
27381 .
27382 \end_layout
27383
27384 \begin_layout Section
27385 Multiline Formulas
27386 \begin_inset CommandInset label
27387 LatexCommand label
27388 name "sec:Multiline-Formulas"
27389
27390 \end_inset
27391
27392
27393 \begin_inset Index
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397 Formula ! multiline
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \begin_layout Subsection
27406 General
27407 \end_layout
27408
27409 \begin_layout Standard
27410 In LyX multiline formulas are created by pressing 
27411 \series bold
27412
27413 \begin_inset Info
27414 type  "shortcut"
27415 arg   "newline-insert newline"
27416 \end_inset
27417
27418
27419 \series default
27420  inside a formula.
27421  This creates either an 
27422 \series bold
27423 eqnarray environment
27424 \series default
27425  that is described in 
27426 \begin_inset CommandInset ref
27427 LatexCommand ref
27428 reference "sub:Eqnarray-Environment"
27429
27430 \end_inset
27431
27432  or, when the option 
27433 \family sans
27434 Use AMS math package
27435 \family default
27436  in the document settings is selected, an 
27437 \series bold
27438 align environment
27439 \series default
27440  that is described in 
27441 \begin_inset CommandInset ref
27442 LatexCommand ref
27443 reference "sub:Standard-align-Environment"
27444
27445 \end_inset
27446
27447 .
27448 \end_layout
27449
27450 \begin_layout Standard
27451 There are other multiline formula environments that can be created via the
27452  menu 
27453 \family sans
27454 Insert\SpecialChar \menuseparator
27455 Math
27456 \family default
27457 .
27458  These environments are described in the following sections.
27459 \end_layout
27460
27461 \begin_layout Standard
27462 In all multiline formula environments a new line is created by pressing
27463  
27464 \begin_inset Info
27465 type  "shortcut"
27466 arg   "newline-insert newline"
27467 \end_inset
27468
27469 .
27470  To add or delete lines, the math toolbar buttons 
27471 \begin_inset Graphics
27472         filename ../images/tabular-feature_append-row.png
27473         scale 85
27474
27475 \end_inset
27476
27477  or 
27478 \begin_inset Graphics
27479         filename ../images/tabular-feature_delete-row.png
27480         scale 85
27481
27482 \end_inset
27483
27484 , respectively, or the menu 
27485 \family sans
27486 Edit\SpecialChar \menuseparator
27487 Rows & Columns
27488 \family default
27489  can be used.
27490 \end_layout
27491
27492 \begin_layout Subsubsection
27493 Line Separation
27494 \begin_inset CommandInset label
27495 LatexCommand label
27496 name "sub:Line-Separation"
27497
27498 \end_inset
27499
27500
27501 \begin_inset Index
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 Formula ! multiline ! Line separation
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \begin_layout Standard
27514 There is sometimes not enough space in multiline formulas between the lines:
27515 \begin_inset Formula \begin{eqnarray*}
27516 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}\\
27517 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*}
27518
27519 \end_inset
27520
27521
27522 \end_layout
27523
27524 \begin_layout Standard
27525 In LaTeX additional line space is specified as optional argument of the
27526  new line command.
27527  This is not yet possible in LyX
27528 \begin_inset Foot
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532 see 
27533 \begin_inset CommandInset href
27534 LatexCommand href
27535 name "LyX-bug #1505"
27536 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \end_inset
27544
27545 , therefore the whole formula must be inserted in TeX-mode.
27546  To add in our example space, the command 
27547 \series bold
27548
27549 \backslash
27550
27551 \backslash
27552 [3mm]
27553 \series default
27554  is inserted at the end of the first line.
27555  One gets: 
27556 \begin_inset ERT
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560
27561
27562 \backslash
27563 begin{eqnarray*}
27564 \end_layout
27565
27566 \begin_layout Plain Layout
27567
27568 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27569  = & 
27570 \backslash
27571 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27572 \backslash
27573
27574 \backslash
27575 [3mm]
27576 \end_layout
27577
27578 \begin_layout Plain Layout
27579
27580 4x^{2}
27581 \backslash
27582 left(B^{2}+x_{0}^{2}
27583 \backslash
27584 right)+4x_{0}x
27585 \backslash
27586 left(D-B^{2}
27587 \backslash
27588 right)+B^{2}
27589 \backslash
27590 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27591 \backslash
27592 right) & = & 0
27593 \end_layout
27594
27595 \begin_layout Plain Layout
27596
27597
27598 \backslash
27599 end{eqnarray*}
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Standard
27608 \begin_inset VSpace bigskip
27609 \end_inset
27610
27611 To set the the line separation for all lines in a formula, the length 
27612 \series bold
27613
27614 \backslash
27615 jot
27616 \series default
27617
27618 \begin_inset Index
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 Commands ! J ! 
27623 \backslash
27624 jot
27625 \end_layout
27626
27627 \end_inset
27628
27629  is changed.
27630  The definition is: 
27631 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27632 \end_inset
27633
27634 .
27635  Predefined for 
27636 \series bold
27637
27638 \backslash
27639 jot
27640 \series default
27641  is the value 3
27642 \begin_inset space \thinspace{}
27643 \end_inset
27644
27645 pt.
27646  To create 3
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650 mm additional line separation as in the previous example, the command
27651 \end_layout
27652
27653 \begin_layout Standard
27654
27655 \series bold
27656
27657 \backslash
27658 setlength{
27659 \backslash
27660 jot}{3mm+3pt}
27661 \end_layout
27662
27663 \begin_layout Standard
27664 is inserted in TeX-mode before the formula.
27665  This requires that the LaTeX-package 
27666 \series bold
27667 calc
27668 \series default
27669
27670 \begin_inset Foot
27671 status collapsed
27672
27673 \begin_layout Plain Layout
27674
27675 \series bold
27676 calc
27677 \series default
27678  is part of every LaTeX standard installation.
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \begin_inset Index
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688 Packages ! calc
27689 \end_layout
27690
27691 \end_inset
27692
27693  was loaded in LaTeX-preamble with the line
27694 \end_layout
27695
27696 \begin_layout Standard
27697
27698 \series bold
27699
27700 \backslash
27701 usepackage{calc}
27702 \end_layout
27703
27704 \begin_layout Standard
27705 One gets: 
27706 \begin_inset ERT
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710
27711
27712 \backslash
27713 setlength{
27714 \backslash
27715 jot}{3mm+3pt}
27716 \end_layout
27717
27718 \end_inset
27719
27720
27721 \begin_inset Formula \begin{eqnarray*}
27722 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}\\
27723 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*}
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \begin_layout Standard
27731 \begin_inset ERT
27732 status collapsed
27733
27734 \begin_layout Plain Layout
27735
27736
27737 \backslash
27738 setlength{
27739 \backslash
27740 jot}{3pt}
27741 \end_layout
27742
27743 \end_inset
27744
27745  To get back to the predefined distance, 
27746 \series bold
27747
27748 \backslash
27749 jot
27750 \series default
27751  is set to the value 3
27752 \begin_inset space \thinspace{}
27753 \end_inset
27754
27755 pt.
27756 \end_layout
27757
27758 \begin_layout Subsubsection
27759 Column Separation
27760 \begin_inset CommandInset label
27761 LatexCommand label
27762 name "sub:Column-Separation"
27763
27764 \end_inset
27765
27766
27767 \begin_inset Index
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 Formula ! multiline ! Column separation
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \begin_layout Standard
27780 Multiline formulas form a matrix.
27781  A formula in the eqnarray environment is for example a matrix with three
27782  columns.
27783  By changing the column separation in this environment, the space beside
27784  the relation sign can be changed.
27785 \end_layout
27786
27787 \begin_layout Standard
27788 The column separation is specified with the length 
27789 \series bold
27790
27791 \backslash
27792 arraycolsep
27793 \series default
27794
27795 \begin_inset Index
27796 status collapsed
27797
27798 \begin_layout Plain Layout
27799 Commands ! A ! 
27800 \backslash
27801 arraycolsep
27802 \end_layout
27803
27804 \end_inset
27805
27806  according to:
27807 \begin_inset Newline newline
27808 \end_inset
27809
27810 column separation = 2
27811 \begin_inset space \thinspace{}
27812 \end_inset
27813
27814
27815 \series bold
27816
27817 \backslash
27818 arraycolsep
27819 \series default
27820
27821 \begin_inset Newline newline
27822 \end_inset
27823
27824 Thus, the command
27825 \end_layout
27826
27827 \begin_layout Standard
27828
27829 \series bold
27830
27831 \backslash
27832 setlength{
27833 \backslash
27834 arraycolsep}{1cm}
27835 \end_layout
27836
27837 \begin_layout Standard
27838 inserted in TeX-mode, sets for all following formulas a column separation
27839  of 2
27840 \begin_inset space \thinspace{}
27841 \end_inset
27842
27843 cm.
27844  To get back to the predefined distance, 
27845 \series bold
27846
27847 \backslash
27848 arraycolsep
27849 \series default
27850  is set to 5
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854 pt.
27855 \end_layout
27856
27857 \begin_layout Standard
27858 A formula with 2
27859 \begin_inset space \thinspace{}
27860 \end_inset
27861
27862 cm column separation:
27863 \begin_inset ERT
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867
27868
27869 \backslash
27870 setlength{
27871 \backslash
27872 arraycolsep}{1cm}
27873 \end_layout
27874
27875 \end_inset
27876
27877
27878 \begin_inset Formula \begin{eqnarray*}
27879 A & = & B\\
27880 C & \ne & A\end{eqnarray*}
27881
27882 \end_inset
27883
27884 A formula with the predefined column separation for matrices of 10
27885 \begin_inset space \thinspace{}
27886 \end_inset
27887
27888 pt:
27889 \begin_inset ERT
27890 status collapsed
27891
27892 \begin_layout Plain Layout
27893
27894
27895 \backslash
27896 setlength{
27897 \backslash
27898 arraycolsep}{5pt}
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \begin_inset Formula \begin{eqnarray*}
27905 A & = & B\\
27906 C & \ne & A\end{eqnarray*}
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Subsubsection
27914 Long Formulas
27915 \begin_inset Index
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919 Formula ! long
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \begin_layout Standard
27928 Long formulas can be typeset using these methods:
27929 \end_layout
27930
27931 \begin_layout Itemize
27932 When one side of the equation is much shorther than the line width, this
27933  one is chosen for the left side and the right side is typeset over two
27934  lines:
27935 \begin_inset ERT
27936 status collapsed
27937
27938 \begin_layout Plain Layout
27939
27940
27941 \backslash
27942 medskip
27943 \end_layout
27944
27945 \end_inset
27946
27947  
27948 \begin_inset Formula \begin{eqnarray}
27949 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 \\
27950  &  & -\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}
27951
27952 \end_inset
27953
27954
27955 \begin_inset ERT
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959
27960
27961 \backslash
27962 smallskip
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \begin_inset Newline newline
27969 \end_inset
27970
27971 The minus sign at the beginning of the second line does normally not appear
27972  as operator because it is the first character of the line.
27973  Thus it would not be surrounded by space and could not be distinguished
27974  from the fraction bar.
27975  To avoid this, space was inserted behind the minus sign with the command
27976  
27977 \series bold
27978
27979 \backslash
27980 hspace{3pt}
27981 \series default
27982
27983 \begin_inset Foot
27984 status collapsed
27985
27986 \begin_layout Plain Layout
27987 more about 
27988 \series bold
27989
27990 \backslash
27991 hspace
27992 \series default
27993  see 
27994 \begin_inset CommandInset ref
27995 LatexCommand ref
27996 reference "sub:Variable-Space"
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \begin_inset Index
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010 Commands ! H ! 
28011 \backslash
28012 hspace
28013 \end_layout
28014
28015 \end_inset
28016
28017 .
28018 \end_layout
28019
28020 \begin_layout Itemize
28021 When both sides of the equation are too long, the command 
28022 \series bold
28023
28024 \backslash
28025 lefteqn
28026 \series default
28027
28028 \begin_inset Index
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032 Commands ! L ! 
28033 \backslash
28034 lefteqn
28035 \end_layout
28036
28037 \end_inset
28038
28039  is used.
28040  It is inserted to the first column of the first line and effects that all
28041  further insertions overwrite the following columns:
28042 \begin_inset ERT
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046
28047
28048 \backslash
28049 medskip
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \begin_inset Formula \begin{eqnarray}
28056 \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 \\
28057  &  & -\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 \\
28058  &  & =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}
28059
28060 \end_inset
28061
28062
28063 \begin_inset ERT
28064 status collapsed
28065
28066 \begin_layout Plain Layout
28067
28068
28069 \backslash
28070 smallskip
28071 \end_layout
28072
28073 \end_inset
28074
28075
28076 \begin_inset Newline newline
28077 \end_inset
28078
28079 After the insertion of 
28080 \series bold
28081
28082 \backslash
28083 lefteqn
28084 \series default
28085 , the cursor is in a purple box that is a bit shifted to the left from the
28086  blue one.
28087  In this the formula is inserted.
28088 \begin_inset ERT
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092
28093
28094 \backslash
28095 medskip
28096 \end_layout
28097
28098 \end_inset
28099
28100
28101 \begin_inset Newline newline
28102 \end_inset
28103
28104 The content of the further lines is inserted to the second or another formula
28105  column.
28106  The greater the column number where it was inserted, the larger the indentation.
28107 \begin_inset ERT
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111
28112
28113 \backslash
28114 medskip
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \begin_inset Newline newline
28121 \end_inset
28122
28123
28124 \begin_inset Note Greyedout
28125 status open
28126
28127 \begin_layout Plain Layout
28128 Note the following when using 
28129 \series bold
28130
28131 \backslash
28132 lefteqn
28133 \series default
28134 :
28135 \end_layout
28136
28137 \begin_layout Itemize
28138 The formula doesn't use the full page width.
28139  When e.g.
28140 \begin_inset space \space{}
28141 \end_inset
28142
28143 the term 
28144 \begin_inset Formula $-B^{2}$
28145 \end_inset
28146
28147  is added to the first line in the above example, it would have been outside
28148  the page margin.
28149  To better use the width, negative space can be inserted at the beginning
28150  of the first line.
28151 \end_layout
28152
28153 \begin_layout Itemize
28154 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28155  line.
28156 \begin_inset Foot
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 \begin_inset CommandInset href
28161 LatexCommand href
28162 name "LyX-bug #1429"
28163 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28164
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \end_inset
28171
28172  One can only set the cursor at the beginning of the line and move it with
28173  the arrow keys.
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Itemize
28182 Other methods to set long formulas are offered by the environments described
28183  in 
28184 \begin_inset CommandInset ref
28185 LatexCommand ref
28186 reference "sub:Multline-Environment"
28187
28188 \end_inset
28189
28190  and 
28191 \begin_inset CommandInset ref
28192 LatexCommand ref
28193 reference "sub:Multiline-Formula-Parts"
28194
28195 \end_inset
28196
28197 .
28198 \end_layout
28199
28200 \begin_layout Subsubsection
28201 Multiline Brackets
28202 \begin_inset CommandInset label
28203 LatexCommand label
28204 name "sub:Multiline-Brackets"
28205
28206 \end_inset
28207
28208
28209 \begin_inset Index
28210 status collapsed
28211
28212 \begin_layout Plain Layout
28213 Brackets ! for multiline expressions
28214 \end_layout
28215
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \begin_layout Standard
28222 For brackets spanning multiple lines the following problem occurs:
28223 \begin_inset Formula \begin{eqnarray*}
28224 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28225  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28226
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \begin_layout Standard
28233 The closing bracket is smaller than the opening bracket because brackets
28234  with variable size may not span multiple lines.
28235 \end_layout
28236
28237 \begin_layout Standard
28238 To set the bracket size for the second line correctly, the first line is
28239  ended with 
28240 \series bold
28241
28242 \backslash
28243 right.
28244 \series default
28245
28246 \begin_inset Index
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Commands ! R ! 
28251 \backslash
28252 right
28253 \end_layout
28254
28255 \end_inset
28256
28257  and the second line with 
28258 \series bold
28259
28260 \backslash
28261 left.
28262 \begin_inset Foot
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 for more about 
28267 \series bold
28268
28269 \backslash
28270 left
28271 \series default
28272  and 
28273 \series bold
28274
28275 \backslash
28276 right
28277 \series default
28278  see 
28279 \begin_inset CommandInset ref
28280 LatexCommand ref
28281 reference "sub:Automatic-Bracket-Size"
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \series default
28292
28293 \begin_inset Index
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297 Commands ! L ! 
28298 \backslash
28299 left
28300 \end_layout
28301
28302 \end_inset
28303
28304 .
28305  After 
28306 \series bold
28307
28308 \backslash
28309 left.
28310
28311 \series default
28312  the command 
28313 \series bold
28314
28315 \backslash
28316 vphantom
28317 \series default
28318
28319 \begin_inset ERT
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323
28324
28325 \backslash
28326 spce 
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \series bold
28333
28334 \backslash
28335 prod
28336 \series default
28337 ^
28338 \begin_inset ERT
28339 status collapsed
28340
28341 \begin_layout Plain Layout
28342
28343
28344 \backslash
28345 spce 
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \series bold
28352
28353 \backslash
28354 infty
28355 \series default
28356
28357 \begin_inset ERT
28358 status collapsed
28359
28360 \begin_layout Plain Layout
28361
28362
28363 \backslash
28364 spce 
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \series bold
28371
28372 \begin_inset Formula $\downarrow$
28373 \end_inset
28374
28375 _R=1}
28376 \series default
28377
28378 \begin_inset Index
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382 Commands ! V ! 
28383 \backslash
28384 vphantom
28385 \end_layout
28386
28387 \end_inset
28388
28389  is inserted, because the multiplication operator with its limits is the
28390  largest symbol in the first line and this should be the size for the bracket
28391  in the second line.
28392 \end_layout
28393
28394 \begin_layout Standard
28395 The result is this:
28396 \begin_inset Formula \begin{eqnarray*}
28397 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28398  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28399
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \begin_layout Subsection
28406 Align Environments
28407 \end_layout
28408
28409 \begin_layout Standard
28410 Align environments can be used for every kind of multiline formulas.
28411  They are specially useful to set several formulas side by side.
28412 \end_layout
28413
28414 \begin_layout Standard
28415 Align environments consist of columns.
28416  The odd columns are right aligned, the even ones left aligned.
28417  Every line in an Align environment can be numbered.
28418 \end_layout
28419
28420 \begin_layout Standard
28421 Align environments are created via the menu 
28422 \family sans
28423 Insert\SpecialChar \menuseparator
28424 Math
28425 \family default
28426 .
28427  With the menu 
28428 \family sans
28429 Edit\SpecialChar \menuseparator
28430 Math\SpecialChar \menuseparator
28431 Change Formula Type
28432 \family default
28433  already existing formulas can be converted to Align environments.
28434 \end_layout
28435
28436 \begin_layout Standard
28437 To add or delete columns, the math toolbar buttons 
28438 \begin_inset Graphics
28439         filename ../images/tabular-feature_append-column.png
28440         scale 85
28441
28442 \end_inset
28443
28444  or 
28445 \begin_inset Graphics
28446         filename ../images/tabular-feature_delete-column.png
28447         scale 85
28448
28449 \end_inset
28450
28451 , respectively, or the menu 
28452 \family sans
28453 Edit\SpecialChar \menuseparator
28454 Rows & Columns
28455 \family default
28456  can be used.
28457 \end_layout
28458
28459 \begin_layout Subsubsection
28460 Standard align Environment
28461 \begin_inset CommandInset label
28462 LatexCommand label
28463 name "sub:Standard-align-Environment"
28464
28465 \end_inset
28466
28467
28468 \begin_inset Index
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472 Formula ! multiline ! align environment
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \begin_layout Standard
28481 This Align environment is created by presssing 
28482 \begin_inset Info
28483 type  "shortcut"
28484 arg   "newline-insert newline"
28485 \end_inset
28486
28487  in a formula or by the menu 
28488 \family sans
28489 Insert\SpecialChar \menuseparator
28490 Math\SpecialChar \menuseparator
28491 AMS align Environment
28492 \family default
28493 .
28494 \end_layout
28495
28496 \begin_layout Standard
28497 An example for two formulas set side by side, that are created with a four
28498  column align environment:
28499 \begin_inset Formula \begin{align*}
28500 A & =\sin(B) & C & =D\\
28501 C & \ne A & B & \ne D\end{align*}
28502
28503 \end_inset
28504
28505 As it can be seen, the formulas in this environment are placed so as if
28506  there would be a 
28507 \series bold
28508
28509 \backslash
28510 hfill
28511 \begin_inset Foot
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 more about 
28516 \series bold
28517
28518 \backslash
28519 hfill
28520 \series default
28521  see 
28522 \begin_inset CommandInset ref
28523 LatexCommand ref
28524 reference "sub:Variable-Space"
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \series default
28535  before the first and after every even column.
28536  When the formula style 
28537 \series bold
28538 Indented
28539 \begin_inset Foot
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543 formula styles see 
28544 \begin_inset CommandInset ref
28545 LatexCommand ref
28546 reference "sec:Formula-Styles"
28547
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \end_inset
28554
28555
28556 \series default
28557  is used, the formula is set without the 
28558 \series bold
28559
28560 \backslash
28561 hfill
28562 \series default
28563  before the first column.
28564 \end_layout
28565
28566 \begin_layout Subsubsection
28567 Alignat Environment
28568 \begin_inset Index
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 Formula ! multiline ! alignat environment
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \begin_layout Standard
28581 The alignat environment has no predefined column separation.
28582  It can be inserted manually with the spaces that are described 
28583 \begin_inset CommandInset ref
28584 LatexCommand ref
28585 reference "sub:Space"
28586
28587 \end_inset
28588
28589 .
28590 \end_layout
28591
28592 \begin_layout Standard
28593 The above example in the alignat environment where 1
28594 \begin_inset space \thinspace{}
28595 \end_inset
28596
28597 cm space was inserted at the beginning of the second formula:
28598 \begin_inset Formula \begin{alignat*}{2}
28599 A & =\sin(B) & \hspace{1cm}C & =D\\
28600 C & \ne A & B & \ne D\end{alignat*}
28601
28602 \end_inset
28603
28604 Because the column separation can be set separately for every column, this
28605  environment is especially suitable to set three and more formulas side
28606  by side.
28607 \end_layout
28608
28609 \begin_layout Subsubsection
28610 Flalign Environment
28611 \begin_inset CommandInset label
28612 LatexCommand label
28613 name "sub:Flalign-Environment"
28614
28615 \end_inset
28616
28617
28618 \begin_inset Index
28619 status collapsed
28620
28621 \begin_layout Plain Layout
28622 Formula ! multiline ! flalign environment
28623 \end_layout
28624
28625 \end_inset
28626
28627
28628 \end_layout
28629
28630 \begin_layout Standard
28631 In this environment the first two columns are always set as much as possible
28632  to the left and the last two ones to the right.
28633  An example:
28634 \begin_inset Formula \begin{flalign*}
28635 A & =1 & B & =2 & C & =3\\
28636 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 By creating a flalign environment with an odd number of columns where an
28645  empty TeX-brace is inserted to the last column, several formulas in a document
28646  can be set to the left, although the formula style 
28647 \series bold
28648 Centered
28649 \series default
28650  is used.
28651  As example the indented formula 
28652 \begin_inset CommandInset ref
28653 LatexCommand eqref
28654 reference "eq:VolInt"
28655
28656 \end_inset
28657
28658 :
28659 \begin_inset Formula \begin{flalign}
28660 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28661
28662 \end_inset
28663
28664 The first two columns contain the formula.
28665  To indent it as with the formula style 
28666 \series bold
28667 Indented
28668 \series default
28669 , 30
28670 \begin_inset space \thinspace{}
28671 \end_inset
28672
28673 pt space was inserted at the beginning of the first column.
28674 \end_layout
28675
28676 \begin_layout Subsection
28677 Eqnarray Environment
28678 \begin_inset CommandInset label
28679 LatexCommand label
28680 name "sub:Eqnarray-Environment"
28681
28682 \end_inset
28683
28684
28685 \begin_inset Index
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 Formula ! multiline ! eqnarray environment
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Standard
28698 When this environment has been created, three blue boxes appear.
28699  The content of the first box is right aligned, the content of the last
28700  one left aligned.
28701  The content of the middle box appears centered and a bit smaller, because
28702  it is designed to insert there only relation characters.
28703 \begin_inset Formula \begin{eqnarray*}
28704 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28705 AB & AB & AB\\
28706 A & = & A\end{eqnarray*}
28707
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \begin_layout Subsection
28714 Gather Environment
28715 \begin_inset Index
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719 Formula ! multiline ! gather environment
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \begin_layout Standard
28728 This environment consists of only one centered column.
28729  Every line can be numbered.
28730 \begin_inset Formula \begin{gather}
28731 A=1\\
28732 X=\textrm{-}1\end{gather}
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \begin_layout Subsection
28740 Multline Environment
28741 \begin_inset CommandInset label
28742 LatexCommand label
28743 name "sub:Multline-Environment"
28744
28745 \end_inset
28746
28747
28748 \begin_inset Index
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752 Formula ! multiline ! multline environment
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \end_layout
28759
28760 \begin_layout Standard
28761 The multline environment consists, like the gather environment, of only
28762  one column.
28763  But the first line is left aligned, the last one right aligned.
28764  All other lines are centered.
28765  Therefore this environment is suitable for long formulas.
28766  As example formula 
28767 \begin_inset CommandInset ref
28768 LatexCommand eqref
28769 reference "eq:lefteqn"
28770
28771 \end_inset
28772
28773  in the multline environment:
28774 \begin_inset Formula \begin{multline}
28775 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}\\
28776 -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}\\
28777 =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}
28778
28779 \end_inset
28780
28781
28782 \end_layout
28783
28784 \begin_layout Standard
28785 In the output only the last (first) line of a multline environment appears
28786  numbered when the document numbering is right (left).
28787 \begin_inset Foot
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791 numbering styles see 
28792 \begin_inset CommandInset ref
28793 LatexCommand ref
28794 reference "sec:Formula-Styles"
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 \begin_inset Info
29310 type  "shortcut"
29311 arg   "math-number-toggle"
29312 \end_inset
29313
29314 ).
29315  The formula number is displayed in LyX behind the formula as number sign
29316  in parentheses.
29317  The number sign is replaced in the output by the formula number.
29318 \end_layout
29319
29320 \begin_layout Standard
29321 When numbering is turned on in multiline formulas, all lines will be numbered.
29322  But the numbering can be controlled with the menu 
29323 \family sans
29324 Edit\SpecialChar \menuseparator
29325 Math\SpecialChar \menuseparator
29326 Toggle
29327 \begin_inset space ~
29328 \end_inset
29329
29330 Numbering
29331 \begin_inset space ~
29332 \end_inset
29333
29334 of
29335 \begin_inset space ~
29336 \end_inset
29337
29338 Line
29339 \family default
29340  (shortcut
29341 \begin_inset Info
29342 type  "shortcut"
29343 arg   "math-number-line-toggle"
29344 \end_inset
29345
29346 ) for every line.
29347 \end_layout
29348
29349 \begin_layout Standard
29350 Except of inline formulas, all formulas can be numbered with two different
29351  styles, see 
29352 \begin_inset CommandInset ref
29353 LatexCommand ref
29354 reference "sec:Formula-Styles"
29355
29356 \end_inset
29357
29358 .
29359 \end_layout
29360
29361 \begin_layout Subsection
29362 Cross-References
29363 \begin_inset Index
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367 Cross-references ! to formulas
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Standard
29376 All labeled formulas can be cross-referenced.
29377  A label is added by the menu 
29378 \family sans
29379 Insert\SpecialChar \menuseparator
29380 Label
29381 \family default
29382  or the toolbar button 
29383 \begin_inset Graphics
29384         filename ../images/label-insert.png
29385         scale 85
29386
29387 \end_inset
29388
29389 .
29390  The cursor must hereby be inside a displayed formula.
29391  A dialog pops up displaying the prefix 
29392 \series bold
29393 eq:
29394 \series default
29395  in a text field.
29396  The label is inserted there behind the prefix.
29397  The predefined prefix means 
29398 \begin_inset Quotes eld
29399 \end_inset
29400
29401 equation
29402 \begin_inset Quotes erd
29403 \end_inset
29404
29405  and makes it easier to find labels in large documents because it marks
29406  it as formula label to divide it from e.g.
29407 \begin_inset space \space{}
29408 \end_inset
29409
29410 section labels.
29411  To change a label, the menu 
29412 \family sans
29413 Insert\SpecialChar \menuseparator
29414 Label
29415 \family default
29416  is used again.
29417 \end_layout
29418
29419 \begin_layout Standard
29420 The name of the label is displayed in LyX within two parentheses behind
29421  formula.
29422  A formula with a label is always numbered.
29423 \end_layout
29424
29425 \begin_layout Standard
29426 Cross-references are inserted via the menu 
29427 \family sans
29428 Insert\SpecialChar \menuseparator
29429 Cross-Reference
29430 \family default
29431  or with the toolbar button 
29432 \begin_inset Graphics
29433         filename ../images/dialog-show-new-inset_ref.png
29434         scale 85
29435
29436 \end_inset
29437
29438 .
29439  A formula cross-reference appears in the output as formula number.
29440  When in the cross-reference dialog window the format 
29441 \series bold
29442 (<reference>)
29443 \series default
29444  is chosen, the cross-reference appears in the output as formula number
29445  in parentheses.
29446 \begin_inset Newline newline
29447 \end_inset
29448
29449 By right-clicking on a cross-reference in LyX, one jumps to the formula
29450  that is referenced.
29451 \end_layout
29452
29453 \begin_layout Standard
29454 Here are as examples cross-references to formulas of the following subsections:
29455 \begin_inset Note Note
29456 status open
29457
29458 \begin_layout Plain Layout
29459 Note the different cross-reference types.
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Standard
29468 The equations 
29469 \begin_inset CommandInset ref
29470 LatexCommand eqref
29471 reference "eq:tag"
29472
29473 \end_inset
29474
29475  and 
29476 \begin_inset CommandInset ref
29477 LatexCommand eqref
29478 reference "eq:c"
29479
29480 \end_inset
29481
29482  are equivalent.
29483  In (
29484 \begin_inset CommandInset ref
29485 LatexCommand ref
29486 reference "eq:Lat"
29487
29488 \end_inset
29489
29490 ) big Latin letters are used for the numbering in contrary to (
29491 \begin_inset CommandInset ref
29492 LatexCommand ref
29493 reference "eq:Rom"
29494
29495 \end_inset
29496
29497 ).
29498 \end_layout
29499
29500 \begin_layout Standard
29501 \begin_inset VSpace medskip
29502 \end_inset
29503
29504 When the argument of 
29505 \series bold
29506
29507 \backslash
29508 tag
29509 \begin_inset Foot
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513
29514 \series bold
29515
29516 \backslash
29517 tag
29518 \series default
29519  is described in 
29520 \begin_inset CommandInset ref
29521 LatexCommand ref
29522 reference "sub:User-defined-Numbering"
29523
29524 \end_inset
29525
29526 .
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \series default
29533  contains a box like in 
29534 \begin_inset CommandInset ref
29535 LatexCommand ref
29536 reference "sub:Paragraph-Boxes"
29537
29538 \end_inset
29539
29540 , the formula cannot be referenced.
29541 \end_layout
29542
29543 \begin_layout Subsection
29544 Subnumbering
29545 \begin_inset Index
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Formula numbering ! subnumbering
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Standard
29558 With the help of the commands 
29559 \series bold
29560
29561 \backslash
29562 begin{subequations}
29563 \series default
29564  and 
29565 \series bold
29566
29567 \backslash
29568 end{subequations}
29569 \series default
29570  formulas can be subnumbered.
29571  Both commands are inserted in TeX-mode.
29572 \end_layout
29573
29574 \begin_layout Standard
29575 An example:
29576 \begin_inset Formula \begin{equation}
29577 A=C-B\label{eq:a}\end{equation}
29578
29579 \end_inset
29580
29581
29582 \begin_inset ERT
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586
29587
29588 \backslash
29589 addtocounter{equation}{-1}
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600
29601 \backslash
29602 begin{subequations}
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \begin_inset VSpace -5mm
29609 \end_inset
29610
29611
29612 \begin_inset Formula \begin{equation}
29613 B=C-A\label{eq:b}\end{equation}
29614
29615 \end_inset
29616
29617
29618 \begin_inset Formula \begin{equation}
29619 C=A+B\label{eq:c}\end{equation}
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Standard
29627 \begin_inset ERT
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631
29632
29633 \backslash
29634 end{subequations}
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Standard
29643 To create the example, the following is done:
29644 \end_layout
29645
29646 \begin_layout Enumerate
29647 first formula is inserted
29648 \end_layout
29649
29650 \begin_layout Enumerate
29651
29652 \series bold
29653
29654 \backslash
29655 addtocounter{equation}{-1} 
29656 \backslash
29657 begin{subequations}
29658 \begin_inset Index
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662 Commands ! A ! 
29663 \backslash
29664 addtocounter
29665 \end_layout
29666
29667 \end_inset
29668
29669
29670 \begin_inset Newline newline
29671 \end_inset
29672
29673
29674 \series default
29675 is inserted after the first formula
29676 \end_layout
29677
29678 \begin_layout Enumerate
29679 second formula is inserted
29680 \end_layout
29681
29682 \begin_layout Enumerate
29683 third formula is inserted
29684 \end_layout
29685
29686 \begin_layout Enumerate
29687
29688 \series bold
29689
29690 \backslash
29691 end{subequations}
29692 \series default
29693  is inserted after the third formula
29694 \end_layout
29695
29696 \begin_layout Standard
29697 Every formula between the commands 
29698 \series bold
29699
29700 \backslash
29701 begin
29702 \series default
29703  and 
29704 \series bold
29705
29706 \backslash
29707 end
29708 \series default
29709  is subnumbered as a, b, 
29710 \begin_inset Newline linebreak
29711 \end_inset
29712
29713 c, \SpecialChar \ldots{}
29714  For multiline formulas every line will be subnumbered.
29715  All subnumbered formulas are treated as 
29716 \emph on
29717 one
29718 \emph default
29719  numbered formula.
29720  But as every numbered formula increases the counter 
29721 \series bold
29722 equation
29723 \series default
29724  by one, the command 
29725 \series bold
29726
29727 \backslash
29728 addtocounter
29729 \series default
29730  is needed to decrease it.
29731  Otherwise the formulas 
29732 \begin_inset CommandInset ref
29733 LatexCommand eqref
29734 reference "eq:a"
29735
29736 \end_inset
29737
29738
29739 \begin_inset CommandInset ref
29740 LatexCommand eqref
29741 reference "eq:b"
29742
29743 \end_inset
29744
29745
29746 \begin_inset CommandInset ref
29747 LatexCommand eqref
29748 reference "eq:c"
29749
29750 \end_inset
29751
29752  would be numbered as 
29753 \begin_inset CommandInset ref
29754 LatexCommand eqref
29755 reference "eq:a"
29756
29757 \end_inset
29758
29759
29760 \begin_inset CommandInset ref
29761 LatexCommand eqref
29762 reference "eq:d"
29763
29764 \end_inset
29765
29766
29767 \begin_inset CommandInset ref
29768 LatexCommand eqref
29769 reference "eq:f"
29770
29771 \end_inset
29772
29773 .
29774 \end_layout
29775
29776 \begin_layout Standard
29777 By inserting the commands in TeX-mode, a space is created between the first
29778  two formulas.
29779  To revert this -5
29780 \begin_inset space \thinspace{}
29781 \end_inset
29782
29783 mm vertical space is inserted after the command 
29784 \series bold
29785
29786 \backslash
29787 begin{subequations}
29788 \series default
29789 .
29790  When the formula style 
29791 \series bold
29792 Indented
29793 \begin_inset Foot
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797 formula styles see 
29798 \begin_inset CommandInset ref
29799 LatexCommand ref
29800 reference "sec:Formula-Styles"
29801
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \series default
29811  is used, -7
29812 \begin_inset space \thinspace{}
29813 \end_inset
29814
29815 mm space is inserted instead.
29816 \end_layout
29817
29818 \begin_layout Standard
29819 Here is an example for a multiline formula where the numbering was turned
29820  off for the second line:
29821 \begin_inset ERT
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825
29826
29827 \backslash
29828 begin{subequations}
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \begin_inset Formula \begin{eqnarray}
29835 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29836  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29837  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29838
29839 \end_inset
29840
29841
29842 \begin_inset ERT
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846
29847
29848 \backslash
29849 end{subequations}
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Subsection
29858 User-defined Numbering
29859 \begin_inset CommandInset label
29860 LatexCommand label
29861 name "sub:User-defined-Numbering"
29862
29863 \end_inset
29864
29865
29866 \begin_inset Index
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870 Formula numbering ! user-defined
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \begin_layout Standard
29879 \begin_inset Index
29880 status collapsed
29881
29882 \begin_layout Plain Layout
29883 Formula numbering ! self-defined delimiters
29884 \end_layout
29885
29886 \end_inset
29887
29888 With the standard numbering parentheses are set around the formula number.
29889  To replace the parentheses for example by vertical bars, the following
29890  line is added to the LaTeX-preamble:
29891 \end_layout
29892
29893 \begin_layout Standard
29894
29895 \series bold
29896
29897 \backslash
29898 def
29899 \backslash
29900 tagform@#1{
29901 \backslash
29902 maketag@@@{|#1|}}
29903 \series default
29904
29905 \begin_inset Note Note
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909 This macro is already declared in the LaTeX-preamble for testing.
29910  To activate it, remove the percent sign at the beginning.
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \end_layout
29917
29918 \begin_layout Standard
29919 To use other characters, the vertical bars besides the 
29920 \series bold
29921 #1
29922 \series default
29923  are replaced by one ore more characters.
29924  To get only the formula number the vertical bars are omitted.
29925 \end_layout
29926
29927 \begin_layout Standard
29928 \begin_inset VSpace bigskip
29929 \end_inset
29930
29931 When there should be an expression of your choice instead of the consecutive
29932  formula number in parentheses behind the formula, the command 
29933 \series bold
29934
29935 \backslash
29936 tag
29937 \series default
29938
29939 \begin_inset Index
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943 Commands ! T ! 
29944 \backslash
29945 tag
29946 \end_layout
29947
29948 \end_inset
29949
29950  is used:
29951 \begin_inset Formula \begin{equation}
29952 A+B=C\tag{something}\label{eq:tag}\end{equation}
29953
29954 \end_inset
29955
29956 In this example the command 
29957 \series bold
29958
29959 \backslash
29960 tag
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966
29967 \backslash
29968 spce 
29969 \end_layout
29970
29971 \end_inset
29972
29973 something
29974 \series default
29975  was inserted to the formula.
29976 \end_layout
29977
29978 \begin_layout Standard
29979 When the command 
29980 \series bold
29981
29982 \backslash
29983 tag*
29984 \begin_inset ERT
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989
29990 \backslash
29991 spce 
29992 \end_layout
29993
29994 \end_inset
29995
29996 something
29997 \series default
29998  is inserted instead, the star prevents the parentheses around the expression:
29999 \begin_inset Formula \[
30000 A+B=C\tag*{something}\]
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Standard
30008 \begin_inset VSpace bigskip
30009 \end_inset
30010
30011 To restart the formula numbering with new document parts or sections, the
30012  following command is used:
30013 \end_layout
30014
30015 \begin_layout Standard
30016
30017 \series bold
30018
30019 \backslash
30020 @addtoreset{equation}{part}
30021 \series default
30022
30023 \begin_inset Index
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 Commands ! 
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033 "
30034 \end_layout
30035
30036 \end_inset
30037
30038 @
30039 \begin_inset ERT
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043
30044 "
30045 \end_layout
30046
30047 \end_inset
30048
30049  ! 
30050 \backslash
30051
30052 \begin_inset ERT
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056
30057 "
30058 \end_layout
30059
30060 \end_inset
30061
30062 @
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068 "
30069 \end_layout
30070
30071 \end_inset
30072
30073 addtoreset
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \begin_inset Newline newline
30080 \end_inset
30081
30082 resp.
30083 \begin_inset Newline newline
30084 \end_inset
30085
30086
30087 \series bold
30088
30089 \backslash
30090 @addtoreset{equation}{section}
30091 \end_layout
30092
30093 \begin_layout Standard
30094 To be able to use these commands in TeX-mode, the 
30095 \begin_inset Quotes eld
30096 \end_inset
30097
30098 @
30099 \begin_inset Quotes erd
30100 \end_inset
30101
30102  character has to be made 
30103 \begin_inset Quotes eld
30104 \end_inset
30105
30106 active
30107 \begin_inset Quotes erd
30108 \end_inset
30109
30110  for LaTeX using the command 
30111 \series bold
30112
30113 \backslash
30114 makeatletter.
30115
30116 \series default
30117  The command 
30118 \series bold
30119
30120 \backslash
30121 makeatother
30122 \series default
30123  reverts this.
30124  So the command sequence in TeX-mode is:
30125 \end_layout
30126
30127 \begin_layout Standard
30128
30129 \series bold
30130
30131 \backslash
30132 makeatletter
30133 \begin_inset Newline newline
30134 \end_inset
30135
30136
30137 \backslash
30138 @addtoreset{equation}{section}
30139 \begin_inset Newline newline
30140 \end_inset
30141
30142
30143 \backslash
30144 makeatother
30145 \end_layout
30146
30147 \begin_layout Standard
30148 In the LaTeX-preamble 
30149 \series bold
30150
30151 \backslash
30152 makeatletter
30153 \series default
30154  and 
30155 \series bold
30156
30157 \backslash
30158 makeatother
30159 \series default
30160  can be omitted as they are automatically internally inserted by LyX.
30161 \end_layout
30162
30163 \begin_layout Standard
30164 To revert 
30165 \series bold
30166
30167 \backslash
30168 @addtoreset
30169 \series default
30170 , the file 
30171 \series bold
30172 remreset.sty
30173 \series default
30174
30175 \begin_inset Foot
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179
30180 \series bold
30181 remreset
30182 \series default
30183  is part of the LaTeX-package 
30184 \series bold
30185 carlisle
30186 \series default
30187
30188 \begin_inset Index
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192 Packages ! carlisle
30193 \end_layout
30194
30195 \end_inset
30196
30197  that is part of every LaTeX standard installation.
30198 \end_layout
30199
30200 \end_inset
30201
30202
30203 \begin_inset Index
30204 status collapsed
30205
30206 \begin_layout Plain Layout
30207 Packages ! remreset
30208 \end_layout
30209
30210 \end_inset
30211
30212  has to be loaded in the LaTeX-preamble with the line
30213 \end_layout
30214
30215 \begin_layout Standard
30216
30217 \series bold
30218
30219 \backslash
30220 usepackage{remreset}
30221 \end_layout
30222
30223 \begin_layout Standard
30224 Then the command 
30225 \series bold
30226
30227 \backslash
30228 @removefromreset
30229 \series default
30230
30231 \begin_inset Index
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235 Commands ! 
30236 \begin_inset ERT
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240
30241 "
30242 \end_layout
30243
30244 \end_inset
30245
30246 @
30247 \begin_inset ERT
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251
30252 "
30253 \end_layout
30254
30255 \end_inset
30256
30257  ! 
30258 \backslash
30259
30260 \begin_inset ERT
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264
30265 "
30266 \end_layout
30267
30268 \end_inset
30269
30270 @
30271 \begin_inset ERT
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275
30276 "
30277 \end_layout
30278
30279 \end_inset
30280
30281 removefromreset
30282 \end_layout
30283
30284 \end_inset
30285
30286  can be used with the same scheme as 
30287 \series bold
30288
30289 \backslash
30290 @addtoreset
30291 \series default
30292 .
30293 \end_layout
30294
30295 \begin_layout Standard
30296 \begin_inset VSpace bigskip
30297 \end_inset
30298
30299 Sometimes formulas should be numbered in the following form:
30300 \end_layout
30301
30302 \begin_layout Standard
30303
30304 \family typewriter
30305 (section number.formula number)
30306 \end_layout
30307
30308 \begin_layout Standard
30309 The formula number should start with every section with 
30310 \begin_inset Quotes eld
30311 \end_inset
30312
30313 1
30314 \begin_inset Quotes erd
30315 \end_inset
30316
30317 .
30318 \end_layout
30319
30320 \begin_layout Standard
30321 For this case there is the command 
30322 \series bold
30323
30324 \backslash
30325 numberwithin
30326 \series default
30327
30328 \begin_inset Index
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332 Commands ! N ! 
30333 \backslash
30334 numberwithin
30335 \end_layout
30336
30337 \end_inset
30338
30339 , which is used with the following scheme:
30340 \end_layout
30341
30342 \begin_layout Standard
30343
30344 \series bold
30345
30346 \backslash
30347 numberwithin{counter}{sectioning}
30348 \end_layout
30349
30350 \begin_layout Standard
30351 Counter denotes what kind of numbering is affected, sectioning denotes what
30352  number is before the dot.
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30357 \end_layout
30358
30359 \begin_layout Standard
30360
30361 \series bold
30362
30363 \backslash
30364 numberwithin{equation}{section}
30365 \end_layout
30366
30367 \begin_layout Standard
30368 This is the result:
30369 \begin_inset ERT
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373
30374
30375 \backslash
30376 numberwithin{equation}{section}
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \begin_inset Formula \begin{equation}
30383 A+B=C\end{equation}
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \begin_layout Standard
30391 To number e.g.
30392 \begin_inset space \space{}
30393 \end_inset
30394
30395 tables so that the number of the part is the sectioning,
30396 \begin_inset Newline newline
30397 \end_inset
30398
30399
30400 \series bold
30401
30402 \backslash
30403 numberwithin{table}{part}
30404 \series default
30405  is used.
30406 \end_layout
30407
30408 \begin_layout Standard
30409 To go back to the standard numbering or to prevent this kind of numbering
30410  when it is defined by the document class, the following command is inserted
30411  as TeX-Code or to the LaTeX-preamble:
30412 \end_layout
30413
30414 \begin_layout Standard
30415
30416 \series bold
30417
30418 \backslash
30419 renewcommand{
30420 \backslash
30421 theequation}{
30422 \backslash
30423 arabic{equation}}
30424 \begin_inset Index
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428 Commands ! A ! 
30429 \backslash
30430 arabic
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \series default
30437
30438 \begin_inset ERT
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442
30443
30444 \backslash
30445 renewcommand{
30446 \backslash
30447 theequation}{
30448 \backslash
30449 arabic{equation}}
30450 \end_layout
30451
30452 \end_inset
30453
30454
30455 \series bold
30456
30457 \begin_inset Newline newline
30458 \end_inset
30459
30460
30461 \series default
30462 or
30463 \series bold
30464
30465 \begin_inset Newline newline
30466 \end_inset
30467
30468
30469 \backslash
30470 renewcommand{
30471 \backslash
30472 thetable}{
30473 \backslash
30474 arabic{table}}
30475 \end_layout
30476
30477 \begin_layout Standard
30478
30479 \series bold
30480
30481 \backslash
30482 numberwithin
30483 \series default
30484  uses internally the command 
30485 \series bold
30486
30487 \backslash
30488 @addtoreset
30489 \series default
30490 , described above, that also needs to be reverted.
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496
30497 \backslash
30498 makeatletter
30499 \end_layout
30500
30501 \begin_layout Plain Layout
30502
30503
30504 \backslash
30505 @removefromreset{equation}{section}
30506 \end_layout
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 makeatother
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Subsection
30521 Numbering with Roman Numbers and Letters
30522 \begin_inset Index
30523 status collapsed
30524
30525 \begin_layout Plain Layout
30526 Formula numbering ! with letters
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \begin_inset Index
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536 Formula numbering ! with Roman numbers
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \begin_layout Standard
30545 Formulas can also be numbered with Roman numbers and Latin letters.
30546  To number for example with small Roman numbers, the command
30547 \end_layout
30548
30549 \begin_layout Standard
30550
30551 \series bold
30552
30553 \backslash
30554 renewcommand{
30555 \backslash
30556 theequation}{
30557 \backslash
30558 roman{equation}}
30559 \end_layout
30560
30561 \begin_layout Standard
30562 is inserted before the formula in TeX-mode.
30563  
30564 \series bold
30565
30566 \backslash
30567 renewcommand
30568 \series default
30569
30570 \begin_inset Index
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574 Commands ! R ! 
30575 \backslash
30576 renewcommand
30577 \end_layout
30578
30579 \end_inset
30580
30581  redefines the predefined command 
30582 \series bold
30583
30584 \backslash
30585 theequation
30586 \series default
30587  to the command 
30588 \series bold
30589
30590 \backslash
30591 roman{equation}
30592 \series default
30593
30594 \begin_inset Foot
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598 The command 
30599 \series bold
30600
30601 \backslash
30602 renewcommand
30603 \series default
30604  has the same scheme like the command 
30605 \series bold
30606
30607 \backslash
30608 newcommand
30609 \series default
30610  that is described in 
30611 \begin_inset CommandInset ref
30612 LatexCommand ref
30613 reference "sec:User-defined-Commands"
30614
30615 \end_inset
30616
30617 .
30618 \end_layout
30619
30620 \end_inset
30621
30622 .
30623  
30624 \series bold
30625 equation
30626 \series default
30627  is the formula counter.
30628  When the command 
30629 \series bold
30630
30631 \backslash
30632 the
30633 \series default
30634  is used as prefix for a counter, the value of the counter is output as
30635  Arabic number.
30636  When a formula is numbered, LaTeX sets internally the command 
30637 \series bold
30638
30639 \backslash
30640 theequation
30641 \series default
30642  behind the formula.
30643  
30644 \series bold
30645
30646 \backslash
30647 roman{equation}
30648 \begin_inset Index
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 Commands ! R ! 
30653 \backslash
30654 roman
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \series default
30661  outputs the counter as small Roman number.
30662 \end_layout
30663
30664 \begin_layout Standard
30665 All formulas behind the command 
30666 \series bold
30667
30668 \backslash
30669 renew
30670 \series default
30671 c
30672 \series bold
30673 ommand
30674 \series default
30675  are now numbered Roman.
30676  To switch to numbering with big Roman numbers, the command is inserted
30677  again, but 
30678 \series bold
30679
30680 \backslash
30681 roman
30682 \series default
30683  is replaced by 
30684 \series bold
30685
30686 \backslash
30687 Roman
30688 \series default
30689
30690 \begin_inset Index
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694 Commands ! R ! 
30695 \backslash
30696 roman@
30697 \backslash
30698 Roman
30699 \end_layout
30700
30701 \end_inset
30702
30703 .
30704  To 
30705 \begin_inset Quotes eld
30706 \end_inset
30707
30708 number
30709 \begin_inset Quotes erd
30710 \end_inset
30711
30712  with small Latin letters there is the command 
30713 \series bold
30714
30715 \backslash
30716 alph
30717 \series default
30718
30719 \begin_inset Index
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723 Commands ! A ! 
30724 \backslash
30725 alph
30726 \end_layout
30727
30728 \end_inset
30729
30730 , for big ones there is the command 
30731 \series bold
30732
30733 \backslash
30734 Alph
30735 \series default
30736
30737 \begin_inset Index
30738 status open
30739
30740 \begin_layout Plain Layout
30741 Commands ! A ! 
30742 \backslash
30743 alph@
30744 \backslash
30745 Alph
30746 \end_layout
30747
30748 \end_inset
30749
30750 .
30751 \end_layout
30752
30753 \begin_layout Standard
30754 \begin_inset Note Greyedout
30755 status open
30756
30757 \begin_layout Plain Layout
30758
30759 \series bold
30760 Note:
30761 \series default
30762  Only maximal 26 formulas can be numbered with Latin letters in one document.
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Standard
30771 \begin_inset ERT
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775
30776
30777 \backslash
30778 renewcommand{
30779 \backslash
30780 theequation}{
30781 \backslash
30782 roman{equation}}
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \end_layout
30789
30790 \begin_layout Standard
30791 \begin_inset Formula \begin{equation}
30792 A=\textrm{small roman}\label{eq:rom}\end{equation}
30793
30794 \end_inset
30795
30796
30797 \begin_inset ERT
30798 status collapsed
30799
30800 \begin_layout Plain Layout
30801
30802
30803 \backslash
30804 renewcommand{
30805 \backslash
30806 theequation}{
30807 \backslash
30808 Roman{equation}}
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \begin_inset Formula \begin{equation}
30815 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30816
30817 \end_inset
30818
30819
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825
30826 \backslash
30827 renewcommand{
30828 \backslash
30829 theequation}{
30830 \backslash
30831 alph{equation}}
30832 \end_layout
30833
30834 \end_inset
30835
30836
30837 \begin_inset Formula \begin{equation}
30838 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30839
30840 \end_inset
30841
30842
30843 \begin_inset ERT
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847
30848
30849 \backslash
30850 renewcommand{
30851 \backslash
30852 theequation}{
30853 \backslash
30854 Alph{equation}}
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \begin_inset Formula \begin{equation}
30861 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30862
30863 \end_inset
30864
30865
30866 \end_layout
30867
30868 \begin_layout Standard
30869 To switch back to the default numbering, insert the command:
30870 \end_layout
30871
30872 \begin_layout Standard
30873
30874 \series bold
30875
30876 \backslash
30877 renewcommand{
30878 \backslash
30879 theequation}{
30880 \backslash
30881 arabic{equation}}
30882 \begin_inset Index
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886 Commands ! A ! 
30887 \backslash
30888 arabic
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Standard
30897 \begin_inset ERT
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901
30902
30903 \backslash
30904 renewcommand{
30905 \backslash
30906 theequation}{
30907 \backslash
30908 arabic{equation}}
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \begin_inset Formula \begin{equation}
30915 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30916
30917 \end_inset
30918
30919
30920 \end_layout
30921
30922 \begin_layout Standard
30923 \begin_inset VSpace medskip
30924 \end_inset
30925
30926 As you see, formulas are numbered serially independent from the numbering
30927  style.
30928  When then numbering should start with 
30929 \begin_inset Quotes eld
30930 \end_inset
30931
30932 1
30933 \begin_inset Quotes erd
30934 \end_inset
30935
30936  when the style is changed, new equation counters have to be defined.
30937  A description about this can be found in the file 
30938 \begin_inset CommandInset href
30939 LatexCommand href
30940 target "Formula-numbering.lyx"
30941
30942 \end_inset
30943
30944 .
30945 \end_layout
30946
30947 \begin_layout Section
30948 User-defined Commands
30949 \begin_inset CommandInset label
30950 LatexCommand label
30951 name "sec:User-defined-Commands"
30952
30953 \end_inset
30954
30955
30956 \begin_inset Index
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960 User-defined commands
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \end_layout
30967
30968 \begin_layout Standard
30969 Many LaTeX-commands are too long to be used frequently.
30970  But it is possible to define with the command 
30971 \series bold
30972
30973 \backslash
30974 newcommand
30975 \series default
30976
30977 \begin_inset Index
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981 Commands ! N ! 
30982 \backslash
30983 newcommand
30984 \end_layout
30985
30986 \end_inset
30987
30988  new shorter commands.
30989 \end_layout
30990
30991 \begin_layout Standard
30992 The command scheme of 
30993 \series bold
30994
30995 \backslash
30996 newcommand
30997 \series default
30998  is:
30999 \end_layout
31000
31001 \begin_layout Standard
31002
31003 \series bold
31004
31005 \backslash
31006 newcommand{new command name}[number of arguments][optional
31007 \series default
31008  
31009 \series bold
31010 value]
31011 \begin_inset Newline newline
31012 \end_inset
31013
31014
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 phantom{
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \backslash
31029 newcommand
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035 }
31036 \end_layout
31037
31038 \end_inset
31039
31040 {command definition}
31041 \end_layout
31042
31043 \begin_layout Standard
31044 \begin_inset Note Greyedout
31045 status open
31046
31047 \begin_layout Plain Layout
31048
31049 \series bold
31050 Note:
31051 \series default
31052  Assure that the name of the new command is not already used in your document
31053  or by LaTeX-packages that you use.
31054  When you for example define the command 
31055 \series bold
31056
31057 \backslash
31058 le
31059 \series default
31060  for 
31061 \series bold
31062
31063 \backslash
31064 Leftarrow
31065 \series default
31066 , you get an error message because 
31067 \series bold
31068
31069 \backslash
31070 le
31071 \series default
31072  is already defined as command for 
31073 \begin_inset Quotes eld
31074 \end_inset
31075
31076
31077 \begin_inset Formula $\le$
31078 \end_inset
31079
31080
31081 \begin_inset Quotes erd
31082 \end_inset
31083
31084 .
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \end_layout
31091
31092 \begin_layout Standard
31093 \begin_inset Note Greyedout
31094 status open
31095
31096 \begin_layout Plain Layout
31097
31098 \series bold
31099 Note:
31100 \series default
31101  The names of user-defined commands may only consist of Latin letters.
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \end_layout
31108
31109 \begin_layout Standard
31110 The number of arguments is an integer in the range 0
31111 \begin_inset space \thinspace{}
31112 \end_inset
31113
31114 -
31115 \begin_inset space \thinspace{}
31116 \end_inset
31117
31118 9 and specifies how many arguments the new command should have.
31119  With the optional value a value for an optional argument can be predefined.
31120  When this is done, the 
31121 \emph on
31122 first
31123 \emph default
31124  
31125 \emph on
31126 a
31127 \emph default
31128 rgument of the new command is automatically an optional one.
31129 \end_layout
31130
31131 \begin_layout Standard
31132 Here are some examples:
31133 \end_layout
31134
31135 \begin_layout Itemize
31136 To define the command 
31137 \series bold
31138
31139 \backslash
31140 gr
31141 \series default
31142  for 
31143 \series bold
31144
31145 \backslash
31146 Longrightarrow
31147 \series default
31148 , the LaTeX-preamble line is:
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154
31155 \backslash
31156 medskip
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \series bold
31163
31164 \begin_inset Newline newline
31165 \end_inset
31166
31167
31168 \backslash
31169 newcommand{
31170 \backslash
31171 gr}{
31172 \backslash
31173 Longrightarrow}
31174 \end_layout
31175
31176 \begin_layout Itemize
31177 To define the command 
31178 \series bold
31179
31180 \backslash
31181 us
31182 \series default
31183  for 
31184 \series bold
31185
31186 \backslash
31187 underline
31188 \series default
31189 , the argument (that should be underlined) must be taken into account.
31190  For this the preamble line is:
31191 \begin_inset ERT
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195
31196
31197 \backslash
31198 medskip
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \series bold
31205
31206 \begin_inset Newline newline
31207 \end_inset
31208
31209
31210 \backslash
31211 newcommand{
31212 \backslash
31213 us}[1]{
31214 \backslash
31215 underline{#1}}
31216 \series default
31217
31218 \begin_inset ERT
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222
31223
31224 \backslash
31225 medskip
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \series bold
31232
31233 \begin_inset Newline newline
31234 \end_inset
31235
31236
31237 \series default
31238 The character 
31239 \series bold
31240 #
31241 \series default
31242  acts as argument placeholder, the 
31243 \series bold
31244 1
31245 \series default
31246  behind it denotes that it is the placeholder for the first argument.
31247 \end_layout
31248
31249 \begin_layout Itemize
31250 For 
31251 \series bold
31252
31253 \backslash
31254 framebox
31255 \series default
31256  one can e.g.
31257 \begin_inset space \space{}
31258 \end_inset
31259
31260 define the command 
31261 \series bold
31262
31263 \backslash
31264 fb
31265 \series default
31266 :
31267 \begin_inset ERT
31268 status collapsed
31269
31270 \begin_layout Plain Layout
31271
31272
31273 \backslash
31274 medskip
31275 \end_layout
31276
31277 \end_inset
31278
31279
31280 \series bold
31281
31282 \begin_inset Newline newline
31283 \end_inset
31284
31285
31286 \backslash
31287 newcommand{
31288 \backslash
31289 fb}[3]{
31290 \backslash
31291 framebox#1#2{$#3$}}
31292 \series default
31293
31294 \begin_inset ERT
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298
31299
31300 \backslash
31301 medskip
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \series bold
31308
31309 \begin_inset Newline newline
31310 \end_inset
31311
31312
31313 \series default
31314 The two Dollar signs creates the extra formula needed for 
31315 \series bold
31316
31317 \backslash
31318 framebox
31319 \series default
31320 , see 
31321 \begin_inset CommandInset ref
31322 LatexCommand ref
31323 reference "sub:Boxes-with-Frame"
31324
31325 \end_inset
31326
31327 .
31328 \end_layout
31329
31330 \begin_layout Itemize
31331 To create a new command for 
31332 \series bold
31333
31334 \backslash
31335 fcolorbox
31336 \series default
31337  where the color for the box needn't to be specified, the argument for the
31338  color is defined optional:
31339 \begin_inset ERT
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343
31344
31345 \backslash
31346 medskip
31347 \end_layout
31348
31349 \end_inset
31350
31351
31352 \series bold
31353
31354 \begin_inset Newline newline
31355 \end_inset
31356
31357
31358 \backslash
31359 newcommand{
31360 \backslash
31361 cb}[3][white]{
31362 \backslash
31363 fcolorbox{#2}{#1}{$#3$}}
31364 \series default
31365
31366 \begin_inset ERT
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370
31371
31372 \backslash
31373 medskip
31374 \end_layout
31375
31376 \end_inset
31377
31378
31379 \begin_inset Newline newline
31380 \end_inset
31381
31382 When the color is not specified when using 
31383 \series bold
31384
31385 \backslash
31386 cb
31387 \series default
31388 , the predefined color 
31389 \series bold
31390 white
31391 \series default
31392  will be used.
31393 \end_layout
31394
31395 \begin_layout Standard
31396 A test of the new defined commands:
31397 \end_layout
31398
31399 \begin_layout Standard
31400 \align center
31401 \begin_inset Tabular
31402 <lyxtabular version="3" rows="6" columns="2">
31403 <features>
31404 <column alignment="center" valignment="top" width="0">
31405 <column alignment="center" valignment="top" width="0">
31406 <row>
31407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31408 \begin_inset Text
31409
31410 \begin_layout Plain Layout
31411 Command
31412 \end_layout
31413
31414 \end_inset
31415 </cell>
31416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31417 \begin_inset Text
31418
31419 \begin_layout Plain Layout
31420 Result
31421 \begin_inset Note Note
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425
31426 \series bold
31427
31428 \backslash
31429 raisebox
31430 \series default
31431  is only used as spacer.
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 </row>
31442 <row>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 A
31448 \backslash
31449 gr
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455
31456 \backslash
31457 spce 
31458 \end_layout
31459
31460 \end_inset
31461
31462 B
31463 \end_layout
31464
31465 \end_inset
31466 </cell>
31467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31468 \begin_inset Text
31469
31470 \begin_layout Plain Layout
31471 \begin_inset Formula $A\gr B$
31472 \end_inset
31473
31474
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 </row>
31480 <row>
31481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485
31486 \backslash
31487 us{ABcd
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 </row>
31505 <row>
31506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31507 \begin_inset Text
31508
31509 \begin_layout Plain Layout
31510
31511 \backslash
31512 fb{[2cm]
31513 \begin_inset Formula $\to$
31514 \end_inset
31515
31516
31517 \backslash
31518 {
31519 \begin_inset Formula $\to$
31520 \end_inset
31521
31522
31523 \backslash
31524 {
31525 \backslash
31526 int
31527 \begin_inset ERT
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531
31532
31533 \backslash
31534 spce 
31535 \end_layout
31536
31537 \end_inset
31538
31539 A=B
31540 \end_layout
31541
31542 \end_inset
31543 </cell>
31544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31545 \begin_inset Text
31546
31547 \begin_layout Plain Layout
31548 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 </row>
31557 <row>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562
31563 \backslash
31564 cb{red
31565 \begin_inset Formula $\to$
31566 \end_inset
31567
31568
31569 \backslash
31570 {
31571 \backslash
31572 int
31573 \begin_inset ERT
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577
31578
31579 \backslash
31580 spce 
31581 \end_layout
31582
31583 \end_inset
31584
31585 A=B
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31591 \begin_inset Text
31592
31593 \begin_layout Plain Layout
31594 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \end_inset
31601 </cell>
31602 </row>
31603 <row>
31604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608
31609 \backslash
31610 cb[green]
31611 \backslash
31612 {red
31613 \begin_inset Formula $\to$
31614 \end_inset
31615
31616
31617 \backslash
31618 {
31619 \backslash
31620 int
31621 \begin_inset ERT
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625
31626
31627 \backslash
31628 spce 
31629 \end_layout
31630
31631 \end_inset
31632
31633 A=B
31634 \end_layout
31635
31636 \end_inset
31637 </cell>
31638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31639 \begin_inset Text
31640
31641 \begin_layout Plain Layout
31642 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \end_inset
31649 </cell>
31650 </row>
31651 </lyxtabular>
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Section
31659 Diagrams
31660 \end_layout
31661
31662 \begin_layout Standard
31663 LyX supports two types of commutative diagrams: 
31664 \series bold
31665 amscd
31666 \series default
31667  and 
31668 \series bold
31669 xymatrix
31670 \series default
31671  that are explained in the following.
31672 \end_layout
31673
31674 \begin_layout Subsection
31675 Amscd Diagrams
31676 \begin_inset Index
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680 Diagrams ! amscd
31681 \end_layout
31682
31683 \end_inset
31684
31685
31686 \end_layout
31687
31688 \begin_layout Standard
31689 Diagrams of this type visualize relations by vertical and horizontal lines
31690  or arrows:
31691 \begin_inset Formula \[
31692 \begin{CD}A@>>>B@>>>C\\
31693 @AAA@.@VVV\\
31694 F@<<<E@<<<D\end{CD}\]
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 To get them, the command 
31703 \series bold
31704
31705 \backslash
31706 CD
31707 \begin_inset Index
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Commands ! C ! 
31712 \backslash
31713 CD
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \series default
31720  is inserted to a formula.
31721  A blue box appears with two dashed lines where further commands can be
31722  inserted.
31723  With 
31724 \begin_inset Info
31725 type  "shortcut"
31726 arg   "newline-insert newline"
31727 \end_inset
31728
31729  a new line is created.
31730  Horizontal relations are inserted in odd, vertical in even formula lines.
31731 \end_layout
31732
31733 \begin_layout Standard
31734 To create the relations there are the following commands:
31735 \end_layout
31736
31737 \begin_layout Itemize
31738
31739 \series bold
31740 @<<<
31741 \series default
31742  creates a left arrow, 
31743 \series bold
31744 @>>>
31745 \series default
31746  a right arrow, and 
31747 \series bold
31748 @=
31749 \series default
31750  a long equal sign
31751 \end_layout
31752
31753 \begin_layout Itemize
31754
31755 \series bold
31756 @AAA
31757 \series default
31758  creates an up arrow, 
31759 \series bold
31760 @VVV
31761 \series default
31762  an down arrow, and 
31763 \series bold
31764 @|
31765 \series default
31766  a vertical equal sign
31767 \end_layout
31768
31769 \begin_layout Itemize
31770
31771 \series bold
31772 @.
31773
31774 \series default
31775  is a placeholder for non-existent relations
31776 \end_layout
31777
31778 \begin_layout Standard
31779 All arrows can be labeled as follows:
31780 \end_layout
31781
31782 \begin_layout Itemize
31783 Is text inserted between the first and second < or >, resp., it is placed
31784  above the arrow.
31785  When it is inserted between the second and third one, it appears under
31786  the arrow.
31787 \end_layout
31788
31789 \begin_layout Itemize
31790 When text for vertical arrows is inserted between the first and second A
31791  or V, resp., it is placed left beside the arrow.
31792  When it is inserted between the second and third one, it appears right
31793  beside the arrow.
31794  If the text contains an A or V, these letters must be set into a TeX-brace.
31795 \end_layout
31796
31797 \begin_layout Standard
31798 As example a diagram with all possible relations:
31799 \end_layout
31800
31801 \begin_layout Standard
31802 \begin_inset Formula \[
31803 \begin{CD}A@>j>>B@>>k>C@=F\\
31804 @AmAA@.@VV{V}V@|\\
31805 D@<<j<E@>k>>F@=C\end{CD}\]
31806
31807 \end_inset
31808
31809
31810 \end_layout
31811
31812 \begin_layout Standard
31813 The command for this is:
31814 \begin_inset Newline newline
31815 \end_inset
31816
31817
31818 \series bold
31819
31820 \backslash
31821 CD
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827
31828 \backslash
31829 spce 
31830 \end_layout
31831
31832 \end_inset
31833
31834 A@>j>>B@>>k>C@=F Ctrl+Return
31835 \begin_inset Newline newline
31836 \end_inset
31837
31838
31839 \begin_inset ERT
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843
31844
31845 \backslash
31846 hphantom{
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \backslash
31853 CD
31854 \begin_inset ERT
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858
31859
31860 \backslash
31861 spce 
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872 }
31873 \end_layout
31874
31875 \end_inset
31876
31877 @AmAA@.@VV
31878 \backslash
31879 {V
31880 \series default
31881
31882 \begin_inset Formula $\to$
31883 \end_inset
31884
31885
31886 \series bold
31887 V@| Ctrl+Return
31888 \begin_inset Newline newline
31889 \end_inset
31890
31891
31892 \begin_inset ERT
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896
31897
31898 \backslash
31899 hphantom{
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \backslash
31906 CD
31907 \begin_inset ERT
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911
31912
31913 \backslash
31914 spce 
31915 \end_layout
31916
31917 \end_inset
31918
31919
31920 \begin_inset ERT
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924
31925 }
31926 \end_layout
31927
31928 \end_inset
31929
31930 D@<<j<E@>k>>F@=C
31931 \end_layout
31932
31933 \begin_layout Subsection
31934 Xymatrix Diagrams
31935 \begin_inset Index
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939 Diagrams ! xymatrix
31940 \end_layout
31941
31942 \end_inset
31943
31944
31945 \end_layout
31946
31947 \begin_layout Standard
31948 To be able to use xymatrices, the LaTeX-package 
31949 \series bold
31950 xypic
31951 \series default
31952  must be installed.
31953  A xymatrix is created by inserting the command 
31954 \series bold
31955
31956 \backslash
31957 xymatrix
31958 \series default
31959  in a formula.
31960  Then you are able to add new matrix columns and rows like for normal matrices,
31961  see 
31962 \begin_inset CommandInset ref
31963 LatexCommand ref
31964 reference "sec:Matrices"
31965
31966 \end_inset
31967
31968 .
31969 \end_layout
31970
31971 \begin_layout Standard
31972 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31973  and much more.
31974  All possibilities to create commutative diagrams and decorations are explained
31975  in detail in this manual: 
31976 \begin_inset CommandInset href
31977 LatexCommand href
31978 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31979
31980 \end_inset
31981
31982 .
31983 \end_layout
31984
31985 \begin_layout Standard
31986 \begin_inset Newpage newpage
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \begin_layout Section
31993 Tips
31994 \begin_inset ERT
31995 status collapsed
31996
31997 \begin_layout Plain Layout
31998
31999
32000 \backslash
32001 texorpdfstring{
32002 \end_layout
32003
32004 \end_inset
32005
32006
32007 \begin_inset Foot
32008 status collapsed
32009
32010 \begin_layout Plain Layout
32011 Other useful math tips can be found in 
32012 \begin_inset CommandInset citation
32013 LatexCommand cite
32014 key "Voss"
32015
32016 \end_inset
32017
32018 .
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029 }{}
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \begin_inset Note Note
32036 status collapsed
32037
32038 \begin_layout Plain Layout
32039
32040 \backslash
32041 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
32042 \end_layout
32043
32044 \begin_layout Plain Layout
32045 More about 
32046 \backslash
32047 texorpdfstring is in section 
32048 \begin_inset CommandInset ref
32049 LatexCommand ref
32050 reference "sub:Formulas-in-Section"
32051
32052 \end_inset
32053
32054 .
32055 \end_layout
32056
32057 \end_inset
32058
32059
32060 \begin_inset Index
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064 Tips
32065 \end_layout
32066
32067 \end_inset
32068
32069
32070 \begin_inset Index
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074 Ions|see
32075 \begin_inset ERT
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079
32080 {
32081 \end_layout
32082
32083 \end_inset
32084
32085 Chemical characters
32086 \begin_inset ERT
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090
32091 }
32092 \end_layout
32093
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \begin_layout Subsection
32105 Chemical Symbols and Equations
32106 \begin_inset CommandInset label
32107 LatexCommand label
32108 name "sub:Chemical-Symbols-and"
32109
32110 \end_inset
32111
32112
32113 \begin_inset Index
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117 Chemical characters ! Symbols
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \begin_inset Index
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127 Chemical equations
32128 \end_layout
32129
32130 \end_inset
32131
32132
32133 \begin_inset Index
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137 Symbols ! chemical
32138 \end_layout
32139
32140 \end_inset
32141
32142
32143 \end_layout
32144
32145 \begin_layout Standard
32146 An example text from chemistry:
32147 \end_layout
32148
32149 \begin_layout Quote
32150 The 
32151 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32152 \end_inset
32153
32154 -ion reacts with two 
32155 \begin_inset Formula $\mathrm{Na^{+}}$
32156 \end_inset
32157
32158 -ions to sodium sulfate 
32159 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32160 \end_inset
32161
32162 .
32163  The chemical equation for this is:
32164 \begin_inset Formula \[
32165 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Standard
32173 This chemical equation can directly be created as formula.
32174  To avoid that the symbols appear italic, everything is highlighted and
32175  changed by the shortcut 
32176 \begin_inset Info
32177 type  "shortcut"
32178 arg   "font-roman"
32179 \end_inset
32180
32181  to the upright font style.
32182 \begin_inset Foot
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186 font styles
32187 \series bold
32188  
32189 \series default
32190 see 
32191 \begin_inset CommandInset ref
32192 LatexCommand ref
32193 reference "sub:Font-Styles"
32194
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Subsection
32206 Negative Numbers
32207 \begin_inset Index
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211 Numbers ! negative
32212 \end_layout
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 Negative numbers often look ugly in formulas because the minus sign before
32221  the number is set with the same length as the minus operator sign.
32222  When writing the negative number in normal text, the minus sign appears
32223  correctly.
32224 \end_layout
32225
32226 \begin_layout Standard
32227 Thus, the problem disappears when converting the minus sign to mathematical
32228  text.
32229 \end_layout
32230
32231 \begin_layout Standard
32232 An example to visualize the problem:
32233 \end_layout
32234
32235 \begin_layout Standard
32236 \align center
32237 \begin_inset Tabular
32238 <lyxtabular version="3" rows="3" columns="2">
32239 <features>
32240 <column alignment="right" valignment="top" width="0">
32241 <column alignment="left" valignment="top" width="0">
32242 <row>
32243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32244 \begin_inset Text
32245
32246 \begin_layout Plain Layout
32247 normal text:
32248 \end_layout
32249
32250 \end_inset
32251 </cell>
32252 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32253 \begin_inset Text
32254
32255 \begin_layout Plain Layout
32256 x = -2
32257 \end_layout
32258
32259 \end_inset
32260 </cell>
32261 </row>
32262 <row>
32263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout Plain Layout
32267 formula:
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276 \begin_inset Formula $x=-2$
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 </row>
32285 <row>
32286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32287 \begin_inset Text
32288
32289 \begin_layout Plain Layout
32290 solution:
32291 \end_layout
32292
32293 \end_inset
32294 </cell>
32295 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32296 \begin_inset Text
32297
32298 \begin_layout Plain Layout
32299 \begin_inset Formula $x=\textrm{-}2$
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 </row>
32308 </lyxtabular>
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Subsection
32316 Comma as decimal Separator
32317 \begin_inset Index
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321 Comma
32322 \end_layout
32323
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Standard
32330 In LaTeX a comma inside a formula is used, according to the English convention,
32331  as number group separator.
32332  So there will be space added behind all commas in formulas.
32333 \end_layout
32334
32335 \begin_layout Standard
32336 To avoid this, the comma is highlighted and changed to mathematical text
32337  (shortcut 
32338 \begin_inset Info
32339 type  "shortcut"
32340 arg   "math-mode"
32341 \end_inset
32342
32343 ).
32344 \end_layout
32345
32346 \begin_layout Standard
32347 To use all formula commas in the document as decimal separator, the file
32348  
32349 \series bold
32350 icomma.sty
32351 \series default
32352
32353 \begin_inset Foot
32354 status collapsed
32355
32356 \begin_layout Plain Layout
32357
32358 \series bold
32359 icomma
32360 \series default
32361  is part of the LaTeX-package 
32362 \series bold
32363 was
32364 \series default
32365
32366 \begin_inset Index
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370 Packages ! was
32371 \begin_inset ERT
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375
32376
32377 \backslash
32378 vspace{4mm}
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \end_inset
32387
32388 .
32389 \end_layout
32390
32391 \end_inset
32392
32393
32394 \begin_inset Index
32395 status collapsed
32396
32397 \begin_layout Plain Layout
32398 Packages ! icomma
32399 \end_layout
32400
32401 \end_inset
32402
32403  is loaded with the LaTeX-preamble line
32404 \end_layout
32405
32406 \begin_layout Standard
32407
32408 \series bold
32409
32410 \backslash
32411 usepackage{icomma}
32412 \end_layout
32413
32414 \begin_layout Subsection
32415 Physical Vectors
32416 \begin_inset CommandInset label
32417 LatexCommand label
32418 name "sub:Physical-Vectors"
32419
32420 \end_inset
32421
32422
32423 \begin_inset Index
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427 Vectors ! physical
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \begin_layout Standard
32436 Predefined vectors are offered by the LaTeX-package 
32437 \series bold
32438 braket
32439 \series default
32440
32441 \begin_inset Foot
32442 status collapsed
32443
32444 \begin_layout Plain Layout
32445
32446 \series bold
32447 braket
32448 \series default
32449  should be part of every LaTeX standard installation.
32450 \end_layout
32451
32452 \end_inset
32453
32454
32455 \begin_inset Index
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459 Packages ! braket
32460 \end_layout
32461
32462 \end_inset
32463
32464  that is loaded with the LaTeX-preamble line
32465 \end_layout
32466
32467 \begin_layout Standard
32468
32469 \series bold
32470
32471 \backslash
32472 usepackage{braket}
32473 \end_layout
32474
32475 \begin_layout Standard
32476 \begin_inset ERT
32477 status collapsed
32478
32479 \begin_layout Plain Layout
32480
32481
32482 \backslash
32483 ifbraket 
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \begin_inset Note Note
32490 status open
32491
32492 \begin_layout Plain Layout
32493 The following table will only be displayed when the LaTeX-package 
32494 \series bold
32495 braket
32496 \series default
32497  is installed.
32498 \end_layout
32499
32500 \end_inset
32501
32502 The following commands are defined:
32503 \end_layout
32504
32505 \begin_layout Standard
32506 \align center
32507 \begin_inset Tabular
32508 <lyxtabular version="3" rows="4" columns="2">
32509 <features>
32510 <column alignment="center" valignment="top" width="0">
32511 <column alignment="center" valignment="top" width="0">
32512 <row>
32513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 Command
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32523 \begin_inset Text
32524
32525 \begin_layout Plain Layout
32526 Result
32527 \end_layout
32528
32529 \end_inset
32530 </cell>
32531 </row>
32532 <row>
32533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32534 \begin_inset Text
32535
32536 \begin_layout Plain Layout
32537
32538 \backslash
32539 Bra{
32540 \backslash
32541 psi
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32547 \begin_inset Text
32548
32549 \begin_layout Plain Layout
32550 \begin_inset Formula $\Bra{\psi}$
32551 \end_inset
32552
32553
32554 \end_layout
32555
32556 \end_inset
32557 </cell>
32558 </row>
32559 <row>
32560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32561 \begin_inset Text
32562
32563 \begin_layout Plain Layout
32564
32565 \backslash
32566 Ket{
32567 \backslash
32568 psi
32569 \end_layout
32570
32571 \end_inset
32572 </cell>
32573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32574 \begin_inset Text
32575
32576 \begin_layout Plain Layout
32577 \begin_inset Formula $\Ket{\psi}$
32578 \end_inset
32579
32580
32581 \end_layout
32582
32583 \end_inset
32584 </cell>
32585 </row>
32586 <row>
32587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32588 \begin_inset Text
32589
32590 \begin_layout Plain Layout
32591
32592 \backslash
32593 Braket{
32594 \backslash
32595 psi|
32596 \backslash
32597 phi
32598 \end_layout
32599
32600 \end_inset
32601 </cell>
32602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32603 \begin_inset Text
32604
32605 \begin_layout Plain Layout
32606 \begin_inset Formula $\Braket{\psi|\phi}$
32607 \end_inset
32608
32609
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 </row>
32615 </lyxtabular>
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \begin_layout Standard
32623 The command 
32624 \series bold
32625
32626 \backslash
32627 Braket
32628 \series default
32629  assures that all vertical bars are set in the size of the surrounding brackets:
32630 \begin_inset Formula \[
32631 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32632
32633 \end_inset
32634
32635
32636 \begin_inset ERT
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640
32641
32642 \backslash
32643 else 
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \begin_inset Note Note
32650 status open
32651
32652 \begin_layout Plain Layout
32653 The following will be displayed when the LaTeX-package 
32654 \series bold
32655 braket
32656 \series default
32657  is not installed:
32658 \end_layout
32659
32660 \end_inset
32661
32662
32663 \end_layout
32664
32665 \begin_layout Standard
32666 You need to install the LaTeX-package 
32667 \series bold
32668 braket
32669 \series default
32670  to see the rest of this subsection in the output.
32671 \end_layout
32672
32673 \begin_layout Standard
32674 \begin_inset ERT
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678
32679
32680 \backslash
32681 fi 
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Standard
32690 The effect of 
32691 \series bold
32692
32693 \backslash
32694 Braket
32695 \series default
32696  can also be achieved using the command 
32697 \series bold
32698
32699 \backslash
32700 middle
32701 \series default
32702 , that is described in 
32703 \begin_inset CommandInset ref
32704 LatexCommand ref
32705 reference "sub:Automatic-Bracket-Size"
32706
32707 \end_inset
32708
32709 .
32710 \end_layout
32711
32712 \begin_layout Subsection
32713 Self-defined Fractions
32714 \begin_inset CommandInset label
32715 LatexCommand label
32716 name "sub:Self-defined-Fractions"
32717
32718 \end_inset
32719
32720
32721 \begin_inset Index
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725 Fractions ! self-defined
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Standard
32734 To define custom commands for fractions, the command 
32735 \series bold
32736
32737 \backslash
32738 genfrac
32739 \series default
32740
32741 \begin_inset Index
32742 status collapsed
32743
32744 \begin_layout Plain Layout
32745 Commands ! G ! 
32746 \backslash
32747 genfrac
32748 \end_layout
32749
32750 \end_inset
32751
32752  is used in the following scheme:
32753 \end_layout
32754
32755 \begin_layout Standard
32756
32757 \series bold
32758
32759 \backslash
32760 genfrac{left
32761 \series default
32762  
32763 \series bold
32764 bracket}{right
32765 \series default
32766  
32767 \series bold
32768 bracket}{fraction bar thickness}{style}
32769 \begin_inset Newline newline
32770 \end_inset
32771
32772
32773 \begin_inset ERT
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777
32778
32779 \backslash
32780 phantom{
32781 \end_layout
32782
32783 \end_inset
32784
32785
32786 \backslash
32787 genfrac
32788 \begin_inset ERT
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792
32793 }
32794 \end_layout
32795
32796 \end_inset
32797
32798 {numerator}{denominator}
32799 \end_layout
32800
32801 \begin_layout Standard
32802 The style is a number in the range of 0
32803 \begin_inset space \thinspace{}
32804 \end_inset
32805
32806 -
32807 \begin_inset space \thinspace{}
32808 \end_inset
32809
32810 3.
32811 \end_layout
32812
32813 \begin_layout Standard
32814 \align center
32815 \begin_inset Tabular
32816 <lyxtabular version="3" rows="5" columns="2">
32817 <features>
32818 <column alignment="center" valignment="top" width="0">
32819 <column alignment="center" valignment="top" width="0">
32820 <row>
32821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825 Number
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 Style (Size)
32835 \end_layout
32836
32837 \end_inset
32838 </cell>
32839 </row>
32840 <row>
32841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32842 \begin_inset Text
32843
32844 \begin_layout Plain Layout
32845 0
32846 \end_layout
32847
32848 \end_inset
32849 </cell>
32850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854 display style formula
32855 \end_layout
32856
32857 \end_inset
32858 </cell>
32859 </row>
32860 <row>
32861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32862 \begin_inset Text
32863
32864 \begin_layout Plain Layout
32865 1
32866 \end_layout
32867
32868 \end_inset
32869 </cell>
32870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32871 \begin_inset Text
32872
32873 \begin_layout Plain Layout
32874 inline formula
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 </row>
32880 <row>
32881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32882 \begin_inset Text
32883
32884 \begin_layout Plain Layout
32885 2
32886 \end_layout
32887
32888 \end_inset
32889 </cell>
32890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894 small
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 </row>
32900 <row>
32901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32902 \begin_inset Text
32903
32904 \begin_layout Plain Layout
32905 3
32906 \end_layout
32907
32908 \end_inset
32909 </cell>
32910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32911 \begin_inset Text
32912
32913 \begin_layout Plain Layout
32914 tiny
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 </row>
32920 </lyxtabular>
32921
32922 \end_inset
32923
32924
32925 \end_layout
32926
32927 \begin_layout Standard
32928 When no style is given, the size is adjusted to the surrounding environment
32929  like for the command 
32930 \series bold
32931
32932 \backslash
32933 frac
32934 \series default
32935 .
32936 \end_layout
32937
32938 \begin_layout Standard
32939 When no fraction bar thickness is given, the predefined value of 0.4
32940 \begin_inset space \thinspace{}
32941 \end_inset
32942
32943 pt will be used.
32944 \end_layout
32945
32946 \begin_layout Standard
32947 \begin_inset VSpace medskip
32948 \end_inset
32949
32950 For example, the commands 
32951 \series bold
32952
32953 \backslash
32954 dfrac
32955 \series default
32956  and 
32957 \series bold
32958
32959 \backslash
32960 tbinom
32961 \series default
32962  from 
32963 \begin_inset CommandInset ref
32964 LatexCommand ref
32965 reference "sub:Fractions"
32966
32967 \end_inset
32968
32969  are defined with the commands
32970 \end_layout
32971
32972 \begin_layout Standard
32973
32974 \series bold
32975
32976 \backslash
32977 newcommand{
32978 \backslash
32979 dfrac}[2]{
32980 \backslash
32981 genfrac{}{}{}{0}{#1}{#2}}
32982 \end_layout
32983
32984 \begin_layout Standard
32985 and
32986 \end_layout
32987
32988 \begin_layout Standard
32989
32990 \series bold
32991
32992 \backslash
32993 newcommand{
32994 \backslash
32995 tbinom}[2]{
32996 \backslash
32997 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32998 \end_layout
32999
33000 \begin_layout Standard
33001 \begin_inset VSpace medskip
33002 \end_inset
33003
33004 To define a fraction where the fraction bar thickness can be given as optional
33005  argument, the following line is inserted to the LaTeX-preamble:
33006 \end_layout
33007
33008 \begin_layout Standard
33009
33010 \series bold
33011
33012 \backslash
33013 newcommand{
33014 \backslash
33015 fracS}[3][]{
33016 \backslash
33017 genfrac{}{}{#1}{}{#2}{#3}}
33018 \end_layout
33019
33020 \begin_layout Standard
33021 A test:
33022 \begin_inset Formula \begin{align*}
33023 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33024 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33025
33026 \end_inset
33027
33028 As one can see, the distance of the numerator and the denominator to the
33029  fraction bar is round about three times the bar thickness.
33030 \end_layout
33031
33032 \begin_layout Subsection
33033 Canceled Formulas
33034 \begin_inset Index
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 Formula ! canceled
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Standard
33047 To cancel formulas or formula parts, the LaTeX-package 
33048 \series bold
33049 cancel
33050 \series default
33051
33052 \begin_inset Foot
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056
33057 \series bold
33058 cancel
33059 \series default
33060  is part of every LaTeX standard installation.
33061 \end_layout
33062
33063 \end_inset
33064
33065
33066 \begin_inset Index
33067 status collapsed
33068
33069 \begin_layout Plain Layout
33070 Packages ! cancel
33071 \end_layout
33072
33073 \end_inset
33074
33075  has to be loaded with the LaTeX-preamble line
33076 \end_layout
33077
33078 \begin_layout Standard
33079
33080 \series bold
33081
33082 \backslash
33083 usepackage[samesize]{cancel}
33084 \end_layout
33085
33086 \begin_layout Standard
33087 There are four ways to cancel formulas:
33088 \end_layout
33089
33090 \begin_layout Standard
33091 \align center
33092 \begin_inset Tabular
33093 <lyxtabular version="3" rows="5" columns="2">
33094 <features>
33095 <column alignment="center" valignment="top" width="0">
33096 <column alignment="center" valignment="top" width="0">
33097 <row>
33098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102 Command
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 Result
33112 \begin_inset Note Note
33113 status collapsed
33114
33115 \begin_layout Plain Layout
33116
33117 \series bold
33118
33119 \backslash
33120 hspace
33121 \series default
33122  and
33123 \series bold
33124  
33125 \backslash
33126 raisebox
33127 \series default
33128  are used here as spacer.
33129 \end_layout
33130
33131 \end_inset
33132
33133
33134 \end_layout
33135
33136 \end_inset
33137 </cell>
33138 </row>
33139 <row>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144
33145 \backslash
33146 cancel{
33147 \backslash
33148 int
33149 \begin_inset ERT
33150 status collapsed
33151
33152 \begin_layout Plain Layout
33153
33154
33155 \backslash
33156 spce 
33157 \end_layout
33158
33159 \end_inset
33160
33161 A=B
33162 \end_layout
33163
33164 \end_inset
33165 </cell>
33166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \end_inset
33177 </cell>
33178 </row>
33179 <row>
33180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184
33185 \backslash
33186 bcancel{
33187 \backslash
33188 int
33189 \begin_inset ERT
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193
33194
33195 \backslash
33196 spce 
33197 \end_layout
33198
33199 \end_inset
33200
33201 A=B
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 </row>
33219 <row>
33220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224
33225 \backslash
33226 xcancel{
33227 \backslash
33228 int
33229 \begin_inset ERT
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233
33234
33235 \backslash
33236 spce 
33237 \end_layout
33238
33239 \end_inset
33240
33241 A=B
33242 \end_layout
33243
33244 \end_inset
33245 </cell>
33246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 </row>
33259 <row>
33260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33261 \begin_inset Text
33262
33263 \begin_layout Plain Layout
33264
33265 \backslash
33266 cancelto{1
33267 \begin_inset Formula $\to$
33268 \end_inset
33269
33270
33271 \backslash
33272 {
33273 \backslash
33274 int
33275 \begin_inset ERT
33276 status collapsed
33277
33278 \begin_layout Plain Layout
33279
33280
33281 \backslash
33282 spce 
33283 \end_layout
33284
33285 \end_inset
33286
33287 A=B
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33293 \begin_inset Text
33294
33295 \begin_layout Plain Layout
33296 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33297 \end_inset
33298
33299
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 </row>
33305 </lyxtabular>
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Standard
33313
33314 \series bold
33315
33316 \backslash
33317 cancelto
33318 \series default
33319  is especially suitable to visualize the reduction of fractions within formulas:
33320 \begin_inset Formula \[
33321 \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}}}\]
33322
33323 \end_inset
33324
33325
33326 \end_layout
33327
33328 \begin_layout Subsection
33329 Formulas in Section Headings
33330 \begin_inset CommandInset label
33331 LatexCommand label
33332 name "sub:Formulas-in-Section"
33333
33334 \end_inset
33335
33336
33337 \begin_inset Index
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341 Formula ! in section headings
33342 \end_layout
33343
33344 \end_inset
33345
33346
33347 \end_layout
33348
33349 \begin_layout Standard
33350 When formulas are used in section headings, the following has to be taken
33351  into account:
33352 \end_layout
33353
33354 \begin_layout Standard
33355 \begin_inset Note Greyedout
33356 status open
33357
33358 \begin_layout Plain Layout
33359 When 
33360 \series bold
33361 hyperref
33362 \series default
33363
33364 \begin_inset Index
33365 status collapsed
33366
33367 \begin_layout Plain Layout
33368 Packages ! hyperref
33369 \end_layout
33370
33371 \end_inset
33372
33373  support is enabled in the document settings dialog under 
33374 \family sans
33375 PDF
33376 \begin_inset space ~
33377 \end_inset
33378
33379 Properties
33380 \family default
33381 , PDF-bookmarks are created for every section heading in the table of contents.
33382  If a section heading contains formulas, they are incorrectly displayed
33383  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33384 s.
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \begin_layout Standard
33393 Both problems can be solved by inserting at the end of the section heading
33394  a short title with the menu 
33395 \family sans
33396 Insert\SpecialChar \menuseparator
33397 Short
33398 \begin_inset space ~
33399 \end_inset
33400
33401 Title
33402 \family default
33403 .
33404  Short titles are used as alternative for multiline section headings to
33405  keep the table of contents clearly arranged.
33406  Only the short title appears in the table of contents and therefore also
33407  in the PDF-bookmark.
33408 \end_layout
33409
33410 \begin_layout Standard
33411 When formulas should be used in the table of contents but 
33412 \series bold
33413 hyperref
33414 \series default
33415  is used, one can use the following command in TeX-mode:
33416 \end_layout
33417
33418 \begin_layout Standard
33419
33420 \series bold
33421
33422 \backslash
33423 texorpdfstring{part}{alternative}
33424 \begin_inset Index
33425 status collapsed
33426
33427 \begin_layout Plain Layout
33428 Commands ! T ! 
33429 \backslash
33430 texorpdfstring
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \begin_layout Standard
33439 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33440  This can be characters, formulas, footnotes, but also cross-references.
33441  The alternative is used instead of the part for the bookmark.
33442 \end_layout
33443
33444 \begin_layout Standard
33445 Here are two example headings:
33446 \begin_inset VSpace -3mm
33447 \end_inset
33448
33449
33450 \begin_inset ERT
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454
33455
33456 \backslash
33457 boldmath 
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Subsubsection
33466 Heading without formula in table of contents 
33467 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33468 \end_inset
33469
33470
33471 \begin_inset OptArg
33472 status collapsed
33473
33474 \begin_layout Plain Layout
33475 Heading without formula in table of contents
33476 \end_layout
33477
33478 \end_inset
33479
33480
33481 \end_layout
33482
33483 \begin_layout Subsubsection
33484 Heading with formula in table of contents
33485 \begin_inset ERT
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489
33490
33491 \backslash
33492 texorpdfstring{
33493 \end_layout
33494
33495 \end_inset
33496
33497  
33498 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33499 \end_inset
33500
33501
33502 \begin_inset ERT
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506
33507 }{}
33508 \end_layout
33509
33510 \end_inset
33511
33512
33513 \end_layout
33514
33515 \begin_layout Standard
33516 \begin_inset ERT
33517 status collapsed
33518
33519 \begin_layout Plain Layout
33520
33521
33522 \backslash
33523 unboldmath 
33524 \end_layout
33525
33526 \end_inset
33527
33528 In the first heading a short title was used, in the second one 
33529 \series bold
33530
33531 \backslash
33532 texorpdfstring
33533 \series default
33534 .
33535 \end_layout
33536
33537 \begin_layout Standard
33538 To get the same formatting as for the other headings, the complete heading
33539  was set into a 
33540 \series bold
33541 boldmath
33542 \series default
33543  environment
33544 \begin_inset Foot
33545 status collapsed
33546
33547 \begin_layout Plain Layout
33548 see 
33549 \begin_inset CommandInset ref
33550 LatexCommand ref
33551 reference "sub:Bold-Formulas"
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \end_inset
33559
33560 .
33561 \end_layout
33562
33563 \begin_layout Subsection
33564 Formulas in multi-column Text
33565 \begin_inset Index
33566 status collapsed
33567
33568 \begin_layout Plain Layout
33569 Formula ! in multi-column text
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \begin_layout Standard
33578 Formulas in multi-column text are often too wide to fit into a column and
33579  thus need to be set over the whole page width.
33580  This is done by using the LaTeX-package 
33581 \series bold
33582 multicol
33583 \series default
33584
33585 \begin_inset Foot
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589
33590 \series bold
33591 multicol
33592 \series default
33593  is part of every LaTeX standard installation.
33594 \end_layout
33595
33596 \end_inset
33597
33598
33599 \begin_inset Index
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603 Packages ! multicol
33604 \end_layout
33605
33606 \end_inset
33607
33608 , that is loaded with the LaTeX-preamble line
33609 \end_layout
33610
33611 \begin_layout Standard
33612
33613 \series bold
33614
33615 \backslash
33616 usepackage{multicol}
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset Note Greyedout
33621 status open
33622
33623 \begin_layout Plain Layout
33624 Note herby that the setting 
33625 \family sans
33626 Two-column
33627 \begin_inset space ~
33628 \end_inset
33629
33630 document
33631 \family default
33632  in the menu 
33633 \family sans
33634 Document\SpecialChar \menuseparator
33635 Settings
33636 \family default
33637  under 
33638 \family sans
33639 Text
33640 \begin_inset space ~
33641 \end_inset
33642
33643 Layout
33644 \family default
33645 \emph on
33646  
33647 \emph default
33648 must 
33649 \emph on
33650 not
33651 \emph default
33652  be selected.
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \end_layout
33659
33660 \begin_layout Standard
33661 Before the multi-column text the command
33662 \end_layout
33663
33664 \begin_layout Standard
33665
33666 \series bold
33667
33668 \backslash
33669 begin{multicols}{column number}
33670 \end_layout
33671
33672 \begin_layout Standard
33673 is written in TeX-mode.
33674  The column number is a number in the range of 2
33675 \begin_inset space \thinspace{}
33676 \end_inset
33677
33678 -
33679 \begin_inset space \thinspace{}
33680 \end_inset
33681
33682 10.
33683  Before the formula the multi-column text is ended by inserting the command
33684 \end_layout
33685
33686 \begin_layout Standard
33687
33688 \series bold
33689
33690 \backslash
33691 end{multicols}
33692 \end_layout
33693
33694 \begin_layout Standard
33695 in TeX-mode.
33696 \end_layout
33697
33698 \begin_layout Standard
33699 Due to the command some space is automatically added before the formula.
33700  To revert this, -6
33701 \begin_inset space \thinspace{}
33702 \end_inset
33703
33704 mm vertical space is inserted before the formula.
33705  When the formula style 
33706 \series bold
33707 Indented
33708 \begin_inset Foot
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712 formula styles see 
33713 \begin_inset CommandInset ref
33714 LatexCommand ref
33715 reference "sec:Formula-Styles"
33716
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \end_inset
33723
33724
33725 \series default
33726  is used, -9
33727 \begin_inset space \thinspace{}
33728 \end_inset
33729
33730 mm space is inserted instead.
33731 \end_layout
33732
33733 \begin_layout Standard
33734 As example a multi-column text with a displayed formula:
33735 \end_layout
33736
33737 \begin_layout Standard
33738 \begin_inset ERT
33739 status collapsed
33740
33741 \begin_layout Plain Layout
33742
33743
33744 \backslash
33745 begin{multicols}{2}
33746 \end_layout
33747
33748 \end_inset
33749
33750 Das Spektrum wird fouriertransformiert.
33751  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33752 , Lösungsmittel) zu trennen.
33753  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33754  nun das Aussehen des Ausgangssignals.
33755  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33756  über alle Phasen integrieren muss.
33757  Sei nun 
33758 \begin_inset Formula $S$
33759 \end_inset
33760
33761  unser normiertes Ausgangssignal and 
33762 \begin_inset Formula $P$
33763 \end_inset
33764
33765  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33766 \begin_inset ERT
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770
33771
33772 \backslash
33773 end{multicols}
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \begin_inset VSpace -6mm
33780 \end_inset
33781
33782
33783 \begin_inset Formula \begin{equation}
33784 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33785
33786 \end_inset
33787
33788
33789 \begin_inset ERT
33790 status collapsed
33791
33792 \begin_layout Plain Layout
33793
33794
33795 \backslash
33796 begin{multicols}{2}
33797 \end_layout
33798
33799 \end_inset
33800
33801 wobei 
33802 \begin_inset Formula $S_{0}$
33803 \end_inset
33804
33805  das Signal ohne Gradient ist and the Normierungsbedingung 
33806 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33807 \end_inset
33808
33809  gilt.
33810  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33811  Direkt nach the 
33812 \begin_inset Formula $\nicefrac{\pi}{2}$
33813 \end_inset
33814
33815
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33820  das Signal zusätzlich abschwächt.
33821  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33822  
33823 \begin_inset Formula $T_{2}$
33824 \end_inset
33825
33826 -Zeit.
33827 \end_layout
33828
33829 \begin_layout Standard
33830 \begin_inset ERT
33831 status collapsed
33832
33833 \begin_layout Plain Layout
33834
33835
33836 \backslash
33837 end{multicols}
33838 \end_layout
33839
33840 \end_inset
33841
33842  
33843 \end_layout
33844
33845 \begin_layout Subsection
33846 Formulas with Description of Variables
33847 \begin_inset Index
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851 Formula ! with description of variables
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Standard
33860 To describe variables within a formula, like in formula 
33861 \begin_inset CommandInset ref
33862 LatexCommand eqref
33863 reference "eq:within"
33864
33865 \end_inset
33866
33867 , a 2
33868 \series bold
33869 ×
33870 \series default
33871
33872 \begin_inset Formula $n$
33873 \end_inset
33874
33875
33876 \begin_inset space ~
33877 \end_inset
33878
33879 matrix is used with left aligned columns for the 
33880 \begin_inset Formula $n$
33881 \end_inset
33882
33883  used variables.
33884 \begin_inset Foot
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888 matrices see 
33889 \begin_inset CommandInset ref
33890 LatexCommand ref
33891 reference "sec:Matrices"
33892
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \end_inset
33899
33900  To set the description in a smaller size, before the matrix e.g.
33901 \begin_inset space \space{}
33902 \end_inset
33903
33904 the command 
33905 \series bold
33906
33907 \backslash
33908 footnotesize
33909 \series default
33910  is inserted.
33911 \begin_inset Foot
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 font sizes see 
33916 \begin_inset CommandInset ref
33917 LatexCommand ref
33918 reference "sub:Font-Sizes"
33919
33920 \end_inset
33921
33922
33923 \end_layout
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 When the formula style 
33932 \series bold
33933 Indented
33934 \begin_inset Foot
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 formula styles see 
33939 \begin_inset CommandInset ref
33940 LatexCommand ref
33941 reference "sec:Formula-Styles"
33942
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \end_inset
33949
33950
33951 \series default
33952  is used, a 
33953 \series bold
33954
33955 \backslash
33956 hfill
33957 \series default
33958
33959 \begin_inset Foot
33960 status collapsed
33961
33962 \begin_layout Plain Layout
33963
33964 \series bold
33965
33966 \backslash
33967 hfill
33968 \series default
33969  only works in formulas with the style 
33970 \series bold
33971 Indented
33972 \series default
33973 , see 
33974 \begin_inset CommandInset ref
33975 LatexCommand ref
33976 reference "sub:Variable-Space"
33977
33978 \end_inset
33979
33980 .
33981 \end_layout
33982
33983 \end_inset
33984
33985  is inserted before and after the matrix to have the same separation of
33986  the matrix from the equation and the side margin.
33987 \end_layout
33988
33989 \begin_layout Standard
33990 When the formula style 
33991 \series bold
33992 Centered
33993 \series default
33994  is used, the method described in 
33995 \begin_inset CommandInset ref
33996 LatexCommand ref
33997 reference "sub:Flalign-Environment"
33998
33999 \end_inset
34000
34001  is used to indent formulas.
34002  Formula 
34003 \begin_inset CommandInset ref
34004 LatexCommand eqref
34005 reference "eq:within"
34006
34007 \end_inset
34008
34009  consists of five columns whereas in the first two columns contain the equation,
34010  the third the matrix, and the last one an empty TeX-brace.
34011 \begin_inset Formula \begin{flalign}
34012 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34013 \rho & \textrm{density}\\
34014 V & \textrm{volume}\\
34015 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34016
34017 \end_inset
34018
34019
34020 \end_layout
34021
34022 \begin_layout Subsection
34023 Upright small Greek Letters
34024 \begin_inset CommandInset label
34025 LatexCommand label
34026 name "sub:Upright-small-Greek"
34027
34028 \end_inset
34029
34030
34031 \begin_inset Index
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035 Greek letters ! upright
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \begin_layout Standard
34044 Most of the math fonts only provide italic small Greek letters.
34045  But for symbols of elementary particles like pions and neutrinos, upright
34046  Greek letters are needed.
34047  The file 
34048 \series bold
34049 upgreek.sty
34050 \series default
34051
34052 \begin_inset Foot
34053 status collapsed
34054
34055 \begin_layout Plain Layout
34056
34057 \series bold
34058 upgreek
34059 \series default
34060  is part of the LaTeX-package 
34061 \series bold
34062 was
34063 \series default
34064
34065 \begin_inset Index
34066 status collapsed
34067
34068 \begin_layout Plain Layout
34069 Packages ! was
34070 \begin_inset ERT
34071 status collapsed
34072
34073 \begin_layout Plain Layout
34074
34075
34076 \backslash
34077 vspace{4mm}
34078 \end_layout
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \end_inset
34086
34087 .
34088 \end_layout
34089
34090 \end_inset
34091
34092
34093 \begin_inset Index
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097 Packages ! upgreek
34098 \end_layout
34099
34100 \end_inset
34101
34102  that is loaded with the LaTeX-preamble line
34103 \end_layout
34104
34105 \begin_layout Standard
34106
34107 \series bold
34108
34109 \backslash
34110 usepackage{upgreek}
34111 \end_layout
34112
34113 \begin_layout Standard
34114 provides them.
34115  
34116 \begin_inset ERT
34117 status collapsed
34118
34119 \begin_layout Plain Layout
34120
34121
34122 \backslash
34123 ifupgreek 
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \begin_inset Note Note
34130 status open
34131
34132 \begin_layout Plain Layout
34133 The following table will only be displayed when the LaTeX-package 
34134 \series bold
34135 upgreek
34136 \series default
34137  is installed.
34138 \end_layout
34139
34140 \end_inset
34141
34142  They are created when the command for a small Greek letters is started
34143  with 
34144 \series bold
34145 up
34146 \series default
34147 .
34148  For example the command 
34149 \series bold
34150
34151 \backslash
34152 uptau
34153 \series default
34154  creates this: 
34155 \begin_inset Formula $\uptau$
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 With these commands reactions of elementary particles can be typeset:
34163 \begin_inset Formula \[
34164 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \begin_layout Standard
34172 The upright letters are more bold and wider than the italic ones.
34173  They should therefore not be used for units like 
34174 \begin_inset Quotes eld
34175 \end_inset
34176
34177 µm
34178 \begin_inset Quotes erd
34179 \end_inset
34180
34181 .
34182 \end_layout
34183
34184 \begin_layout Standard
34185 \begin_inset ERT
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189
34190
34191 \backslash
34192 else 
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \begin_inset Note Note
34199 status open
34200
34201 \begin_layout Plain Layout
34202 The following will be displayed when the LaTeX-package 
34203 \series bold
34204 upgreek
34205 \series default
34206  is not installed:
34207 \end_layout
34208
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \begin_layout Standard
34215 You need to install the LaTeX-package 
34216 \series bold
34217 upgreek
34218 \series default
34219  to see the rest of this subsection in the output.
34220 \end_layout
34221
34222 \begin_layout Standard
34223 \begin_inset ERT
34224 status collapsed
34225
34226 \begin_layout Plain Layout
34227
34228
34229 \backslash
34230 fi 
34231 \end_layout
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \begin_layout Subsection
34239 Text Characters in Formulas
34240 \begin_inset CommandInset label
34241 LatexCommand label
34242 name "sub:Text-Characters-in"
34243
34244 \end_inset
34245
34246
34247 \begin_inset Index
34248 status collapsed
34249
34250 \begin_layout Plain Layout
34251 Text ! in formulas
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Standard
34260 In some cases you might want to insert text characters directly into formulas.
34261  When for example the centered dot · is often used in formulas like 
34262 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34263 \end_inset
34264
34265 , one would have to insert the command 
34266 \series bold
34267
34268 \backslash
34269 cdot
34270 \series default
34271
34272 \begin_inset Foot
34273 status collapsed
34274
34275 \begin_layout Plain Layout
34276 see 
34277 \begin_inset CommandInset ref
34278 LatexCommand ref
34279 reference "sub:Binary-Operators"
34280
34281 \end_inset
34282
34283
34284 \end_layout
34285
34286 \end_inset
34287
34288  all the time, because this character is defined in all encodings as text
34289  character.
34290  But the encoding can be changed by this LaTeX-preamble line:
34291 \end_layout
34292
34293 \begin_layout Standard
34294
34295 \series bold
34296
34297 \backslash
34298 Declare Inputtext{183}{
34299 \backslash
34300 ifmmode
34301 \backslash
34302 cdot
34303 \backslash
34304 else
34305 \backslash
34306 textperiodcentered
34307 \backslash
34308 f\SpecialChar \textcompwordmark{}
34309 i}
34310 \end_layout
34311
34312 \begin_layout Standard
34313 The character encoding (menu 
34314 \family sans
34315 Document\SpecialChar \menuseparator
34316 Settings\SpecialChar \menuseparator
34317 Language
34318 \family default
34319 ) specifies what character appears when a keyboard key is pressed.
34320  When the key for the character '·' is pressed, internally the command 
34321 \series bold
34322
34323 \backslash
34324 textperiodcentered
34325 \series default
34326  is used.
34327  But this command is not available in a formula so that you would get LaTeX-erro
34328 rs.
34329  With the changed encoding the right command is chosen automatically, depending
34330  on if the character was inserted into a formula or not.
34331 \end_layout
34332
34333 \begin_layout Standard
34334 The encoding of several characters is saved in definition files.
34335  Fore example the encoding 
34336 \series bold
34337 latin9
34338 \series default
34339  is defined in the file 
34340 \series bold
34341 latin9.def
34342 \series default
34343  that is in the installation folder of LaTeX.
34344  Encodings should only be changed via the LaTeX-preamble and not in the
34345  definition files.
34346  Otherwise own documents could not be edited by other LyX users working
34347  on other computers.
34348 \end_layout
34349
34350 \begin_layout Standard
34351 \begin_inset VSpace medskip
34352 \end_inset
34353
34354 Besides the centered dot, in this document the degree sign ° is defined
34355  with the following LaTeX-preamble line so that it can directly be inserted
34356  to a formula:
34357 \end_layout
34358
34359 \begin_layout Standard
34360
34361 \series bold
34362
34363 \backslash
34364 DeclareInputtext{176}{
34365 \backslash
34366 ifmmode^
34367 \backslash
34368 circ
34369 \backslash
34370 else
34371 \backslash
34372 textdegree
34373 \backslash
34374 f\SpecialChar \textcompwordmark{}
34375 i}
34376 \end_layout
34377
34378 \begin_layout Standard
34379 \begin_inset Newpage newpage
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \begin_layout Section
34386 \start_of_appendix
34387 Typographic Advice
34388 \begin_inset Index
34389 status collapsed
34390
34391 \begin_layout Plain Layout
34392 Typographic advice
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Standard
34401 This section is a summary of the most important typographic rules, listed
34402  in ISO norms.
34403 \begin_inset Foot
34404 status collapsed
34405
34406 \begin_layout Plain Layout
34407 This collection was partly taken from the German semi-official dictionary
34408  called 
34409 \begin_inset Quotes eld
34410 \end_inset
34411
34412 Duden
34413 \begin_inset Quotes erd
34414 \end_inset
34415
34416  
34417 \begin_inset CommandInset citation
34418 LatexCommand cite
34419 key "Duden"
34420
34421 \end_inset
34422
34423  that lists some of the ISO rules.
34424 \end_layout
34425
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Itemize
34432 Physical units are 
34433 \emph on
34434 always
34435 \emph default
34436  set upright
34437 \begin_inset Foot
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441 done with font styles, see 
34442 \begin_inset CommandInset ref
34443 LatexCommand ref
34444 reference "sub:Font-Styles"
34445
34446 \end_inset
34447
34448
34449 \end_layout
34450
34451 \end_inset
34452
34453 : 30
34454 \begin_inset space \thinspace{}
34455 \end_inset
34456
34457 km/h
34458 \begin_inset Newline newline
34459 \end_inset
34460
34461 Between the value and the unit is the smallest space, see 
34462 \begin_inset CommandInset ref
34463 LatexCommand ref
34464 reference "sub:Predefined-Space"
34465
34466 \end_inset
34467
34468 .
34469 \begin_inset Newline newline
34470 \end_inset
34471
34472 This convention is automatically fulfilled when the command 
34473 \series bold
34474
34475 \backslash
34476 unittwo
34477 \series default
34478  is used.
34479  When it is entered to a formula, two boxes appear.
34480  In the first one the value is inserted, in the second one the unit, and
34481  one gets as above: 
34482 \begin_inset Formula $\unit[30]{km/h}$
34483 \end_inset
34484
34485
34486 \begin_inset space \thinspace{}
34487 \end_inset
34488
34489 .
34490  Note that 
34491 \series bold
34492
34493 \backslash
34494 unittwo
34495 \series default
34496  is not a real LaTeX command but the command 
34497 \series bold
34498
34499 \backslash
34500 unit[value]{unit}
34501 \series default
34502 , therefore you cannot use it in TeX code.
34503 \end_layout
34504
34505 \begin_layout Itemize
34506 Percent and perthousand signs are set like physical units:
34507 \begin_inset Newline newline
34508 \end_inset
34509
34510 1,2
34511 \begin_inset space \thinspace{}
34512 \end_inset
34513
34514 ‰ alcohol in blood
34515 \end_layout
34516
34517 \begin_layout Itemize
34518 The degree sign follows directly on the value: 15°, but not when it is used
34519  in units: 15
34520 \begin_inset space \thinspace{}
34521 \end_inset
34522
34523 °C
34524 \end_layout
34525
34526 \begin_layout Itemize
34527 In numbers with more than four digits the smallest space is inserted before
34528  every third digit to group them: 
34529 \family roman
34530 \series medium
34531 \shape up
34532 \size normal
34533 \emph off
34534 \bar no
34535 \noun off
34536 \color none
34537 18
34538 \begin_inset space \thinspace{}
34539 \end_inset
34540
34541 473
34542 \begin_inset space \thinspace{}
34543 \end_inset
34544
34545 588
34546 \end_layout
34547
34548 \begin_layout Itemize
34549 For dimensions like 120×90×40
34550 \begin_inset space \thinspace{}
34551 \end_inset
34552
34553 cm the multiplication sign 
34554 \begin_inset Quotes eld
34555 \end_inset
34556
34557 ×
34558 \begin_inset Quotes erd
34559 \end_inset
34560
34561  is used.
34562  It is available via the menu 
34563 \family sans
34564 Insert\SpecialChar \menuseparator
34565 Special Character\SpecialChar \menuseparator
34566 Symbols
34567 \family default
34568 .
34569  With some keyboard definitions it can also be inserted directly.
34570 \end_layout
34571
34572 \begin_layout Itemize
34573 Functions with names consisting of several letters are set upright to avoid
34574  confusions, see 
34575 \begin_inset CommandInset ref
34576 LatexCommand ref
34577 reference "sub:Predefined-Functions"
34578
34579 \end_inset
34580
34581 .
34582 \end_layout
34583
34584 \begin_layout Itemize
34585 Indices consisting of several letters, are set upright: 
34586 \begin_inset Formula $E_{\mathrm{kin}}$
34587 \end_inset
34588
34589
34590 \begin_inset Newline newline
34591 \end_inset
34592
34593 Components of matrices are set italic: 
34594 \begin_inset Formula $\hat{H}_{kl}$
34595 \end_inset
34596
34597
34598 \end_layout
34599
34600 \begin_layout Itemize
34601 The differentiation/integration operator 'd', the Euler's number 'e', and
34602  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34603  other variables.
34604 \end_layout
34605
34606 \begin_layout Standard
34607 \begin_inset Newpage newpage
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \begin_layout Section
34614 Synonyms
34615 \begin_inset Index
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619 Synonyms
34620 \end_layout
34621
34622 \end_inset
34623
34624
34625 \end_layout
34626
34627 \begin_layout Standard
34628 Some characters and symbols can be created with several commands.
34629  Here is a list of the synonym commands:
34630 \end_layout
34631
34632 \begin_layout Standard
34633 \begin_inset VSpace bigskip
34634 \end_inset
34635
34636
34637 \begin_inset space \hfill{}
34638 \end_inset
34639
34640
34641 \begin_inset Tabular
34642 <lyxtabular version="3" rows="12" columns="2">
34643 <features>
34644 <column alignment="center" valignment="top" width="0pt">
34645 <column alignment="center" valignment="top" width="0pt">
34646 <row>
34647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34648 \begin_inset Text
34649
34650 \begin_layout Plain Layout
34651 Command
34652 \end_layout
34653
34654 \end_inset
34655 </cell>
34656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34657 \begin_inset Text
34658
34659 \begin_layout Plain Layout
34660 equivalent to
34661 \begin_inset Note Note
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665
34666 \series bold
34667
34668 \backslash
34669 raisebox
34670 \series default
34671  is only used as spacer.
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 </row>
34682 <row>
34683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34684 \begin_inset Text
34685
34686 \begin_layout Plain Layout
34687
34688 \backslash
34689 ast
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 \begin_inset ERT
34699 status collapsed
34700
34701 \begin_layout Plain Layout
34702
34703
34704 \backslash
34705 raisebox{-1.2mm}{
34706 \end_layout
34707
34708 \end_inset
34709
34710 *
34711 \begin_inset ERT
34712 status collapsed
34713
34714 \begin_layout Plain Layout
34715
34716 }
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \end_inset
34725 </cell>
34726 </row>
34727 <row>
34728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732
34733 \backslash
34734 choose
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743
34744 \backslash
34745 binom
34746 \end_layout
34747
34748 \end_inset
34749 </cell>
34750 </row>
34751 <row>
34752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34753 \begin_inset Text
34754
34755 \begin_layout Plain Layout
34756
34757 \backslash
34758 geq
34759 \end_layout
34760
34761 \end_inset
34762 </cell>
34763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34764 \begin_inset Text
34765
34766 \begin_layout Plain Layout
34767
34768 \backslash
34769 ge
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 </row>
34775 <row>
34776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34777 \begin_inset Text
34778
34779 \begin_layout Plain Layout
34780
34781 \backslash
34782 lbrace
34783 \end_layout
34784
34785 \end_inset
34786 </cell>
34787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34788 \begin_inset Text
34789
34790 \begin_layout Plain Layout
34791 {
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 </row>
34797 <row>
34798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34799 \begin_inset Text
34800
34801 \begin_layout Plain Layout
34802
34803 \backslash
34804 lbracket
34805 \end_layout
34806
34807 \end_inset
34808 </cell>
34809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34810 \begin_inset Text
34811
34812 \begin_layout Plain Layout
34813 [
34814 \end_layout
34815
34816 \end_inset
34817 </cell>
34818 </row>
34819 <row>
34820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824
34825 \backslash
34826 leftarrow
34827 \end_layout
34828
34829 \end_inset
34830 </cell>
34831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34832 \begin_inset Text
34833
34834 \begin_layout Plain Layout
34835
34836 \backslash
34837 gets
34838 \end_layout
34839
34840 \end_inset
34841 </cell>
34842 </row>
34843 <row>
34844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34845 \begin_inset Text
34846
34847 \begin_layout Plain Layout
34848
34849 \backslash
34850 leq
34851 \end_layout
34852
34853 \end_inset
34854 </cell>
34855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34856 \begin_inset Text
34857
34858 \begin_layout Plain Layout
34859
34860 \backslash
34861 le
34862 \end_layout
34863
34864 \end_inset
34865 </cell>
34866 </row>
34867 <row>
34868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872
34873 \backslash
34874 lor
34875 \end_layout
34876
34877 \end_inset
34878 </cell>
34879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34880 \begin_inset Text
34881
34882 \begin_layout Plain Layout
34883
34884 \backslash
34885 vee
34886 \end_layout
34887
34888 \end_inset
34889 </cell>
34890 </row>
34891 <row>
34892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34893 \begin_inset Text
34894
34895 \begin_layout Plain Layout
34896
34897 \backslash
34898 neq
34899 \end_layout
34900
34901 \end_inset
34902 </cell>
34903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34904 \begin_inset Text
34905
34906 \begin_layout Plain Layout
34907
34908 \backslash
34909 not=
34910 \end_layout
34911
34912 \end_inset
34913 </cell>
34914 </row>
34915 <row>
34916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920
34921 \backslash
34922 slash
34923 \end_layout
34924
34925 \end_inset
34926 </cell>
34927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34928 \begin_inset Text
34929
34930 \begin_layout Plain Layout
34931 /
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 </row>
34937 <row>
34938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942
34943 \backslash
34944 vert
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34950 \begin_inset Text
34951
34952 \begin_layout Plain Layout
34953 |
34954 \end_layout
34955
34956 \end_inset
34957 </cell>
34958 </row>
34959 </lyxtabular>
34960
34961 \end_inset
34962
34963
34964 \begin_inset space \hfill{}
34965 \end_inset
34966
34967
34968 \begin_inset Tabular
34969 <lyxtabular version="3" rows="12" columns="2">
34970 <features>
34971 <column alignment="center" valignment="top" width="0pt">
34972 <column alignment="center" valignment="top" width="0pt">
34973 <row>
34974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34975 \begin_inset Text
34976
34977 \begin_layout Plain Layout
34978 Command
34979 \end_layout
34980
34981 \end_inset
34982 </cell>
34983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34984 \begin_inset Text
34985
34986 \begin_layout Plain Layout
34987 equivalent to
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 </row>
34993 <row>
34994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34995 \begin_inset Text
34996
34997 \begin_layout Plain Layout
34998
34999 \backslash
35000 backslash
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009
35010 \backslash
35011
35012 \backslash
35013
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 </row>
35019 <row>
35020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024
35025 \backslash
35026 dasharrow
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35032 \begin_inset Text
35033
35034 \begin_layout Plain Layout
35035
35036 \backslash
35037 dashrightarrow
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 </row>
35043 <row>
35044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048
35049 \backslash
35050 land
35051 \end_layout
35052
35053 \end_inset
35054 </cell>
35055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35056 \begin_inset Text
35057
35058 \begin_layout Plain Layout
35059
35060 \backslash
35061 wedge
35062 \end_layout
35063
35064 \end_inset
35065 </cell>
35066 </row>
35067 <row>
35068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35069 \begin_inset Text
35070
35071 \begin_layout Plain Layout
35072
35073 \backslash
35074 rbrace
35075 \end_layout
35076
35077 \end_inset
35078 </cell>
35079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35080 \begin_inset Text
35081
35082 \begin_layout Plain Layout
35083 }
35084 \end_layout
35085
35086 \end_inset
35087 </cell>
35088 </row>
35089 <row>
35090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35091 \begin_inset Text
35092
35093 \begin_layout Plain Layout
35094
35095 \backslash
35096 rbracket
35097 \end_layout
35098
35099 \end_inset
35100 </cell>
35101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105 ]
35106 \end_layout
35107
35108 \end_inset
35109 </cell>
35110 </row>
35111 <row>
35112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35113 \begin_inset Text
35114
35115 \begin_layout Plain Layout
35116
35117 \backslash
35118 rightarrow
35119 \end_layout
35120
35121 \end_inset
35122 </cell>
35123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35124 \begin_inset Text
35125
35126 \begin_layout Plain Layout
35127
35128 \backslash
35129 to
35130 \end_layout
35131
35132 \end_inset
35133 </cell>
35134 </row>
35135 <row>
35136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35137 \begin_inset Text
35138
35139 \begin_layout Plain Layout
35140
35141 \backslash
35142 lnot
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35148 \begin_inset Text
35149
35150 \begin_layout Plain Layout
35151
35152 \backslash
35153 neg
35154 \end_layout
35155
35156 \end_inset
35157 </cell>
35158 </row>
35159 <row>
35160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164
35165 \backslash
35166 ne
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35172 \begin_inset Text
35173
35174 \begin_layout Plain Layout
35175
35176 \backslash
35177 not=
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 </row>
35183 <row>
35184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35185 \begin_inset Text
35186
35187 \begin_layout Plain Layout
35188
35189 \backslash
35190 owns
35191 \end_layout
35192
35193 \end_inset
35194 </cell>
35195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199
35200 \backslash
35201 ni
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 </row>
35207 <row>
35208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35209 \begin_inset Text
35210
35211 \begin_layout Plain Layout
35212
35213 \backslash
35214 square
35215 \end_layout
35216
35217 \end_inset
35218 </cell>
35219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35220 \begin_inset Text
35221
35222 \begin_layout Plain Layout
35223
35224 \backslash
35225 Box
35226 \end_layout
35227
35228 \end_inset
35229 </cell>
35230 </row>
35231 <row>
35232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35233 \begin_inset Text
35234
35235 \begin_layout Plain Layout
35236
35237 \backslash
35238 Vert
35239 \end_layout
35240
35241 \end_inset
35242 </cell>
35243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35244 \begin_inset Text
35245
35246 \begin_layout Plain Layout
35247
35248 \backslash
35249 |
35250 \end_layout
35251
35252 \end_inset
35253 </cell>
35254 </row>
35255 </lyxtabular>
35256
35257 \end_inset
35258
35259
35260 \begin_inset space \hfill{}
35261 \end_inset
35262
35263
35264 \end_layout
35265
35266 \begin_layout Standard
35267 \begin_inset Newpage newpage
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \begin_layout Bibliography
35274 \begin_inset CommandInset bibitem
35275 LatexCommand bibitem
35276 key "TLC2"
35277
35278 \end_inset
35279
35280
35281 \shape smallcaps
35282 Mittelbach, F.
35283  ; Goossens, M.
35284 \shape default
35285
35286 \shape italic
35287 The LaTeX Companion
35288 \shape default
35289 .
35290  Addison Wesley, 2004
35291 \end_layout
35292
35293 \begin_layout Bibliography
35294 \begin_inset CommandInset bibitem
35295 LatexCommand bibitem
35296 key "Mathmode"
35297
35298 \end_inset
35299
35300
35301 \begin_inset CommandInset href
35302 LatexCommand href
35303 name "Description"
35304 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35305
35306 \end_inset
35307
35308  of LaTeX's math abilities
35309 \end_layout
35310
35311 \begin_layout Bibliography
35312 \begin_inset CommandInset bibitem
35313 LatexCommand bibitem
35314 key "Voss"
35315
35316 \end_inset
35317
35318 LaTeX tips and tricks-
35319 \begin_inset CommandInset href
35320 LatexCommand href
35321 name "page"
35322 target "http://tug.org/TeXnik/"
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Bibliography
35330 \begin_inset CommandInset bibitem
35331 LatexCommand bibitem
35332 key "AMS"
35333
35334 \end_inset
35335
35336
35337 \begin_inset CommandInset href
35338 LatexCommand href
35339 name "Description"
35340 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35341
35342 \end_inset
35343
35344  of 
35345 \begin_inset ERT
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349
35350
35351 \backslash
35352 AmS
35353 \end_layout
35354
35355 \end_inset
35356
35357 -LaTeX
35358 \end_layout
35359
35360 \begin_layout Bibliography
35361 \begin_inset CommandInset bibitem
35362 LatexCommand bibitem
35363 key "Symbole"
35364
35365 \end_inset
35366
35367
35368 \begin_inset CommandInset href
35369 LatexCommand href
35370 name "List"
35371 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35372
35373 \end_inset
35374
35375  of all symbols available with LaTeX-packages
35376 \end_layout
35377
35378 \begin_layout Bibliography
35379 \begin_inset CommandInset bibitem
35380 LatexCommand bibitem
35381 key "hyperref"
35382
35383 \end_inset
35384
35385
35386 \begin_inset CommandInset href
35387 LatexCommand href
35388 name "Documentation"
35389 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35390
35391 \end_inset
35392
35393  of the LaTeX-package 
35394 \series bold
35395 hyperref
35396 \series default
35397
35398 \begin_inset Index
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 Packages ! hyperref
35403 \end_layout
35404
35405 \end_inset
35406
35407
35408 \end_layout
35409
35410 \begin_layout Bibliography
35411 \begin_inset CommandInset bibitem
35412 LatexCommand bibitem
35413 key "Mathclap"
35414
35415 \end_inset
35416
35417
35418 \begin_inset CommandInset href
35419 LatexCommand href
35420 name "Description"
35421 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35422
35423 \end_inset
35424
35425  of the command 
35426 \series bold
35427
35428 \backslash
35429 mathclap
35430 \series default
35431 , described in 
35432 \begin_inset CommandInset ref
35433 LatexCommand ref
35434 reference "sub:Operator-Limits"
35435
35436 \end_inset
35437
35438
35439 \begin_inset Index
35440 status collapsed
35441
35442 \begin_layout Plain Layout
35443 Commands ! M ! 
35444 \backslash
35445 mathclap
35446 \end_layout
35447
35448 \end_inset
35449
35450
35451 \end_layout
35452
35453 \begin_layout Bibliography
35454 \begin_inset CommandInset bibitem
35455 LatexCommand bibitem
35456 key "Duden"
35457
35458 \end_inset
35459
35460
35461 \emph on
35462 Duden Band 1
35463 \emph default
35464 .
35465  22.
35466  Auflage, Duden 2001
35467 \end_layout
35468
35469 \begin_layout Subsubsection*
35470 \begin_inset CommandInset index_print
35471 LatexCommand printindex
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \end_body
35479 \end_document