]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
documentation files: remove unused labels
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
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 \language english
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "LyX's Math Manual"
162 \pdf_author "LyX Team, Uwe Stöhr"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pagebackref 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, press 
467 \family sans
468 Ctrl-m
469 \family default
470  or the toolbar button 
471 \begin_inset Graphics
472         filename ../images/math-mode.png
473         scale 85
474
475 \end_inset
476
477
478 \begin_inset Newline newline
479 \end_inset
480
481 To create a display style formula
482 \begin_inset Index
483 status collapsed
484
485 \begin_layout Plain Layout
486 Formula ! display style
487 \end_layout
488
489 \end_inset
490
491  that will appear bigger and in an own paragraph, press 
492 \family sans
493 Ctrl-M
494 \family default
495 .
496 \end_layout
497
498 \begin_layout Standard
499 To change a display style formula to an inline formula, set the cursor into
500  the formula and press 
501 \family sans
502 Ctrl-M
503 \family default
504  or use the menu 
505 \family sans
506 Edit\SpecialChar \menuseparator
507 Math\SpecialChar \menuseparator
508 Change formula type
509 \family default
510 .
511  The same way is used to change an inline formula to a display style formula.
512 \end_layout
513
514 \begin_layout Standard
515 To display parts of an inline formula in the size of a display style formula,
516  enter the command 
517 \series bold
518
519 \backslash
520 displaystyle
521 \begin_inset Index
522 status collapsed
523
524 \begin_layout Plain Layout
525 Commands ! D ! 
526 \backslash
527 displaystyle
528 \end_layout
529
530 \end_inset
531
532
533 \series default
534  to a formula.
535  Then a new blue box appears in which the desired formula part is inserted.
536 \end_layout
537
538 \begin_layout Standard
539 Only inline formulas are allowed inside tables.
540 \end_layout
541
542 \begin_layout Standard
543 The 
544 \family sans
545 math toolbar
546 \family default
547  can be turned on in the menu 
548 \family sans
549 View\SpecialChar \menuseparator
550 Toolbars
551 \family default
552 .
553  When you click there on 
554 \begin_inset Quotes eld
555 \end_inset
556
557 Math
558 \begin_inset Quotes erd
559 \end_inset
560
561  the toolbar will be shown permanently at the bottom; this state is visualized
562  in the 
563 \family sans
564 Toolbars
565 \family default
566  menu with a checkmark.
567  When you click in this state again on 
568 \begin_inset Quotes eld
569 \end_inset
570
571 Math
572 \begin_inset Quotes erd
573 \end_inset
574
575  in the 
576 \family sans
577 Toolbars
578 \family default
579  menu, the 
580 \family sans
581 math toolbar
582 \family default
583  is only shown when the cursor is within a formula; this state is visualized
584  by the renaming of the menu entry from 
585 \begin_inset Quotes eld
586 \end_inset
587
588 Math
589 \begin_inset Quotes erd
590 \end_inset
591
592  to 
593 \begin_inset Quotes eld
594 \end_inset
595
596 Math
597 \begin_inset space ~
598 \end_inset
599
600 (auto)
601 \begin_inset Quotes erd
602 \end_inset
603
604 .
605 \end_layout
606
607 \begin_layout Standard
608 The TeX-mode
609 \begin_inset Index
610 status collapsed
611
612 \begin_layout Plain Layout
613 T@TeX-mode
614 \end_layout
615
616 \end_inset
617
618  is invoked by pressing the toolbar button 
619 \begin_inset Graphics
620         filename ../images/ert-insert.png
621         scale 85
622
623 \end_inset
624
625  or by using the menu 
626 \family sans
627 Insert\SpecialChar \menuseparator
628 Te
629 \begin_inset ERT
630 status collapsed
631
632 \begin_layout Plain Layout
633
634 {}
635 \end_layout
636
637 \end_inset
638
639 X Code
640 \family default
641  (shortcut 
642 \family sans
643 Ctrl-l
644 \family default
645 ).
646 \begin_inset Note Note
647 status collapsed
648
649 \begin_layout Plain Layout
650 In LyX there are three 
651 \begin_inset Quotes eld
652 \end_inset
653
654 proper names
655 \begin_inset Quotes erd
656 \end_inset
657
658  that appear in the output with sub- and superscript letters: TeX, LaTeX,
659  and LyX
660 \end_layout
661
662 \begin_layout Plain Layout
663 To avoid that these names are recognized as proper names, a TeX-brace pair
664  is inserted.
665 \end_layout
666
667 \end_inset
668
669
670 \end_layout
671
672 \begin_layout Standard
673 To change the LaTeX-preamble
674 \begin_inset Index
675 status collapsed
676
677 \begin_layout Plain Layout
678 L@LaTeX-preamble
679 \end_layout
680
681 \end_inset
682
683 , use the menu 
684 \family sans
685 Document\SpecialChar \menuseparator
686 Settings\SpecialChar \menuseparator
687 LaT
688 \begin_inset ERT
689 status collapsed
690
691 \begin_layout Plain Layout
692
693 {}
694 \end_layout
695
696 \end_inset
697
698 eX
699 \family default
700  
701 \family sans
702 Preamble
703 \family default
704 .
705 \end_layout
706
707 \begin_layout Standard
708 To edit matrices, case differentiations, and multiline formulas subsequently,
709  the menus 
710 \family sans
711 Edit\SpecialChar \menuseparator
712 Math
713 \family default
714  and 
715 \family sans
716 Edit\SpecialChar \menuseparator
717 Rows
718 \begin_inset space \thinspace{}
719 \end_inset
720
721 &
722 \begin_inset space \thinspace{}
723 \end_inset
724
725 Columns,
726 \family default
727  or the 
728 \family sans
729 table toolbar
730 \family default
731  can be used.
732  When lines and columns are swapped via the menu, the column or line where
733  the cursor is in is exchanged with the column to the right or the line
734  below, respectively.
735  Is the cursor in the last column or row, the exchange is done with the
736  column to the left or the line above.
737 \end_layout
738
739 \begin_layout Standard
740 To write text in formulas
741 \begin_inset Foot
742 status collapsed
743
744 \begin_layout Plain Layout
745 For multiline formulas the command 
746 \series bold
747
748 \backslash
749 intertext
750 \series default
751  is used, see 
752 \begin_inset CommandInset ref
753 LatexCommand ref
754 reference "sub:Text-in-multiline"
755
756 \end_inset
757
758 .
759 \end_layout
760
761 \end_inset
762
763  
764 \emph on
765 mathematical text
766 \emph default
767
768 \begin_inset Index
769 status collapsed
770
771 \begin_layout Plain Layout
772 Text ! in formulas
773 \end_layout
774
775 \end_inset
776
777
778 \begin_inset Index
779 status collapsed
780
781 \begin_layout Plain Layout
782 Mathematical text
783 \end_layout
784
785 \end_inset
786
787  is used.
788  This mode is invoked with the the shortcut 
789 \family sans
790 Alt-m
791 \begin_inset space ~
792 \end_inset
793
794 m
795 \family default
796  or by the insertion of the command 
797 \series bold
798
799 \backslash
800 text
801 \begin_inset Index
802 status collapsed
803
804 \begin_layout Plain Layout
805 Commands ! T ! 
806 \backslash
807 text
808 \end_layout
809
810 \end_inset
811
812
813 \series default
814 .
815  The text appears black in LyX and can therefore be distinguished from the
816  other formula parts that appear blue.
817  In the output mathematical text is set upright, in contrary to other formula
818  parts.
819 \end_layout
820
821 \begin_layout Subsection*
822 Command Scheme
823 \end_layout
824
825 \begin_layout Standard
826 Most of the LaTeX-commands for math constructs have the following scheme:
827 \end_layout
828
829 \begin_layout Standard
830
831 \series bold
832
833 \backslash
834 commandname[optional
835 \series default
836  
837 \series bold
838 argument]{required
839 \series default
840  
841 \series bold
842 argument}
843 \end_layout
844
845 \begin_layout Standard
846 A command starts always with a backslash 
847 \begin_inset Quotes gld
848 \end_inset
849
850
851 \series bold
852
853 \backslash
854
855 \series default
856
857 \begin_inset Quotes grd
858 \end_inset
859
860 .
861  To omit optional arguments, also omit the associated brackets.
862  The braces around the required arguments are named in this document as
863  TeX-braces
864 \begin_inset Index
865 status collapsed
866
867 \begin_layout Plain Layout
868 T@TeX-braces
869 \end_layout
870
871 \end_inset
872
873 .
874  If you add in a formula a left brace to a command name, LyX creates automatical
875 ly a TeX-brace.
876  In all other cases TeX-braces are created in formulas with the command
877  
878 \series bold
879
880 \backslash
881 {
882 \series default
883 .
884  TeX-braces appear red in LyX, in contrary to normal braces that appear
885  blue.
886  In TeX-mode no command is needed to get TeX-braces.
887  TeX-braces don't appear in the output.
888 \end_layout
889
890 \begin_layout Standard
891 When commands without arguments, like commands for symbols are entered in
892  TeX-mode, a space character must 
893 \emph on
894 always
895 \emph default
896  be behind the command to end it.
897  This space doesn't appear in the output.
898  When the space should appear in the output, the space must be followed
899  by a protected space in normal text.
900 \end_layout
901
902 \begin_layout Standard
903 A protected space is inserted with 
904 \family sans
905 Ctrl-Space
906 \family default
907 .
908 \end_layout
909
910 \begin_layout Subsection*
911 \begin_inset Newpage newpage
912 \end_inset
913
914 Syntax Explanation
915 \end_layout
916
917 \begin_layout Itemize
918 The symbol
919 \begin_inset Foot
920 status collapsed
921
922 \begin_layout Plain Layout
923 This visible space character can be created with the command 
924 \series bold
925
926 \backslash
927 textvisiblespace
928 \series default
929
930 \begin_inset Index
931 status collapsed
932
933 \begin_layout Plain Layout
934 Commands ! T ! 
935 \backslash
936 textvisiblespace
937 \end_layout
938
939 \end_inset
940
941 , inserted in TeX-mode.
942 \end_layout
943
944 \end_inset
945
946  
947 \begin_inset ERT
948 status collapsed
949
950 \begin_layout Plain Layout
951
952
953 \backslash
954 spce 
955 \end_layout
956
957 \end_inset
958
959
960 \begin_inset space ~
961 \end_inset
962
963 denotes a space character to be input.
964 \end_layout
965
966 \begin_layout Itemize
967 An arrow like 
968 \begin_inset Formula $\to$
969 \end_inset
970
971  denotes the usage of the corresponding arrow key on the keyboard.
972 \end_layout
973
974 \begin_layout Subsection*
975 Available units
976 \end_layout
977
978 \begin_layout Standard
979 \align center
980 \begin_inset Float table
981 placement H
982 wide false
983 sideways false
984 status open
985
986 \begin_layout Plain Layout
987 \align center
988 \begin_inset Caption
989
990 \begin_layout Plain Layout
991 \begin_inset CommandInset label
992 LatexCommand label
993 name "tab:Available-units"
994
995 \end_inset
996
997 Available units
998 \end_layout
999
1000 \end_inset
1001
1002
1003 \end_layout
1004
1005 \begin_layout Plain Layout
1006 \align center
1007 \begin_inset Tabular
1008 <lyxtabular version="3" rows="13" columns="2">
1009 <features>
1010 <column alignment="center" valignment="top" width="0">
1011 <column alignment="center" valignment="top" width="0">
1012 <row>
1013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1014 \begin_inset Text
1015
1016 \begin_layout Plain Layout
1017 Unit
1018 \end_layout
1019
1020 \end_inset
1021 </cell>
1022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1023 \begin_inset Text
1024
1025 \begin_layout Plain Layout
1026 Name / Description
1027 \end_layout
1028
1029 \end_inset
1030 </cell>
1031 </row>
1032 <row>
1033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 mm
1038 \end_layout
1039
1040 \end_inset
1041 </cell>
1042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 Millimeter
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 </row>
1052 <row>
1053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 cm
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 Centimeter
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 in
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 Inch (1
1087 \begin_inset space \thinspace{}
1088 \end_inset
1089
1090 in = 2,54
1091 \begin_inset space \thinspace{}
1092 \end_inset
1093
1094 cm)
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 </row>
1100 <row>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 pt
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 Point (72.27
1115 \begin_inset space \thinspace{}
1116 \end_inset
1117
1118 pt = 1
1119 \begin_inset space \thinspace{}
1120 \end_inset
1121
1122 in)
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 </row>
1128 <row>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 pc
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 Pica (1
1143 \begin_inset space \thinspace{}
1144 \end_inset
1145
1146 pc = 12
1147 \begin_inset space \thinspace{}
1148 \end_inset
1149
1150 pt)
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 </row>
1156 <row>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 sp
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 scaled point (65536
1171 \begin_inset space \thinspace{}
1172 \end_inset
1173
1174 sp = 1
1175 \begin_inset space \thinspace{}
1176 \end_inset
1177
1178 pt)
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 </row>
1184 <row>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 bp
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 big point (72
1199 \begin_inset space \thinspace{}
1200 \end_inset
1201
1202 bp = 1
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 in)
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 </row>
1212 <row>
1213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 dd
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 Didot (1
1227 \begin_inset space \thinspace{}
1228 \end_inset
1229
1230 dd 
1231 \begin_inset Formula $\approx$
1232 \end_inset
1233
1234  0.376
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 mm)
1239 \end_layout
1240
1241 \end_inset
1242 </cell>
1243 </row>
1244 <row>
1245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 cc
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 Cicero (1
1259 \begin_inset space \thinspace{}
1260 \end_inset
1261
1262 cc = 12
1263 \begin_inset space \thinspace{}
1264 \end_inset
1265
1266 dd)
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 </row>
1272 <row>
1273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1274 \begin_inset Text
1275
1276 \begin_layout Plain Layout
1277 ex
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 Height of letter 
1287 \emph on
1288
1289 \begin_inset Quotes eld
1290 \end_inset
1291
1292 x
1293 \emph default
1294
1295 \begin_inset Quotes erd
1296 \end_inset
1297
1298  in the current font
1299 \end_layout
1300
1301 \end_inset
1302 </cell>
1303 </row>
1304 <row>
1305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309 em
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 width of letter 
1319 \begin_inset Quotes eld
1320 \end_inset
1321
1322
1323 \emph on
1324 M
1325 \emph default
1326
1327 \begin_inset Quotes erd
1328 \end_inset
1329
1330  in the current font
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 mu
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 math unit (1
1351 \begin_inset space \thinspace{}
1352 \end_inset
1353
1354 mu = 
1355 \begin_inset Formula $\nicefrac{1}{18}$
1356 \end_inset
1357
1358
1359 \begin_inset space \thinspace{}
1360 \end_inset
1361
1362 em)
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 </row>
1368 </lyxtabular>
1369
1370 \end_inset
1371
1372
1373 \end_layout
1374
1375 \end_inset
1376
1377
1378 \end_layout
1379
1380 \begin_layout Standard
1381 \begin_inset Newpage newpage
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \begin_layout Section
1388 Basic Functions
1389 \end_layout
1390
1391 \begin_layout Subsection
1392 Exponents
1393 \begin_inset Index
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 Exponents
1398 \end_layout
1399
1400 \end_inset
1401
1402  and Indices
1403 \begin_inset Index
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Indices
1408 \end_layout
1409
1410 \end_inset
1411
1412
1413 \begin_inset Index
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Superscripts|see
1418 \begin_inset ERT
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422
1423 {
1424 \end_layout
1425
1426 \end_inset
1427
1428 Exponents
1429 \begin_inset ERT
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433
1434 }
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \begin_inset Index
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 Subscripts|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Indices
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \begin_layout Standard
1480 Indices are created with an underscore 
1481 \begin_inset Quotes eld
1482 \end_inset
1483
1484 _
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488  or via the math toolbar button 
1489 \begin_inset Graphics
1490         filename ../images/math-subscript.png
1491         scale 85
1492
1493 \end_inset
1494
1495  , exponents with a caret 
1496 \begin_inset Quotes eld
1497 \end_inset
1498
1499 ^
1500 \begin_inset Quotes erd
1501 \end_inset
1502
1503  or via the math toolbar button 
1504 \begin_inset Graphics
1505         filename ../images/math-superscript.png
1506         scale 85
1507
1508 \end_inset
1509
1510 .
1511 \end_layout
1512
1513 \begin_layout Standard
1514 \align center
1515 \begin_inset Tabular
1516 <lyxtabular version="3" rows="4" columns="2">
1517 <features>
1518 <column alignment="center" valignment="top" width="0pt">
1519 <column alignment="center" valignment="top" width="0pt">
1520 <row>
1521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525 command
1526 \end_layout
1527
1528 \end_inset
1529 </cell>
1530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534 Result
1535 \begin_inset Note Note
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539
1540 \series bold
1541
1542 \backslash
1543 raisebox
1544 \series default
1545  is only used as spacer.
1546 \end_layout
1547
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 </row>
1556 <row>
1557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 B_V
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 \begin_inset Formula $B_{V}$
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \end_inset
1577 </cell>
1578 </row>
1579 <row>
1580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 B^V
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1594 \end_inset
1595
1596
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 </row>
1602 <row>
1603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 B^
1608 \begin_inset ERT
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612
1613
1614 \backslash
1615 spce 
1616 \end_layout
1617
1618 \end_inset
1619
1620 A
1621 \end_layout
1622
1623 \end_inset
1624 </cell>
1625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1626 \begin_inset Text
1627
1628 \begin_layout Plain Layout
1629 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 </row>
1638 </lyxtabular>
1639
1640 \end_inset
1641
1642
1643 \end_layout
1644
1645 \begin_layout Standard
1646 As the caret is in some languages an accent, vowels will be accentuated
1647  in this case and not set as exponents
1648 \begin_inset Foot
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 Depending on the used keyboard settings this can also happen for other character
1653 s than vowels.
1654 \end_layout
1655
1656 \end_inset
1657
1658 .
1659  To get in this case exponents, press 
1660 \family sans
1661 Space
1662 \family default
1663  after the caret as in the last example.
1664 \end_layout
1665
1666 \begin_layout Subsection
1667 Fractions
1668 \begin_inset CommandInset label
1669 LatexCommand label
1670 name "sub:Fractions"
1671
1672 \end_inset
1673
1674
1675 \begin_inset Index
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679 Fractions
1680 \end_layout
1681
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \begin_layout Standard
1688 Fractions are generated with the command 
1689 \series bold
1690
1691 \backslash
1692 frac
1693 \series default
1694
1695 \begin_inset Index
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699 Commands ! F ! 
1700 \backslash
1701 frac
1702 \end_layout
1703
1704 \end_inset
1705
1706  or via the math toolbar button 
1707 \begin_inset Graphics
1708         filename ../images/math/frac.png
1709         scale 50
1710
1711 \end_inset
1712
1713 .
1714  The font size is adjusted automatically, depending on whether the fraction
1715  is in an inline or display style formula.
1716  With the math toolbar button 
1717 \begin_inset Graphics
1718         filename ../images/math/frac-square.png
1719         scale 85
1720
1721 \end_inset
1722
1723  you can select different fraction types.
1724 \end_layout
1725
1726 \begin_layout Standard
1727 With the command 
1728 \series bold
1729
1730 \backslash
1731 dfrac
1732 \begin_inset Index
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Commands ! D ! 
1737 \backslash
1738 dfrac
1739 \end_layout
1740
1741 \end_inset
1742
1743
1744 \series default
1745  a fraction can be created that has in any case the size of a display style
1746  formula.
1747  With 
1748 \series bold
1749
1750 \backslash
1751 tfrac
1752 \begin_inset Index
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Commands ! T ! 
1757 \backslash
1758 tfrac
1759 \end_layout
1760
1761 \end_inset
1762
1763
1764 \series default
1765  the fraction appears always with the size of an inline formula.
1766  An example:
1767 \end_layout
1768
1769 \begin_layout Standard
1770 A line with the fraction 
1771 \begin_inset Formula $\frac{1}{2}$
1772 \end_inset
1773
1774  that was created with the command 
1775 \series bold
1776
1777 \backslash
1778 frac
1779 \series default
1780 .
1781 \end_layout
1782
1783 \begin_layout Standard
1784 A line with the fraction 
1785 \begin_inset Formula $\dfrac{1}{2}$
1786 \end_inset
1787
1788  that was created with the command 
1789 \series bold
1790
1791 \backslash
1792 dfrac
1793 \series default
1794 .
1795 \end_layout
1796
1797 \begin_layout Standard
1798 \align center
1799 \begin_inset Tabular
1800 <lyxtabular version="3" rows="4" columns="2">
1801 <features>
1802 <column alignment="center" valignment="top" width="0pt">
1803 <column alignment="center" valignment="top" width="0pt">
1804 <row>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809 Command
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 Result
1819 \begin_inset Note Note
1820 status collapsed
1821
1822 \begin_layout Plain Layout
1823
1824 \series bold
1825
1826 \backslash
1827 raisebox
1828 \series default
1829  is only used as spacer.
1830 \end_layout
1831
1832 \end_inset
1833
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 </row>
1840 <row>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \backslash
1847 frac
1848 \begin_inset ERT
1849 status collapsed
1850
1851 \begin_layout Plain Layout
1852
1853
1854 \backslash
1855 spce 
1856 \end_layout
1857
1858 \end_inset
1859
1860 A
1861 \begin_inset Formula $\downarrow$
1862 \end_inset
1863
1864 B
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1874 \end_inset
1875
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 <row>
1883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \backslash
1889 dfrac
1890 \begin_inset ERT
1891 status collapsed
1892
1893 \begin_layout Plain Layout
1894
1895
1896 \backslash
1897 spce 
1898 \end_layout
1899
1900 \end_inset
1901
1902 A
1903 \begin_inset Formula $\downarrow$
1904 \end_inset
1905
1906 B
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \backslash
1931 dfrac
1932 \begin_inset ERT
1933 status collapsed
1934
1935 \begin_layout Plain Layout
1936
1937
1938 \backslash
1939 spce 
1940 \end_layout
1941
1942 \end_inset
1943
1944 e^
1945 \begin_inset ERT
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949
1950
1951 \backslash
1952 spce 
1953 \end_layout
1954
1955 \end_inset
1956
1957
1958 \backslash
1959 frac
1960 \begin_inset ERT
1961 status collapsed
1962
1963 \begin_layout Plain Layout
1964
1965
1966 \backslash
1967 spce 
1968 \end_layout
1969
1970 \end_inset
1971
1972 1
1973 \begin_inset Formula $\downarrow$
1974 \end_inset
1975
1976 2
1977 \begin_inset Formula $\downarrow\downarrow$
1978 \end_inset
1979
1980 3
1981 \end_layout
1982
1983 \end_inset
1984 </cell>
1985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1986 \begin_inset Text
1987
1988 \begin_layout Plain Layout
1989 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1990 \end_inset
1991
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 </row>
1998 </lyxtabular>
1999
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \begin_layout Standard
2006 \begin_inset VSpace bigskip
2007 \end_inset
2008
2009
2010 \begin_inset Newpage newpage
2011 \end_inset
2012
2013 For nested fractions the command 
2014 \series bold
2015
2016 \backslash
2017 cfrac
2018 \series default
2019
2020 \begin_inset Index
2021 status collapsed
2022
2023 \begin_layout Plain Layout
2024 Commands ! C ! 
2025 \backslash
2026 cfrac
2027 \end_layout
2028
2029 \end_inset
2030
2031  can be used.
2032  Here an example:
2033 \begin_inset VSpace -3mm
2034 \end_inset
2035
2036
2037 \end_layout
2038
2039 \begin_layout Standard
2040 \begin_inset Formula \begin{align*}
2041 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2042 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2043
2044 \end_inset
2045
2046
2047 \end_layout
2048
2049 \begin_layout Standard
2050 The command for the example above is:
2051 \end_layout
2052
2053 \begin_layout Standard
2054
2055 \series bold
2056
2057 \backslash
2058 cfrac{A
2059 \begin_inset Formula $\to$
2060 \end_inset
2061
2062
2063 \backslash
2064 {B+
2065 \backslash
2066 cfrac{C+
2067 \backslash
2068 cfrac{E
2069 \begin_inset Formula $\to$
2070 \end_inset
2071
2072
2073 \backslash
2074 {F
2075 \begin_inset Formula $\to\to$
2076 \end_inset
2077
2078
2079 \backslash
2080 {D
2081 \end_layout
2082
2083 \begin_layout Standard
2084 \begin_inset VSpace medskip
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \begin_layout Standard
2091
2092 \series bold
2093
2094 \backslash
2095 cfrac
2096 \series default
2097  sets the fraction always in the size of a displayed formula, also when
2098  it is part of another fraction.
2099  
2100 \series bold
2101
2102 \backslash
2103 cfrac
2104 \series default
2105  has the following command scheme:
2106 \end_layout
2107
2108 \begin_layout Standard
2109
2110 \series bold
2111
2112 \backslash
2113 cfrac[numerator position]{numerator}{denominator}
2114 \end_layout
2115
2116 \begin_layout Standard
2117 The numerator position can be 
2118 \emph on
2119 l
2120 \emph default
2121  , 
2122 \emph on
2123 c
2124 \emph default
2125 , or 
2126 \emph on
2127 r
2128 \emph default
2129  .
2130  l or r aligns the numerator to the left or right, resp.
2131 \begin_inset space ~
2132 \end_inset
2133
2134 with the fraction stroke.
2135  When 
2136 \emph on
2137 c
2138 \emph default
2139  or no position is given, the numerator appears centered.
2140  These fractions demonstrate the different alignments:
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144
2145 \series bold
2146
2147 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2148 \end_inset
2149
2150
2151 \begin_inset Formula $\cfrac{A}{B+C}$
2152 \end_inset
2153
2154
2155 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2156 \end_inset
2157
2158
2159 \end_layout
2160
2161 \begin_layout Standard
2162 \begin_inset VSpace medskip
2163 \end_inset
2164
2165 It is often advantageous to combine 
2166 \series bold
2167
2168 \backslash
2169 cfrac
2170 \series default
2171  and 
2172 \series bold
2173
2174 \backslash
2175 frac
2176 \series default
2177 :
2178 \begin_inset Formula \[
2179 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2180
2181 \end_inset
2182
2183
2184 \end_layout
2185
2186 \begin_layout Standard
2187 For inline fractions with a sloped fraction stroke you can use the command
2188  
2189 \series bold
2190
2191 \backslash
2192 nicefrac
2193 \series default
2194
2195 \begin_inset Index
2196 status collapsed
2197
2198 \begin_layout Plain Layout
2199 Commands ! N ! 
2200 \backslash
2201 nicefrac
2202 \end_layout
2203
2204 \end_inset
2205
2206
2207 \begin_inset Formula $\nicefrac{5}{31}$
2208 \end_inset
2209
2210  or 
2211 \series bold
2212
2213 \backslash
2214 unitfrac
2215 \series default
2216
2217 \begin_inset Index
2218 status collapsed
2219
2220 \begin_layout Plain Layout
2221 Commands ! U ! 
2222 \backslash
2223 unitfrac
2224 \end_layout
2225
2226 \end_inset
2227
2228
2229 \begin_inset Formula $\unitfrac{5}{31}$
2230 \end_inset
2231
2232  There is furthermore the command 
2233 \series bold
2234
2235 \backslash
2236 unitfracthree
2237 \series default
2238  that offers to write a fraction in combination with a number: 
2239 \begin_inset Formula $\unitfrac[2]{1}{3}$
2240 \end_inset
2241
2242
2243 \begin_inset Newline newline
2244 \end_inset
2245
2246 Note that 
2247 \series bold
2248
2249 \backslash
2250 unitfracthree
2251 \series default
2252  is not a real LaTeX command but the command
2253 \begin_inset Newline newline
2254 \end_inset
2255
2256
2257 \series bold
2258
2259 \backslash
2260 unitfrac[number]{numerator}{denominator}
2261 \series default
2262 , therefore you cannot use it in TeX code.
2263 \end_layout
2264
2265 \begin_layout Standard
2266 How to define own fractions where the fraction stroke can be changed, is
2267  explained in 
2268 \begin_inset CommandInset ref
2269 LatexCommand ref
2270 reference "sub:Self-defined-Fractions"
2271
2272 \end_inset
2273
2274 .
2275 \end_layout
2276
2277 \begin_layout Subsection
2278 Roots
2279 \begin_inset Index
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Roots
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \end_layout
2290
2291 \begin_layout Standard
2292 Square roots are created with 
2293 \series bold
2294
2295 \backslash
2296 sqrt
2297 \series default
2298
2299 \begin_inset Index
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303 Commands ! S ! 
2304 \backslash
2305 sqrt
2306 \end_layout
2307
2308 \end_inset
2309
2310  or the math toolbar button 
2311 \begin_inset Graphics
2312         filename ../images/math/sqrt.png
2313         scale 85
2314
2315 \end_inset
2316
2317 , all other roots with the command 
2318 \series bold
2319
2320 \backslash
2321 root
2322 \series default
2323
2324 \begin_inset Index
2325 status collapsed
2326
2327 \begin_layout Plain Layout
2328 Commands ! R ! 
2329 \backslash
2330 root
2331 \end_layout
2332
2333 \end_inset
2334
2335  or with the math toolbar button 
2336 \begin_inset Graphics
2337         filename ../images/math/root.png
2338         scale 85
2339
2340 \end_inset
2341
2342 .
2343 \end_layout
2344
2345 \begin_layout Standard
2346 \align center
2347 \begin_inset Tabular
2348 <lyxtabular version="3" rows="3" columns="2">
2349 <features>
2350 <column alignment="center" valignment="top" width="0pt">
2351 <column alignment="center" valignment="top" width="0pt">
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357 Command
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 Result
2367 \begin_inset Note Note
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371
2372 \series bold
2373
2374 \backslash
2375 raisebox
2376 \series default
2377  is only used as spacer.
2378 \end_layout
2379
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393
2394 \backslash
2395 sqrt
2396 \begin_inset ERT
2397 status collapsed
2398
2399 \begin_layout Plain Layout
2400
2401
2402 \backslash
2403 spce 
2404 \end_layout
2405
2406 \end_inset
2407
2408 A-B
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Plain Layout
2417 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2418 \end_inset
2419
2420
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 </row>
2426 <row>
2427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431
2432 \backslash
2433 root
2434 \begin_inset ERT
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438
2439
2440 \backslash
2441 spce 
2442 \end_layout
2443
2444 \end_inset
2445
2446 3
2447 \begin_inset Formula $\downarrow$
2448 \end_inset
2449
2450 A-B
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Plain Layout
2459 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2460 \end_inset
2461
2462
2463 \end_layout
2464
2465 \end_inset
2466 </cell>
2467 </row>
2468 </lyxtabular>
2469
2470 \end_inset
2471
2472
2473 \end_layout
2474
2475 \begin_layout Standard
2476 A square root can also be created with 
2477 \series bold
2478
2479 \backslash
2480 root
2481 \series default
2482  when the root index field is left empty.
2483 \end_layout
2484
2485 \begin_layout Standard
2486 With certain indices the distance to the root is too small, like in this
2487  formula: 
2488 \begin_inset Formula $\sqrt[\beta]{B}$
2489 \end_inset
2490
2491
2492 \begin_inset Newline newline
2493 \end_inset
2494
2495 The 
2496 \begin_inset Formula $\beta$
2497 \end_inset
2498
2499  touches the root.
2500  To avoid this, the commands 
2501 \series bold
2502
2503 \backslash
2504 leftroot
2505 \series default
2506
2507 \begin_inset Index
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 Commands ! L ! 
2512 \backslash
2513 leftroot
2514 \end_layout
2515
2516 \end_inset
2517
2518  and 
2519 \series bold
2520
2521 \backslash
2522 uproot
2523 \series default
2524
2525 \begin_inset Index
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Commands ! U ! 
2530 \backslash
2531 uproot
2532 \end_layout
2533
2534 \end_inset
2535
2536  are used with the following scheme:
2537 \end_layout
2538
2539 \begin_layout Standard
2540
2541 \series bold
2542
2543 \backslash
2544 leftroot{distance}
2545 \series default
2546  and 
2547 \series bold
2548
2549 \backslash
2550 uproot{distance}
2551 \end_layout
2552
2553 \begin_layout Standard
2554 Distance is the number of Big Points (unit bp; 
2555 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2556 \end_inset
2557
2558 ), that the index should be moved to the left or top, resp..
2559  The commands are written to the index.
2560  This way the command
2561 \begin_inset Newline newline
2562 \end_inset
2563
2564
2565 \series bold
2566
2567 \backslash
2568 root
2569 \backslash
2570 leftroot{-1
2571 \begin_inset Formula $\to$
2572 \end_inset
2573
2574
2575 \backslash
2576 uproot{2
2577 \begin_inset Formula $\to$
2578 \end_inset
2579
2580
2581 \backslash
2582 beta
2583 \begin_inset ERT
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587
2588
2589 \backslash
2590 spce 
2591 \end_layout
2592
2593 \end_inset
2594
2595
2596 \begin_inset Formula $\to$
2597 \end_inset
2598
2599 B
2600 \begin_inset Newline newline
2601 \end_inset
2602
2603
2604 \series default
2605 produces a correct typeset formula: 
2606 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2607 \end_inset
2608
2609
2610 \end_layout
2611
2612 \begin_layout Subsection
2613 Binomial Coefficients
2614 \begin_inset Index
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 Binomial coefficients
2619 \end_layout
2620
2621 \end_inset
2622
2623
2624 \end_layout
2625
2626 \begin_layout Standard
2627 Binomial coefficients are inserted with the command 
2628 \series bold
2629
2630 \backslash
2631 binom
2632 \series default
2633
2634 \begin_inset Index
2635 status collapsed
2636
2637 \begin_layout Plain Layout
2638 Commands ! B ! 
2639 \backslash
2640 binom
2641 \end_layout
2642
2643 \end_inset
2644
2645  or with the submenu of the math toolbar button 
2646 \begin_inset Graphics
2647         filename ../images/math/frac-square.png
2648         scale 85
2649
2650 \end_inset
2651
2652 .
2653  Analog to fractions (
2654 \series bold
2655
2656 \backslash
2657 frac
2658 \series default
2659 ) there are besides 
2660 \series bold
2661
2662 \backslash
2663 binom
2664 \series default
2665  the commands 
2666 \series bold
2667
2668 \backslash
2669 dbinom
2670 \begin_inset Index
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 Commands ! D ! 
2675 \backslash
2676 dbinom
2677 \end_layout
2678
2679 \end_inset
2680
2681
2682 \series default
2683  and 
2684 \series bold
2685
2686 \backslash
2687 tbinom
2688 \series default
2689
2690 \begin_inset Index
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Commands ! T ! 
2695 \backslash
2696 tbinom
2697 \end_layout
2698
2699 \end_inset
2700
2701 .
2702  For other brackets around binomial coeficients there are the commands 
2703 \series bold
2704
2705 \backslash
2706 brace
2707 \series default
2708
2709 \begin_inset Index
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713 Commands ! B ! 
2714 \backslash
2715 brace
2716 \end_layout
2717
2718 \end_inset
2719
2720  and 
2721 \series bold
2722
2723 \backslash
2724 brack
2725 \series default
2726
2727 \begin_inset Index
2728 status collapsed
2729
2730 \begin_layout Plain Layout
2731 Commands ! B ! 
2732 \backslash
2733 brack
2734 \end_layout
2735
2736 \end_inset
2737
2738 .
2739 \end_layout
2740
2741 \begin_layout Standard
2742 \align center
2743 \begin_inset Tabular
2744 <lyxtabular version="3" rows="6" columns="2">
2745 <features>
2746 <column alignment="center" valignment="top" width="0pt">
2747 <column alignment="center" valignment="top" width="0pt">
2748 <row>
2749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753 Command
2754 \end_layout
2755
2756 \end_inset
2757 </cell>
2758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Plain Layout
2762 Result
2763 \begin_inset Note Note
2764 status collapsed
2765
2766 \begin_layout Plain Layout
2767
2768 \series bold
2769
2770 \backslash
2771 raisebox
2772 \series default
2773  is only used as spacer.
2774 \end_layout
2775
2776 \end_inset
2777
2778
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 </row>
2784 <row>
2785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Plain Layout
2789
2790 \backslash
2791 binom
2792 \begin_inset ERT
2793 status collapsed
2794
2795 \begin_layout Plain Layout
2796
2797
2798 \backslash
2799 spce 
2800 \end_layout
2801
2802 \end_inset
2803
2804 A
2805 \begin_inset Formula $\downarrow$
2806 \end_inset
2807
2808 B
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2818 \end_inset
2819
2820
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 </row>
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831
2832 \backslash
2833 dbinom
2834 \begin_inset ERT
2835 status collapsed
2836
2837 \begin_layout Plain Layout
2838
2839
2840 \backslash
2841 spce 
2842 \end_layout
2843
2844 \end_inset
2845
2846 A
2847 \begin_inset Formula $\downarrow$
2848 \end_inset
2849
2850 B
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 </row>
2868 <row>
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873
2874 \backslash
2875 tbinom
2876 \begin_inset ERT
2877 status collapsed
2878
2879 \begin_layout Plain Layout
2880
2881
2882 \backslash
2883 spce 
2884 \end_layout
2885
2886 \end_inset
2887
2888 A
2889 \begin_inset Formula $\downarrow$
2890 \end_inset
2891
2892 B
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2902 \end_inset
2903
2904
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 </row>
2910 <row>
2911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915
2916 \backslash
2917 brack
2918 \begin_inset ERT
2919 status collapsed
2920
2921 \begin_layout Plain Layout
2922
2923
2924 \backslash
2925 spce 
2926 \end_layout
2927
2928 \end_inset
2929
2930 A
2931 \begin_inset Formula $\downarrow$
2932 \end_inset
2933
2934 B
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 </row>
2952 <row>
2953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957
2958 \backslash
2959 brace
2960 \begin_inset ERT
2961 status collapsed
2962
2963 \begin_layout Plain Layout
2964
2965
2966 \backslash
2967 spce 
2968 \end_layout
2969
2970 \end_inset
2971
2972 A
2973 \begin_inset Formula $\downarrow$
2974 \end_inset
2975
2976 B
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2986 \end_inset
2987
2988
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 </row>
2994 </lyxtabular>
2995
2996 \end_inset
2997
2998
2999 \end_layout
3000
3001 \begin_layout Subsection
3002 Case Differentiations
3003 \begin_inset Index
3004 status collapsed
3005
3006 \begin_layout Plain Layout
3007 Case differentiations 
3008 \end_layout
3009
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \begin_layout Standard
3016 \align center
3017 \begin_inset Tabular
3018 <lyxtabular version="3" rows="3" columns="2">
3019 <features>
3020 <column alignment="center" valignment="top" width="0pt">
3021 <column alignment="center" valignment="top" width="0pt">
3022 <row>
3023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 Command
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 Result
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \backslash
3049 cases
3050 \begin_inset ERT
3051 status collapsed
3052
3053 \begin_layout Plain Layout
3054
3055
3056 \backslash
3057 spce 
3058 \end_layout
3059
3060 \end_inset
3061
3062 A
3063 \begin_inset Formula $\to$
3064 \end_inset
3065
3066 B>0
3067 \begin_inset Index
3068 status collapsed
3069
3070 \begin_layout Plain Layout
3071 Commands ! C ! 
3072 \backslash
3073 cases
3074 \end_layout
3075
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 \begin_inset Formula $\begin{cases}
3088 A & B>0\end{cases}$
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 <row>
3098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \backslash
3104 cases
3105 \begin_inset ERT
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109
3110
3111 \backslash
3112 spce 
3113 \end_layout
3114
3115 \end_inset
3116
3117 Ctrl-Enter
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 \begin_inset Formula $\begin{cases}
3127 A & \textrm{for }x>0\\
3128 B & \textrm{for }x=0\end{cases}$
3129 \end_inset
3130
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 </row>
3137 </lyxtabular>
3138
3139 \end_inset
3140
3141
3142 \end_layout
3143
3144 \begin_layout Standard
3145 After inserting 
3146 \series bold
3147
3148 \backslash
3149 cases
3150 \series default
3151  or the usage of the math toolbar button 
3152 \begin_inset Graphics
3153         filename ../images/math/cases.png
3154         scale 85
3155
3156 \end_inset
3157
3158  you can create new lines with the shortcut 
3159 \family sans
3160 Ctrl-Return
3161 \family default
3162  or the table toolbar button 
3163 \begin_inset Graphics
3164         filename ../images/tabular-feature_append-row.png
3165         scale 85
3166
3167 \end_inset
3168
3169 .
3170 \end_layout
3171
3172 \begin_layout Standard
3173 The command 
3174 \series bold
3175
3176 \backslash
3177 cases
3178 \series default
3179  is also available via the menu 
3180 \family sans
3181 Insert\SpecialChar \menuseparator
3182 Math\SpecialChar \menuseparator
3183 Cases-Environment
3184 \family default
3185 .
3186 \end_layout
3187
3188 \begin_layout Subsection
3189 Negations
3190 \begin_inset Index
3191 status collapsed
3192
3193 \begin_layout Plain Layout
3194 Negations
3195 \end_layout
3196
3197 \end_inset
3198
3199
3200 \end_layout
3201
3202 \begin_layout Standard
3203 By inserting of 
3204 \series bold
3205
3206 \backslash
3207 not
3208 \series default
3209
3210 \begin_inset Index
3211 status collapsed
3212
3213 \begin_layout Plain Layout
3214 Commands ! N ! 
3215 \backslash
3216 not
3217 \end_layout
3218
3219 \end_inset
3220
3221  every character can be displayed canceled.
3222  The characters are quasi accentuated by a slash.
3223 \end_layout
3224
3225 \begin_layout Standard
3226 \align center
3227 \begin_inset Tabular
3228 <lyxtabular version="3" rows="4" columns="2">
3229 <features>
3230 <column alignment="center" valignment="top" width="0pt">
3231 <column alignment="center" valignment="top" width="0pt">
3232 <row>
3233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 Command
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 Result
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 </row>
3252 <row>
3253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \backslash
3259 not=
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 \begin_inset Formula $\not=$
3269 \end_inset
3270
3271
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 </row>
3277 <row>
3278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282
3283 \backslash
3284 not 
3285 \backslash
3286 le
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 \begin_inset Formula $\not\le$
3296 \end_inset
3297
3298
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row>
3305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \backslash
3311 not 
3312 \backslash
3313 parallel
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 \begin_inset Formula $\not\parallel$
3323 \end_inset
3324
3325
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 </row>
3331 </lyxtabular>
3332
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \begin_layout Standard
3339 The last example shows, that not all negations look good.
3340  Therefore there are for some negations special commands (see 
3341 \begin_inset CommandInset ref
3342 LatexCommand ref
3343 reference "sub:Mathematical-Symbols"
3344
3345 \end_inset
3346
3347  and 
3348 \begin_inset CommandInset ref
3349 LatexCommand ref
3350 reference "sec:Relations"
3351
3352 \end_inset
3353
3354 ).
3355 \end_layout
3356
3357 \begin_layout Subsection
3358 Placeholders
3359 \begin_inset CommandInset label
3360 LatexCommand label
3361 name "sub:Placeholders"
3362
3363 \end_inset
3364
3365
3366 \begin_inset Index
3367 status collapsed
3368
3369 \begin_layout Plain Layout
3370 Placeholders
3371 \end_layout
3372
3373 \end_inset
3374
3375
3376 \begin_inset Index
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380 Chemical characters ! Isotopes
3381 \end_layout
3382
3383 \end_inset
3384
3385
3386 \begin_inset Index
3387 status collapsed
3388
3389 \begin_layout Plain Layout
3390 Isotopes|see
3391 \begin_inset ERT
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395
3396 {
3397 \end_layout
3398
3399 \end_inset
3400
3401 Chemical characters
3402 \begin_inset ERT
3403 status collapsed
3404
3405 \begin_layout Plain Layout
3406
3407 }
3408 \end_layout
3409
3410 \end_inset
3411
3412
3413 \end_layout
3414
3415 \end_inset
3416
3417
3418 \end_layout
3419
3420 \begin_layout Standard
3421 When displaying e.
3422 \begin_inset space \thinspace{}
3423 \end_inset
3424
3425 g.
3426 \begin_inset space ~
3427 \end_inset
3428
3429 isotopes
3430 \begin_inset Foot
3431 status collapsed
3432
3433 \begin_layout Plain Layout
3434 More about chemical symbols is written in 
3435 \begin_inset CommandInset ref
3436 LatexCommand ref
3437 reference "sub:Chemical-Symbols-and"
3438
3439 \end_inset
3440
3441 .
3442 \end_layout
3443
3444 \end_inset
3445
3446  the following problem occurs:
3447 \end_layout
3448
3449 \begin_layout Standard
3450 \align center
3451 \begin_inset Tabular
3452 <lyxtabular version="3" rows="2" columns="2">
3453 <features>
3454 <column alignment="center" valignment="top" width="0pt">
3455 <column alignment="center" valignment="top" width="0pt">
3456 <row>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Indices created with sub- and superscripts:
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3471 \end_inset
3472
3473
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 correct indices:
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 </lyxtabular>
3503
3504 \end_inset
3505
3506
3507 \begin_inset Note Note
3508 status collapsed
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513
3514 \backslash
3515 raisebox
3516 \series default
3517  is only used as spacer.
3518 \end_layout
3519
3520 \end_inset
3521
3522
3523 \end_layout
3524
3525 \begin_layout Standard
3526 The shorter index is by default placed below or above the first character
3527  of the longer index.
3528  To avoid this there is the command 
3529 \series bold
3530
3531 \backslash
3532 phantom
3533 \series default
3534
3535 \begin_inset Index
3536 status collapsed
3537
3538 \begin_layout Plain Layout
3539 Commands ! P ! 
3540 \backslash
3541 phantom
3542 \end_layout
3543
3544 \end_inset
3545
3546  or the math toolbar button
3547 \begin_inset space \thinspace{}
3548 \end_inset
3549
3550
3551 \begin_inset Foot
3552 status collapsed
3553
3554 \begin_layout Plain Layout
3555 can be found in the submenu of the toolbar button 
3556 \begin_inset Graphics
3557         filename ../images/math/space.png
3558         scale 85
3559
3560 \end_inset
3561
3562
3563 \end_layout
3564
3565 \end_inset
3566
3567  
3568 \begin_inset Graphics
3569         filename ../images/math/phantom.png
3570         scale 85
3571
3572 \end_inset
3573
3574  that creates one or more phantom characters.
3575  When inserting 
3576 \series bold
3577
3578 \backslash
3579 phantom
3580 \series default
3581  a small blue box appears that is superposed with two red arrows.
3582  The arrows indicate that the complete width and height of the box content
3583  will be created as placeholder.
3584  Phantom characters are accordingly placeholders with the size of the characters.
3585 \end_layout
3586
3587 \begin_layout Standard
3588 \align center
3589 \begin_inset Tabular
3590 <lyxtabular version="3" rows="4" columns="2">
3591 <features>
3592 <column alignment="center" valignment="top" width="0">
3593 <column alignment="center" valignment="top" width="0">
3594 <row>
3595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Command
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Result
3609 \begin_inset Note Note
3610 status collapsed
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615
3616 \backslash
3617 raisebox
3618 \series default
3619  is only used as spacer.
3620 \end_layout
3621
3622 \end_inset
3623
3624
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 ^19
3636 \begin_inset ERT
3637 status collapsed
3638
3639 \begin_layout Plain Layout
3640
3641
3642 \backslash
3643 spce 
3644 \end_layout
3645
3646 \end_inset
3647
3648 _
3649 \backslash
3650 phantom
3651 \begin_inset ERT
3652 status collapsed
3653
3654 \begin_layout Plain Layout
3655
3656
3657 \backslash
3658 spce 
3659 \end_layout
3660
3661 \end_inset
3662
3663 1
3664 \begin_inset Formula $\to$
3665 \end_inset
3666
3667 9
3668 \begin_inset ERT
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673
3674 \backslash
3675 spce 
3676 \end_layout
3677
3678 \end_inset
3679
3680 F
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3690 \end_inset
3691
3692
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 ^235
3704 \begin_inset ERT
3705 status collapsed
3706
3707 \begin_layout Plain Layout
3708
3709
3710 \backslash
3711 spce 
3712 \end_layout
3713
3714 \end_inset
3715
3716 _
3717 \backslash
3718 phantom
3719 \begin_inset ERT
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723
3724
3725 \backslash
3726 spce 
3727 \end_layout
3728
3729 \end_inset
3730
3731 23
3732 \begin_inset Formula $\to$
3733 \end_inset
3734
3735 9
3736 \begin_inset ERT
3737 status collapsed
3738
3739 \begin_layout Plain Layout
3740
3741
3742 \backslash
3743 spce 
3744 \end_layout
3745
3746 \end_inset
3747
3748 F
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3758 \end_inset
3759
3760
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \backslash
3773 Lambda^
3774 \begin_inset ERT
3775 status collapsed
3776
3777 \begin_layout Plain Layout
3778
3779
3780 \backslash
3781 spce 
3782 \end_layout
3783
3784 \end_inset
3785
3786
3787 \backslash
3788 phantom
3789 \begin_inset ERT
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793
3794
3795 \backslash
3796 spce 
3797 \end_layout
3798
3799 \end_inset
3800
3801 ii
3802 \begin_inset Formula $\to$
3803 \end_inset
3804
3805 t
3806 \begin_inset ERT
3807 status collapsed
3808
3809 \begin_layout Plain Layout
3810
3811
3812 \backslash
3813 spce 
3814 \end_layout
3815
3816 \end_inset
3817
3818 _MMt
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3828 \end_inset
3829
3830
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 </row>
3836 </lyxtabular>
3837
3838 \end_inset
3839
3840
3841 \end_layout
3842
3843 \begin_layout Standard
3844 Furthermore there are the commands 
3845 \series bold
3846
3847 \backslash
3848 vphantom
3849 \series default
3850
3851 \begin_inset Index
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855 Commands ! V ! 
3856 \backslash
3857 vphantom
3858 \end_layout
3859
3860 \end_inset
3861
3862  (toolbar button 
3863 \begin_inset space ~
3864 \end_inset
3865
3866
3867 \begin_inset Graphics
3868         filename ../images/math/vphantom.png
3869         scale 85
3870
3871 \end_inset
3872
3873 ) and 
3874 \series bold
3875
3876 \backslash
3877 hphantom
3878 \series default
3879
3880 \begin_inset Index
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884 Commands ! H ! 
3885 \backslash
3886 hphantom
3887 \end_layout
3888
3889 \end_inset
3890
3891  (toolbar button 
3892 \begin_inset space ~
3893 \end_inset
3894
3895
3896 \begin_inset Graphics
3897         filename ../images/math/hphantom.png
3898         scale 85
3899
3900 \end_inset
3901
3902 ).
3903  
3904 \series bold
3905
3906 \backslash
3907 hphantom
3908 \series default
3909  creates only space for the maximal height of the characters in the box
3910  but not for its width.
3911  
3912 \series bold
3913
3914 \backslash
3915 vphantom
3916 \series default
3917  creates only space for the width of the box content.
3918  Therefore  the boxes of both commands have only one red arrow.
3919 \end_layout
3920
3921 \begin_layout Standard
3922 For example creates 
3923 \series bold
3924
3925 \backslash
3926 vphantom
3927 \series default
3928
3929 \begin_inset ERT
3930 status collapsed
3931
3932 \begin_layout Plain Layout
3933
3934
3935 \backslash
3936 spce 
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \series bold
3943 a
3944 \backslash
3945 int
3946 \series default
3947  space for the height of the integral sign,
3948 \begin_inset Foot
3949 status collapsed
3950
3951 \begin_layout Plain Layout
3952 The command 
3953 \series bold
3954
3955 \backslash
3956 int
3957 \series default
3958  creates an integral sign, see 
3959 \begin_inset CommandInset ref
3960 LatexCommand ref
3961 reference "sub:Big-Operators"
3962
3963 \end_inset
3964
3965 .
3966 \end_layout
3967
3968 \end_inset
3969
3970  because this is the larger character.
3971  An example application is in 
3972 \begin_inset CommandInset ref
3973 LatexCommand ref
3974 reference "sub:Multiline-Brackets"
3975
3976 \end_inset
3977
3978 .
3979 \end_layout
3980
3981 \begin_layout Subsection
3982 Lines
3983 \begin_inset Index
3984 status collapsed
3985
3986 \begin_layout Plain Layout
3987 Lines
3988 \end_layout
3989
3990 \end_inset
3991
3992
3993 \begin_inset Index
3994 status collapsed
3995
3996 \begin_layout Plain Layout
3997 Formula ! underlined
3998 \end_layout
3999
4000 \end_inset
4001
4002
4003 \end_layout
4004
4005 \begin_layout Standard
4006 \align center
4007 \begin_inset Tabular
4008 <lyxtabular version="3" rows="4" columns="2">
4009 <features>
4010 <column alignment="center" valignment="top" width="0pt">
4011 <column alignment="center" valignment="top" width="0pt">
4012 <row>
4013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Command
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 Result
4027 \begin_inset Note Note
4028 status collapsed
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033
4034 \backslash
4035 raisebox
4036 \series default
4037  is only used as spacer.
4038 \end_layout
4039
4040 \end_inset
4041
4042
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \backslash
4055 overline
4056 \begin_inset ERT
4057 status collapsed
4058
4059 \begin_layout Plain Layout
4060
4061
4062 \backslash
4063 spce 
4064 \end_layout
4065
4066 \end_inset
4067
4068 A+B
4069 \begin_inset Index
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 Commands ! O ! 
4074 \backslash
4075 overline
4076 \end_layout
4077
4078 \end_inset
4079
4080
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4090 \end_inset
4091
4092
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \backslash
4105 underline
4106 \begin_inset ERT
4107 status collapsed
4108
4109 \begin_layout Plain Layout
4110
4111
4112 \backslash
4113 spce 
4114 \end_layout
4115
4116 \end_inset
4117
4118 A+B
4119 \begin_inset Index
4120 status collapsed
4121
4122 \begin_layout Plain Layout
4123 Commands ! U ! 
4124 \backslash
4125 underline
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4140 \end_inset
4141
4142
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \backslash
4155 overline
4156 \begin_inset ERT
4157 status collapsed
4158
4159 \begin_layout Plain Layout
4160
4161
4162 \backslash
4163 spce 
4164 \end_layout
4165
4166 \end_inset
4167
4168
4169 \backslash
4170 underline
4171 \begin_inset ERT
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175
4176
4177 \backslash
4178 spce 
4179 \end_layout
4180
4181 \end_inset
4182
4183 A+B
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4193 \end_inset
4194
4195
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 </lyxtabular>
4202
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \begin_layout Standard
4209 In the last example it doesn't matter if first 
4210 \series bold
4211
4212 \backslash
4213 overline
4214 \series default
4215  or 
4216 \series bold
4217
4218 \backslash
4219 underline
4220 \series default
4221  is inserted.
4222 \end_layout
4223
4224 \begin_layout Standard
4225 To double underline e.
4226 \begin_inset space \thinspace{}
4227 \end_inset
4228
4229 g.
4230  results, one uses 
4231 \series bold
4232
4233 \backslash
4234 underline
4235 \series default
4236  twice.
4237 \end_layout
4238
4239 \begin_layout Standard
4240 It is possible to place up to 6 lines above or below characters.
4241 \end_layout
4242
4243 \begin_layout Standard
4244 \begin_inset VSpace bigskip
4245 \end_inset
4246
4247 Custom lines can be created using the command 
4248 \series bold
4249
4250 \backslash
4251 rule
4252 \series default
4253
4254 \begin_inset Index
4255 status collapsed
4256
4257 \begin_layout Plain Layout
4258 Commands ! R ! 
4259 \backslash
4260 rule
4261 \end_layout
4262
4263 \end_inset
4264
4265  which has the following scheme:
4266 \end_layout
4267
4268 \begin_layout Standard
4269
4270 \series bold
4271
4272 \backslash
4273 rule[vertical offset]{length}{thickness}
4274 \end_layout
4275
4276 \begin_layout Standard
4277 The optional vertical offset shifts the line upwards (or downwards, when
4278  the value is negative).
4279  The units listed in 
4280 \begin_inset CommandInset ref
4281 LatexCommand ref
4282 reference "tab:Available-units"
4283
4284 \end_inset
4285
4286  can be used for the values.
4287  Here are two example lines created with the commands
4288 \begin_inset Newline newline
4289 \end_inset
4290
4291
4292 \series bold
4293
4294 \backslash
4295 rule[-2ex]{3cm}{2pt}
4296 \series default
4297  and 
4298 \series bold
4299
4300 \backslash
4301 rule{2cm}{1pt}
4302 \series default
4303 :
4304 \end_layout
4305
4306 \begin_layout Standard
4307 This is a sentence 
4308 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4309 \end_inset
4310
4311  with two lines.
4312 \end_layout
4313
4314 \begin_layout Standard
4315
4316 \series bold
4317
4318 \backslash
4319 rule
4320 \series default
4321  can also be used for text when it is inserted in TeX-mode.
4322 \end_layout
4323
4324 \begin_layout Subsection
4325 Ellipses
4326 \begin_inset CommandInset label
4327 LatexCommand label
4328 name "sub:Ellipses"
4329
4330 \end_inset
4331
4332
4333 \begin_inset Index
4334 status collapsed
4335
4336 \begin_layout Plain Layout
4337 Ellipses
4338 \end_layout
4339
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \begin_layout Standard
4346 There are different types of ellipses available.
4347 \begin_inset Foot
4348 status collapsed
4349
4350 \begin_layout Plain Layout
4351 In the math toolbar in the submenu of the button 
4352 \begin_inset Graphics
4353         filename ../images/math/ldots.png
4354         scale 85
4355
4356 \end_inset
4357
4358
4359 \end_layout
4360
4361 \end_inset
4362
4363  For listings dots at the baseline are used (
4364 \series bold
4365
4366 \backslash
4367 ldots
4368 \series default
4369
4370 \begin_inset Index
4371 status collapsed
4372
4373 \begin_layout Plain Layout
4374 Commands ! L ! 
4375 \backslash
4376 ldots
4377 \end_layout
4378
4379 \end_inset
4380
4381 ), while for operations dots are needed that are on the same height as the
4382  operators (
4383 \series bold
4384
4385 \backslash
4386 cdots
4387 \series default
4388
4389 \begin_inset Index
4390 status collapsed
4391
4392 \begin_layout Plain Layout
4393 Commands ! C ! 
4394 \backslash
4395 cdots
4396 \end_layout
4397
4398 \end_inset
4399
4400 ).
4401  When using the command 
4402 \series bold
4403
4404 \backslash
4405 dots
4406 \series default
4407
4408 \begin_inset Index
4409 status collapsed
4410
4411 \begin_layout Plain Layout
4412 Commands ! D ! 
4413 \backslash
4414 dots
4415 \end_layout
4416
4417 \end_inset
4418
4419 , LaTeX decides on the basis of the next character what type is used.
4420 \end_layout
4421
4422 \begin_layout Standard
4423 \align center
4424 \begin_inset Tabular
4425 <lyxtabular version="3" rows="8" columns="2">
4426 <features>
4427 <column alignment="center" valignment="top" width="0pt">
4428 <column alignment="center" valignment="top" width="0pt">
4429 <row>
4430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 Command
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 Result
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 A_1
4455 \begin_inset ERT
4456 status collapsed
4457
4458 \begin_layout Plain Layout
4459
4460
4461 \backslash
4462 spce 
4463 \end_layout
4464
4465 \end_inset
4466
4467 ,
4468 \backslash
4469 dots
4470 \begin_inset ERT
4471 status collapsed
4472
4473 \begin_layout Plain Layout
4474
4475
4476 \backslash
4477 spce 
4478 \end_layout
4479
4480 \end_inset
4481
4482 ,A_n
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 \begin_inset Formula $A_{1},\dots,A_{n}$
4492 \end_inset
4493
4494
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 A_1
4506 \begin_inset ERT
4507 status collapsed
4508
4509 \begin_layout Plain Layout
4510
4511
4512 \backslash
4513 spce 
4514 \end_layout
4515
4516 \end_inset
4517
4518 +
4519 \backslash
4520 dots
4521 \begin_inset ERT
4522 status collapsed
4523
4524 \begin_layout Plain Layout
4525
4526
4527 \backslash
4528 spce 
4529 \end_layout
4530
4531 \end_inset
4532
4533 +A_n
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 \begin_inset Formula $A_{1}+\dots+A_{n}$
4543 \end_inset
4544
4545
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 A_1
4557 \begin_inset ERT
4558 status collapsed
4559
4560 \begin_layout Plain Layout
4561
4562
4563 \backslash
4564 spce 
4565 \end_layout
4566
4567 \end_inset
4568
4569 ,
4570 \backslash
4571 ldots
4572 \begin_inset ERT
4573 status collapsed
4574
4575 \begin_layout Plain Layout
4576
4577
4578 \backslash
4579 spce 
4580 \end_layout
4581
4582 \end_inset
4583
4584 ,A_n
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 \begin_inset Formula $A_{1},\ldots,A_{n}$
4594 \end_inset
4595
4596
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 A_1
4608 \begin_inset ERT
4609 status collapsed
4610
4611 \begin_layout Plain Layout
4612
4613
4614 \backslash
4615 spce 
4616 \end_layout
4617
4618 \end_inset
4619
4620 +
4621 \backslash
4622 cdots
4623 \begin_inset ERT
4624 status collapsed
4625
4626 \begin_layout Plain Layout
4627
4628
4629 \backslash
4630 spce 
4631 \end_layout
4632
4633 \end_inset
4634
4635 +A_n
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4645 \end_inset
4646
4647
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 </row>
4653 <row>
4654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658
4659 \backslash
4660 vdots
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 \begin_inset Formula $\vdots$
4670 \end_inset
4671
4672
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \backslash
4685 ddots
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 \begin_inset Formula $\ddots$
4695 \end_inset
4696
4697
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 3×3
4709 \begin_inset space \thinspace{}
4710 \end_inset
4711
4712 matrix with the different dots
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 \begin_inset Formula $\begin{array}{ccc}
4722 A_{11} & \cdots & A_{1m}\\
4723 \vdots & \ddots & \vdots\\
4724 A_{n1} & \cdots & A_{nm}\end{array}$
4725 \end_inset
4726
4727
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 </row>
4733 </lyxtabular>
4734
4735 \end_inset
4736
4737
4738 \end_layout
4739
4740 \begin_layout Standard
4741 The ellipses available in menu 
4742 \family sans
4743 Insert\SpecialChar \menuseparator
4744 Special
4745 \begin_inset space ~
4746 \end_inset
4747
4748 Character
4749 \family default
4750  are 
4751 \series bold
4752
4753 \backslash
4754 ldots
4755 \series default
4756 .
4757 \end_layout
4758
4759 \begin_layout Standard
4760 \begin_inset VSpace medskip
4761 \end_inset
4762
4763 Specially for matrices there are ellipses that span over several columns.
4764  They are created with the command 
4765 \series bold
4766
4767 \backslash
4768 hdotsfor
4769 \series default
4770
4771 \begin_inset Index
4772 status collapsed
4773
4774 \begin_layout Plain Layout
4775 Commands ! H ! 
4776 \backslash
4777 hdotsfor
4778 \end_layout
4779
4780 \end_inset
4781
4782 , that has the following scheme:
4783 \end_layout
4784
4785 \begin_layout Standard
4786
4787 \series bold
4788
4789 \backslash
4790 hdotsfor[distance]{number of columns}
4791 \end_layout
4792
4793 \begin_layout Standard
4794 The number of columns specifies how many columns should be spanned.
4795  Distance is a factor for the distance between the dots.
4796 \end_layout
4797
4798 \begin_layout Standard
4799 In the following matrix the command 
4800 \series bold
4801
4802 \backslash
4803 hdotsfor[2]{4}
4804 \series default
4805  was inserted in the first box of the second line, to get an ellipsis with
4806  a dot distance twice as long as with the command 
4807 \series bold
4808
4809 \backslash
4810 dots
4811 \series default
4812 :
4813 \begin_inset Formula \[
4814 \left(\begin{array}{cccc}
4815 A & B & C & D\\
4816 \hdotsfor[2]{4}\\
4817 q & w & e & r\end{array}\right)\]
4818
4819 \end_inset
4820
4821 Note that the matrix fields that should be spanned must be empty, otherwise
4822  you get LaTeX-errors.
4823 \end_layout
4824
4825 \begin_layout Standard
4826 \begin_inset VSpace bigskip
4827 \end_inset
4828
4829 Furthermore you can fill with the command 
4830 \series bold
4831
4832 \backslash
4833 dotfill
4834 \series default
4835
4836 \begin_inset Index
4837 status collapsed
4838
4839 \begin_layout Plain Layout
4840 Commands ! D ! 
4841 \backslash
4842 dotfill
4843 \end_layout
4844
4845 \end_inset
4846
4847  the rest of a line with dots.
4848  The effect of these commands is the same like with 
4849 \series bold
4850
4851 \backslash
4852 hfill
4853 \series default
4854 , see 
4855 \begin_inset CommandInset ref
4856 LatexCommand ref
4857 reference "sub:Variable-Space"
4858
4859 \end_inset
4860
4861 .
4862 \end_layout
4863
4864 \begin_layout Standard
4865 For example the command 
4866 \series bold
4867 A
4868 \backslash
4869 dotfill
4870 \begin_inset ERT
4871 status collapsed
4872
4873 \begin_layout Plain Layout
4874
4875
4876 \backslash
4877 spce 
4878 \end_layout
4879
4880 \end_inset
4881
4882 B
4883 \series default
4884  produces
4885 \end_layout
4886
4887 \begin_layout Standard
4888 \begin_inset Formula $A\dotfill B$
4889 \end_inset
4890
4891
4892 \end_layout
4893
4894 \begin_layout Standard
4895 Analog to
4896 \series bold
4897  
4898 \backslash
4899 dotfill
4900 \series default
4901  there is for a line the command 
4902 \series bold
4903
4904 \backslash
4905 hrulefill
4906 \series default
4907
4908 \begin_inset Index
4909 status collapsed
4910
4911 \begin_layout Plain Layout
4912 Commands ! H ! 
4913 \backslash
4914 hrulefill
4915 \end_layout
4916
4917 \end_inset
4918
4919 :
4920 \end_layout
4921
4922 \begin_layout Standard
4923 \begin_inset Formula $A\hrulefill B$
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \begin_layout Standard
4930 To use the commands for text, they have to be inserted in TeX-mode.
4931 \end_layout
4932
4933 \begin_layout Section
4934 Matrices
4935 \begin_inset CommandInset label
4936 LatexCommand label
4937 name "sec:Matrices"
4938
4939 \end_inset
4940
4941
4942 \begin_inset Index
4943 status collapsed
4944
4945 \begin_layout Plain Layout
4946 Matrices
4947 \end_layout
4948
4949 \end_inset
4950
4951
4952 \end_layout
4953
4954 \begin_layout Standard
4955 Matrices can be inserted via the math toolbar button 
4956 \begin_inset Graphics
4957         filename ../images/dialog-show_mathmatrix.png
4958         scale 85
4959
4960 \end_inset
4961
4962  or the menu 
4963 \family sans
4964 Insert\SpecialChar \menuseparator
4965 Math\SpecialChar \menuseparator
4966 Matrix
4967 \family default
4968 .
4969  You will be asked for the number of matrix columns and rows, and the alignment.
4970  The vertical alignment is hereby only of importance for matrices in inline
4971  formulas:
4972 \end_layout
4973
4974 \begin_layout Standard
4975 The first matrix is top 
4976 \begin_inset Formula $\begin{array}[t]{cccc}
4977 A & D & G & J\\
4978 B & E & H & K\\
4979 C & F & I & L\end{array}$
4980 \end_inset
4981
4982 , the second middle 
4983 \begin_inset Formula $\begin{array}{cccc}
4984 A & D & G & J\\
4985 B & E & H & K\\
4986 C & F & I & L\end{array}$
4987 \end_inset
4988
4989 , and the third bottom 
4990 \begin_inset Formula $\begin{array}[b]{cccc}
4991 A & D & G & J\\
4992 B & E & H & K\\
4993 C & F & I & L\end{array}$
4994 \end_inset
4995
4996  aligned.
4997 \end_layout
4998
4999 \begin_layout Standard
5000 The horizontal alignment specifies how the column entries should be aligned.
5001  It is set by entering a letter for every column.
5002  
5003 \emph on
5004 l
5005 \emph default
5006  denotes left aligned, 
5007 \emph on
5008 c
5009 \emph default
5010  centered, and 
5011 \emph on
5012 r
5013 \emph default
5014  right aligned.
5015  To create for example a 4
5016 \series bold
5017 ×
5018 \series default
5019 4
5020 \begin_inset space ~
5021 \end_inset
5022
5023 matrix where the first column is left aligned, the second and third are
5024  centered, and the last one is right aligned, one enters for the horizontal
5025  alignment 
5026 \series bold
5027 lccr
5028 \series default
5029 .
5030  Normally are in a matrix all columns centered, therefore the default is
5031  for every column is a 
5032 \series bold
5033 c
5034 \series default
5035 .
5036 \end_layout
5037
5038 \begin_layout Standard
5039 Horizontal alignment:
5040 \end_layout
5041
5042 \begin_layout Standard
5043
5044 \series bold
5045 lll
5046 \series default
5047  : 
5048 \begin_inset Formula $\begin{array}{lll}
5049 10000 & D & G\\
5050 B & 10000 & H\\
5051 C & F & 10000\end{array}$
5052 \end_inset
5053
5054  , 
5055 \series bold
5056 ccc
5057 \series default
5058  : 
5059 \begin_inset Formula $\begin{array}{ccc}
5060 10000 & D & G\\
5061 B & 10000 & H\\
5062 C & F & 10000\end{array}$
5063 \end_inset
5064
5065  , 
5066 \series bold
5067 rrr
5068 \series default
5069  : 
5070 \begin_inset Formula $\begin{array}{rrr}
5071 10000 & D & G\\
5072 B & 10000 & H\\
5073 C & F & 10000\end{array}$
5074 \end_inset
5075
5076
5077 \end_layout
5078
5079 \begin_layout Standard
5080 To add or delete rows and columns subsequently, the math toolbar buttons
5081  
5082 \begin_inset Graphics
5083         filename ../images/tabular-feature_append-row.png
5084         scale 85
5085
5086 \end_inset
5087
5088
5089 \begin_inset Graphics
5090         filename ../images/tabular-feature_delete-row.png
5091         scale 85
5092
5093 \end_inset
5094
5095 , etc.
5096 \begin_inset space \thinspace{}
5097 \end_inset
5098
5099 , or the menu 
5100 \family sans
5101 Edit\SpecialChar \menuseparator
5102 Rows & Columns
5103 \family default
5104  can be used.
5105  New rows can also be created with 
5106 \family sans
5107 Ctrl-Return
5108 \family default
5109 .
5110 \end_layout
5111
5112 \begin_layout Standard
5113 \begin_inset VSpace bigskip
5114 \end_inset
5115
5116 Parentheses around a matrix can can either be created with the commands
5117  
5118 \series bold
5119
5120 \backslash
5121 left
5122 \series default
5123
5124 \begin_inset Index
5125 status collapsed
5126
5127 \begin_layout Plain Layout
5128 Commands ! L ! 
5129 \backslash
5130 left
5131 \end_layout
5132
5133 \end_inset
5134
5135  and 
5136 \series bold
5137
5138 \backslash
5139 right
5140 \series default
5141
5142 \begin_inset Index
5143 status collapsed
5144
5145 \begin_layout Plain Layout
5146 Commands ! R ! 
5147 \backslash
5148 right
5149 \end_layout
5150
5151 \end_inset
5152
5153  (shortcut 
5154 \family sans
5155 Alt-m
5156 \begin_inset space ~
5157 \end_inset
5158
5159 parenthesis
5160 \family default
5161 ), see 
5162 \begin_inset CommandInset ref
5163 LatexCommand ref
5164 reference "sub:Automatic-Bracket-Size"
5165
5166 \end_inset
5167
5168 , or by using the following commands:
5169 \begin_inset VSpace medskip
5170 \end_inset
5171
5172
5173 \end_layout
5174
5175 \begin_layout Standard
5176 \begin_inset space \hfill{}
5177 \end_inset
5178
5179
5180 \begin_inset Tabular
5181 <lyxtabular version="3" rows="4" columns="2">
5182 <features>
5183 <column alignment="center" valignment="top" width="0">
5184 <column alignment="center" valignment="top" width="0">
5185 <row>
5186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Command
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 Result
5200 \begin_inset Note Note
5201 status collapsed
5202
5203 \begin_layout Plain Layout
5204
5205 \series bold
5206
5207 \backslash
5208 raisebox
5209 \series default
5210  is only used as spacer.
5211 \end_layout
5212
5213 \end_inset
5214
5215
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \backslash
5228 bmatrix
5229 \begin_inset ERT
5230 status collapsed
5231
5232 \begin_layout Plain Layout
5233
5234
5235 \backslash
5236 spce 
5237 \end_layout
5238
5239 \end_inset
5240
5241 2
5242 \series bold
5243 ×
5244 \series default
5245 2
5246 \begin_inset space \thinspace{}
5247 \end_inset
5248
5249 matrix
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5259 0 & \textrm{-}\mathrm{i}\\
5260 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5261 \end_inset
5262
5263
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 </row>
5269 <row>
5270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274
5275 \backslash
5276 Bmatrix
5277 \begin_inset ERT
5278 status collapsed
5279
5280 \begin_layout Plain Layout
5281
5282
5283 \backslash
5284 spce 
5285 \end_layout
5286
5287 \end_inset
5288
5289 2
5290 \series bold
5291 ×
5292 \series default
5293 2
5294 \begin_inset space \thinspace{}
5295 \end_inset
5296
5297 matrix
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5307 0 & \textrm{-}\mathrm{i}\\
5308 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5309 \end_inset
5310
5311
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 </row>
5317 <row>
5318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322
5323 \backslash
5324 pmatrix
5325 \begin_inset ERT
5326 status collapsed
5327
5328 \begin_layout Plain Layout
5329
5330
5331 \backslash
5332 spce 
5333 \end_layout
5334
5335 \end_inset
5336
5337 2
5338 \series bold
5339 ×
5340 \series default
5341 2
5342 \begin_inset space \thinspace{}
5343 \end_inset
5344
5345 matrix
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5355 0 & \textrm{-}\mathrm{i}\\
5356 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5357 \end_inset
5358
5359
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 </lyxtabular>
5366
5367 \end_inset
5368
5369
5370 \begin_inset space \hfill{}
5371 \end_inset
5372
5373
5374 \begin_inset Tabular
5375 <lyxtabular version="3" rows="4" columns="2">
5376 <features>
5377 <column alignment="center" valignment="top" width="0">
5378 <column alignment="center" valignment="top" width="0">
5379 <row>
5380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 Command
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 Result
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \backslash
5406 vmatrix
5407 \begin_inset ERT
5408 status collapsed
5409
5410 \begin_layout Plain Layout
5411
5412
5413 \backslash
5414 spce 
5415 \end_layout
5416
5417 \end_inset
5418
5419 2
5420 \series bold
5421 ×
5422 \series default
5423 2
5424 \begin_inset space \thinspace{}
5425 \end_inset
5426
5427 matrix
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5437 0 & \textrm{-}\mathrm{i}\\
5438 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5439 \end_inset
5440
5441
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 </row>
5447 <row>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \backslash
5454 Vmatrix
5455 \begin_inset ERT
5456 status collapsed
5457
5458 \begin_layout Plain Layout
5459
5460
5461 \backslash
5462 spce 
5463 \end_layout
5464
5465 \end_inset
5466
5467 2
5468 \series bold
5469 ×
5470 \series default
5471 2
5472 \begin_inset space \thinspace{}
5473 \end_inset
5474
5475 matrix
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5485 0 & \textrm{-}\mathrm{i}\\
5486 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5487 \end_inset
5488
5489
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 </row>
5495 <row>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500
5501 \backslash
5502 matrix
5503 \begin_inset ERT
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507
5508
5509 \backslash
5510 spce 
5511 \end_layout
5512
5513 \end_inset
5514
5515 2
5516 \series bold
5517 ×
5518 \series default
5519 2
5520 \begin_inset space \thinspace{}
5521 \end_inset
5522
5523 matrix
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5533 0 & \textrm{-}\mathrm{i}\\
5534 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 </row>
5543 </lyxtabular>
5544
5545 \end_inset
5546
5547
5548 \begin_inset space \hfill{}
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Standard
5555 \begin_inset VSpace medskip
5556 \end_inset
5557
5558 When e.
5559 \begin_inset space \thinspace{}
5560 \end_inset
5561
5562 g.
5563 \begin_inset space ~
5564 \end_inset
5565
5566
5567 \series bold
5568
5569 \backslash
5570 vmatrix
5571 \series default
5572  is inserted, a blue box appears between two vertical lines where the matrix
5573  is inserted.
5574 \end_layout
5575
5576 \begin_layout Standard
5577 \begin_inset VSpace bigskip
5578 \end_inset
5579
5580 As all multiline formulas are matrices, the length 
5581 \series bold
5582
5583 \backslash
5584 arraycolsep
5585 \series default
5586
5587 \begin_inset Index
5588 status collapsed
5589
5590 \begin_layout Plain Layout
5591 Commands ! A ! 
5592 \backslash
5593 arraycolsep
5594 \end_layout
5595
5596 \end_inset
5597
5598  that is described in 
5599 \begin_inset CommandInset ref
5600 LatexCommand ref
5601 reference "sub:Column-Separation"
5602
5603 \end_inset
5604
5605  can also be used to change the column separation of matrices.
5606 \end_layout
5607
5608 \begin_layout Standard
5609 To change the row separation, the command 
5610 \series bold
5611
5612 \backslash
5613 arraystretch
5614 \series default
5615
5616 \begin_inset Index
5617 status collapsed
5618
5619 \begin_layout Plain Layout
5620 Commands ! A ! 
5621 \backslash
5622 arraystretch
5623 \end_layout
5624
5625 \end_inset
5626
5627  is used.
5628  It is used as follows:
5629 \end_layout
5630
5631 \begin_layout Standard
5632
5633 \series bold
5634
5635 \backslash
5636 renewcommand{
5637 \backslash
5638 arraystretch}{stretch factor}
5639 \begin_inset Index
5640 status collapsed
5641
5642 \begin_layout Plain Layout
5643 Commands ! R ! 
5644 \backslash
5645 renewcommand
5646 \end_layout
5647
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \begin_layout Standard
5654 The command 
5655 \series bold
5656
5657 \backslash
5658 renewcommand
5659 \series default
5660  assigns the stretch factor to the predefined command 
5661 \series bold
5662
5663 \backslash
5664 arraystretch
5665 \series default
5666 .
5667  To double e.
5668 \begin_inset space \thinspace{}
5669 \end_inset
5670
5671 g.
5672 \begin_inset space ~
5673 \end_inset
5674
5675 the row separation, use the factor 2.
5676  This is then used for all following matrices.
5677  To go back to the original separation, assign the factor 1 to 
5678 \series bold
5679
5680 \backslash
5681 arraystretch
5682 \series default
5683 .
5684 \end_layout
5685
5686 \begin_layout Standard
5687 To set matrices into a text line, the command 
5688 \series bold
5689
5690 \backslash
5691 smallmatrix
5692 \series default
5693
5694 \begin_inset Index
5695 status collapsed
5696
5697 \begin_layout Plain Layout
5698 Commands ! S ! 
5699 \backslash
5700 smallmatrix
5701 \end_layout
5702
5703 \end_inset
5704
5705  is used.
5706  When it is inserted a blue box with two dashed lines appears.
5707  In this box the matrix is inserted.
5708 \end_layout
5709
5710 \begin_layout Standard
5711 This is a matrix 
5712 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5713 C & D\end{smallmatrix}\right)$
5714 \end_inset
5715
5716  in a text line.
5717 \end_layout
5718
5719 \begin_layout Section
5720 Brackets and Delimiters
5721 \begin_inset Index
5722 status collapsed
5723
5724 \begin_layout Plain Layout
5725 Brackets
5726 \end_layout
5727
5728 \end_inset
5729
5730
5731 \begin_inset Index
5732 status collapsed
5733
5734 \begin_layout Plain Layout
5735 Delimiters
5736 \end_layout
5737
5738 \end_inset
5739
5740
5741 \end_layout
5742
5743 \begin_layout Subsection
5744 Vertical Brackets and Delimiters
5745 \begin_inset Index
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749 Brackets ! vertical
5750 \end_layout
5751
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \begin_layout Standard
5758 \begin_inset space \hfill{}
5759 \end_inset
5760
5761
5762 \begin_inset Tabular
5763 <lyxtabular version="3" rows="9" columns="2">
5764 <features>
5765 <column alignment="center" valignment="top" width="0pt">
5766 <column alignment="center" valignment="top" width="0pt">
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 Command
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 Result
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 </row>
5787 <row>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 (
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 \begin_inset Formula $($
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 </row>
5810 <row>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 {
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 \begin_inset Formula $\{$
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 [
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 \begin_inset Formula $[$
5848 \end_inset
5849
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861
5862 \backslash
5863 langle
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 \begin_inset Formula $\langle$
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886
5887 \backslash
5888 lceil
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 \begin_inset Formula $\lceil$
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911
5912 \backslash
5913 lfloor
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Formula $\lfloor$
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 /
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 \begin_inset Formula $/$
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 |
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 \begin_inset Formula $|$
5969 \end_inset
5970
5971
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 </row>
5977 </lyxtabular>
5978
5979 \end_inset
5980
5981
5982 \begin_inset space \hfill{}
5983 \end_inset
5984
5985
5986 \begin_inset Tabular
5987 <lyxtabular version="3" rows="9" columns="2">
5988 <features>
5989 <column alignment="center" valignment="top" width="0pt">
5990 <column alignment="center" valignment="top" width="0pt">
5991 <row>
5992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 Command
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 Result
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 </row>
6011 <row>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 )
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 \begin_inset Formula $)$
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 <row>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 }
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 \begin_inset Formula $\}$
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 ]
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 \begin_inset Formula $]$
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085
6086 \backslash
6087 rangle
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 \begin_inset Formula $\rangle$
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 </row>
6105 <row>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110
6111 \backslash
6112 rceil
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Formula $\rceil$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 <row>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \backslash
6137 rfloor
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 \begin_inset Formula $\rfloor$
6147 \end_inset
6148
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 </row>
6155 <row>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \backslash
6162
6163 \backslash
6164
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 \begin_inset Formula $\backslash$
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187
6188 \backslash
6189 |
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 \begin_inset Formula $\|$
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 </row>
6207 </lyxtabular>
6208
6209 \end_inset
6210
6211
6212 \begin_inset space \hfill{}
6213 \end_inset
6214
6215
6216 \end_layout
6217
6218 \begin_layout Standard
6219
6220 \series medium
6221 \begin_inset Note Greyedout
6222 status open
6223
6224 \begin_layout Plain Layout
6225
6226 \series bold
6227 Note:
6228 \series default
6229  In TeX-mode the command 
6230 \series bold
6231
6232 \backslash
6233 textbackslash
6234 \series default
6235
6236 \begin_inset Index
6237 status collapsed
6238
6239 \begin_layout Plain Layout
6240 Commands ! T ! 
6241 \backslash
6242 textbackslash
6243 \end_layout
6244
6245 \end_inset
6246
6247  must be used for the backslash, because the command 
6248 \series bold
6249
6250 \backslash
6251
6252 \backslash
6253
6254 \series default
6255  produces there a line break.
6256 \end_layout
6257
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \begin_layout Standard
6264 For all characters listed above the size can be adjusted with the commands
6265  described in the following two subsections.
6266  When using these commands, the characters < and > can directly be used
6267  instead of the commands 
6268 \series bold
6269
6270 \backslash
6271 langle
6272 \series default
6273  and 
6274 \series bold
6275
6276 \backslash
6277 rangle
6278 \series default
6279 .
6280 \end_layout
6281
6282 \begin_layout Subsubsection
6283 Manual Bracket Size
6284 \begin_inset CommandInset label
6285 LatexCommand label
6286 name "sub:Manual-Bracket-Size"
6287
6288 \end_inset
6289
6290
6291 \begin_inset Index
6292 status collapsed
6293
6294 \begin_layout Plain Layout
6295 Bracket size ! manual
6296 \end_layout
6297
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \begin_layout Standard
6304 The bracket size can be specified manually by the LaTeX-commands 
6305 \series bold
6306
6307 \backslash
6308 big
6309 \series default
6310
6311 \begin_inset Index
6312 status collapsed
6313
6314 \begin_layout Plain Layout
6315 Commands ! B ! 
6316 \backslash
6317 big
6318 \end_layout
6319
6320 \end_inset
6321
6322
6323 \series bold
6324
6325 \backslash
6326 Big
6327 \series default
6328
6329 \series bold
6330
6331 \backslash
6332 bigg
6333 \series default
6334 , and 
6335 \series bold
6336
6337 \backslash
6338 Bigg
6339 \series default
6340 .
6341  
6342 \series bold
6343
6344 \backslash
6345 big
6346 \series default
6347  denotes the smallest and 
6348 \series bold
6349
6350 \backslash
6351 Bigg
6352 \series default
6353  the largest bracket size.
6354 \end_layout
6355
6356 \begin_layout Standard
6357 These commands are used to emphasize levels of brackets:
6358 \end_layout
6359
6360 \begin_layout Standard
6361 \align center
6362 \begin_inset Tabular
6363 <lyxtabular version="3" rows="2" columns="2">
6364 <features>
6365 <column alignment="center" valignment="top" width="0pt">
6366 <column alignment="center" valignment="top" width="0pt">
6367 <row>
6368 <cell alignment="center" valignment="top" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 all brackets in the same size:
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6382 \end_inset
6383
6384
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 </row>
6390 <row>
6391 <cell alignment="center" valignment="top" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 this looks better:
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 </lyxtabular>
6414
6415 \end_inset
6416
6417
6418 \begin_inset Note Note
6419 status collapsed
6420
6421 \begin_layout Plain Layout
6422
6423 \series bold
6424
6425 \backslash
6426 raisebox
6427 \series default
6428  is only used as spacer.
6429 \end_layout
6430
6431 \end_inset
6432
6433
6434 \end_layout
6435
6436 \begin_layout Standard
6437 For the second formula the command 
6438 \series bold
6439
6440 \backslash
6441 Big((A+B)(A-B)
6442 \backslash
6443 Big)^
6444 \begin_inset ERT
6445 status collapsed
6446
6447 \begin_layout Plain Layout
6448
6449
6450 \backslash
6451 spce 
6452 \end_layout
6453
6454 \end_inset
6455
6456 C
6457 \series default
6458  has been used.
6459 \end_layout
6460
6461 \begin_layout Standard
6462 Here is an overview about all bracket sizes:
6463 \end_layout
6464
6465 \begin_layout Standard
6466 \align center
6467
6468 \backslash
6469 Bigg(
6470 \backslash
6471 exp
6472 \backslash
6473 bigg<
6474 \backslash
6475 Big[
6476 \backslash
6477 big{
6478 \backslash
6479 ln(3x)
6480 \backslash
6481 big}^2
6482 \begin_inset ERT
6483 status collapsed
6484
6485 \begin_layout Plain Layout
6486
6487
6488 \backslash
6489 spce 
6490 \end_layout
6491
6492 \end_inset
6493
6494
6495 \backslash
6496 sin(x)
6497 \backslash
6498 Big]^
6499 \begin_inset ERT
6500 status collapsed
6501
6502 \begin_layout Plain Layout
6503
6504
6505 \backslash
6506 spce 
6507 \end_layout
6508
6509 \end_inset
6510
6511 A
6512 \begin_inset ERT
6513 status collapsed
6514
6515 \begin_layout Plain Layout
6516
6517
6518 \backslash
6519 spce 
6520 \end_layout
6521
6522 \end_inset
6523
6524
6525 \backslash
6526 bigg>
6527 \backslash
6528 Bigg)^0,5
6529 \end_layout
6530
6531 \begin_layout Standard
6532 \align center
6533 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6534 \end_inset
6535
6536
6537 \end_layout
6538
6539 \begin_layout Standard
6540 Besides the 
6541 \series bold
6542
6543 \backslash
6544 big
6545 \series default
6546 -commands there is the variant 
6547 \series bold
6548
6549 \backslash
6550 bigm
6551 \series default
6552
6553 \begin_inset Index
6554 status collapsed
6555
6556 \begin_layout Plain Layout
6557 Commands ! B ! 
6558 \backslash
6559 bigm
6560 \end_layout
6561
6562 \end_inset
6563
6564  that adds a bit more space between the bracket and its content, and the
6565  variant 
6566 \series bold
6567
6568 \backslash
6569 bigl
6570 \series default
6571 -
6572 \series bold
6573
6574 \backslash
6575 bigr
6576 \series default
6577
6578 \begin_inset Index
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582 Commands ! B ! 
6583 \backslash
6584 bigl - 
6585 \backslash
6586 bigr
6587 \end_layout
6588
6589 \end_inset
6590
6591 , that don't add additional space.
6592  The 
6593 \emph on
6594 l
6595 \emph default
6596  at the end of the command 
6597 \series bold
6598
6599 \backslash
6600 bigl
6601 \series default
6602  is for a left bracket; for a right bracket this will be replaced by an
6603  
6604 \emph on
6605 r
6606 \emph default
6607 .
6608  A left or right bracket can each be an opening or closing bracket.
6609 \end_layout
6610
6611 \begin_layout Standard
6612 In the following table is a comparison of the variants:
6613 \end_layout
6614
6615 \begin_layout Standard
6616 \align center
6617 \begin_inset Tabular
6618 <lyxtabular version="3" rows="5" columns="2">
6619 <features>
6620 <column alignment="center" valignment="middle" width="0">
6621 <column alignment="center" valignment="middle" width="0">
6622 <row>
6623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 Command
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 Result
6637 \begin_inset Note Note
6638 status collapsed
6639
6640 \begin_layout Plain Layout
6641
6642 \series bold
6643
6644 \backslash
6645 raisebox
6646 \series default
6647  is only used as spacer.
6648 \end_layout
6649
6650 \end_inset
6651
6652
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 </row>
6658 <row>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663
6664 \backslash
6665 Bigm(
6666 \backslash
6667 bigm(
6668 \backslash
6669 ln(3x)
6670 \backslash
6671 bigm)^2
6672 \series bold
6673
6674 \begin_inset ERT
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678
6679
6680 \backslash
6681 spce 
6682 \end_layout
6683
6684 \end_inset
6685
6686
6687 \series default
6688
6689 \backslash
6690 Bigm)
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 </row>
6708 <row>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713
6714 \backslash
6715 Big(
6716 \backslash
6717 big(
6718 \backslash
6719 ln(3x)
6720 \backslash
6721 big)^2
6722 \series bold
6723
6724 \begin_inset ERT
6725 status collapsed
6726
6727 \begin_layout Plain Layout
6728
6729
6730 \backslash
6731 spce 
6732 \end_layout
6733
6734 \end_inset
6735
6736
6737 \series default
6738
6739 \backslash
6740 Big)
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6750 \end_inset
6751
6752
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 </row>
6758 <row>
6759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763
6764 \backslash
6765 Bigl(
6766 \backslash
6767 bigl(
6768 \backslash
6769 ln(3x)
6770 \backslash
6771 bigr)^2
6772 \series bold
6773
6774 \begin_inset ERT
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778
6779
6780 \backslash
6781 spce 
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \series default
6788
6789 \backslash
6790 Bigr)
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 </row>
6808 <row>
6809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \backslash
6815 bigl)
6816 \backslash
6817 ln(3x)
6818 \backslash
6819 bigr(
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 </row>
6837 </lyxtabular>
6838
6839 \end_inset
6840
6841
6842 \end_layout
6843
6844 \begin_layout Subsubsection
6845 Automatic Bracket Size
6846 \begin_inset CommandInset label
6847 LatexCommand label
6848 name "sub:Automatic-Bracket-Size"
6849
6850 \end_inset
6851
6852
6853 \begin_inset Index
6854 status collapsed
6855
6856 \begin_layout Plain Layout
6857 Bracket size ! automatic
6858 \end_layout
6859
6860 \end_inset
6861
6862
6863 \end_layout
6864
6865 \begin_layout Standard
6866 Brackets with variable size can be inserted with the commands 
6867 \series bold
6868
6869 \backslash
6870 left
6871 \series default
6872
6873 \begin_inset Index
6874 status collapsed
6875
6876 \begin_layout Plain Layout
6877 Commands ! L ! 
6878 \backslash
6879 left
6880 \end_layout
6881
6882 \end_inset
6883
6884  and 
6885 \series bold
6886
6887 \backslash
6888 right
6889 \series default
6890
6891 \begin_inset Index
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895 Commands ! R ! 
6896 \backslash
6897 right
6898 \end_layout
6899
6900 \end_inset
6901
6902  or via the math toolbar button 
6903 \begin_inset Graphics
6904         filename ../images/dialog-show_mathdelimiter.png
6905         scale 85
6906
6907 \end_inset
6908
6909 .
6910  Directly behind 
6911 \series bold
6912
6913 \backslash
6914 left
6915 \series default
6916  and 
6917 \series bold
6918
6919 \backslash
6920 right
6921 \series default
6922  the wanted bracket must be inserted.
6923  The bracket size will then automatically be calculated for the output.
6924 \end_layout
6925
6926 \begin_layout Standard
6927 \align center
6928 normal bracket: The command 
6929 \series bold
6930
6931 \backslash
6932 ln(
6933 \backslash
6934 frac
6935 \begin_inset ERT
6936 status collapsed
6937
6938 \begin_layout Plain Layout
6939
6940
6941 \backslash
6942 spce 
6943 \end_layout
6944
6945 \end_inset
6946
6947 A
6948 \begin_inset Formula $\downarrow$
6949 \end_inset
6950
6951 C
6952 \begin_inset ERT
6953 status collapsed
6954
6955 \begin_layout Plain Layout
6956
6957
6958 \backslash
6959 spce 
6960 \end_layout
6961
6962 \end_inset
6963
6964 )
6965 \series default
6966  creates
6967 \begin_inset Formula \[
6968 \ln(\frac{A}{C})\]
6969
6970 \end_inset
6971
6972
6973 \end_layout
6974
6975 \begin_layout Standard
6976 \align center
6977 multiline bracket: The command 
6978 \series bold
6979
6980 \backslash
6981 ln
6982 \backslash
6983 left(
6984 \backslash
6985 frac
6986 \begin_inset ERT
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990
6991
6992 \backslash
6993 spce 
6994 \end_layout
6995
6996 \end_inset
6997
6998 A
6999 \begin_inset Formula $\downarrow$
7000 \end_inset
7001
7002 C
7003 \begin_inset ERT
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007
7008
7009 \backslash
7010 spce 
7011 \end_layout
7012
7013 \end_inset
7014
7015
7016 \backslash
7017 right)
7018 \series default
7019  creates
7020 \begin_inset Formula \[
7021 \ln\left(\frac{A}{C}\right)\]
7022
7023 \end_inset
7024
7025
7026 \end_layout
7027
7028 \begin_layout Standard
7029 Instead of 
7030 \series bold
7031
7032 \backslash
7033 left
7034 \series default
7035  and 
7036 \series bold
7037
7038 \backslash
7039 right
7040 \series default
7041  the shortcut 
7042 \family sans
7043 Alt-m
7044 \begin_inset space ~
7045 \end_inset
7046
7047 bracket
7048 \family default
7049  can be used.
7050  This has the advantage that you can see in LyX immediately the real bracket
7051  size and that the matching right bracket will be created too.
7052 \begin_inset Newline newline
7053 \end_inset
7054
7055 The command for the last example would then be: 
7056 \series bold
7057
7058 \backslash
7059 ln Alt-m
7060 \series default
7061  
7062 \series bold
7063 (
7064 \backslash
7065 frac
7066 \begin_inset ERT
7067 status collapsed
7068
7069 \begin_layout Plain Layout
7070
7071
7072 \backslash
7073 spce 
7074 \end_layout
7075
7076 \end_inset
7077
7078 A
7079 \begin_inset Formula $\downarrow$
7080 \end_inset
7081
7082 C
7083 \end_layout
7084
7085 \begin_layout Standard
7086 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7087  For example the command 
7088 \series bold
7089
7090 \backslash
7091 left.
7092 \backslash
7093 frac
7094 \begin_inset ERT
7095 status collapsed
7096
7097 \begin_layout Plain Layout
7098
7099
7100 \backslash
7101 spce 
7102 \end_layout
7103
7104 \end_inset
7105
7106 A
7107 \begin_inset Formula $\downarrow$
7108 \end_inset
7109
7110 B
7111 \begin_inset ERT
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115
7116
7117 \backslash
7118 spce 
7119 \end_layout
7120
7121 \end_inset
7122
7123
7124 \backslash
7125 right}
7126 \series default
7127  creates:
7128 \series bold
7129
7130 \begin_inset Formula \[
7131 \left.\frac{A}{B}\right\} \]
7132
7133 \end_inset
7134
7135
7136 \series default
7137 The commands 
7138 \series bold
7139
7140 \backslash
7141 left
7142 \series default
7143  and 
7144 \series bold
7145
7146 \backslash
7147 right
7148 \series default
7149  will be converted by LyX to brackets in the right size when the document
7150  is reloaded and an omitted bracket will appear as dashed line.
7151 \end_layout
7152
7153 \begin_layout Standard
7154 \begin_inset VSpace bigskip
7155 \end_inset
7156
7157 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7158  the command 
7159 \series bold
7160
7161 \backslash
7162 middle
7163 \series default
7164
7165 \begin_inset Index
7166 status collapsed
7167
7168 \begin_layout Plain Layout
7169 Commands ! M ! 
7170 \backslash
7171 middle
7172 \end_layout
7173
7174 \end_inset
7175
7176  is additionally available for all brackets and limits.
7177  With this command the height of the following character is adapted to the
7178  one of the surrounding brackets, what is e.
7179 \begin_inset space \thinspace{}
7180 \end_inset
7181
7182 g.
7183 \begin_inset 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.
8610 \begin_inset space \thinspace{}
8611 \end_inset
8612
8613 g.
8614 \begin_inset space ~
8615 \end_inset
8616
8617 vector arrows are listed in 
8618 \begin_inset CommandInset ref
8619 LatexCommand ref
8620 reference "sec:Accents"
8621
8622 \end_inset
8623
8624 .
8625 \end_layout
8626
8627 \begin_layout Standard
8628 \begin_inset VSpace bigskip
8629 \end_inset
8630
8631 Furthermore there are the labeled arrows
8632 \begin_inset Index
8633 status collapsed
8634
8635 \begin_layout Plain Layout
8636 Arrows ! labeled
8637 \end_layout
8638
8639 \end_inset
8640
8641  
8642 \series bold
8643
8644 \backslash
8645 xleftarrow
8646 \series default
8647
8648 \begin_inset Index
8649 status collapsed
8650
8651 \begin_layout Plain Layout
8652 Commands ! X ! 
8653 \backslash
8654 xleftarrow
8655 \end_layout
8656
8657 \end_inset
8658
8659  and 
8660 \series bold
8661
8662 \backslash
8663 xrightarrow
8664 \series default
8665
8666 \begin_inset Index
8667 status collapsed
8668
8669 \begin_layout Plain Layout
8670 Commands ! X ! 
8671 \backslash
8672 xrightarrow
8673 \begin_inset ERT
8674 status collapsed
8675
8676 \begin_layout Plain Layout
8677
8678
8679 \backslash
8680 vspace{4mm}
8681 \end_layout
8682
8683 \end_inset
8684
8685
8686 \end_layout
8687
8688 \end_inset
8689
8690 .
8691  When inserting one of these commands in a formula, an arrow with two blue
8692  boxes appear where the label can be inserted.
8693  The length of the arrow adapts to the label width.
8694 \end_layout
8695
8696 \begin_layout Standard
8697 \align center
8698 \begin_inset Tabular
8699 <lyxtabular version="3" rows="3" columns="2">
8700 <features>
8701 <column alignment="center" valignment="top" width="0pt">
8702 <column alignment="center" valignment="top" width="0pt">
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 Command
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Result
8718 \begin_inset Note Note
8719 status collapsed
8720
8721 \begin_layout Plain Layout
8722
8723 \series bold
8724
8725 \backslash
8726 raisebox
8727 \series default
8728  is only used as spacer.
8729 \end_layout
8730
8731 \end_inset
8732
8733
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 F(a)
8745 \backslash
8746 xleftarrow
8747 \begin_inset ERT
8748 status collapsed
8749
8750 \begin_layout Plain Layout
8751
8752
8753 \backslash
8754 spce 
8755 \end_layout
8756
8757 \end_inset
8758
8759 x=a
8760 \begin_inset Formula $\downarrow$
8761 \end_inset
8762
8763 x>0
8764 \begin_inset Formula $\to$
8765 \end_inset
8766
8767 F(x)
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8777 \end_inset
8778
8779
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 F(x)
8791 \backslash
8792 xrightarrow
8793 \begin_inset ERT
8794 status collapsed
8795
8796 \begin_layout Plain Layout
8797
8798
8799 \backslash
8800 spce 
8801 \end_layout
8802
8803 \end_inset
8804
8805 x=a
8806 \begin_inset Formula $\downarrow$
8807 \end_inset
8808
8809 x>0
8810 \begin_inset Formula $\to$
8811 \end_inset
8812
8813 F(a)
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8823 \end_inset
8824
8825
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 </row>
8831 </lyxtabular>
8832
8833 \end_inset
8834
8835
8836 \end_layout
8837
8838 \begin_layout Subsection
8839 Vertical and diagonal Arrows
8840 \begin_inset Index
8841 status collapsed
8842
8843 \begin_layout Plain Layout
8844 Arrows ! diagonal
8845 \end_layout
8846
8847 \end_inset
8848
8849
8850 \begin_inset Index
8851 status collapsed
8852
8853 \begin_layout Plain Layout
8854 Arrows ! vertical
8855 \end_layout
8856
8857 \end_inset
8858
8859
8860 \end_layout
8861
8862 \begin_layout Standard
8863 \begin_inset space \hfill{}
8864 \end_inset
8865
8866
8867 \begin_inset Tabular
8868 <lyxtabular version="3" rows="7" columns="2">
8869 <features>
8870 <column alignment="center" valignment="top" width="0pt">
8871 <column alignment="center" valignment="top" width="0pt">
8872 <row>
8873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Command
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Result
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \backslash
8899 uparrow
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 \begin_inset Formula $\uparrow$
8909 \end_inset
8910
8911
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \backslash
8924 Uparrow
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 \begin_inset Formula $\Uparrow$
8934 \end_inset
8935
8936
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \backslash
8949 updownarrow
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 \begin_inset Formula $\updownarrow$
8959 \end_inset
8960
8961
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \backslash
8974 Updownarrow
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 \begin_inset Formula $\Updownarrow$
8984 \end_inset
8985
8986
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \backslash
8999 Downarrow
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 \begin_inset Formula $\Downarrow$
9009 \end_inset
9010
9011
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \backslash
9024 downarrow
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 \begin_inset Formula $\downarrow$
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 </lyxtabular>
9043
9044 \end_inset
9045
9046
9047 \begin_inset space \hfill{}
9048 \end_inset
9049
9050
9051 \begin_inset Tabular
9052 <lyxtabular version="3" rows="5" columns="2">
9053 <features>
9054 <column alignment="center" valignment="top" width="0pt">
9055 <column alignment="center" valignment="top" width="0pt">
9056 <row>
9057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Command
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Result
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \backslash
9083 nearrow
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 \begin_inset Formula $\nearrow$
9093 \end_inset
9094
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \backslash
9108 searrow
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 \begin_inset Formula $\searrow$
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \backslash
9133 swarrow
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 \begin_inset Formula $\swarrow$
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \backslash
9158 nwarrow
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 \begin_inset Formula $\nwarrow$
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 </lyxtabular>
9177
9178 \end_inset
9179
9180
9181 \begin_inset space \hfill{}
9182 \end_inset
9183
9184
9185 \end_layout
9186
9187 \begin_layout Standard
9188 \begin_inset VSpace medskip
9189 \end_inset
9190
9191 Vertical arrows can be used also as delimiter together with the commands
9192  described in 
9193 \begin_inset CommandInset ref
9194 LatexCommand ref
9195 reference "sub:Manual-Bracket-Size"
9196
9197 \end_inset
9198
9199  and 
9200 \begin_inset CommandInset ref
9201 LatexCommand ref
9202 reference "sub:Automatic-Bracket-Size"
9203
9204 \end_inset
9205
9206 .
9207 \end_layout
9208
9209 \begin_layout Standard
9210 \begin_inset Newpage newpage
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \begin_layout Section
9217 Accents
9218 \begin_inset CommandInset label
9219 LatexCommand label
9220 name "sec:Accents"
9221
9222 \end_inset
9223
9224
9225 \begin_inset Index
9226 status collapsed
9227
9228 \begin_layout Plain Layout
9229 Accents
9230 \end_layout
9231
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \begin_layout Standard
9238 Accents can be inserted via the math toolbar button 
9239 \begin_inset Graphics
9240         filename ../images/math/hat.png
9241         scale 85
9242
9243 \end_inset
9244
9245  or the commands listed in the following subsections.
9246 \end_layout
9247
9248 \begin_layout Subsection
9249 Accents for one Character
9250 \begin_inset ERT
9251 status collapsed
9252
9253 \begin_layout Plain Layout
9254
9255
9256 \backslash
9257 texorpdfstring{
9258 \end_layout
9259
9260 \end_inset
9261
9262
9263 \begin_inset Foot
9264 status collapsed
9265
9266 \begin_layout Plain Layout
9267 accents in text see 
9268 \begin_inset CommandInset ref
9269 LatexCommand ref
9270 reference "sub:Accents-in-Text"
9271
9272 \end_inset
9273
9274
9275 \end_layout
9276
9277 \end_inset
9278
9279
9280 \begin_inset ERT
9281 status collapsed
9282
9283 \begin_layout Plain Layout
9284
9285 }{}
9286 \end_layout
9287
9288 \end_inset
9289
9290
9291 \begin_inset Note Note
9292 status collapsed
9293
9294 \begin_layout Plain Layout
9295
9296 \backslash
9297 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9298 \end_layout
9299
9300 \begin_layout Plain Layout
9301 More about 
9302 \backslash
9303 texorpdfstring is in section 
9304 \begin_inset CommandInset ref
9305 LatexCommand ref
9306 reference "sub:Formulas-in-Section"
9307
9308 \end_inset
9309
9310 .
9311 \end_layout
9312
9313 \end_inset
9314
9315
9316 \begin_inset CommandInset label
9317 LatexCommand label
9318 name "sub:Accents-for-one"
9319
9320 \end_inset
9321
9322
9323 \begin_inset Index
9324 status collapsed
9325
9326 \begin_layout Plain Layout
9327 Accents ! for one character
9328 \end_layout
9329
9330 \end_inset
9331
9332
9333 \end_layout
9334
9335 \begin_layout Standard
9336 \begin_inset space \hfill{}
9337 \end_inset
9338
9339
9340 \begin_inset Tabular
9341 <lyxtabular version="3" rows="8" columns="2">
9342 <features>
9343 <column alignment="center" valignment="top" width="0pt">
9344 <column alignment="center" valignment="top" width="0pt">
9345 <row>
9346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 Command
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Result
9360 \begin_inset Note Note
9361 status collapsed
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366
9367 \backslash
9368 raisebox
9369 \series default
9370  is only used as spacer.
9371 \end_layout
9372
9373 \end_inset
9374
9375
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \backslash
9388 dot
9389 \begin_inset ERT
9390 status collapsed
9391
9392 \begin_layout Plain Layout
9393
9394
9395 \backslash
9396 spce 
9397 \end_layout
9398
9399 \end_inset
9400
9401 A
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9411 \end_inset
9412
9413
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \backslash
9426 ddot
9427 \begin_inset ERT
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431
9432
9433 \backslash
9434 spce 
9435 \end_layout
9436
9437 \end_inset
9438
9439 A
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9449 \end_inset
9450
9451
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 </row>
9457 <row>
9458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \backslash
9464 dddot
9465 \begin_inset ERT
9466 status collapsed
9467
9468 \begin_layout Plain Layout
9469
9470
9471 \backslash
9472 spce 
9473 \end_layout
9474
9475 \end_inset
9476
9477 A
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9487 \end_inset
9488
9489
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \backslash
9502 ddddot{A
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \backslash
9527 vec
9528 \begin_inset ERT
9529 status collapsed
9530
9531 \begin_layout Plain Layout
9532
9533
9534 \backslash
9535 spce 
9536 \end_layout
9537
9538 \end_inset
9539
9540 A
9541 \begin_inset Index
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545 Vectors
9546 \end_layout
9547
9548 \end_inset
9549
9550
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row>
9569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \backslash
9575 bar
9576 \begin_inset ERT
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580
9581
9582 \backslash
9583 spce 
9584 \end_layout
9585
9586 \end_inset
9587
9588 A
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 <row>
9607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \backslash
9613 mathring
9614 \begin_inset ERT
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618
9619
9620 \backslash
9621 spce 
9622 \end_layout
9623
9624 \end_inset
9625
9626 A
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9636 \end_inset
9637
9638
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 </row>
9644 </lyxtabular>
9645
9646 \end_inset
9647
9648
9649 \begin_inset space \hfill{}
9650 \end_inset
9651
9652
9653 \begin_inset Tabular
9654 <lyxtabular version="3" rows="7" columns="2">
9655 <features>
9656 <column alignment="center" valignment="top" width="0pt">
9657 <column alignment="center" valignment="top" width="0pt">
9658 <row>
9659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 Command
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 Result
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 </row>
9678 <row>
9679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \backslash
9685 tilde
9686 \begin_inset ERT
9687 status collapsed
9688
9689 \begin_layout Plain Layout
9690
9691
9692 \backslash
9693 spce 
9694 \end_layout
9695
9696 \end_inset
9697
9698 A
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 <row>
9717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \backslash
9723 hat
9724 \begin_inset ERT
9725 status collapsed
9726
9727 \begin_layout Plain Layout
9728
9729
9730 \backslash
9731 spce 
9732 \end_layout
9733
9734 \end_inset
9735
9736 A
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9746 \end_inset
9747
9748
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row>
9755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \backslash
9761 check
9762 \begin_inset ERT
9763 status collapsed
9764
9765 \begin_layout Plain Layout
9766
9767
9768 \backslash
9769 spce 
9770 \end_layout
9771
9772 \end_inset
9773
9774 A
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9784 \end_inset
9785
9786
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 </row>
9792 <row>
9793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \backslash
9799 acute
9800 \begin_inset ERT
9801 status collapsed
9802
9803 \begin_layout Plain Layout
9804
9805
9806 \backslash
9807 spce 
9808 \end_layout
9809
9810 \end_inset
9811
9812 A
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row>
9831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \backslash
9837 grave
9838 \begin_inset ERT
9839 status collapsed
9840
9841 \begin_layout Plain Layout
9842
9843
9844 \backslash
9845 spce 
9846 \end_layout
9847
9848 \end_inset
9849
9850 A
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 <row>
9869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \backslash
9875 breve
9876 \begin_inset ERT
9877 status collapsed
9878
9879 \begin_layout Plain Layout
9880
9881
9882 \backslash
9883 spce 
9884 \end_layout
9885
9886 \end_inset
9887
9888 A
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9898 \end_inset
9899
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 </lyxtabular>
9907
9908 \end_inset
9909
9910
9911 \begin_inset space \hfill{}
9912 \end_inset
9913
9914
9915 \end_layout
9916
9917 \begin_layout Standard
9918 \begin_inset VSpace bigskip
9919 \end_inset
9920
9921 To create umlauts
9922 \begin_inset Index
9923 status collapsed
9924
9925 \begin_layout Plain Layout
9926 Umlauts
9927 \end_layout
9928
9929 \end_inset
9930
9931  in formulas, a quotation mark is inserted before the vowel.
9932  These two characters are then treated by LaTeX as 
9933 \emph on
9934 one
9935 \emph default
9936  character when the formula part with the umlaut is marked as German.
9937  In contrary to 
9938 \series bold
9939
9940 \backslash
9941 ddot
9942 \series default
9943 , with this method 
9944 \begin_inset Quotes eld
9945 \end_inset
9946
9947 real
9948 \begin_inset Quotes erd
9949 \end_inset
9950
9951  umlauts are created as demonstrated in the following example:
9952 \end_layout
9953
9954 \begin_layout Standard
9955 \begin_inset VSpace -2mm
9956 \end_inset
9957
9958
9959 \end_layout
9960
9961 \begin_layout Standard
9962 \align center
9963 \begin_inset Tabular
9964 <lyxtabular version="3" rows="3" columns="2">
9965 <features>
9966 <column alignment="center" valignment="top" width="0">
9967 <column alignment="center" valignment="top" width="0">
9968 <row>
9969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 Command
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 Result
9983 \begin_inset Note Note
9984 status collapsed
9985
9986 \begin_layout Plain Layout
9987
9988 \series bold
9989
9990 \backslash
9991 raisebox
9992 \series default
9993  and the 0
9994 \begin_inset space \thinspace{}
9995 \end_inset
9996
9997 pt space are only used as spacer.
9998 \end_layout
9999
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row>
10009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \lang ngerman
10015 \begin_inset Quotes grd
10016 \end_inset
10017
10018 i
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 \begin_inset space \hspace{}
10028 \length 0pt
10029 \end_inset
10030
10031
10032 \lang ngerman
10033
10034 \begin_inset Formula $"i$
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row>
10044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \backslash
10050 ddot
10051 \begin_inset ERT
10052 status collapsed
10053
10054 \begin_layout Plain Layout
10055
10056
10057 \backslash
10058 spce 
10059 \end_layout
10060
10061 \end_inset
10062
10063 i
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10073 \end_inset
10074
10075
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 </row>
10081 </lyxtabular>
10082
10083 \end_inset
10084
10085
10086 \end_layout
10087
10088 \begin_layout Standard
10089 Another advantage to 
10090 \series bold
10091
10092 \backslash
10093 ddot
10094 \series default
10095  is that umlauts can directly be converted to mathematical text because
10096  the accent commands above are 
10097 \emph on
10098 not allowed
10099 \emph default
10100  
10101 \emph on
10102 in mathematical text
10103 \emph default
10104 .
10105  To convert an accented character to mathematical text, only the character
10106  under the accent may be converted.
10107  This applies also for all other conversions, e.
10108 \begin_inset space \thinspace{}
10109 \end_inset
10110
10111 g.
10112 \begin_inset space ~
10113 \end_inset
10114
10115 to italic or bold.
10116 \end_layout
10117
10118 \begin_layout Standard
10119 In mathematical text, umlauts and other accented characters can directly
10120  be inserted.
10121 \end_layout
10122
10123 \begin_layout Subsection
10124 Accents for Operators
10125 \begin_inset Index
10126 status collapsed
10127
10128 \begin_layout Plain Layout
10129 Accents ! for operators
10130 \end_layout
10131
10132 \end_inset
10133
10134
10135 \end_layout
10136
10137 \begin_layout Standard
10138 With the commands 
10139 \series bold
10140
10141 \backslash
10142 overset
10143 \series default
10144
10145 \begin_inset Index
10146 status collapsed
10147
10148 \begin_layout Plain Layout
10149 Commands ! O ! 
10150 \backslash
10151 overset
10152 \end_layout
10153
10154 \end_inset
10155
10156  and 
10157 \series bold
10158
10159 \backslash
10160 underset
10161 \series default
10162
10163 \begin_inset Index
10164 status collapsed
10165
10166 \begin_layout Plain Layout
10167 Commands ! U ! 
10168 \backslash
10169 underset
10170 \end_layout
10171
10172 \end_inset
10173
10174  characters can be placed above or below an operator, respectively, to accent
10175  it.
10176  With the command 
10177 \series bold
10178
10179 \backslash
10180 sideset
10181 \series default
10182
10183 \begin_inset Index
10184 status collapsed
10185
10186 \begin_layout Plain Layout
10187 Commands ! S ! 
10188 \backslash
10189 sideset
10190 \end_layout
10191
10192 \end_inset
10193
10194  characters can be set before and behind an operator.
10195  The command scheme is:
10196 \end_layout
10197
10198 \begin_layout Standard
10199
10200 \series bold
10201
10202 \backslash
10203 sideset{character
10204 \series default
10205  
10206 \series bold
10207 before}{character
10208 \series default
10209  
10210 \series bold
10211 behind}
10212 \end_layout
10213
10214 \begin_layout Standard
10215
10216 \series bold
10217
10218 \backslash
10219 sideset
10220 \series default
10221  must always be before the operator that should be accented.
10222  You can accent with several characters and even with other operators and
10223  symbols.
10224  To place with 
10225 \series bold
10226
10227 \backslash
10228 sideset
10229 \series default
10230  for example only characters behind an operator, write nothing between the
10231  first braces but don't omit the braces.
10232 \end_layout
10233
10234 \begin_layout Standard
10235 For example the command 
10236 \series bold
10237
10238 \backslash
10239 sideset{
10240 \begin_inset Formula $\to$
10241 \end_inset
10242
10243
10244 \backslash
10245 {
10246 \series default
10247 '
10248 \series bold
10249
10250 \begin_inset Formula $\to$
10251 \end_inset
10252
10253
10254 \backslash
10255 sum_k=1
10256 \begin_inset ERT
10257 status collapsed
10258
10259 \begin_layout Plain Layout
10260
10261
10262 \backslash
10263 spce 
10264 \end_layout
10265
10266 \end_inset
10267
10268
10269 \series default
10270 ^
10271 \series bold
10272 n
10273 \series default
10274  produces:
10275 \begin_inset Formula \[
10276 \sideset{}{'}\sum_{k=1}^{n}\]
10277
10278 \end_inset
10279
10280
10281 \end_layout
10282
10283 \begin_layout Standard
10284 The command 
10285 \series bold
10286
10287 \backslash
10288 overset
10289 \begin_inset ERT
10290 status collapsed
10291
10292 \begin_layout Plain Layout
10293
10294
10295 \backslash
10296 spce 
10297 \end_layout
10298
10299 \end_inset
10300
10301
10302 \backslash
10303 maltese
10304 \begin_inset ERT
10305 status collapsed
10306
10307 \begin_layout Plain Layout
10308
10309
10310 \backslash
10311 spce 
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \series default
10318
10319 \begin_inset Formula $\uparrow$
10320 \end_inset
10321
10322
10323 \series bold
10324 a
10325 \series default
10326  produces:
10327 \begin_inset Formula \[
10328 \overset{a}{\maltese}\]
10329
10330 \end_inset
10331
10332 As seen in the last example, with 
10333 \series bold
10334
10335 \backslash
10336 overset
10337 \series default
10338  and 
10339 \series bold
10340
10341 \backslash
10342 underset
10343 \series default
10344  also symbols and characters can be accented; with 
10345 \series bold
10346
10347 \backslash
10348 sideset
10349 \series default
10350  this is not possible.
10351 \end_layout
10352
10353 \begin_layout Subsection
10354 Accents for several Characters
10355 \begin_inset Index
10356 status collapsed
10357
10358 \begin_layout Plain Layout
10359 Accents ! for several characters
10360 \end_layout
10361
10362 \end_inset
10363
10364
10365 \end_layout
10366
10367 \begin_layout Standard
10368 \begin_inset space \hfill{}
10369 \end_inset
10370
10371
10372 \begin_inset Tabular
10373 <lyxtabular version="3" rows="5" columns="2">
10374 <features>
10375 <column alignment="center" valignment="top" width="0pt">
10376 <column alignment="center" valignment="top" width="0pt">
10377 <row>
10378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Command
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Result
10392 \begin_inset Note Note
10393 status collapsed
10394
10395 \begin_layout Plain Layout
10396
10397 \series bold
10398
10399 \backslash
10400 raisebox
10401 \series default
10402  is only used as spacer.
10403 \end_layout
10404
10405 \end_inset
10406
10407
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 </row>
10413 <row>
10414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418
10419 \backslash
10420 overleftarrow
10421 \begin_inset ERT
10422 status collapsed
10423
10424 \begin_layout Plain Layout
10425
10426
10427 \backslash
10428 spce 
10429 \end_layout
10430
10431 \end_inset
10432
10433 A=B
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10443 \end_inset
10444
10445
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \backslash
10458 underleftarrow
10459 \begin_inset ERT
10460 status collapsed
10461
10462 \begin_layout Plain Layout
10463
10464
10465 \backslash
10466 spce 
10467 \end_layout
10468
10469 \end_inset
10470
10471 A=B
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \backslash
10496 overleftrightarrow
10497 \begin_inset ERT
10498 status collapsed
10499
10500 \begin_layout Plain Layout
10501
10502
10503 \backslash
10504 spce 
10505 \end_layout
10506
10507 \end_inset
10508
10509 A=B
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10519 \end_inset
10520
10521
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \backslash
10534 underleftrightarrow
10535 \begin_inset ERT
10536 status collapsed
10537
10538 \begin_layout Plain Layout
10539
10540
10541 \backslash
10542 spce 
10543 \end_layout
10544
10545 \end_inset
10546
10547 A=B
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10557 \end_inset
10558
10559
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 </lyxtabular>
10566
10567 \end_inset
10568
10569
10570 \begin_inset space \hfill{}
10571 \end_inset
10572
10573
10574 \begin_inset Tabular
10575 <lyxtabular version="3" rows="5" columns="2">
10576 <features>
10577 <column alignment="center" valignment="top" width="0pt">
10578 <column alignment="center" valignment="top" width="0pt">
10579 <row>
10580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 Command
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 Result
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 </row>
10599 <row>
10600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604
10605 \backslash
10606 overrightarrow
10607 \begin_inset ERT
10608 status collapsed
10609
10610 \begin_layout Plain Layout
10611
10612
10613 \backslash
10614 spce 
10615 \end_layout
10616
10617 \end_inset
10618
10619 A=B
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10629 \end_inset
10630
10631
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \backslash
10644 underrightarrow
10645 \begin_inset ERT
10646 status collapsed
10647
10648 \begin_layout Plain Layout
10649
10650
10651 \backslash
10652 spce 
10653 \end_layout
10654
10655 \end_inset
10656
10657 A=B
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10667 \end_inset
10668
10669
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row>
10676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \backslash
10682 widetilde
10683 \begin_inset ERT
10684 status collapsed
10685
10686 \begin_layout Plain Layout
10687
10688
10689 \backslash
10690 spce 
10691 \end_layout
10692
10693 \end_inset
10694
10695 A=B
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \backslash
10720 widehat
10721 \begin_inset ERT
10722 status collapsed
10723
10724 \begin_layout Plain Layout
10725
10726
10727 \backslash
10728 spce 
10729 \end_layout
10730
10731 \end_inset
10732
10733 A=B
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10743 \end_inset
10744
10745
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 </lyxtabular>
10752
10753 \end_inset
10754
10755
10756 \begin_inset space \hfill{}
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \begin_layout Standard
10763 \begin_inset VSpace medskip
10764 \end_inset
10765
10766 With these commands as many characters as you like can be accented.
10767  But the accents 
10768 \series bold
10769
10770 \backslash
10771 widetilde
10772 \series default
10773  and 
10774 \series bold
10775
10776 \backslash
10777 widehat
10778 \series default
10779  will only be set in the output with a length of three characters, as shown
10780  in the following example:
10781 \begin_inset Formula \[
10782 \widetilde{A+B=C-D}\]
10783
10784 \end_inset
10785
10786
10787 \end_layout
10788
10789 \begin_layout Standard
10790 With the commands 
10791 \series bold
10792
10793 \backslash
10794 overset
10795 \series default
10796
10797 \begin_inset Index
10798 status collapsed
10799
10800 \begin_layout Plain Layout
10801 Commands ! O ! 
10802 \backslash
10803 overset
10804 \end_layout
10805
10806 \end_inset
10807
10808  and 
10809 \series bold
10810
10811 \backslash
10812 underset
10813 \series default
10814
10815 \begin_inset Index
10816 status collapsed
10817
10818 \begin_layout Plain Layout
10819 Commands ! U ! 
10820 \backslash
10821 underset
10822 \end_layout
10823
10824 \end_inset
10825
10826  described in the previous subsection it is also possible to accent several
10827  characters.
10828  The command 
10829 \series bold
10830
10831 \backslash
10832 underset
10833 \begin_inset ERT
10834 status collapsed
10835
10836 \begin_layout Plain Layout
10837
10838
10839 \backslash
10840 spce 
10841 \end_layout
10842
10843 \end_inset
10844
10845 A=B
10846 \begin_inset Formula $\downarrow$
10847 \end_inset
10848
10849 ***
10850 \series default
10851  creates:
10852 \begin_inset Formula \[
10853 \underset{***}{A=B}\]
10854
10855 \end_inset
10856
10857
10858 \end_layout
10859
10860 \begin_layout Section
10861 Space
10862 \begin_inset CommandInset label
10863 LatexCommand label
10864 name "sub:Space"
10865
10866 \end_inset
10867
10868
10869 \begin_inset Index
10870 status collapsed
10871
10872 \begin_layout Plain Layout
10873 Space ! horizontal
10874 \end_layout
10875
10876 \end_inset
10877
10878
10879 \end_layout
10880
10881 \begin_layout Subsection
10882 Predefined Space
10883 \begin_inset CommandInset label
10884 LatexCommand label
10885 name "sub:Predefined-Space"
10886
10887 \end_inset
10888
10889
10890 \begin_inset Index
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894 Space ! horizontal ! predefined
10895 \end_layout
10896
10897 \end_inset
10898
10899
10900 \end_layout
10901
10902 \begin_layout Standard
10903 Sometimes it is necessary to insert horizontal space to a formula.
10904  This is done by inserting a protected space (shortcut 
10905 \family sans
10906 Ctrl-Space
10907 \family default
10908 ).
10909  A blue 
10910 \begin_inset Quotes eld
10911 \end_inset
10912
10913
10914 \series bold
10915 \color blue
10916
10917 \begin_inset ERT
10918 status collapsed
10919
10920 \begin_layout Plain Layout
10921
10922
10923 \backslash
10924 spce 
10925 \end_layout
10926
10927 \end_inset
10928
10929
10930 \series default
10931 \color inherit
10932
10933 \begin_inset Quotes erd
10934 \end_inset
10935
10936  appears and by pressing 
10937 \family sans
10938 Space
10939 \family default
10940  several times one can select one of eight different space sizes.
10941  The spaces can also be inserted using the math toolbar button 
10942 \begin_inset Graphics
10943         filename ../images/math/space.png
10944         scale 85
10945
10946 \end_inset
10947
10948  or special commands.
10949  Independent from the inserted command, one can select the size again by
10950  pressing 
10951 \family sans
10952 Space
10953 \family default
10954  afterwards.
10955 \end_layout
10956
10957 \begin_layout Standard
10958 \noindent
10959 \align center
10960 \begin_inset VSpace -5mm
10961 \end_inset
10962
10963
10964 \begin_inset Tabular
10965 <lyxtabular version="3" rows="3" columns="7">
10966 <features>
10967 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top" width="0">
10973 <column alignment="center" valignment="top" width="0">
10974 <row>
10975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Command
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \backslash
10990 ,
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \backslash
11001 :
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \backslash
11012 ;
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \backslash
11023 quad
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \backslash
11034 qquad
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \backslash
11045 !
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 Number of 
11057 \family sans
11058 Space
11059 \family default
11060  keystrokes after inserting the protected space
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 0
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 1
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 2
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 3
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 4
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 5
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Result
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 \begin_inset Formula $A\, B$
11135 \end_inset
11136
11137
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 \begin_inset Formula $A\: B$
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 \begin_inset Formula $A\; B$
11159 \end_inset
11160
11161
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 \begin_inset Formula $A\quad B$
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 \begin_inset Formula $A\qquad B$
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 \begin_inset Formula $A\! B$
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 </row>
11203 </lyxtabular>
11204
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \begin_layout Standard
11211 The last size seem to produce no space.
11212  It is displayed red in LyX contrary to the other sizes, because it is a
11213  negative space.
11214  There are two more negative spaces:
11215 \end_layout
11216
11217 \begin_layout Standard
11218 \align center
11219 \begin_inset Tabular
11220 <lyxtabular version="3" rows="3" columns="3">
11221 <features>
11222 <column alignment="center" valignment="middle" width="6.8cm">
11223 <column alignment="center" valignment="top" width="0pt">
11224 <column alignment="center" valignment="top" width="0pt">
11225 <row>
11226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 Command
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239
11240 \backslash
11241 negmedspace
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250
11251 \backslash
11252 negthickspace
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 <row>
11259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 Number of 
11264 \family sans
11265 Space
11266 \family default
11267  keystrokes after inserting the protected space
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 6
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 7
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 </row>
11291 <row>
11292 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 Result
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 \begin_inset Formula $A\negmedspace B$
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 \begin_inset Formula $A\negthickspace B$
11318 \end_inset
11319
11320
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 </lyxtabular>
11327
11328 \end_inset
11329
11330
11331 \end_layout
11332
11333 \begin_layout Standard
11334 Negative spaces can lead to characters overlapping each other.
11335  Thus they can be used to enforce ligatures, what is e.
11336 \begin_inset space \thinspace{}
11337 \end_inset
11338
11339 g.
11340 \begin_inset space ~
11341 \end_inset
11342
11343 useful for summation operators: 
11344 \end_layout
11345
11346 \begin_layout Standard
11347 \align center
11348 \begin_inset Tabular
11349 <lyxtabular version="3" rows="3" columns="2">
11350 <features>
11351 <column alignment="center" valignment="top" width="0">
11352 <column alignment="center" valignment="top" width="0">
11353 <row>
11354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 Command
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 Result
11368 \begin_inset Note Note
11369 status collapsed
11370
11371 \begin_layout Plain Layout
11372
11373 \series bold
11374
11375 \backslash
11376 raisebox
11377 \series default
11378  is only used as spacer.
11379 \end_layout
11380
11381 \end_inset
11382
11383
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394
11395 \backslash
11396 sum
11397 \backslash
11398 sum
11399 \begin_inset ERT
11400 status collapsed
11401
11402 \begin_layout Plain Layout
11403
11404
11405 \backslash
11406 spce 
11407 \end_layout
11408
11409 \end_inset
11410
11411 f_kl
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11421 \end_inset
11422
11423
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434
11435 \backslash
11436 sum
11437 \backslash
11438 negmedspace
11439 \backslash
11440 sum
11441 \begin_inset ERT
11442 status collapsed
11443
11444 \begin_layout Plain Layout
11445
11446
11447 \backslash
11448 spce 
11449 \end_layout
11450
11451 \end_inset
11452
11453 f_kl
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 </lyxtabular>
11472
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \begin_layout Standard
11479 Relations like for example equal signs, are always surrounded by space.
11480  To suppress this, the equal sign is placed into a TeX-brace.
11481  The following example demonstrates this:
11482 \end_layout
11483
11484 \begin_layout Standard
11485 \align center
11486 \begin_inset Tabular
11487 <lyxtabular version="3" rows="2" columns="2">
11488 <features>
11489 <column alignment="center" valignment="top" width="0pt">
11490 <column alignment="center" valignment="top" width="0pt">
11491 <row>
11492 <cell alignment="center" valignment="top" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 normal equation
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 <cell alignment="center" valignment="top" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 \begin_inset Formula $A=B$
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 </row>
11514 <row>
11515 <cell alignment="center" valignment="top" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 \begin_inset Note Note
11520 status collapsed
11521
11522 \begin_layout Plain Layout
11523
11524 \series bold
11525
11526 \backslash
11527 raisebox
11528 \series default
11529  is only used as spacer.
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \begin_inset Formula $\raisebox{5mm}{}$
11536 \end_inset
11537
11538 equation without space
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 \begin_inset Formula $A{=}B$
11548 \end_inset
11549
11550
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 </row>
11556 </lyxtabular>
11557
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \begin_layout Standard
11564 \noindent
11565 The command for the last formula is: 
11566 \series bold
11567 A
11568 \backslash
11569 {=
11570 \begin_inset Formula $\to$
11571 \end_inset
11572
11573 B
11574 \end_layout
11575
11576 \begin_layout Standard
11577 \begin_inset VSpace bigskip
11578 \end_inset
11579
11580 Spaces are needed for physical units, because the space between the value
11581  and the unit is the smallest one and not a normal space.
11582  For units in text, the smallest space is inserted via the menu 
11583 \family sans
11584 Insert\SpecialChar \menuseparator
11585 Formatting\SpecialChar \menuseparator
11586 Thin
11587 \begin_inset space ~
11588 \end_inset
11589
11590 Space
11591 \family default
11592  (shortcut 
11593 \family sans
11594 Ctrl-Shift-Space
11595 \family default
11596 ).
11597 \end_layout
11598
11599 \begin_layout Standard
11600 An example to visualize the difference:
11601 \end_layout
11602
11603 \begin_layout Standard
11604 \begin_inset Tabular
11605 <lyxtabular version="3" rows="2" columns="2">
11606 <features>
11607 <column alignment="left" valignment="top" width="0">
11608 <column alignment="left" valignment="top" width="0">
11609 <row>
11610 <cell alignment="center" valignment="top" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 24 kW
11615 \begin_inset Formula $\cdot$
11616 \end_inset
11617
11618 h
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 space between value and unit
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 </row>
11633 <row>
11634 <cell alignment="center" valignment="top" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 24
11639 \begin_inset space \thinspace{}
11640 \end_inset
11641
11642 kW
11643 \begin_inset Formula $\cdot$
11644 \end_inset
11645
11646 h
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 smallest space between value and unit
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 </lyxtabular>
11662
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \begin_layout Subsection
11669 Variable Space
11670 \begin_inset ERT
11671 status collapsed
11672
11673 \begin_layout Plain Layout
11674
11675
11676 \backslash
11677 texorpdfstring{
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \begin_inset Foot
11684 status collapsed
11685
11686 \begin_layout Plain Layout
11687 for vertical space in formulas see 
11688 \begin_inset CommandInset ref
11689 LatexCommand ref
11690 reference "sub:Line-Separation"
11691
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \begin_inset ERT
11701 status collapsed
11702
11703 \begin_layout Plain Layout
11704
11705 }{}
11706 \end_layout
11707
11708 \end_inset
11709
11710
11711 \begin_inset Note Note
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716 \backslash
11717 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11718 \end_layout
11719
11720 \begin_layout Plain Layout
11721 More about 
11722 \backslash
11723 texorpdfstring is in section 
11724 \begin_inset CommandInset ref
11725 LatexCommand ref
11726 reference "sub:Formulas-in-Section"
11727
11728 \end_inset
11729
11730 .
11731 \end_layout
11732
11733 \end_inset
11734
11735
11736 \begin_inset CommandInset label
11737 LatexCommand label
11738 name "sub:Variable-Space"
11739
11740 \end_inset
11741
11742
11743 \begin_inset Index
11744 status collapsed
11745
11746 \begin_layout Plain Layout
11747 Space ! horizontal ! variable
11748 \end_layout
11749
11750 \end_inset
11751
11752
11753 \end_layout
11754
11755 \begin_layout Standard
11756 Space with a defined length can be inserted in LyX with the command
11757 \begin_inset Newline newline
11758 \end_inset
11759
11760
11761 \series bold
11762
11763 \backslash
11764 hspace{length}
11765 \series default
11766
11767 \begin_inset Index
11768 status collapsed
11769
11770 \begin_layout Plain Layout
11771 Commands ! H ! 
11772 \backslash
11773 hspace
11774 \end_layout
11775
11776 \end_inset
11777
11778 .
11779  For the length all units listed in 
11780 \begin_inset CommandInset ref
11781 LatexCommand ref
11782 reference "tab:Available-units"
11783
11784 \end_inset
11785
11786  are allowed, except of the unit 
11787 \begin_inset Quotes eld
11788 \end_inset
11789
11790 mu
11791 \begin_inset Quotes erd
11792 \end_inset
11793
11794 .
11795  The length may also be negative.
11796  To insert so many space that the formula uses all available space, the
11797  command 
11798 \series bold
11799
11800 \backslash
11801 hfill
11802 \series default
11803
11804 \begin_inset Index
11805 status collapsed
11806
11807 \begin_layout Plain Layout
11808 Commands ! H ! 
11809 \backslash
11810 hfill
11811 \end_layout
11812
11813 \end_inset
11814
11815  is used.
11816 \end_layout
11817
11818 \begin_layout Standard
11819 \begin_inset VSpace -1mm
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \align center
11827 \begin_inset Tabular
11828 <lyxtabular version="3" rows="4" columns="2">
11829 <features>
11830 <column alignment="center" valignment="top" width="0">
11831 <column alignment="center" valignment="top" width="0">
11832 <row>
11833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 Command
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 Result
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 </row>
11852 <row>
11853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 A=B
11858 \backslash
11859 hspace{3cm
11860 \begin_inset Formula $\to$
11861 \end_inset
11862
11863 A
11864 \backslash
11865 not=C
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 <row>
11884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 A
11889 \backslash
11890 hspace{-1mm
11891 \begin_inset Formula $\to$
11892 \end_inset
11893
11894 A
11895 \backslash
11896 not=A
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 A=A
11920 \backslash
11921 hfill
11922 \begin_inset ERT
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926
11927
11928 \backslash
11929 spce 
11930 \end_layout
11931
11932 \end_inset
11933
11934 B=B
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 \begin_inset Formula $A=A\hfill B=B$
11944 \end_inset
11945
11946
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 </row>
11952 </lyxtabular>
11953
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Standard
11960 In the last example the available space is given by the longest column entry
11961  of the table.
11962  In an inline formula the space depends on the length of the line in which
11963  
11964 \series bold
11965
11966 \backslash
11967 hfill
11968 \series default
11969  is inserted.
11970  Thus, when the line uses the full width, no space will be created.
11971  
11972 \series bold
11973
11974 \backslash
11975 hfill
11976 \series default
11977  only has an effect on displayed formulas when the formula style 
11978 \series bold
11979 Indented
11980 \series default
11981  is used.
11982  (Formula styles are explained in 
11983 \begin_inset CommandInset ref
11984 LatexCommand ref
11985 reference "sec:Formula-Styles"
11986
11987 \end_inset
11988
11989 .)
11990 \end_layout
11991
11992 \begin_layout Standard
11993 Besides 
11994 \series bold
11995
11996 \backslash
11997 hfill
11998 \series default
11999 , there are the commands 
12000 \series bold
12001
12002 \backslash
12003 dotfill
12004 \series default
12005  and 
12006 \series bold
12007
12008 \backslash
12009 hrulefill
12010 \series default
12011  that fill the space with a pattern, see 
12012 \begin_inset CommandInset ref
12013 LatexCommand ref
12014 reference "sub:Ellipses"
12015
12016 \end_inset
12017
12018  for an example.
12019 \end_layout
12020
12021 \begin_layout Standard
12022 For text, variable space can be inserted via the menu 
12023 \family sans
12024 Insert\SpecialChar \menuseparator
12025 Formatting\SpecialChar \menuseparator
12026 Horizontal
12027 \begin_inset space ~
12028 \end_inset
12029
12030 Space
12031 \family default
12032 , what is not possible in formulas:
12033 \end_layout
12034
12035 \begin_layout Standard
12036 This is a line with
12037 \begin_inset space \hspace{}
12038 \length 2cm
12039 \end_inset
12040
12041 2
12042 \begin_inset space \thinspace{}
12043 \end_inset
12044
12045 cm space.
12046 \end_layout
12047
12048 \begin_layout Standard
12049 This is a line with
12050 \begin_inset space \hfill{}
12051 \end_inset
12052
12053 maximum space.
12054 \end_layout
12055
12056 \begin_layout Subsection
12057 Space besides inline Formulas
12058 \begin_inset Index
12059 status collapsed
12060
12061 \begin_layout Plain Layout
12062 Space ! besides inline formulas
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \begin_layout Standard
12071 The space that surrounds inline formulas can be adjusted with the length
12072  
12073 \series bold
12074
12075 \backslash
12076 mathsurround
12077 \begin_inset Index
12078 status collapsed
12079
12080 \begin_layout Plain Layout
12081 Commands ! M ! 
12082 \backslash
12083 mathsurround
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \series default
12090 .
12091  The value of a length is set with the command 
12092 \series bold
12093
12094 \backslash
12095 setlength
12096 \begin_inset Index
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100 Commands ! S ! 
12101 \backslash
12102 setlength
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \series default
12109  that has the following scheme:
12110 \end_layout
12111
12112 \begin_layout Standard
12113
12114 \series bold
12115
12116 \backslash
12117 setlength{length name}{value}
12118 \end_layout
12119
12120 \begin_layout Standard
12121 To set 
12122 \series bold
12123
12124 \backslash
12125 mathsurround
12126 \series default
12127  to the value 5
12128 \begin_inset space \thinspace{}
12129 \end_inset
12130
12131 mm, the command
12132 \end_layout
12133
12134 \begin_layout Standard
12135
12136 \series bold
12137
12138 \backslash
12139 setlength{
12140 \backslash
12141 mathsurround}{5mm}
12142 \end_layout
12143
12144 \begin_layout Standard
12145 is inserted in TeX-mode.
12146  5
12147 \begin_inset space \thinspace{}
12148 \end_inset
12149
12150 mm space will now be set around all inline formulas:
12151 \begin_inset ERT
12152 status collapsed
12153
12154 \begin_layout Plain Layout
12155
12156
12157 \backslash
12158 setlength{
12159 \backslash
12160 mathsurround}{5mm}
12161 \end_layout
12162
12163 \end_inset
12164
12165
12166 \end_layout
12167
12168 \begin_layout Standard
12169 This is a line with an inline formula 
12170 \begin_inset Formula $A=B$
12171 \end_inset
12172
12173  with 5
12174 \begin_inset space \thinspace{}
12175 \end_inset
12176
12177 mm surrounding space.
12178 \begin_inset ERT
12179 status collapsed
12180
12181 \begin_layout Plain Layout
12182
12183
12184 \backslash
12185 setlength{
12186 \backslash
12187 mathsurround}{0pt}
12188 \end_layout
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \begin_layout Standard
12196 To return to the predefined value, 
12197 \series bold
12198
12199 \backslash
12200 mathsurround
12201 \series default
12202  is set to the value 0
12203 \begin_inset space \thinspace{}
12204 \end_inset
12205
12206 pt.
12207 \end_layout
12208
12209 \begin_layout Section
12210 Boxes and Frames
12211 \begin_inset Index
12212 status collapsed
12213
12214 \begin_layout Plain Layout
12215 Boxes
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \begin_inset Index
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225 Frames | see
12226 \begin_inset ERT
12227 status collapsed
12228
12229 \begin_layout Plain Layout
12230
12231 {
12232 \end_layout
12233
12234 \end_inset
12235
12236 Boxes
12237 \begin_inset ERT
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241
12242 }
12243 \end_layout
12244
12245 \end_inset
12246
12247
12248 \end_layout
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \begin_layout Standard
12256 Boxes for text are described in chapter 
12257 \family typewriter
12258 Boxes
12259 \family default
12260  in the 
12261 \family typewriter
12262 Embedded
12263 \begin_inset space ~
12264 \end_inset
12265
12266 Objects
12267 \family default
12268  manual.
12269 \end_layout
12270
12271 \begin_layout Subsection
12272 Boxes with Frame
12273 \begin_inset CommandInset label
12274 LatexCommand label
12275 name "sub:Boxes-with-Frame"
12276
12277 \end_inset
12278
12279
12280 \begin_inset Index
12281 status collapsed
12282
12283 \begin_layout Plain Layout
12284 Boxes ! with frame
12285 \end_layout
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Standard
12293 It is possible to frame formulas or parts of it with the commands 
12294 \series bold
12295
12296 \backslash
12297 fbox
12298 \series default
12299
12300 \begin_inset Index
12301 status collapsed
12302
12303 \begin_layout Plain Layout
12304 Commands ! F ! 
12305 \backslash
12306 fbox
12307 \end_layout
12308
12309 \end_inset
12310
12311  and 
12312 \series bold
12313
12314 \backslash
12315 boxed
12316 \series default
12317
12318 \begin_inset Index
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322 Commands ! B ! 
12323 \backslash
12324 boxed
12325 \end_layout
12326
12327 \end_inset
12328
12329 .
12330 \end_layout
12331
12332 \begin_layout Standard
12333 When one of these commands is inserted to a formula, a blue box appears
12334  within a frame to enter formula parts.
12335  For 
12336 \series bold
12337
12338 \backslash
12339 fbox
12340 \series default
12341  an additional formula has to be created by 
12342 \family sans
12343 Ctrl-m
12344 \family default
12345  within this box
12346 \begin_inset Foot
12347 status collapsed
12348
12349 \begin_layout Plain Layout
12350 Due to a bug in LyX it is not possible to create a new formula with 
12351 \family sans
12352 Ctrl-m
12353 \family default
12354 , see 
12355 \begin_inset CommandInset href
12356 LatexCommand href
12357 name "LyX-bug #1435"
12358 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12359
12360 \end_inset
12361
12362 .
12363 \end_layout
12364
12365 \end_inset
12366
12367 , because the box content will otherwise be treated as mathematical text.
12368  When 
12369 \series bold
12370
12371 \backslash
12372 boxed
12373 \series default
12374  is used, a new formula is automatically created inside the frame.
12375 \end_layout
12376
12377 \begin_layout Standard
12378 The command 
12379 \series bold
12380
12381 \backslash
12382 fbox
12383 \series default
12384  is not suitable to frame displayed formulas, because the formula will always
12385  be set in the size of the text.
12386  
12387 \series bold
12388
12389 \backslash
12390 boxed
12391 \series default
12392  is in contrary not suitable to frame inline formulas, because the formula
12393  will always be set in the size of a displayed formula.
12394 \end_layout
12395
12396 \begin_layout Standard
12397 As extension to 
12398 \series bold
12399
12400 \backslash
12401 fbox
12402 \series default
12403  there is the command 
12404 \series bold
12405
12406 \backslash
12407 framebox
12408 \series default
12409
12410 \begin_inset Index
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414 Commands ! F ! 
12415 \backslash
12416 framebox
12417 \end_layout
12418
12419 \end_inset
12420
12421  where additionally the frame width and the alignment can be specified.
12422  
12423 \series bold
12424
12425 \backslash
12426 framebox
12427 \series default
12428  is used in the following scheme:
12429 \end_layout
12430
12431 \begin_layout Standard
12432
12433 \series bold
12434
12435 \backslash
12436 framebox[frame width][position]{box content}
12437 \end_layout
12438
12439 \begin_layout Standard
12440 The position can either be 
12441 \emph on
12442 l
12443 \emph default
12444  or 
12445 \emph on
12446 r
12447 \emph default
12448 .
12449  
12450 \emph on
12451 l
12452 \emph default
12453  left aligns, 
12454 \emph on
12455 r
12456 \emph default
12457  right aligns the formula in the box.
12458  When no position is given, the formula will be centered.
12459 \begin_inset Newline newline
12460 \end_inset
12461
12462 Is no width given, also no position can be given.
12463  In this case the frame width is adjusted to the box content like for 
12464 \series bold
12465
12466 \backslash
12467 fbox
12468 \series default
12469 .
12470 \end_layout
12471
12472 \begin_layout Standard
12473 When the command 
12474 \series bold
12475
12476 \backslash
12477 framebox
12478 \series default
12479  is inserted, a box appears containing three blue boxes.
12480  The first two boxes are surrounded by brackets and denote the two optional
12481  arguments.
12482  The third box is for formula parts like for 
12483 \series bold
12484
12485 \backslash
12486 fbox
12487 \series default
12488 .
12489 \end_layout
12490
12491 \begin_layout Standard
12492 \align center
12493 \begin_inset Note Note
12494 status open
12495
12496 \begin_layout Plain Layout
12497 The table has been set into a minipage to make the footnote appearing.
12498  Otherwise the footnote text would not be displayed.
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \begin_inset Box Frameless
12505 position "c"
12506 hor_pos "c"
12507 has_inner_box 1
12508 inner_pos "c"
12509 use_parbox 0
12510 width "100col%"
12511 special "none"
12512 height "1in"
12513 height_special "totalheight"
12514 status open
12515
12516 \begin_layout Plain Layout
12517 \align center
12518 \begin_inset Tabular
12519 <lyxtabular version="3" rows="5" columns="2">
12520 <features>
12521 <column alignment="center" valignment="top" width="0">
12522 <column alignment="center" valignment="top" width="0">
12523 <row>
12524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 Command
12529 \begin_inset Foot
12530 status collapsed
12531
12532 \begin_layout Plain Layout
12533 Due to a bug in LyX it is not possible to create a new formula with 
12534 \family sans
12535 Ctrl-m
12536 \family default
12537 , see 
12538 \begin_inset CommandInset href
12539 LatexCommand href
12540 name "LyX-bug #1435"
12541 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12542
12543 \end_inset
12544
12545 .
12546 \end_layout
12547
12548 \end_inset
12549
12550
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 Result
12560 \begin_inset Note Note
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564
12565 \series bold
12566
12567 \backslash
12568 raisebox
12569 \series default
12570  is only used as spacer.
12571 \end_layout
12572
12573 \end_inset
12574
12575
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 </row>
12581 <row>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586
12587 \backslash
12588 fbox
12589 \begin_inset ERT
12590 status collapsed
12591
12592 \begin_layout Plain Layout
12593
12594
12595 \backslash
12596 spce 
12597 \end_layout
12598
12599 \end_inset
12600
12601
12602 \family sans
12603 Ctrl-m
12604 \family default
12605  
12606 \backslash
12607 int
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613
12614 \backslash
12615 spce 
12616 \end_layout
12617
12618 \end_inset
12619
12620 A=B
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643
12644 \backslash
12645 boxed
12646 \begin_inset ERT
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650
12651
12652 \backslash
12653 spce 
12654 \end_layout
12655
12656 \end_inset
12657
12658
12659 \backslash
12660 int
12661 \begin_inset ERT
12662 status collapsed
12663
12664 \begin_layout Plain Layout
12665
12666
12667 \backslash
12668 spce 
12669 \end_layout
12670
12671 \end_inset
12672
12673 A=B
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12683 \end_inset
12684
12685
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 <row>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 A+
12697 \backslash
12698 fbox
12699 \begin_inset ERT
12700 status collapsed
12701
12702 \begin_layout Plain Layout
12703
12704
12705 \backslash
12706 spce 
12707 \end_layout
12708
12709 \end_inset
12710
12711 B
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12721 \end_inset
12722
12723
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 </row>
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734
12735 \backslash
12736 framebox
12737 \begin_inset ERT
12738 status collapsed
12739
12740 \begin_layout Plain Layout
12741
12742
12743 \backslash
12744 spce 
12745 \end_layout
12746
12747 \end_inset
12748
12749 20mm
12750 \begin_inset Formula $\to$
12751 \end_inset
12752
12753
12754 \begin_inset Formula $\to$
12755 \end_inset
12756
12757
12758 \family sans
12759 Ctrl-m
12760 \family default
12761  
12762 \backslash
12763 frac
12764 \begin_inset ERT
12765 status collapsed
12766
12767 \begin_layout Plain Layout
12768
12769
12770 \backslash
12771 spce 
12772 \end_layout
12773
12774 \end_inset
12775
12776 A
12777 \begin_inset Formula $\downarrow$
12778 \end_inset
12779
12780 B
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 \begin_inset Formula $\raisebox{6mm}{}$
12790 \end_inset
12791
12792
12793 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12794 \end_inset
12795
12796
12797 \begin_inset Formula $\raisebox{-4mm}{}$
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 </row>
12806 </lyxtabular>
12807
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \end_inset
12814
12815
12816 \end_layout
12817
12818 \begin_layout Standard
12819 The frame thickness can also be adjusted.
12820  To do this the following commands have to be inserted in TeX-mode before
12821  the formula
12822 \end_layout
12823
12824 \begin_layout Standard
12825
12826 \series bold
12827
12828 \backslash
12829 fboxrule
12830 \series default
12831  
12832 \series bold
12833
12834 \begin_inset Quotes eld
12835 \end_inset
12836
12837 thickness
12838 \begin_inset Quotes erd
12839 \end_inset
12840
12841
12842 \series default
12843  
12844 \series bold
12845
12846 \backslash
12847 fboxsep
12848 \series default
12849  
12850 \series bold
12851
12852 \begin_inset Quotes eld
12853 \end_inset
12854
12855 distance
12856 \begin_inset Quotes erd
12857 \end_inset
12858
12859
12860 \end_layout
12861
12862 \begin_layout Standard
12863 \begin_inset Quotes eld
12864 \end_inset
12865
12866 distance
12867 \begin_inset Quotes erd
12868 \end_inset
12869
12870  specifies the minimal distance between the frame and the first character
12871  in the box.
12872  An example for this is the following framed formula:
12873 \begin_inset ERT
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877
12878
12879 \backslash
12880 fboxrule 2mm 
12881 \backslash
12882 fboxsep 3mm
12883 \end_layout
12884
12885 \end_inset
12886
12887
12888 \begin_inset Formula \[
12889 \boxed{A+B=C}\]
12890
12891 \end_inset
12892
12893 Before this formula the commands
12894 \end_layout
12895
12896 \begin_layout Standard
12897
12898 \series bold
12899
12900 \backslash
12901 fboxrule
12902 \series default
12903  
12904 \series bold
12905 2mm
12906 \series default
12907  
12908 \series bold
12909
12910 \backslash
12911 fboxsep
12912 \series default
12913  
12914 \series bold
12915 3mm
12916 \end_layout
12917
12918 \begin_layout Standard
12919 were inserted in TeX-mode.
12920  The given values are used for all following boxes.
12921 \end_layout
12922
12923 \begin_layout Standard
12924 To return to the standard frame size, the command
12925 \end_layout
12926
12927 \begin_layout Standard
12928
12929 \series bold
12930
12931 \backslash
12932 fboxrule
12933 \series default
12934  
12935 \series bold
12936 0.4pt
12937 \series default
12938  
12939 \series bold
12940
12941 \backslash
12942 fboxsep
12943 \series default
12944  
12945 \series bold
12946 3pt
12947 \series default
12948
12949 \begin_inset ERT
12950 status collapsed
12951
12952 \begin_layout Plain Layout
12953
12954
12955 \backslash
12956 fboxrule 0.4pt 
12957 \backslash
12958 fboxsep 3pt
12959 \end_layout
12960
12961 \end_inset
12962
12963
12964 \end_layout
12965
12966 \begin_layout Standard
12967 is inserted in TeX-mode before the next formula.
12968 \end_layout
12969
12970 \begin_layout Subsection
12971 Boxes without Frame
12972 \begin_inset CommandInset label
12973 LatexCommand label
12974 name "sub:Boxes-without-Frame"
12975
12976 \end_inset
12977
12978
12979 \begin_inset Index
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983 Boxes ! without frame
12984 \end_layout
12985
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \begin_layout Standard
12992 For boxes without a frame there are the following box commands: 
12993 \series bold
12994
12995 \backslash
12996 mbox
12997 \series default
12998
12999 \begin_inset Index
13000 status collapsed
13001
13002 \begin_layout Plain Layout
13003 Commands ! M ! 
13004 \backslash
13005 mbox
13006 \end_layout
13007
13008 \end_inset
13009
13010
13011 \series bold
13012
13013 \backslash
13014 makebox
13015 \series default
13016
13017 \begin_inset Index
13018 status collapsed
13019
13020 \begin_layout Plain Layout
13021 Commands ! M ! 
13022 \backslash
13023 makebox
13024 \end_layout
13025
13026 \end_inset
13027
13028 , and 
13029 \series bold
13030
13031 \backslash
13032 raisebox
13033 \series default
13034
13035 \begin_inset Index
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039 Commands ! R ! 
13040 \backslash
13041 raisebox
13042 \end_layout
13043
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \begin_layout Standard
13050 With 
13051 \series bold
13052
13053 \backslash
13054 raisebox
13055 \series default
13056  a box can be super- or subscripted.
13057  But in contrary to normal super- and subscripting, the characters in the
13058  box keep their font size.
13059  
13060 \series bold
13061
13062 \backslash
13063 raisebox
13064 \series default
13065  is used in the following scheme:
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071
13072 \backslash
13073 raisebox{height}{box content}
13074 \end_layout
13075
13076 \begin_layout Standard
13077 When the box should contain a formula, an extra formula is needed like for
13078  
13079 \series bold
13080
13081 \backslash
13082 fbox
13083 \series default
13084 .
13085 \end_layout
13086
13087 \begin_layout Standard
13088 \align center
13089 \begin_inset Tabular
13090 <lyxtabular version="3" rows="4" columns="2">
13091 <features>
13092 <column alignment="center" valignment="top" width="0">
13093 <column alignment="center" valignment="top" width="0">
13094 <row>
13095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 Command
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 Result
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 </row>
13114 <row>
13115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 H
13120 \backslash
13121 raisebox{2mm
13122 \begin_inset Formula $\to$
13123 \end_inset
13124
13125
13126 \backslash
13127 {al
13128 \begin_inset Formula $\to$
13129 \end_inset
13130
13131  lo
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 </row>
13149 <row>
13150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 H
13155 \backslash
13156 raisebox{-2mm
13157 \begin_inset Formula $\to$
13158 \end_inset
13159
13160
13161 \backslash
13162 {al
13163 \begin_inset Formula $\to$
13164 \end_inset
13165
13166 lo
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 </row>
13184 <row>
13185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189 A=
13190 \backslash
13191 raisebox{-2mm
13192 \begin_inset Formula $\to$
13193 \end_inset
13194
13195
13196 \backslash
13197 {
13198 \family sans
13199 Ctrl-m
13200 \family default
13201  
13202 \backslash
13203 sqrt
13204 \begin_inset ERT
13205 status collapsed
13206
13207 \begin_layout Plain Layout
13208
13209
13210 \backslash
13211 spce 
13212 \end_layout
13213
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 \begin_inset ERT
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229
13230 $A=
13231 \backslash
13232 raisebox{-2mm}{$
13233 \backslash
13234 sqrt{B}$}$
13235 \end_layout
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 </row>
13245 </lyxtabular>
13246
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 The last formula can currently only be created using TeX-mode because LyX
13254  inserts a box instead of the needed extra formula.
13255 \begin_inset Foot
13256 status collapsed
13257
13258 \begin_layout Plain Layout
13259 see 
13260 \begin_inset CommandInset href
13261 LatexCommand href
13262 name "LyX-bug #1435"
13263 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 The command 
13277 \series bold
13278
13279 \backslash
13280 mbox
13281 \series default
13282  is equivalent to 
13283 \series bold
13284
13285 \backslash
13286 fbox
13287 \series default
13288  and 
13289 \series bold
13290
13291 \backslash
13292 makebox
13293 \series default
13294  is equivalent to 
13295 \series bold
13296
13297 \backslash
13298 framebox
13299 \series default
13300 , with the difference that there is no frame.
13301 \end_layout
13302
13303 \begin_layout Subsection
13304 Colored Boxes
13305 \begin_inset CommandInset label
13306 LatexCommand label
13307 name "sub:Colored-Boxes"
13308
13309 \end_inset
13310
13311
13312 \begin_inset Index
13313 status collapsed
13314
13315 \begin_layout Plain Layout
13316 Boxes ! colored
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \begin_layout Standard
13325 To be able to use all commands explained in this section, the LaTeX-package
13326  
13327 \series bold
13328 color
13329 \series default
13330
13331 \begin_inset Foot
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335 The LaTeX-package 
13336 \series bold
13337 color
13338 \series default
13339  is part of every LaTeX standard installation.
13340 \end_layout
13341
13342 \end_inset
13343
13344
13345 \begin_inset Index
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349 Packages ! color
13350 \end_layout
13351
13352 \end_inset
13353
13354  has to be loaded in the LaTeX-preamble with the line
13355 \begin_inset Foot
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359 When text is colored somewhere in the document with a predefined color,
13360  LyX loads the LaTeX-package 
13361 \series bold
13362 color
13363 \series default
13364  automatically.
13365  Thus it is possible that the package is loaded twice, but this doesn't
13366  arise problems.
13367 \end_layout
13368
13369 \end_inset
13370
13371
13372 \begin_inset Note Note
13373 status collapsed
13374
13375 \begin_layout Plain Layout
13376 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13377 amble.
13378 \end_layout
13379
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \begin_layout Standard
13386
13387 \series bold
13388
13389 \backslash
13390 usepackage{color}
13391 \end_layout
13392
13393 \begin_layout Standard
13394 \begin_inset VSpace medskip
13395 \end_inset
13396
13397 To color boxes, the command 
13398 \series bold
13399
13400 \backslash
13401 colorbox
13402 \series default
13403
13404 \begin_inset Index
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 Commands ! C ! 
13409 \backslash
13410 colorbox
13411 \end_layout
13412
13413 \end_inset
13414
13415  is used in the following scheme:
13416 \end_layout
13417
13418 \begin_layout Standard
13419
13420 \series bold
13421
13422 \backslash
13423 colorbox{color}{box content}
13424 \end_layout
13425
13426 \begin_layout Standard
13427 The box content can also be a box and a 
13428 \series bold
13429
13430 \backslash
13431 colorbox
13432 \series default
13433  can also be part of another box (see the 2nd and 3rd example).
13434  When the box should contain a formula, an extra formula has to be created,
13435  the same as for 
13436 \series bold
13437
13438 \backslash
13439 fbox
13440 \series default
13441 .
13442 \begin_inset Foot
13443 status collapsed
13444
13445 \begin_layout Plain Layout
13446 This also applies for the command 
13447 \series bold
13448
13449 \backslash
13450 fcolorbox
13451 \series default
13452 .
13453  Thereby note 
13454 \begin_inset CommandInset href
13455 LatexCommand href
13456 name "LyX-bug #1435"
13457 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13458
13459 \end_inset
13460
13461 .
13462 \end_layout
13463
13464 \end_inset
13465
13466
13467 \end_layout
13468
13469 \begin_layout Standard
13470 One of the following predefined colors can be chosen:
13471 \end_layout
13472
13473 \begin_layout Standard
13474
13475 \series bold
13476 black
13477 \series default
13478
13479 \series bold
13480 blue
13481 \series default
13482
13483 \series bold
13484 cyan
13485 \series default
13486
13487 \series bold
13488 green
13489 \series default
13490
13491 \series bold
13492 magenta
13493 \series default
13494
13495 \series bold
13496 red
13497 \series default
13498
13499 \series bold
13500 white
13501 \series default
13502 , and 
13503 \series bold
13504 yellow
13505 \end_layout
13506
13507 \begin_layout Standard
13508 \align center
13509 \begin_inset Tabular
13510 <lyxtabular version="3" rows="4" columns="2">
13511 <features>
13512 <column alignment="center" valignment="top" width="0">
13513 <column alignment="center" valignment="top" width="0">
13514 <row>
13515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 Command
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 Result
13529 \begin_inset Note Note
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533
13534 \series bold
13535
13536 \backslash
13537 raisebox
13538 \series default
13539  is only used as spacer.
13540 \end_layout
13541
13542 \end_inset
13543
13544
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 </row>
13550 <row>
13551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555
13556 \backslash
13557 colorbox{yellow
13558 \begin_inset Formula $\to$
13559 \end_inset
13560
13561
13562 \backslash
13563 {A=B
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13573 \end_inset
13574
13575
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 </row>
13581 <row>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586
13587 \backslash
13588 colorbox{green
13589 \begin_inset Formula $\to$
13590 \end_inset
13591
13592
13593 \backslash
13594 {
13595 \backslash
13596 fbox
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602
13603 \backslash
13604 spce 
13605 \end_layout
13606
13607 \end_inset
13608
13609 A=B
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13619 \end_inset
13620
13621
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 <row>
13628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632
13633 \backslash
13634 fbox
13635 \begin_inset ERT
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639
13640
13641 \backslash
13642 spce 
13643 \end_layout
13644
13645 \end_inset
13646
13647
13648 \backslash
13649 colorbox{green
13650 \begin_inset Formula $\to$
13651 \end_inset
13652
13653
13654 \backslash
13655 {A=B
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13665 \end_inset
13666
13667
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 </row>
13673 </lyxtabular>
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \begin_layout Standard
13681
13682 \series bold
13683
13684 \backslash
13685 colorbox
13686 \series default
13687  only colors the box but not the characters in the box.
13688  To color all characters, the whole formula is highlighted and the wanted
13689  color is chosen in the 
13690 \family sans
13691 Text
13692 \begin_inset space ~
13693 \end_inset
13694
13695 Style
13696 \family default
13697  dialog.
13698  The dialog can be called with the toolbar button 
13699 \begin_inset Graphics
13700         filename ../images/dialog-show_character.png
13701         scale 85
13702
13703 \end_inset
13704
13705  or the menu 
13706 \family sans
13707 Edit\SpecialChar \menuseparator
13708 Text
13709 \begin_inset space ~
13710 \end_inset
13711
13712 Style\SpecialChar \menuseparator
13713 Customized
13714 \family default
13715 .
13716  The formula number has then the same color as the formula.
13717  When the formula number should get another color than the formula characters,
13718  the color must be changed within the formula.
13719 \end_layout
13720
13721 \begin_layout Standard
13722 An example:
13723 \end_layout
13724
13725 \begin_layout Standard
13726
13727 \color red
13728 \begin_inset Formula \begin{equation}
13729 \int A=B\label{eq:red}\end{equation}
13730
13731 \end_inset
13732
13733
13734 \color green
13735
13736 \begin_inset Formula \begin{equation}
13737 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13738
13739 \end_inset
13740
13741
13742 \end_layout
13743
13744 \begin_layout Standard
13745 Formula 
13746 \begin_inset CommandInset ref
13747 LatexCommand eqref
13748 reference "eq:red"
13749
13750 \end_inset
13751
13752  is completely colored red.
13753 \begin_inset Newline newline
13754 \end_inset
13755
13756 Formula 
13757 \begin_inset CommandInset ref
13758 LatexCommand eqref
13759 reference "eq:redgreen"
13760
13761 \end_inset
13762
13763  was first completely colored green to set the color for the formula number.
13764  Subsequently the formula characters were colored red.
13765 \end_layout
13766
13767 \begin_layout Standard
13768 \begin_inset VSpace bigskip
13769 \end_inset
13770
13771 To color the frame different than the rest of the box, the command 
13772 \series bold
13773
13774 \backslash
13775 fcolorbox
13776 \series default
13777
13778 \begin_inset Index
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782 Commands ! F ! 
13783 \backslash
13784 fcolorbox
13785 \end_layout
13786
13787 \end_inset
13788
13789  is used in the following scheme:
13790 \end_layout
13791
13792 \begin_layout Standard
13793
13794 \series bold
13795
13796 \backslash
13797 fcolorbox{frame color}{color}{box content}
13798 \end_layout
13799
13800 \begin_layout Standard
13801 So 
13802 \series bold
13803
13804 \backslash
13805 fcolorbox
13806 \series default
13807  is an extension of the command 
13808 \series bold
13809
13810 \backslash
13811 colorbox
13812 \series default
13813 .
13814  The frame width is set, like for 
13815 \series bold
13816
13817 \backslash
13818 framebox
13819 \series default
13820 , with 
13821 \series bold
13822
13823 \backslash
13824 fboxrule
13825 \series default
13826  and 
13827 \series bold
13828
13829 \backslash
13830 fboxsep
13831 \series default
13832 .
13833  An example:
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839
13840 \backslash
13841 fboxrule 1mm 
13842 \backslash
13843 fboxsep 1mm
13844 \end_layout
13845
13846 \end_inset
13847
13848
13849 \begin_inset Formula \[
13850 \fcolorbox{cyan}{magenta}{A=B}\]
13851
13852 \end_inset
13853
13854
13855 \begin_inset ERT
13856 status collapsed
13857
13858 \begin_layout Plain Layout
13859
13860
13861 \backslash
13862 fboxrule 0.4pt 
13863 \backslash
13864 fboxsep 3pt
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \end_layout
13871
13872 \begin_layout Standard
13873 This formula was created with the command
13874 \begin_inset Newline newline
13875 \end_inset
13876
13877
13878 \series bold
13879
13880 \backslash
13881 fcolorbox{cyan
13882 \begin_inset Formula $\to$
13883 \end_inset
13884
13885
13886 \backslash
13887 {magenta
13888 \begin_inset Formula $\to$
13889 \end_inset
13890
13891
13892 \backslash
13893 {A=B
13894 \series default
13895 .
13896 \end_layout
13897
13898 \begin_layout Standard
13899 \begin_inset VSpace bigskip
13900 \end_inset
13901
13902 To use other colors than the predefined ones, they have to be defined first.
13903 \end_layout
13904
13905 \begin_layout Standard
13906 One can for example define the color 
13907 \begin_inset Quotes eld
13908 \end_inset
13909
13910
13911 \series bold
13912 darkgreen
13913 \series default
13914
13915 \begin_inset Quotes erd
13916 \end_inset
13917
13918  with the LaTeX-preamble line:
13919 \end_layout
13920
13921 \begin_layout Standard
13922
13923 \series bold
13924
13925 \backslash
13926 definecolor{darkgreen}{cmyk}{0.5,
13927 \series default
13928  
13929 \series bold
13930 0,
13931 \series default
13932  
13933 \series bold
13934 1,
13935 \series default
13936  
13937 \series bold
13938 0.5}
13939 \series default
13940
13941 \begin_inset Index
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945 Commands ! D ! 
13946 \backslash
13947 definecolor
13948 \end_layout
13949
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \begin_layout Standard
13956
13957 \series bold
13958 cmyk
13959 \series default
13960  is the color space that denotes the colors 
13961 \series bold
13962 cyan
13963 \series default
13964
13965 \series bold
13966 magenta
13967 \series default
13968
13969 \series bold
13970 yellow
13971 \series default
13972 , and 
13973 \series bold
13974 black
13975 \series default
13976 .
13977  The four comma separated numbers are the portion factor for the corresponding
13978  colors of the color space.
13979  The factors can be in the range of 0
13980 \begin_inset space \thinspace{}
13981 \end_inset
13982
13983 -
13984 \begin_inset space \thinspace{}
13985 \end_inset
13986
13987 1.
13988  Instead of 
13989 \series bold
13990 cmyk
13991 \series default
13992  also the color space 
13993 \series bold
13994 rgb
13995 \series default
13996  can be used for definitions.
13997  
13998 \series bold
13999 rgb
14000 \series default
14001  denotes 
14002 \series bold
14003 red
14004 \series default
14005
14006 \series bold
14007 green
14008 \series default
14009 , and 
14010 \series bold
14011 blue
14012 \series default
14013 , so that there are in this case three portion factors for the corresponding
14014  colors.
14015  Furthermore there is the color space 
14016 \series bold
14017 gray
14018 \series default
14019  with one portion factor for the gray value.
14020 \end_layout
14021
14022 \begin_layout Standard
14023 As example a framed box with the new defined color 
14024 \series bold
14025 darkgreen
14026 \series default
14027  where the characters have been colored 
14028 \series bold
14029 yellow
14030 \series default
14031 :
14032 \begin_inset Formula \begin{equation}
14033 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14034
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \begin_layout Standard
14041 Self-defined colors can also be used for text with the help of the command
14042  
14043 \series bold
14044
14045 \backslash
14046 textcolor
14047 \series default
14048 :
14049 \begin_inset Index
14050 status collapsed
14051
14052 \begin_layout Plain Layout
14053 Text ! colored
14054 \end_layout
14055
14056 \end_inset
14057
14058
14059 \end_layout
14060
14061 \begin_layout Standard
14062 \begin_inset ERT
14063 status collapsed
14064
14065 \begin_layout Plain Layout
14066
14067
14068 \backslash
14069 textcolor{darkgreen}{
14070 \end_layout
14071
14072 \end_inset
14073
14074 This sentence is 
14075 \begin_inset Quotes eld
14076 \end_inset
14077
14078 darkgreen
14079 \begin_inset Quotes erd
14080 \end_inset
14081
14082 .
14083 \begin_inset ERT
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087
14088 }
14089 \end_layout
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \begin_layout Standard
14097
14098 \series bold
14099
14100 \backslash
14101 textcolor
14102 \series default
14103
14104 \begin_inset Index
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108 Commands ! T ! 
14109 \backslash
14110 textcolor
14111 \end_layout
14112
14113 \end_inset
14114
14115  is used in the scheme 
14116 \series bold
14117
14118 \backslash
14119 textcolor{color}{characters to color}
14120 \series default
14121 .
14122 \end_layout
14123
14124 \begin_layout Subsection
14125 Paragraph Boxes
14126 \begin_inset CommandInset label
14127 LatexCommand label
14128 name "sub:Paragraph-Boxes"
14129
14130 \end_inset
14131
14132
14133 \begin_inset Index
14134 status collapsed
14135
14136 \begin_layout Plain Layout
14137 Boxes ! as paragraph
14138 \end_layout
14139
14140 \end_inset
14141
14142
14143 \end_layout
14144
14145 \begin_layout Standard
14146 A box that can contain several lines and paragraphs, a so called paragraph
14147  box (parbox), can be created with the menu 
14148 \family sans
14149 Insert\SpecialChar \menuseparator
14150 Box
14151 \family default
14152  or the toolbar button 
14153 \begin_inset Graphics
14154         filename ../images/box-insert.png
14155         scale 85
14156
14157 \end_inset
14158
14159 .
14160 \end_layout
14161
14162 \begin_layout Standard
14163 The following example shows a framed parbox in a line:
14164 \end_layout
14165
14166 \begin_layout Standard
14167 \begin_inset VSpace medskip
14168 \end_inset
14169
14170 This is a line 
14171 \begin_inset Box Boxed
14172 position "c"
14173 hor_pos "c"
14174 has_inner_box 1
14175 inner_pos "t"
14176 use_parbox 1
14177 width "5cm"
14178 special "none"
14179 height "1in"
14180 height_special "totalheight"
14181 status open
14182
14183 \begin_layout Plain Layout
14184 This is a paragraph box.
14185  It is exactly 5
14186 \begin_inset space \thinspace{}
14187 \end_inset
14188
14189 cm long and can also contain formulas: 
14190 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \end_inset
14197
14198  with a parbox.
14199 \end_layout
14200
14201 \begin_layout Standard
14202 \begin_inset VSpace medskip
14203 \end_inset
14204
14205
14206 \end_layout
14207
14208 \begin_layout Standard
14209 Such a box is created by right-clicking on the gray box inset.
14210  A dialog pops up showing the box properties.
14211  In our case set: 
14212 \emph on
14213 Decoration
14214 \emph default
14215 : Recangular box, 
14216 \emph on
14217 Inner Box
14218 \emph default
14219 : Parbox, 
14220 \emph on
14221 Width
14222 \emph default
14223 : 5
14224 \begin_inset space \thinspace{}
14225 \end_inset
14226
14227 cm, 
14228 \emph on
14229 Vertical Box Alignment
14230 \emph default
14231 : Middle
14232 \end_layout
14233
14234 \begin_layout Standard
14235 \begin_inset VSpace medskip
14236 \end_inset
14237
14238 In LaTeX a parbox is created with the command 
14239 \series bold
14240
14241 \backslash
14242 parbox
14243 \series default
14244
14245 \begin_inset Index
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 Commands ! P ! 
14250 \backslash
14251 parbox
14252 \end_layout
14253
14254 \end_inset
14255
14256  that has the following scheme:
14257 \end_layout
14258
14259 \begin_layout Standard
14260
14261 \series bold
14262
14263 \backslash
14264 parbox[position]{width}{box content}
14265 \end_layout
14266
14267 \begin_layout Standard
14268 The positions 
14269 \emph on
14270 b
14271 \emph default
14272  and 
14273 \emph on
14274 t
14275 \emph default
14276  are possible.
14277  
14278 \emph on
14279 b
14280 \emph default
14281  for bottom means that the box is aligned within the surrounding text with
14282  its last line.
14283  With 
14284 \emph on
14285 t
14286 \emph default
14287  for top this is done with the first line.
14288  When no position is given, the box will be vertically centered, see section
14289  
14290 \emph on
14291 Boxes
14292 \emph default
14293  of the 
14294 \emph on
14295 Embedded
14296 \begin_inset space ~
14297 \end_inset
14298
14299 Objects
14300 \emph default
14301  manual for examples.
14302 \end_layout
14303
14304 \begin_layout Standard
14305 \begin_inset VSpace bigskip
14306 \end_inset
14307
14308 To frame formulas completely, including the formula number, the formula
14309  must be set into a parbox.
14310  To do this, the command 
14311 \series bold
14312
14313 \backslash
14314 fbox{
14315 \backslash
14316 parbox{
14317 \backslash
14318 linewidth-2
14319 \backslash
14320 fboxsep-2
14321 \backslash
14322 fboxrule}{
14323 \series default
14324  is inserted in TeX-mode before the formula.
14325  
14326 \series bold
14327
14328 \backslash
14329 linewidth
14330 \begin_inset Index
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334 Commands ! L ! 
14335 \backslash
14336 linewidth
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \series default
14343  is hereby the line width set for the document.
14344  Because the frame is outside the parbox, 2
14345 \begin_inset space \thinspace{}
14346 \end_inset
14347
14348 times the frame separation and the frame thickness must be subtracted from
14349  the line width.
14350  As this is not automatically done by LyX due to a bug
14351 \begin_inset Foot
14352 status collapsed
14353
14354 \begin_layout Plain Layout
14355 \begin_inset CommandInset href
14356 LatexCommand href
14357 name "LyX-bug #4483"
14358 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14359
14360 \end_inset
14361
14362
14363 \end_layout
14364
14365 \end_inset
14366
14367 , TeX-mode has to be used.
14368  To be able to multiply and subtract in arguments, the LaTeX-package 
14369 \series bold
14370 calc
14371 \series default
14372
14373 \begin_inset Foot
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377
14378 \series bold
14379 calc
14380 \series default
14381  is part of every LaTeX standard installation.
14382 \end_layout
14383
14384 \end_inset
14385
14386
14387 \begin_inset Index
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391 Packages ! calc
14392 \end_layout
14393
14394 \end_inset
14395
14396  must be loaded in the LaTeX-preamble with the line
14397 \end_layout
14398
14399 \begin_layout Standard
14400
14401 \series bold
14402
14403 \backslash
14404 usepackage{calc}
14405 \end_layout
14406
14407 \begin_layout Standard
14408 Behind the formula both boxes are closed by entering 
14409 \series bold
14410 }}
14411 \series default
14412  in TeX-mode.
14413  Here is an example:
14414 \begin_inset ERT
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418
14419
14420 \backslash
14421 fboxsep 5mm 
14422 \backslash
14423 fboxrule 5mm
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Standard
14432 \begin_inset ERT
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436
14437
14438 \backslash
14439 fbox{
14440 \backslash
14441 parbox{
14442 \backslash
14443 linewidth-2
14444 \backslash
14445 fboxsep-2
14446 \backslash
14447 fboxrule}{
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \begin_inset Formula \begin{equation}
14454 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14455
14456 \end_inset
14457
14458
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464 }}
14465 \end_layout
14466
14467 \end_inset
14468
14469
14470 \begin_inset ERT
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474
14475
14476 \backslash
14477 fboxrule 0.4pt 
14478 \backslash
14479 fboxsep 3pt
14480 \end_layout
14481
14482 \end_inset
14483
14484
14485 \end_layout
14486
14487 \begin_layout Standard
14488 \begin_inset VSpace medskip
14489 \end_inset
14490
14491 As a parbox is used as argument of 
14492 \series bold
14493
14494 \backslash
14495 fbox
14496 \series default
14497 , there is in this case no difference between 
14498 \series bold
14499
14500 \backslash
14501 fbox
14502 \series default
14503  and 
14504 \series bold
14505
14506 \backslash
14507 boxed
14508 \series default
14509 .
14510 \end_layout
14511
14512 \begin_layout Standard
14513 \begin_inset VSpace bigskip
14514 \end_inset
14515
14516 Paragraph boxes are very useful to comment formulas directly.
14517  To do this, 
14518 \series bold
14519
14520 \backslash
14521 parbox
14522 \series default
14523  is used in combination with the command 
14524 \series bold
14525
14526 \backslash
14527 tag
14528 \series default
14529 .
14530  (more about 
14531 \series bold
14532
14533 \backslash
14534 tag
14535 \series default
14536  see 
14537 \begin_inset CommandInset ref
14538 LatexCommand ref
14539 reference "sub:User-defined-Numbering"
14540
14541 \end_inset
14542
14543 )
14544 \end_layout
14545
14546 \begin_layout Standard
14547 An example of a formula commented with 
14548 \series bold
14549
14550 \backslash
14551 parbox
14552 \series default
14553 :
14554 \end_layout
14555
14556 \begin_layout Standard
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562
14563 \backslash
14564 [5x-7b=3b
14565 \backslash
14566 tag*{
14567 \backslash
14568 parbox{5cm}{
14569 \end_layout
14570
14571 \end_inset
14572
14573 This is a description.
14574  It is distinctly separated from the formula and multiline.
14575 \begin_inset ERT
14576 status collapsed
14577
14578 \begin_layout Plain Layout
14579
14580 }}
14581 \backslash
14582 ]
14583 \end_layout
14584
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \begin_layout Standard
14591 Such a formula must be inserted completely in TeX-mode because LyX does
14592  not yet support the command 
14593 \series bold
14594
14595 \backslash
14596 parbox
14597 \series default
14598  in formulas.
14599  The formula is created with the following command sequence:
14600 \end_layout
14601
14602 \begin_layout Standard
14603 The command 
14604 \series bold
14605
14606 \backslash
14607 [5x-7b=3b
14608 \backslash
14609 tag*
14610 \backslash
14611 {
14612 \backslash
14613 parbox{5cm}{
14614 \series default
14615  is inserted in TeX-mode.
14616 \begin_inset Foot
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620 When the formula style 
14621 \series bold
14622 Indented
14623 \series default
14624  is used, 
14625 \series bold
14626
14627 \backslash
14628 tag*
14629 \backslash
14630 {
14631 \series default
14632  can also be replaced by 
14633 \series bold
14634
14635 \backslash
14636 hfill
14637 \series default
14638 .
14639  (formula styles see 
14640 \begin_inset CommandInset ref
14641 LatexCommand ref
14642 reference "sec:Formula-Styles"
14643
14644 \end_inset
14645
14646 )
14647 \end_layout
14648
14649 \end_inset
14650
14651  Then the description follows as normal text, and finally 
14652 \series bold
14653 }}
14654 \backslash
14655 ]
14656 \series default
14657  is inserted in TeX-mode.
14658  The commands 
14659 \series bold
14660
14661 \backslash
14662 [
14663 \series default
14664  and 
14665 \series bold
14666
14667 \backslash
14668 ]
14669 \series default
14670  hereby create a displayed formula.
14671 \end_layout
14672
14673 \begin_layout Standard
14674 The advantages of 
14675 \series bold
14676
14677 \backslash
14678 parbox
14679 \series default
14680  can be seen in this example that was 
14681 \begin_inset Quotes eld
14682 \end_inset
14683
14684 commented
14685 \begin_inset Quotes erd
14686 \end_inset
14687
14688  using the mathematical textmode:
14689 \begin_inset Formula \[
14690 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14691
14692 \end_inset
14693
14694
14695 \end_layout
14696
14697 \begin_layout Section
14698 Operators
14699 \begin_inset Index
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703 Operators
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \begin_layout Subsection
14712 Big Operators
14713 \begin_inset CommandInset label
14714 LatexCommand label
14715 name "sub:Big-Operators"
14716
14717 \end_inset
14718
14719
14720 \begin_inset Index
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724 Operators ! big
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \begin_inset Index
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734 Sums
14735 \end_layout
14736
14737 \end_inset
14738
14739
14740 \begin_inset Index
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744 Integrals
14745 \end_layout
14746
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Standard
14753 To be able to use all integral operators listed here, the option 
14754 \family sans
14755 Use esint package automatically
14756 \family default
14757  must be set in the document settings under 
14758 \family sans
14759 Math
14760 \begin_inset space ~
14761 \end_inset
14762
14763 Options
14764 \family default
14765 .
14766 \end_layout
14767
14768 \begin_layout Standard
14769 \begin_inset space \hfill{}
14770 \end_inset
14771
14772
14773 \begin_inset Tabular
14774 <lyxtabular version="3" rows="11" columns="2">
14775 <features>
14776 <column alignment="center" valignment="top" width="0pt">
14777 <column alignment="center" valignment="top" width="0pt">
14778 <row>
14779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783 Command
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792 Result
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 </row>
14798 <row>
14799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803
14804 \backslash
14805 sum
14806 \begin_inset Index
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810 Commands ! S ! 
14811 \backslash
14812 sum
14813 \end_layout
14814
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 \begin_inset Formula $\sum$
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 </row>
14835 <row>
14836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840
14841 \backslash
14842 int
14843 \begin_inset Index
14844 status collapsed
14845
14846 \begin_layout Plain Layout
14847 Commands ! I ! 
14848 \backslash
14849 int
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 \begin_inset Formula $\int$
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 </row>
14872 <row>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877
14878 \backslash
14879 intop
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 \begin_inset Formula $\intop$
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row>
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902
14903 \backslash
14904 oint
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 \begin_inset Formula $\oint$
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \backslash
14929 ointop
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 \begin_inset Formula $\ointop$
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \backslash
14954 ointctrclockwise
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 \begin_inset Formula $\ointctrclockwise$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \backslash
14979 ointclockwise
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Formula $\ointclockwise$
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 <row>
14998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \backslash
15004 sqint
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 \begin_inset Formula $\sqint$
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 </row>
15022 <row>
15023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027
15028 \backslash
15029 bigcap
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 \begin_inset Formula $\bigcap$
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row>
15048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \backslash
15054 bigcup
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 \begin_inset Formula $\bigcup$
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 </row>
15072 </lyxtabular>
15073
15074 \end_inset
15075
15076
15077 \begin_inset space \hfill{}
15078 \end_inset
15079
15080
15081 \begin_inset Tabular
15082 <lyxtabular version="3" rows="10" columns="2">
15083 <features>
15084 <column alignment="center" valignment="top" width="0pt">
15085 <column alignment="center" valignment="top" width="0pt">
15086 <row>
15087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 Command
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 Result
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 <row>
15107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \backslash
15113 prod
15114 \begin_inset Index
15115 status collapsed
15116
15117 \begin_layout Plain Layout
15118 Commands ! P ! 
15119 \backslash
15120 prod
15121 \end_layout
15122
15123 \end_inset
15124
15125
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 \begin_inset Formula $\prod$
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 </row>
15143 <row>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148
15149 \backslash
15150 coprod
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 \begin_inset Formula $\coprod$
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \backslash
15175 bigodot
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 \begin_inset Formula $\bigodot$
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 <row>
15194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198
15199 \backslash
15200 bigotimes
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 \begin_inset Formula $\bigotimes$
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 <row>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \backslash
15225 bigoplus
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234 \begin_inset Formula $\bigoplus$
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \backslash
15250 bigwedge
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 \begin_inset Formula $\bigwedge$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 bigvee
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 \begin_inset Formula $\bigvee$
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 <row>
15294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298
15299 \backslash
15300 bigsqcup
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 \begin_inset Formula $\bigsqcup$
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 </row>
15318 <row>
15319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323
15324 \backslash
15325 biguplus
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 \begin_inset Formula $\biguplus$
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 </row>
15343 </lyxtabular>
15344
15345 \end_inset
15346
15347
15348 \begin_inset space \hfill{}
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \begin_layout Standard
15355 All big operators can also be inserted via the math toolbar button 
15356 \begin_inset Graphics
15357         filename ../images/math/intop.png
15358         scale 85
15359
15360 \end_inset
15361
15362 .
15363 \end_layout
15364
15365 \begin_layout Standard
15366 The operators are called big because they are bigger than the sometimes
15367  equal looking binary operators.
15368  All big operators can have limits as described in the next subsection.
15369 \end_layout
15370
15371 \begin_layout Standard
15372 The operators 
15373 \series bold
15374
15375 \backslash
15376 intop
15377 \series default
15378  and 
15379 \series bold
15380
15381 \backslash
15382 ointop
15383 \series default
15384  are different from 
15385 \series bold
15386
15387 \backslash
15388 int
15389 \series default
15390  and 
15391 \series bold
15392
15393 \backslash
15394 oint
15395 \series default
15396 , resp.
15397 \begin_inset space ~
15398 \end_inset
15399
15400 in the style the operator limits are displayed, see 
15401 \begin_inset CommandInset ref
15402 LatexCommand ref
15403 reference "sub:Operator-Limits"
15404
15405 \end_inset
15406
15407 .
15408  
15409 \end_layout
15410
15411 \begin_layout Subsubsection*
15412 Advices for Integrals
15413 \end_layout
15414
15415 \begin_layout Standard
15416 The letter 
15417 \emph on
15418 d
15419 \emph default
15420  in an integral is an operator, that therefore has to be set upright.
15421  This is done by highlighting the 
15422 \emph on
15423 d
15424 \emph default
15425  and using the keyboard shortcut 
15426 \family sans
15427 Alt-c
15428 \begin_inset space ~
15429 \end_inset
15430
15431 r
15432 \family default
15433
15434 \begin_inset Foot
15435 status collapsed
15436
15437 \begin_layout Plain Layout
15438 Font styles
15439 \series bold
15440  
15441 \series default
15442 see 
15443 \begin_inset CommandInset ref
15444 LatexCommand ref
15445 reference "sub:Font-Styles"
15446
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \end_inset
15453
15454 .
15455  Finally the smallest space is inserted before the 
15456 \emph on
15457 d
15458 \emph default
15459 , as this is usual for operators.
15460  An example:
15461 \end_layout
15462
15463 \begin_layout Standard
15464 incorrect: 
15465 \begin_inset Formula $\int A(x)dx$
15466 \end_inset
15467
15468
15469 \begin_inset Newline newline
15470 \end_inset
15471
15472
15473 \begin_inset ERT
15474 status collapsed
15475
15476 \begin_layout Plain Layout
15477
15478
15479 \backslash
15480 hphantom{in}
15481 \end_layout
15482
15483 \end_inset
15484
15485 correct: 
15486 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \begin_layout Standard
15493 For multiple integrals there are the following commands:
15494 \begin_inset VSpace medskip
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \begin_layout Standard
15501 \begin_inset space \hfill{}
15502 \end_inset
15503
15504
15505 \begin_inset Tabular
15506 <lyxtabular version="3" rows="4" columns="2">
15507 <features>
15508 <column alignment="center" valignment="top" width="0">
15509 <column alignment="center" valignment="top" width="0">
15510 <row>
15511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515 Command
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524 Result
15525 \begin_inset Note Note
15526 status collapsed
15527
15528 \begin_layout Plain Layout
15529
15530 \series bold
15531
15532 \backslash
15533 raisebox
15534 \series default
15535  is only used as spacer.
15536 \end_layout
15537
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 <row>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \backslash
15553 iint
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 </row>
15571 <row>
15572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \backslash
15578 oiint
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 <row>
15597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \backslash
15603 sqiint
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 </row>
15621 </lyxtabular>
15622
15623 \end_inset
15624
15625
15626 \begin_inset space \hfill{}
15627 \end_inset
15628
15629
15630 \begin_inset Tabular
15631 <lyxtabular version="3" rows="4" columns="2">
15632 <features>
15633 <column alignment="center" valignment="top" width="0">
15634 <column alignment="center" valignment="top" width="0">
15635 <row>
15636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640 Command
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 Result
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 </row>
15655 <row>
15656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660
15661 \backslash
15662 iiint
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 </row>
15680 <row>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685
15686 \backslash
15687 iiiint
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15697 \end_inset
15698
15699
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 </row>
15705 <row>
15706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \backslash
15712 dotsint
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15722 \end_inset
15723
15724
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 </row>
15730 </lyxtabular>
15731
15732 \end_inset
15733
15734
15735 \begin_inset space \hfill{}
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Subsection
15742 Operator Limits
15743 \begin_inset CommandInset label
15744 LatexCommand label
15745 name "sub:Operator-Limits"
15746
15747 \end_inset
15748
15749
15750 \begin_inset Index
15751 status collapsed
15752
15753 \begin_layout Plain Layout
15754 Operators ! Limits
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Standard
15763 Limits are created by super- and subscripts:
15764 \end_layout
15765
15766 \begin_layout Standard
15767 \align center
15768 \begin_inset Tabular
15769 <lyxtabular version="3" rows="2" columns="2">
15770 <features>
15771 <column alignment="center" valignment="top" width="0pt">
15772 <column alignment="center" valignment="top" width="0pt">
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 Command
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 Result
15788 \begin_inset Note Note
15789 status collapsed
15790
15791 \begin_layout Plain Layout
15792
15793 \series bold
15794
15795 \backslash
15796 raisebox
15797 \series default
15798  is only used as spacer.
15799 \end_layout
15800
15801 \end_inset
15802
15803
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row>
15810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814
15815 \backslash
15816 prod^
15817 \backslash
15818 infty
15819 \begin_inset ERT
15820 status collapsed
15821
15822 \begin_layout Plain Layout
15823
15824
15825 \backslash
15826 spce 
15827 \end_layout
15828
15829 \end_inset
15830
15831
15832 \begin_inset Formula $\to$
15833 \end_inset
15834
15835 _0
15836 \begin_inset Formula $\to$
15837 \end_inset
15838
15839 A(x)
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 </lyxtabular>
15858
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \begin_layout Standard
15865 Limits of inline formulas are set right beside the operator.
15866  Limits in displayed formulas are set above or below the operator, except
15867  of integral limits.
15868 \end_layout
15869
15870 \begin_layout Standard
15871 To force that the limits are set beside the operator, the cursor is set
15872  directly behind the operator and the limits type is changed with the menu
15873  
15874 \family sans
15875 Edit\SpecialChar \menuseparator
15876 Math\SpecialChar \menuseparator
15877 Change Limits Type
15878 \family default
15879  to 
15880 \family sans
15881 \series bold
15882 Inline
15883 \family default
15884 \series default
15885  (shortcut 
15886 \family sans
15887 Alt-m
15888 \begin_inset space ~
15889 \end_inset
15890
15891 l
15892 \family default
15893 ).
15894  An example:
15895 \end_layout
15896
15897 \begin_layout Standard
15898 The default limits type is this:
15899 \begin_inset Formula \[
15900 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15901
15902 \end_inset
15903
15904 This is how it looks when the limits type was changed to 
15905 \family sans
15906 \series bold
15907 Inline
15908 \family default
15909 \series default
15910 :
15911 \begin_inset Formula \[
15912 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15913
15914 \end_inset
15915
15916 For integrals, except of 
15917 \series bold
15918
15919 \backslash
15920 intop
15921 \series default
15922  and 
15923 \series bold
15924
15925 \backslash
15926 ointop
15927 \series default
15928 , the limits are by default set beside the operator.
15929  But for multiple integrals the limits are often set below the operator.
15930  In the following example the limits type was therefore set to 
15931 \series bold
15932 Display
15933 \series default
15934  and so set below the integrals:
15935 \begin_inset Formula \begin{equation}
15936 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15937
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \begin_layout Standard
15944 \begin_inset VSpace medskip
15945 \end_inset
15946
15947 To specify conditions for limits, the commands 
15948 \series bold
15949
15950 \backslash
15951 subarray
15952 \series default
15953
15954 \begin_inset Index
15955 status collapsed
15956
15957 \begin_layout Plain Layout
15958 Commands ! S ! 
15959 \backslash
15960 subarray
15961 \end_layout
15962
15963 \end_inset
15964
15965  and 
15966 \series bold
15967
15968 \backslash
15969 substack
15970 \series default
15971
15972 \begin_inset Index
15973 status collapsed
15974
15975 \begin_layout Plain Layout
15976 Commands ! S ! 
15977 \backslash
15978 substack
15979 \end_layout
15980
15981 \end_inset
15982
15983  are used.
15984  To create for example this expression 
15985 \begin_inset Formula \begin{equation}
15986 \sum_{\begin{subarray}{c}
15987 0<k<1000\\
15988 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 the following has to be done:
15997 \begin_inset Newline newline
15998 \end_inset
15999
16000 First the command 
16001 \series bold
16002
16003 \backslash
16004 sum
16005 \series default
16006 ^
16007 \series bold
16008 n
16009 \begin_inset ERT
16010 status collapsed
16011
16012 \begin_layout Plain Layout
16013
16014
16015 \backslash
16016 spce 
16017 \end_layout
16018
16019 \end_inset
16020
16021 _
16022 \series default
16023  is typed in.
16024  One is now in a blue box under the summation operator and insert there
16025  the command 
16026 \series bold
16027
16028 \backslash
16029 subarray
16030 \begin_inset ERT
16031 status collapsed
16032
16033 \begin_layout Plain Layout
16034
16035
16036 \backslash
16037 spce 
16038 \end_layout
16039
16040 \end_inset
16041
16042
16043 \series default
16044 .
16045  The blue box is now within a purple box and now several lines can be written
16046  among each other.
16047  A new line is created by inserting a line break (
16048 \family sans
16049 Ctrl-Return
16050 \family default
16051 ).
16052  When now
16053 \begin_inset Newline newline
16054 \end_inset
16055
16056
16057 \series bold
16058 0<k<1000 Ctrl-Return
16059 \begin_inset Newline newline
16060 \end_inset
16061
16062
16063 \series default
16064 is typed in, a new box appears below for the new line.
16065 \end_layout
16066
16067 \begin_layout Standard
16068 The alignment of the lines can be changed to left aligned with the 
16069 \family sans
16070 table
16071 \family default
16072  
16073 \family sans
16074 toolbar
16075 \family default
16076  or the menu 
16077 \family sans
16078 Edit\SpecialChar \menuseparator
16079 Rows &Columns
16080 \family default
16081 .
16082  To get right alignment, 
16083 \series bold
16084
16085 \backslash
16086 hfill
16087 \begin_inset ERT
16088 status collapsed
16089
16090 \begin_layout Plain Layout
16091
16092
16093 \backslash
16094 spce 
16095 \end_layout
16096
16097 \end_inset
16098
16099
16100 \series default
16101  is inserted at the beginning of the line.
16102 \end_layout
16103
16104 \begin_layout Standard
16105 The command 
16106 \series bold
16107
16108 \backslash
16109 substack
16110 \series default
16111  is equivalent to 
16112 \series bold
16113
16114 \backslash
16115 subarray
16116 \series default
16117  with the difference that the lines are always centered.
16118 \end_layout
16119
16120 \begin_layout Standard
16121 \begin_inset VSpace bigskip
16122 \end_inset
16123
16124 Like in formula 
16125 \begin_inset CommandInset ref
16126 LatexCommand eqref
16127 reference "eq:substack"
16128
16129 \end_inset
16130
16131  there can be too much space beside an operator, because the characters
16132  following the operator are set beside the limits.
16133 \end_layout
16134
16135 \begin_layout Standard
16136 To avoid this, the following macro can be used in the LaTeX-preamble:
16137 \end_layout
16138
16139 \begin_layout Standard
16140
16141 \series bold
16142
16143 \backslash
16144 def
16145 \backslash
16146 clap#1{
16147 \backslash
16148 hbox to 0pt{
16149 \backslash
16150 hss #1
16151 \backslash
16152 hss}}
16153 \begin_inset Newline newline
16154 \end_inset
16155
16156
16157 \backslash
16158 def
16159 \backslash
16160 mathclap {
16161 \backslash
16162 mathpalette 
16163 \backslash
16164 mathclapinternal}
16165 \begin_inset Newline newline
16166 \end_inset
16167
16168
16169 \backslash
16170 def
16171 \backslash
16172 mathclapinternal #1#2{
16173 \backslash
16174 clap{$
16175 \backslash
16176 mathsurround =0pt #1{#2}$}}
16177 \end_layout
16178
16179 \begin_layout Standard
16180 This defines the command 
16181 \series bold
16182
16183 \backslash
16184 mathclap
16185 \series default
16186
16187 \begin_inset Index
16188 status collapsed
16189
16190 \begin_layout Plain Layout
16191 Commands ! M ! 
16192 \backslash
16193 mathclap
16194 \end_layout
16195
16196 \end_inset
16197
16198  that sets the width of the limit to 0
16199 \begin_inset space \thinspace{}
16200 \end_inset
16201
16202 pt.
16203  The command scheme is
16204 \end_layout
16205
16206 \begin_layout Standard
16207
16208 \series bold
16209
16210 \backslash
16211 mathclap{limit}
16212 \end_layout
16213
16214 \begin_layout Standard
16215 where the limit can consist of several conditions.
16216 \end_layout
16217
16218 \begin_layout Standard
16219 Applied on formula 
16220 \begin_inset CommandInset ref
16221 LatexCommand eqref
16222 reference "eq:substack"
16223
16224 \end_inset
16225
16226 , one uses the command
16227 \end_layout
16228
16229 \begin_layout Standard
16230
16231 \series bold
16232
16233 \backslash
16234 sum_
16235 \backslash
16236 mathclap{
16237 \backslash
16238 substack
16239 \begin_inset ERT
16240 status collapsed
16241
16242 \begin_layout Plain Layout
16243
16244
16245 \backslash
16246 spce 
16247 \end_layout
16248
16249 \end_inset
16250
16251 0<k<1000 Ctrl-Enter
16252 \end_layout
16253
16254 \begin_layout Standard
16255 to create the lower limit.
16256  The summand is now directly behind the summation operator:
16257 \begin_inset Formula \[
16258 \sum_{\mathclap{\substack{0<k<1000\\
16259 \\k\,\in\,\mathbb{N}}
16260 }}^{n}k^{-2}\]
16261
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \begin_layout Standard
16268 \begin_inset VSpace bigskip
16269 \end_inset
16270
16271 How to use one limit for several operators is described in 
16272 \begin_inset CommandInset ref
16273 LatexCommand ref
16274 reference "sub:Self-defined-Operators"
16275
16276 \end_inset
16277
16278 .
16279 \end_layout
16280
16281 \begin_layout Standard
16282 \begin_inset Newpage newpage
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \begin_layout Subsection
16289 Binary Operators
16290 \begin_inset CommandInset label
16291 LatexCommand label
16292 name "sub:Binary-Operators"
16293
16294 \end_inset
16295
16296
16297 \begin_inset Index
16298 status collapsed
16299
16300 \begin_layout Plain Layout
16301 Operators ! binary
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \begin_layout Standard
16310 Binary operators are surrounded by space when there is a character before
16311  and behind them.
16312 \begin_inset VSpace medskip
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \begin_layout Standard
16319 \begin_inset space \hfill{}
16320 \end_inset
16321
16322
16323 \begin_inset Tabular
16324 <lyxtabular version="3" rows="13" columns="2">
16325 <features>
16326 <column alignment="center" valignment="top" width="0pt">
16327 <column alignment="center" valignment="top" width="0pt">
16328 <row>
16329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 Command
16334 \begin_inset Note Note
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338
16339 \series bold
16340
16341 \backslash
16342 raisebox
16343 \series default
16344  is only used as spacer.
16345 \end_layout
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 Result
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 </row>
16364 <row>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369 +
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378 \begin_inset Formula $+$
16379 \end_inset
16380
16381
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 -
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 \begin_inset Formula $-$
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \backslash
16417 pm
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 \begin_inset Formula $\pm$
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440
16441 \backslash
16442 mp
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 \begin_inset Formula $\mp$
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \backslash
16467 cdot
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 \begin_inset Formula $\cdot$
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490
16491 \backslash
16492 times
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Formula $\times$
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515
16516 \backslash
16517 div
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 \begin_inset Formula $\div$
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 <row>
16536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 \begin_inset ERT
16541 status collapsed
16542
16543 \begin_layout Plain Layout
16544
16545
16546 \backslash
16547 raisebox{-1.2mm}{
16548 \end_layout
16549
16550 \end_inset
16551
16552 *
16553 \begin_inset ERT
16554 status collapsed
16555
16556 \begin_layout Plain Layout
16557
16558 }
16559 \end_layout
16560
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 \begin_inset Formula $*$
16573 \end_inset
16574
16575
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 </row>
16581 <row>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586
16587 \backslash
16588 star
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 \begin_inset Formula $\star$
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611
16612 \backslash
16613 circ
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $\circ$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636
16637 \backslash
16638 diamond
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 \begin_inset Formula $\diamond$
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 </row>
16656 <row>
16657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661
16662 \backslash
16663 bullet
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 \begin_inset Formula $\bullet$
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 </row>
16681 </lyxtabular>
16682
16683 \end_inset
16684
16685
16686 \begin_inset space \hfill{}
16687 \end_inset
16688
16689
16690 \begin_inset Tabular
16691 <lyxtabular version="3" rows="13" columns="2">
16692 <features>
16693 <column alignment="center" valignment="top" width="0pt">
16694 <column alignment="center" valignment="top" width="0pt">
16695 <row>
16696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700 Command
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 Result
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 </row>
16715 <row>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720
16721 \backslash
16722 nabla
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 \begin_inset Formula $\nabla$
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 </row>
16740 <row>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745
16746 \backslash
16747 bigtriangledown
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 \begin_inset Formula $\bigtriangledown$
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 <row>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770
16771 \backslash
16772 bigtriangleup
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 \begin_inset Formula $\bigtriangleup$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \backslash
16797 Box
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 \begin_inset Formula $\Box$
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820
16821 \backslash
16822 cap 
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831 \begin_inset Formula $\cap$
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \backslash
16847 cup
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 \begin_inset Formula $\cup$
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \backslash
16872 dagger
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Formula $\dagger$
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 <row>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \backslash
16897 ddagger
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Formula $\ddagger$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \backslash
16922 wr
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 \begin_inset Formula $\wr$
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 </row>
16940 <row>
16941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945
16946 \backslash
16947 bigcirc
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 \begin_inset Formula $\bigcirc$
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \backslash
16972 wedge
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $\wedge$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 <row>
16991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995
16996 \backslash
16997 vee
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 \begin_inset Formula $\vee$
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 </lyxtabular>
17016
17017 \end_inset
17018
17019
17020 \begin_inset space \hfill{}
17021 \end_inset
17022
17023
17024 \begin_inset Tabular
17025 <lyxtabular version="3" rows="13" columns="2">
17026 <features>
17027 <column alignment="center" valignment="top" width="0pt">
17028 <column alignment="center" valignment="top" width="0pt">
17029 <row>
17030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 Command
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 Result
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054
17055 \backslash
17056 oplus
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Formula $\oplus$
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 <row>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079
17080 \backslash
17081 ominus
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 \begin_inset Formula $\ominus$
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \backslash
17106 otimes
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 \begin_inset Formula $\otimes$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129
17130 \backslash
17131 oslash
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 \begin_inset Formula $\oslash$
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 </row>
17149 <row>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154
17155 \backslash
17156 odot
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 \begin_inset Formula $\odot$
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \backslash
17181 amalg
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 \begin_inset Formula $\amalg$
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \backslash
17206 uplus
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 \begin_inset Formula $\uplus$
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \backslash
17231 setminus
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\setminus$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 <row>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \backslash
17256 sqcap
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $\sqcap$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \backslash
17281 sqcup
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Formula $\sqcup$
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \backslash
17306 triangleleft
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\triangleleft$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329
17330 \backslash
17331 triangleright
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 \begin_inset Formula $\triangleright$
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 </lyxtabular>
17350
17351 \end_inset
17352
17353
17354 \begin_inset space \hfill{}
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \begin_layout Standard
17361 All binary operators can also be inserted via the math toolbar button 
17362 \begin_inset Graphics
17363         filename ../images/math/pm.png
17364         scale 85
17365
17366 \end_inset
17367
17368 .
17369 \end_layout
17370
17371 \begin_layout Standard
17372 To typeset the Laplace operator also 
17373 \series bold
17374
17375 \backslash
17376 Delta
17377 \series default
17378  or 
17379 \series bold
17380
17381 \backslash
17382 nabla
17383 \series default
17384 ^
17385 \series bold
17386 2
17387 \series default
17388  (
17389 \begin_inset Formula $\nabla^{2}$
17390 \end_inset
17391
17392 ) can be used instead of 
17393 \series bold
17394
17395 \backslash
17396 bigtriangleup
17397 \series default
17398  .
17399 \end_layout
17400
17401 \begin_layout Standard
17402 The character 
17403 \family sans
17404 Menu Separator
17405 \family default
17406  from the menu 
17407 \family sans
17408 Insert\SpecialChar \menuseparator
17409 Special Character
17410 \family default
17411  is the operator 
17412 \series bold
17413
17414 \backslash
17415 triangleright
17416 \series default
17417 .
17418 \end_layout
17419
17420 \begin_layout Subsection
17421 Self-defined Operators
17422 \begin_inset CommandInset label
17423 LatexCommand label
17424 name "sub:Self-defined-Operators"
17425
17426 \end_inset
17427
17428
17429 \begin_inset Index
17430 status collapsed
17431
17432 \begin_layout Plain Layout
17433 Operators ! self-defined
17434 \end_layout
17435
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \begin_layout Standard
17442 With the help of the command 
17443 \series bold
17444
17445 \backslash
17446 DeclareMathOperator
17447 \series default
17448
17449 \begin_inset Index
17450 status collapsed
17451
17452 \begin_layout Plain Layout
17453 Commands ! D ! 
17454 \backslash
17455 dbinom@
17456 \backslash
17457 DeclareMathOperator
17458 \end_layout
17459
17460 \end_inset
17461
17462  custom operators can be defined in the LaTeX-preamble.
17463  Its command scheme is:
17464 \end_layout
17465
17466 \begin_layout Standard
17467
17468 \series bold
17469
17470 \backslash
17471 DeclareMathOperator{new command}{display}
17472 \end_layout
17473
17474 \begin_layout Standard
17475 Display can be characters or symbols that define how the operator looks
17476  in the output.
17477  To define a big operator a * is set behind the command.
17478  All self-defined big operators can have limits as described in 
17479 \begin_inset CommandInset ref
17480 LatexCommand ref
17481 reference "sub:Operator-Limits"
17482
17483 \end_inset
17484
17485 .
17486 \end_layout
17487
17488 \begin_layout Standard
17489 For example the LaTeX-preamble line
17490 \end_layout
17491
17492 \begin_layout Standard
17493
17494 \series bold
17495
17496 \backslash
17497 DeclareMathOperator*{
17498 \backslash
17499 Lozenge}{
17500 \backslash
17501 blacklozenge}
17502 \end_layout
17503
17504 \begin_layout Standard
17505 defines the command 
17506 \series bold
17507
17508 \backslash
17509 Lozenge
17510 \series default
17511 , that inserts a big operator consisting of the lozenge symbol from 
17512 \begin_inset CommandInset ref
17513 LatexCommand ref
17514 reference "sub:Miscellaneous-Symbols"
17515
17516 \end_inset
17517
17518 :
17519 \begin_inset Formula \[
17520 \Lozenge_{n=1}^{\infty}\]
17521
17522 \end_inset
17523
17524 The command for this formula is: 
17525 \series bold
17526
17527 \backslash
17528 Lozenge
17529 \series default
17530 ^
17531 \series bold
17532
17533 \backslash
17534 infty
17535 \begin_inset Formula $\to$
17536 \end_inset
17537
17538 _n=1
17539 \end_layout
17540
17541 \begin_layout Standard
17542 \begin_inset VSpace bigskip
17543 \end_inset
17544
17545 When self-defined operators are not used several times in the document,
17546  they can also be defined with the commands 
17547 \series bold
17548
17549 \backslash
17550 mathop
17551 \series default
17552
17553 \begin_inset Index
17554 status collapsed
17555
17556 \begin_layout Plain Layout
17557 Commands ! M ! 
17558 \backslash
17559 mathop
17560 \end_layout
17561
17562 \end_inset
17563
17564  and 
17565 \series bold
17566
17567 \backslash
17568 mathbin
17569 \series default
17570
17571 \begin_inset Index
17572 status collapsed
17573
17574 \begin_layout Plain Layout
17575 Commands ! M ! 
17576 \backslash
17577 mathbin
17578 \end_layout
17579
17580 \end_inset
17581
17582 , which have the following scheme:
17583 \end_layout
17584
17585 \begin_layout Standard
17586
17587 \series bold
17588
17589 \backslash
17590 mathop{display}
17591 \series default
17592  and 
17593 \series bold
17594
17595 \backslash
17596 mathbin{display}
17597 \end_layout
17598
17599 \begin_layout Standard
17600
17601 \series bold
17602
17603 \backslash
17604 mathop
17605 \series default
17606  defines big operators, 
17607 \series bold
17608
17609 \backslash
17610 mathbin
17611 \series default
17612  binary operators.
17613 \end_layout
17614
17615 \begin_layout Standard
17616
17617 \series bold
17618
17619 \backslash
17620 mathop
17621 \series default
17622  can e.
17623 \begin_inset space \thinspace{}
17624 \end_inset
17625
17626 g.
17627 \begin_inset space ~
17628 \end_inset
17629
17630 be used to use one limit for several operators:
17631 \end_layout
17632
17633 \begin_layout Standard
17634 \begin_inset Formula \[
17635 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17636
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \begin_layout Standard
17643 The command for the formula above is:
17644 \begin_inset Newline newline
17645 \end_inset
17646
17647
17648 \series bold
17649
17650 \backslash
17651 mathop{
17652 \backslash
17653 sum
17654 \backslash
17655 negmedspace
17656 \backslash
17657 sum
17658 \series default
17659
17660 \begin_inset ERT
17661 status collapsed
17662
17663 \begin_layout Plain Layout
17664
17665
17666 \backslash
17667 spce 
17668 \end_layout
17669
17670 \end_inset
17671
17672
17673 \series bold
17674
17675 \begin_inset Formula $\to$
17676 \end_inset
17677
17678 ^N
17679 \series default
17680
17681 \begin_inset ERT
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685
17686
17687 \backslash
17688 spce 
17689 \end_layout
17690
17691 \end_inset
17692
17693
17694 \series bold
17695 _i,j=1
17696 \end_layout
17697
17698 \begin_layout Section
17699 Fonts
17700 \begin_inset Index
17701 status collapsed
17702
17703 \begin_layout Plain Layout
17704 Fonts
17705 \end_layout
17706
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \begin_layout Subsection
17713 Font Styles
17714 \begin_inset CommandInset label
17715 LatexCommand label
17716 name "sub:Font-Styles"
17717
17718 \end_inset
17719
17720
17721 \begin_inset Index
17722 status collapsed
17723
17724 \begin_layout Plain Layout
17725 Font ! style
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Standard
17734 Latin letters in formulas can be set in one of the following font styles:
17735 \begin_inset VSpace -2mm
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Standard
17742 \align center
17743 \begin_inset Tabular
17744 <lyxtabular version="3" rows="6" columns="3">
17745 <features>
17746 <column alignment="center" valignment="top" width="0">
17747 <column alignment="center" valignment="top" width="0">
17748 <column alignment="center" valignment="top" width="0">
17749 <row>
17750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754 Command
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763 Result
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 shortcut
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 </row>
17778 <row>
17779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783
17784 \backslash
17785 mathbb
17786 \series bold
17787
17788 \begin_inset ERT
17789 status collapsed
17790
17791 \begin_layout Plain Layout
17792
17793
17794 \backslash
17795 spce 
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \series default
17802 ABC
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 \begin_inset Formula $\mathbb{ABC}$
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 Alt-c c
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 </row>
17829 <row>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834
17835 \backslash
17836 mathbf
17837 \series bold
17838
17839 \begin_inset ERT
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843
17844
17845 \backslash
17846 spce 
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \series default
17853 AbC
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862 \begin_inset Formula $\mathbf{AbC}$
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 Ctrl-b
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 Alt-c b or Ctrl-Alt-b
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936
17937 \backslash
17938 mathcal
17939 \series bold
17940
17941 \begin_inset ERT
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945
17946
17947 \backslash
17948 spce 
17949 \end_layout
17950
17951 \end_inset
17952
17953
17954 \series default
17955 ABC
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 \begin_inset Formula $\mathcal{ABC}$
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 Alt-c e
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 </row>
17982 <row>
17983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987
17988 \backslash
17989 mathfrak
17990 \series bold
17991
17992 \begin_inset ERT
17993 status collapsed
17994
17995 \begin_layout Plain Layout
17996
17997
17998 \backslash
17999 spce 
18000 \end_layout
18001
18002 \end_inset
18003
18004
18005 \series default
18006 AbC
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 \begin_inset Formula $\mathfrak{AbC}$
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 -
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 </row>
18033 </lyxtabular>
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Standard
18041 \align center
18042 \begin_inset Tabular
18043 <lyxtabular version="3" rows="5" columns="3">
18044 <features>
18045 <column alignment="center" valignment="top" width="0">
18046 <column alignment="center" valignment="top" width="0">
18047 <column alignment="center" valignment="top" width="0">
18048 <row>
18049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 Command
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 Result
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 shortcut
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 </row>
18077 <row>
18078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082
18083 \backslash
18084 mathit
18085 \series bold
18086
18087 \begin_inset ERT
18088 status collapsed
18089
18090 \begin_layout Plain Layout
18091
18092
18093 \backslash
18094 spce 
18095 \end_layout
18096
18097 \end_inset
18098
18099
18100 \series default
18101 AbC
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 \begin_inset Formula $\mathit{AbC}$
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 -
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 </row>
18128 <row>
18129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \backslash
18135 mathrm
18136 \series bold
18137
18138 \begin_inset ERT
18139 status collapsed
18140
18141 \begin_layout Plain Layout
18142
18143
18144 \backslash
18145 spce 
18146 \end_layout
18147
18148 \end_inset
18149
18150
18151 \series default
18152 AbC
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 \begin_inset Formula $\mathrm{AbC}$
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 Alt-c r
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \backslash
18186 mathsf
18187 \series bold
18188
18189 \begin_inset ERT
18190 status collapsed
18191
18192 \begin_layout Plain Layout
18193
18194
18195 \backslash
18196 spce 
18197 \end_layout
18198
18199 \end_inset
18200
18201
18202 \series default
18203 AbC
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 \begin_inset Formula $\mathsf{AbC}$
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 Alt-c s
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row>
18231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \backslash
18237 mathtt
18238 \series bold
18239
18240 \begin_inset ERT
18241 status collapsed
18242
18243 \begin_layout Plain Layout
18244
18245
18246 \backslash
18247 spce 
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \series default
18254 AbC
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 \begin_inset Formula $\mathtt{AbC}$
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 Alt-c p
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 </row>
18281 </lyxtabular>
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Standard
18289 \begin_inset Note Greyedout
18290 status open
18291
18292 \begin_layout Plain Layout
18293
18294 \series bold
18295 Note:
18296 \series default
18297  The styles 
18298 \series bold
18299
18300 \backslash
18301 mathbb
18302 \series default
18303  and 
18304 \series bold
18305
18306 \backslash
18307 mathcal
18308 \series default
18309  can only be used for big letters.
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 Predefined is the style 
18319 \series bold
18320
18321 \backslash
18322 mathnormal
18323 \series default
18324 .
18325 \end_layout
18326
18327 \begin_layout Standard
18328 The style commands work also for letters in mathematical constructs:
18329 \begin_inset Formula \[
18330 \mathfrak{A=\frac{b}{C}}\]
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 Characters in mathematical text don't appear in a math font style but in
18339  the text font style 
18340 \series bold
18341
18342 \backslash
18343 textrm
18344 \series default
18345 .
18346  That their style can't be set correctly via the text style dialog is a
18347  bug in LyX.
18348 \begin_inset Foot
18349 status collapsed
18350
18351 \begin_layout Plain Layout
18352 \begin_inset CommandInset href
18353 LatexCommand href
18354 name "LyX-bug #4091"
18355 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Standard
18368 Instead of the style commands the dialog 
18369 \family sans
18370 Edit\SpecialChar \menuseparator
18371 Math\SpecialChar \menuseparator
18372 Text Style
18373 \family default
18374  or the toolbar button 
18375 \begin_inset Graphics
18376         filename ../images/math/font.png
18377         scale 85
18378
18379 \end_inset
18380
18381  can be used.
18382 \end_layout
18383
18384 \begin_layout Subsection
18385 Bold Formulas
18386 \begin_inset CommandInset label
18387 LatexCommand label
18388 name "sub:Bold-Formulas"
18389
18390 \end_inset
18391
18392
18393 \begin_inset Index
18394 status collapsed
18395
18396 \begin_layout Plain Layout
18397 Formula ! bold
18398 \end_layout
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Standard
18406 To make a complete formula bold, the command 
18407 \series bold
18408
18409 \backslash
18410 mathbf
18411 \series default
18412  from the previous subsection cannot be used, because it doesn't work for
18413  small Greek letters.
18414  Furthermore it prints Latin letters always upright, like in the following
18415  equation:
18416 \end_layout
18417
18418 \begin_layout Standard
18419 \begin_inset Formula \[
18420 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \begin_layout Standard
18428 To display the formula correctly, the command 
18429 \series bold
18430
18431 \backslash
18432 boldsymbol
18433 \series default
18434  is used:
18435 \begin_inset Formula \[
18436 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18437
18438 \end_inset
18439
18440 It is also possible to set the formula in a 
18441 \series bold
18442 boldmath environment
18443 \series default
18444 .
18445  This environment is created by inserting the command 
18446 \series bold
18447
18448 \backslash
18449 boldmath
18450 \begin_inset Index
18451 status collapsed
18452
18453 \begin_layout Plain Layout
18454 Commands ! B ! 
18455 \backslash
18456 boldmath
18457 \end_layout
18458
18459 \end_inset
18460
18461
18462 \series default
18463  in TeX-mode.
18464  To end the environment, the command 
18465 \series bold
18466
18467 \backslash
18468 unboldmath
18469 \begin_inset Index
18470 status collapsed
18471
18472 \begin_layout Plain Layout
18473 Commands ! U ! 
18474 \backslash
18475 unboldmath
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \series default
18482  is inserted in TeX-mode.
18483 \begin_inset ERT
18484 status collapsed
18485
18486 \begin_layout Plain Layout
18487
18488
18489 \backslash
18490 boldmath 
18491 \end_layout
18492
18493 \end_inset
18494
18495
18496 \begin_inset Formula \[
18497 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18498
18499 \end_inset
18500
18501
18502 \begin_inset ERT
18503 status collapsed
18504
18505 \begin_layout Plain Layout
18506
18507
18508 \backslash
18509 unboldmath 
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \begin_layout Subsection
18518 Colored Formulas
18519 \begin_inset Index
18520 status collapsed
18521
18522 \begin_layout Plain Layout
18523 Formula ! colored
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \begin_layout Standard
18532 Formulas can be colored like normal text: Highlight a formula or a formula
18533  part and use the 
18534 \family sans
18535 Text Style
18536 \family default
18537  dialog.
18538  Here is a formula in magenta:
18539 \begin_inset Formula \[
18540 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18541
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \begin_layout Standard
18548 You can also define your own colors as described in 
18549 \begin_inset CommandInset ref
18550 LatexCommand ref
18551 reference "sub:Colored-Boxes"
18552
18553 \end_inset
18554
18555 .
18556  They can be used with the TeX code command 
18557 \series bold
18558
18559 \backslash
18560 textcolor
18561 \series default
18562
18563 \begin_inset Index
18564 status collapsed
18565
18566 \begin_layout Plain Layout
18567 Commands ! T ! 
18568 \backslash
18569 textcolor
18570 \end_layout
18571
18572 \end_inset
18573
18574  in the scheme
18575 \end_layout
18576
18577 \begin_layout Standard
18578
18579 \series bold
18580
18581 \backslash
18582 textcolor{color}{characters or formula}
18583 \end_layout
18584
18585 \begin_layout Standard
18586 The following example was colored completely dark green and partly red:
18587 \end_layout
18588
18589 \begin_layout Standard
18590 \begin_inset ERT
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594
18595
18596 \backslash
18597 textcolor{darkgreen}{
18598 \end_layout
18599
18600 \end_inset
18601
18602
18603 \begin_inset Formula \[
18604 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18605
18606 \end_inset
18607
18608
18609 \begin_inset ERT
18610 status collapsed
18611
18612 \begin_layout Plain Layout
18613
18614 }
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 Due to a bug in LyX only complete formulas can be colored with self-defined
18624  colors.
18625 \begin_inset Foot
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629 \begin_inset CommandInset href
18630 LatexCommand href
18631 name "LyX-bug #5269"
18632 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18633
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \begin_layout Subsection
18645 Font Sizes
18646 \begin_inset CommandInset label
18647 LatexCommand label
18648 name "sub:Font-Sizes"
18649
18650 \end_inset
18651
18652
18653 \begin_inset Index
18654 status collapsed
18655
18656 \begin_layout Plain Layout
18657 Font ! size
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 For characters in formulas there are, analog to characters in text, the
18667  following size commands:
18668 \end_layout
18669
18670 \begin_layout Standard
18671
18672 \series bold
18673
18674 \backslash
18675 Huge
18676 \series default
18677
18678 \series bold
18679
18680 \backslash
18681 huge
18682 \series default
18683
18684 \series bold
18685
18686 \backslash
18687 LARGE
18688 \series default
18689
18690 \series bold
18691
18692 \backslash
18693 Large
18694 \series default
18695
18696 \series bold
18697
18698 \backslash
18699 large
18700 \series default
18701
18702 \series bold
18703
18704 \backslash
18705 normalsize
18706 \series default
18707
18708 \series bold
18709
18710 \backslash
18711 small
18712 \series default
18713 ,
18714 \begin_inset Newline newline
18715 \end_inset
18716
18717
18718 \series bold
18719
18720 \backslash
18721 footnotesize
18722 \series default
18723
18724 \series bold
18725
18726 \backslash
18727 scriptsize
18728 \series default
18729 , and 
18730 \series bold
18731
18732 \backslash
18733 tiny
18734 \end_layout
18735
18736 \begin_layout Standard
18737 The size produced by the commands depends on the document font size, that
18738  corresponds with the command 
18739 \series bold
18740
18741 \backslash
18742 normalsize
18743 \series default
18744 .
18745  The other commands produce smaller or larger sizes than 
18746 \series bold
18747
18748 \backslash
18749 normalsize
18750 \series default
18751 .
18752  The font size can however not exceed a certain value.
18753  Is for example the document font size 12
18754 \begin_inset space \thinspace{}
18755 \end_inset
18756
18757 pt, the command 
18758 \series bold
18759
18760 \backslash
18761 Huge
18762 \series default
18763  switches to the same size as 
18764 \series bold
18765
18766 \backslash
18767 huge
18768 \series default
18769 .
18770  
18771 \end_layout
18772
18773 \begin_layout Standard
18774 A size command is inserted in TeX-mode before the formula and sets the size
18775  for all following formula and text characters.
18776  To switch back to the initial size, the command 
18777 \series bold
18778
18779 \backslash
18780 normalsize
18781 \series default
18782  is inserted behind the formula in TeX-mode.
18783 \end_layout
18784
18785 \begin_layout Standard
18786 Within a formula the size can only be changed for symbols or letters in
18787  mathematical text.
18788  To do this, the size command is inserted in mathematical text.
18789  All following characters until the end of the mathematical text or until
18790  another size command will have the selected size.
18791  Two examples:
18792 \begin_inset VSpace -2mm
18793 \end_inset
18794
18795
18796 \end_layout
18797
18798 \begin_layout Standard
18799 \begin_inset ERT
18800 status collapsed
18801
18802 \begin_layout Plain Layout
18803
18804
18805 \backslash
18806 huge 
18807 \end_layout
18808
18809 \end_inset
18810
18811
18812 \begin_inset Formula \[
18813 A=\frac{B}{c}\cdot\maltese\]
18814
18815 \end_inset
18816
18817
18818 \begin_inset Formula \[
18819 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18820
18821 \end_inset
18822
18823
18824 \begin_inset ERT
18825 status collapsed
18826
18827 \begin_layout Plain Layout
18828
18829
18830 \backslash
18831 normalsize 
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 \begin_inset VSpace medskip
18841 \end_inset
18842
18843 Before both formulas the command 
18844 \series bold
18845
18846 \backslash
18847 huge
18848 \series default
18849  was inserted.
18850  The command for the second formula is:
18851 \begin_inset Newline newline
18852 \end_inset
18853
18854
18855 \series bold
18856
18857 \backslash
18858 maltese
18859 \begin_inset ERT
18860 status collapsed
18861
18862 \begin_layout Plain Layout
18863
18864
18865 \backslash
18866 spce 
18867 \end_layout
18868
18869 \end_inset
18870
18871 A Alt-m m 
18872 \backslash
18873 Large
18874 \begin_inset ERT
18875 status collapsed
18876
18877 \begin_layout Plain Layout
18878
18879
18880 \backslash
18881 spce 
18882 \end_layout
18883
18884 \end_inset
18885
18886
18887 \backslash
18888 maltese
18889 \begin_inset ERT
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893
18894
18895 \backslash
18896 spce 
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \backslash
18903 textit
18904 \begin_inset ERT
18905 status collapsed
18906
18907 \begin_layout Plain Layout
18908
18909
18910 \backslash
18911 spce 
18912 \end_layout
18913
18914 \end_inset
18915
18916 A
18917 \begin_inset Formula $\to$
18918 \end_inset
18919
18920
18921 \begin_inset Formula $\to$
18922 \end_inset
18923
18924
18925 \begin_inset Newline newline
18926 \end_inset
18927
18928
18929 \begin_inset space \hspace*{}
18930 \length 1cm
18931 \end_inset
18932
18933 Alt-m
18934 \series default
18935  
18936 \series bold
18937
18938 \backslash
18939 tiny
18940 \begin_inset ERT
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944
18945
18946 \backslash
18947 spce 
18948 \end_layout
18949
18950 \end_inset
18951
18952
18953 \backslash
18954 maltese
18955 \begin_inset ERT
18956 status collapsed
18957
18958 \begin_layout Plain Layout
18959
18960
18961 \backslash
18962 spce 
18963 \end_layout
18964
18965 \end_inset
18966
18967
18968 \backslash
18969 textit
18970 \begin_inset ERT
18971 status collapsed
18972
18973 \begin_layout Plain Layout
18974
18975
18976 \backslash
18977 spce 
18978 \end_layout
18979
18980 \end_inset
18981
18982 A
18983 \end_layout
18984
18985 \begin_layout Standard
18986 If a symbol cannot be displayed in different sizes, it will always be displayed
18987  in the default size.
18988 \end_layout
18989
18990 \begin_layout Section
18991 Greek Letters
18992 \begin_inset Index
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996 Greek letters
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \begin_layout Standard
19005 All Greek letters can also be inserted via the toolbar button 
19006 \begin_inset Graphics
19007         filename ../images/math/alpha.png
19008         scale 85
19009
19010 \end_inset
19011
19012 .
19013 \end_layout
19014
19015 \begin_layout Subsection
19016 Small Letters
19017 \begin_inset Index
19018 status collapsed
19019
19020 \begin_layout Plain Layout
19021 Greek letters ! small
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset space \hfill{}
19031 \end_inset
19032
19033
19034 \begin_inset Tabular
19035 <lyxtabular version="3" rows="11" columns="2">
19036 <features>
19037 <column alignment="center" valignment="top" width="0pt">
19038 <column alignment="center" valignment="top" width="0pt">
19039 <row>
19040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 Command
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053 Result
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 </row>
19059 <row>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \backslash
19066 alpha
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Formula $\alpha$
19076 \end_inset
19077
19078
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 beta
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 $\beta$
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 gamma
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 $\gamma$
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 delta
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 $\delta$
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 epsilon
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 $\epsilon$
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 varepsilon
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 $\varepsilon$
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 zeta
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 $\zeta$
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 eta
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 $\eta$
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 theta
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 $\theta$
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" bottomline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \backslash
19291 vartheta
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula $\vartheta$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 </lyxtabular>
19310
19311 \end_inset
19312
19313
19314 \begin_inset space \hfill{}
19315 \end_inset
19316
19317
19318 \begin_inset Tabular
19319 <lyxtabular version="3" rows="12" columns="2">
19320 <features>
19321 <column alignment="center" valignment="top" width="0pt">
19322 <column alignment="center" valignment="top" width="0pt">
19323 <row>
19324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 Command
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 Result
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 </row>
19343 <row>
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \backslash
19350 iota
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Formula $\iota$
19360 \end_inset
19361
19362
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 kappa
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 $\kappa$
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 varkappa
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 $\varkappa$
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 lambda
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 $\lambda$
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 mu
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 $\mu$
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 nu
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 $\nu$
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 xi
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 $\xi$
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 o
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 \begin_inset Formula $o$
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 </row>
19541 <row>
19542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546
19547 \backslash
19548 pi
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 $\pi$
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 varpi
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 $\varpi$
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" bottomline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \backslash
19598 rho
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 \begin_inset Formula $\rho$
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 </row>
19616 </lyxtabular>
19617
19618 \end_inset
19619
19620
19621 \begin_inset space \hfill{}
19622 \end_inset
19623
19624
19625 \begin_inset Tabular
19626 <lyxtabular version="3" rows="11" columns="2">
19627 <features>
19628 <column alignment="center" valignment="top" width="0pt">
19629 <column alignment="center" valignment="top" width="0pt">
19630 <row>
19631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635 Command
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644 Result
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \backslash
19657 varrho
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\varrho$
19667 \end_inset
19668
19669
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 sigma
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 $\sigma$
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 varsigma
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 $\varsigma$
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 tau
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 $\tau$
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 upsilon
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 $\upsilon$
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 phi
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 $\phi$
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 varphi
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 $\varphi$
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 chi
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 $\chi$
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 psi
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 $\psi$
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" bottomline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 omega
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\omega$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 </lyxtabular>
19901
19902 \end_inset
19903
19904
19905 \begin_inset space \hfill{}
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \begin_layout Standard
19912 \begin_inset VSpace medskip
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \begin_layout Standard
19919 How to create upright Greek letters is explained in 
19920 \begin_inset CommandInset ref
19921 LatexCommand ref
19922 reference "sub:Upright-small-Greek"
19923
19924 \end_inset
19925
19926 .
19927 \end_layout
19928
19929 \begin_layout Subsection
19930 Big Letters
19931 \begin_inset Index
19932 status collapsed
19933
19934 \begin_layout Plain Layout
19935 Greek letters ! big
19936 \end_layout
19937
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \begin_layout Standard
19944 \begin_inset space \hfill{}
19945 \end_inset
19946
19947
19948 \begin_inset Tabular
19949 <lyxtabular version="3" rows="7" columns="2">
19950 <features>
19951 <column alignment="center" valignment="top" width="0pt">
19952 <column alignment="center" valignment="top" width="0pt">
19953 <row>
19954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958 Command
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 Result
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \backslash
19980 Gamma
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Formula $\Gamma$
19990 \end_inset
19991
19992
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 Delta
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 $\Delta$
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 Theta
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 $\Theta$
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 Lambda
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 $\Lambda$
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 Xi
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 $\Xi$
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" bottomline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \backslash
20105 Pi
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Formula $\Pi$
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 </lyxtabular>
20124
20125 \end_inset
20126
20127
20128 \begin_inset space \hfill{}
20129 \end_inset
20130
20131
20132 \begin_inset Tabular
20133 <lyxtabular version="3" rows="6" columns="2">
20134 <features>
20135 <column alignment="center" valignment="top" width="0pt">
20136 <column alignment="center" valignment="top" width="0pt">
20137 <row>
20138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142 Command
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151 Result
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 <row>
20158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162
20163 \backslash
20164 Sigma
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $\Sigma$
20174 \end_inset
20175
20176
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 Upsilon
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 $\Upsilon$
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 Phi
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 $\Phi$
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 Psi
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 $\Psi$
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" bottomline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 Omega
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\Omega$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 </lyxtabular>
20283
20284 \end_inset
20285
20286
20287 \begin_inset space \hfill{}
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \begin_layout Standard
20294 \begin_inset VSpace medskip
20295 \end_inset
20296
20297 That the big Greek letters appear upright is caused by a design bug when
20298  TeX was developed.
20299  To get correct italic big letters, begin every command with 
20300 \series bold
20301 var
20302 \series default
20303 .
20304  For example the command 
20305 \series bold
20306
20307 \backslash
20308 varGamma
20309 \series default
20310  produces: 
20311 \begin_inset Formula $\varGamma$
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \begin_layout Subsection
20318 Bold Letters
20319 \begin_inset Index
20320 status collapsed
20321
20322 \begin_layout Plain Layout
20323 Greek letters ! bold
20324 \end_layout
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \begin_layout Standard
20332 Greek letters cannot be set with different font styles like Latin letters.
20333  They can only be made bold with the command 
20334 \series bold
20335
20336 \backslash
20337 boldsymbol
20338 \series default
20339
20340 \begin_inset Index
20341 status collapsed
20342
20343 \begin_layout Plain Layout
20344 Commands ! B ! 
20345 \backslash
20346 boldsymbol
20347 \end_layout
20348
20349 \end_inset
20350
20351 .
20352 \end_layout
20353
20354 \begin_layout Standard
20355 \align center
20356 \begin_inset Tabular
20357 <lyxtabular version="3" rows="3" columns="2">
20358 <features>
20359 <column alignment="center" valignment="top" width="0">
20360 <column alignment="center" valignment="top" width="0">
20361 <row>
20362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 Command
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375 Result
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 <row>
20382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \backslash
20388 Upsilon
20389 \backslash
20390 boldsymbol
20391 \backslash
20392 Upsilon
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 </row>
20410 <row>
20411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415
20416 \backslash
20417 theta
20418 \backslash
20419 boldsymbol
20420 \backslash
20421 theta
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 \begin_inset Formula $\theta\boldsymbol{\theta}$
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 </lyxtabular>
20440
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \begin_layout Section
20447 Symbols
20448 \begin_inset ERT
20449 status collapsed
20450
20451 \begin_layout Plain Layout
20452
20453
20454 \backslash
20455 texorpdfstring{
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \begin_inset Foot
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465 A list with all symbols of most of the LaTeX-packages can be found in 
20466 \begin_inset CommandInset citation
20467 LatexCommand cite
20468 key "Symbole"
20469
20470 \end_inset
20471
20472 .
20473 \end_layout
20474
20475 \end_inset
20476
20477
20478 \begin_inset ERT
20479 status collapsed
20480
20481 \begin_layout Plain Layout
20482
20483 }{}
20484 \end_layout
20485
20486 \end_inset
20487
20488
20489 \begin_inset Note Note
20490 status collapsed
20491
20492 \begin_layout Plain Layout
20493
20494 \backslash
20495 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20496 \end_layout
20497
20498 \begin_layout Plain Layout
20499 More about 
20500 \backslash
20501 texorpdfstring is in section 
20502 \begin_inset CommandInset ref
20503 LatexCommand ref
20504 reference "sub:Formulas-in-Section"
20505
20506 \end_inset
20507
20508 .
20509 \end_layout
20510
20511 \end_inset
20512
20513
20514 \begin_inset Index
20515 status collapsed
20516
20517 \begin_layout Plain Layout
20518 Symbols
20519 \end_layout
20520
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \begin_layout Standard
20527 Many of the symbols listed in this section can also be inserted via the
20528  toolbar buttons 
20529 \begin_inset Graphics
20530         filename ../images/math/nabla.png
20531         scale 85
20532
20533 \end_inset
20534
20535  and 
20536 \begin_inset Graphics
20537         filename ../images/math/digamma.png
20538         scale 85
20539
20540 \end_inset
20541
20542 .
20543 \end_layout
20544
20545 \begin_layout Subsection
20546 Mathematical Symbols
20547 \begin_inset CommandInset label
20548 LatexCommand label
20549 name "sub:Mathematical-Symbols"
20550
20551 \end_inset
20552
20553
20554 \begin_inset Index
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558 Symbols ! mathematical
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \begin_layout Standard
20567 \begin_inset space \hfill{}
20568 \end_inset
20569
20570
20571 \begin_inset Tabular
20572 <lyxtabular version="3" rows="10" columns="2">
20573 <features>
20574 <column alignment="center" valignment="top" width="0pt">
20575 <column alignment="center" valignment="top" width="0pt">
20576 <row>
20577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581 Command
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 Result
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 </row>
20596 <row>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \backslash
20603 neg
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612 \begin_inset Formula $\neg$
20613 \end_inset
20614
20615
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 Im
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 $\Im$
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 Re
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 $\Re$
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 aleph
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 $\aleph$
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 partial
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 $\partial$
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 infty
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 $\infty$
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" bottomline="true" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \backslash
20753 wp
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $\wp$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 imath
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\imath$
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 jmath
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 $\jmath$
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 </lyxtabular>
20822
20823 \end_inset
20824
20825
20826 \begin_inset space \hfill{}
20827 \end_inset
20828
20829
20830 \begin_inset Tabular
20831 <lyxtabular version="3" rows="10" columns="2">
20832 <features>
20833 <column alignment="center" valignment="top" width="0pt">
20834 <column alignment="center" valignment="top" width="0pt">
20835 <row>
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 Command
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 Result
20850 \begin_inset Note Note
20851 status collapsed
20852
20853 \begin_layout Plain Layout
20854
20855 \series bold
20856
20857 \backslash
20858 raisebox
20859 \series default
20860  is only used as spacer.
20861 \end_layout
20862
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 forall
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\forall$
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 exists
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 $\exists$
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 nexists
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 $\nexists$
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 emptyset
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 $\emptyset$
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 varnothing
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 $\varnothing$
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 dag
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 $\dag$
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" bottomline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026
21027 \backslash
21028 ddag
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037 \begin_inset Formula $\ddag$
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 </row>
21046 <row>
21047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \backslash
21053 complement
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 \begin_inset ERT
21063 status collapsed
21064
21065 \begin_layout Plain Layout
21066
21067
21068 \backslash
21069 raisebox{-0.8mm}{
21070 \end_layout
21071
21072 \end_inset
21073
21074
21075 \begin_inset Formula $\complement$
21076 \end_inset
21077
21078
21079 \begin_inset ERT
21080 status collapsed
21081
21082 \begin_layout Plain Layout
21083
21084 }
21085 \end_layout
21086
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 </row>
21095 <row>
21096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100
21101 \backslash
21102 Bbbk
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111 \begin_inset Formula $\Bbbk$
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 </row>
21120 </lyxtabular>
21121
21122 \end_inset
21123
21124
21125 \begin_inset space \hfill{}
21126 \end_inset
21127
21128
21129 \begin_inset Tabular
21130 <lyxtabular version="3" rows="10" columns="2">
21131 <features>
21132 <column alignment="center" valignment="top" width="0pt">
21133 <column alignment="center" valignment="top" width="0pt">
21134 <row>
21135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139 Command
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 Result
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 </row>
21154 <row>
21155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159
21160 \backslash
21161 prime
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170 \begin_inset Formula $\prime$
21171 \end_inset
21172
21173
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 backprime
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 $\backprime$
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 mho
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 $\mho$
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 triangle
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 $\triangle$
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 angle
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 $\angle$
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 measuredangle
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 $\measuredangle$
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" bottomline="true" leftline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \backslash
21311 sphericalangle
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 \begin_inset Formula $\sphericalangle$
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \backslash
21336 top
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $\top$
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 bot
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 $\bot$
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 </lyxtabular>
21380
21381 \end_inset
21382
21383
21384 \begin_inset space \hfill{}
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \begin_layout Subsection
21391 Miscellaneous Symbols
21392 \begin_inset CommandInset label
21393 LatexCommand label
21394 name "sub:Miscellaneous-Symbols"
21395
21396 \end_inset
21397
21398
21399 \begin_inset Index
21400 status collapsed
21401
21402 \begin_layout Plain Layout
21403 Symbols ! miscellaneous
21404 \end_layout
21405
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \begin_layout Standard
21412 \noindent
21413 \align center
21414 \begin_inset Tabular
21415 <lyxtabular version="3" rows="10" columns="2">
21416 <features>
21417 <column alignment="center" valignment="top" width="0pt">
21418 <column alignment="center" valignment="top" width="0pt">
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 Command
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 Result
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 </row>
21439 <row>
21440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444
21445 \backslash
21446 flat
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455 \begin_inset Formula $\flat$
21456 \end_inset
21457
21458
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 natural
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 $\natural$
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 sharp
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 $\sharp$
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" bottomline="true" leftline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519
21520 \backslash
21521 surd
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 \begin_inset Formula $\surd$
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 </row>
21539 <row>
21540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544
21545 \backslash
21546 checkmark
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Formula $\checkmark$
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 yen
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 $\yen$
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 pounds
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 $\pounds$
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 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $\$$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 §
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Formula $§$
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 </lyxtabular>
21661
21662 \end_inset
21663
21664
21665 \begin_inset Tabular
21666 <lyxtabular version="3" rows="10" columns="2">
21667 <features>
21668 <column alignment="center" valignment="top" width="0">
21669 <column alignment="center" valignment="top" width="0">
21670 <row>
21671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 Command
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 Result
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 </row>
21690 <row>
21691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695
21696 \backslash
21697 hbar
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 \begin_inset Formula $\hbar$
21707 \end_inset
21708
21709
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 hslash
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 $\hslash$
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 clubsuit
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 $\clubsuit$
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 spadesuit
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 $\spadesuit$
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 bigstar
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 $\bigstar$
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 blacklozenge
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 $\blacklozenge$
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 blacktriangle
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 $\blacktriangle$
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 blacktiangledown
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 $\blacktriangledown$
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" bottomline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \backslash
21897 bullet
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 \begin_inset Formula $\bullet$
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 </lyxtabular>
21916
21917 \end_inset
21918
21919
21920 \begin_inset Tabular
21921 <lyxtabular version="3" rows="10" columns="2">
21922 <features>
21923 <column alignment="center" valignment="top" width="0pt">
21924 <column alignment="center" valignment="top" width="0pt">
21925 <row>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 Command
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 Result
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 diamondsuit
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\diamondsuit$
21962 \end_inset
21963
21964
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 Diamond
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 $\Diamond$
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 heartsuit
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 $\heartsuit$
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" bottomline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 P
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\P$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 <row>
22046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \backslash
22052 copyright
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Formula $\copyright$
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 circledR
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 $\circledR$
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 maltese
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 $\maltese$
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 diagup
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 $\diagup$
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 diagdown
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 $\diagdown$
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 </lyxtabular>
22171
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \begin_layout Standard
22178 \begin_inset VSpace medskip
22179 \end_inset
22180
22181 More symbols are listed in 
22182 \begin_inset CommandInset ref
22183 LatexCommand ref
22184 reference "sub:Miscellaneous-special-Characters"
22185
22186 \end_inset
22187
22188 .
22189 \end_layout
22190
22191 \begin_layout Standard
22192 Some symbols can be displayed in different sizes, see 
22193 \begin_inset CommandInset ref
22194 LatexCommand ref
22195 reference "sub:Font-Sizes"
22196
22197 \end_inset
22198
22199 .
22200 \end_layout
22201
22202 \begin_layout Subsection
22203 The Euro-Symbol €
22204 \begin_inset Index
22205 status collapsed
22206
22207 \begin_layout Plain Layout
22208 Symbols ! Euro-symbol
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \begin_inset Index
22215 status collapsed
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 @
22221 \begin_inset ERT
22222 status collapsed
22223
22224 \begin_layout Plain Layout
22225
22226
22227 \backslash
22228 officialeuro
22229 \end_layout
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \begin_layout Standard
22242 To use the Euro symbol in formulas, the LaTeX-package 
22243 \series bold
22244 eurosym
22245 \series default
22246
22247 \begin_inset Index
22248 status collapsed
22249
22250 \begin_layout Plain Layout
22251 Packages ! eurosym
22252 \end_layout
22253
22254 \end_inset
22255
22256  must be installed and loaded with the LaTeX-preamble line
22257 \end_layout
22258
22259 \begin_layout Standard
22260
22261 \series bold
22262
22263 \backslash
22264 usepackage[gennarrow]{eurosym}
22265 \end_layout
22266
22267 \begin_layout Standard
22268 The Euro symbol can now be inserted with the command 
22269 \series bold
22270
22271 \backslash
22272 euro
22273 \series default
22274
22275 \begin_inset Index
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279 Commands ! E ! 
22280 \backslash
22281 euro
22282 \end_layout
22283
22284 \end_inset
22285
22286 .
22287 \end_layout
22288
22289 \begin_layout Standard
22290 The Euro symbol can directly be inserted with the € key in mathematical
22291  text, without having 
22292 \series bold
22293 eurosym
22294 \series default
22295  installed.
22296  When 
22297 \series bold
22298 eurosym
22299 \series default
22300  is installed, 
22301 \series bold
22302
22303 \backslash
22304 euro
22305 \series default
22306  can also be inserted in TeX-mode.
22307  The official currency symbol can then be inserted with the command 
22308 \series bold
22309
22310 \backslash
22311 officialeuro
22312 \series default
22313
22314 \begin_inset Index
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318 Commands ! O ! 
22319 \backslash
22320 officialeuro
22321 \end_layout
22322
22323 \end_inset
22324
22325 , that is only available in TeX-mode.
22326 \end_layout
22327
22328 \begin_layout Standard
22329 \begin_inset ERT
22330 status collapsed
22331
22332 \begin_layout Plain Layout
22333
22334
22335 \backslash
22336 ifeurosym 
22337 \end_layout
22338
22339 \end_inset
22340
22341
22342 \begin_inset Note Note
22343 status open
22344
22345 \begin_layout Plain Layout
22346 The following table will only be displayed when the LaTeX-package 
22347 \series bold
22348 eurosym
22349 \series default
22350  is installed.
22351 \end_layout
22352
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \begin_layout Standard
22359 An overview about the different Euro symbols:
22360 \end_layout
22361
22362 \begin_layout Standard
22363 \align center
22364 \begin_inset Tabular
22365 <lyxtabular version="3" rows="4" columns="3">
22366 <features>
22367 <column alignment="center" valignment="top" width="0pt">
22368 <column alignment="center" valignment="top" width="0pt">
22369 <column alignment="center" valignment="top" width="0pt">
22370 <row>
22371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 Command 
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 Result
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 </row>
22399 <row>
22400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 formula
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \backslash
22415 euro
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 \begin_inset Formula $\euro$
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 <row>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 mathematical text
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Formula $\mbox{€}$
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 TeX-mode
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \backslash
22481 officialeuro
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 \begin_inset ERT
22491 status collapsed
22492
22493 \begin_layout Plain Layout
22494
22495
22496 \backslash
22497 officialeuro
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 </lyxtabular>
22509
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \begin_layout Standard
22516 \begin_inset ERT
22517 status collapsed
22518
22519 \begin_layout Plain Layout
22520
22521
22522 \backslash
22523 else 
22524 \end_layout
22525
22526 \end_inset
22527
22528
22529 \begin_inset Note Note
22530 status open
22531
22532 \begin_layout Plain Layout
22533 The following will be displayed when the LaTeX-package 
22534 \series bold
22535 eurosym
22536 \series default
22537  is not installed:
22538 \end_layout
22539
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \begin_layout Standard
22546 You need to install the LaTeX-package 
22547 \series bold
22548 eurosym
22549 \series default
22550  to see the rest of this subsection in the output.
22551 \end_layout
22552
22553 \begin_layout Standard
22554 \begin_inset ERT
22555 status collapsed
22556
22557 \begin_layout Plain Layout
22558
22559
22560 \backslash
22561 fi 
22562 \end_layout
22563
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \begin_layout Section
22570 Relations
22571 \begin_inset CommandInset label
22572 LatexCommand label
22573 name "sec:Relations"
22574
22575 \end_inset
22576
22577
22578 \begin_inset Index
22579 status collapsed
22580
22581 \begin_layout Plain Layout
22582 Relations
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \begin_inset Index
22589 status collapsed
22590
22591 \begin_layout Plain Layout
22592 Comparisons|see
22593 \begin_inset ERT
22594 status collapsed
22595
22596 \begin_layout Plain Layout
22597
22598 {
22599 \end_layout
22600
22601 \end_inset
22602
22603 Relations
22604 \begin_inset ERT
22605 status collapsed
22606
22607 \begin_layout Plain Layout
22608
22609 }
22610 \end_layout
22611
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \begin_layout Standard
22623 All relations can also be inserted via the toolbar button 
22624 \begin_inset Graphics
22625         filename ../images/math/leq.png
22626         scale 85
22627
22628 \end_inset
22629
22630 .
22631 \end_layout
22632
22633 \begin_layout Standard
22634 \begin_inset space \hfill{}
22635 \end_inset
22636
22637
22638 \begin_inset Tabular
22639 <lyxtabular version="3" rows="17" columns="2">
22640 <features>
22641 <column alignment="center" valignment="top" width="0pt">
22642 <column alignment="center" valignment="top" width="0pt">
22643 <row>
22644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 Command
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 Result
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 <row>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 <
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 \begin_inset Formula $<$
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \backslash
22693 le
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 $\le$
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 ll
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 $\ll$
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 prec
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 $\prec$
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 preceq
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 $\preceq$
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 subset
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 $\subset$
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 subseteq
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 $\subseteq$
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 sqsubseteq
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 $\sqsubseteq$
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 in
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 $\in$
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 vdash
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 $\vdash$
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 smile
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 $\smile$
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 lhd
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 $\lhd$
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 unlhd
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 $\unlhd$
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 gtrless
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 $\gtrless$
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 mid
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 $\mid$
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" bottomline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \backslash
23043 nmid
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $\nmid$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 </lyxtabular>
23062
23063 \end_inset
23064
23065
23066 \begin_inset space \hfill{}
23067 \end_inset
23068
23069
23070 \begin_inset Tabular
23071 <lyxtabular version="3" rows="17" columns="2">
23072 <features>
23073 <column alignment="center" valignment="top" width="0pt">
23074 <column alignment="center" valignment="top" width="0pt">
23075 <row>
23076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 Command
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 Result
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 <row>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 =
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 \begin_inset Formula $=$
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 </row>
23118 <row>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123
23124 \backslash
23125 not=
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 $\not=$
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 equiv
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 $\equiv$
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 sim
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 $\sim$
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 simeq
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 $\simeq$
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 approx
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 $\approx$
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 cong
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 $\cong$
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 bowtie
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 $\bowtie$
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 notin
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 $\notin$
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 perp
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 $\perp$
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 propto
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 $\propto$
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 asymp
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 $\asymp$
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 doteq
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 $\doteq$
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 circeq
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 $\circeq$
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 models
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 $\models$
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" bottomline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 widehat=
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\widehat{=}$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 </lyxtabular>
23494
23495 \end_inset
23496
23497
23498 \begin_inset space \hfill{}
23499 \end_inset
23500
23501
23502 \begin_inset Tabular
23503 <lyxtabular version="3" rows="17" columns="2">
23504 <features>
23505 <column alignment="center" valignment="top" width="0pt">
23506 <column alignment="center" valignment="top" width="0pt">
23507 <row>
23508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 Command
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 Result
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 >
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 \begin_inset Formula $>$
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 </row>
23550 <row>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555
23556 \backslash
23557 ge
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 $\ge$
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 gg
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 $\gg$
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 succ
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 $\succ$
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 succeq
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 $\succeq$
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 supset
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 $\supset$
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 supseteq
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 $\supseteq$
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 sqsupseteq
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 $\sqsupseteq$
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 ni
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 $\ni$
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 dashv
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 $\dashv$
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 frown
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 $\frown$
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 rhd
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 $\rhd$
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 unrhd
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 $\unrhd$
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 lessgtr
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 $\lessgtr$
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 parallel
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 $\parallel$
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" bottomline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 nparallel
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\nparallel$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 </lyxtabular>
23926
23927 \end_inset
23928
23929
23930 \begin_inset space \hfill{}
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \begin_layout Standard
23937 \begin_inset VSpace medskip
23938 \end_inset
23939
23940 The characters 
23941 \series bold
23942
23943 \backslash
23944 lhd
23945 \series default
23946  and 
23947 \series bold
23948
23949 \backslash
23950 rhd
23951 \series default
23952  are bigger than the equal looking operators 
23953 \series bold
23954
23955 \backslash
23956 triangleleft
23957 \series default
23958  and 
23959 \series bold
23960
23961 \backslash
23962 triangleright
23963 \series default
23964 , respectively.
23965 \end_layout
23966
23967 \begin_layout Standard
23968 Relations are, in contrary to symbols, always surrounded by space.
23969 \end_layout
23970
23971 \begin_layout Standard
23972 Relations with labels can be created with the command 
23973 \series bold
23974
23975 \backslash
23976 stackrel
23977 \series default
23978
23979 \begin_inset Index
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983 Commands ! S ! 
23984 \backslash
23985 stackrel
23986 \end_layout
23987
23988 \end_inset
23989
23990 :
23991 \end_layout
23992
23993 \begin_layout Standard
23994 \align center
23995 \begin_inset Tabular
23996 <lyxtabular version="3" rows="2" columns="2">
23997 <features>
23998 <column alignment="center" valignment="top" width="0">
23999 <column alignment="center" valignment="top" width="0">
24000 <row>
24001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 Command
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 Result
24015 \begin_inset Note Note
24016 status collapsed
24017
24018 \begin_layout Plain Layout
24019
24020 \series bold
24021
24022 \backslash
24023 raisebox
24024 \series default
24025  is only used as spacer.
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 </row>
24036 <row>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 A(r)
24042 \backslash
24043 stackrel
24044 \begin_inset ERT
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048
24049
24050 \backslash
24051 spce 
24052 \end_layout
24053
24054 \end_inset
24055
24056 r
24057 \backslash
24058 to
24059 \backslash
24060 infty
24061 \begin_inset ERT
24062 status collapsed
24063
24064 \begin_layout Plain Layout
24065
24066
24067 \backslash
24068 spce 
24069 \end_layout
24070
24071 \end_inset
24072
24073
24074 \begin_inset Formula $\downarrow$
24075 \end_inset
24076
24077
24078 \backslash
24079 approx
24080 \begin_inset ERT
24081 status collapsed
24082
24083 \begin_layout Plain Layout
24084
24085
24086 \backslash
24087 spce 
24088 \end_layout
24089
24090 \end_inset
24091
24092
24093 \begin_inset ERT
24094 status collapsed
24095
24096 \begin_layout Plain Layout
24097
24098
24099 \backslash
24100 spce 
24101 \end_layout
24102
24103 \end_inset
24104
24105 B
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 </row>
24123 </lyxtabular>
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Section
24131 Functions
24132 \end_layout
24133
24134 \begin_layout Subsection
24135 Predefined Functions
24136 \begin_inset CommandInset label
24137 LatexCommand label
24138 name "sub:Predefined-Functions"
24139
24140 \end_inset
24141
24142
24143 \begin_inset Index
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147 Functions ! predefined
24148 \end_layout
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Standard
24156 In general, variables are set 
24157 \emph on
24158 italic
24159 \emph default
24160  in mathematical expressions, but not function names, because 
24161 \begin_inset Formula $sin$
24162 \end_inset
24163
24164  could be misunderstood as 
24165 \begin_inset Formula $s\cdot i\cdot n$
24166 \end_inset
24167
24168 .
24169  Therefore there are predefined functions, that are additionally a bit separated
24170  from prefactors.
24171  They are inserted as commands starting with a backslash before their name.
24172 \end_layout
24173
24174 \begin_layout Standard
24175 \align center
24176 \begin_inset Tabular
24177 <lyxtabular version="3" rows="2" columns="4">
24178 <features>
24179 <column alignment="center" valignment="top" width="0pt">
24180 <column alignment="center" valignment="top" width="0pt">
24181 <column alignment="center" valignment="top" width="0pt">
24182 <column alignment="center" valignment="top" width="0pt">
24183 <row>
24184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 Command
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197 Result
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 Command
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215 Result
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 </row>
24221 <row>
24222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226 Asin(x)+B
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235 \begin_inset Formula $Asin(x)+B$
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247 A
24248 \backslash
24249 sin(x)+B
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258 \begin_inset Formula $A\sin(x)+B$
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 </row>
24267 </lyxtabular>
24268
24269 \end_inset
24270
24271
24272 \end_layout
24273
24274 \begin_layout Standard
24275 The following functions are predefined:
24276 \end_layout
24277
24278 \begin_layout Standard
24279 \begin_inset VSpace -2mm
24280 \end_inset
24281
24282
24283 \end_layout
24284
24285 \begin_layout Standard
24286 \align center
24287 \begin_inset Tabular
24288 <lyxtabular version="3" rows="9" columns="4">
24289 <features>
24290 <column alignment="center" valignment="top" width="0pt">
24291 <column alignment="center" valignment="top" width="0pt">
24292 <column alignment="center" valignment="top" width="0pt">
24293 <column alignment="center" valignment="top" width="0pt">
24294 <row>
24295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299 Command
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 Command
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 Command
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 Command
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 sin
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348
24349 \backslash
24350 sinh
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359
24360 \backslash
24361 arcsin
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \backslash
24372 sup
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 </row>
24378 <row>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \backslash
24385 cos
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 cosh
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \backslash
24407 arccos
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416
24417 \backslash
24418 inf
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 <row>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 tan
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \backslash
24442 tanh
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \backslash
24453 arctan
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462
24463 \backslash
24464 lim
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 </row>
24470 <row>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 cot
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486
24487 \backslash
24488 coth
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24494 \begin_inset Text
24495
24496 \begin_layout Plain Layout
24497
24498 \backslash
24499 arg
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Plain Layout
24508
24509 \backslash
24510 liminf
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 sec
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532
24533 \backslash
24534 min
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543
24544 \backslash
24545 deg
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554
24555 \backslash
24556 limsup
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 <row>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567
24568 \backslash
24569 csc
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578
24579 \backslash
24580 max
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589
24590 \backslash
24591 det
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600
24601 \backslash
24602 Pr
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 </row>
24608 <row>
24609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \backslash
24615 ln
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \backslash
24626 exp
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \backslash
24637 dim
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646
24647 \backslash
24648 hom
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 </row>
24654 <row>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \backslash
24661 lg
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670
24671 \backslash
24672 log
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681
24682 \backslash
24683 ker
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692
24693 \backslash
24694 gcd
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 </row>
24700 </lyxtabular>
24701
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \begin_layout Standard
24708 They can also be inserted with the math toolbar button 
24709 \begin_inset Graphics
24710         filename ../images/math/functions.png
24711         scale 85
24712
24713 \end_inset
24714
24715 .
24716 \end_layout
24717
24718 \begin_layout Subsection
24719 Self-defined Functions
24720 \begin_inset Index
24721 status collapsed
24722
24723 \begin_layout Plain Layout
24724 Functions ! self-defined
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \begin_layout Standard
24733 To use a function that is not predefined, like for example the sign function
24734  sgn(x), there are two possibilities:
24735 \end_layout
24736
24737 \begin_layout Itemize
24738 Define the function by inserting the following line to the LaTeX-preamble
24739 \begin_inset Foot
24740 status collapsed
24741
24742 \begin_layout Plain Layout
24743 For more about 
24744 \series bold
24745
24746 \backslash
24747 DeclareMathOperator
24748 \series default
24749  see 
24750 \begin_inset CommandInset ref
24751 LatexCommand ref
24752 reference "sub:Self-defined-Operators"
24753
24754 \end_inset
24755
24756 .
24757 \end_layout
24758
24759 \end_inset
24760
24761
24762 \begin_inset Newline newline
24763 \end_inset
24764
24765
24766 \begin_inset VSpace -3mm
24767 \end_inset
24768
24769
24770 \begin_inset Newline newline
24771 \end_inset
24772
24773
24774 \series bold
24775
24776 \backslash
24777 DeclareMathOperator{
24778 \backslash
24779 sgn}{sgn}
24780 \series default
24781
24782 \begin_inset Index
24783 status collapsed
24784
24785 \begin_layout Plain Layout
24786 Commands ! D ! 
24787 \backslash
24788 dbinom@
24789 \backslash
24790 DeclareMathOperator
24791 \end_layout
24792
24793 \end_inset
24794
24795
24796 \begin_inset Newline newline
24797 \end_inset
24798
24799
24800 \begin_inset VSpace -2mm
24801 \end_inset
24802
24803
24804 \begin_inset Newline newline
24805 \end_inset
24806
24807 Now the new defined function can be called with the command 
24808 \series bold
24809
24810 \backslash
24811 sgn
24812 \series default
24813 .
24814 \end_layout
24815
24816 \begin_layout Itemize
24817 Write the the formula as usual, mark the formula name, in our example the
24818  letters 
24819 \emph on
24820 sgn
24821 \emph default
24822 , and change it to mathematical text.
24823  At last a space is inserted between prefactor and function.
24824 \end_layout
24825
24826 \begin_layout Standard
24827 The result is the same with both methods as with a predefined function
24828 \begin_inset Foot
24829 status collapsed
24830
24831 \begin_layout Plain Layout
24832 In LyX self-defined functions are displayed red, predefined ones black.
24833 \end_layout
24834
24835 \end_inset
24836
24837 :
24838 \end_layout
24839
24840 \begin_layout Standard
24841 \align center
24842 \begin_inset Tabular
24843 <lyxtabular version="3" rows="3" columns="2">
24844 <features>
24845 <column alignment="center" valignment="top" width="0pt">
24846 <column alignment="center" valignment="top" width="0pt">
24847 <row>
24848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852 Command
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861 Result
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 </row>
24867 <row>
24868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872 A
24873 \backslash
24874 sgn(x)+B
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883 \begin_inset Formula $A\sgn(x)+B$
24884 \end_inset
24885
24886
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 ,
24900 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24901 \end_inset
24902
24903 (x)+B
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 </row>
24921 </lyxtabular>
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Standard
24929 The first method is more suitable when the self-defined function should
24930  be used several times.
24931 \end_layout
24932
24933 \begin_layout Subsection
24934 Limits
24935 \begin_inset Index
24936 status collapsed
24937
24938 \begin_layout Plain Layout
24939 Limits
24940 \end_layout
24941
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \begin_layout Standard
24948 For limits there are defined besides 
24949 \series bold
24950
24951 \backslash
24952 lim
24953 \series default
24954
24955 \begin_inset Index
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959 Commands ! L ! 
24960 \backslash
24961 lim
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \series bold
24968
24969 \backslash
24970 liminf
24971 \series default
24972  and 
24973 \series bold
24974
24975 \backslash
24976 limsup
24977 \series default
24978  furthermore the following functions:
24979 \end_layout
24980
24981 \begin_layout Standard
24982 \align center
24983 \begin_inset Tabular
24984 <lyxtabular version="3" rows="5" columns="2">
24985 <features>
24986 <column alignment="center" valignment="top" width="0">
24987 <column alignment="center" valignment="top" width="0">
24988 <row>
24989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 Command
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002 Result
25003 \begin_inset Note Note
25004 status collapsed
25005
25006 \begin_layout Plain Layout
25007
25008 \series bold
25009
25010 \backslash
25011 raisebox
25012 \series default
25013  is only used as spacer.
25014 \end_layout
25015
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 </row>
25024 <row>
25025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029
25030 \backslash
25031 varliminf
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25037 \begin_inset Text
25038
25039 \begin_layout Plain Layout
25040 \begin_inset Formula $\varliminf$
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 </row>
25049 <row>
25050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25051 \begin_inset Text
25052
25053 \begin_layout Plain Layout
25054
25055 \backslash
25056 varlimsup
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 \begin_inset Formula $\varlimsup$
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 varprojlim
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 $\varprojlim$
25091 \end_inset
25092
25093
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 </row>
25099 <row>
25100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104
25105 \backslash
25106 varinjlim
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115 \begin_inset Formula $\varinjlim$
25116 \end_inset
25117
25118
25119 \begin_inset Formula $\raisebox{-2.5mm}{}$
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 </lyxtabular>
25129
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \begin_layout Standard
25136 \begin_inset VSpace medskip
25137 \end_inset
25138
25139 The limit is created by inserting a subscript.
25140  It is set right beside the function in an inline formula:
25141 \end_layout
25142
25143 \begin_layout Standard
25144 \align center
25145 \begin_inset Tabular
25146 <lyxtabular version="3" rows="2" columns="2">
25147 <features>
25148 <column alignment="center" valignment="top" width="0pt">
25149 <column alignment="center" valignment="top" width="0pt">
25150 <row>
25151 <cell alignment="center" valignment="top" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 Command
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164 \begin_inset space \hspace{}
25165 \length 1cm
25166 \end_inset
25167
25168 Result
25169 \begin_inset Note Note
25170 status collapsed
25171
25172 \begin_layout Plain Layout
25173
25174 \series bold
25175
25176 \backslash
25177 hspace
25178 \series default
25179  and
25180 \series bold
25181  
25182 \backslash
25183 raisebox
25184 \series default
25185  are used here as spacer.
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 </row>
25196 <row>
25197 <cell alignment="center" valignment="top" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 lim_x
25204 \backslash
25205 to
25206 \begin_inset ERT
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210
25211
25212 \backslash
25213 spce 
25214 \end_layout
25215
25216 \end_inset
25217
25218 A
25219 \begin_inset ERT
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223
25224
25225 \backslash
25226 spce 
25227 \end_layout
25228
25229 \end_inset
25230
25231 x=B
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 </row>
25249 </lyxtabular>
25250
25251 \end_inset
25252
25253
25254 \end_layout
25255
25256 \begin_layout Standard
25257 In a displayed formula the limit is set below the formula, as usual:
25258 \begin_inset Formula \[
25259 \lim_{x\to A}x=B\]
25260
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \begin_layout Subsection
25267 Modulo-Functions
25268 \begin_inset Index
25269 status collapsed
25270
25271 \begin_layout Plain Layout
25272 Functions ! modulo-
25273 \end_layout
25274
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \begin_layout Standard
25281 The modulo-function is special, because it exists in four variants.
25282 \end_layout
25283
25284 \begin_layout Standard
25285 The variants in a displayed formula:
25286 \begin_inset Formula \begin{align*}
25287 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25288 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25289 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25290 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25291 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 In an inline formula less space is set before the function names for all
25300  variants.
25301 \end_layout
25302
25303 \begin_layout Section
25304 Special Characters
25305 \begin_inset Index
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 Special characters
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Subsection
25318 Special Characters in Mathematical Text
25319 \end_layout
25320
25321 \begin_layout Standard
25322 The following commands can only be used in mathematical text or in TeX-mode:
25323 \end_layout
25324
25325 \begin_layout Standard
25326 \begin_inset space \hfill{}
25327 \end_inset
25328
25329
25330 \begin_inset Tabular
25331 <lyxtabular version="3" rows="8" columns="2">
25332 <features>
25333 <column alignment="block" valignment="top" width="0">
25334 <column alignment="block" valignment="top" width="0">
25335 <row>
25336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340 Command
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349 Result
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 </row>
25355 <row>
25356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360
25361 \backslash
25362 oe
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371 \begin_inset Formula $\textrm{œ}$
25372 \end_inset
25373
25374
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 ae
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 aa
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{\aa}$
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" bottomline="true" leftline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485
25486 \backslash
25487 AA
25488 \begin_inset Index
25489 status collapsed
25490
25491 \begin_layout Plain Layout
25492
25493 \backslash
25494 @
25495 \begin_inset ERT
25496 status collapsed
25497
25498 \begin_layout Plain Layout
25499
25500
25501 \backslash
25502 textrm{
25503 \backslash
25504 AA}
25505 \end_layout
25506
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523 \begin_inset Formula $\textrm{Å}$
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 </row>
25532 <row>
25533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25534 \begin_inset Text
25535
25536 \begin_layout Plain Layout
25537
25538 \backslash
25539 i
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 <cell alignment="center" valignment="top" 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 </lyxtabular>
25558
25559 \end_inset
25560
25561
25562 \begin_inset space \hfill{}
25563 \end_inset
25564
25565
25566 \begin_inset Tabular
25567 <lyxtabular version="3" rows="8" columns="2">
25568 <features>
25569 <column alignment="block" valignment="top" width="0">
25570 <column alignment="center" valignment="top" width="0">
25571 <row>
25572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576 command
25577 \begin_inset Note Note
25578 status collapsed
25579
25580 \begin_layout Plain Layout
25581
25582 \series bold
25583
25584 \backslash
25585 hspace{0mm}
25586 \series default
25587  is used for separation, because otherwise the output will be ¡ and ¿ respective
25588 ly.
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 Result
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 <row>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 o
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624 \begin_inset Formula $\textrm{ø}$
25625 \end_inset
25626
25627
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 l
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" bottomline="true" leftline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713 !
25714 \begin_inset space \hspace{}
25715 \length 0mm
25716 \end_inset
25717
25718 `
25719 \begin_inset ERT
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723
25724
25725 \backslash
25726 spce 
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 \begin_inset Formula $\textrm{!`}$
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 <row>
25750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 ?
25755 \begin_inset space \hspace{}
25756 \length 0mm
25757 \end_inset
25758
25759 `
25760 \begin_inset ERT
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764
25765
25766 \backslash
25767 spce 
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 \begin_inset Formula $\textrm{?`}$
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 <row>
25791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 j
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 </lyxtabular>
25816
25817 \end_inset
25818
25819
25820 \begin_inset space \hfill{}
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \begin_layout Standard
25827 The characters 
25828 \begin_inset Formula $\textrm{\textrm{Å}}$
25829 \end_inset
25830
25831  and 
25832 \begin_inset Formula $\textrm{\textrm{Ø}}$
25833 \end_inset
25834
25835  can also be inserted via the math toolbar button 
25836 \begin_inset Graphics
25837         filename ../images/math/digamma.png
25838         scale 85
25839
25840 \end_inset
25841
25842 .
25843 \end_layout
25844
25845 \begin_layout Standard
25846 An exception are the commands 
25847 \series bold
25848 !
25849 \begin_inset space \hspace{}
25850 \length 0mm
25851 \end_inset
25852
25853 `
25854 \series default
25855  and 
25856 \series bold
25857 ?
25858 \begin_inset space \hspace{}
25859 \length 0mm
25860 \end_inset
25861
25862 `
25863 \series default
25864 , because they can be inserted in LyX directly to text.
25865 \end_layout
25866
25867 \begin_layout Subsection
25868 Accents in Text
25869 \begin_inset CommandInset label
25870 LatexCommand label
25871 name "sub:Accents-in-Text"
25872
25873 \end_inset
25874
25875
25876 \begin_inset Index
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880 Accents ! in text
25881 \end_layout
25882
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \begin_layout Standard
25889 With the following commands all letters can be accented.
25890  The commands must be inserted in TeX-mode.
25891 \end_layout
25892
25893 \begin_layout Standard
25894 \begin_inset space \hfill{}
25895 \end_inset
25896
25897
25898 \begin_inset Tabular
25899 <lyxtabular version="3" rows="8" columns="2">
25900 <features>
25901 <column alignment="block" valignment="top" width="0">
25902 <column alignment="block" valignment="top" width="0">
25903 <row>
25904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 Command
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25914 \begin_inset Text
25915
25916 \begin_layout Plain Layout
25917 Result
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 </row>
25923 <row>
25924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928
25929 \backslash
25930
25931 \begin_inset Quotes grd
25932 \end_inset
25933
25934 e
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943 \begin_inset ERT
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947
25948
25949 \backslash
25950 "e
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 </row>
25961 <row>
25962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966
25967 \backslash
25968 `e
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977 \begin_inset ERT
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981
25982
25983 \backslash
25984 `e
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \end_inset
25993 </cell>
25994 </row>
25995 <row>
25996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000
26001 \backslash
26002 ^
26003 \begin_inset ERT
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007
26008
26009 \backslash
26010 spce 
26011 \end_layout
26012
26013 \end_inset
26014
26015 e
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024 \begin_inset ERT
26025 status collapsed
26026
26027 \begin_layout Plain Layout
26028
26029
26030 \backslash
26031 ^e
26032 \end_layout
26033
26034 \end_inset
26035
26036
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 </row>
26042 <row>
26043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047
26048 \backslash
26049 =e
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058 \begin_inset ERT
26059 status collapsed
26060
26061 \begin_layout Plain Layout
26062
26063
26064 \backslash
26065 =e
26066 \end_layout
26067
26068 \end_inset
26069
26070
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 </row>
26076 <row>
26077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081
26082 \backslash
26083 u
26084 \begin_inset ERT
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088
26089
26090 \backslash
26091 spce 
26092 \end_layout
26093
26094 \end_inset
26095
26096 e
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105 \begin_inset ERT
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109
26110
26111 \backslash
26112 u e
26113 \end_layout
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 </row>
26123 <row>
26124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128
26129 \backslash
26130 b
26131 \begin_inset ERT
26132 status collapsed
26133
26134 \begin_layout Plain Layout
26135
26136
26137 \backslash
26138 spce 
26139 \end_layout
26140
26141 \end_inset
26142
26143 e
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 \begin_inset ERT
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156
26157
26158 \backslash
26159 b e
26160 \end_layout
26161
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 </row>
26170 <row>
26171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175
26176 \backslash
26177 t
26178 \begin_inset ERT
26179 status collapsed
26180
26181 \begin_layout Plain Layout
26182
26183
26184 \backslash
26185 spce 
26186 \end_layout
26187
26188 \end_inset
26189
26190 ee
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 \begin_inset ERT
26200 status collapsed
26201
26202 \begin_layout Plain Layout
26203
26204
26205 \backslash
26206 t ee
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 </row>
26217 </lyxtabular>
26218
26219 \end_inset
26220
26221
26222 \begin_inset space \hfill{}
26223 \end_inset
26224
26225
26226 \begin_inset Tabular
26227 <lyxtabular version="3" rows="8" columns="2">
26228 <features>
26229 <column alignment="block" valignment="top" width="0">
26230 <column alignment="center" valignment="top" width="0">
26231 <row>
26232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 Command
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245 Result
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 </row>
26251 <row>
26252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256
26257 \backslash
26258 H
26259 \begin_inset ERT
26260 status collapsed
26261
26262 \begin_layout Plain Layout
26263
26264
26265 \backslash
26266 spce 
26267 \end_layout
26268
26269 \end_inset
26270
26271 e
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Plain Layout
26280 \begin_inset ERT
26281 status collapsed
26282
26283 \begin_layout Plain Layout
26284
26285
26286 \backslash
26287 H e
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 <row>
26299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303
26304 \backslash
26305 'e
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset ERT
26315 status collapsed
26316
26317 \begin_layout Plain Layout
26318
26319
26320 \backslash
26321 'e
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 <row>
26333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337
26338 \backslash
26339 ~e
26340 \begin_inset Index
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344 Tilde
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358 \begin_inset ERT
26359 status collapsed
26360
26361 \begin_layout Plain Layout
26362
26363
26364 \backslash
26365 ~e
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 </row>
26376 <row>
26377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381
26382 \backslash
26383 .e
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 \begin_inset ERT
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396
26397
26398 \backslash
26399 .e
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 </row>
26410 <row>
26411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415
26416 \backslash
26417 v
26418 \begin_inset ERT
26419 status collapsed
26420
26421 \begin_layout Plain Layout
26422
26423
26424 \backslash
26425 spce 
26426 \end_layout
26427
26428 \end_inset
26429
26430 e
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 \begin_inset ERT
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443
26444
26445 \backslash
26446 v e
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 </row>
26457 <row>
26458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462
26463 \backslash
26464 d
26465 \begin_inset ERT
26466 status collapsed
26467
26468 \begin_layout Plain Layout
26469
26470
26471 \backslash
26472 spce 
26473 \end_layout
26474
26475 \end_inset
26476
26477 e
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 \begin_inset ERT
26487 status collapsed
26488
26489 \begin_layout Plain Layout
26490
26491
26492 \backslash
26493 d e
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 </row>
26504 <row>
26505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509
26510 \backslash
26511 c
26512 \begin_inset ERT
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516
26517
26518 \backslash
26519 spce 
26520 \end_layout
26521
26522 \end_inset
26523
26524 e
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 \begin_inset ERT
26534 status collapsed
26535
26536 \begin_layout Plain Layout
26537
26538
26539 \backslash
26540 c e
26541 \end_layout
26542
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 </row>
26551 </lyxtabular>
26552
26553 \end_inset
26554
26555
26556 \begin_inset space \hfill{}
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Standard
26563 \begin_inset VSpace medskip
26564 \end_inset
26565
26566 With the command 
26567 \series bold
26568
26569 \backslash
26570 t
26571 \series default
26572  also two different characters can be accented.
26573  The command 
26574 \series bold
26575
26576 \backslash
26577 t
26578 \begin_inset ERT
26579 status collapsed
26580
26581 \begin_layout Plain Layout
26582
26583
26584 \backslash
26585 spce 
26586 \end_layout
26587
26588 \end_inset
26589
26590 sz
26591 \series default
26592  creates: 
26593 \begin_inset ERT
26594 status collapsed
26595
26596 \begin_layout Plain Layout
26597
26598
26599 \backslash
26600 t sz
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \begin_layout Standard
26609 The accents 
26610 \series bold
26611 `
26612 \series default
26613  , 
26614 \series bold
26615 '
26616 \series default
26617  , and 
26618 \series bold
26619 ^
26620 \series default
26621  can in combination with vowels directly be inserted with the keyboard without
26622  using TeX-mode.
26623  The same applies for the tilde
26624 \begin_inset Foot
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628 This only applies for keyboards where the tilde is defined as accent.
26629 \end_layout
26630
26631 \end_inset
26632
26633  
26634 \series bold
26635 ~
26636 \series default
26637  in combination with 
26638 \emph on
26639 a
26640 \emph default
26641  , 
26642 \emph on
26643 n
26644 \emph default
26645  , or 
26646 \emph on
26647 o
26648 \emph default
26649 .
26650 \end_layout
26651
26652 \begin_layout Standard
26653 The commands 
26654 \series bold
26655
26656 \backslash
26657 b
26658 \series default
26659  , 
26660 \series bold
26661
26662 \backslash
26663 c
26664 \series default
26665  , 
26666 \series bold
26667
26668 \backslash
26669 d
26670 \series default
26671  , 
26672 \series bold
26673
26674 \backslash
26675 H
26676 \series default
26677  , 
26678 \series bold
26679
26680 \backslash
26681 t
26682 \series default
26683  , 
26684 \series bold
26685
26686 \backslash
26687 u
26688 \series default
26689  , 
26690 \series bold
26691
26692 \backslash
26693 v
26694 \series default
26695 , and accents inserted directly with the keyboard are also available in
26696  mathematical text.
26697  For the other accents there are special math commands to be used in formulas,
26698  see 
26699 \begin_inset CommandInset ref
26700 LatexCommand ref
26701 reference "sub:Accents-for-one"
26702
26703 \end_inset
26704
26705 .
26706 \end_layout
26707
26708 \begin_layout Standard
26709 \begin_inset VSpace bigskip
26710 \end_inset
26711
26712 Furthermore, with the command 
26713 \series bold
26714
26715 \backslash
26716 textcircled
26717 \series default
26718
26719 \begin_inset Index
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723 Commands ! T ! 
26724 \backslash
26725 textcircled
26726 \end_layout
26727
26728 \end_inset
26729
26730  all numbers and letters can be set into a circle, quasi accented with a
26731  circle, similar to the the copyright symbol.
26732 \end_layout
26733
26734 \begin_layout Standard
26735 \align center
26736 \begin_inset Tabular
26737 <lyxtabular version="3" rows="3" columns="2">
26738 <features>
26739 <column alignment="center" valignment="top" width="0">
26740 <column alignment="center" valignment="top" width="0">
26741 <row>
26742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746 Command
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 Result
26756 \begin_inset Note Note
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761 \series bold
26762
26763 \backslash
26764 raisebox
26765 \series default
26766  is only used as spacer.
26767 \end_layout
26768
26769 \end_inset
26770
26771
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 </row>
26777 <row>
26778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26779 \begin_inset Text
26780
26781 \begin_layout Plain Layout
26782
26783 \backslash
26784 textcircled{w}
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793 \begin_inset ERT
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797
26798
26799 \backslash
26800 textcircled{w}
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 </row>
26811 <row>
26812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26813 \begin_inset Text
26814
26815 \begin_layout Plain Layout
26816
26817 \backslash
26818 Large 
26819 \backslash
26820 textcircled{
26821 \backslash
26822 normalsize
26823 \backslash
26824 protect
26825 \backslash
26826 raisebox{-1.5pt}{W}}
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26832 \begin_inset Text
26833
26834 \begin_layout Plain Layout
26835 \begin_inset Formula $\raisebox{4.5mm}{}$
26836 \end_inset
26837
26838
26839 \begin_inset ERT
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843
26844
26845 \backslash
26846 Large 
26847 \backslash
26848 textcircled{
26849 \backslash
26850 normalsize
26851 \backslash
26852 protect
26853 \backslash
26854 raisebox{-1.5pt}W}
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \begin_inset Formula $\raisebox{-2mm}{}$
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 </lyxtabular>
26870
26871 \end_inset
26872
26873
26874 \end_layout
26875
26876 \begin_layout Standard
26877 One has to take care that the character fits in the circle.
26878  
26879 \series bold
26880
26881 \backslash
26882 Large
26883 \series default
26884
26885 \begin_inset Foot
26886 status collapsed
26887
26888 \begin_layout Plain Layout
26889 see 
26890 \begin_inset CommandInset ref
26891 LatexCommand ref
26892 reference "sub:Font-Sizes"
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \end_inset
26900
26901  specifies thereby the size of the circle.
26902  With the help of 
26903 \series bold
26904
26905 \backslash
26906 raisebox
26907 \series default
26908
26909 \begin_inset Foot
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913 see 
26914 \begin_inset CommandInset ref
26915 LatexCommand ref
26916 reference "sub:Boxes-without-Frame"
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924
26925  the character can be centered.
26926 \end_layout
26927
26928 \begin_layout Subsection
26929 Minuscule Numbers
26930 \begin_inset Index
26931 status collapsed
26932
26933 \begin_layout Plain Layout
26934 Minuscule numbers
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \begin_layout Standard
26943 Minuscule numbers are created with the command 
26944 \series bold
26945
26946 \backslash
26947 oldstylenums
26948 \series default
26949
26950 \begin_inset Index
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954 Commands ! O ! 
26955 \backslash
26956 oldstylenums
26957 \end_layout
26958
26959 \end_inset
26960
26961 .
26962  The command can be used in formulas and in TeX-mode.
26963  The command scheme is:
26964 \end_layout
26965
26966 \begin_layout Standard
26967
26968 \series bold
26969
26970 \backslash
26971 oldstylenums{number}
26972 \end_layout
26973
26974 \begin_layout Standard
26975 The command 
26976 \series bold
26977
26978 \backslash
26979 oldstylenums{0123456789
26980 \series default
26981  produces: 
26982 \begin_inset Formula $\oldstylenums{0123456789}$
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \begin_layout Subsection
26989 Miscellaneous special Characters
26990 \begin_inset CommandInset label
26991 LatexCommand label
26992 name "sub:Miscellaneous-special-Characters"
26993
26994 \end_inset
26995
26996
26997 \begin_inset Index
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001 Special characters ! miscellaneous
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \begin_layout Standard
27010 The following characters can only be inserted to formulas by using commands:
27011 \end_layout
27012
27013 \begin_layout Standard
27014 \align center
27015 \begin_inset Tabular
27016 <lyxtabular version="3" rows="4" columns="2">
27017 <features>
27018 <column alignment="center" valignment="top" width="0">
27019 <column alignment="center" valignment="top" width="0">
27020 <row>
27021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Plain Layout
27025 Command
27026 \end_layout
27027
27028 \end_inset
27029 </cell>
27030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Plain Layout
27034 Result
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 </row>
27040 <row>
27041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045
27046 \backslash
27047 ^
27048 \begin_inset ERT
27049 status collapsed
27050
27051 \begin_layout Plain Layout
27052
27053
27054 \backslash
27055 spce 
27056 \end_layout
27057
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27066 \begin_inset Text
27067
27068 \begin_layout Plain Layout
27069 \begin_inset Formula $\mathcircumflex$
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 </row>
27078 <row>
27079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083
27084 \backslash
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 $\_$
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" bottomline="true" leftline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108 ^
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 spce 
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \backslash
27123 circ
27124 \begin_inset Index
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128
27129 \backslash
27130
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \end_inset
27139 </cell>
27140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144 \begin_inset Formula $^{\circ}$
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 </row>
27153 </lyxtabular>
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Standard
27161 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27162  contains the following line
27163 \begin_inset Foot
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167 More about this is described in 
27168 \begin_inset CommandInset ref
27169 LatexCommand ref
27170 reference "sub:Text-Characters-in"
27171
27172 \end_inset
27173
27174 .
27175 \end_layout
27176
27177 \end_inset
27178
27179 :
27180 \end_layout
27181
27182 \begin_layout Standard
27183
27184 \series bold
27185
27186 \backslash
27187 DeclareInputtext{176}{
27188 \backslash
27189 ifmmode^
27190 \backslash
27191 circ
27192 \backslash
27193 else
27194 \backslash
27195 textdegree
27196 \backslash
27197 fi}
27198 \end_layout
27199
27200 \begin_layout Section
27201 Formula Styles
27202 \begin_inset CommandInset label
27203 LatexCommand label
27204 name "sec:Formula-Styles"
27205
27206 \end_inset
27207
27208
27209 \begin_inset Index
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 Formula ! styles
27214 \end_layout
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \begin_layout Itemize
27222 There are two different alignment styles:
27223 \end_layout
27224
27225 \begin_deeper
27226 \begin_layout Description
27227 Centered is the predefined standard
27228 \end_layout
27229
27230 \begin_layout Description
27231 Indented for this the option 
27232 \series bold
27233 fleqn
27234 \series default
27235  must be inserted in the menu 
27236 \family sans
27237 Document\SpecialChar \menuseparator
27238 Settings
27239 \family default
27240  under 
27241 \family sans
27242 Document
27243 \begin_inset space ~
27244 \end_inset
27245
27246 Class
27247 \end_layout
27248
27249 \begin_layout Standard
27250 When 
27251 \series bold
27252 Indented
27253 \series default
27254  is used, the indentation can be adjusted with the length 
27255 \series bold
27256
27257 \backslash
27258 mathindent
27259 \series default
27260
27261 \begin_inset Index
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265 Commands ! M ! 
27266 \backslash
27267 mathindent
27268 \end_layout
27269
27270 \end_inset
27271
27272 .
27273  Should the distance be 15
27274 \begin_inset space \thinspace{}
27275 \end_inset
27276
27277 mm, the following command line is inserted in the LaTeX-preamble
27278 \end_layout
27279
27280 \begin_layout Standard
27281
27282 \series bold
27283
27284 \backslash
27285 setlength{
27286 \backslash
27287 mathindent}{15mm}
27288 \end_layout
27289
27290 \begin_layout Standard
27291 When no length is specified, the predefined value of 30
27292 \begin_inset space \thinspace{}
27293 \end_inset
27294
27295 pt will be used.
27296 \end_layout
27297
27298 \end_deeper
27299 \begin_layout Itemize
27300 And two different numbering styles:
27301 \end_layout
27302
27303 \begin_deeper
27304 \begin_layout Description
27305 Right is the predefined standard
27306 \end_layout
27307
27308 \begin_layout Description
27309 Left for this the option 
27310 \series bold
27311 leqno
27312 \series default
27313  must be inserted in the menu 
27314 \family sans
27315 Document\SpecialChar \menuseparator
27316 Settings
27317 \family default
27318  under 
27319 \family sans
27320 Document
27321 \begin_inset space ~
27322 \end_inset
27323
27324 Class
27325 \end_layout
27326
27327 \end_deeper
27328 \begin_layout Standard
27329
27330 \series bold
27331 fleqn
27332 \series default
27333  and 
27334 \series bold
27335 leqno
27336 \series default
27337  can also be used together.
27338  In this case both options are inserted, separated by a comma.
27339 \end_layout
27340
27341 \begin_layout Standard
27342 The chosen styles are used for all displayed formulas of the document.
27343  When both, centered and indented formulas should be created in a document,
27344  the style 
27345 \series bold
27346 Centered
27347 \series default
27348  is used.
27349  The indented formulas are then set in a flalign environment, see 
27350 \begin_inset CommandInset ref
27351 LatexCommand ref
27352 reference "sub:Flalign-Environment"
27353
27354 \end_inset
27355
27356 .
27357 \end_layout
27358
27359 \begin_layout Section
27360 Multiline Formulas
27361 \begin_inset CommandInset label
27362 LatexCommand label
27363 name "sec:Multiline-Formulas"
27364
27365 \end_inset
27366
27367
27368 \begin_inset Index
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372 Formula ! multiline
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \begin_layout Subsection
27381 General
27382 \end_layout
27383
27384 \begin_layout Standard
27385 In LyX multiline formulas are created by pressing 
27386 \family sans
27387 \series bold
27388 Ctrl-Return
27389 \family default
27390 \series default
27391  inside a formula.
27392  This creates either an 
27393 \series bold
27394 eqnarray environment
27395 \series default
27396  that is described in 
27397 \begin_inset CommandInset ref
27398 LatexCommand ref
27399 reference "sub:Eqnarray-Environment"
27400
27401 \end_inset
27402
27403  or, when the option 
27404 \family sans
27405 Use AMS math package
27406 \family default
27407  in the document settings is selected, an 
27408 \series bold
27409 align environment
27410 \series default
27411  that is described in 
27412 \begin_inset CommandInset ref
27413 LatexCommand ref
27414 reference "sub:Standard-align-Environment"
27415
27416 \end_inset
27417
27418 .
27419 \end_layout
27420
27421 \begin_layout Standard
27422 There are other multiline formula environments that can be created via the
27423  menu 
27424 \family sans
27425 Insert\SpecialChar \menuseparator
27426 Math
27427 \family default
27428 .
27429  These environments are described in the following sections.
27430 \end_layout
27431
27432 \begin_layout Standard
27433 In all multiline formula environments a new line is created by pressing
27434  
27435 \family sans
27436 Ctrl-Return
27437 \family default
27438 .
27439  To add or delete lines, the math toolbar buttons 
27440 \begin_inset Graphics
27441         filename ../images/tabular-feature_append-row.png
27442         scale 85
27443
27444 \end_inset
27445
27446  or 
27447 \begin_inset Graphics
27448         filename ../images/tabular-feature_delete-row.png
27449         scale 85
27450
27451 \end_inset
27452
27453 , respectively, or the menu 
27454 \family sans
27455 Edit\SpecialChar \menuseparator
27456 Rows & Columns
27457 \family default
27458  can be used.
27459 \end_layout
27460
27461 \begin_layout Subsubsection
27462 Line Separation
27463 \begin_inset CommandInset label
27464 LatexCommand label
27465 name "sub:Line-Separation"
27466
27467 \end_inset
27468
27469
27470 \begin_inset Index
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 Formula ! multiline ! Line separation
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \begin_layout Standard
27483 There is sometimes not enough space in multiline formulas between the lines:
27484 \begin_inset Formula \begin{eqnarray*}
27485 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}\\
27486 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*}
27487
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \begin_layout Standard
27494 In LaTeX additional line space is specified as optional argument of the
27495  new line command.
27496  This is not yet possible in LyX
27497 \begin_inset Foot
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 see 
27502 \begin_inset CommandInset href
27503 LatexCommand href
27504 name "LyX-bug #1505"
27505 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27506
27507 \end_inset
27508
27509
27510 \end_layout
27511
27512 \end_inset
27513
27514 , therefore the whole formula must be inserted in TeX-mode.
27515  To add in our example space, the command 
27516 \series bold
27517
27518 \backslash
27519
27520 \backslash
27521 [3mm]
27522 \series default
27523  is inserted at the end of the first line.
27524  One gets: 
27525 \begin_inset ERT
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529
27530
27531 \backslash
27532 begin{eqnarray*}
27533 \end_layout
27534
27535 \begin_layout Plain Layout
27536
27537 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27538  = & 
27539 \backslash
27540 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27541 \backslash
27542
27543 \backslash
27544 [3mm]
27545 \end_layout
27546
27547 \begin_layout Plain Layout
27548
27549 4x^{2}
27550 \backslash
27551 left(B^{2}+x_{0}^{2}
27552 \backslash
27553 right)+4x_{0}x
27554 \backslash
27555 left(D-B^{2}
27556 \backslash
27557 right)+B^{2}
27558 \backslash
27559 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27560 \backslash
27561 right) & = & 0
27562 \end_layout
27563
27564 \begin_layout Plain Layout
27565
27566
27567 \backslash
27568 end{eqnarray*}
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \begin_layout Standard
27577 \begin_inset VSpace bigskip
27578 \end_inset
27579
27580 To set the the line separation for all lines in a formula, the length 
27581 \series bold
27582
27583 \backslash
27584 jot
27585 \series default
27586
27587 \begin_inset Index
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591 Commands ! J ! 
27592 \backslash
27593 jot
27594 \end_layout
27595
27596 \end_inset
27597
27598  is changed.
27599  The definition is: 
27600 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27601 \end_inset
27602
27603 .
27604  Predefined for 
27605 \series bold
27606
27607 \backslash
27608 jot
27609 \series default
27610  is the value 3
27611 \begin_inset space \thinspace{}
27612 \end_inset
27613
27614 pt.
27615  To create 3
27616 \begin_inset space \thinspace{}
27617 \end_inset
27618
27619 mm additional line separation as in the previous example, the command
27620 \end_layout
27621
27622 \begin_layout Standard
27623
27624 \series bold
27625
27626 \backslash
27627 setlength{
27628 \backslash
27629 jot}{3mm+3pt}
27630 \end_layout
27631
27632 \begin_layout Standard
27633 is inserted in TeX-mode before the formula.
27634  This requires that the LaTeX-package 
27635 \series bold
27636 calc
27637 \series default
27638
27639 \begin_inset Foot
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643
27644 \series bold
27645 calc
27646 \series default
27647  is part of every LaTeX standard installation.
27648 \end_layout
27649
27650 \end_inset
27651
27652
27653 \begin_inset Index
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 Packages ! calc
27658 \end_layout
27659
27660 \end_inset
27661
27662  was loaded in LaTeX-preamble with the line
27663 \end_layout
27664
27665 \begin_layout Standard
27666
27667 \series bold
27668
27669 \backslash
27670 usepackage{calc}
27671 \end_layout
27672
27673 \begin_layout Standard
27674 One gets: 
27675 \begin_inset ERT
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679
27680
27681 \backslash
27682 setlength{
27683 \backslash
27684 jot}{3mm+3pt}
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \begin_inset Formula \begin{eqnarray*}
27691 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}\\
27692 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*}
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Standard
27700 \begin_inset ERT
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704
27705
27706 \backslash
27707 setlength{
27708 \backslash
27709 jot}{3pt}
27710 \end_layout
27711
27712 \end_inset
27713
27714  To get back to the predefined distance, 
27715 \series bold
27716
27717 \backslash
27718 jot
27719 \series default
27720  is set to the value 3
27721 \begin_inset space \thinspace{}
27722 \end_inset
27723
27724 pt.
27725 \end_layout
27726
27727 \begin_layout Subsubsection
27728 Column Separation
27729 \begin_inset CommandInset label
27730 LatexCommand label
27731 name "sub:Column-Separation"
27732
27733 \end_inset
27734
27735
27736 \begin_inset Index
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740 Formula ! multiline ! Column separation
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \begin_layout Standard
27749 Multiline formulas form a matrix.
27750  A formula in the eqnarray environment is for example a matrix with three
27751  columns.
27752  By changing the column separation in this environment, the space beside
27753  the relation sign can be changed.
27754 \end_layout
27755
27756 \begin_layout Standard
27757 The column separation is specified with the length 
27758 \series bold
27759
27760 \backslash
27761 arraycolsep
27762 \series default
27763
27764 \begin_inset Index
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768 Commands ! A ! 
27769 \backslash
27770 arraycolsep
27771 \end_layout
27772
27773 \end_inset
27774
27775  according to:
27776 \begin_inset Newline newline
27777 \end_inset
27778
27779 column separation = 2
27780 \begin_inset space \thinspace{}
27781 \end_inset
27782
27783
27784 \series bold
27785
27786 \backslash
27787 arraycolsep
27788 \series default
27789
27790 \begin_inset Newline newline
27791 \end_inset
27792
27793 Thus, the command
27794 \end_layout
27795
27796 \begin_layout Standard
27797
27798 \series bold
27799
27800 \backslash
27801 setlength{
27802 \backslash
27803 arraycolsep}{1cm}
27804 \end_layout
27805
27806 \begin_layout Standard
27807 inserted in TeX-mode, sets for all following formulas a column separation
27808  of 2
27809 \begin_inset space \thinspace{}
27810 \end_inset
27811
27812 cm.
27813  To get back to the predefined distance, 
27814 \series bold
27815
27816 \backslash
27817 arraycolsep
27818 \series default
27819  is set to 5
27820 \begin_inset space \thinspace{}
27821 \end_inset
27822
27823 pt.
27824 \end_layout
27825
27826 \begin_layout Standard
27827 A formula with 2
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 cm column separation:
27832 \begin_inset ERT
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836
27837
27838 \backslash
27839 setlength{
27840 \backslash
27841 arraycolsep}{1cm}
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \begin_inset Formula \begin{eqnarray*}
27848 A & = & B\\
27849 C & \ne & A\end{eqnarray*}
27850
27851 \end_inset
27852
27853 A formula with the predefined column separation for matrices of 10
27854 \begin_inset space \thinspace{}
27855 \end_inset
27856
27857 pt:
27858 \begin_inset ERT
27859 status collapsed
27860
27861 \begin_layout Plain Layout
27862
27863
27864 \backslash
27865 setlength{
27866 \backslash
27867 arraycolsep}{5pt}
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \begin_inset Formula \begin{eqnarray*}
27874 A & = & B\\
27875 C & \ne & A\end{eqnarray*}
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Subsubsection
27883 Long Formulas
27884 \begin_inset Index
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888 Formula ! long
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Standard
27897 Long formulas can be typeset using these methods:
27898 \end_layout
27899
27900 \begin_layout Itemize
27901 When one side of the equation is much shorther than the line width, this
27902  one is chosen for the left side and the right side is typeset over two
27903  lines:
27904 \begin_inset ERT
27905 status collapsed
27906
27907 \begin_layout Plain Layout
27908
27909
27910 \backslash
27911 medskip
27912 \end_layout
27913
27914 \end_inset
27915
27916  
27917 \begin_inset Formula \begin{eqnarray}
27918 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 \\
27919  &  & -\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}
27920
27921 \end_inset
27922
27923
27924 \begin_inset ERT
27925 status collapsed
27926
27927 \begin_layout Plain Layout
27928
27929
27930 \backslash
27931 smallskip
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \begin_inset Newline newline
27938 \end_inset
27939
27940 The minus sign at the beginning of the second line does normally not appear
27941  as operator because it is the first character of the line.
27942  Thus it would not be surrounded by space and could not be distinguished
27943  from the fraction bar.
27944  To avoid this, space was inserted behind the minus sign with the command
27945  
27946 \series bold
27947
27948 \backslash
27949 hspace{3pt}
27950 \series default
27951
27952 \begin_inset Foot
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956 more about 
27957 \series bold
27958
27959 \backslash
27960 hspace
27961 \series default
27962  see 
27963 \begin_inset CommandInset ref
27964 LatexCommand ref
27965 reference "sub:Variable-Space"
27966
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \begin_inset Index
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979 Commands ! H ! 
27980 \backslash
27981 hspace
27982 \end_layout
27983
27984 \end_inset
27985
27986 .
27987 \end_layout
27988
27989 \begin_layout Itemize
27990 When both sides of the equation are too long, the command 
27991 \series bold
27992
27993 \backslash
27994 lefteqn
27995 \series default
27996
27997 \begin_inset Index
27998 status collapsed
27999
28000 \begin_layout Plain Layout
28001 Commands ! L ! 
28002 \backslash
28003 lefteqn
28004 \end_layout
28005
28006 \end_inset
28007
28008  is used.
28009  It is inserted to the first column of the first line and effects that all
28010  further insertions overwrite the following columns:
28011 \begin_inset ERT
28012 status collapsed
28013
28014 \begin_layout Plain Layout
28015
28016
28017 \backslash
28018 medskip
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \begin_inset Formula \begin{eqnarray}
28025 \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 \\
28026  &  & -\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 \\
28027  &  & =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}
28028
28029 \end_inset
28030
28031
28032 \begin_inset ERT
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036
28037
28038 \backslash
28039 smallskip
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \begin_inset Newline newline
28046 \end_inset
28047
28048 After the insertion of 
28049 \series bold
28050
28051 \backslash
28052 lefteqn
28053 \series default
28054 , the cursor is in a purple box that is a bit shifted to the left from the
28055  blue one.
28056  In this the formula is inserted.
28057 \begin_inset ERT
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061
28062
28063 \backslash
28064 medskip
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \begin_inset Newline newline
28071 \end_inset
28072
28073 The content of the further lines is inserted to the second or another formula
28074  column.
28075  The greater the column number where it was inserted, the larger the indentation.
28076 \begin_inset ERT
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080
28081
28082 \backslash
28083 medskip
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \begin_inset Newline newline
28090 \end_inset
28091
28092
28093 \begin_inset Note Greyedout
28094 status open
28095
28096 \begin_layout Plain Layout
28097 Note the following when using 
28098 \series bold
28099
28100 \backslash
28101 lefteqn
28102 \series default
28103 :
28104 \end_layout
28105
28106 \begin_layout Itemize
28107 The formula doesn't use the full page width.
28108  When e.
28109 \begin_inset space \thinspace{}
28110 \end_inset
28111
28112 g.
28113 \begin_inset space ~
28114 \end_inset
28115
28116 the term 
28117 \begin_inset Formula $-B^{2}$
28118 \end_inset
28119
28120  is added to the first line in the above example, it would have been outside
28121  the page margin.
28122  To better use the width, negative space can be inserted at the beginning
28123  of the first line.
28124 \end_layout
28125
28126 \begin_layout Itemize
28127 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28128  line.
28129 \begin_inset Foot
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133 \begin_inset CommandInset href
28134 LatexCommand href
28135 name "LyX-bug #1429"
28136 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \end_inset
28144
28145  One can only set the cursor at the beginning of the line and move it with
28146  the arrow keys.
28147 \end_layout
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \begin_layout Itemize
28155 Other methods to set long formulas are offered by the environments described
28156  in 
28157 \begin_inset CommandInset ref
28158 LatexCommand ref
28159 reference "sub:Multline-Environment"
28160
28161 \end_inset
28162
28163  and 
28164 \begin_inset CommandInset ref
28165 LatexCommand ref
28166 reference "sub:Multiline-Formula-Parts"
28167
28168 \end_inset
28169
28170 .
28171 \end_layout
28172
28173 \begin_layout Subsubsection
28174 Multiline Brackets
28175 \begin_inset CommandInset label
28176 LatexCommand label
28177 name "sub:Multiline-Brackets"
28178
28179 \end_inset
28180
28181
28182 \begin_inset Index
28183 status collapsed
28184
28185 \begin_layout Plain Layout
28186 Brackets ! for multiline expressions
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \begin_layout Standard
28195 For brackets spanning multiple lines the following problem occurs:
28196 \begin_inset Formula \begin{eqnarray*}
28197 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28198  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Standard
28206 The closing bracket is smaller than the opening bracket because brackets
28207  with variable size may not span multiple lines.
28208 \end_layout
28209
28210 \begin_layout Standard
28211 To set the bracket size for the second line correctly, the first line is
28212  ended with 
28213 \series bold
28214
28215 \backslash
28216 right.
28217 \series default
28218
28219 \begin_inset Index
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223 Commands ! R ! 
28224 \backslash
28225 right
28226 \end_layout
28227
28228 \end_inset
28229
28230  and the second line with 
28231 \series bold
28232
28233 \backslash
28234 left.
28235 \begin_inset Foot
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239 for more about 
28240 \series bold
28241
28242 \backslash
28243 left
28244 \series default
28245  and 
28246 \series bold
28247
28248 \backslash
28249 right
28250 \series default
28251  see 
28252 \begin_inset CommandInset ref
28253 LatexCommand ref
28254 reference "sub:Automatic-Bracket-Size"
28255
28256 \end_inset
28257
28258
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \series default
28265
28266 \begin_inset Index
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270 Commands ! L ! 
28271 \backslash
28272 left
28273 \end_layout
28274
28275 \end_inset
28276
28277 .
28278  After 
28279 \series bold
28280
28281 \backslash
28282 left.
28283
28284 \series default
28285  the command 
28286 \series bold
28287
28288 \backslash
28289 vphantom
28290 \series default
28291
28292 \begin_inset ERT
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296
28297
28298 \backslash
28299 spce 
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \series bold
28306
28307 \backslash
28308 prod
28309 \series default
28310 ^
28311 \begin_inset ERT
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315
28316
28317 \backslash
28318 spce 
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \series bold
28325
28326 \backslash
28327 infty
28328 \series default
28329
28330 \begin_inset ERT
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334
28335
28336 \backslash
28337 spce 
28338 \end_layout
28339
28340 \end_inset
28341
28342
28343 \series bold
28344
28345 \begin_inset Formula $\downarrow$
28346 \end_inset
28347
28348 _R=1}
28349 \series default
28350
28351 \begin_inset Index
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355 Commands ! V ! 
28356 \backslash
28357 vphantom
28358 \end_layout
28359
28360 \end_inset
28361
28362  is inserted, because the multiplication operator with its limits is the
28363  largest symbol in the first line and this should be the size for the bracket
28364  in the second line.
28365 \end_layout
28366
28367 \begin_layout Standard
28368 The result is this:
28369 \begin_inset Formula \begin{eqnarray*}
28370 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28371  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Subsection
28379 Align Environments
28380 \end_layout
28381
28382 \begin_layout Standard
28383 Align environments can be used for every kind of multiline formulas.
28384  They are specially useful to set several formulas side by side.
28385 \end_layout
28386
28387 \begin_layout Standard
28388 Align environments consist of columns.
28389  The odd columns are right aligned, the even ones left aligned.
28390  Every line in an Align environment can be numbered.
28391 \end_layout
28392
28393 \begin_layout Standard
28394 Align environments are created via the menu 
28395 \family sans
28396 Insert\SpecialChar \menuseparator
28397 Math
28398 \family default
28399 .
28400  With the menu 
28401 \family sans
28402 Edit\SpecialChar \menuseparator
28403 Math\SpecialChar \menuseparator
28404 Change Formula Type
28405 \family default
28406  already existing formulas can be converted to Align environments.
28407 \end_layout
28408
28409 \begin_layout Standard
28410 To add or delete columns, the math toolbar buttons 
28411 \begin_inset Graphics
28412         filename ../images/tabular-feature_append-column.png
28413         scale 85
28414
28415 \end_inset
28416
28417  or 
28418 \begin_inset Graphics
28419         filename ../images/tabular-feature_delete-column.png
28420         scale 85
28421
28422 \end_inset
28423
28424 , respectively, or the menu 
28425 \family sans
28426 Edit\SpecialChar \menuseparator
28427 Rows & Columns
28428 \family default
28429  can be used.
28430 \end_layout
28431
28432 \begin_layout Subsubsection
28433 Standard align Environment
28434 \begin_inset CommandInset label
28435 LatexCommand label
28436 name "sub:Standard-align-Environment"
28437
28438 \end_inset
28439
28440
28441 \begin_inset Index
28442 status collapsed
28443
28444 \begin_layout Plain Layout
28445 Formula ! multiline ! align environment
28446 \end_layout
28447
28448 \end_inset
28449
28450
28451 \end_layout
28452
28453 \begin_layout Standard
28454 This Align environment is created by presssing 
28455 \family sans
28456 Ctrl-Return
28457 \family default
28458  in a formula or by the menu 
28459 \family sans
28460 Insert\SpecialChar \menuseparator
28461 Math\SpecialChar \menuseparator
28462 AMS align Environment
28463 \family default
28464 .
28465 \end_layout
28466
28467 \begin_layout Standard
28468 An example for two formulas set side by side, that are created with a four
28469  column align environment:
28470 \begin_inset Formula \begin{align*}
28471 A & =\sin(B) & C & =D\\
28472 C & \ne A & B & \ne D\end{align*}
28473
28474 \end_inset
28475
28476 As it can be seen, the formulas in this environment are placed so as if
28477  there would be a 
28478 \series bold
28479
28480 \backslash
28481 hfill
28482 \begin_inset Foot
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486 more about 
28487 \series bold
28488
28489 \backslash
28490 hfill
28491 \series default
28492  see 
28493 \begin_inset CommandInset ref
28494 LatexCommand ref
28495 reference "sub:Variable-Space"
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \series default
28506  before the first and after every even column.
28507  When the formula style 
28508 \series bold
28509 Indented
28510 \begin_inset Foot
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 formula styles see 
28515 \begin_inset CommandInset ref
28516 LatexCommand ref
28517 reference "sec:Formula-Styles"
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \series default
28528  is used, the formula is set without the 
28529 \series bold
28530
28531 \backslash
28532 hfill
28533 \series default
28534  before the first column.
28535 \end_layout
28536
28537 \begin_layout Subsubsection
28538 Alignat Environment
28539 \begin_inset Index
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543 Formula ! multiline ! alignat environment
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Standard
28552 The alignat environment has no predefined column separation.
28553  It can be inserted manually with the spaces that are described 
28554 \begin_inset CommandInset ref
28555 LatexCommand ref
28556 reference "sub:Space"
28557
28558 \end_inset
28559
28560 .
28561 \end_layout
28562
28563 \begin_layout Standard
28564 The above example in the alignat environment where 1
28565 \begin_inset space \thinspace{}
28566 \end_inset
28567
28568 cm space was inserted at the beginning of the second formula:
28569 \begin_inset Formula \begin{alignat*}{2}
28570 A & =\sin(B) & \hspace{1cm}C & =D\\
28571 C & \ne A & B & \ne D\end{alignat*}
28572
28573 \end_inset
28574
28575 Because the column separation can be set separately for every column, this
28576  environment is especially suitable to set three and more formulas side
28577  by side.
28578 \end_layout
28579
28580 \begin_layout Subsubsection
28581 Flalign Environment
28582 \begin_inset CommandInset label
28583 LatexCommand label
28584 name "sub:Flalign-Environment"
28585
28586 \end_inset
28587
28588
28589 \begin_inset Index
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593 Formula ! multiline ! flalign environment
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 In this environment the first two columns are always set as much as possible
28603  to the left and the last two ones to the right.
28604  An example:
28605 \begin_inset Formula \begin{flalign*}
28606 A & =1 & B & =2 & C & =3\\
28607 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28608
28609 \end_inset
28610
28611
28612 \end_layout
28613
28614 \begin_layout Standard
28615 By creating a flalign environment with an odd number of columns where an
28616  empty TeX-brace is inserted to the last column, several formulas in a document
28617  can be set to the left, although the formula style 
28618 \series bold
28619 Centered
28620 \series default
28621  is used.
28622  As example the indented formula 
28623 \begin_inset CommandInset ref
28624 LatexCommand eqref
28625 reference "eq:VolInt"
28626
28627 \end_inset
28628
28629 :
28630 \begin_inset Formula \begin{flalign}
28631 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28632
28633 \end_inset
28634
28635 The first two columns contain the formula.
28636  To indent it as with the formula style 
28637 \series bold
28638 Indented
28639 \series default
28640 , 30
28641 \begin_inset space \thinspace{}
28642 \end_inset
28643
28644 pt space was inserted at the beginning of the first column.
28645 \end_layout
28646
28647 \begin_layout Subsection
28648 Eqnarray Environment
28649 \begin_inset CommandInset label
28650 LatexCommand label
28651 name "sub:Eqnarray-Environment"
28652
28653 \end_inset
28654
28655
28656 \begin_inset Index
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 Formula ! multiline ! eqnarray environment
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \begin_layout Standard
28669 When this environment has been created, three blue boxes appear.
28670  The content of the first box is right aligned, the content of the last
28671  one left aligned.
28672  The content of the middle box appears centered and a bit smaller, because
28673  it is designed to insert there only relation characters.
28674 \begin_inset Formula \begin{eqnarray*}
28675 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28676 AB & AB & AB\\
28677 A & = & A\end{eqnarray*}
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Subsection
28685 Gather Environment
28686 \begin_inset Index
28687 status collapsed
28688
28689 \begin_layout Plain Layout
28690 Formula ! multiline ! gather environment
28691 \end_layout
28692
28693 \end_inset
28694
28695
28696 \end_layout
28697
28698 \begin_layout Standard
28699 This environment consists of only one centered column.
28700  Every line can be numbered.
28701 \begin_inset Formula \begin{gather}
28702 A=1\\
28703 X=\textrm{-}1\end{gather}
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \begin_layout Subsection
28711 Multline Environment
28712 \begin_inset CommandInset label
28713 LatexCommand label
28714 name "sub:Multline-Environment"
28715
28716 \end_inset
28717
28718
28719 \begin_inset Index
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723 Formula ! multiline ! multline environment
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \begin_layout Standard
28732 The multline environment consists, like the gather environment, of only
28733  one column.
28734  But the first line is left aligned, the last one right aligned.
28735  All other lines are centered.
28736  Therefore this environment is suitable for long formulas.
28737  As example formula 
28738 \begin_inset CommandInset ref
28739 LatexCommand eqref
28740 reference "eq:lefteqn"
28741
28742 \end_inset
28743
28744  in the multline environment:
28745 \begin_inset Formula \begin{multline}
28746 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}\\
28747 -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}\\
28748 =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}
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Standard
28756 In the output only the last (first) line of a multline environment appears
28757  numbered when the document numbering is right (left).
28758 \begin_inset Foot
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 numbering styles see 
28763 \begin_inset CommandInset ref
28764 LatexCommand ref
28765 reference "sec:Formula-Styles"
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Standard
28778 With the commands 
28779 \series bold
28780
28781 \backslash
28782 shoveright
28783 \begin_inset Index
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787 Commands ! S ! 
28788 \backslash
28789 shoveright
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \series default
28796  and 
28797 \series bold
28798
28799 \backslash
28800 shoveleft
28801 \begin_inset Index
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805 Commands ! S ! 
28806 \backslash
28807 shoveleft
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \series default
28814  a centered line can be right or left aligned, respectively.
28815  The commands are used as follows:
28816 \end_layout
28817
28818 \begin_layout Standard
28819
28820 \series bold
28821
28822 \backslash
28823 shoveright{line content}
28824 \series default
28825  and 
28826 \series bold
28827
28828 \backslash
28829 shoveleft{line content}
28830 \end_layout
28831
28832 \begin_layout Standard
28833 \begin_inset VSpace medskip
28834 \end_inset
28835
28836 The length 
28837 \series bold
28838
28839 \backslash
28840 multlinegap
28841 \begin_inset Index
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845 Commands ! M ! 
28846 \backslash
28847 multlinegap
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \series default
28854  specifies the distance of the first line from the left page margin.
28855  Predefined is the length 0
28856 \begin_inset space \thinspace{}
28857 \end_inset
28858
28859 pt.
28860 \end_layout
28861
28862 \begin_layout Standard
28863 As example the above formula where the command
28864 \end_layout
28865
28866 \begin_layout Standard
28867
28868 \series bold
28869
28870 \backslash
28871 setlength{
28872 \backslash
28873 multlinegap}{2cm}
28874 \end_layout
28875
28876 \begin_layout Standard
28877 was inserted in TeX-mode before:
28878 \begin_inset ERT
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882
28883
28884 \backslash
28885 setlength{
28886 \backslash
28887 multlinegap}{2cm}
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \begin_inset Formula \begin{multline}
28894 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}\\
28895 \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}}\\
28896 =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}
28897
28898 \end_inset
28899
28900
28901 \begin_inset ERT
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905
28906
28907 \backslash
28908 setlength{
28909 \backslash
28910 multlinegap}{0pt}
28911 \end_layout
28912
28913 \end_inset
28914
28915 The second line was left aligned using 
28916 \series bold
28917
28918 \backslash
28919 shoveleft
28920 \series default
28921 .
28922 \end_layout
28923
28924 \begin_layout Subsection
28925 Multiline Formula Parts
28926 \begin_inset CommandInset label
28927 LatexCommand label
28928 name "sub:Multiline-Formula-Parts"
28929
28930 \end_inset
28931
28932
28933 \begin_inset Index
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937 Formula ! multiline ! formula parts
28938 \end_layout
28939
28940 \end_inset
28941
28942
28943 \end_layout
28944
28945 \begin_layout Standard
28946 To display only parts of a formula with multiple lines, one of the following
28947  environments are used: 
28948 \series bold
28949 aligned
28950 \series default
28951
28952 \series bold
28953 alignedat
28954 \series default
28955
28956 \series bold
28957 gathered
28958 \series default
28959  or 
28960 \series bold
28961 split
28962 \series default
28963 .
28964  They can be inserted via the menu 
28965 \family sans
28966 Insert\SpecialChar \menuseparator
28967 Math
28968 \family default
28969  or by using the commands described in this section.
28970 \end_layout
28971
28972 \begin_layout Standard
28973 The first three have the same properties as the corresponding multiline
28974  formula environments, but it is possible to set further formula parts beside
28975  them.
28976  An example:
28977 \begin_inset Formula \[
28978 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28979 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28980 \right\} \textrm{Uncertainty relations}\]
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Standard
28988 To get this formula, a displayed formula is created where the command 
28989 \series bold
28990
28991 \backslash
28992 aligned
28993 \begin_inset Index
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Commands ! A ! 
28998 \backslash
28999 aligned
29000 \end_layout
29001
29002 \end_inset
29003
29004
29005 \series default
29006  is inserted.
29007  A purple box appears around the blue formula box where now columns and
29008  lines can be added.
29009  Outside the multiline environment other formula parts can be set, like
29010  the brace.
29011 \end_layout
29012
29013 \begin_layout Standard
29014 The aligned environment is also suitable for long formulas whose lines are
29015  horizontally aligned.
29016  Using aligned in a displayed formula has the advantage that the formula
29017  number is vertically centered behind the lines.
29018  As example formula 
29019 \begin_inset CommandInset ref
29020 LatexCommand eqref
29021 reference "eq:kurzlang"
29022
29023 \end_inset
29024
29025  in the aligned environment:
29026 \begin_inset Formula \begin{equation}
29027 \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}|}\\
29028  & -\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}
29029 \end{equation}
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 To use the environments 
29038 \series bold
29039 alignedat
29040 \series default
29041
29042 \series bold
29043 gathered
29044 \series default
29045 , or 
29046 \series bold
29047 split
29048 \series default
29049 , the command 
29050 \series bold
29051
29052 \backslash
29053 alignedat
29054 \series default
29055 ,
29056 \begin_inset Index
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060 Commands ! A ! 
29061 \backslash
29062 alignedat
29063 \end_layout
29064
29065 \end_inset
29066
29067  
29068 \series bold
29069
29070 \backslash
29071 gathered
29072 \series default
29073
29074 \begin_inset Index
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 Commands ! G ! 
29079 \backslash
29080 gathered
29081 \end_layout
29082
29083 \end_inset
29084
29085 , or 
29086 \series bold
29087
29088 \backslash
29089 split
29090 \series default
29091
29092 \begin_inset Index
29093 status collapsed
29094
29095 \begin_layout Plain Layout
29096 Commands ! S ! 
29097 \backslash
29098 split
29099 \end_layout
29100
29101 \end_inset
29102
29103  are inserted, respectively.
29104  The split environment has the same properties as the aligned environment
29105  but it can only have two columns.
29106 \end_layout
29107
29108 \begin_layout Subsection
29109 Text in multiline Formulas
29110 \begin_inset CommandInset label
29111 LatexCommand label
29112 name "sub:Text-in-multiline"
29113
29114 \end_inset
29115
29116
29117 \begin_inset Index
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121 Text ! in formulas
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \begin_inset Index
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 Formula ! multiline ! text
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 In the Align environments, and the multline and gather environment, text
29141  can be inserted that will appear in a separate line and doesn't affect
29142  the column alignment.
29143  To do this, the command 
29144 \series bold
29145
29146 \backslash
29147 intertext
29148 \begin_inset Index
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Commands ! I ! 
29153 \backslash
29154 intertext
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \series default
29161  is used in the following scheme:
29162 \end_layout
29163
29164 \begin_layout Standard
29165
29166 \series bold
29167
29168 \backslash
29169 intertext{text}
29170 \end_layout
29171
29172 \begin_layout Standard
29173 The text should not be longer than a line because it cannot be hyphenated.
29174  As LyX doesn't yet support 
29175 \series bold
29176
29177 \backslash
29178 intertext
29179 \series default
29180  directly, the text is written as mathematical text.
29181  
29182 \series bold
29183
29184 \backslash
29185 intertext
29186 \series default
29187  must hereby be at the beginning of a line and appears in the output above
29188  this line.
29189  An example where the text was inserted at the beginning of the second line:
29190 \begin_inset Formula \begin{align}
29191 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29192 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Section
29200 Formula Numbering
29201 \begin_inset Index
29202 status collapsed
29203
29204 \begin_layout Plain Layout
29205 Formula numbering
29206 \end_layout
29207
29208 \end_inset
29209
29210
29211 \begin_inset Index
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 Formula ! numbering|see
29216 \begin_inset ERT
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220
29221 {
29222 \end_layout
29223
29224 \end_inset
29225
29226 Formula numbering
29227 \begin_inset ERT
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231
29232 }
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Subsection
29246 General
29247 \end_layout
29248
29249 \begin_layout Standard
29250 Numbered formulas can be created with the menu 
29251 \family sans
29252 Insert\SpecialChar \menuseparator
29253 Math\SpecialChar \menuseparator
29254 Numbered
29255 \begin_inset space ~
29256 \end_inset
29257
29258 Formula
29259 \family default
29260  (shortcut 
29261 \family sans
29262 Ctrl-Alt
29263 \begin_inset space ~
29264 \end_inset
29265
29266 n
29267 \family default
29268 ).
29269  Existing formulas can be numbered with the menu 
29270 \family sans
29271 Edit\SpecialChar \menuseparator
29272 Math\SpecialChar \menuseparator
29273 Toggle
29274 \begin_inset space ~
29275 \end_inset
29276
29277 Numbering
29278 \family default
29279  (shortcut 
29280 \family sans
29281 Alt-m
29282 \begin_inset space ~
29283 \end_inset
29284
29285 n
29286 \family default
29287 ).
29288  The formula number is displayed in LyX behind the formula as number sign
29289  in parentheses.
29290  The number sign is replaced in the output by the formula number.
29291 \end_layout
29292
29293 \begin_layout Standard
29294 When numbering is turned on in multiline formulas, all lines will be numbered.
29295  But the numbering can be controlled with the menu 
29296 \family sans
29297 Edit\SpecialChar \menuseparator
29298 Math\SpecialChar \menuseparator
29299 Toggle
29300 \begin_inset space ~
29301 \end_inset
29302
29303 Numbering
29304 \begin_inset space ~
29305 \end_inset
29306
29307 of
29308 \begin_inset space ~
29309 \end_inset
29310
29311 Line
29312 \family default
29313  (shortcut 
29314 \family sans
29315 Alt-m
29316 \begin_inset space ~
29317 \end_inset
29318
29319 N
29320 \family default
29321 ) for every line.
29322 \end_layout
29323
29324 \begin_layout Standard
29325 Except of inline formulas, all formulas can be numbered with two different
29326  styles, see 
29327 \begin_inset CommandInset ref
29328 LatexCommand ref
29329 reference "sec:Formula-Styles"
29330
29331 \end_inset
29332
29333 .
29334 \end_layout
29335
29336 \begin_layout Subsection
29337 Cross-References
29338 \begin_inset Index
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342 Cross-references ! to formulas
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 All labeled formulas can be cross-referenced.
29352  A label is added by the menu 
29353 \family sans
29354 Insert\SpecialChar \menuseparator
29355 Label
29356 \family default
29357  or the toolbar button 
29358 \begin_inset Graphics
29359         filename ../images/label-insert.png
29360         scale 85
29361
29362 \end_inset
29363
29364 .
29365  The cursor must hereby be inside a displayed formula.
29366  A dialog pops up displaying the prefix 
29367 \series bold
29368 eq:
29369 \series default
29370  in a text field.
29371  The label is inserted there behind the prefix.
29372  The predefined prefix means 
29373 \begin_inset Quotes eld
29374 \end_inset
29375
29376 equation
29377 \begin_inset Quotes erd
29378 \end_inset
29379
29380  and makes it easier to find labels in large documents because it marks
29381  it as formula label to divide it from e.
29382 \begin_inset space \thinspace{}
29383 \end_inset
29384
29385 g.
29386 \begin_inset space ~
29387 \end_inset
29388
29389 section labels.
29390  To change a label, the menu 
29391 \family sans
29392 Insert\SpecialChar \menuseparator
29393 Label
29394 \family default
29395  is used again.
29396 \end_layout
29397
29398 \begin_layout Standard
29399 The name of the label is displayed in LyX within two parentheses behind
29400  formula.
29401  A formula with a label is always numbered.
29402 \end_layout
29403
29404 \begin_layout Standard
29405 Cross-references are inserted via the menu 
29406 \family sans
29407 Insert\SpecialChar \menuseparator
29408 Cross-Reference
29409 \family default
29410  or with the toolbar button 
29411 \begin_inset Graphics
29412         filename ../images/dialog-show-new-inset_ref.png
29413         scale 85
29414
29415 \end_inset
29416
29417 .
29418  A formula cross-reference appears in the output as formula number.
29419  When in the cross-reference dialog window the format 
29420 \series bold
29421 (<reference>)
29422 \series default
29423  is chosen, the cross-reference appears in the output as formula number
29424  in parentheses.
29425 \begin_inset Newline newline
29426 \end_inset
29427
29428 By right-clicking on a cross-reference in LyX, one jumps to the formula
29429  that is referenced.
29430 \end_layout
29431
29432 \begin_layout Standard
29433 Here are as examples cross-references to formulas of the following subsections:
29434 \begin_inset Note Note
29435 status open
29436
29437 \begin_layout Plain Layout
29438 Note the different cross-reference types.
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 The equations 
29448 \begin_inset CommandInset ref
29449 LatexCommand eqref
29450 reference "eq:tag"
29451
29452 \end_inset
29453
29454  and 
29455 \begin_inset CommandInset ref
29456 LatexCommand eqref
29457 reference "eq:c"
29458
29459 \end_inset
29460
29461  are equivalent.
29462  In (
29463 \begin_inset CommandInset ref
29464 LatexCommand ref
29465 reference "eq:Lat"
29466
29467 \end_inset
29468
29469 ) big Latin letters are used for the numbering in contrary to (
29470 \begin_inset CommandInset ref
29471 LatexCommand ref
29472 reference "eq:Rom"
29473
29474 \end_inset
29475
29476 ).
29477 \end_layout
29478
29479 \begin_layout Standard
29480 \begin_inset VSpace medskip
29481 \end_inset
29482
29483 When the argument of 
29484 \series bold
29485
29486 \backslash
29487 tag
29488 \begin_inset Foot
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492
29493 \series bold
29494
29495 \backslash
29496 tag
29497 \series default
29498  is described in 
29499 \begin_inset CommandInset ref
29500 LatexCommand ref
29501 reference "sub:User-defined-Numbering"
29502
29503 \end_inset
29504
29505 .
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \series default
29512  contains a box like in 
29513 \begin_inset CommandInset ref
29514 LatexCommand ref
29515 reference "sub:Paragraph-Boxes"
29516
29517 \end_inset
29518
29519 , the formula cannot be referenced.
29520 \end_layout
29521
29522 \begin_layout Subsection
29523 Subnumbering
29524 \begin_inset Index
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528 Formula numbering ! subnumbering
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \end_layout
29535
29536 \begin_layout Standard
29537 With the help of the commands 
29538 \series bold
29539
29540 \backslash
29541 begin{subequations}
29542 \series default
29543  and 
29544 \series bold
29545
29546 \backslash
29547 end{subequations}
29548 \series default
29549  formulas can be subnumbered.
29550  Both commands are inserted in TeX-mode.
29551 \end_layout
29552
29553 \begin_layout Standard
29554 An example:
29555 \begin_inset Formula \begin{equation}
29556 A=C-B\label{eq:a}\end{equation}
29557
29558 \end_inset
29559
29560
29561 \begin_inset ERT
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565
29566
29567 \backslash
29568 addtocounter{equation}{-1}
29569 \end_layout
29570
29571 \end_inset
29572
29573
29574 \begin_inset ERT
29575 status collapsed
29576
29577 \begin_layout Plain Layout
29578
29579
29580 \backslash
29581 begin{subequations}
29582 \end_layout
29583
29584 \end_inset
29585
29586
29587 \begin_inset VSpace -5mm
29588 \end_inset
29589
29590
29591 \begin_inset Formula \begin{equation}
29592 B=C-A\label{eq:b}\end{equation}
29593
29594 \end_inset
29595
29596
29597 \begin_inset Formula \begin{equation}
29598 C=A+B\label{eq:c}\end{equation}
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Standard
29606 \begin_inset ERT
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610
29611
29612 \backslash
29613 end{subequations}
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \end_layout
29620
29621 \begin_layout Standard
29622 To create the example, the following is done:
29623 \end_layout
29624
29625 \begin_layout Enumerate
29626 first formula is inserted
29627 \end_layout
29628
29629 \begin_layout Enumerate
29630
29631 \series bold
29632
29633 \backslash
29634 addtocounter{equation}{-1} 
29635 \backslash
29636 begin{subequations}
29637 \begin_inset Index
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641 Commands ! A ! 
29642 \backslash
29643 addtocounter
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \begin_inset Newline newline
29650 \end_inset
29651
29652
29653 \series default
29654 is inserted after the first formula
29655 \end_layout
29656
29657 \begin_layout Enumerate
29658 second formula is inserted
29659 \end_layout
29660
29661 \begin_layout Enumerate
29662 third formula is inserted
29663 \end_layout
29664
29665 \begin_layout Enumerate
29666
29667 \series bold
29668
29669 \backslash
29670 end{subequations}
29671 \series default
29672  is inserted after the third formula
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Every formula between the commands 
29677 \series bold
29678
29679 \backslash
29680 begin
29681 \series default
29682  and 
29683 \series bold
29684
29685 \backslash
29686 end
29687 \series default
29688  is subnumbered as a, b, 
29689 \begin_inset Newline linebreak
29690 \end_inset
29691
29692 c, \SpecialChar \ldots{}
29693  For multiline formulas every line will be subnumbered.
29694  All subnumbered formulas are treated as 
29695 \emph on
29696 one
29697 \emph default
29698  numbered formula.
29699  But as every numbered formula increases the counter 
29700 \series bold
29701 equation
29702 \series default
29703  by one, the command 
29704 \series bold
29705
29706 \backslash
29707 addtocounter
29708 \series default
29709  is needed to decrease it.
29710  Otherwise the formulas 
29711 \begin_inset CommandInset ref
29712 LatexCommand eqref
29713 reference "eq:a"
29714
29715 \end_inset
29716
29717
29718 \begin_inset CommandInset ref
29719 LatexCommand eqref
29720 reference "eq:b"
29721
29722 \end_inset
29723
29724
29725 \begin_inset CommandInset ref
29726 LatexCommand eqref
29727 reference "eq:c"
29728
29729 \end_inset
29730
29731  would be numbered as 
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:d"
29742
29743 \end_inset
29744
29745
29746 \begin_inset CommandInset ref
29747 LatexCommand eqref
29748 reference "eq:f"
29749
29750 \end_inset
29751
29752 .
29753 \end_layout
29754
29755 \begin_layout Standard
29756 By inserting the commands in TeX-mode, a space is created between the first
29757  two formulas.
29758  To revert this -5
29759 \begin_inset space \thinspace{}
29760 \end_inset
29761
29762 mm vertical space is inserted after the command 
29763 \series bold
29764
29765 \backslash
29766 begin{subequations}
29767 \series default
29768 .
29769  When the formula style 
29770 \series bold
29771 Indented
29772 \begin_inset Foot
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776 formula styles see 
29777 \begin_inset CommandInset ref
29778 LatexCommand ref
29779 reference "sec:Formula-Styles"
29780
29781 \end_inset
29782
29783
29784 \end_layout
29785
29786 \end_inset
29787
29788
29789 \series default
29790  is used, -7
29791 \begin_inset space \thinspace{}
29792 \end_inset
29793
29794 mm space is inserted instead.
29795 \end_layout
29796
29797 \begin_layout Standard
29798 Here is an example for a multiline formula where the numbering was turned
29799  off for the second line:
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805
29806 \backslash
29807 begin{subequations}
29808 \end_layout
29809
29810 \end_inset
29811
29812
29813 \begin_inset Formula \begin{eqnarray}
29814 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29815  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29816  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29817
29818 \end_inset
29819
29820
29821 \begin_inset ERT
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825
29826
29827 \backslash
29828 end{subequations}
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Subsection
29837 User-defined Numbering
29838 \begin_inset CommandInset label
29839 LatexCommand label
29840 name "sub:User-defined-Numbering"
29841
29842 \end_inset
29843
29844
29845 \begin_inset Index
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Formula numbering ! user-defined
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 \begin_inset Index
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Formula numbering ! self-defined delimiters
29863 \end_layout
29864
29865 \end_inset
29866
29867 With the standard numbering parentheses are set around the formula number.
29868  To replace the parentheses for example by vertical bars, the following
29869  line is added to the LaTeX-preamble:
29870 \end_layout
29871
29872 \begin_layout Standard
29873
29874 \series bold
29875
29876 \backslash
29877 def
29878 \backslash
29879 tagform@#1{
29880 \backslash
29881 maketag@@@{|#1|}}
29882 \series default
29883
29884 \begin_inset Note Note
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888 This macro is already declared in the LaTeX-preamble for testing.
29889  To activate it, remove the percent sign at the beginning.
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 To use other characters, the vertical bars besides the 
29899 \series bold
29900 #1
29901 \series default
29902  are replaced by one ore more characters.
29903  To get only the formula number the vertical bars are omitted.
29904 \end_layout
29905
29906 \begin_layout Standard
29907 \begin_inset VSpace bigskip
29908 \end_inset
29909
29910 When there should be an expression of your choice instead of the consecutive
29911  formula number in parentheses behind the formula, the command 
29912 \series bold
29913
29914 \backslash
29915 tag
29916 \series default
29917
29918 \begin_inset Index
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922 Commands ! T ! 
29923 \backslash
29924 tag
29925 \end_layout
29926
29927 \end_inset
29928
29929  is used:
29930 \begin_inset Formula \begin{equation}
29931 A+B=C\tag{something}\label{eq:tag}\end{equation}
29932
29933 \end_inset
29934
29935 In this example the command 
29936 \series bold
29937
29938 \backslash
29939 tag
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945
29946 \backslash
29947 spce 
29948 \end_layout
29949
29950 \end_inset
29951
29952 something
29953 \series default
29954  was inserted to the formula.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 When the command 
29959 \series bold
29960
29961 \backslash
29962 tag*
29963 \begin_inset ERT
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967
29968
29969 \backslash
29970 spce 
29971 \end_layout
29972
29973 \end_inset
29974
29975 something
29976 \series default
29977  is inserted instead, the star prevents the parentheses around the expression:
29978 \begin_inset Formula \[
29979 A+B=C\tag*{something}\]
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 \begin_inset VSpace bigskip
29988 \end_inset
29989
29990 To restart the formula numbering with new document parts or sections, the
29991  following command is used:
29992 \end_layout
29993
29994 \begin_layout Standard
29995
29996 \series bold
29997
29998 \backslash
29999 @addtoreset{equation}{part}
30000 \series default
30001
30002 \begin_inset Index
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006 Commands ! 
30007 \begin_inset ERT
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011
30012 "
30013 \end_layout
30014
30015 \end_inset
30016
30017 @
30018 \begin_inset ERT
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022
30023 "
30024 \end_layout
30025
30026 \end_inset
30027
30028  ! 
30029 \backslash
30030
30031 \begin_inset ERT
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035
30036 "
30037 \end_layout
30038
30039 \end_inset
30040
30041 @
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047 "
30048 \end_layout
30049
30050 \end_inset
30051
30052 addtoreset
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \begin_inset Newline newline
30059 \end_inset
30060
30061 resp.
30062 \begin_inset Newline newline
30063 \end_inset
30064
30065
30066 \series bold
30067
30068 \backslash
30069 @addtoreset{equation}{section}
30070 \end_layout
30071
30072 \begin_layout Standard
30073 To be able to use these commands in TeX-mode, the 
30074 \begin_inset Quotes eld
30075 \end_inset
30076
30077 @
30078 \begin_inset Quotes erd
30079 \end_inset
30080
30081  character has to be made 
30082 \begin_inset Quotes eld
30083 \end_inset
30084
30085 active
30086 \begin_inset Quotes erd
30087 \end_inset
30088
30089  for LaTeX using the command 
30090 \series bold
30091
30092 \backslash
30093 makeatletter.
30094
30095 \series default
30096  The command 
30097 \series bold
30098
30099 \backslash
30100 makeatother
30101 \series default
30102  reverts this.
30103  So the command sequence in TeX-mode is:
30104 \end_layout
30105
30106 \begin_layout Standard
30107
30108 \series bold
30109
30110 \backslash
30111 makeatletter
30112 \begin_inset Newline newline
30113 \end_inset
30114
30115
30116 \backslash
30117 @addtoreset{equation}{section}
30118 \begin_inset Newline newline
30119 \end_inset
30120
30121
30122 \backslash
30123 makeatother
30124 \end_layout
30125
30126 \begin_layout Standard
30127 In the LaTeX-preamble 
30128 \series bold
30129
30130 \backslash
30131 makeatletter
30132 \series default
30133  and 
30134 \series bold
30135
30136 \backslash
30137 makeatother
30138 \series default
30139  can be omitted as they are automatically internally inserted by LyX.
30140 \end_layout
30141
30142 \begin_layout Standard
30143 To revert 
30144 \series bold
30145
30146 \backslash
30147 @addtoreset
30148 \series default
30149 , the file 
30150 \series bold
30151 remreset.sty
30152 \series default
30153
30154 \begin_inset Foot
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159 \series bold
30160 remreset
30161 \series default
30162  is part of the LaTeX-package 
30163 \series bold
30164 carlisle
30165 \series default
30166
30167 \begin_inset Index
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171 Packages ! carlisle
30172 \end_layout
30173
30174 \end_inset
30175
30176  that is part of every LaTeX standard installation.
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \begin_inset Index
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186 Packages ! remreset
30187 \end_layout
30188
30189 \end_inset
30190
30191  has to be loaded in the LaTeX-preamble with the line
30192 \end_layout
30193
30194 \begin_layout Standard
30195
30196 \series bold
30197
30198 \backslash
30199 usepackage{remreset}
30200 \end_layout
30201
30202 \begin_layout Standard
30203 Then the command 
30204 \series bold
30205
30206 \backslash
30207 @removefromreset
30208 \series default
30209
30210 \begin_inset Index
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214 Commands ! 
30215 \begin_inset ERT
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219
30220 "
30221 \end_layout
30222
30223 \end_inset
30224
30225 @
30226 \begin_inset ERT
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230
30231 "
30232 \end_layout
30233
30234 \end_inset
30235
30236  ! 
30237 \backslash
30238
30239 \begin_inset ERT
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244 "
30245 \end_layout
30246
30247 \end_inset
30248
30249 @
30250 \begin_inset ERT
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254
30255 "
30256 \end_layout
30257
30258 \end_inset
30259
30260 removefromreset
30261 \end_layout
30262
30263 \end_inset
30264
30265  can be used with the same scheme as 
30266 \series bold
30267
30268 \backslash
30269 @addtoreset
30270 \series default
30271 .
30272 \end_layout
30273
30274 \begin_layout Standard
30275 \begin_inset VSpace bigskip
30276 \end_inset
30277
30278 Sometimes formulas should be numbered in the following form:
30279 \end_layout
30280
30281 \begin_layout Standard
30282
30283 \family typewriter
30284 (section number.formula number)
30285 \end_layout
30286
30287 \begin_layout Standard
30288 The formula number should start with every section with 
30289 \begin_inset Quotes eld
30290 \end_inset
30291
30292 1
30293 \begin_inset Quotes erd
30294 \end_inset
30295
30296 .
30297 \end_layout
30298
30299 \begin_layout Standard
30300 For this case there is the command 
30301 \series bold
30302
30303 \backslash
30304 numberwithin
30305 \series default
30306
30307 \begin_inset Index
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311 Commands ! N ! 
30312 \backslash
30313 numberwithin
30314 \end_layout
30315
30316 \end_inset
30317
30318 , which is used with the following scheme:
30319 \end_layout
30320
30321 \begin_layout Standard
30322
30323 \series bold
30324
30325 \backslash
30326 numberwithin{counter}{sectioning}
30327 \end_layout
30328
30329 \begin_layout Standard
30330 Counter denotes what kind of numbering is affected, sectioning denotes what
30331  number is before the dot.
30332 \end_layout
30333
30334 \begin_layout Standard
30335 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30336 \end_layout
30337
30338 \begin_layout Standard
30339
30340 \series bold
30341
30342 \backslash
30343 numberwithin{equation}{section}
30344 \end_layout
30345
30346 \begin_layout Standard
30347 This is the result:
30348 \begin_inset ERT
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352
30353
30354 \backslash
30355 numberwithin{equation}{section}
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \begin_inset Formula \begin{equation}
30362 A+B=C\end{equation}
30363
30364 \end_inset
30365
30366
30367 \end_layout
30368
30369 \begin_layout Standard
30370 To number e.
30371 \begin_inset space \thinspace{}
30372 \end_inset
30373
30374 g.
30375 \begin_inset space ~
30376 \end_inset
30377
30378 tables so that the number of the part is the sectioning,
30379 \begin_inset Newline newline
30380 \end_inset
30381
30382
30383 \series bold
30384
30385 \backslash
30386 numberwithin{table}{part}
30387 \series default
30388  is used.
30389 \end_layout
30390
30391 \begin_layout Standard
30392 To go back to the standard numbering or to prevent this kind of numbering
30393  when it is defined by the document class, the following command is inserted
30394  as TeX-Code or to the LaTeX-preamble:
30395 \end_layout
30396
30397 \begin_layout Standard
30398
30399 \series bold
30400
30401 \backslash
30402 renewcommand{
30403 \backslash
30404 theequation}{
30405 \backslash
30406 arabic{equation}}
30407 \begin_inset Index
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411 Commands ! A ! 
30412 \backslash
30413 arabic
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \series default
30420
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426
30427 \backslash
30428 renewcommand{
30429 \backslash
30430 theequation}{
30431 \backslash
30432 arabic{equation}}
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \series bold
30439
30440 \begin_inset Newline newline
30441 \end_inset
30442
30443
30444 \series default
30445 or
30446 \series bold
30447
30448 \begin_inset Newline newline
30449 \end_inset
30450
30451
30452 \backslash
30453 renewcommand{
30454 \backslash
30455 thetable}{
30456 \backslash
30457 arabic{table}}
30458 \end_layout
30459
30460 \begin_layout Standard
30461
30462 \series bold
30463
30464 \backslash
30465 numberwithin
30466 \series default
30467  uses internally the command 
30468 \series bold
30469
30470 \backslash
30471 @addtoreset
30472 \series default
30473 , described above, that also needs to be reverted.
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479
30480 \backslash
30481 makeatletter
30482 \end_layout
30483
30484 \begin_layout Plain Layout
30485
30486
30487 \backslash
30488 @removefromreset{equation}{section}
30489 \end_layout
30490
30491 \begin_layout Plain Layout
30492
30493
30494 \backslash
30495 makeatother
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \end_layout
30502
30503 \begin_layout Subsection
30504 Numbering with Roman Numbers and Letters
30505 \begin_inset Index
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509 Formula numbering ! with letters
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \begin_inset Index
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519 Formula numbering ! with Roman numbers
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 Formulas can also be numbered with Roman numbers and Latin letters.
30529  To number for example with small Roman numbers, the command
30530 \end_layout
30531
30532 \begin_layout Standard
30533
30534 \series bold
30535
30536 \backslash
30537 renewcommand{
30538 \backslash
30539 theequation}{
30540 \backslash
30541 roman{equation}}
30542 \end_layout
30543
30544 \begin_layout Standard
30545 is inserted before the formula in TeX-mode.
30546  
30547 \series bold
30548
30549 \backslash
30550 renewcommand
30551 \series default
30552
30553 \begin_inset Index
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557 Commands ! R ! 
30558 \backslash
30559 renewcommand
30560 \end_layout
30561
30562 \end_inset
30563
30564  redefines the predefined command 
30565 \series bold
30566
30567 \backslash
30568 theequation
30569 \series default
30570  to the command 
30571 \series bold
30572
30573 \backslash
30574 roman{equation}
30575 \series default
30576
30577 \begin_inset Foot
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581 The command 
30582 \series bold
30583
30584 \backslash
30585 renewcommand
30586 \series default
30587  has the same scheme like the command 
30588 \series bold
30589
30590 \backslash
30591 newcommand
30592 \series default
30593  that is described in 
30594 \begin_inset CommandInset ref
30595 LatexCommand ref
30596 reference "sec:User-defined-Commands"
30597
30598 \end_inset
30599
30600 .
30601 \end_layout
30602
30603 \end_inset
30604
30605 .
30606  
30607 \series bold
30608 equation
30609 \series default
30610  is the formula counter.
30611  When the command 
30612 \series bold
30613
30614 \backslash
30615 the
30616 \series default
30617  is used as prefix for a counter, the value of the counter is output as
30618  Arabic number.
30619  When a formula is numbered, LaTeX sets internally the command 
30620 \series bold
30621
30622 \backslash
30623 theequation
30624 \series default
30625  behind the formula.
30626  
30627 \series bold
30628
30629 \backslash
30630 roman{equation}
30631 \begin_inset Index
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 Commands ! R ! 
30636 \backslash
30637 roman
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \series default
30644  outputs the counter as small Roman number.
30645 \end_layout
30646
30647 \begin_layout Standard
30648 All formulas behind the command 
30649 \series bold
30650
30651 \backslash
30652 renew
30653 \series default
30654 c
30655 \series bold
30656 ommand
30657 \series default
30658  are now numbered Roman.
30659  To switch to numbering with big Roman numbers, the command is inserted
30660  again, but 
30661 \series bold
30662
30663 \backslash
30664 roman
30665 \series default
30666  is replaced by 
30667 \series bold
30668
30669 \backslash
30670 Roman
30671 \series default
30672
30673 \begin_inset Index
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677 Commands ! R ! 
30678 \backslash
30679 roman@
30680 \backslash
30681 Roman
30682 \end_layout
30683
30684 \end_inset
30685
30686 .
30687  To 
30688 \begin_inset Quotes eld
30689 \end_inset
30690
30691 number
30692 \begin_inset Quotes erd
30693 \end_inset
30694
30695  with small Latin letters there is the command 
30696 \series bold
30697
30698 \backslash
30699 alph
30700 \series default
30701
30702 \begin_inset Index
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706 Commands ! A ! 
30707 \backslash
30708 alph
30709 \end_layout
30710
30711 \end_inset
30712
30713 , for big ones there is the command 
30714 \series bold
30715
30716 \backslash
30717 Alph
30718 \series default
30719
30720 \begin_inset Index
30721 status open
30722
30723 \begin_layout Plain Layout
30724 Commands ! A ! 
30725 \backslash
30726 alph@
30727 \backslash
30728 Alph
30729 \end_layout
30730
30731 \end_inset
30732
30733 .
30734 \end_layout
30735
30736 \begin_layout Standard
30737 \begin_inset Note Greyedout
30738 status open
30739
30740 \begin_layout Plain Layout
30741
30742 \series bold
30743 Note:
30744 \series default
30745  Only maximal 26 formulas can be numbered with Latin letters in one document.
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Standard
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759
30760 \backslash
30761 renewcommand{
30762 \backslash
30763 theequation}{
30764 \backslash
30765 roman{equation}}
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \end_layout
30772
30773 \begin_layout Standard
30774 \begin_inset Formula \begin{equation}
30775 A=\textrm{small roman}\label{eq:rom}\end{equation}
30776
30777 \end_inset
30778
30779
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785
30786 \backslash
30787 renewcommand{
30788 \backslash
30789 theequation}{
30790 \backslash
30791 Roman{equation}}
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \begin_inset Formula \begin{equation}
30798 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30799
30800 \end_inset
30801
30802
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808
30809 \backslash
30810 renewcommand{
30811 \backslash
30812 theequation}{
30813 \backslash
30814 alph{equation}}
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \begin_inset Formula \begin{equation}
30821 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30822
30823 \end_inset
30824
30825
30826 \begin_inset ERT
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830
30831
30832 \backslash
30833 renewcommand{
30834 \backslash
30835 theequation}{
30836 \backslash
30837 Alph{equation}}
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \begin_inset Formula \begin{equation}
30844 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30845
30846 \end_inset
30847
30848
30849 \end_layout
30850
30851 \begin_layout Standard
30852 To switch back to the default numbering, insert the command:
30853 \end_layout
30854
30855 \begin_layout Standard
30856
30857 \series bold
30858
30859 \backslash
30860 renewcommand{
30861 \backslash
30862 theequation}{
30863 \backslash
30864 arabic{equation}}
30865 \begin_inset Index
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869 Commands ! A ! 
30870 \backslash
30871 arabic
30872 \end_layout
30873
30874 \end_inset
30875
30876
30877 \end_layout
30878
30879 \begin_layout Standard
30880 \begin_inset ERT
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884
30885
30886 \backslash
30887 renewcommand{
30888 \backslash
30889 theequation}{
30890 \backslash
30891 arabic{equation}}
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset Formula \begin{equation}
30898 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30899
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \begin_layout Standard
30906 \begin_inset VSpace medskip
30907 \end_inset
30908
30909 As you see, formulas are numbered serially independent from the numbering
30910  style.
30911  When then numbering should start with 
30912 \begin_inset Quotes eld
30913 \end_inset
30914
30915 1
30916 \begin_inset Quotes erd
30917 \end_inset
30918
30919  when the style is changed, new equation counters have to be defined.
30920  A description about this can be found in the file 
30921 \begin_inset CommandInset href
30922 LatexCommand href
30923 target "Formula-numbering.lyx"
30924
30925 \end_inset
30926
30927 .
30928 \end_layout
30929
30930 \begin_layout Section
30931 User-defined Commands
30932 \begin_inset CommandInset label
30933 LatexCommand label
30934 name "sec:User-defined-Commands"
30935
30936 \end_inset
30937
30938
30939 \begin_inset Index
30940 status collapsed
30941
30942 \begin_layout Plain Layout
30943 User-defined commands
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \begin_layout Standard
30952 Many LaTeX-commands are too long to be used frequently.
30953  But it is possible to define with the command 
30954 \series bold
30955
30956 \backslash
30957 newcommand
30958 \series default
30959
30960 \begin_inset Index
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964 Commands ! N ! 
30965 \backslash
30966 newcommand
30967 \end_layout
30968
30969 \end_inset
30970
30971  new shorter commands.
30972 \end_layout
30973
30974 \begin_layout Standard
30975 The command scheme of 
30976 \series bold
30977
30978 \backslash
30979 newcommand
30980 \series default
30981  is:
30982 \end_layout
30983
30984 \begin_layout Standard
30985
30986 \series bold
30987
30988 \backslash
30989 newcommand{new command name}[number of arguments][optional
30990 \series default
30991  
30992 \series bold
30993 value]
30994 \begin_inset Newline newline
30995 \end_inset
30996
30997
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003
31004 \backslash
31005 phantom{
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \backslash
31012 newcommand
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018 }
31019 \end_layout
31020
31021 \end_inset
31022
31023 {command definition}
31024 \end_layout
31025
31026 \begin_layout Standard
31027 \begin_inset Note Greyedout
31028 status open
31029
31030 \begin_layout Plain Layout
31031
31032 \series bold
31033 Note:
31034 \series default
31035  Assure that the name of the new command is not already used in your document
31036  or by LaTeX-packages that you use.
31037  When you for example define the command 
31038 \series bold
31039
31040 \backslash
31041 le
31042 \series default
31043  for 
31044 \series bold
31045
31046 \backslash
31047 Leftarrow
31048 \series default
31049 , you get an error message because 
31050 \series bold
31051
31052 \backslash
31053 le
31054 \series default
31055  is already defined as command for 
31056 \begin_inset Quotes eld
31057 \end_inset
31058
31059
31060 \begin_inset Formula $\le$
31061 \end_inset
31062
31063
31064 \begin_inset Quotes erd
31065 \end_inset
31066
31067 .
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset Note Greyedout
31077 status open
31078
31079 \begin_layout Plain Layout
31080
31081 \series bold
31082 Note:
31083 \series default
31084  The names of user-defined commands may only consist of Latin letters.
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \end_layout
31091
31092 \begin_layout Standard
31093 The number of arguments is an integer in the range 0
31094 \begin_inset space \thinspace{}
31095 \end_inset
31096
31097 -
31098 \begin_inset space \thinspace{}
31099 \end_inset
31100
31101 9 and specifies how many arguments the new command should have.
31102  With the optional value a value for an optional argument can be predefined.
31103  When this is done, the 
31104 \emph on
31105 first
31106 \emph default
31107  
31108 \emph on
31109 a
31110 \emph default
31111 rgument of the new command is automatically an optional one.
31112 \end_layout
31113
31114 \begin_layout Standard
31115 Here are some examples:
31116 \end_layout
31117
31118 \begin_layout Itemize
31119 To define the command 
31120 \series bold
31121
31122 \backslash
31123 gr
31124 \series default
31125  for 
31126 \series bold
31127
31128 \backslash
31129 Longrightarrow
31130 \series default
31131 , the LaTeX-preamble line is:
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137
31138 \backslash
31139 medskip
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \series bold
31146
31147 \begin_inset Newline newline
31148 \end_inset
31149
31150
31151 \backslash
31152 newcommand{
31153 \backslash
31154 gr}{
31155 \backslash
31156 Longrightarrow}
31157 \end_layout
31158
31159 \begin_layout Itemize
31160 To define the command 
31161 \series bold
31162
31163 \backslash
31164 us
31165 \series default
31166  for 
31167 \series bold
31168
31169 \backslash
31170 underline
31171 \series default
31172 , the argument (that should be underlined) must be taken into account.
31173  For this the preamble line is:
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179
31180 \backslash
31181 medskip
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \series bold
31188
31189 \begin_inset Newline newline
31190 \end_inset
31191
31192
31193 \backslash
31194 newcommand{
31195 \backslash
31196 us}[1]{
31197 \backslash
31198 underline{#1}}
31199 \series default
31200
31201 \begin_inset ERT
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205
31206
31207 \backslash
31208 medskip
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \series bold
31215
31216 \begin_inset Newline newline
31217 \end_inset
31218
31219
31220 \series default
31221 The character 
31222 \series bold
31223 #
31224 \series default
31225  acts as argument placeholder, the 
31226 \series bold
31227 1
31228 \series default
31229  behind it denotes that it is the placeholder for the first argument.
31230 \end_layout
31231
31232 \begin_layout Itemize
31233 For 
31234 \series bold
31235
31236 \backslash
31237 framebox
31238 \series default
31239  one can e.
31240 \begin_inset space \thinspace{}
31241 \end_inset
31242
31243 g.
31244 \begin_inset space ~
31245 \end_inset
31246
31247 define the command 
31248 \series bold
31249
31250 \backslash
31251 fb
31252 \series default
31253 :
31254 \begin_inset ERT
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258
31259
31260 \backslash
31261 medskip
31262 \end_layout
31263
31264 \end_inset
31265
31266
31267 \series bold
31268
31269 \begin_inset Newline newline
31270 \end_inset
31271
31272
31273 \backslash
31274 newcommand{
31275 \backslash
31276 fb}[3]{
31277 \backslash
31278 framebox#1#2{$#3$}}
31279 \series default
31280
31281 \begin_inset ERT
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285
31286
31287 \backslash
31288 medskip
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \series bold
31295
31296 \begin_inset Newline newline
31297 \end_inset
31298
31299
31300 \series default
31301 The two Dollar signs creates the extra formula needed for 
31302 \series bold
31303
31304 \backslash
31305 framebox
31306 \series default
31307 , see 
31308 \begin_inset CommandInset ref
31309 LatexCommand ref
31310 reference "sub:Boxes-with-Frame"
31311
31312 \end_inset
31313
31314 .
31315 \end_layout
31316
31317 \begin_layout Itemize
31318 To create a new command for 
31319 \series bold
31320
31321 \backslash
31322 fcolorbox
31323 \series default
31324  where the color for the box needn't to be specified, the argument for the
31325  color is defined optional:
31326 \begin_inset ERT
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330
31331
31332 \backslash
31333 medskip
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \series bold
31340
31341 \begin_inset Newline newline
31342 \end_inset
31343
31344
31345 \backslash
31346 newcommand{
31347 \backslash
31348 cb}[3][white]{
31349 \backslash
31350 fcolorbox{#2}{#1}{$#3$}}
31351 \series default
31352
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 medskip
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \begin_inset Newline newline
31367 \end_inset
31368
31369 When the color is not specified when using 
31370 \series bold
31371
31372 \backslash
31373 cb
31374 \series default
31375 , the predefined color 
31376 \series bold
31377 white
31378 \series default
31379  will be used.
31380 \end_layout
31381
31382 \begin_layout Standard
31383 A test of the new defined commands:
31384 \end_layout
31385
31386 \begin_layout Standard
31387 \align center
31388 \begin_inset Tabular
31389 <lyxtabular version="3" rows="6" columns="2">
31390 <features>
31391 <column alignment="center" valignment="top" width="0">
31392 <column alignment="center" valignment="top" width="0">
31393 <row>
31394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout Plain Layout
31398 Command
31399 \end_layout
31400
31401 \end_inset
31402 </cell>
31403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31404 \begin_inset Text
31405
31406 \begin_layout Plain Layout
31407 Result
31408 \begin_inset Note Note
31409 status collapsed
31410
31411 \begin_layout Plain Layout
31412
31413 \series bold
31414
31415 \backslash
31416 raisebox
31417 \series default
31418  is only used as spacer.
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \end_layout
31425
31426 \end_inset
31427 </cell>
31428 </row>
31429 <row>
31430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31431 \begin_inset Text
31432
31433 \begin_layout Plain Layout
31434 A
31435 \backslash
31436 gr
31437 \begin_inset ERT
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441
31442
31443 \backslash
31444 spce 
31445 \end_layout
31446
31447 \end_inset
31448
31449 B
31450 \end_layout
31451
31452 \end_inset
31453 </cell>
31454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31455 \begin_inset Text
31456
31457 \begin_layout Plain Layout
31458 \begin_inset Formula $A\gr B$
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \end_inset
31465 </cell>
31466 </row>
31467 <row>
31468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472
31473 \backslash
31474 us{ABcd
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \end_inset
31490 </cell>
31491 </row>
31492 <row>
31493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31494 \begin_inset Text
31495
31496 \begin_layout Plain Layout
31497
31498 \backslash
31499 fb{[2cm]
31500 \begin_inset Formula $\to$
31501 \end_inset
31502
31503
31504 \backslash
31505 {
31506 \begin_inset Formula $\to$
31507 \end_inset
31508
31509
31510 \backslash
31511 {
31512 \backslash
31513 int
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519
31520 \backslash
31521 spce 
31522 \end_layout
31523
31524 \end_inset
31525
31526 A=B
31527 \end_layout
31528
31529 \end_inset
31530 </cell>
31531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31532 \begin_inset Text
31533
31534 \begin_layout Plain Layout
31535 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 </row>
31544 <row>
31545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31546 \begin_inset Text
31547
31548 \begin_layout Plain Layout
31549
31550 \backslash
31551 cb{red
31552 \begin_inset Formula $\to$
31553 \end_inset
31554
31555
31556 \backslash
31557 {
31558 \backslash
31559 int
31560 \begin_inset ERT
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565
31566 \backslash
31567 spce 
31568 \end_layout
31569
31570 \end_inset
31571
31572 A=B
31573 \end_layout
31574
31575 \end_inset
31576 </cell>
31577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31578 \begin_inset Text
31579
31580 \begin_layout Plain Layout
31581 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \end_inset
31588 </cell>
31589 </row>
31590 <row>
31591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31592 \begin_inset Text
31593
31594 \begin_layout Plain Layout
31595
31596 \backslash
31597 cb[green]
31598 \backslash
31599 {red
31600 \begin_inset Formula $\to$
31601 \end_inset
31602
31603
31604 \backslash
31605 {
31606 \backslash
31607 int
31608 \begin_inset ERT
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612
31613
31614 \backslash
31615 spce 
31616 \end_layout
31617
31618 \end_inset
31619
31620 A=B
31621 \end_layout
31622
31623 \end_inset
31624 </cell>
31625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31626 \begin_inset Text
31627
31628 \begin_layout Plain Layout
31629 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31630 \end_inset
31631
31632
31633 \end_layout
31634
31635 \end_inset
31636 </cell>
31637 </row>
31638 </lyxtabular>
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Section
31646 Diagrams
31647 \end_layout
31648
31649 \begin_layout Standard
31650 LyX supports two types of commutative diagrams: 
31651 \series bold
31652 amscd
31653 \series default
31654  and 
31655 \series bold
31656 xymatrix
31657 \series default
31658  that are explained in the following.
31659 \end_layout
31660
31661 \begin_layout Subsection
31662 Amscd Diagrams
31663 \begin_inset Index
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667 Diagrams ! amscd
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Standard
31676 Diagrams of this type visualize relations by vertical and horizontal lines
31677  or arrows:
31678 \begin_inset Formula \[
31679 \begin{CD}A@>>>B@>>>C\\
31680 @AAA@.@VVV\\
31681 F@<<<E@<<<D\end{CD}\]
31682
31683 \end_inset
31684
31685
31686 \end_layout
31687
31688 \begin_layout Standard
31689 To get them, the command 
31690 \series bold
31691
31692 \backslash
31693 CD
31694 \begin_inset Index
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698 Commands ! C ! 
31699 \backslash
31700 CD
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \series default
31707  is inserted to a formula.
31708  A blue box appears with two dashed lines where further commands can be
31709  inserted.
31710  With 
31711 \family sans
31712 Ctrl-Return
31713 \family default
31714  a new line is created.
31715  Horizontal relations are inserted in odd, vertical in even formula lines.
31716 \end_layout
31717
31718 \begin_layout Standard
31719 To create the relations there are the following commands:
31720 \end_layout
31721
31722 \begin_layout Itemize
31723
31724 \series bold
31725 @<<<
31726 \series default
31727  creates a left arrow, 
31728 \series bold
31729 @>>>
31730 \series default
31731  a right arrow, and 
31732 \series bold
31733 @=
31734 \series default
31735  a long equal sign
31736 \end_layout
31737
31738 \begin_layout Itemize
31739
31740 \series bold
31741 @AAA
31742 \series default
31743  creates an up arrow, 
31744 \series bold
31745 @VVV
31746 \series default
31747  an down arrow, and 
31748 \series bold
31749 @|
31750 \series default
31751  a vertical equal sign
31752 \end_layout
31753
31754 \begin_layout Itemize
31755
31756 \series bold
31757 @.
31758
31759 \series default
31760  is a placeholder for non-existent relations
31761 \end_layout
31762
31763 \begin_layout Standard
31764 All arrows can be labeled as follows:
31765 \end_layout
31766
31767 \begin_layout Itemize
31768 Is text inserted between the first and second < or >, resp., it is placed
31769  above the arrow.
31770  When it is inserted between the second and third one, it appears under
31771  the arrow.
31772 \end_layout
31773
31774 \begin_layout Itemize
31775 When text for vertical arrows is inserted between the first and second A
31776  or V, resp., it is placed left beside the arrow.
31777  When it is inserted between the second and third one, it appears right
31778  beside the arrow.
31779  If the text contains an A or V, these letters must be set into a TeX-brace.
31780 \end_layout
31781
31782 \begin_layout Standard
31783 As example a diagram with all possible relations:
31784 \end_layout
31785
31786 \begin_layout Standard
31787 \begin_inset Formula \[
31788 \begin{CD}A@>j>>B@>>k>C@=F\\
31789 @AmAA@.@VV{V}V@|\\
31790 D@<<j<E@>k>>F@=C\end{CD}\]
31791
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \begin_layout Standard
31798 The command for this is:
31799 \begin_inset Newline newline
31800 \end_inset
31801
31802
31803 \series bold
31804
31805 \backslash
31806 CD
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 spce 
31815 \end_layout
31816
31817 \end_inset
31818
31819 A@>j>>B@>>k>C@=F Ctrl-Enter
31820 \begin_inset Newline newline
31821 \end_inset
31822
31823
31824 \begin_inset ERT
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828
31829
31830 \backslash
31831 hphantom{
31832 \end_layout
31833
31834 \end_inset
31835
31836
31837 \backslash
31838 CD
31839 \begin_inset ERT
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843
31844
31845 \backslash
31846 spce 
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \begin_inset ERT
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856
31857 }
31858 \end_layout
31859
31860 \end_inset
31861
31862 @AmAA@.@VV
31863 \backslash
31864 {V
31865 \series default
31866
31867 \begin_inset Formula $\to$
31868 \end_inset
31869
31870
31871 \series bold
31872 V@| Ctrl-Enter
31873 \begin_inset Newline newline
31874 \end_inset
31875
31876
31877 \begin_inset ERT
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881
31882
31883 \backslash
31884 hphantom{
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \backslash
31891 CD
31892 \begin_inset ERT
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896
31897
31898 \backslash
31899 spce 
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \begin_inset ERT
31906 status collapsed
31907
31908 \begin_layout Plain Layout
31909
31910 }
31911 \end_layout
31912
31913 \end_inset
31914
31915 D@<<j<E@>k>>F@=C
31916 \end_layout
31917
31918 \begin_layout Subsection
31919 Xymatrix Diagrams
31920 \begin_inset Index
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924 Diagrams ! xymatrix
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \begin_layout Standard
31933 To be able to use xymatrices, the LaTeX-package 
31934 \series bold
31935 xypic
31936 \series default
31937  must be installed.
31938  A xymatrix is created by inserting the command 
31939 \series bold
31940
31941 \backslash
31942 xymatrix
31943 \series default
31944  in a formula.
31945  Then you are able to add new matrix columns and rows like for normal matrices,
31946  see 
31947 \begin_inset CommandInset ref
31948 LatexCommand ref
31949 reference "sec:Matrices"
31950
31951 \end_inset
31952
31953 .
31954 \end_layout
31955
31956 \begin_layout Standard
31957 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31958  and much more.
31959  All possibilities to create commutative diagrams and decorations are explained
31960  in detail in this manual: 
31961 \begin_inset CommandInset href
31962 LatexCommand href
31963 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31964
31965 \end_inset
31966
31967 .
31968 \end_layout
31969
31970 \begin_layout Standard
31971 \begin_inset Newpage newpage
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \begin_layout Section
31978 Tips
31979 \begin_inset ERT
31980 status collapsed
31981
31982 \begin_layout Plain Layout
31983
31984
31985 \backslash
31986 texorpdfstring{
31987 \end_layout
31988
31989 \end_inset
31990
31991
31992 \begin_inset Foot
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996 Other useful math tips can be found in 
31997 \begin_inset CommandInset citation
31998 LatexCommand cite
31999 key "Voss"
32000
32001 \end_inset
32002
32003 .
32004 \end_layout
32005
32006 \end_inset
32007
32008
32009 \begin_inset ERT
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013
32014 }{}
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \begin_inset Note Note
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024
32025 \backslash
32026 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
32027 \end_layout
32028
32029 \begin_layout Plain Layout
32030 More about 
32031 \backslash
32032 texorpdfstring is in section 
32033 \begin_inset CommandInset ref
32034 LatexCommand ref
32035 reference "sub:Formulas-in-Section"
32036
32037 \end_inset
32038
32039 .
32040 \end_layout
32041
32042 \end_inset
32043
32044
32045 \begin_inset Index
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049 Tips
32050 \end_layout
32051
32052 \end_inset
32053
32054
32055 \begin_inset Index
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059 Ions|see
32060 \begin_inset ERT
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064
32065 {
32066 \end_layout
32067
32068 \end_inset
32069
32070 Chemical characters
32071 \begin_inset ERT
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075
32076 }
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Subsection
32090 Chemical Symbols and Equations
32091 \begin_inset CommandInset label
32092 LatexCommand label
32093 name "sub:Chemical-Symbols-and"
32094
32095 \end_inset
32096
32097
32098 \begin_inset Index
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102 Chemical characters ! Symbols
32103 \end_layout
32104
32105 \end_inset
32106
32107
32108 \begin_inset Index
32109 status collapsed
32110
32111 \begin_layout Plain Layout
32112 Chemical equations
32113 \end_layout
32114
32115 \end_inset
32116
32117
32118 \begin_inset Index
32119 status collapsed
32120
32121 \begin_layout Plain Layout
32122 Symbols ! chemical
32123 \end_layout
32124
32125 \end_inset
32126
32127
32128 \end_layout
32129
32130 \begin_layout Standard
32131 An example text from chemistry:
32132 \end_layout
32133
32134 \begin_layout Quote
32135 The 
32136 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32137 \end_inset
32138
32139 -ion reacts with two 
32140 \begin_inset Formula $\mathrm{Na^{+}}$
32141 \end_inset
32142
32143 -ions to sodium sulfate 
32144 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32145 \end_inset
32146
32147 .
32148  The chemical equation for this is:
32149 \begin_inset Formula \[
32150 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Standard
32158 This chemical equation can directly be created as formula.
32159  To avoid that the symbols appear italic, everything is highlighted and
32160  changed by the shortcut 
32161 \family sans
32162 Alt-c
32163 \begin_inset space ~
32164 \end_inset
32165
32166 r
32167 \family default
32168  to the upright font style.
32169 \begin_inset Foot
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173 font styles
32174 \series bold
32175  
32176 \series default
32177 see 
32178 \begin_inset CommandInset ref
32179 LatexCommand ref
32180 reference "sub:Font-Styles"
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \begin_layout Subsection
32193 Negative Numbers
32194 \begin_inset Index
32195 status collapsed
32196
32197 \begin_layout Plain Layout
32198 Numbers ! negative
32199 \end_layout
32200
32201 \end_inset
32202
32203
32204 \end_layout
32205
32206 \begin_layout Standard
32207 Negative numbers often look ugly in formulas because the minus sign before
32208  the number is set with the same length as the minus operator sign.
32209  When writing the negative number in normal text, the minus sign appears
32210  correctly.
32211 \end_layout
32212
32213 \begin_layout Standard
32214 Thus, the problem disappears when converting the minus sign to mathematical
32215  text.
32216 \end_layout
32217
32218 \begin_layout Standard
32219 An example to visualize the problem:
32220 \end_layout
32221
32222 \begin_layout Standard
32223 \align center
32224 \begin_inset Tabular
32225 <lyxtabular version="3" rows="3" columns="2">
32226 <features>
32227 <column alignment="right" valignment="top" width="0">
32228 <column alignment="left" valignment="top" width="0">
32229 <row>
32230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32231 \begin_inset Text
32232
32233 \begin_layout Plain Layout
32234 normal text:
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32240 \begin_inset Text
32241
32242 \begin_layout Plain Layout
32243 x = -2
32244 \end_layout
32245
32246 \end_inset
32247 </cell>
32248 </row>
32249 <row>
32250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32251 \begin_inset Text
32252
32253 \begin_layout Plain Layout
32254 formula:
32255 \end_layout
32256
32257 \end_inset
32258 </cell>
32259 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32260 \begin_inset Text
32261
32262 \begin_layout Plain Layout
32263 \begin_inset Formula $x=-2$
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \end_inset
32270 </cell>
32271 </row>
32272 <row>
32273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 solution:
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32283 \begin_inset Text
32284
32285 \begin_layout Plain Layout
32286 \begin_inset Formula $x=\textrm{-}2$
32287 \end_inset
32288
32289
32290 \end_layout
32291
32292 \end_inset
32293 </cell>
32294 </row>
32295 </lyxtabular>
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \begin_layout Subsection
32303 Comma as decimal Separator
32304 \begin_inset Index
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 Comma
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \begin_layout Standard
32317 In LaTeX a comma inside a formula is used, according to the English convention,
32318  as number group separator.
32319  So there will be space added behind all commas in formulas.
32320 \end_layout
32321
32322 \begin_layout Standard
32323 To avoid this, the comma is highlighted and changed to mathematical text
32324  (shortcut 
32325 \family sans
32326 Alt-m
32327 \begin_inset space ~
32328 \end_inset
32329
32330 m
32331 \family default
32332 ).
32333 \end_layout
32334
32335 \begin_layout Standard
32336 To use all formula commas in the document as decimal separator, the file
32337  
32338 \series bold
32339 icomma.sty
32340 \series default
32341
32342 \begin_inset Foot
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346
32347 \series bold
32348 icomma
32349 \series default
32350  is part of the LaTeX-package 
32351 \series bold
32352 was
32353 \series default
32354
32355 \begin_inset Index
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359 Packages ! was
32360 \begin_inset ERT
32361 status collapsed
32362
32363 \begin_layout Plain Layout
32364
32365
32366 \backslash
32367 vspace{4mm}
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \end_inset
32376
32377 .
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \begin_inset Index
32384 status collapsed
32385
32386 \begin_layout Plain Layout
32387 Packages ! icomma
32388 \end_layout
32389
32390 \end_inset
32391
32392  is loaded with the LaTeX-preamble line
32393 \end_layout
32394
32395 \begin_layout Standard
32396
32397 \series bold
32398
32399 \backslash
32400 usepackage{icomma}
32401 \end_layout
32402
32403 \begin_layout Subsection
32404 Physical Vectors
32405 \begin_inset CommandInset label
32406 LatexCommand label
32407 name "sub:Physical-Vectors"
32408
32409 \end_inset
32410
32411
32412 \begin_inset Index
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416 Vectors ! physical
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Predefined vectors are offered by the LaTeX-package 
32426 \series bold
32427 braket
32428 \series default
32429
32430 \begin_inset Foot
32431 status collapsed
32432
32433 \begin_layout Plain Layout
32434
32435 \series bold
32436 braket
32437 \series default
32438  should be part of every LaTeX standard installation.
32439 \end_layout
32440
32441 \end_inset
32442
32443
32444 \begin_inset Index
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448 Packages ! braket
32449 \end_layout
32450
32451 \end_inset
32452
32453  that is loaded with the LaTeX-preamble line
32454 \end_layout
32455
32456 \begin_layout Standard
32457
32458 \series bold
32459
32460 \backslash
32461 usepackage{braket}
32462 \end_layout
32463
32464 \begin_layout Standard
32465 \begin_inset ERT
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469
32470
32471 \backslash
32472 ifbraket 
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \begin_inset Note Note
32479 status open
32480
32481 \begin_layout Plain Layout
32482 The following table will only be displayed when the LaTeX-package 
32483 \series bold
32484 braket
32485 \series default
32486  is installed.
32487 \end_layout
32488
32489 \end_inset
32490
32491 The following commands are defined:
32492 \end_layout
32493
32494 \begin_layout Standard
32495 \align center
32496 \begin_inset Tabular
32497 <lyxtabular version="3" rows="4" columns="2">
32498 <features>
32499 <column alignment="center" valignment="top" width="0">
32500 <column alignment="center" valignment="top" width="0">
32501 <row>
32502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32503 \begin_inset Text
32504
32505 \begin_layout Plain Layout
32506 Command
32507 \end_layout
32508
32509 \end_inset
32510 </cell>
32511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32512 \begin_inset Text
32513
32514 \begin_layout Plain Layout
32515 Result
32516 \end_layout
32517
32518 \end_inset
32519 </cell>
32520 </row>
32521 <row>
32522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32523 \begin_inset Text
32524
32525 \begin_layout Plain Layout
32526
32527 \backslash
32528 Bra{
32529 \backslash
32530 psi
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32536 \begin_inset Text
32537
32538 \begin_layout Plain Layout
32539 \begin_inset Formula $\Bra{\psi}$
32540 \end_inset
32541
32542
32543 \end_layout
32544
32545 \end_inset
32546 </cell>
32547 </row>
32548 <row>
32549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32550 \begin_inset Text
32551
32552 \begin_layout Plain Layout
32553
32554 \backslash
32555 Ket{
32556 \backslash
32557 psi
32558 \end_layout
32559
32560 \end_inset
32561 </cell>
32562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32563 \begin_inset Text
32564
32565 \begin_layout Plain Layout
32566 \begin_inset Formula $\Ket{\psi}$
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \end_inset
32573 </cell>
32574 </row>
32575 <row>
32576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32577 \begin_inset Text
32578
32579 \begin_layout Plain Layout
32580
32581 \backslash
32582 Braket{
32583 \backslash
32584 psi|
32585 \backslash
32586 phi
32587 \end_layout
32588
32589 \end_inset
32590 </cell>
32591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32592 \begin_inset Text
32593
32594 \begin_layout Plain Layout
32595 \begin_inset Formula $\Braket{\psi|\phi}$
32596 \end_inset
32597
32598
32599 \end_layout
32600
32601 \end_inset
32602 </cell>
32603 </row>
32604 </lyxtabular>
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \begin_layout Standard
32612 The command 
32613 \series bold
32614
32615 \backslash
32616 Braket
32617 \series default
32618  assures that all vertical bars are set in the size of the surrounding brackets:
32619 \begin_inset Formula \[
32620 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32621
32622 \end_inset
32623
32624
32625 \begin_inset ERT
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629
32630
32631 \backslash
32632 else 
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \begin_inset Note Note
32639 status open
32640
32641 \begin_layout Plain Layout
32642 The following will be displayed when the LaTeX-package 
32643 \series bold
32644 braket
32645 \series default
32646  is not installed:
32647 \end_layout
32648
32649 \end_inset
32650
32651
32652 \end_layout
32653
32654 \begin_layout Standard
32655 You need to install the LaTeX-package 
32656 \series bold
32657 braket
32658 \series default
32659  to see the rest of this subsection in the output.
32660 \end_layout
32661
32662 \begin_layout Standard
32663 \begin_inset ERT
32664 status collapsed
32665
32666 \begin_layout Plain Layout
32667
32668
32669 \backslash
32670 fi 
32671 \end_layout
32672
32673 \end_inset
32674
32675
32676 \end_layout
32677
32678 \begin_layout Standard
32679 The effect of 
32680 \series bold
32681
32682 \backslash
32683 Braket
32684 \series default
32685  can also be achieved using the command 
32686 \series bold
32687
32688 \backslash
32689 middle
32690 \series default
32691 , that is described in 
32692 \begin_inset CommandInset ref
32693 LatexCommand ref
32694 reference "sub:Automatic-Bracket-Size"
32695
32696 \end_inset
32697
32698 .
32699 \end_layout
32700
32701 \begin_layout Subsection
32702 Self-defined Fractions
32703 \begin_inset CommandInset label
32704 LatexCommand label
32705 name "sub:Self-defined-Fractions"
32706
32707 \end_inset
32708
32709
32710 \begin_inset Index
32711 status collapsed
32712
32713 \begin_layout Plain Layout
32714 Fractions ! self-defined
32715 \end_layout
32716
32717 \end_inset
32718
32719
32720 \end_layout
32721
32722 \begin_layout Standard
32723 To define custom commands for fractions, the command 
32724 \series bold
32725
32726 \backslash
32727 genfrac
32728 \series default
32729
32730 \begin_inset Index
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734 Commands ! G ! 
32735 \backslash
32736 genfrac
32737 \end_layout
32738
32739 \end_inset
32740
32741  is used in the following scheme:
32742 \end_layout
32743
32744 \begin_layout Standard
32745
32746 \series bold
32747
32748 \backslash
32749 genfrac{left
32750 \series default
32751  
32752 \series bold
32753 bracket}{right
32754 \series default
32755  
32756 \series bold
32757 bracket}{fraction bar thickness}{style}
32758 \begin_inset Newline newline
32759 \end_inset
32760
32761
32762 \begin_inset ERT
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766
32767
32768 \backslash
32769 phantom{
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \backslash
32776 genfrac
32777 \begin_inset ERT
32778 status collapsed
32779
32780 \begin_layout Plain Layout
32781
32782 }
32783 \end_layout
32784
32785 \end_inset
32786
32787 {numerator}{denominator}
32788 \end_layout
32789
32790 \begin_layout Standard
32791 The style is a number in the range of 0
32792 \begin_inset space \thinspace{}
32793 \end_inset
32794
32795 -
32796 \begin_inset space \thinspace{}
32797 \end_inset
32798
32799 3.
32800 \end_layout
32801
32802 \begin_layout Standard
32803 \align center
32804 \begin_inset Tabular
32805 <lyxtabular version="3" rows="5" columns="2">
32806 <features>
32807 <column alignment="center" valignment="top" width="0">
32808 <column alignment="center" valignment="top" width="0">
32809 <row>
32810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32811 \begin_inset Text
32812
32813 \begin_layout Plain Layout
32814 Number
32815 \end_layout
32816
32817 \end_inset
32818 </cell>
32819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32820 \begin_inset Text
32821
32822 \begin_layout Plain Layout
32823 Style (Size)
32824 \end_layout
32825
32826 \end_inset
32827 </cell>
32828 </row>
32829 <row>
32830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 0
32835 \end_layout
32836
32837 \end_inset
32838 </cell>
32839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32840 \begin_inset Text
32841
32842 \begin_layout Plain Layout
32843 display style formula
32844 \end_layout
32845
32846 \end_inset
32847 </cell>
32848 </row>
32849 <row>
32850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854 1
32855 \end_layout
32856
32857 \end_inset
32858 </cell>
32859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32860 \begin_inset Text
32861
32862 \begin_layout Plain Layout
32863 inline formula
32864 \end_layout
32865
32866 \end_inset
32867 </cell>
32868 </row>
32869 <row>
32870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32871 \begin_inset Text
32872
32873 \begin_layout Plain Layout
32874 2
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32880 \begin_inset Text
32881
32882 \begin_layout Plain Layout
32883 small
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 </row>
32889 <row>
32890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894 3
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903 tiny
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 </row>
32909 </lyxtabular>
32910
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \begin_layout Standard
32917 When no style is given, the size is adjusted to the surrounding environment
32918  like for the command 
32919 \series bold
32920
32921 \backslash
32922 frac
32923 \series default
32924 .
32925 \end_layout
32926
32927 \begin_layout Standard
32928 When no fraction bar thickness is given, the predefined value of 0.4
32929 \begin_inset space \thinspace{}
32930 \end_inset
32931
32932 pt will be used.
32933 \end_layout
32934
32935 \begin_layout Standard
32936 \begin_inset VSpace medskip
32937 \end_inset
32938
32939 For example, the commands 
32940 \series bold
32941
32942 \backslash
32943 dfrac
32944 \series default
32945  and 
32946 \series bold
32947
32948 \backslash
32949 tbinom
32950 \series default
32951  from 
32952 \begin_inset CommandInset ref
32953 LatexCommand ref
32954 reference "sub:Fractions"
32955
32956 \end_inset
32957
32958  are defined with the commands
32959 \end_layout
32960
32961 \begin_layout Standard
32962
32963 \series bold
32964
32965 \backslash
32966 newcommand{
32967 \backslash
32968 dfrac}[2]{
32969 \backslash
32970 genfrac{}{}{}{0}{#1}{#2}}
32971 \end_layout
32972
32973 \begin_layout Standard
32974 and
32975 \end_layout
32976
32977 \begin_layout Standard
32978
32979 \series bold
32980
32981 \backslash
32982 newcommand{
32983 \backslash
32984 tbinom}[2]{
32985 \backslash
32986 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32987 \end_layout
32988
32989 \begin_layout Standard
32990 \begin_inset VSpace medskip
32991 \end_inset
32992
32993 To define a fraction where the fraction bar thickness can be given as optional
32994  argument, the following line is inserted to the LaTeX-preamble:
32995 \end_layout
32996
32997 \begin_layout Standard
32998
32999 \series bold
33000
33001 \backslash
33002 newcommand{
33003 \backslash
33004 fracS}[3][]{
33005 \backslash
33006 genfrac{}{}{#1}{}{#2}{#3}}
33007 \end_layout
33008
33009 \begin_layout Standard
33010 A test:
33011 \begin_inset Formula \begin{align*}
33012 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33013 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33014
33015 \end_inset
33016
33017 As one can see, the distance of the numerator and the denominator to the
33018  fraction bar is round about three times the bar thickness.
33019 \end_layout
33020
33021 \begin_layout Subsection
33022 Canceled Formulas
33023 \begin_inset Index
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Formula ! canceled
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Standard
33036 To cancel formulas or formula parts, the LaTeX-package 
33037 \series bold
33038 cancel
33039 \series default
33040
33041 \begin_inset Foot
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045
33046 \series bold
33047 cancel
33048 \series default
33049  is part of every LaTeX standard installation.
33050 \end_layout
33051
33052 \end_inset
33053
33054
33055 \begin_inset Index
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 Packages ! cancel
33060 \end_layout
33061
33062 \end_inset
33063
33064  has to be loaded with the LaTeX-preamble line
33065 \end_layout
33066
33067 \begin_layout Standard
33068
33069 \series bold
33070
33071 \backslash
33072 usepackage[samesize]{cancel}
33073 \end_layout
33074
33075 \begin_layout Standard
33076 There are four ways to cancel formulas:
33077 \end_layout
33078
33079 \begin_layout Standard
33080 \align center
33081 \begin_inset Tabular
33082 <lyxtabular version="3" rows="5" columns="2">
33083 <features>
33084 <column alignment="center" valignment="top" width="0">
33085 <column alignment="center" valignment="top" width="0">
33086 <row>
33087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 Command
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33097 \begin_inset Text
33098
33099 \begin_layout Plain Layout
33100 Result
33101 \begin_inset Note Note
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105
33106 \series bold
33107
33108 \backslash
33109 hspace
33110 \series default
33111  and
33112 \series bold
33113  
33114 \backslash
33115 raisebox
33116 \series default
33117  are used here as spacer.
33118 \end_layout
33119
33120 \end_inset
33121
33122
33123 \end_layout
33124
33125 \end_inset
33126 </cell>
33127 </row>
33128 <row>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133
33134 \backslash
33135 cancel{
33136 \backslash
33137 int
33138 \begin_inset ERT
33139 status collapsed
33140
33141 \begin_layout Plain Layout
33142
33143
33144 \backslash
33145 spce 
33146 \end_layout
33147
33148 \end_inset
33149
33150 A=B
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 </row>
33168 <row>
33169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Plain Layout
33173
33174 \backslash
33175 bcancel{
33176 \backslash
33177 int
33178 \begin_inset ERT
33179 status collapsed
33180
33181 \begin_layout Plain Layout
33182
33183
33184 \backslash
33185 spce 
33186 \end_layout
33187
33188 \end_inset
33189
33190 A=B
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33200 \end_inset
33201
33202
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 </row>
33208 <row>
33209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33210 \begin_inset Text
33211
33212 \begin_layout Plain Layout
33213
33214 \backslash
33215 xcancel{
33216 \backslash
33217 int
33218 \begin_inset ERT
33219 status collapsed
33220
33221 \begin_layout Plain Layout
33222
33223
33224 \backslash
33225 spce 
33226 \end_layout
33227
33228 \end_inset
33229
33230 A=B
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33240 \end_inset
33241
33242
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 </row>
33248 <row>
33249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33250 \begin_inset Text
33251
33252 \begin_layout Plain Layout
33253
33254 \backslash
33255 cancelto{1
33256 \begin_inset Formula $\to$
33257 \end_inset
33258
33259
33260 \backslash
33261 {
33262 \backslash
33263 int
33264 \begin_inset ERT
33265 status collapsed
33266
33267 \begin_layout Plain Layout
33268
33269
33270 \backslash
33271 spce 
33272 \end_layout
33273
33274 \end_inset
33275
33276 A=B
33277 \end_layout
33278
33279 \end_inset
33280 </cell>
33281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 </row>
33294 </lyxtabular>
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302
33303 \series bold
33304
33305 \backslash
33306 cancelto
33307 \series default
33308  is especially suitable to visualize the reduction of fractions within formulas:
33309 \begin_inset Formula \[
33310 \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}}}\]
33311
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \begin_layout Subsection
33318 Formulas in Section Headings
33319 \begin_inset CommandInset label
33320 LatexCommand label
33321 name "sub:Formulas-in-Section"
33322
33323 \end_inset
33324
33325
33326 \begin_inset Index
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330 Formula ! in section headings
33331 \end_layout
33332
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \begin_layout Standard
33339 When formulas are used in section headings, the following has to be taken
33340  into account:
33341 \end_layout
33342
33343 \begin_layout Standard
33344 \begin_inset Note Greyedout
33345 status open
33346
33347 \begin_layout Plain Layout
33348 When 
33349 \series bold
33350 hyperref
33351 \series default
33352
33353 \begin_inset Index
33354 status collapsed
33355
33356 \begin_layout Plain Layout
33357 Packages ! hyperref
33358 \end_layout
33359
33360 \end_inset
33361
33362  support is enabled in the document settings dialog under 
33363 \family sans
33364 PDF
33365 \begin_inset space ~
33366 \end_inset
33367
33368 Properties
33369 \family default
33370 , PDF-bookmarks are created for every section heading in the table of contents.
33371  If a section heading contains formulas, they are incorrectly displayed
33372  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33373 s.
33374 \end_layout
33375
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \begin_layout Standard
33382 Both problems can be solved by inserting at the end of the section heading
33383  a short title with the menu 
33384 \family sans
33385 Insert\SpecialChar \menuseparator
33386 Short
33387 \begin_inset space ~
33388 \end_inset
33389
33390 Title
33391 \family default
33392 .
33393  Short titles are used as alternative for multiline section headings to
33394  keep the table of contents clearly arranged.
33395  Only the short title appears in the table of contents and therefore also
33396  in the PDF-bookmark.
33397 \end_layout
33398
33399 \begin_layout Standard
33400 When formulas should be used in the table of contents but 
33401 \series bold
33402 hyperref
33403 \series default
33404  is used, one can use the following command in TeX-mode:
33405 \end_layout
33406
33407 \begin_layout Standard
33408
33409 \series bold
33410
33411 \backslash
33412 texorpdfstring{part}{alternative}
33413 \begin_inset Index
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417 Commands ! T ! 
33418 \backslash
33419 texorpdfstring
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \end_layout
33426
33427 \begin_layout Standard
33428 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33429  This can be characters, formulas, footnotes, but also cross-references.
33430  The alternative is used instead of the part for the bookmark.
33431 \end_layout
33432
33433 \begin_layout Standard
33434 Here are two example headings:
33435 \begin_inset VSpace -3mm
33436 \end_inset
33437
33438
33439 \begin_inset ERT
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443
33444
33445 \backslash
33446 boldmath 
33447 \end_layout
33448
33449 \end_inset
33450
33451
33452 \end_layout
33453
33454 \begin_layout Subsubsection
33455 Heading without formula in table of contents 
33456 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33457 \end_inset
33458
33459
33460 \begin_inset OptArg
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464 Heading without formula in table of contents
33465 \end_layout
33466
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \begin_layout Subsubsection
33473 Heading with formula in table of contents
33474 \begin_inset ERT
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478
33479
33480 \backslash
33481 texorpdfstring{
33482 \end_layout
33483
33484 \end_inset
33485
33486  
33487 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33488 \end_inset
33489
33490
33491 \begin_inset ERT
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495
33496 }{}
33497 \end_layout
33498
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Standard
33505 \begin_inset ERT
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509
33510
33511 \backslash
33512 unboldmath 
33513 \end_layout
33514
33515 \end_inset
33516
33517 In the first heading a short title was used, in the second one 
33518 \series bold
33519
33520 \backslash
33521 texorpdfstring
33522 \series default
33523 .
33524 \end_layout
33525
33526 \begin_layout Standard
33527 To get the same formatting as for the other headings, the complete heading
33528  was set into a 
33529 \series bold
33530 boldmath
33531 \series default
33532  environment
33533 \begin_inset Foot
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 see 
33538 \begin_inset CommandInset ref
33539 LatexCommand ref
33540 reference "sub:Bold-Formulas"
33541
33542 \end_inset
33543
33544
33545 \end_layout
33546
33547 \end_inset
33548
33549 .
33550 \end_layout
33551
33552 \begin_layout Subsection
33553 Formulas in multi-column Text
33554 \begin_inset Index
33555 status collapsed
33556
33557 \begin_layout Plain Layout
33558 Formula ! in multi-column text
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \begin_layout Standard
33567 Formulas in multi-column text are often too wide to fit into a column and
33568  thus need to be set over the whole page width.
33569  This is done by using the LaTeX-package 
33570 \series bold
33571 multicol
33572 \series default
33573
33574 \begin_inset Foot
33575 status collapsed
33576
33577 \begin_layout Plain Layout
33578
33579 \series bold
33580 multicol
33581 \series default
33582  is part of every LaTeX standard installation.
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \begin_inset Index
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592 Packages ! multicol
33593 \end_layout
33594
33595 \end_inset
33596
33597 , that is loaded with the LaTeX-preamble line
33598 \end_layout
33599
33600 \begin_layout Standard
33601
33602 \series bold
33603
33604 \backslash
33605 usepackage{multicol}
33606 \end_layout
33607
33608 \begin_layout Standard
33609 \begin_inset Note Greyedout
33610 status open
33611
33612 \begin_layout Plain Layout
33613 Note herby that the setting 
33614 \family sans
33615 Two-column
33616 \begin_inset space ~
33617 \end_inset
33618
33619 document
33620 \family default
33621  in the menu 
33622 \family sans
33623 Document\SpecialChar \menuseparator
33624 Settings
33625 \family default
33626  under 
33627 \family sans
33628 Text
33629 \begin_inset space ~
33630 \end_inset
33631
33632 Layout
33633 \family default
33634 \emph on
33635  
33636 \emph default
33637 must 
33638 \emph on
33639 not
33640 \emph default
33641  be selected.
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Before the multi-column text the command
33651 \end_layout
33652
33653 \begin_layout Standard
33654
33655 \series bold
33656
33657 \backslash
33658 begin{multicols}{column number}
33659 \end_layout
33660
33661 \begin_layout Standard
33662 is written in TeX-mode.
33663  The column number is a number in the range of 2
33664 \begin_inset space \thinspace{}
33665 \end_inset
33666
33667 -
33668 \begin_inset space \thinspace{}
33669 \end_inset
33670
33671 10.
33672  Before the formula the multi-column text is ended by inserting the command
33673 \end_layout
33674
33675 \begin_layout Standard
33676
33677 \series bold
33678
33679 \backslash
33680 end{multicols}
33681 \end_layout
33682
33683 \begin_layout Standard
33684 in TeX-mode.
33685 \end_layout
33686
33687 \begin_layout Standard
33688 Due to the command some space is automatically added before the formula.
33689  To revert this, -6
33690 \begin_inset space \thinspace{}
33691 \end_inset
33692
33693 mm vertical space is inserted before the formula.
33694  When the formula style 
33695 \series bold
33696 Indented
33697 \begin_inset Foot
33698 status collapsed
33699
33700 \begin_layout Plain Layout
33701 formula styles see 
33702 \begin_inset CommandInset ref
33703 LatexCommand ref
33704 reference "sec:Formula-Styles"
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \series default
33715  is used, -9
33716 \begin_inset space \thinspace{}
33717 \end_inset
33718
33719 mm space is inserted instead.
33720 \end_layout
33721
33722 \begin_layout Standard
33723 As example a multi-column text with a displayed formula:
33724 \end_layout
33725
33726 \begin_layout Standard
33727 \begin_inset ERT
33728 status collapsed
33729
33730 \begin_layout Plain Layout
33731
33732
33733 \backslash
33734 begin{multicols}{2}
33735 \end_layout
33736
33737 \end_inset
33738
33739 Das Spektrum wird fouriertransformiert.
33740  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33741 , Lösungsmittel) zu trennen.
33742  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33743  nun das Aussehen des Ausgangssignals.
33744  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33745  über alle Phasen integrieren muss.
33746  Sei nun 
33747 \begin_inset Formula $S$
33748 \end_inset
33749
33750  unser normiertes Ausgangssignal and 
33751 \begin_inset Formula $P$
33752 \end_inset
33753
33754  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33755 \begin_inset ERT
33756 status collapsed
33757
33758 \begin_layout Plain Layout
33759
33760
33761 \backslash
33762 end{multicols}
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \begin_inset VSpace -6mm
33769 \end_inset
33770
33771
33772 \begin_inset Formula \begin{equation}
33773 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33774
33775 \end_inset
33776
33777
33778 \begin_inset ERT
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782
33783
33784 \backslash
33785 begin{multicols}{2}
33786 \end_layout
33787
33788 \end_inset
33789
33790 wobei 
33791 \begin_inset Formula $S_{0}$
33792 \end_inset
33793
33794  das Signal ohne Gradient ist and the Normierungsbedingung 
33795 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33796 \end_inset
33797
33798  gilt.
33799  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33800  Direkt nach the 
33801 \begin_inset Formula $\nicefrac{\pi}{2}$
33802 \end_inset
33803
33804
33805 \begin_inset space \thinspace{}
33806 \end_inset
33807
33808 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33809  das Signal zusätzlich abschwächt.
33810  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33811  
33812 \begin_inset Formula $T_{2}$
33813 \end_inset
33814
33815 -Zeit.
33816 \end_layout
33817
33818 \begin_layout Standard
33819 \begin_inset ERT
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823
33824
33825 \backslash
33826 end{multicols}
33827 \end_layout
33828
33829 \end_inset
33830
33831  
33832 \end_layout
33833
33834 \begin_layout Subsection
33835 Formulas with Description of Variables
33836 \begin_inset Index
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840 Formula ! with description of variables
33841 \end_layout
33842
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \begin_layout Standard
33849 To describe variables within a formula, like in formula 
33850 \begin_inset CommandInset ref
33851 LatexCommand eqref
33852 reference "eq:within"
33853
33854 \end_inset
33855
33856 , a 2
33857 \series bold
33858 ×
33859 \series default
33860
33861 \begin_inset Formula $n$
33862 \end_inset
33863
33864
33865 \begin_inset space ~
33866 \end_inset
33867
33868 matrix is used with left aligned columns for the 
33869 \begin_inset Formula $n$
33870 \end_inset
33871
33872  used variables.
33873 \begin_inset Foot
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877 matrices see 
33878 \begin_inset CommandInset ref
33879 LatexCommand ref
33880 reference "sec:Matrices"
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \end_inset
33888
33889  To set the description in a smaller size, before the matrix e.
33890 \begin_inset space \thinspace{}
33891 \end_inset
33892
33893 g.
33894 \begin_inset space ~
33895 \end_inset
33896
33897 the command 
33898 \series bold
33899
33900 \backslash
33901 footnotesize
33902 \series default
33903  is inserted.
33904 \begin_inset Foot
33905 status collapsed
33906
33907 \begin_layout Plain Layout
33908 font sizes see 
33909 \begin_inset CommandInset ref
33910 LatexCommand ref
33911 reference "sub:Font-Sizes"
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Standard
33924 When the formula style 
33925 \series bold
33926 Indented
33927 \begin_inset Foot
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931 formula styles see 
33932 \begin_inset CommandInset ref
33933 LatexCommand ref
33934 reference "sec:Formula-Styles"
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \series default
33945  is used, a 
33946 \series bold
33947
33948 \backslash
33949 hfill
33950 \series default
33951
33952 \begin_inset Foot
33953 status collapsed
33954
33955 \begin_layout Plain Layout
33956
33957 \series bold
33958
33959 \backslash
33960 hfill
33961 \series default
33962  only works in formulas with the style 
33963 \series bold
33964 Indented
33965 \series default
33966 , see 
33967 \begin_inset CommandInset ref
33968 LatexCommand ref
33969 reference "sub:Variable-Space"
33970
33971 \end_inset
33972
33973 .
33974 \end_layout
33975
33976 \end_inset
33977
33978  is inserted before and after the matrix to have the same separation of
33979  the matrix from the equation and the side margin.
33980 \end_layout
33981
33982 \begin_layout Standard
33983 When the formula style 
33984 \series bold
33985 Centered
33986 \series default
33987  is used, the method described in 
33988 \begin_inset CommandInset ref
33989 LatexCommand ref
33990 reference "sub:Flalign-Environment"
33991
33992 \end_inset
33993
33994  is used to indent formulas.
33995  Formula 
33996 \begin_inset CommandInset ref
33997 LatexCommand eqref
33998 reference "eq:within"
33999
34000 \end_inset
34001
34002  consists of five columns whereas in the first two columns contain the equation,
34003  the third the matrix, and the last one an empty TeX-brace.
34004 \begin_inset Formula \begin{flalign}
34005 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34006 \rho & \textrm{density}\\
34007 V & \textrm{volume}\\
34008 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Subsection
34016 Upright small Greek Letters
34017 \begin_inset CommandInset label
34018 LatexCommand label
34019 name "sub:Upright-small-Greek"
34020
34021 \end_inset
34022
34023
34024 \begin_inset Index
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028 Greek letters ! upright
34029 \end_layout
34030
34031 \end_inset
34032
34033
34034 \end_layout
34035
34036 \begin_layout Standard
34037 Most of the math fonts only provide italic small Greek letters.
34038  But for symbols of elementary particles like pions and neutrinos, upright
34039  Greek letters are needed.
34040  The file 
34041 \series bold
34042 upgreek.sty
34043 \series default
34044
34045 \begin_inset Foot
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049
34050 \series bold
34051 upgreek
34052 \series default
34053  is part of the LaTeX-package 
34054 \series bold
34055 was
34056 \series default
34057
34058 \begin_inset Index
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062 Packages ! was
34063 \begin_inset ERT
34064 status collapsed
34065
34066 \begin_layout Plain Layout
34067
34068
34069 \backslash
34070 vspace{4mm}
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \end_inset
34079
34080 .
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \begin_inset Index
34087 status collapsed
34088
34089 \begin_layout Plain Layout
34090 Packages ! upgreek
34091 \end_layout
34092
34093 \end_inset
34094
34095  that is loaded with the LaTeX-preamble line
34096 \end_layout
34097
34098 \begin_layout Standard
34099
34100 \series bold
34101
34102 \backslash
34103 usepackage{upgreek}
34104 \end_layout
34105
34106 \begin_layout Standard
34107 provides them.
34108  
34109 \begin_inset ERT
34110 status collapsed
34111
34112 \begin_layout Plain Layout
34113
34114
34115 \backslash
34116 ifupgreek 
34117 \end_layout
34118
34119 \end_inset
34120
34121
34122 \begin_inset Note Note
34123 status open
34124
34125 \begin_layout Plain Layout
34126 The following table will only be displayed when the LaTeX-package 
34127 \series bold
34128 upgreek
34129 \series default
34130  is installed.
34131 \end_layout
34132
34133 \end_inset
34134
34135  They are created when the command for a small Greek letters is started
34136  with 
34137 \series bold
34138 up
34139 \series default
34140 .
34141  For example the command 
34142 \series bold
34143
34144 \backslash
34145 uptau
34146 \series default
34147  creates this: 
34148 \begin_inset Formula $\uptau$
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Standard
34155 With these commands reactions of elementary particles can be typeset:
34156 \begin_inset Formula \[
34157 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \begin_layout Standard
34165 The upright letters are more bold and wider than the italic ones.
34166  They should therefore not be used for units like 
34167 \begin_inset Quotes eld
34168 \end_inset
34169
34170 µm
34171 \begin_inset Quotes erd
34172 \end_inset
34173
34174 .
34175 \end_layout
34176
34177 \begin_layout Standard
34178 \begin_inset ERT
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182
34183
34184 \backslash
34185 else 
34186 \end_layout
34187
34188 \end_inset
34189
34190
34191 \begin_inset Note Note
34192 status open
34193
34194 \begin_layout Plain Layout
34195 The following will be displayed when the LaTeX-package 
34196 \series bold
34197 upgreek
34198 \series default
34199  is not installed:
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Standard
34208 You need to install the LaTeX-package 
34209 \series bold
34210 upgreek
34211 \series default
34212  to see the rest of this subsection in the output.
34213 \end_layout
34214
34215 \begin_layout Standard
34216 \begin_inset ERT
34217 status collapsed
34218
34219 \begin_layout Plain Layout
34220
34221
34222 \backslash
34223 fi 
34224 \end_layout
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \begin_layout Subsection
34232 Text Characters in Formulas
34233 \begin_inset CommandInset label
34234 LatexCommand label
34235 name "sub:Text-Characters-in"
34236
34237 \end_inset
34238
34239
34240 \begin_inset Index
34241 status collapsed
34242
34243 \begin_layout Plain Layout
34244 Text ! in formulas
34245 \end_layout
34246
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \begin_layout Standard
34253 In some cases you might want to insert text characters directly into formulas.
34254  When for example the centered dot · is often used in formulas like 
34255 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34256 \end_inset
34257
34258 , one would have to insert the command 
34259 \series bold
34260
34261 \backslash
34262 cdot
34263 \series default
34264
34265 \begin_inset Foot
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269 see 
34270 \begin_inset CommandInset ref
34271 LatexCommand ref
34272 reference "sub:Binary-Operators"
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \end_inset
34280
34281  all the time, because this character is defined in all encodings as text
34282  character.
34283  But the encoding can be changed by this LaTeX-preamble line:
34284 \end_layout
34285
34286 \begin_layout Standard
34287
34288 \series bold
34289
34290 \backslash
34291 Declare Inputtext{183}{
34292 \backslash
34293 ifmmode
34294 \backslash
34295 cdot
34296 \backslash
34297 else
34298 \backslash
34299 textperiodcentered
34300 \backslash
34301 f\SpecialChar \textcompwordmark{}
34302 i}
34303 \end_layout
34304
34305 \begin_layout Standard
34306 The character encoding (menu 
34307 \family sans
34308 Document\SpecialChar \menuseparator
34309 Settings\SpecialChar \menuseparator
34310 Language
34311 \family default
34312 ) specifies what character appears when a keyboard key is pressed.
34313  When the key for the character '·' is pressed, internally the command 
34314 \series bold
34315
34316 \backslash
34317 textperiodcentered
34318 \series default
34319  is used.
34320  But this command is not available in a formula so that you would get LaTeX-erro
34321 rs.
34322  With the changed encoding the right command is chosen automatically, depending
34323  on if the character was inserted into a formula or not.
34324 \end_layout
34325
34326 \begin_layout Standard
34327 The encoding of several characters is saved in definition files.
34328  Fore example the encoding 
34329 \series bold
34330 latin9
34331 \series default
34332  is defined in the file 
34333 \series bold
34334 latin9.def
34335 \series default
34336  that is in the installation folder of LaTeX.
34337  Encodings should only be changed via the LaTeX-preamble and not in the
34338  definition files.
34339  Otherwise own documents could not be edited by other LyX users working
34340  on other computers.
34341 \end_layout
34342
34343 \begin_layout Standard
34344 \begin_inset VSpace medskip
34345 \end_inset
34346
34347 Besides the centered dot, in this document the degree sign ° is defined
34348  with the following LaTeX-preamble line so that it can directly be inserted
34349  to a formula:
34350 \end_layout
34351
34352 \begin_layout Standard
34353
34354 \series bold
34355
34356 \backslash
34357 DeclareInputtext{176}{
34358 \backslash
34359 ifmmode^
34360 \backslash
34361 circ
34362 \backslash
34363 else
34364 \backslash
34365 textdegree
34366 \backslash
34367 f\SpecialChar \textcompwordmark{}
34368 i}
34369 \end_layout
34370
34371 \begin_layout Standard
34372 \begin_inset Newpage newpage
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Section
34379 \start_of_appendix
34380 Typographic Advice
34381 \begin_inset Index
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385 Typographic advice
34386 \end_layout
34387
34388 \end_inset
34389
34390
34391 \end_layout
34392
34393 \begin_layout Standard
34394 This section is a summary of the most important typographic rules, listed
34395  in ISO norms.
34396 \begin_inset Foot
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400 This collection was partly taken from the German semi-official dictionary
34401  called 
34402 \begin_inset Quotes eld
34403 \end_inset
34404
34405 Duden
34406 \begin_inset Quotes erd
34407 \end_inset
34408
34409  
34410 \begin_inset CommandInset citation
34411 LatexCommand cite
34412 key "Duden"
34413
34414 \end_inset
34415
34416  that lists some of the ISO rules.
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Itemize
34425 Physical units are 
34426 \emph on
34427 always
34428 \emph default
34429  set upright
34430 \begin_inset Foot
34431 status collapsed
34432
34433 \begin_layout Plain Layout
34434 done with font styles, see 
34435 \begin_inset CommandInset ref
34436 LatexCommand ref
34437 reference "sub:Font-Styles"
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \end_inset
34445
34446 : 30
34447 \begin_inset space \thinspace{}
34448 \end_inset
34449
34450 km/h
34451 \begin_inset Newline newline
34452 \end_inset
34453
34454 Between the value and the unit is the smallest space, see 
34455 \begin_inset CommandInset ref
34456 LatexCommand ref
34457 reference "sub:Predefined-Space"
34458
34459 \end_inset
34460
34461 .
34462 \begin_inset Newline newline
34463 \end_inset
34464
34465 This convention is automatically fulfilled when the command 
34466 \series bold
34467
34468 \backslash
34469 unittwo
34470 \series default
34471  is used.
34472  When it is entered to a formula, two boxes appear.
34473  In the first one the value is inserted, in the second one the unit, and
34474  one gets as above: 
34475 \begin_inset Formula $\unit[30]{km/h}$
34476 \end_inset
34477
34478
34479 \begin_inset space \thinspace{}
34480 \end_inset
34481
34482 .
34483  Note that 
34484 \series bold
34485
34486 \backslash
34487 unittwo
34488 \series default
34489  is not a real LaTeX command but the command 
34490 \series bold
34491
34492 \backslash
34493 unit[value]{unit}
34494 \series default
34495 , therefore you cannot use it in TeX code.
34496 \end_layout
34497
34498 \begin_layout Itemize
34499 Percent and perthousand signs are set like physical units:
34500 \begin_inset Newline newline
34501 \end_inset
34502
34503 1,2
34504 \begin_inset space \thinspace{}
34505 \end_inset
34506
34507 ‰ alcohol in blood
34508 \end_layout
34509
34510 \begin_layout Itemize
34511 The degree sign follows directly on the value: 15°, but not when it is used
34512  in units: 15
34513 \begin_inset space \thinspace{}
34514 \end_inset
34515
34516 °C
34517 \end_layout
34518
34519 \begin_layout Itemize
34520 In numbers with more than four digits the smallest space is inserted before
34521  every third digit to group them: 
34522 \family roman
34523 \series medium
34524 \shape up
34525 \size normal
34526 \emph off
34527 \bar no
34528 \noun off
34529 \color none
34530 18
34531 \begin_inset space \thinspace{}
34532 \end_inset
34533
34534 473
34535 \begin_inset space \thinspace{}
34536 \end_inset
34537
34538 588
34539 \end_layout
34540
34541 \begin_layout Itemize
34542 For dimensions like 120×90×40
34543 \begin_inset space \thinspace{}
34544 \end_inset
34545
34546 cm the multiplication sign 
34547 \begin_inset Quotes eld
34548 \end_inset
34549
34550 ×
34551 \begin_inset Quotes erd
34552 \end_inset
34553
34554  is used.
34555  It is available with the LaTeX-command 
34556 \series bold
34557
34558 \backslash
34559 texttimes
34560 \series default
34561 , but can also directly be inserted with some keyboard definitions.
34562 \end_layout
34563
34564 \begin_layout Itemize
34565 Functions with names consisting of several letters are set upright to avoid
34566  confusions, see 
34567 \begin_inset CommandInset ref
34568 LatexCommand ref
34569 reference "sub:Predefined-Functions"
34570
34571 \end_inset
34572
34573 .
34574 \end_layout
34575
34576 \begin_layout Itemize
34577 Indices consisting of several letters, are set upright: 
34578 \begin_inset Formula $E_{\mathrm{kin}}$
34579 \end_inset
34580
34581
34582 \begin_inset Newline newline
34583 \end_inset
34584
34585 Components of matrices are set italic: 
34586 \begin_inset Formula $\hat{H}_{kl}$
34587 \end_inset
34588
34589
34590 \end_layout
34591
34592 \begin_layout Itemize
34593 The differentiation/integration operator 'd', the Euler's number 'e', and
34594  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34595  other variables.
34596 \end_layout
34597
34598 \begin_layout Standard
34599 \begin_inset Newpage newpage
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Section
34606 Synonyms
34607 \begin_inset Index
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611 Synonyms
34612 \end_layout
34613
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Standard
34620 Some characters and symbols can be created with several commands.
34621  Here is a list of the synonym commands:
34622 \end_layout
34623
34624 \begin_layout Standard
34625 \begin_inset VSpace bigskip
34626 \end_inset
34627
34628
34629 \begin_inset space \hfill{}
34630 \end_inset
34631
34632
34633 \begin_inset Tabular
34634 <lyxtabular version="3" rows="12" columns="2">
34635 <features>
34636 <column alignment="center" valignment="top" width="0pt">
34637 <column alignment="center" valignment="top" width="0pt">
34638 <row>
34639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34640 \begin_inset Text
34641
34642 \begin_layout Plain Layout
34643 Command
34644 \end_layout
34645
34646 \end_inset
34647 </cell>
34648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34649 \begin_inset Text
34650
34651 \begin_layout Plain Layout
34652 equivalent to
34653 \begin_inset Note Note
34654 status collapsed
34655
34656 \begin_layout Plain Layout
34657
34658 \series bold
34659
34660 \backslash
34661 raisebox
34662 \series default
34663  is only used as spacer.
34664 \end_layout
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \end_inset
34672 </cell>
34673 </row>
34674 <row>
34675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34676 \begin_inset Text
34677
34678 \begin_layout Plain Layout
34679
34680 \backslash
34681 ast
34682 \end_layout
34683
34684 \end_inset
34685 </cell>
34686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34687 \begin_inset Text
34688
34689 \begin_layout Plain Layout
34690 \begin_inset ERT
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694
34695
34696 \backslash
34697 raisebox{-1.2mm}{
34698 \end_layout
34699
34700 \end_inset
34701
34702 *
34703 \begin_inset ERT
34704 status collapsed
34705
34706 \begin_layout Plain Layout
34707
34708 }
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \end_inset
34717 </cell>
34718 </row>
34719 <row>
34720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724
34725 \backslash
34726 choose
34727 \end_layout
34728
34729 \end_inset
34730 </cell>
34731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34732 \begin_inset Text
34733
34734 \begin_layout Plain Layout
34735
34736 \backslash
34737 binom
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 </row>
34743 <row>
34744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34745 \begin_inset Text
34746
34747 \begin_layout Plain Layout
34748
34749 \backslash
34750 geq
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759
34760 \backslash
34761 ge
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 </row>
34767 <row>
34768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772
34773 \backslash
34774 lbrace
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783 {
34784 \end_layout
34785
34786 \end_inset
34787 </cell>
34788 </row>
34789 <row>
34790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34791 \begin_inset Text
34792
34793 \begin_layout Plain Layout
34794
34795 \backslash
34796 lbracket
34797 \end_layout
34798
34799 \end_inset
34800 </cell>
34801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34802 \begin_inset Text
34803
34804 \begin_layout Plain Layout
34805 [
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 </row>
34811 <row>
34812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816
34817 \backslash
34818 leftarrow
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827
34828 \backslash
34829 gets
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 </row>
34835 <row>
34836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34837 \begin_inset Text
34838
34839 \begin_layout Plain Layout
34840
34841 \backslash
34842 leq
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34848 \begin_inset Text
34849
34850 \begin_layout Plain Layout
34851
34852 \backslash
34853 le
34854 \end_layout
34855
34856 \end_inset
34857 </cell>
34858 </row>
34859 <row>
34860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34861 \begin_inset Text
34862
34863 \begin_layout Plain Layout
34864
34865 \backslash
34866 lor
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875
34876 \backslash
34877 vee
34878 \end_layout
34879
34880 \end_inset
34881 </cell>
34882 </row>
34883 <row>
34884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888
34889 \backslash
34890 neq
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899
34900 \backslash
34901 not=
34902 \end_layout
34903
34904 \end_inset
34905 </cell>
34906 </row>
34907 <row>
34908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912
34913 \backslash
34914 slash
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923 /
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 </row>
34929 <row>
34930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34931 \begin_inset Text
34932
34933 \begin_layout Plain Layout
34934
34935 \backslash
34936 vert
34937 \end_layout
34938
34939 \end_inset
34940 </cell>
34941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34942 \begin_inset Text
34943
34944 \begin_layout Plain Layout
34945 |
34946 \end_layout
34947
34948 \end_inset
34949 </cell>
34950 </row>
34951 </lyxtabular>
34952
34953 \end_inset
34954
34955
34956 \begin_inset space \hfill{}
34957 \end_inset
34958
34959
34960 \begin_inset Tabular
34961 <lyxtabular version="3" rows="12" columns="2">
34962 <features>
34963 <column alignment="center" valignment="top" width="0pt">
34964 <column alignment="center" valignment="top" width="0pt">
34965 <row>
34966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970 Command
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979 equivalent to
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 </row>
34985 <row>
34986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990
34991 \backslash
34992 backslash
34993 \end_layout
34994
34995 \end_inset
34996 </cell>
34997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001
35002 \backslash
35003
35004 \backslash
35005
35006 \end_layout
35007
35008 \end_inset
35009 </cell>
35010 </row>
35011 <row>
35012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016
35017 \backslash
35018 dasharrow
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35024 \begin_inset Text
35025
35026 \begin_layout Plain Layout
35027
35028 \backslash
35029 dashrightarrow
35030 \end_layout
35031
35032 \end_inset
35033 </cell>
35034 </row>
35035 <row>
35036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35037 \begin_inset Text
35038
35039 \begin_layout Plain Layout
35040
35041 \backslash
35042 land
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051
35052 \backslash
35053 wedge
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 </row>
35059 <row>
35060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35061 \begin_inset Text
35062
35063 \begin_layout Plain Layout
35064
35065 \backslash
35066 rbrace
35067 \end_layout
35068
35069 \end_inset
35070 </cell>
35071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35072 \begin_inset Text
35073
35074 \begin_layout Plain Layout
35075 }
35076 \end_layout
35077
35078 \end_inset
35079 </cell>
35080 </row>
35081 <row>
35082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35083 \begin_inset Text
35084
35085 \begin_layout Plain Layout
35086
35087 \backslash
35088 rbracket
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35094 \begin_inset Text
35095
35096 \begin_layout Plain Layout
35097 ]
35098 \end_layout
35099
35100 \end_inset
35101 </cell>
35102 </row>
35103 <row>
35104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35105 \begin_inset Text
35106
35107 \begin_layout Plain Layout
35108
35109 \backslash
35110 rightarrow
35111 \end_layout
35112
35113 \end_inset
35114 </cell>
35115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35116 \begin_inset Text
35117
35118 \begin_layout Plain Layout
35119
35120 \backslash
35121 to
35122 \end_layout
35123
35124 \end_inset
35125 </cell>
35126 </row>
35127 <row>
35128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35129 \begin_inset Text
35130
35131 \begin_layout Plain Layout
35132
35133 \backslash
35134 lnot
35135 \end_layout
35136
35137 \end_inset
35138 </cell>
35139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35140 \begin_inset Text
35141
35142 \begin_layout Plain Layout
35143
35144 \backslash
35145 neg
35146 \end_layout
35147
35148 \end_inset
35149 </cell>
35150 </row>
35151 <row>
35152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35153 \begin_inset Text
35154
35155 \begin_layout Plain Layout
35156
35157 \backslash
35158 ne
35159 \end_layout
35160
35161 \end_inset
35162 </cell>
35163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167
35168 \backslash
35169 not=
35170 \end_layout
35171
35172 \end_inset
35173 </cell>
35174 </row>
35175 <row>
35176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35177 \begin_inset Text
35178
35179 \begin_layout Plain Layout
35180
35181 \backslash
35182 owns
35183 \end_layout
35184
35185 \end_inset
35186 </cell>
35187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35188 \begin_inset Text
35189
35190 \begin_layout Plain Layout
35191
35192 \backslash
35193 ni
35194 \end_layout
35195
35196 \end_inset
35197 </cell>
35198 </row>
35199 <row>
35200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204
35205 \backslash
35206 square
35207 \end_layout
35208
35209 \end_inset
35210 </cell>
35211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35212 \begin_inset Text
35213
35214 \begin_layout Plain Layout
35215
35216 \backslash
35217 Box
35218 \end_layout
35219
35220 \end_inset
35221 </cell>
35222 </row>
35223 <row>
35224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35225 \begin_inset Text
35226
35227 \begin_layout Plain Layout
35228
35229 \backslash
35230 Vert
35231 \end_layout
35232
35233 \end_inset
35234 </cell>
35235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35236 \begin_inset Text
35237
35238 \begin_layout Plain Layout
35239
35240 \backslash
35241 |
35242 \end_layout
35243
35244 \end_inset
35245 </cell>
35246 </row>
35247 </lyxtabular>
35248
35249 \end_inset
35250
35251
35252 \begin_inset space \hfill{}
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \begin_layout Standard
35259 \begin_inset Newpage newpage
35260 \end_inset
35261
35262
35263 \end_layout
35264
35265 \begin_layout Bibliography
35266 \begin_inset CommandInset bibitem
35267 LatexCommand bibitem
35268 key "TLC2"
35269
35270 \end_inset
35271
35272
35273 \shape smallcaps
35274 Mittelbach, F.
35275  ; Goossens, M.
35276 \shape default
35277
35278 \shape italic
35279 The LaTeX Companion
35280 \shape default
35281 .
35282  Addison Wesley, 2004
35283 \end_layout
35284
35285 \begin_layout Bibliography
35286 \begin_inset CommandInset bibitem
35287 LatexCommand bibitem
35288 key "Mathmode"
35289
35290 \end_inset
35291
35292
35293 \begin_inset CommandInset href
35294 LatexCommand href
35295 name "Description"
35296 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35297
35298 \end_inset
35299
35300  of LaTeX's math abilities
35301 \end_layout
35302
35303 \begin_layout Bibliography
35304 \begin_inset CommandInset bibitem
35305 LatexCommand bibitem
35306 key "Voss"
35307
35308 \end_inset
35309
35310 LaTeX tips and tricks-
35311 \begin_inset CommandInset href
35312 LatexCommand href
35313 name "page"
35314 target "http://tug.org/TeXnik/"
35315
35316 \end_inset
35317
35318
35319 \end_layout
35320
35321 \begin_layout Bibliography
35322 \begin_inset CommandInset bibitem
35323 LatexCommand bibitem
35324 key "AMS"
35325
35326 \end_inset
35327
35328
35329 \begin_inset CommandInset href
35330 LatexCommand href
35331 name "Description"
35332 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35333
35334 \end_inset
35335
35336  of 
35337 \begin_inset ERT
35338 status collapsed
35339
35340 \begin_layout Plain Layout
35341
35342
35343 \backslash
35344 AmS
35345 \end_layout
35346
35347 \end_inset
35348
35349 -LaTeX
35350 \end_layout
35351
35352 \begin_layout Bibliography
35353 \begin_inset CommandInset bibitem
35354 LatexCommand bibitem
35355 key "Symbole"
35356
35357 \end_inset
35358
35359
35360 \begin_inset CommandInset href
35361 LatexCommand href
35362 name "List"
35363 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35364
35365 \end_inset
35366
35367  of all symbols available with LaTeX-packages
35368 \end_layout
35369
35370 \begin_layout Bibliography
35371 \begin_inset CommandInset bibitem
35372 LatexCommand bibitem
35373 key "hyperref"
35374
35375 \end_inset
35376
35377
35378 \begin_inset CommandInset href
35379 LatexCommand href
35380 name "Documentation"
35381 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35382
35383 \end_inset
35384
35385  of the LaTeX-package 
35386 \series bold
35387 hyperref
35388 \series default
35389
35390 \begin_inset Index
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394 Packages ! hyperref
35395 \end_layout
35396
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \begin_layout Bibliography
35403 \begin_inset CommandInset bibitem
35404 LatexCommand bibitem
35405 key "Mathclap"
35406
35407 \end_inset
35408
35409
35410 \begin_inset CommandInset href
35411 LatexCommand href
35412 name "Description"
35413 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35414
35415 \end_inset
35416
35417  of the command 
35418 \series bold
35419
35420 \backslash
35421 mathclap
35422 \series default
35423 , described in 
35424 \begin_inset CommandInset ref
35425 LatexCommand ref
35426 reference "sub:Operator-Limits"
35427
35428 \end_inset
35429
35430
35431 \begin_inset Index
35432 status collapsed
35433
35434 \begin_layout Plain Layout
35435 Commands ! M ! 
35436 \backslash
35437 mathclap
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Bibliography
35446 \begin_inset CommandInset bibitem
35447 LatexCommand bibitem
35448 key "Duden"
35449
35450 \end_inset
35451
35452
35453 \emph on
35454 Duden Band 1
35455 \emph default
35456 .
35457  22.
35458  Auflage, Duden 2001
35459 \end_layout
35460
35461 \begin_layout Subsubsection*
35462 \begin_inset CommandInset index_print
35463 LatexCommand printindex
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \end_body
35471 \end_document