]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
e94669a4eec9d4f9078ee2f063c998132c5824f8
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \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.4
74 \usepackage{braket}
75
76 % used in Kap. 22.6
77 \usepackage[samesize]{cancel}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % for multiple table row and column cells
83 \usepackage{multirow}
84 \usepackage{multicol}
85
86 % needed in sec. 19.4
87 \usepackage{remreset}
88
89 % center multirows (e.g. in sec. 13.3)
90 \renewcommand{\multirowsetup}{\centering}
91
92 % define a color, used in sec.9.3
93 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
94
95 % declare operators (see sec. 10.4 and sec. 15.2)
96 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
97 \DeclareMathOperator{\sgn}{sgn}
98
99 \newcommand{\spce}{\textvisiblespace}
100
101 % example definitions for sec. 20.1 
102 \newcommand{\gr}{\Longrightarrow}
103 \newcommand{\us}[1]{\underline{#1}}
104 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
105 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
106 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
107
108 % example macro from sec. 19.4
109 %\def\tagform@#1{\maketag@@@{|#1|}}
110
111 % macro from sec. 10.2
112 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
113 \def\mathclap {\mathpalette \mathclapinternal}
114 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
115
116 % redefine the greyed out note
117 \renewenvironment{lyxgreyedout}
118  {\textcolor{blue}\bgroup}{\egroup}
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % check for package eurosym
125 % used for the Euro symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % needed in sec. 22.4
133 % check for package braket
134 \newboolean{braket}
135 \IfFileExists{braket.sty}
136  {\usepackage{braket}
137   \setboolean{braket}{true}}
138  {\setboolean{braket}{false}}
139
140 % needed in sec. 22.10
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
149 \language english
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159
160 \graphics default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "LyX's Math Manual"
165 \pdf_author "LyX Team, Uwe Stöhr"
166 \pdf_subject "LyX-documentation about math"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pagebackref false
177 \pdf_pdfusetitle false
178 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
179 \papersize a4paper
180 \use_geometry false
181 \use_amsmath 2
182 \use_esint 1
183 \cite_engine basic
184 \use_bibtopic false
185 \paperorientation portrait
186 \secnumdepth 4
187 \tocdepth 3
188 \paragraph_separation skip
189 \defskip medskip
190 \quotes_language english
191 \papercolumns 1
192 \papersides 2
193 \paperpagestyle plain
194 \bullet 1 0 6 -1
195 \bullet 2 2 35 -1
196 \bullet 3 2 7 -1
197 \tracking_changes false
198 \output_changes false
199 \author "" 
200 \author "" 
201 \end_header
202
203 \begin_body
204
205 \begin_layout Title
206 LyX's detailed Math manual
207 \end_layout
208
209 \begin_layout Author
210 by the LyX Team
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 \noindent
216 If you have comments or error corrections, please send them to the LyX Documenta
217 tion mailing list: 
218 \family typewriter
219
220 \begin_inset CommandInset href
221 LatexCommand href
222 name "lyx-docs@lists.lyx.org"
223 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
224 type "mailto:"
225
226 \end_inset
227
228
229 \end_layout
230
231 \end_inset
232
233
234 \begin_inset Note Note
235 status collapsed
236
237 \begin_layout Plain Layout
238 author: Uwe Stöhr
239 \end_layout
240
241 \end_inset
242
243
244 \begin_inset Newline newline
245 \end_inset
246
247
248 \begin_inset Newline newline
249 \end_inset
250
251
252 \family sans
253 Version 1.6svn
254 \end_layout
255
256 \begin_layout Standard
257 \begin_inset CommandInset toc
258 LatexCommand tableofcontents
259
260 \end_inset
261
262
263 \end_layout
264
265 \begin_layout Standard
266 \begin_inset Note Note
267 status open
268
269 \begin_layout Plain Layout
270 To export this document to PDF, PS, or DVI the LaTeX-packages 
271 \series bold
272 eurosym,
273 \series default
274  
275 \series bold
276 multirow,
277 \series default
278  and 
279 \series bold
280 was
281 \series default
282  must be installed.
283  If they are not installed you can export the document anyway but the sections
284  where the packages are required won't appear in the output.
285 \end_layout
286
287 \begin_layout Plain Layout
288 The latest PDF-version of this document can be found here:
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \series bold
294 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Newpage newpage
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Section
310 Introduction
311 \begin_inset CommandInset label
312 LatexCommand label
313 name "sec:Introduction"
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 This document explains LyX's math features and is furthermore a collection
322  of LaTeX-commands used for mathematical characters and constructs.
323  The explanations are designed for the usage of commands.
324  It is therefore required that you have read the section 
325 \family typewriter
326 Mathematical
327 \begin_inset space ~
328 \end_inset
329
330 Formulas
331 \family default
332  of the User's Guide.
333 \end_layout
334
335 \begin_layout Standard
336 Most of the characters and many constructs explained in this manual are
337  also accessible via the menu 
338 \family sans
339 Insert
340 \series bold
341 \SpecialChar \menuseparator
342
343 \series default
344 Math
345 \family default
346 , or the 
347 \family sans
348 math
349 \family default
350 \series bold
351  
352 \family sans
353 \series default
354 toolbar
355 \family default
356 .
357  But everybody who has to write lots of formulas will notice that it is
358  much faster to use commands instead of the math toolbar.
359  Therefore this manual is focused on commands but also mentions the correspondin
360 g toolbar buttons when available.
361 \end_layout
362
363 \begin_layout Standard
364 If not specially mentioned the commands are only available within formulas.
365  To be able to use all commands explained in this document, the option 
366 \family sans
367 Use AMS math package
368 \family default
369  must be used in the document settings (menu 
370 \family sans
371 Document\SpecialChar \menuseparator
372 Settings\SpecialChar \menuseparator
373 Math
374 \begin_inset space ~
375 \end_inset
376
377 Options
378 \family default
379 ).
380 \begin_inset Foot
381 status collapsed
382
383 \begin_layout Plain Layout
384 The option 
385 \family sans
386 Use AMS math package automatically
387 \family default
388  only uses 
389 \begin_inset ERT
390 status collapsed
391
392 \begin_layout Plain Layout
393
394
395 \backslash
396 AmS 
397 \end_layout
398
399 \end_inset
400
401 -math when math constructs are found that are supported by LyX.
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 This document doesn't list all 
411 \begin_inset ERT
412 status collapsed
413
414 \begin_layout Plain Layout
415
416
417 \backslash
418 AmS 
419 \end_layout
420
421 \end_inset
422
423 -math commands
424 \begin_inset Foot
425 status collapsed
426
427 \begin_layout Plain Layout
428 A list with all 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS
437 \end_layout
438
439 \end_inset
440
441 -math commands is in the file 
442 \family sans
443
444 \begin_inset CommandInset href
445 LatexCommand href
446 name "amsguide.ps"
447 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
448
449 \end_inset
450
451
452 \family default
453 , which is part of every LaTeX standard installation.
454 \end_layout
455
456 \end_inset
457
458  for lucidity reasons.
459 \end_layout
460
461 \begin_layout Section
462 General Instructions
463 \begin_inset CommandInset label
464 LatexCommand label
465 name "sec:General-Instructions"
466
467 \end_inset
468
469
470 \end_layout
471
472 \begin_layout Standard
473 To create an inline formula
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Formula ! inline
479 \end_layout
480
481 \end_inset
482
483  that is embedded into a text line, press 
484 \family sans
485 Ctrl-m
486 \family default
487  or the toolbar button 
488 \begin_inset Graphics
489         filename ../images/math-mode.png
490         scale 85
491
492 \end_inset
493
494
495 \begin_inset Newline newline
496 \end_inset
497
498 To create a display style formula
499 \begin_inset Index
500 status collapsed
501
502 \begin_layout Plain Layout
503 Formula ! display style
504 \end_layout
505
506 \end_inset
507
508  that will appear bigger and in an own paragraph, press 
509 \family sans
510 Ctrl-M
511 \family default
512 .
513 \end_layout
514
515 \begin_layout Standard
516 To change a display style formula to an inline formula, set the cursor into
517  the formula and press 
518 \family sans
519 Ctrl-M
520 \family default
521  or use the menu 
522 \family sans
523 Edit\SpecialChar \menuseparator
524 Math\SpecialChar \menuseparator
525 Change formula type
526 \family default
527 .
528  The same way is used to change an inline formula to a display style formula.
529 \end_layout
530
531 \begin_layout Standard
532 To display parts of an inline formula in the size of a display style formula,
533  enter the command 
534 \series bold
535
536 \backslash
537 displaystyle
538 \begin_inset Index
539 status collapsed
540
541 \begin_layout Plain Layout
542 Commands ! D ! 
543 \backslash
544 displaystyle
545 \end_layout
546
547 \end_inset
548
549
550 \series default
551  to a formula.
552  Then a new blue box appears in which the desired formula part is inserted.
553 \end_layout
554
555 \begin_layout Standard
556 Only inline formulas are allowed inside tables.
557 \end_layout
558
559 \begin_layout Standard
560 The 
561 \family sans
562 math toolbar
563 \family default
564  can be turned on in the menu 
565 \family sans
566 View\SpecialChar \menuseparator
567 Toolbars
568 \family default
569 .
570  When you click there on 
571 \begin_inset Quotes eld
572 \end_inset
573
574 Math
575 \begin_inset Quotes erd
576 \end_inset
577
578  the toolbar will be shown permanently at the bottom; this state is visualized
579  in the 
580 \family sans
581 Toolbars
582 \family default
583  menu with a checkmark.
584  When you click in this state again on 
585 \begin_inset Quotes eld
586 \end_inset
587
588 Math
589 \begin_inset Quotes erd
590 \end_inset
591
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu, the 
597 \family sans
598 math toolbar
599 \family default
600  is only shown when the cursor is within a formula; this state is visualized
601  by the renaming of the menu entry from 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset Quotes erd
607 \end_inset
608
609  to 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Math
614 \begin_inset space ~
615 \end_inset
616
617 (auto)
618 \begin_inset Quotes erd
619 \end_inset
620
621 .
622 \end_layout
623
624 \begin_layout Standard
625 The TeX-mode
626 \begin_inset Index
627 status collapsed
628
629 \begin_layout Plain Layout
630 T@TeX-mode
631 \end_layout
632
633 \end_inset
634
635  is invoked by pressing the toolbar button 
636 \begin_inset Graphics
637         filename ../images/ert-insert.png
638         scale 85
639
640 \end_inset
641
642  or by using the menu 
643 \family sans
644 Insert\SpecialChar \menuseparator
645 Te
646 \begin_inset ERT
647 status collapsed
648
649 \begin_layout Plain Layout
650
651 {}
652 \end_layout
653
654 \end_inset
655
656 X Code
657 \family default
658  (shortcut 
659 \family sans
660 Ctrl-l
661 \family default
662 ).
663 \begin_inset Note Note
664 status collapsed
665
666 \begin_layout Plain Layout
667 In LyX there are three 
668 \begin_inset Quotes eld
669 \end_inset
670
671 proper names
672 \begin_inset Quotes erd
673 \end_inset
674
675  that appear in the output with sub- and superscript letters: TeX, LaTeX,
676  and LyX
677 \end_layout
678
679 \begin_layout Plain Layout
680 To avoid that these names are recognized as proper names, a TeX-brace pair
681  is inserted.
682 \end_layout
683
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Standard
690 To change the LaTeX-preamble
691 \begin_inset Index
692 status collapsed
693
694 \begin_layout Plain Layout
695 L@LaTeX-preamble
696 \end_layout
697
698 \end_inset
699
700 , use the menu 
701 \family sans
702 Document\SpecialChar \menuseparator
703 Settings\SpecialChar \menuseparator
704 LaT
705 \begin_inset ERT
706 status collapsed
707
708 \begin_layout Plain Layout
709
710 {}
711 \end_layout
712
713 \end_inset
714
715 eX
716 \family default
717  
718 \family sans
719 Preamble
720 \family default
721 .
722 \end_layout
723
724 \begin_layout Standard
725 To edit matrices, case differentiations, and multiline formulas subsequently,
726  the menus 
727 \family sans
728 Edit\SpecialChar \menuseparator
729 Math
730 \family default
731  and 
732 \family sans
733 Edit\SpecialChar \menuseparator
734 Rows
735 \begin_inset space \thinspace{}
736 \end_inset
737
738 &
739 \begin_inset space \thinspace{}
740 \end_inset
741
742 Columns,
743 \family default
744  or the 
745 \family sans
746 table toolbar
747 \family default
748  can be used.
749  When lines and columns are swapped via the menu, the column or line where
750  the cursor is in is exchanged with the column to the right or the line
751  below, respectively.
752  Is the cursor in the last column or row, the exchange is done with the
753  column to the left or the line above.
754 \end_layout
755
756 \begin_layout Standard
757 To write text in formulas
758 \begin_inset Foot
759 status collapsed
760
761 \begin_layout Plain Layout
762 For multiline formulas the command 
763 \series bold
764
765 \backslash
766 intertext
767 \series default
768  is used, see 
769 \begin_inset CommandInset ref
770 LatexCommand ref
771 reference "sub:Text-in-multiline"
772
773 \end_inset
774
775 .
776 \end_layout
777
778 \end_inset
779
780  
781 \emph on
782 mathematical text
783 \emph default
784
785 \begin_inset Index
786 status collapsed
787
788 \begin_layout Plain Layout
789 Text ! in formulas
790 \end_layout
791
792 \end_inset
793
794
795 \begin_inset Index
796 status collapsed
797
798 \begin_layout Plain Layout
799 Mathematical text
800 \end_layout
801
802 \end_inset
803
804  is used.
805  This mode is invoked with the the shortcut 
806 \family sans
807 Alt-m
808 \begin_inset space ~
809 \end_inset
810
811 m
812 \family default
813  or by the insertion of the command 
814 \series bold
815
816 \backslash
817 text
818 \begin_inset Index
819 status collapsed
820
821 \begin_layout Plain Layout
822 Commands ! T ! 
823 \backslash
824 text
825 \end_layout
826
827 \end_inset
828
829
830 \series default
831 .
832  The text appears black in LyX and can therefore be distinguished from the
833  other formula parts that appear blue.
834  In the output mathematical text is set upright, in contrary to other formula
835  parts.
836 \end_layout
837
838 \begin_layout Subsection*
839 Command Scheme
840 \end_layout
841
842 \begin_layout Standard
843 Most of the LaTeX-commands for math constructs have the following scheme:
844 \end_layout
845
846 \begin_layout Standard
847
848 \series bold
849
850 \backslash
851 commandname[optional
852 \series default
853  
854 \series bold
855 argument]{required
856 \series default
857  
858 \series bold
859 argument}
860 \end_layout
861
862 \begin_layout Standard
863 A command starts always with a backslash 
864 \begin_inset Quotes gld
865 \end_inset
866
867
868 \series bold
869
870 \backslash
871
872 \series default
873
874 \begin_inset Quotes grd
875 \end_inset
876
877 .
878  To omit optional arguments, also omit the associated brackets.
879  The braces around the required arguments are named in this document as
880  TeX-braces
881 \begin_inset Index
882 status collapsed
883
884 \begin_layout Plain Layout
885 T@TeX-braces
886 \end_layout
887
888 \end_inset
889
890 .
891  If you add in a formula a left brace to a command name, LyX creates automatical
892 ly a TeX-brace.
893  In all other cases TeX-braces are created in formulas with the command
894  
895 \series bold
896
897 \backslash
898 {
899 \series default
900 .
901  TeX-braces appear red in LyX, in contrary to normal braces that appear
902  blue.
903  In TeX-mode no command is needed to get TeX-braces.
904  TeX-braces don't appear in the output.
905 \end_layout
906
907 \begin_layout Standard
908 When commands without arguments, like commands for symbols are entered in
909  TeX-mode, a space character must 
910 \emph on
911 always
912 \emph default
913  be behind the command to end it.
914  This space doesn't appear in the output.
915  When the space should appear in the output, the space must be followed
916  by a protected space in normal text.
917 \end_layout
918
919 \begin_layout Standard
920 A protected space is inserted with 
921 \family sans
922 Ctrl-Space
923 \family default
924 .
925 \end_layout
926
927 \begin_layout Subsection*
928 \begin_inset Newpage newpage
929 \end_inset
930
931 Syntax Explanation
932 \end_layout
933
934 \begin_layout Itemize
935 The symbol
936 \begin_inset Foot
937 status collapsed
938
939 \begin_layout Plain Layout
940 This visible space character can be created with the command 
941 \series bold
942
943 \backslash
944 textvisiblespace
945 \series default
946
947 \begin_inset Index
948 status collapsed
949
950 \begin_layout Plain Layout
951 Commands ! T ! 
952 \backslash
953 textvisiblespace
954 \end_layout
955
956 \end_inset
957
958 , inserted in TeX-mode.
959 \end_layout
960
961 \end_inset
962
963  
964 \begin_inset ERT
965 status collapsed
966
967 \begin_layout Plain Layout
968
969
970 \backslash
971 spce 
972 \end_layout
973
974 \end_inset
975
976
977 \begin_inset space ~
978 \end_inset
979
980 denotes a space character to be input.
981 \end_layout
982
983 \begin_layout Itemize
984 An arrow like 
985 \begin_inset Formula $\to$
986 \end_inset
987
988  denotes the usage of the corresponding arrow key on the keyboard.
989 \end_layout
990
991 \begin_layout Subsection*
992 Available units
993 \end_layout
994
995 \begin_layout Standard
996 \align center
997 \begin_inset Float table
998 placement H
999 wide false
1000 sideways false
1001 status open
1002
1003 \begin_layout Plain Layout
1004 \align center
1005 \begin_inset Caption
1006
1007 \begin_layout Plain Layout
1008 \begin_inset CommandInset label
1009 LatexCommand label
1010 name "tab:Available-units"
1011
1012 \end_inset
1013
1014 Available units
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Tabular
1025 <lyxtabular version="3" rows="13" columns="2">
1026 <features>
1027 <column alignment="center" valignment="top" width="0">
1028 <column alignment="center" valignment="top" width="0">
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 Unit
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Name / Description
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 mm
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Millimeter
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 cm
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Centimeter
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 in
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Inch (1
1104 \begin_inset space \thinspace{}
1105 \end_inset
1106
1107 in = 2,54
1108 \begin_inset space \thinspace{}
1109 \end_inset
1110
1111 cm)
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 </row>
1117 <row>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 pt
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 Point (72.27
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 pt = 1
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 in)
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 pc
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 Pica (1
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pc = 12
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 pt)
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 sp
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 scaled point (65536
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 sp = 1
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 pt)
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 bp
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 big point (72
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 bp = 1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 in)
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 </row>
1229 <row>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 dd
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 Didot (1
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 dd 
1248 \begin_inset Formula $\approx$
1249 \end_inset
1250
1251  0.376
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 mm)
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 </row>
1261 <row>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 cc
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 Cicero (1
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 cc = 12
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 dd)
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 </row>
1289 <row>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 ex
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 Height of letter 
1304 \emph on
1305
1306 \begin_inset Quotes eld
1307 \end_inset
1308
1309 x
1310 \emph default
1311
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315  in the current font
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 </row>
1321 <row>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 em
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Plain Layout
1335 width of letter 
1336 \begin_inset Quotes eld
1337 \end_inset
1338
1339
1340 \emph on
1341 M
1342 \emph default
1343
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347  in the current font
1348 \end_layout
1349
1350 \end_inset
1351 </cell>
1352 </row>
1353 <row>
1354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 mu
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 math unit (1
1368 \begin_inset space \thinspace{}
1369 \end_inset
1370
1371 mu = 
1372 \begin_inset Formula $\nicefrac{1}{18}$
1373 \end_inset
1374
1375
1376 \begin_inset space \thinspace{}
1377 \end_inset
1378
1379 em)
1380 \end_layout
1381
1382 \end_inset
1383 </cell>
1384 </row>
1385 </lyxtabular>
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Standard
1398 \begin_inset Newpage newpage
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Section
1405 Basic Functions
1406 \end_layout
1407
1408 \begin_layout Subsection
1409 Exponents
1410 \begin_inset Index
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 Exponents
1415 \end_layout
1416
1417 \end_inset
1418
1419  and Indices
1420 \begin_inset Index
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 Indices
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \begin_inset Index
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Superscripts|see
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 {
1441 \end_layout
1442
1443 \end_inset
1444
1445 Exponents
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 }
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \begin_inset Index
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 Subscripts|see
1467 \begin_inset ERT
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471
1472 {
1473 \end_layout
1474
1475 \end_inset
1476
1477 Indices
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 }
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \begin_layout Standard
1497 Indices are created with an underscore 
1498 \begin_inset Quotes eld
1499 \end_inset
1500
1501 _
1502 \begin_inset Quotes erd
1503 \end_inset
1504
1505  or via the math toolbar button 
1506 \begin_inset Graphics
1507         filename ../images/math-subscript.png
1508         scale 85
1509
1510 \end_inset
1511
1512  , exponents with a caret 
1513 \begin_inset Quotes eld
1514 \end_inset
1515
1516 ^
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520  or via the math toolbar button 
1521 \begin_inset Graphics
1522         filename ../images/math-superscript.png
1523         scale 85
1524
1525 \end_inset
1526
1527 .
1528 \end_layout
1529
1530 \begin_layout Standard
1531 \align center
1532 \begin_inset Tabular
1533 <lyxtabular version="3" rows="4" columns="2">
1534 <features>
1535 <column alignment="center" valignment="top" width="0pt">
1536 <column alignment="center" valignment="top" width="0pt">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 command
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 Result
1552 \begin_inset Note Note
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 \series bold
1558
1559 \backslash
1560 raisebox
1561 \series default
1562  is only used as spacer.
1563 \end_layout
1564
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B_V
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 \begin_inset Formula $B_{V}$
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 </row>
1596 <row>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 B^V
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 </row>
1619 <row>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 B^
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630
1631 \backslash
1632 spce 
1633 \end_layout
1634
1635 \end_inset
1636
1637 A
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 </row>
1655 </lyxtabular>
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Standard
1663 As the caret is in some languages an accent, vowels will be accentuated
1664  in this case and not set as exponents
1665 \begin_inset Foot
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Depending on the used keyboard settings this can also happen for other character
1670 s than vowels.
1671 \end_layout
1672
1673 \end_inset
1674
1675 .
1676  To get in this case exponents, press 
1677 \family sans
1678 Space
1679 \family default
1680  after the caret as in the last example.
1681 \end_layout
1682
1683 \begin_layout Subsection
1684 Fractions
1685 \begin_inset CommandInset label
1686 LatexCommand label
1687 name "sub:Fractions"
1688
1689 \end_inset
1690
1691
1692 \begin_inset Index
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 Fractions
1697 \end_layout
1698
1699 \end_inset
1700
1701
1702 \end_layout
1703
1704 \begin_layout Standard
1705 Fractions are generated with the command 
1706 \series bold
1707
1708 \backslash
1709 frac
1710 \series default
1711
1712 \begin_inset Index
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 Commands ! F ! 
1717 \backslash
1718 frac
1719 \end_layout
1720
1721 \end_inset
1722
1723  or via the math toolbar button 
1724 \begin_inset Graphics
1725         filename ../images/math/frac.png
1726         scale 50
1727
1728 \end_inset
1729
1730 .
1731  The font size is adjusted automatically, depending on whether the fraction
1732  is in an inline or display style formula.
1733  With the math toolbar button 
1734 \begin_inset Graphics
1735         filename ../images/math/frac-square.png
1736         scale 85
1737
1738 \end_inset
1739
1740  you can select different fraction types.
1741 \end_layout
1742
1743 \begin_layout Standard
1744 With the command 
1745 \series bold
1746
1747 \backslash
1748 dfrac
1749 \begin_inset Index
1750 status collapsed
1751
1752 \begin_layout Plain Layout
1753 Commands ! D ! 
1754 \backslash
1755 dfrac
1756 \end_layout
1757
1758 \end_inset
1759
1760
1761 \series default
1762  a fraction can be created that has in any case the size of a display style
1763  formula.
1764  With 
1765 \series bold
1766
1767 \backslash
1768 tfrac
1769 \begin_inset Index
1770 status collapsed
1771
1772 \begin_layout Plain Layout
1773 Commands ! T ! 
1774 \backslash
1775 tfrac
1776 \end_layout
1777
1778 \end_inset
1779
1780
1781 \series default
1782  the fraction appears always with the size of an inline formula.
1783  An example:
1784 \end_layout
1785
1786 \begin_layout Standard
1787 A line with the fraction 
1788 \begin_inset Formula $\frac{1}{2}$
1789 \end_inset
1790
1791  that was created with the command 
1792 \series bold
1793
1794 \backslash
1795 frac
1796 \series default
1797 .
1798 \end_layout
1799
1800 \begin_layout Standard
1801 A line with the fraction 
1802 \begin_inset Formula $\dfrac{1}{2}$
1803 \end_inset
1804
1805  that was created with the command 
1806 \series bold
1807
1808 \backslash
1809 dfrac
1810 \series default
1811 .
1812 \end_layout
1813
1814 \begin_layout Standard
1815 \align center
1816 \begin_inset Tabular
1817 <lyxtabular version="3" rows="4" columns="2">
1818 <features>
1819 <column alignment="center" valignment="top" width="0pt">
1820 <column alignment="center" valignment="top" width="0pt">
1821 <row>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826 Command
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835 Result
1836 \begin_inset Note Note
1837 status collapsed
1838
1839 \begin_layout Plain Layout
1840
1841 \series bold
1842
1843 \backslash
1844 raisebox
1845 \series default
1846  is only used as spacer.
1847 \end_layout
1848
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \backslash
1864 frac
1865 \begin_inset ERT
1866 status collapsed
1867
1868 \begin_layout Plain Layout
1869
1870
1871 \backslash
1872 spce 
1873 \end_layout
1874
1875 \end_inset
1876
1877 A
1878 \begin_inset Formula $\downarrow$
1879 \end_inset
1880
1881 B
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1891 \end_inset
1892
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 </row>
1899 <row>
1900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \backslash
1906 dfrac
1907 \begin_inset ERT
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911
1912
1913 \backslash
1914 spce 
1915 \end_layout
1916
1917 \end_inset
1918
1919 A
1920 \begin_inset Formula $\downarrow$
1921 \end_inset
1922
1923 B
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 </row>
1941 <row>
1942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \backslash
1948 dfrac
1949 \begin_inset ERT
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953
1954
1955 \backslash
1956 spce 
1957 \end_layout
1958
1959 \end_inset
1960
1961 e^
1962 \begin_inset ERT
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966
1967
1968 \backslash
1969 spce 
1970 \end_layout
1971
1972 \end_inset
1973
1974
1975 \backslash
1976 frac
1977 \begin_inset ERT
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981
1982
1983 \backslash
1984 spce 
1985 \end_layout
1986
1987 \end_inset
1988
1989 1
1990 \begin_inset Formula $\downarrow$
1991 \end_inset
1992
1993 2
1994 \begin_inset Formula $\downarrow\downarrow$
1995 \end_inset
1996
1997 3
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 </row>
2015 </lyxtabular>
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Standard
2023 \begin_inset VSpace bigskip
2024 \end_inset
2025
2026
2027 \begin_inset Newpage newpage
2028 \end_inset
2029
2030 For nested fractions the command 
2031 \series bold
2032
2033 \backslash
2034 cfrac
2035 \series default
2036
2037 \begin_inset Index
2038 status collapsed
2039
2040 \begin_layout Plain Layout
2041 Commands ! C ! 
2042 \backslash
2043 cfrac
2044 \end_layout
2045
2046 \end_inset
2047
2048  can be used.
2049  Here an example:
2050 \begin_inset VSpace -3mm
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 \begin_inset Formula \begin{align*}
2058 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2059 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2060
2061 \end_inset
2062
2063
2064 \end_layout
2065
2066 \begin_layout Standard
2067 The command for the example above is:
2068 \end_layout
2069
2070 \begin_layout Standard
2071
2072 \series bold
2073
2074 \backslash
2075 cfrac{A
2076 \begin_inset Formula $\to$
2077 \end_inset
2078
2079
2080 \backslash
2081 {B+
2082 \backslash
2083 cfrac{C+
2084 \backslash
2085 cfrac{E
2086 \begin_inset Formula $\to$
2087 \end_inset
2088
2089
2090 \backslash
2091 {F
2092 \begin_inset Formula $\to\to$
2093 \end_inset
2094
2095
2096 \backslash
2097 {D
2098 \end_layout
2099
2100 \begin_layout Standard
2101 \begin_inset VSpace medskip
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108
2109 \series bold
2110
2111 \backslash
2112 cfrac
2113 \series default
2114  sets the fraction always in the size of a displayed formula, also when
2115  it is part of another fraction.
2116  
2117 \series bold
2118
2119 \backslash
2120 cfrac
2121 \series default
2122  has the following command scheme:
2123 \end_layout
2124
2125 \begin_layout Standard
2126
2127 \series bold
2128
2129 \backslash
2130 cfrac[numerator position]{numerator}{denominator}
2131 \end_layout
2132
2133 \begin_layout Standard
2134 The numerator position can be 
2135 \emph on
2136 l
2137 \emph default
2138  , 
2139 \emph on
2140 c
2141 \emph default
2142 , or 
2143 \emph on
2144 r
2145 \emph default
2146  .
2147  l or r aligns the numerator to the left or right, resp.
2148 \begin_inset space ~
2149 \end_inset
2150
2151 with the fraction stroke.
2152  When 
2153 \emph on
2154 c
2155 \emph default
2156  or no position is given, the numerator appears centered.
2157  These fractions demonstrate the different alignments:
2158 \begin_inset Newline newline
2159 \end_inset
2160
2161
2162 \series bold
2163
2164 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2165 \end_inset
2166
2167
2168 \begin_inset Formula $\cfrac{A}{B+C}$
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2173 \end_inset
2174
2175
2176 \end_layout
2177
2178 \begin_layout Standard
2179 \begin_inset VSpace medskip
2180 \end_inset
2181
2182 It is often advantageous to combine 
2183 \series bold
2184
2185 \backslash
2186 cfrac
2187 \series default
2188  and 
2189 \series bold
2190
2191 \backslash
2192 frac
2193 \series default
2194 :
2195 \begin_inset Formula \[
2196 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2197
2198 \end_inset
2199
2200
2201 \end_layout
2202
2203 \begin_layout Standard
2204 For inline fractions with a sloped fraction stroke you can use the command
2205  
2206 \series bold
2207
2208 \backslash
2209 nicefrac
2210 \series default
2211
2212 \begin_inset Index
2213 status collapsed
2214
2215 \begin_layout Plain Layout
2216 Commands ! N ! 
2217 \backslash
2218 nicefrac
2219 \end_layout
2220
2221 \end_inset
2222
2223
2224 \begin_inset Formula $\nicefrac{5}{31}$
2225 \end_inset
2226
2227  or 
2228 \series bold
2229
2230 \backslash
2231 unitfrac
2232 \series default
2233
2234 \begin_inset Index
2235 status collapsed
2236
2237 \begin_layout Plain Layout
2238 Commands ! U ! 
2239 \backslash
2240 unitfrac
2241 \end_layout
2242
2243 \end_inset
2244
2245
2246 \begin_inset Formula $\unitfrac{5}{31}$
2247 \end_inset
2248
2249  There is furthermore the command 
2250 \series bold
2251
2252 \backslash
2253 unitfracthree
2254 \series default
2255  that offers to write a fraction in combination with a number: 
2256 \begin_inset Formula $\unitfrac[2]{1}{3}$
2257 \end_inset
2258
2259
2260 \begin_inset Newline newline
2261 \end_inset
2262
2263 Note that 
2264 \series bold
2265
2266 \backslash
2267 unitfracthree
2268 \series default
2269  is not a real LaTeX command but the command
2270 \begin_inset Newline newline
2271 \end_inset
2272
2273
2274 \series bold
2275
2276 \backslash
2277 unitfrac[number]{numerator}{denominator}
2278 \series default
2279 , therefore you cannot use it in TeX code.
2280 \end_layout
2281
2282 \begin_layout Standard
2283 How to define own fractions where the fraction stroke can be changed, is
2284  explained in 
2285 \begin_inset CommandInset ref
2286 LatexCommand ref
2287 reference "sub:Self-defined-Fractions"
2288
2289 \end_inset
2290
2291 .
2292 \end_layout
2293
2294 \begin_layout Subsection
2295 Roots
2296 \begin_inset Index
2297 status collapsed
2298
2299 \begin_layout Plain Layout
2300 Roots
2301 \end_layout
2302
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \begin_layout Standard
2309 Square roots are created with 
2310 \series bold
2311
2312 \backslash
2313 sqrt
2314 \series default
2315
2316 \begin_inset Index
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 Commands ! S ! 
2321 \backslash
2322 sqrt
2323 \end_layout
2324
2325 \end_inset
2326
2327  or the math toolbar button 
2328 \begin_inset Graphics
2329         filename ../images/math/sqrt.png
2330         scale 85
2331
2332 \end_inset
2333
2334 , all other roots with the command 
2335 \series bold
2336
2337 \backslash
2338 root
2339 \series default
2340
2341 \begin_inset Index
2342 status collapsed
2343
2344 \begin_layout Plain Layout
2345 Commands ! R ! 
2346 \backslash
2347 root
2348 \end_layout
2349
2350 \end_inset
2351
2352  or with the math toolbar button 
2353 \begin_inset Graphics
2354         filename ../images/math/root.png
2355         scale 85
2356
2357 \end_inset
2358
2359 .
2360 \end_layout
2361
2362 \begin_layout Standard
2363 \align center
2364 \begin_inset Tabular
2365 <lyxtabular version="3" rows="3" columns="2">
2366 <features>
2367 <column alignment="center" valignment="top" width="0pt">
2368 <column alignment="center" valignment="top" width="0pt">
2369 <row>
2370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374 Command
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383 Result
2384 \begin_inset Note Note
2385 status collapsed
2386
2387 \begin_layout Plain Layout
2388
2389 \series bold
2390
2391 \backslash
2392 raisebox
2393 \series default
2394  is only used as spacer.
2395 \end_layout
2396
2397 \end_inset
2398
2399
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 </row>
2405 <row>
2406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Plain Layout
2410
2411 \backslash
2412 sqrt
2413 \begin_inset ERT
2414 status collapsed
2415
2416 \begin_layout Plain Layout
2417
2418
2419 \backslash
2420 spce 
2421 \end_layout
2422
2423 \end_inset
2424
2425 A-B
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2435 \end_inset
2436
2437
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 </row>
2443 <row>
2444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2445 \begin_inset Text
2446
2447 \begin_layout Plain Layout
2448
2449 \backslash
2450 root
2451 \begin_inset ERT
2452 status collapsed
2453
2454 \begin_layout Plain Layout
2455
2456
2457 \backslash
2458 spce 
2459 \end_layout
2460
2461 \end_inset
2462
2463 3
2464 \begin_inset Formula $\downarrow$
2465 \end_inset
2466
2467 A-B
2468 \end_layout
2469
2470 \end_inset
2471 </cell>
2472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2473 \begin_inset Text
2474
2475 \begin_layout Plain Layout
2476 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 </row>
2485 </lyxtabular>
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Standard
2493 A square root can also be created with 
2494 \series bold
2495
2496 \backslash
2497 root
2498 \series default
2499  when the root index field is left empty.
2500 \end_layout
2501
2502 \begin_layout Standard
2503 With certain indices the distance to the root is too small, like in this
2504  formula: 
2505 \begin_inset Formula $\sqrt[\beta]{B}$
2506 \end_inset
2507
2508
2509 \begin_inset Newline newline
2510 \end_inset
2511
2512 The 
2513 \begin_inset Formula $\beta$
2514 \end_inset
2515
2516  touches the root.
2517  To avoid this, the commands 
2518 \series bold
2519
2520 \backslash
2521 leftroot
2522 \series default
2523
2524 \begin_inset Index
2525 status collapsed
2526
2527 \begin_layout Plain Layout
2528 Commands ! L ! 
2529 \backslash
2530 leftroot
2531 \end_layout
2532
2533 \end_inset
2534
2535  and 
2536 \series bold
2537
2538 \backslash
2539 uproot
2540 \series default
2541
2542 \begin_inset Index
2543 status collapsed
2544
2545 \begin_layout Plain Layout
2546 Commands ! U ! 
2547 \backslash
2548 uproot
2549 \end_layout
2550
2551 \end_inset
2552
2553  are used with the following scheme:
2554 \end_layout
2555
2556 \begin_layout Standard
2557
2558 \series bold
2559
2560 \backslash
2561 leftroot{distance}
2562 \series default
2563  and 
2564 \series bold
2565
2566 \backslash
2567 uproot{distance}
2568 \end_layout
2569
2570 \begin_layout Standard
2571 Distance is the number of Big Points (unit bp; 
2572 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2573 \end_inset
2574
2575 ), that the index should be moved to the left or top, resp..
2576  The commands are written to the index.
2577  This way the command
2578 \begin_inset Newline newline
2579 \end_inset
2580
2581
2582 \series bold
2583
2584 \backslash
2585 root
2586 \backslash
2587 leftroot{-1
2588 \begin_inset Formula $\to$
2589 \end_inset
2590
2591
2592 \backslash
2593 uproot{2
2594 \begin_inset Formula $\to$
2595 \end_inset
2596
2597
2598 \backslash
2599 beta
2600 \begin_inset ERT
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604
2605
2606 \backslash
2607 spce 
2608 \end_layout
2609
2610 \end_inset
2611
2612
2613 \begin_inset Formula $\to$
2614 \end_inset
2615
2616 B
2617 \begin_inset Newline newline
2618 \end_inset
2619
2620
2621 \series default
2622 produces a correct typeset formula: 
2623 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2624 \end_inset
2625
2626
2627 \end_layout
2628
2629 \begin_layout Subsection
2630 Binomial coefficients 
2631 \begin_inset Index
2632 status collapsed
2633
2634 \begin_layout Plain Layout
2635 Binomial coefficient s
2636 \end_layout
2637
2638 \end_inset
2639
2640
2641 \end_layout
2642
2643 \begin_layout Standard
2644 Binomial coefficients are inserted with the command 
2645 \series bold
2646
2647 \backslash
2648 binom
2649 \series default
2650
2651 \begin_inset Index
2652 status collapsed
2653
2654 \begin_layout Plain Layout
2655 Commands ! B ! 
2656 \backslash
2657 binom
2658 \end_layout
2659
2660 \end_inset
2661
2662  or with the submenu of the math toolbar button 
2663 \begin_inset Graphics
2664         filename ../images/math/frac-square.png
2665         scale 85
2666
2667 \end_inset
2668
2669 .
2670  Analog to fractions (
2671 \series bold
2672
2673 \backslash
2674 frac
2675 \series default
2676 ) there are besides 
2677 \series bold
2678
2679 \backslash
2680 binom
2681 \series default
2682  the commands 
2683 \series bold
2684
2685 \backslash
2686 dbinom
2687 \begin_inset Index
2688 status collapsed
2689
2690 \begin_layout Plain Layout
2691 Commands ! D ! 
2692 \backslash
2693 dbinom
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \series default
2700  and 
2701 \series bold
2702
2703 \backslash
2704 tbinom
2705 \series default
2706
2707 \begin_inset Index
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711 Commands ! T ! 
2712 \backslash
2713 tbinom
2714 \end_layout
2715
2716 \end_inset
2717
2718 .
2719  For other brackets around binomial coeficients there are the commands 
2720 \series bold
2721
2722 \backslash
2723 brace
2724 \series default
2725
2726 \begin_inset Index
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730 Commands ! B ! 
2731 \backslash
2732 brace
2733 \end_layout
2734
2735 \end_inset
2736
2737  and 
2738 \series bold
2739
2740 \backslash
2741 brack
2742 \series default
2743
2744 \begin_inset Index
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 Commands ! B ! 
2749 \backslash
2750 brack
2751 \end_layout
2752
2753 \end_inset
2754
2755 .
2756 \end_layout
2757
2758 \begin_layout Standard
2759 \align center
2760 \begin_inset Tabular
2761 <lyxtabular version="3" rows="6" columns="2">
2762 <features>
2763 <column alignment="center" valignment="top" width="0pt">
2764 <column alignment="center" valignment="top" width="0pt">
2765 <row>
2766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2767 \begin_inset Text
2768
2769 \begin_layout Plain Layout
2770 Command
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779 Result
2780 \begin_inset Note Note
2781 status collapsed
2782
2783 \begin_layout Plain Layout
2784
2785 \series bold
2786
2787 \backslash
2788 raisebox
2789 \series default
2790  is only used as spacer.
2791 \end_layout
2792
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 </row>
2801 <row>
2802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \backslash
2808 binom
2809 \begin_inset ERT
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813
2814
2815 \backslash
2816 spce 
2817 \end_layout
2818
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \backslash
2850 dbinom
2851 \begin_inset ERT
2852 status collapsed
2853
2854 \begin_layout Plain Layout
2855
2856
2857 \backslash
2858 spce 
2859 \end_layout
2860
2861 \end_inset
2862
2863 A
2864 \begin_inset Formula $\downarrow$
2865 \end_inset
2866
2867 B
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 tbinom
2893 \begin_inset ERT
2894 status collapsed
2895
2896 \begin_layout Plain Layout
2897
2898
2899 \backslash
2900 spce 
2901 \end_layout
2902
2903 \end_inset
2904
2905 A
2906 \begin_inset Formula $\downarrow$
2907 \end_inset
2908
2909 B
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 <row>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932
2933 \backslash
2934 brack
2935 \begin_inset ERT
2936 status collapsed
2937
2938 \begin_layout Plain Layout
2939
2940
2941 \backslash
2942 spce 
2943 \end_layout
2944
2945 \end_inset
2946
2947 A
2948 \begin_inset Formula $\downarrow$
2949 \end_inset
2950
2951 B
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 </row>
2969 <row>
2970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \backslash
2976 brace
2977 \begin_inset ERT
2978 status collapsed
2979
2980 \begin_layout Plain Layout
2981
2982
2983 \backslash
2984 spce 
2985 \end_layout
2986
2987 \end_inset
2988
2989 A
2990 \begin_inset Formula $\downarrow$
2991 \end_inset
2992
2993 B
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 </lyxtabular>
3012
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \begin_layout Subsection
3019 Case differentiations 
3020 \begin_inset Index
3021 status collapsed
3022
3023 \begin_layout Plain Layout
3024 Case differentiations 
3025 \end_layout
3026
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \begin_layout Standard
3033 \align center
3034 \begin_inset Tabular
3035 <lyxtabular version="3" rows="3" columns="2">
3036 <features>
3037 <column alignment="center" valignment="top" width="0pt">
3038 <column alignment="center" valignment="top" width="0pt">
3039 <row>
3040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044 Command
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053 Result
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 </row>
3059 <row>
3060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064
3065 \backslash
3066 cases
3067 \begin_inset ERT
3068 status collapsed
3069
3070 \begin_layout Plain Layout
3071
3072
3073 \backslash
3074 spce 
3075 \end_layout
3076
3077 \end_inset
3078
3079 A
3080 \begin_inset Formula $\to$
3081 \end_inset
3082
3083 B>0
3084 \begin_inset Index
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 Commands ! C ! 
3089 \backslash
3090 cases
3091 \end_layout
3092
3093 \end_inset
3094
3095
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 \begin_inset Formula $\begin{cases}
3105 A & B>0\end{cases}$
3106 \end_inset
3107
3108
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 </row>
3114 <row>
3115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119
3120 \backslash
3121 cases
3122 \begin_inset ERT
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126
3127
3128 \backslash
3129 spce 
3130 \end_layout
3131
3132 \end_inset
3133
3134 Ctrl-Enter
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 \begin_inset Formula $\begin{cases}
3144 A & \textrm{for }x>0\\
3145 B & \textrm{for }x=0\end{cases}$
3146 \end_inset
3147
3148
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 </row>
3154 </lyxtabular>
3155
3156 \end_inset
3157
3158
3159 \end_layout
3160
3161 \begin_layout Standard
3162 After inserting 
3163 \series bold
3164
3165 \backslash
3166 cases
3167 \series default
3168  or the usage of the math toolbar button 
3169 \begin_inset Graphics
3170         filename ../images/math/cases.png
3171         scale 85
3172
3173 \end_inset
3174
3175  you can create new lines with the shortcut 
3176 \family sans
3177 Ctrl-Return
3178 \family default
3179  or the table toolbar button 
3180 \begin_inset Graphics
3181         filename ../images/tabular-feature_append-row.png
3182         scale 85
3183
3184 \end_inset
3185
3186 .
3187 \end_layout
3188
3189 \begin_layout Standard
3190 The command 
3191 \series bold
3192
3193 \backslash
3194 cases
3195 \series default
3196  is also available via the menu 
3197 \family sans
3198 Insert\SpecialChar \menuseparator
3199 Math\SpecialChar \menuseparator
3200 Cases-Environment
3201 \family default
3202 .
3203 \end_layout
3204
3205 \begin_layout Subsection
3206 Negations
3207 \begin_inset Index
3208 status collapsed
3209
3210 \begin_layout Plain Layout
3211 Negations
3212 \end_layout
3213
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \begin_layout Standard
3220 By inserting of 
3221 \series bold
3222
3223 \backslash
3224 not
3225 \series default
3226
3227 \begin_inset Index
3228 status collapsed
3229
3230 \begin_layout Plain Layout
3231 Commands ! N ! 
3232 \backslash
3233 not
3234 \end_layout
3235
3236 \end_inset
3237
3238  every character can be displayed canceled.
3239  The characters are quasi accentuated by a slash.
3240 \end_layout
3241
3242 \begin_layout Standard
3243 \align center
3244 \begin_inset Tabular
3245 <lyxtabular version="3" rows="4" columns="2">
3246 <features>
3247 <column alignment="center" valignment="top" width="0pt">
3248 <column alignment="center" valignment="top" width="0pt">
3249 <row>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 Command
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263 Result
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 </row>
3269 <row>
3270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274
3275 \backslash
3276 not=
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285 \begin_inset Formula $\not=$
3286 \end_inset
3287
3288
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 </row>
3294 <row>
3295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299
3300 \backslash
3301 not 
3302 \backslash
3303 le
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 \begin_inset Formula $\not\le$
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \backslash
3328 not 
3329 \backslash
3330 parallel
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 \begin_inset Formula $\not\parallel$
3340 \end_inset
3341
3342
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 </lyxtabular>
3349
3350 \end_inset
3351
3352
3353 \end_layout
3354
3355 \begin_layout Standard
3356 The last example shows, that not all negations look good.
3357  Therefore there are for some negations special commands (see 
3358 \begin_inset CommandInset ref
3359 LatexCommand ref
3360 reference "sub:Mathematical-Symbols"
3361
3362 \end_inset
3363
3364  and 
3365 \begin_inset CommandInset ref
3366 LatexCommand ref
3367 reference "sec:Relations"
3368
3369 \end_inset
3370
3371 ).
3372 \end_layout
3373
3374 \begin_layout Subsection
3375 Placeholders
3376 \begin_inset CommandInset label
3377 LatexCommand label
3378 name "sub:Placeholders"
3379
3380 \end_inset
3381
3382
3383 \begin_inset Index
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387 Placeholders
3388 \end_layout
3389
3390 \end_inset
3391
3392
3393 \begin_inset Index
3394 status collapsed
3395
3396 \begin_layout Plain Layout
3397 Chemical characters ! Isotopes
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \begin_inset Index
3404 status collapsed
3405
3406 \begin_layout Plain Layout
3407 Isotopes|see
3408 \begin_inset ERT
3409 status collapsed
3410
3411 \begin_layout Plain Layout
3412
3413 {
3414 \end_layout
3415
3416 \end_inset
3417
3418 Chemical characters
3419 \begin_inset ERT
3420 status collapsed
3421
3422 \begin_layout Plain Layout
3423
3424 }
3425 \end_layout
3426
3427 \end_inset
3428
3429
3430 \end_layout
3431
3432 \end_inset
3433
3434
3435 \end_layout
3436
3437 \begin_layout Standard
3438 When displaying e.
3439 \begin_inset space \thinspace{}
3440 \end_inset
3441
3442 g.
3443 \begin_inset space ~
3444 \end_inset
3445
3446 isotopes
3447 \begin_inset Foot
3448 status collapsed
3449
3450 \begin_layout Plain Layout
3451 More about chemical symbols is written in 
3452 \begin_inset CommandInset ref
3453 LatexCommand ref
3454 reference "sub:Chemical-Symbols-and"
3455
3456 \end_inset
3457
3458 .
3459 \end_layout
3460
3461 \end_inset
3462
3463  the following problem occurs:
3464 \end_layout
3465
3466 \begin_layout Standard
3467 \align center
3468 \begin_inset Tabular
3469 <lyxtabular version="3" rows="2" columns="2">
3470 <features>
3471 <column alignment="center" valignment="top" width="0pt">
3472 <column alignment="center" valignment="top" width="0pt">
3473 <row>
3474 <cell alignment="center" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Indices created with sub- and superscripts:
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3488 \end_inset
3489
3490
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 correct indices:
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 </lyxtabular>
3520
3521 \end_inset
3522
3523
3524 \begin_inset Note Note
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530
3531 \backslash
3532 raisebox
3533 \series default
3534  is only used as spacer.
3535 \end_layout
3536
3537 \end_inset
3538
3539
3540 \end_layout
3541
3542 \begin_layout Standard
3543 The shorter index is by default placed below or above the first character
3544  of the longer index.
3545  To avoid this there is the command 
3546 \series bold
3547
3548 \backslash
3549 phantom
3550 \series default
3551
3552 \begin_inset Index
3553 status collapsed
3554
3555 \begin_layout Plain Layout
3556 Commands ! P ! 
3557 \backslash
3558 phantom
3559 \end_layout
3560
3561 \end_inset
3562
3563  or the math toolbar button
3564 \begin_inset space \thinspace{}
3565 \end_inset
3566
3567
3568 \begin_inset Foot
3569 status collapsed
3570
3571 \begin_layout Plain Layout
3572 can be found in the submenu of the toolbar button 
3573 \begin_inset Graphics
3574         filename ../images/math/space.png
3575         scale 85
3576
3577 \end_inset
3578
3579
3580 \end_layout
3581
3582 \end_inset
3583
3584  
3585 \begin_inset Graphics
3586         filename ../images/math/phantom.png
3587         scale 85
3588
3589 \end_inset
3590
3591  that creates one or more phantom characters.
3592  When inserting 
3593 \series bold
3594
3595 \backslash
3596 phantom
3597 \series default
3598  a small blue box appears that is superposed with two red arrows.
3599  The arrows indicate that the complete width and height of the box content
3600  will be created as placeholder.
3601  Phantom characters are accordingly placeholders with the size of the characters.
3602 \end_layout
3603
3604 \begin_layout Standard
3605 \align center
3606 \begin_inset Tabular
3607 <lyxtabular version="3" rows="4" columns="2">
3608 <features>
3609 <column alignment="center" valignment="top" width="0">
3610 <column alignment="center" valignment="top" width="0">
3611 <row>
3612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Command
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 Result
3626 \begin_inset Note Note
3627 status collapsed
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632
3633 \backslash
3634 raisebox
3635 \series default
3636  is only used as spacer.
3637 \end_layout
3638
3639 \end_inset
3640
3641
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 ^19
3653 \begin_inset ERT
3654 status collapsed
3655
3656 \begin_layout Plain Layout
3657
3658
3659 \backslash
3660 spce 
3661 \end_layout
3662
3663 \end_inset
3664
3665 _
3666 \backslash
3667 phantom
3668 \begin_inset ERT
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673
3674 \backslash
3675 spce 
3676 \end_layout
3677
3678 \end_inset
3679
3680 1
3681 \begin_inset Formula $\to$
3682 \end_inset
3683
3684 9
3685 \begin_inset ERT
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689
3690
3691 \backslash
3692 spce 
3693 \end_layout
3694
3695 \end_inset
3696
3697 F
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3707 \end_inset
3708
3709
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 ^235
3721 \begin_inset ERT
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725
3726
3727 \backslash
3728 spce 
3729 \end_layout
3730
3731 \end_inset
3732
3733 _
3734 \backslash
3735 phantom
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 23
3749 \begin_inset Formula $\to$
3750 \end_inset
3751
3752 9
3753 \begin_inset ERT
3754 status collapsed
3755
3756 \begin_layout Plain Layout
3757
3758
3759 \backslash
3760 spce 
3761 \end_layout
3762
3763 \end_inset
3764
3765 F
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3775 \end_inset
3776
3777
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788
3789 \backslash
3790 Lambda^
3791 \begin_inset ERT
3792 status collapsed
3793
3794 \begin_layout Plain Layout
3795
3796
3797 \backslash
3798 spce 
3799 \end_layout
3800
3801 \end_inset
3802
3803
3804 \backslash
3805 phantom
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 ii
3819 \begin_inset Formula $\to$
3820 \end_inset
3821
3822 t
3823 \begin_inset ERT
3824 status collapsed
3825
3826 \begin_layout Plain Layout
3827
3828
3829 \backslash
3830 spce 
3831 \end_layout
3832
3833 \end_inset
3834
3835 _MMt
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3845 \end_inset
3846
3847
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 </lyxtabular>
3854
3855 \end_inset
3856
3857
3858 \end_layout
3859
3860 \begin_layout Standard
3861 Furthermore there are the commands 
3862 \series bold
3863
3864 \backslash
3865 vphantom
3866 \series default
3867
3868 \begin_inset Index
3869 status collapsed
3870
3871 \begin_layout Plain Layout
3872 Commands ! V ! 
3873 \backslash
3874 vphantom
3875 \end_layout
3876
3877 \end_inset
3878
3879  (toolbar button 
3880 \begin_inset space ~
3881 \end_inset
3882
3883
3884 \begin_inset Graphics
3885         filename ../images/math/vphantom.png
3886         scale 85
3887
3888 \end_inset
3889
3890 ) and 
3891 \series bold
3892
3893 \backslash
3894 hphantom
3895 \series default
3896
3897 \begin_inset Index
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901 Commands ! H ! 
3902 \backslash
3903 hphantom
3904 \end_layout
3905
3906 \end_inset
3907
3908  (toolbar button 
3909 \begin_inset space ~
3910 \end_inset
3911
3912
3913 \begin_inset Graphics
3914         filename ../images/math/hphantom.png
3915         scale 85
3916
3917 \end_inset
3918
3919 ).
3920  
3921 \series bold
3922
3923 \backslash
3924 hphantom
3925 \series default
3926  creates only space for the maximal height of the characters in the box
3927  but not for its width.
3928  
3929 \series bold
3930
3931 \backslash
3932 vphantom
3933 \series default
3934  creates only space for the width of the box content.
3935  Therefore  the boxes of both commands have only one red arrow.
3936 \end_layout
3937
3938 \begin_layout Standard
3939 For example creates 
3940 \series bold
3941
3942 \backslash
3943 vphantom
3944 \series default
3945
3946 \begin_inset ERT
3947 status collapsed
3948
3949 \begin_layout Plain Layout
3950
3951
3952 \backslash
3953 spce 
3954 \end_layout
3955
3956 \end_inset
3957
3958
3959 \series bold
3960 a
3961 \backslash
3962 int
3963 \series default
3964  space for the height of the integral sign,
3965 \begin_inset Foot
3966 status collapsed
3967
3968 \begin_layout Plain Layout
3969 The command 
3970 \series bold
3971
3972 \backslash
3973 int
3974 \series default
3975  creates an integral sign, see 
3976 \begin_inset CommandInset ref
3977 LatexCommand ref
3978 reference "sub:Big-Operators"
3979
3980 \end_inset
3981
3982 .
3983 \end_layout
3984
3985 \end_inset
3986
3987  because this is the larger character.
3988  An example application is in 
3989 \begin_inset CommandInset ref
3990 LatexCommand ref
3991 reference "sub:Multiline-Brackets"
3992
3993 \end_inset
3994
3995 .
3996 \end_layout
3997
3998 \begin_layout Subsection
3999 Lines
4000 \begin_inset Index
4001 status collapsed
4002
4003 \begin_layout Plain Layout
4004 Lines
4005 \end_layout
4006
4007 \end_inset
4008
4009
4010 \begin_inset Index
4011 status collapsed
4012
4013 \begin_layout Plain Layout
4014 Formula ! underlined
4015 \end_layout
4016
4017 \end_inset
4018
4019
4020 \end_layout
4021
4022 \begin_layout Standard
4023 \align center
4024 \begin_inset Tabular
4025 <lyxtabular version="3" rows="4" columns="2">
4026 <features>
4027 <column alignment="center" valignment="top" width="0pt">
4028 <column alignment="center" valignment="top" width="0pt">
4029 <row>
4030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Command
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Result
4044 \begin_inset Note Note
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048
4049 \series bold
4050
4051 \backslash
4052 raisebox
4053 \series default
4054  is only used as spacer.
4055 \end_layout
4056
4057 \end_inset
4058
4059
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \backslash
4072 overline
4073 \begin_inset ERT
4074 status collapsed
4075
4076 \begin_layout Plain Layout
4077
4078
4079 \backslash
4080 spce 
4081 \end_layout
4082
4083 \end_inset
4084
4085 A+B
4086 \begin_inset Index
4087 status collapsed
4088
4089 \begin_layout Plain Layout
4090 Commands ! O ! 
4091 \backslash
4092 overline
4093 \end_layout
4094
4095 \end_inset
4096
4097
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4107 \end_inset
4108
4109
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 </row>
4115 <row>
4116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120
4121 \backslash
4122 underline
4123 \begin_inset ERT
4124 status collapsed
4125
4126 \begin_layout Plain Layout
4127
4128
4129 \backslash
4130 spce 
4131 \end_layout
4132
4133 \end_inset
4134
4135 A+B
4136 \begin_inset Index
4137 status collapsed
4138
4139 \begin_layout Plain Layout
4140 Commands ! U ! 
4141 \backslash
4142 underline
4143 \end_layout
4144
4145 \end_inset
4146
4147
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4157 \end_inset
4158
4159
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170
4171 \backslash
4172 overline
4173 \begin_inset ERT
4174 status collapsed
4175
4176 \begin_layout Plain Layout
4177
4178
4179 \backslash
4180 spce 
4181 \end_layout
4182
4183 \end_inset
4184
4185
4186 \backslash
4187 underline
4188 \begin_inset ERT
4189 status collapsed
4190
4191 \begin_layout Plain Layout
4192
4193
4194 \backslash
4195 spce 
4196 \end_layout
4197
4198 \end_inset
4199
4200 A+B
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 </lyxtabular>
4219
4220 \end_inset
4221
4222
4223 \end_layout
4224
4225 \begin_layout Standard
4226 In the last example it doesn't matter if first 
4227 \series bold
4228
4229 \backslash
4230 overline
4231 \series default
4232  or 
4233 \series bold
4234
4235 \backslash
4236 underline
4237 \series default
4238  is inserted.
4239 \end_layout
4240
4241 \begin_layout Standard
4242 To double underline e.
4243 \begin_inset space \thinspace{}
4244 \end_inset
4245
4246 g.
4247  results, one uses 
4248 \series bold
4249
4250 \backslash
4251 underline
4252 \series default
4253  twice.
4254 \end_layout
4255
4256 \begin_layout Standard
4257 It is possible to place up to 6 lines above or below characters.
4258 \end_layout
4259
4260 \begin_layout Standard
4261 \begin_inset VSpace bigskip
4262 \end_inset
4263
4264 Custom lines can be created using the command 
4265 \series bold
4266
4267 \backslash
4268 rule
4269 \series default
4270  which has the following scheme:
4271 \end_layout
4272
4273 \begin_layout Standard
4274
4275 \series bold
4276
4277 \backslash
4278 rule[vertical offset]{length}{thickness}
4279 \end_layout
4280
4281 \begin_layout Standard
4282 The optional vertical offset shifts the line upwards (or downwards, when
4283  the value is negative).
4284  The units listed in 
4285 \begin_inset CommandInset ref
4286 LatexCommand ref
4287 reference "tab:Available-units"
4288
4289 \end_inset
4290
4291  can be used for the values.
4292  Here are two example lines created with the commands
4293 \begin_inset Newline newline
4294 \end_inset
4295
4296
4297 \series bold
4298
4299 \backslash
4300 rule[-2ex]{3cm}{2pt}
4301 \series default
4302  and 
4303 \series bold
4304
4305 \backslash
4306 rule{2cm}{1pt}
4307 \series default
4308 :
4309 \end_layout
4310
4311 \begin_layout Standard
4312 This is a sentence 
4313 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4314 \end_inset
4315
4316  with two lines.
4317 \end_layout
4318
4319 \begin_layout Standard
4320
4321 \series bold
4322
4323 \backslash
4324 rule
4325 \series default
4326  can also be used for text when it is inserted in TeX-mode.
4327 \end_layout
4328
4329 \begin_layout Subsection
4330 Ellipses
4331 \begin_inset CommandInset label
4332 LatexCommand label
4333 name "sub:Ellipses"
4334
4335 \end_inset
4336
4337
4338 \begin_inset Index
4339 status collapsed
4340
4341 \begin_layout Plain Layout
4342 Ellipses
4343 \end_layout
4344
4345 \end_inset
4346
4347
4348 \end_layout
4349
4350 \begin_layout Standard
4351 There are different types of ellipses available.
4352 \begin_inset Foot
4353 status collapsed
4354
4355 \begin_layout Plain Layout
4356 In the math toolbar in the submenu of the button 
4357 \begin_inset Graphics
4358         filename ../images/math/ldots.png
4359         scale 85
4360
4361 \end_inset
4362
4363
4364 \end_layout
4365
4366 \end_inset
4367
4368  For listings dots at the baseline are used (
4369 \series bold
4370
4371 \backslash
4372 ldots
4373 \series default
4374
4375 \begin_inset Index
4376 status collapsed
4377
4378 \begin_layout Plain Layout
4379 Commands ! L ! 
4380 \backslash
4381 ldots
4382 \end_layout
4383
4384 \end_inset
4385
4386 ), while for operations dots are needed that are on the same height as the
4387  operators (
4388 \series bold
4389
4390 \backslash
4391 cdots
4392 \series default
4393
4394 \begin_inset Index
4395 status collapsed
4396
4397 \begin_layout Plain Layout
4398 Commands ! C ! 
4399 \backslash
4400 cdots
4401 \end_layout
4402
4403 \end_inset
4404
4405 ).
4406  When using the command 
4407 \series bold
4408
4409 \backslash
4410 dots
4411 \series default
4412
4413 \begin_inset Index
4414 status collapsed
4415
4416 \begin_layout Plain Layout
4417 Commands ! D ! 
4418 \backslash
4419 dots
4420 \end_layout
4421
4422 \end_inset
4423
4424 , LaTeX decides on the basis of the next character what type is used.
4425 \end_layout
4426
4427 \begin_layout Standard
4428 \align center
4429 \begin_inset Tabular
4430 <lyxtabular version="3" rows="8" columns="2">
4431 <features>
4432 <column alignment="center" valignment="top" width="0pt">
4433 <column alignment="center" valignment="top" width="0pt">
4434 <row>
4435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 Command
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 Result
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 </row>
4454 <row>
4455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 A_1
4460 \begin_inset ERT
4461 status collapsed
4462
4463 \begin_layout Plain Layout
4464
4465
4466 \backslash
4467 spce 
4468 \end_layout
4469
4470 \end_inset
4471
4472 ,
4473 \backslash
4474 dots
4475 \begin_inset ERT
4476 status collapsed
4477
4478 \begin_layout Plain Layout
4479
4480
4481 \backslash
4482 spce 
4483 \end_layout
4484
4485 \end_inset
4486
4487 ,A_n
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 \begin_inset Formula $A_{1},\dots,A_{n}$
4497 \end_inset
4498
4499
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 A_1
4511 \begin_inset ERT
4512 status collapsed
4513
4514 \begin_layout Plain Layout
4515
4516
4517 \backslash
4518 spce 
4519 \end_layout
4520
4521 \end_inset
4522
4523 +
4524 \backslash
4525 dots
4526 \begin_inset ERT
4527 status collapsed
4528
4529 \begin_layout Plain Layout
4530
4531
4532 \backslash
4533 spce 
4534 \end_layout
4535
4536 \end_inset
4537
4538 +A_n
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 \begin_inset Formula $A_{1}+\dots+A_{n}$
4548 \end_inset
4549
4550
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 </row>
4556 <row>
4557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 A_1
4562 \begin_inset ERT
4563 status collapsed
4564
4565 \begin_layout Plain Layout
4566
4567
4568 \backslash
4569 spce 
4570 \end_layout
4571
4572 \end_inset
4573
4574 ,
4575 \backslash
4576 ldots
4577 \begin_inset ERT
4578 status collapsed
4579
4580 \begin_layout Plain Layout
4581
4582
4583 \backslash
4584 spce 
4585 \end_layout
4586
4587 \end_inset
4588
4589 ,A_n
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 \begin_inset Formula $A_{1},\ldots,A_{n}$
4599 \end_inset
4600
4601
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 A_1
4613 \begin_inset ERT
4614 status collapsed
4615
4616 \begin_layout Plain Layout
4617
4618
4619 \backslash
4620 spce 
4621 \end_layout
4622
4623 \end_inset
4624
4625 +
4626 \backslash
4627 cdots
4628 \begin_inset ERT
4629 status collapsed
4630
4631 \begin_layout Plain Layout
4632
4633
4634 \backslash
4635 spce 
4636 \end_layout
4637
4638 \end_inset
4639
4640 +A_n
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4650 \end_inset
4651
4652
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \backslash
4665 vdots
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 \begin_inset Formula $\vdots$
4675 \end_inset
4676
4677
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \backslash
4690 ddots
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 \begin_inset Formula $\ddots$
4700 \end_inset
4701
4702
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 3×3
4714 \begin_inset space \thinspace{}
4715 \end_inset
4716
4717 matrix with the different dots
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 \begin_inset Formula $\begin{array}{ccc}
4727 A_{11} & \cdots & A_{1m}\\
4728 \vdots & \ddots & \vdots\\
4729 A_{n1} & \cdots & A_{nm}\end{array}$
4730 \end_inset
4731
4732
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 </lyxtabular>
4739
4740 \end_inset
4741
4742
4743 \end_layout
4744
4745 \begin_layout Standard
4746 The ellipses available in menu 
4747 \family sans
4748 Insert\SpecialChar \menuseparator
4749 Special
4750 \begin_inset space ~
4751 \end_inset
4752
4753 Character
4754 \family default
4755  are 
4756 \series bold
4757
4758 \backslash
4759 ldots
4760 \series default
4761 .
4762 \end_layout
4763
4764 \begin_layout Standard
4765 \begin_inset VSpace medskip
4766 \end_inset
4767
4768 Specially for matrices there are ellipses that span over several columns.
4769  They are created with the command 
4770 \series bold
4771
4772 \backslash
4773 hdotsfor
4774 \series default
4775
4776 \begin_inset Index
4777 status collapsed
4778
4779 \begin_layout Plain Layout
4780 Commands ! H ! 
4781 \backslash
4782 hdotsfor
4783 \end_layout
4784
4785 \end_inset
4786
4787 , that has the following scheme:
4788 \end_layout
4789
4790 \begin_layout Standard
4791
4792 \series bold
4793
4794 \backslash
4795 hdotsfor[distance]{number of columns}
4796 \end_layout
4797
4798 \begin_layout Standard
4799 The number of columns specifies how many columns should be spanned.
4800  Distance is a factor for the distance between the dots.
4801 \end_layout
4802
4803 \begin_layout Standard
4804 In the following matrix the command 
4805 \series bold
4806
4807 \backslash
4808 hdotsfor[2]{4}
4809 \series default
4810  was inserted in the first box of the second line, to get an ellipsis with
4811  a dot distance twice as long as with the command 
4812 \series bold
4813
4814 \backslash
4815 dots
4816 \series default
4817 :
4818 \begin_inset Formula \[
4819 \left(\begin{array}{cccc}
4820 A & B & C & D\\
4821 \hdotsfor[2]{4}\\
4822 q & w & e & r\end{array}\right)\]
4823
4824 \end_inset
4825
4826 Note that the matrix fields that should be spanned must be empty, otherwise
4827  you get LaTeX-errors.
4828 \end_layout
4829
4830 \begin_layout Standard
4831 \begin_inset VSpace bigskip
4832 \end_inset
4833
4834 Furthermore you can fill with the command 
4835 \series bold
4836
4837 \backslash
4838 dotfill
4839 \series default
4840
4841 \begin_inset Index
4842 status collapsed
4843
4844 \begin_layout Plain Layout
4845 Commands ! D ! 
4846 \backslash
4847 dotfill
4848 \end_layout
4849
4850 \end_inset
4851
4852  the rest of a line with dots.
4853  The effect of these commands is the same like with 
4854 \series bold
4855
4856 \backslash
4857 hfill
4858 \series default
4859 , see 
4860 \begin_inset CommandInset ref
4861 LatexCommand ref
4862 reference "sub:Variable-Space"
4863
4864 \end_inset
4865
4866 .
4867 \end_layout
4868
4869 \begin_layout Standard
4870 For example the command 
4871 \series bold
4872 A
4873 \backslash
4874 dotfill
4875 \begin_inset ERT
4876 status collapsed
4877
4878 \begin_layout Plain Layout
4879
4880
4881 \backslash
4882 spce 
4883 \end_layout
4884
4885 \end_inset
4886
4887 B
4888 \series default
4889  produces
4890 \end_layout
4891
4892 \begin_layout Standard
4893 \begin_inset Formula $A\dotfill B$
4894 \end_inset
4895
4896
4897 \end_layout
4898
4899 \begin_layout Standard
4900 Analog to
4901 \series bold
4902  
4903 \backslash
4904 dotfill
4905 \series default
4906  there is for a line the command 
4907 \series bold
4908
4909 \backslash
4910 hrulefill
4911 \series default
4912
4913 \begin_inset Index
4914 status collapsed
4915
4916 \begin_layout Plain Layout
4917 Commands ! H ! 
4918 \backslash
4919 hrulefill
4920 \end_layout
4921
4922 \end_inset
4923
4924 :
4925 \end_layout
4926
4927 \begin_layout Standard
4928 \begin_inset Formula $A\hrulefill B$
4929 \end_inset
4930
4931
4932 \end_layout
4933
4934 \begin_layout Standard
4935 To use the commands for text, they have to be inserted in TeX-mode.
4936 \end_layout
4937
4938 \begin_layout Section
4939 Matrices
4940 \begin_inset CommandInset label
4941 LatexCommand label
4942 name "sec:Matrices"
4943
4944 \end_inset
4945
4946
4947 \begin_inset Index
4948 status collapsed
4949
4950 \begin_layout Plain Layout
4951 Matrices
4952 \end_layout
4953
4954 \end_inset
4955
4956
4957 \end_layout
4958
4959 \begin_layout Standard
4960 Matrices can be inserted via the math toolbar button 
4961 \begin_inset Graphics
4962         filename ../images/dialog-show_mathmatrix.png
4963         scale 85
4964
4965 \end_inset
4966
4967  or the menu 
4968 \family sans
4969 Insert\SpecialChar \menuseparator
4970 Math\SpecialChar \menuseparator
4971 Matrix
4972 \family default
4973 .
4974  You will be asked for the number of matrix columns and rows, and the alignment.
4975  The vertical alignment is hereby only of importance for matrices in inline
4976  formulas:
4977 \end_layout
4978
4979 \begin_layout Standard
4980 The first matrix is top 
4981 \begin_inset Formula $\begin{array}[t]{cccc}
4982 A & D & G & J\\
4983 B & E & H & K\\
4984 C & F & I & L\end{array}$
4985 \end_inset
4986
4987 , the second middle 
4988 \begin_inset Formula $\begin{array}{cccc}
4989 A & D & G & J\\
4990 B & E & H & K\\
4991 C & F & I & L\end{array}$
4992 \end_inset
4993
4994 , and the third bottom 
4995 \begin_inset Formula $\begin{array}[b]{cccc}
4996 A & D & G & J\\
4997 B & E & H & K\\
4998 C & F & I & L\end{array}$
4999 \end_inset
5000
5001  aligned.
5002 \end_layout
5003
5004 \begin_layout Standard
5005 The horizontal alignment specifies how the column entries should be aligned.
5006  It is set by entering a letter for every column.
5007  
5008 \emph on
5009 l
5010 \emph default
5011  denotes left aligned, 
5012 \emph on
5013 c
5014 \emph default
5015  centered, and 
5016 \emph on
5017 r
5018 \emph default
5019  right aligned.
5020  To create for example a 4
5021 \series bold
5022 ×
5023 \series default
5024 4
5025 \begin_inset space ~
5026 \end_inset
5027
5028 matrix where the first column is left aligned, the second and third are
5029  centered, and the last one is right aligned, one enters for the horizontal
5030  alignment 
5031 \series bold
5032 lccr
5033 \series default
5034 .
5035  Normally are in a matrix all columns centered, therefore the default is
5036  for every column is a 
5037 \series bold
5038 c
5039 \series default
5040 .
5041 \end_layout
5042
5043 \begin_layout Standard
5044 Horizontal alignment:
5045 \end_layout
5046
5047 \begin_layout Standard
5048
5049 \series bold
5050 lll
5051 \series default
5052  : 
5053 \begin_inset Formula $\begin{array}{lll}
5054 10000 & D & G\\
5055 B & 10000 & H\\
5056 C & F & 10000\end{array}$
5057 \end_inset
5058
5059  , 
5060 \series bold
5061 ccc
5062 \series default
5063  : 
5064 \begin_inset Formula $\begin{array}{ccc}
5065 10000 & D & G\\
5066 B & 10000 & H\\
5067 C & F & 10000\end{array}$
5068 \end_inset
5069
5070  , 
5071 \series bold
5072 rrr
5073 \series default
5074  : 
5075 \begin_inset Formula $\begin{array}{rrr}
5076 10000 & D & G\\
5077 B & 10000 & H\\
5078 C & F & 10000\end{array}$
5079 \end_inset
5080
5081
5082 \end_layout
5083
5084 \begin_layout Standard
5085 To add or delete rows and columns subsequently, the math toolbar buttons
5086  
5087 \begin_inset Graphics
5088         filename ../images/tabular-feature_append-row.png
5089         scale 85
5090
5091 \end_inset
5092
5093
5094 \begin_inset Graphics
5095         filename ../images/tabular-feature_delete-row.png
5096         scale 85
5097
5098 \end_inset
5099
5100 , etc.
5101 \begin_inset space \thinspace{}
5102 \end_inset
5103
5104 , or the menu 
5105 \family sans
5106 Edit\SpecialChar \menuseparator
5107 Rows & Columns
5108 \family default
5109  can be used.
5110  New rows can also be created with 
5111 \family sans
5112 Ctrl-Return
5113 \family default
5114 .
5115 \end_layout
5116
5117 \begin_layout Standard
5118 \begin_inset VSpace bigskip
5119 \end_inset
5120
5121 Parentheses around a matrix can can either be created with the commands
5122  
5123 \series bold
5124
5125 \backslash
5126 left
5127 \series default
5128
5129 \begin_inset Index
5130 status collapsed
5131
5132 \begin_layout Plain Layout
5133 Commands ! L ! 
5134 \backslash
5135 left
5136 \end_layout
5137
5138 \end_inset
5139
5140  and 
5141 \series bold
5142
5143 \backslash
5144 right
5145 \series default
5146
5147 \begin_inset Index
5148 status collapsed
5149
5150 \begin_layout Plain Layout
5151 Commands ! R ! 
5152 \backslash
5153 right
5154 \end_layout
5155
5156 \end_inset
5157
5158  (shortcut 
5159 \family sans
5160 Alt-m
5161 \begin_inset space ~
5162 \end_inset
5163
5164 parenthesis
5165 \family default
5166 ), see 
5167 \begin_inset CommandInset ref
5168 LatexCommand ref
5169 reference "sub:Automatic-Bracket-Size"
5170
5171 \end_inset
5172
5173 , or by using the following commands:
5174 \begin_inset VSpace medskip
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \begin_layout Standard
5181 \begin_inset space \hfill{}
5182 \end_inset
5183
5184
5185 \begin_inset Tabular
5186 <lyxtabular version="3" rows="4" columns="2">
5187 <features>
5188 <column alignment="center" valignment="top" width="0">
5189 <column alignment="center" valignment="top" width="0">
5190 <row>
5191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Command
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 Result
5205 \begin_inset Note Note
5206 status collapsed
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211
5212 \backslash
5213 raisebox
5214 \series default
5215  is only used as spacer.
5216 \end_layout
5217
5218 \end_inset
5219
5220
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 </row>
5226 <row>
5227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231
5232 \backslash
5233 bmatrix
5234 \begin_inset ERT
5235 status collapsed
5236
5237 \begin_layout Plain Layout
5238
5239
5240 \backslash
5241 spce 
5242 \end_layout
5243
5244 \end_inset
5245
5246 2
5247 \series bold
5248 ×
5249 \series default
5250 2
5251 \begin_inset space \thinspace{}
5252 \end_inset
5253
5254 matrix
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5264 0 & \textrm{-}\mathrm{i}\\
5265 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \backslash
5281 Bmatrix
5282 \begin_inset ERT
5283 status collapsed
5284
5285 \begin_layout Plain Layout
5286
5287
5288 \backslash
5289 spce 
5290 \end_layout
5291
5292 \end_inset
5293
5294 2
5295 \series bold
5296 ×
5297 \series default
5298 2
5299 \begin_inset space \thinspace{}
5300 \end_inset
5301
5302 matrix
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5312 0 & \textrm{-}\mathrm{i}\\
5313 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 </row>
5322 <row>
5323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327
5328 \backslash
5329 pmatrix
5330 \begin_inset ERT
5331 status collapsed
5332
5333 \begin_layout Plain Layout
5334
5335
5336 \backslash
5337 spce 
5338 \end_layout
5339
5340 \end_inset
5341
5342 2
5343 \series bold
5344 ×
5345 \series default
5346 2
5347 \begin_inset space \thinspace{}
5348 \end_inset
5349
5350 matrix
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5360 0 & \textrm{-}\mathrm{i}\\
5361 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5362 \end_inset
5363
5364
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 </lyxtabular>
5371
5372 \end_inset
5373
5374
5375 \begin_inset space \hfill{}
5376 \end_inset
5377
5378
5379 \begin_inset Tabular
5380 <lyxtabular version="3" rows="4" columns="2">
5381 <features>
5382 <column alignment="center" valignment="top" width="0">
5383 <column alignment="center" valignment="top" width="0">
5384 <row>
5385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 Command
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 Result
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 </row>
5404 <row>
5405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409
5410 \backslash
5411 vmatrix
5412 \begin_inset ERT
5413 status collapsed
5414
5415 \begin_layout Plain Layout
5416
5417
5418 \backslash
5419 spce 
5420 \end_layout
5421
5422 \end_inset
5423
5424 2
5425 \series bold
5426 ×
5427 \series default
5428 2
5429 \begin_inset space \thinspace{}
5430 \end_inset
5431
5432 matrix
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5442 0 & \textrm{-}\mathrm{i}\\
5443 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5444 \end_inset
5445
5446
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 </row>
5452 <row>
5453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457
5458 \backslash
5459 Vmatrix
5460 \begin_inset ERT
5461 status collapsed
5462
5463 \begin_layout Plain Layout
5464
5465
5466 \backslash
5467 spce 
5468 \end_layout
5469
5470 \end_inset
5471
5472 2
5473 \series bold
5474 ×
5475 \series default
5476 2
5477 \begin_inset space \thinspace{}
5478 \end_inset
5479
5480 matrix
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5490 0 & \textrm{-}\mathrm{i}\\
5491 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5492 \end_inset
5493
5494
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 <row>
5501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505
5506 \backslash
5507 matrix
5508 \begin_inset ERT
5509 status collapsed
5510
5511 \begin_layout Plain Layout
5512
5513
5514 \backslash
5515 spce 
5516 \end_layout
5517
5518 \end_inset
5519
5520 2
5521 \series bold
5522 ×
5523 \series default
5524 2
5525 \begin_inset space \thinspace{}
5526 \end_inset
5527
5528 matrix
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5538 0 & \textrm{-}\mathrm{i}\\
5539 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5540 \end_inset
5541
5542
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 </row>
5548 </lyxtabular>
5549
5550 \end_inset
5551
5552
5553 \begin_inset space \hfill{}
5554 \end_inset
5555
5556
5557 \end_layout
5558
5559 \begin_layout Standard
5560 \begin_inset VSpace medskip
5561 \end_inset
5562
5563 When e.
5564 \begin_inset space \thinspace{}
5565 \end_inset
5566
5567 g.
5568 \begin_inset space ~
5569 \end_inset
5570
5571
5572 \series bold
5573
5574 \backslash
5575 vmatrix
5576 \series default
5577  is inserted, a blue box appears between two vertical lines where the matrix
5578  is inserted.
5579 \end_layout
5580
5581 \begin_layout Standard
5582 \begin_inset VSpace bigskip
5583 \end_inset
5584
5585 As all multiline formulas are matrices, the length 
5586 \series bold
5587
5588 \backslash
5589 arraycolsep
5590 \series default
5591
5592 \begin_inset Index
5593 status collapsed
5594
5595 \begin_layout Plain Layout
5596 Commands ! A ! 
5597 \backslash
5598 arraycolsep
5599 \end_layout
5600
5601 \end_inset
5602
5603  that is described in 
5604 \begin_inset CommandInset ref
5605 LatexCommand ref
5606 reference "sub:Column-Separation"
5607
5608 \end_inset
5609
5610  can also be used to change the column separation of matrices.
5611 \end_layout
5612
5613 \begin_layout Standard
5614 To change the row separation, the command 
5615 \series bold
5616
5617 \backslash
5618 arraystretch
5619 \series default
5620
5621 \begin_inset Index
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625 Commands ! A ! 
5626 \backslash
5627 arraystretch
5628 \end_layout
5629
5630 \end_inset
5631
5632  is used.
5633  It is used as follows:
5634 \end_layout
5635
5636 \begin_layout Standard
5637
5638 \series bold
5639
5640 \backslash
5641 renewcommand{
5642 \backslash
5643 arraystretch}{stretch factor}
5644 \begin_inset Index
5645 status collapsed
5646
5647 \begin_layout Plain Layout
5648 Commands ! R ! 
5649 \backslash
5650 renewcommand
5651 \end_layout
5652
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \begin_layout Standard
5659 The command 
5660 \series bold
5661
5662 \backslash
5663 renewcommand
5664 \series default
5665  assigns the stretch factor to the predefined command 
5666 \series bold
5667
5668 \backslash
5669 arraystretch
5670 \series default
5671 .
5672  To double e.
5673 \begin_inset space \thinspace{}
5674 \end_inset
5675
5676 g.
5677 \begin_inset space ~
5678 \end_inset
5679
5680 the row separation, use the factor 2.
5681  This is then used for all following matrices.
5682  To go back to the original separation, assign the factor 1 to 
5683 \series bold
5684
5685 \backslash
5686 arraystretch
5687 \series default
5688 .
5689 \end_layout
5690
5691 \begin_layout Standard
5692 To set matrices into a text line, the command 
5693 \series bold
5694
5695 \backslash
5696 smallmatrix
5697 \series default
5698
5699 \begin_inset Index
5700 status collapsed
5701
5702 \begin_layout Plain Layout
5703 Commands ! S ! 
5704 \backslash
5705 smallmatrix
5706 \end_layout
5707
5708 \end_inset
5709
5710  is used.
5711  When it is inserted a blue box with two dashed lines appears.
5712  In this box the matrix is inserted.
5713 \end_layout
5714
5715 \begin_layout Standard
5716 This is a matrix 
5717 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5718 C & D\end{smallmatrix}\right)$
5719 \end_inset
5720
5721  in a text line.
5722 \end_layout
5723
5724 \begin_layout Section
5725 Brackets and Delimiters
5726 \begin_inset Index
5727 status collapsed
5728
5729 \begin_layout Plain Layout
5730 Brackets
5731 \end_layout
5732
5733 \end_inset
5734
5735
5736 \begin_inset Index
5737 status collapsed
5738
5739 \begin_layout Plain Layout
5740 Delimiters
5741 \end_layout
5742
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \begin_layout Subsection
5749 Vertical Brackets and Delimiters
5750 \begin_inset Index
5751 status collapsed
5752
5753 \begin_layout Plain Layout
5754 Brackets ! vertical
5755 \end_layout
5756
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \begin_layout Standard
5763 \begin_inset space \hfill{}
5764 \end_inset
5765
5766
5767 \begin_inset Tabular
5768 <lyxtabular version="3" rows="9" columns="2">
5769 <features>
5770 <column alignment="center" valignment="top" width="0pt">
5771 <column alignment="center" valignment="top" width="0pt">
5772 <row>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 Command
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 Result
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 </row>
5792 <row>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 (
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 \begin_inset Formula $($
5807 \end_inset
5808
5809
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 <row>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 {
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 \begin_inset Formula $\{$
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 [
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 \begin_inset Formula $[$
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 </row>
5861 <row>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866
5867 \backslash
5868 langle
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 \begin_inset Formula $\langle$
5878 \end_inset
5879
5880
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 </row>
5886 <row>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891
5892 \backslash
5893 lceil
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 \begin_inset Formula $\lceil$
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 </row>
5911 <row>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916
5917 \backslash
5918 lfloor
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 \begin_inset Formula $\lfloor$
5928 \end_inset
5929
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 </row>
5936 <row>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 /
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 \begin_inset Formula $/$
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 |
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 \begin_inset Formula $|$
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 </lyxtabular>
5983
5984 \end_inset
5985
5986
5987 \begin_inset space \hfill{}
5988 \end_inset
5989
5990
5991 \begin_inset Tabular
5992 <lyxtabular version="3" rows="9" columns="2">
5993 <features>
5994 <column alignment="center" valignment="top" width="0pt">
5995 <column alignment="center" valignment="top" width="0pt">
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 Command
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 Result
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 </row>
6016 <row>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 )
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 \begin_inset Formula $)$
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 </row>
6039 <row>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 }
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 \begin_inset Formula $\}$
6054 \end_inset
6055
6056
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 </row>
6062 <row>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 ]
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 \begin_inset Formula $]$
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 <row>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090
6091 \backslash
6092 rangle
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 \begin_inset Formula $\rangle$
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 </row>
6110 <row>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115
6116 \backslash
6117 rceil
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 \begin_inset Formula $\rceil$
6127 \end_inset
6128
6129
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 </row>
6135 <row>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140
6141 \backslash
6142 rfloor
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 \begin_inset Formula $\rfloor$
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165
6166 \backslash
6167
6168 \backslash
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 \begin_inset Formula $\backslash$
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 <row>
6188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192
6193 \backslash
6194 |
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 \begin_inset Formula $\|$
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 </lyxtabular>
6213
6214 \end_inset
6215
6216
6217 \begin_inset space \hfill{}
6218 \end_inset
6219
6220
6221 \end_layout
6222
6223 \begin_layout Standard
6224
6225 \series medium
6226 \begin_inset Note Greyedout
6227 status open
6228
6229 \begin_layout Plain Layout
6230
6231 \series bold
6232 Note:
6233 \series default
6234  In TeX-mode the command 
6235 \series bold
6236
6237 \backslash
6238 textbackslash
6239 \series default
6240
6241 \begin_inset Index
6242 status collapsed
6243
6244 \begin_layout Plain Layout
6245 Commands ! T ! 
6246 \backslash
6247 textbackslash
6248 \end_layout
6249
6250 \end_inset
6251
6252  must be used for the backslash, because the command 
6253 \series bold
6254
6255 \backslash
6256
6257 \backslash
6258
6259 \series default
6260  produces there a line break.
6261 \end_layout
6262
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \begin_layout Standard
6269 For all characters listed above the size can be adjusted with the commands
6270  described in the following two subsections.
6271  When using these commands, the characters < and > can directly be used
6272  instead of the commands 
6273 \series bold
6274
6275 \backslash
6276 langle
6277 \series default
6278  and 
6279 \series bold
6280
6281 \backslash
6282 rangle
6283 \series default
6284 .
6285 \end_layout
6286
6287 \begin_layout Subsubsection
6288 Manual Bracket Size
6289 \begin_inset CommandInset label
6290 LatexCommand label
6291 name "sub:Manual-Bracket-Size"
6292
6293 \end_inset
6294
6295
6296 \begin_inset Index
6297 status collapsed
6298
6299 \begin_layout Plain Layout
6300 Bracket size ! manual
6301 \end_layout
6302
6303 \end_inset
6304
6305
6306 \end_layout
6307
6308 \begin_layout Standard
6309 The bracket size can be specified manually by the LaTeX-commands 
6310 \series bold
6311
6312 \backslash
6313 big
6314 \series default
6315
6316 \begin_inset Index
6317 status collapsed
6318
6319 \begin_layout Plain Layout
6320 Commands ! B ! 
6321 \backslash
6322 big
6323 \end_layout
6324
6325 \end_inset
6326
6327
6328 \series bold
6329
6330 \backslash
6331 Big
6332 \series default
6333
6334 \series bold
6335
6336 \backslash
6337 bigg
6338 \series default
6339 , and 
6340 \series bold
6341
6342 \backslash
6343 Bigg
6344 \series default
6345 .
6346  
6347 \series bold
6348
6349 \backslash
6350 big
6351 \series default
6352  denotes the smallest and 
6353 \series bold
6354
6355 \backslash
6356 Bigg
6357 \series default
6358  the largest bracket size.
6359 \end_layout
6360
6361 \begin_layout Standard
6362 These commands are used to emphasize levels of brackets:
6363 \end_layout
6364
6365 \begin_layout Standard
6366 \align center
6367 \begin_inset Tabular
6368 <lyxtabular version="3" rows="2" columns="2">
6369 <features>
6370 <column alignment="center" valignment="top" width="0pt">
6371 <column alignment="center" valignment="top" width="0pt">
6372 <row>
6373 <cell alignment="center" valignment="top" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 all brackets in the same size:
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6387 \end_inset
6388
6389
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 </row>
6395 <row>
6396 <cell alignment="center" valignment="top" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 this looks better:
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 </lyxtabular>
6419
6420 \end_inset
6421
6422
6423 \begin_inset Note Note
6424 status collapsed
6425
6426 \begin_layout Plain Layout
6427
6428 \series bold
6429
6430 \backslash
6431 raisebox
6432 \series default
6433  is only used as spacer.
6434 \end_layout
6435
6436 \end_inset
6437
6438
6439 \end_layout
6440
6441 \begin_layout Standard
6442 For the second formula the command 
6443 \series bold
6444
6445 \backslash
6446 Big((A+B)(A-B)
6447 \backslash
6448 Big)^
6449 \begin_inset ERT
6450 status collapsed
6451
6452 \begin_layout Plain Layout
6453
6454
6455 \backslash
6456 spce 
6457 \end_layout
6458
6459 \end_inset
6460
6461 C
6462 \series default
6463  has been used.
6464 \end_layout
6465
6466 \begin_layout Standard
6467 Here is an overview about all bracket sizes:
6468 \end_layout
6469
6470 \begin_layout Standard
6471 \align center
6472
6473 \backslash
6474 Bigg(
6475 \backslash
6476 exp
6477 \backslash
6478 bigg<
6479 \backslash
6480 Big[
6481 \backslash
6482 big{
6483 \backslash
6484 ln(3x)
6485 \backslash
6486 big}^2
6487 \begin_inset ERT
6488 status collapsed
6489
6490 \begin_layout Plain Layout
6491
6492
6493 \backslash
6494 spce 
6495 \end_layout
6496
6497 \end_inset
6498
6499
6500 \backslash
6501 sin(x)
6502 \backslash
6503 Big]^
6504 \begin_inset ERT
6505 status collapsed
6506
6507 \begin_layout Plain Layout
6508
6509
6510 \backslash
6511 spce 
6512 \end_layout
6513
6514 \end_inset
6515
6516 A
6517 \begin_inset ERT
6518 status collapsed
6519
6520 \begin_layout Plain Layout
6521
6522
6523 \backslash
6524 spce 
6525 \end_layout
6526
6527 \end_inset
6528
6529
6530 \backslash
6531 bigg>
6532 \backslash
6533 Bigg)^0,5
6534 \end_layout
6535
6536 \begin_layout Standard
6537 \align center
6538 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6539 \end_inset
6540
6541
6542 \end_layout
6543
6544 \begin_layout Standard
6545 Besides the 
6546 \series bold
6547
6548 \backslash
6549 big
6550 \series default
6551 -commands there is the variant 
6552 \series bold
6553
6554 \backslash
6555 bigm
6556 \series default
6557
6558 \begin_inset Index
6559 status collapsed
6560
6561 \begin_layout Plain Layout
6562 Commands ! B ! 
6563 \backslash
6564 bigm
6565 \end_layout
6566
6567 \end_inset
6568
6569  that adds a bit more space between the bracket and its content, and the
6570  variant 
6571 \series bold
6572
6573 \backslash
6574 bigl
6575 \series default
6576 -
6577 \series bold
6578
6579 \backslash
6580 bigr
6581 \series default
6582
6583 \begin_inset Index
6584 status collapsed
6585
6586 \begin_layout Plain Layout
6587 Commands ! B ! 
6588 \backslash
6589 bigl - 
6590 \backslash
6591 bigr
6592 \end_layout
6593
6594 \end_inset
6595
6596 , that don't add additional space.
6597  The 
6598 \emph on
6599 l
6600 \emph default
6601  at the end of the command 
6602 \series bold
6603
6604 \backslash
6605 bigl
6606 \series default
6607  is for a left bracket; for a right bracket this will be replaced by an
6608  
6609 \emph on
6610 r
6611 \emph default
6612 .
6613  A left or right bracket can each be an opening or closing bracket.
6614 \end_layout
6615
6616 \begin_layout Standard
6617 In the following table is a comparison of the variants:
6618 \end_layout
6619
6620 \begin_layout Standard
6621 \align center
6622 \begin_inset Tabular
6623 <lyxtabular version="3" rows="5" columns="2">
6624 <features>
6625 <column alignment="center" valignment="middle" width="0">
6626 <column alignment="center" valignment="middle" width="0">
6627 <row>
6628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 Command
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 Result
6642 \begin_inset Note Note
6643 status collapsed
6644
6645 \begin_layout Plain Layout
6646
6647 \series bold
6648
6649 \backslash
6650 raisebox
6651 \series default
6652  is only used as spacer.
6653 \end_layout
6654
6655 \end_inset
6656
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 </row>
6663 <row>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668
6669 \backslash
6670 Bigm(
6671 \backslash
6672 bigm(
6673 \backslash
6674 ln(3x)
6675 \backslash
6676 bigm)^2
6677 \series bold
6678
6679 \begin_inset ERT
6680 status collapsed
6681
6682 \begin_layout Plain Layout
6683
6684
6685 \backslash
6686 spce 
6687 \end_layout
6688
6689 \end_inset
6690
6691
6692 \series default
6693
6694 \backslash
6695 Bigm)
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6705 \end_inset
6706
6707
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 </row>
6713 <row>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \backslash
6720 Big(
6721 \backslash
6722 big(
6723 \backslash
6724 ln(3x)
6725 \backslash
6726 big)^2
6727 \series bold
6728
6729 \begin_inset ERT
6730 status collapsed
6731
6732 \begin_layout Plain Layout
6733
6734
6735 \backslash
6736 spce 
6737 \end_layout
6738
6739 \end_inset
6740
6741
6742 \series default
6743
6744 \backslash
6745 Big)
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row>
6764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768
6769 \backslash
6770 Bigl(
6771 \backslash
6772 bigl(
6773 \backslash
6774 ln(3x)
6775 \backslash
6776 bigr)^2
6777 \series bold
6778
6779 \begin_inset ERT
6780 status collapsed
6781
6782 \begin_layout Plain Layout
6783
6784
6785 \backslash
6786 spce 
6787 \end_layout
6788
6789 \end_inset
6790
6791
6792 \series default
6793
6794 \backslash
6795 Bigr)
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6805 \end_inset
6806
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818
6819 \backslash
6820 bigl)
6821 \backslash
6822 ln(3x)
6823 \backslash
6824 bigr(
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 </row>
6842 </lyxtabular>
6843
6844 \end_inset
6845
6846
6847 \end_layout
6848
6849 \begin_layout Subsubsection
6850 Automatic Bracket Size
6851 \begin_inset CommandInset label
6852 LatexCommand label
6853 name "sub:Automatic-Bracket-Size"
6854
6855 \end_inset
6856
6857
6858 \begin_inset Index
6859 status collapsed
6860
6861 \begin_layout Plain Layout
6862 Bracket size ! automatic
6863 \end_layout
6864
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \begin_layout Standard
6871 Brackets with variable size can be inserted with the commands 
6872 \series bold
6873
6874 \backslash
6875 left
6876 \series default
6877
6878 \begin_inset Index
6879 status collapsed
6880
6881 \begin_layout Plain Layout
6882 Commands ! L ! 
6883 \backslash
6884 left
6885 \end_layout
6886
6887 \end_inset
6888
6889  and 
6890 \series bold
6891
6892 \backslash
6893 right
6894 \series default
6895
6896 \begin_inset Index
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900 Commands ! R ! 
6901 \backslash
6902 right
6903 \end_layout
6904
6905 \end_inset
6906
6907  or via the math toolbar button 
6908 \begin_inset Graphics
6909         filename ../images/dialog-show_mathdelimiter.png
6910         scale 85
6911
6912 \end_inset
6913
6914 .
6915  Directly behind 
6916 \series bold
6917
6918 \backslash
6919 left
6920 \series default
6921  and 
6922 \series bold
6923
6924 \backslash
6925 right
6926 \series default
6927  the wanted bracket must be inserted.
6928  The bracket size will then automatically be calculated for the output.
6929 \end_layout
6930
6931 \begin_layout Standard
6932 \align center
6933 normal bracket: The command 
6934 \series bold
6935
6936 \backslash
6937 ln(
6938 \backslash
6939 frac
6940 \begin_inset ERT
6941 status collapsed
6942
6943 \begin_layout Plain Layout
6944
6945
6946 \backslash
6947 spce 
6948 \end_layout
6949
6950 \end_inset
6951
6952 A
6953 \begin_inset Formula $\downarrow$
6954 \end_inset
6955
6956 C
6957 \begin_inset ERT
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961
6962
6963 \backslash
6964 spce 
6965 \end_layout
6966
6967 \end_inset
6968
6969 )
6970 \series default
6971  creates
6972 \begin_inset Formula \[
6973 \ln(\frac{A}{C})\]
6974
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \begin_layout Standard
6981 \align center
6982 multiline bracket: The command 
6983 \series bold
6984
6985 \backslash
6986 ln
6987 \backslash
6988 left(
6989 \backslash
6990 frac
6991 \begin_inset ERT
6992 status collapsed
6993
6994 \begin_layout Plain Layout
6995
6996
6997 \backslash
6998 spce 
6999 \end_layout
7000
7001 \end_inset
7002
7003 A
7004 \begin_inset Formula $\downarrow$
7005 \end_inset
7006
7007 C
7008 \begin_inset ERT
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012
7013
7014 \backslash
7015 spce 
7016 \end_layout
7017
7018 \end_inset
7019
7020
7021 \backslash
7022 right)
7023 \series default
7024  creates
7025 \begin_inset Formula \[
7026 \ln\left(\frac{A}{C}\right)\]
7027
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \begin_layout Standard
7034 Instead of 
7035 \series bold
7036
7037 \backslash
7038 left
7039 \series default
7040  and 
7041 \series bold
7042
7043 \backslash
7044 right
7045 \series default
7046  the shortcut 
7047 \family sans
7048 Alt-m
7049 \begin_inset space ~
7050 \end_inset
7051
7052 bracket
7053 \family default
7054  can be used.
7055  This has the advantage that you can see in LyX immediately the real bracket
7056  size and that the matching right bracket will be created too.
7057 \begin_inset Newline newline
7058 \end_inset
7059
7060 The command for the last example would then be: 
7061 \series bold
7062
7063 \backslash
7064 ln Alt-m
7065 \series default
7066  
7067 \series bold
7068 (
7069 \backslash
7070 frac
7071 \begin_inset ERT
7072 status collapsed
7073
7074 \begin_layout Plain Layout
7075
7076
7077 \backslash
7078 spce 
7079 \end_layout
7080
7081 \end_inset
7082
7083 A
7084 \begin_inset Formula $\downarrow$
7085 \end_inset
7086
7087 C
7088 \end_layout
7089
7090 \begin_layout Standard
7091 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7092  For example the command 
7093 \series bold
7094
7095 \backslash
7096 left.
7097 \backslash
7098 frac
7099 \begin_inset ERT
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103
7104
7105 \backslash
7106 spce 
7107 \end_layout
7108
7109 \end_inset
7110
7111 A
7112 \begin_inset Formula $\downarrow$
7113 \end_inset
7114
7115 B
7116 \begin_inset ERT
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120
7121
7122 \backslash
7123 spce 
7124 \end_layout
7125
7126 \end_inset
7127
7128
7129 \backslash
7130 right}
7131 \series default
7132  creates:
7133 \series bold
7134
7135 \begin_inset Formula \[
7136 \left.\frac{A}{B}\right\} \]
7137
7138 \end_inset
7139
7140
7141 \series default
7142 The commands 
7143 \series bold
7144
7145 \backslash
7146 left
7147 \series default
7148  and 
7149 \series bold
7150
7151 \backslash
7152 right
7153 \series default
7154  will be converted by LyX to brackets in the right size when the document
7155  is reloaded and an omitted bracket will appear as dashed line.
7156 \end_layout
7157
7158 \begin_layout Standard
7159 \begin_inset VSpace bigskip
7160 \end_inset
7161
7162 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7163  the command 
7164 \series bold
7165
7166 \backslash
7167 middle
7168 \series default
7169
7170 \begin_inset Index
7171 status collapsed
7172
7173 \begin_layout Plain Layout
7174 Commands ! M ! 
7175 \backslash
7176 middle
7177 \end_layout
7178
7179 \end_inset
7180
7181  is additionally available for all brackets and limits.
7182  With this command the height of the following character is adapted to the
7183  one of the surrounding brackets, what is e.
7184 \begin_inset space \thinspace{}
7185 \end_inset
7186
7187 g.
7188 \begin_inset space ~
7189 \end_inset
7190
7191 needed for physical vectors:
7192 \begin_inset Formula \[
7193 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7194
7195 \end_inset
7196
7197 For physical vectors there is a special LaTeX-package, described in 
7198 \begin_inset CommandInset ref
7199 LatexCommand ref
7200 reference "sub:Physical-Vectors"
7201
7202 \end_inset
7203
7204 .
7205 \end_layout
7206
7207 \begin_layout Subsection
7208 Horizontal Brackets
7209 \begin_inset Index
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213 Brackets ! horizontal
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \begin_layout Standard
7222 \align center
7223 \begin_inset Tabular
7224 <lyxtabular version="3" rows="4" columns="2">
7225 <features>
7226 <column alignment="center" valignment="top" width="0pt">
7227 <column alignment="center" valignment="top" width="0pt">
7228 <row>
7229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 Command
7234 \begin_inset Note Note
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238
7239 \series bold
7240
7241 \backslash
7242 raisebox
7243 \series default
7244  is only used as spacer.
7245 \end_layout
7246
7247 \end_inset
7248
7249
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 Result
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 </row>
7264 <row>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 \begin_inset ERT
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273
7274
7275 \backslash
7276 raisebox{2.3mm}{
7277 \end_layout
7278
7279 \end_inset
7280
7281
7282 \backslash
7283 overbrace
7284 \begin_inset ERT
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288
7289
7290 \backslash
7291 spce 
7292 \end_layout
7293
7294 \end_inset
7295
7296 A+B
7297 \begin_inset ERT
7298 status collapsed
7299
7300 \begin_layout Plain Layout
7301
7302
7303 \backslash
7304 spce 
7305 \end_layout
7306
7307 \end_inset
7308
7309 ^
7310 \begin_inset ERT
7311 status collapsed
7312
7313 \begin_layout Plain Layout
7314
7315
7316 \backslash
7317 spce 
7318 \end_layout
7319
7320 \end_inset
7321
7322 3
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328 }
7329 \end_layout
7330
7331 \end_inset
7332
7333
7334 \begin_inset Index
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338 Commands ! O ! 
7339 \backslash
7340 overbrace
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 \begin_inset Formula $\overbrace{A+B}^{3}$
7355 \end_inset
7356
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 </row>
7363 <row>
7364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368 \begin_inset ERT
7369 status collapsed
7370
7371 \begin_layout Plain Layout
7372
7373
7374 \backslash
7375 raisebox{-2.2mm}{
7376 \end_layout
7377
7378 \end_inset
7379
7380
7381 \backslash
7382 underbrace
7383 \begin_inset ERT
7384 status collapsed
7385
7386 \begin_layout Plain Layout
7387
7388
7389 \backslash
7390 spce 
7391 \end_layout
7392
7393 \end_inset
7394
7395 A+B
7396 \begin_inset ERT
7397 status collapsed
7398
7399 \begin_layout Plain Layout
7400
7401
7402 \backslash
7403 spce 
7404 \end_layout
7405
7406 \end_inset
7407
7408 _5
7409 \begin_inset ERT
7410 status collapsed
7411
7412 \begin_layout Plain Layout
7413
7414 }
7415 \end_layout
7416
7417 \end_inset
7418
7419
7420 \begin_inset Index
7421 status collapsed
7422
7423 \begin_layout Plain Layout
7424 Commands ! U ! 
7425 \backslash
7426 underbrace
7427 \end_layout
7428
7429 \end_inset
7430
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 \begin_inset Formula $\underbrace{A+B}_{5}$
7441 \end_inset
7442
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row>
7450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \backslash
7456 overbrace
7457 \begin_inset ERT
7458 status collapsed
7459
7460 \begin_layout Plain Layout
7461
7462
7463 \backslash
7464 spce 
7465 \end_layout
7466
7467 \end_inset
7468
7469
7470 \backslash
7471 underbrace
7472 \begin_inset ERT
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476
7477
7478 \backslash
7479 spce 
7480 \end_layout
7481
7482 \end_inset
7483
7484 A+B_w
7485 \begin_inset ERT
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489
7490
7491 \backslash
7492 spce 
7493 \end_layout
7494
7495 \end_inset
7496
7497
7498 \begin_inset ERT
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502
7503
7504 \backslash
7505 spce 
7506 \end_layout
7507
7508 \end_inset
7509
7510 _7
7511 \begin_inset ERT
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515
7516
7517 \backslash
7518 spce 
7519 \end_layout
7520
7521 \end_inset
7522
7523
7524 \begin_inset ERT
7525 status collapsed
7526
7527 \begin_layout Plain Layout
7528
7529
7530 \backslash
7531 spce 
7532 \end_layout
7533
7534 \end_inset
7535
7536 ^
7537 \begin_inset ERT
7538 status collapsed
7539
7540 \begin_layout Plain Layout
7541
7542
7543 \backslash
7544 spce 
7545 \end_layout
7546
7547 \end_inset
7548
7549 C
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7559 \end_inset
7560
7561
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 </lyxtabular>
7568
7569 \end_inset
7570
7571
7572 \end_layout
7573
7574 \begin_layout Standard
7575 In the last example it doesn't matter if 
7576 \series bold
7577
7578 \backslash
7579 overbrace
7580 \series default
7581  or 
7582 \series bold
7583
7584 \backslash
7585 underbrace
7586 \series default
7587  is inserted at first.
7588 \end_layout
7589
7590 \begin_layout Standard
7591 \begin_inset VSpace bigskip
7592 \end_inset
7593
7594 When brackets are needed that overlap each other, multiline formulas, as
7595  described in 
7596 \begin_inset CommandInset ref
7597 LatexCommand ref
7598 reference "sec:Multiline-Formulas"
7599
7600 \end_inset
7601
7602 , must be used:
7603 \begin_inset Formula \begin{eqnarray*}
7604 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7605  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7606
7607 \end_inset
7608
7609 In the first row the formula is inserted together with the first brace.
7610  It is hereby important that the space command
7611 \begin_inset Foot
7612 status collapsed
7613
7614 \begin_layout Plain Layout
7615 Space commands are explained in 
7616 \begin_inset CommandInset ref
7617 LatexCommand ref
7618 reference "sub:Predefined-Space"
7619
7620 \end_inset
7621
7622 .
7623 \end_layout
7624
7625 \end_inset
7626
7627  
7628 \series bold
7629
7630 \backslash
7631 :
7632 \series default
7633  is inserted before the first 
7634 \begin_inset Formula $d$
7635 \end_inset
7636
7637 , because the brace that ends behind the 
7638 \begin_inset Formula $q$
7639 \end_inset
7640
7641  prevents that the following 
7642 \begin_inset Quotes eld
7643 \end_inset
7644
7645 +
7646 \begin_inset Quotes erd
7647 \end_inset
7648
7649  is surrounded by space.
7650 \begin_inset Foot
7651 status collapsed
7652
7653 \begin_layout Plain Layout
7654 because a bracket is not handled as character, see 
7655 \begin_inset CommandInset ref
7656 LatexCommand ref
7657 reference "sub:Binary-Operators"
7658
7659 \end_inset
7660
7661
7662 \end_layout
7663
7664 \end_inset
7665
7666  In the second row the second brace is inserted.
7667  As it should begin before the 
7668 \begin_inset Formula $b$
7669 \end_inset
7670
7671 , first the command 
7672 \series bold
7673
7674 \backslash
7675 hphantom{gggg+
7676 \backslash
7677 :}
7678 \series default
7679  is inserted.
7680 \begin_inset Foot
7681 status collapsed
7682
7683 \begin_layout Plain Layout
7684 more about 
7685 \series bold
7686
7687 \backslash
7688 hphantom
7689 \series default
7690  see 
7691 \begin_inset CommandInset ref
7692 LatexCommand ref
7693 reference "sub:Placeholders"
7694
7695 \end_inset
7696
7697
7698 \end_layout
7699
7700 \end_inset
7701
7702  This space is needed because the 
7703 \begin_inset Quotes eld
7704 \end_inset
7705
7706 +
7707 \begin_inset Quotes erd
7708 \end_inset
7709
7710  is also surrounded by space in the formula.
7711  The brace is placed under the command 
7712 \series bold
7713
7714 \backslash
7715 hphantom{bbqq+dddd}
7716 \series default
7717 .
7718 \end_layout
7719
7720 \begin_layout Standard
7721 It gets more complicated when brackets overlap each other, like in the following
7722  example:
7723 \begin_inset ERT
7724 status collapsed
7725
7726 \begin_layout Plain Layout
7727
7728
7729 \backslash
7730 setlength{
7731 \backslash
7732 jot}{-6pt}
7733 \end_layout
7734
7735 \end_inset
7736
7737
7738 \begin_inset Formula \begin{eqnarray*}
7739  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7740 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7741
7742 \end_inset
7743
7744
7745 \begin_inset ERT
7746 status collapsed
7747
7748 \begin_layout Plain Layout
7749
7750
7751 \backslash
7752 setlength{
7753 \backslash
7754 jot}{3pt}
7755 \end_layout
7756
7757 \end_inset
7758
7759 The first formula row is the same as the second row of the previous example,
7760  with the difference that the brace is above.
7761  The second row contains the formula together with the second brace.
7762  To avoid that there is space between the upper brace in the first row and
7763  the formula, the row spacing need to be reduced.
7764  This is not easily possible due to a bug in LyX
7765 \begin_inset Foot
7766 status collapsed
7767
7768 \begin_layout Plain Layout
7769 \begin_inset CommandInset href
7770 LatexCommand href
7771 name "LyX-bug #1505"
7772 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7773
7774 \end_inset
7775
7776
7777 \end_layout
7778
7779 \end_inset
7780
7781 .
7782  As solution for the problem, the global formula row separation 
7783 \series bold
7784
7785 \backslash
7786 jot
7787 \series default
7788
7789 \begin_inset Index
7790 status collapsed
7791
7792 \begin_layout Plain Layout
7793 Commands ! J ! 
7794 \backslash
7795 jot
7796 \end_layout
7797
7798 \end_inset
7799
7800  must be changed to -6
7801 \begin_inset space \thinspace{}
7802 \end_inset
7803
7804 pt before the formula with the command 
7805 \series bold
7806
7807 \backslash
7808 setlength{
7809 \backslash
7810 jot}{-6pt}
7811 \series default
7812  in TeX-mode.
7813  
7814 \series bold
7815
7816 \backslash
7817 jot
7818 \series default
7819  is set back after the formula to the standard value of 3
7820 \begin_inset space \thinspace{}
7821 \end_inset
7822
7823 pt using the same command.
7824  More about the row separation in formulas is explained in 
7825 \begin_inset CommandInset ref
7826 LatexCommand ref
7827 reference "sub:Line-Separation"
7828
7829 \end_inset
7830
7831 .
7832 \end_layout
7833
7834 \begin_layout Section
7835 Arrows
7836 \begin_inset Index
7837 status collapsed
7838
7839 \begin_layout Plain Layout
7840 Arrows
7841 \end_layout
7842
7843 \end_inset
7844
7845
7846 \end_layout
7847
7848 \begin_layout Standard
7849 Arrows can be inserted via the math toolbar button 
7850 \begin_inset Graphics
7851         filename ../images/math/leftarrow.png
7852         scale 85
7853
7854 \end_inset
7855
7856  or the commands listed in the following subsections.
7857 \end_layout
7858
7859 \begin_layout Standard
7860 \begin_inset Newpage newpage
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \begin_layout Subsection
7867 Horizontal Arrows
7868 \begin_inset Index
7869 status collapsed
7870
7871 \begin_layout Plain Layout
7872 Arrows ! horizontal
7873 \end_layout
7874
7875 \end_inset
7876
7877
7878 \end_layout
7879
7880 \begin_layout Standard
7881 \begin_inset space \hfill{}
7882 \end_inset
7883
7884
7885 \begin_inset Tabular
7886 <lyxtabular version="3" rows="8" columns="2">
7887 <features>
7888 <column alignment="center" valignment="top" width="0pt">
7889 <column alignment="center" valignment="top" width="0pt">
7890 <row>
7891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Command
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 Result
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \backslash
7917 gets
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 \begin_inset Formula $\gets$
7927 \end_inset
7928
7929
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \backslash
7942 Leftarrow
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 \begin_inset Formula $\Leftarrow$
7952 \end_inset
7953
7954
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row>
7961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \backslash
7967 longleftarrow
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 \begin_inset Formula $\longleftarrow$
7977 \end_inset
7978
7979
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \backslash
7992 Longleftarrow
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 \begin_inset Formula $\Longleftarrow$
8002 \end_inset
8003
8004
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \backslash
8017 leftharpoonup
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 \begin_inset Formula $\leftharpoonup$
8027 \end_inset
8028
8029
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \backslash
8042 leftharpoondown
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 \begin_inset Formula $\leftharpoondown$
8052 \end_inset
8053
8054
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \backslash
8067 hookleftarrow
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 \begin_inset Formula $\hookleftarrow$
8077 \end_inset
8078
8079
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 </lyxtabular>
8086
8087 \end_inset
8088
8089
8090 \begin_inset space \hfill{}
8091 \end_inset
8092
8093
8094 \begin_inset Tabular
8095 <lyxtabular version="3" rows="8" columns="2">
8096 <features>
8097 <column alignment="center" valignment="top" width="0pt">
8098 <column alignment="center" valignment="top" width="0pt">
8099 <row>
8100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Command
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Result
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \backslash
8126 to
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 \begin_inset Formula $\to$
8136 \end_inset
8137
8138
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \backslash
8151 Rightarrow
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 \begin_inset Formula $\Rightarrow$
8161 \end_inset
8162
8163
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \backslash
8176 longrightarrow
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 \begin_inset Formula $\longrightarrow$
8186 \end_inset
8187
8188
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \backslash
8201 Longrightarrow
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 \begin_inset Formula $\Longrightarrow$
8211 \end_inset
8212
8213
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \backslash
8226 rightharpoonup
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 \begin_inset Formula $\rightharpoonup$
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \backslash
8251 rightharpoondown
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 \begin_inset Formula $\rightharpoondown$
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \backslash
8276 hookrightarrow
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 \begin_inset Formula $\hookrightarrow$
8286 \end_inset
8287
8288
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 </lyxtabular>
8295
8296 \end_inset
8297
8298
8299 \begin_inset space \hfill{}
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \begin_layout Standard
8306 \begin_inset space \hfill{}
8307 \end_inset
8308
8309
8310 \begin_inset Tabular
8311 <lyxtabular version="3" rows="6" columns="2">
8312 <features>
8313 <column alignment="center" valignment="top" width="0pt">
8314 <column alignment="center" valignment="top" width="0pt">
8315 <row>
8316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 Command
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Result
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 <row>
8336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340
8341 \backslash
8342 leftrightarrow
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 \begin_inset Formula $\leftrightarrow$
8352 \end_inset
8353
8354
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \backslash
8367 Leftrightarrow
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 \begin_inset Formula $\Leftrightarrow$
8377 \end_inset
8378
8379
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \backslash
8392 longleftrightarrow
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 \begin_inset Formula $\longleftrightarrow$
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \backslash
8417 Longleftrightarrow
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 \begin_inset Formula $\Longleftrightarrow$
8427 \end_inset
8428
8429
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \backslash
8442 rightleftharpoons
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 \begin_inset Formula $\rightleftharpoons$
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 </lyxtabular>
8461
8462 \end_inset
8463
8464
8465 \begin_inset space \hspace{}
8466 \length 25pt
8467 \end_inset
8468
8469
8470 \begin_inset space \hfill{}
8471 \end_inset
8472
8473
8474 \begin_inset Tabular
8475 <lyxtabular version="3" rows="5" columns="2">
8476 <features>
8477 <column alignment="center" valignment="top" width="0pt">
8478 <column alignment="center" valignment="top" width="0pt">
8479 <row>
8480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Command
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Result
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 mapsto
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\mapsto$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 longmapsto
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\longmapsto$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \backslash
8556 leadsto
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 \begin_inset Formula $\leadsto$
8566 \end_inset
8567
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \backslash
8581 dasharrow
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 \begin_inset Formula $\dasharrow$
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 </lyxtabular>
8600
8601 \end_inset
8602
8603
8604 \begin_inset space \hfill{}
8605 \end_inset
8606
8607
8608 \end_layout
8609
8610 \begin_layout Standard
8611 \begin_inset VSpace medskip
8612 \end_inset
8613
8614 Arrows used as accent like e.
8615 \begin_inset space \thinspace{}
8616 \end_inset
8617
8618 g.
8619 \begin_inset space ~
8620 \end_inset
8621
8622 vector arrows are listed in 
8623 \begin_inset CommandInset ref
8624 LatexCommand ref
8625 reference "sec:Accents"
8626
8627 \end_inset
8628
8629 .
8630 \end_layout
8631
8632 \begin_layout Standard
8633 \begin_inset VSpace bigskip
8634 \end_inset
8635
8636 Furthermore there are the labeled arrows
8637 \begin_inset Index
8638 status collapsed
8639
8640 \begin_layout Plain Layout
8641 Arrows ! labeled
8642 \end_layout
8643
8644 \end_inset
8645
8646  
8647 \series bold
8648
8649 \backslash
8650 xleftarrow
8651 \series default
8652
8653 \begin_inset Index
8654 status collapsed
8655
8656 \begin_layout Plain Layout
8657 Commands ! X ! 
8658 \backslash
8659 xleftarrow
8660 \end_layout
8661
8662 \end_inset
8663
8664  and 
8665 \series bold
8666
8667 \backslash
8668 xrightarrow
8669 \series default
8670
8671 \begin_inset Index
8672 status collapsed
8673
8674 \begin_layout Plain Layout
8675 Commands ! X ! 
8676 \backslash
8677 xrightarrow
8678 \begin_inset ERT
8679 status collapsed
8680
8681 \begin_layout Plain Layout
8682
8683
8684 \backslash
8685 vspace{4mm}
8686 \end_layout
8687
8688 \end_inset
8689
8690
8691 \end_layout
8692
8693 \end_inset
8694
8695 .
8696  When inserting one of these commands in a formula, an arrow with two blue
8697  boxes appear where the label can be inserted.
8698  The length of the arrow adapts to the label width.
8699 \end_layout
8700
8701 \begin_layout Standard
8702 \align center
8703 \begin_inset Tabular
8704 <lyxtabular version="3" rows="3" columns="2">
8705 <features>
8706 <column alignment="center" valignment="top" width="0pt">
8707 <column alignment="center" valignment="top" width="0pt">
8708 <row>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Command
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Result
8723 \begin_inset Note Note
8724 status collapsed
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729
8730 \backslash
8731 raisebox
8732 \series default
8733  is only used as spacer.
8734 \end_layout
8735
8736 \end_inset
8737
8738
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 F(a)
8750 \backslash
8751 xleftarrow
8752 \begin_inset ERT
8753 status collapsed
8754
8755 \begin_layout Plain Layout
8756
8757
8758 \backslash
8759 spce 
8760 \end_layout
8761
8762 \end_inset
8763
8764 x=a
8765 \begin_inset Formula $\downarrow$
8766 \end_inset
8767
8768 x>0
8769 \begin_inset Formula $\to$
8770 \end_inset
8771
8772 F(x)
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8782 \end_inset
8783
8784
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 F(x)
8796 \backslash
8797 xrightarrow
8798 \begin_inset ERT
8799 status collapsed
8800
8801 \begin_layout Plain Layout
8802
8803
8804 \backslash
8805 spce 
8806 \end_layout
8807
8808 \end_inset
8809
8810 x=a
8811 \begin_inset Formula $\downarrow$
8812 \end_inset
8813
8814 x>0
8815 \begin_inset Formula $\to$
8816 \end_inset
8817
8818 F(a)
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8828 \end_inset
8829
8830
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 </lyxtabular>
8837
8838 \end_inset
8839
8840
8841 \end_layout
8842
8843 \begin_layout Subsection
8844 Vertical and diagonal Arrows
8845 \begin_inset Index
8846 status collapsed
8847
8848 \begin_layout Plain Layout
8849 Arrows ! diagonal
8850 \end_layout
8851
8852 \end_inset
8853
8854
8855 \begin_inset Index
8856 status collapsed
8857
8858 \begin_layout Plain Layout
8859 Arrows ! vertical
8860 \end_layout
8861
8862 \end_inset
8863
8864
8865 \end_layout
8866
8867 \begin_layout Standard
8868 \begin_inset space \hfill{}
8869 \end_inset
8870
8871
8872 \begin_inset Tabular
8873 <lyxtabular version="3" rows="7" columns="2">
8874 <features>
8875 <column alignment="center" valignment="top" width="0pt">
8876 <column alignment="center" valignment="top" width="0pt">
8877 <row>
8878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Command
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Result
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \backslash
8904 uparrow
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 \begin_inset Formula $\uparrow$
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \backslash
8929 Uparrow
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 \begin_inset Formula $\Uparrow$
8939 \end_inset
8940
8941
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \backslash
8954 updownarrow
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 \begin_inset Formula $\updownarrow$
8964 \end_inset
8965
8966
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \backslash
8979 Updownarrow
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 \begin_inset Formula $\Updownarrow$
8989 \end_inset
8990
8991
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \backslash
9004 Downarrow
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 \begin_inset Formula $\Downarrow$
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \backslash
9029 downarrow
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 \begin_inset Formula $\downarrow$
9039 \end_inset
9040
9041
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 </lyxtabular>
9048
9049 \end_inset
9050
9051
9052 \begin_inset space \hfill{}
9053 \end_inset
9054
9055
9056 \begin_inset Tabular
9057 <lyxtabular version="3" rows="5" columns="2">
9058 <features>
9059 <column alignment="center" valignment="top" width="0pt">
9060 <column alignment="center" valignment="top" width="0pt">
9061 <row>
9062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Command
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Result
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \backslash
9088 nearrow
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 \begin_inset Formula $\nearrow$
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \backslash
9113 searrow
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 \begin_inset Formula $\searrow$
9123 \end_inset
9124
9125
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 </row>
9131 <row>
9132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136
9137 \backslash
9138 swarrow
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 \begin_inset Formula $\swarrow$
9148 \end_inset
9149
9150
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \backslash
9163 nwarrow
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 \begin_inset Formula $\nwarrow$
9173 \end_inset
9174
9175
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 </lyxtabular>
9182
9183 \end_inset
9184
9185
9186 \begin_inset space \hfill{}
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \begin_layout Standard
9193 \begin_inset VSpace medskip
9194 \end_inset
9195
9196 Vertical arrows can be used also as delimiter together with the commands
9197  described in 
9198 \begin_inset CommandInset ref
9199 LatexCommand ref
9200 reference "sub:Manual-Bracket-Size"
9201
9202 \end_inset
9203
9204  and 
9205 \begin_inset CommandInset ref
9206 LatexCommand ref
9207 reference "sub:Automatic-Bracket-Size"
9208
9209 \end_inset
9210
9211 .
9212 \end_layout
9213
9214 \begin_layout Standard
9215 \begin_inset Newpage newpage
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Section
9222 Accents
9223 \begin_inset CommandInset label
9224 LatexCommand label
9225 name "sec:Accents"
9226
9227 \end_inset
9228
9229
9230 \begin_inset Index
9231 status collapsed
9232
9233 \begin_layout Plain Layout
9234 Accents
9235 \end_layout
9236
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \begin_layout Standard
9243 Accents can be inserted via the math toolbar button 
9244 \begin_inset Graphics
9245         filename ../images/math/hat.png
9246         scale 85
9247
9248 \end_inset
9249
9250  or the commands listed in the following subsections.
9251 \end_layout
9252
9253 \begin_layout Subsection
9254 Accents for one Character
9255 \begin_inset ERT
9256 status collapsed
9257
9258 \begin_layout Plain Layout
9259
9260
9261 \backslash
9262 texorpdfstring{
9263 \end_layout
9264
9265 \end_inset
9266
9267
9268 \begin_inset Foot
9269 status collapsed
9270
9271 \begin_layout Plain Layout
9272 accents in text see 
9273 \begin_inset CommandInset ref
9274 LatexCommand ref
9275 reference "sub:Accents-in-Text"
9276
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \end_inset
9283
9284
9285 \begin_inset ERT
9286 status collapsed
9287
9288 \begin_layout Plain Layout
9289
9290 }{}
9291 \end_layout
9292
9293 \end_inset
9294
9295
9296 \begin_inset Note Note
9297 status collapsed
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9303 \end_layout
9304
9305 \begin_layout Plain Layout
9306 More about 
9307 \backslash
9308 texorpdfstring is in section 
9309 \begin_inset CommandInset ref
9310 LatexCommand ref
9311 reference "sub:Formulas-in-Section"
9312
9313 \end_inset
9314
9315 .
9316 \end_layout
9317
9318 \end_inset
9319
9320
9321 \begin_inset CommandInset label
9322 LatexCommand label
9323 name "sub:Accents-for-one"
9324
9325 \end_inset
9326
9327
9328 \begin_inset Index
9329 status collapsed
9330
9331 \begin_layout Plain Layout
9332 Accents ! for one character
9333 \end_layout
9334
9335 \end_inset
9336
9337
9338 \end_layout
9339
9340 \begin_layout Standard
9341 \begin_inset space \hfill{}
9342 \end_inset
9343
9344
9345 \begin_inset Tabular
9346 <lyxtabular version="3" rows="8" columns="2">
9347 <features>
9348 <column alignment="center" valignment="top" width="0pt">
9349 <column alignment="center" valignment="top" width="0pt">
9350 <row>
9351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Command
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 Result
9365 \begin_inset Note Note
9366 status collapsed
9367
9368 \begin_layout Plain Layout
9369
9370 \series bold
9371
9372 \backslash
9373 raisebox
9374 \series default
9375  is only used as spacer.
9376 \end_layout
9377
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \backslash
9393 dot
9394 \begin_inset ERT
9395 status collapsed
9396
9397 \begin_layout Plain Layout
9398
9399
9400 \backslash
9401 spce 
9402 \end_layout
9403
9404 \end_inset
9405
9406 A
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9416 \end_inset
9417
9418
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \backslash
9431 ddot
9432 \begin_inset ERT
9433 status collapsed
9434
9435 \begin_layout Plain Layout
9436
9437
9438 \backslash
9439 spce 
9440 \end_layout
9441
9442 \end_inset
9443
9444 A
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9454 \end_inset
9455
9456
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \backslash
9469 dddot
9470 \begin_inset ERT
9471 status collapsed
9472
9473 \begin_layout Plain Layout
9474
9475
9476 \backslash
9477 spce 
9478 \end_layout
9479
9480 \end_inset
9481
9482 A
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 ddddot{A
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \backslash
9532 vec
9533 \begin_inset ERT
9534 status collapsed
9535
9536 \begin_layout Plain Layout
9537
9538
9539 \backslash
9540 spce 
9541 \end_layout
9542
9543 \end_inset
9544
9545 A
9546 \begin_inset Index
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550 Vectors
9551 \end_layout
9552
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \backslash
9580 bar
9581 \begin_inset ERT
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585
9586
9587 \backslash
9588 spce 
9589 \end_layout
9590
9591 \end_inset
9592
9593 A
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \backslash
9618 mathring
9619 \begin_inset ERT
9620 status collapsed
9621
9622 \begin_layout Plain Layout
9623
9624
9625 \backslash
9626 spce 
9627 \end_layout
9628
9629 \end_inset
9630
9631 A
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 </lyxtabular>
9650
9651 \end_inset
9652
9653
9654 \begin_inset space \hfill{}
9655 \end_inset
9656
9657
9658 \begin_inset Tabular
9659 <lyxtabular version="3" rows="7" columns="2">
9660 <features>
9661 <column alignment="center" valignment="top" width="0pt">
9662 <column alignment="center" valignment="top" width="0pt">
9663 <row>
9664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 Command
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 Result
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 tilde
9691 \begin_inset ERT
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695
9696
9697 \backslash
9698 spce 
9699 \end_layout
9700
9701 \end_inset
9702
9703 A
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row>
9722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \backslash
9728 hat
9729 \begin_inset ERT
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733
9734
9735 \backslash
9736 spce 
9737 \end_layout
9738
9739 \end_inset
9740
9741 A
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 check
9767 \begin_inset ERT
9768 status collapsed
9769
9770 \begin_layout Plain Layout
9771
9772
9773 \backslash
9774 spce 
9775 \end_layout
9776
9777 \end_inset
9778
9779 A
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \backslash
9804 acute
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810
9811 \backslash
9812 spce 
9813 \end_layout
9814
9815 \end_inset
9816
9817 A
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \backslash
9842 grave
9843 \begin_inset ERT
9844 status collapsed
9845
9846 \begin_layout Plain Layout
9847
9848
9849 \backslash
9850 spce 
9851 \end_layout
9852
9853 \end_inset
9854
9855 A
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \backslash
9880 breve
9881 \begin_inset ERT
9882 status collapsed
9883
9884 \begin_layout Plain Layout
9885
9886
9887 \backslash
9888 spce 
9889 \end_layout
9890
9891 \end_inset
9892
9893 A
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 </lyxtabular>
9912
9913 \end_inset
9914
9915
9916 \begin_inset space \hfill{}
9917 \end_inset
9918
9919
9920 \end_layout
9921
9922 \begin_layout Standard
9923 \begin_inset VSpace bigskip
9924 \end_inset
9925
9926 To create umlauts
9927 \begin_inset Index
9928 status collapsed
9929
9930 \begin_layout Plain Layout
9931 Umlauts
9932 \end_layout
9933
9934 \end_inset
9935
9936  in formulas, a quotation mark is inserted before the vowel.
9937  These two characters are then treated by LaTeX as 
9938 \emph on
9939 one
9940 \emph default
9941  character when the formula part with the umlaut is marked as German.
9942  In contrary to 
9943 \series bold
9944
9945 \backslash
9946 ddot
9947 \series default
9948 , with this method 
9949 \begin_inset Quotes eld
9950 \end_inset
9951
9952 real
9953 \begin_inset Quotes erd
9954 \end_inset
9955
9956  umlauts are created as demonstrated in the following example:
9957 \end_layout
9958
9959 \begin_layout Standard
9960 \begin_inset VSpace -2mm
9961 \end_inset
9962
9963
9964 \end_layout
9965
9966 \begin_layout Standard
9967 \align center
9968 \begin_inset Tabular
9969 <lyxtabular version="3" rows="3" columns="2">
9970 <features>
9971 <column alignment="center" valignment="top" width="0">
9972 <column alignment="center" valignment="top" width="0">
9973 <row>
9974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 Command
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 Result
9988 \begin_inset Note Note
9989 status collapsed
9990
9991 \begin_layout Plain Layout
9992
9993 \series bold
9994
9995 \backslash
9996 raisebox
9997 \series default
9998  is only used as spacer.
9999 \end_layout
10000
10001 \end_inset
10002
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row>
10010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \lang ngerman
10016 \begin_inset Quotes grd
10017 \end_inset
10018
10019 i
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \lang ngerman
10030 \begin_inset Formula $"i$
10031 \end_inset
10032
10033
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 </row>
10039 <row>
10040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \backslash
10046 ddot
10047 \begin_inset ERT
10048 status collapsed
10049
10050 \begin_layout Plain Layout
10051
10052
10053 \backslash
10054 spce 
10055 \end_layout
10056
10057 \end_inset
10058
10059 i
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10069 \end_inset
10070
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 </lyxtabular>
10078
10079 \end_inset
10080
10081
10082 \end_layout
10083
10084 \begin_layout Standard
10085 Another advantage to 
10086 \series bold
10087
10088 \backslash
10089 ddot
10090 \series default
10091  is that umlauts can directly be converted to mathematical text because
10092  the accent commands above are 
10093 \emph on
10094 not allowed
10095 \emph default
10096  
10097 \emph on
10098 in mathematical text
10099 \emph default
10100 .
10101  To convert an accented character to mathematical text, only the character
10102  under the accent may be converted.
10103  This applies also for all other conversions, e.
10104 \begin_inset space \thinspace{}
10105 \end_inset
10106
10107 g.
10108 \begin_inset space ~
10109 \end_inset
10110
10111 to italic or bold.
10112 \end_layout
10113
10114 \begin_layout Standard
10115 In mathematical text, umlauts and other accented characters can directly
10116  be inserted.
10117 \end_layout
10118
10119 \begin_layout Subsection
10120 Accents for Operators
10121 \begin_inset Index
10122 status collapsed
10123
10124 \begin_layout Plain Layout
10125 Accents ! for operators
10126 \end_layout
10127
10128 \end_inset
10129
10130
10131 \end_layout
10132
10133 \begin_layout Standard
10134 With the commands 
10135 \series bold
10136
10137 \backslash
10138 overset
10139 \series default
10140
10141 \begin_inset Index
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145 Commands ! O ! 
10146 \backslash
10147 overset
10148 \end_layout
10149
10150 \end_inset
10151
10152  and 
10153 \series bold
10154
10155 \backslash
10156 underset
10157 \series default
10158
10159 \begin_inset Index
10160 status collapsed
10161
10162 \begin_layout Plain Layout
10163 Commands ! U ! 
10164 \backslash
10165 underset
10166 \end_layout
10167
10168 \end_inset
10169
10170  characters can be placed above or below an operator, respectively, to accent
10171  it.
10172  With the command 
10173 \series bold
10174
10175 \backslash
10176 sideset
10177 \series default
10178
10179 \begin_inset Index
10180 status collapsed
10181
10182 \begin_layout Plain Layout
10183 Commands ! S ! 
10184 \backslash
10185 sideset
10186 \end_layout
10187
10188 \end_inset
10189
10190  characters can be set before and behind an operator.
10191  The command scheme is:
10192 \end_layout
10193
10194 \begin_layout Standard
10195
10196 \series bold
10197
10198 \backslash
10199 sideset{character
10200 \series default
10201  
10202 \series bold
10203 before}{character
10204 \series default
10205  
10206 \series bold
10207 behind}
10208 \end_layout
10209
10210 \begin_layout Standard
10211
10212 \series bold
10213
10214 \backslash
10215 sideset
10216 \series default
10217  must always be before the operator that should be accented.
10218  You can accent with several characters and even with other operators and
10219  symbols.
10220  To place with 
10221 \series bold
10222
10223 \backslash
10224 sideset
10225 \series default
10226  for example only characters behind an operator, write nothing between the
10227  first braces but don't omit the braces.
10228 \end_layout
10229
10230 \begin_layout Standard
10231 For example the command 
10232 \series bold
10233
10234 \backslash
10235 sideset{
10236 \begin_inset Formula $\to$
10237 \end_inset
10238
10239
10240 \backslash
10241 {
10242 \series default
10243 '
10244 \series bold
10245
10246 \begin_inset Formula $\to$
10247 \end_inset
10248
10249
10250 \backslash
10251 sum_k=1
10252 \begin_inset ERT
10253 status collapsed
10254
10255 \begin_layout Plain Layout
10256
10257
10258 \backslash
10259 spce 
10260 \end_layout
10261
10262 \end_inset
10263
10264
10265 \series default
10266 ^
10267 \series bold
10268 n
10269 \series default
10270  produces:
10271 \begin_inset Formula \[
10272 \sideset{}{'}\sum_{k=1}^{n}\]
10273
10274 \end_inset
10275
10276
10277 \end_layout
10278
10279 \begin_layout Standard
10280 The command 
10281 \series bold
10282
10283 \backslash
10284 overset
10285 \begin_inset ERT
10286 status collapsed
10287
10288 \begin_layout Plain Layout
10289
10290
10291 \backslash
10292 spce 
10293 \end_layout
10294
10295 \end_inset
10296
10297
10298 \backslash
10299 maltese
10300 \begin_inset ERT
10301 status collapsed
10302
10303 \begin_layout Plain Layout
10304
10305
10306 \backslash
10307 spce 
10308 \end_layout
10309
10310 \end_inset
10311
10312
10313 \series default
10314
10315 \begin_inset Formula $\uparrow$
10316 \end_inset
10317
10318
10319 \series bold
10320 a
10321 \series default
10322  produces:
10323 \begin_inset Formula \[
10324 \overset{a}{\maltese}\]
10325
10326 \end_inset
10327
10328 As seen in the last example, with 
10329 \series bold
10330
10331 \backslash
10332 overset
10333 \series default
10334  and 
10335 \series bold
10336
10337 \backslash
10338 underset
10339 \series default
10340  also symbols and characters can be accented; with 
10341 \series bold
10342
10343 \backslash
10344 sideset
10345 \series default
10346  this is not possible.
10347 \end_layout
10348
10349 \begin_layout Subsection
10350 Accents for several Characters
10351 \begin_inset CommandInset label
10352 LatexCommand label
10353 name "sub:Accents-for-several"
10354
10355 \end_inset
10356
10357
10358 \begin_inset Index
10359 status collapsed
10360
10361 \begin_layout Plain Layout
10362 Accents ! for several characters
10363 \end_layout
10364
10365 \end_inset
10366
10367
10368 \end_layout
10369
10370 \begin_layout Standard
10371 \begin_inset space \hfill{}
10372 \end_inset
10373
10374
10375 \begin_inset Tabular
10376 <lyxtabular version="3" rows="5" columns="2">
10377 <features>
10378 <column alignment="center" valignment="top" width="0pt">
10379 <column alignment="center" valignment="top" width="0pt">
10380 <row>
10381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Command
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Result
10395 \begin_inset Note Note
10396 status collapsed
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401
10402 \backslash
10403 raisebox
10404 \series default
10405  is only used as spacer.
10406 \end_layout
10407
10408 \end_inset
10409
10410
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 <row>
10417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421
10422 \backslash
10423 overleftarrow
10424 \begin_inset ERT
10425 status collapsed
10426
10427 \begin_layout Plain Layout
10428
10429
10430 \backslash
10431 spce 
10432 \end_layout
10433
10434 \end_inset
10435
10436 A=B
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \backslash
10461 underleftarrow
10462 \begin_inset ERT
10463 status collapsed
10464
10465 \begin_layout Plain Layout
10466
10467
10468 \backslash
10469 spce 
10470 \end_layout
10471
10472 \end_inset
10473
10474 A=B
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10484 \end_inset
10485
10486
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \backslash
10499 overleftrightarrow
10500 \begin_inset ERT
10501 status collapsed
10502
10503 \begin_layout Plain Layout
10504
10505
10506 \backslash
10507 spce 
10508 \end_layout
10509
10510 \end_inset
10511
10512 A=B
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \backslash
10537 underleftrightarrow
10538 \begin_inset ERT
10539 status collapsed
10540
10541 \begin_layout Plain Layout
10542
10543
10544 \backslash
10545 spce 
10546 \end_layout
10547
10548 \end_inset
10549
10550 A=B
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10560 \end_inset
10561
10562
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 </row>
10568 </lyxtabular>
10569
10570 \end_inset
10571
10572
10573 \begin_inset space \hfill{}
10574 \end_inset
10575
10576
10577 \begin_inset Tabular
10578 <lyxtabular version="3" rows="5" columns="2">
10579 <features>
10580 <column alignment="center" valignment="top" width="0pt">
10581 <column alignment="center" valignment="top" width="0pt">
10582 <row>
10583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 Command
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Result
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \backslash
10609 overrightarrow
10610 \begin_inset ERT
10611 status collapsed
10612
10613 \begin_layout Plain Layout
10614
10615
10616 \backslash
10617 spce 
10618 \end_layout
10619
10620 \end_inset
10621
10622 A=B
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \backslash
10647 underrightarrow
10648 \begin_inset ERT
10649 status collapsed
10650
10651 \begin_layout Plain Layout
10652
10653
10654 \backslash
10655 spce 
10656 \end_layout
10657
10658 \end_inset
10659
10660 A=B
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10670 \end_inset
10671
10672
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 <row>
10679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683
10684 \backslash
10685 widetilde
10686 \begin_inset ERT
10687 status collapsed
10688
10689 \begin_layout Plain Layout
10690
10691
10692 \backslash
10693 spce 
10694 \end_layout
10695
10696 \end_inset
10697
10698 A=B
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10708 \end_inset
10709
10710
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \backslash
10723 widehat
10724 \begin_inset ERT
10725 status collapsed
10726
10727 \begin_layout Plain Layout
10728
10729
10730 \backslash
10731 spce 
10732 \end_layout
10733
10734 \end_inset
10735
10736 A=B
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10746 \end_inset
10747
10748
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 </row>
10754 </lyxtabular>
10755
10756 \end_inset
10757
10758
10759 \begin_inset space \hfill{}
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \begin_layout Standard
10766 \begin_inset VSpace medskip
10767 \end_inset
10768
10769 With these commands as many characters as you like can be accented.
10770  But the accents 
10771 \series bold
10772
10773 \backslash
10774 widetilde
10775 \series default
10776  and 
10777 \series bold
10778
10779 \backslash
10780 widehat
10781 \series default
10782  will only be set in the output with a length of three characters, as shown
10783  in the following example:
10784 \begin_inset Formula \[
10785 \widetilde{A+B=C-D}\]
10786
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \begin_layout Standard
10793 With the commands 
10794 \series bold
10795
10796 \backslash
10797 overset
10798 \series default
10799
10800 \begin_inset Index
10801 status collapsed
10802
10803 \begin_layout Plain Layout
10804 Commands ! O ! 
10805 \backslash
10806 overset
10807 \end_layout
10808
10809 \end_inset
10810
10811  and 
10812 \series bold
10813
10814 \backslash
10815 underset
10816 \series default
10817
10818 \begin_inset Index
10819 status collapsed
10820
10821 \begin_layout Plain Layout
10822 Commands ! U ! 
10823 \backslash
10824 underset
10825 \end_layout
10826
10827 \end_inset
10828
10829  described in the previous subsection it is also possible to accent several
10830  characters.
10831  The command 
10832 \series bold
10833
10834 \backslash
10835 underset
10836 \begin_inset ERT
10837 status collapsed
10838
10839 \begin_layout Plain Layout
10840
10841
10842 \backslash
10843 spce 
10844 \end_layout
10845
10846 \end_inset
10847
10848 A=B
10849 \begin_inset Formula $\downarrow$
10850 \end_inset
10851
10852 ***
10853 \series default
10854  creates:
10855 \begin_inset Formula \[
10856 \underset{***}{A=B}\]
10857
10858 \end_inset
10859
10860
10861 \end_layout
10862
10863 \begin_layout Section
10864 Space
10865 \begin_inset CommandInset label
10866 LatexCommand label
10867 name "sub:Space"
10868
10869 \end_inset
10870
10871
10872 \begin_inset Index
10873 status collapsed
10874
10875 \begin_layout Plain Layout
10876 Space ! horizontal
10877 \end_layout
10878
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \begin_layout Subsection
10885 Predefined Space
10886 \begin_inset CommandInset label
10887 LatexCommand label
10888 name "sub:Predefined-Space"
10889
10890 \end_inset
10891
10892
10893 \begin_inset Index
10894 status collapsed
10895
10896 \begin_layout Plain Layout
10897 Space ! horizontal ! predefined
10898 \end_layout
10899
10900 \end_inset
10901
10902
10903 \end_layout
10904
10905 \begin_layout Standard
10906 Sometimes it is necessary to insert horizontal space to a formula.
10907  This is done by inserting a protected space (shortcut 
10908 \family sans
10909 Ctrl-Space
10910 \family default
10911 ).
10912  A blue 
10913 \begin_inset Quotes eld
10914 \end_inset
10915
10916
10917 \series bold
10918 \color blue
10919
10920 \begin_inset ERT
10921 status collapsed
10922
10923 \begin_layout Plain Layout
10924
10925
10926 \backslash
10927 spce 
10928 \end_layout
10929
10930 \end_inset
10931
10932
10933 \series default
10934 \color inherit
10935
10936 \begin_inset Quotes erd
10937 \end_inset
10938
10939  appears and by pressing 
10940 \family sans
10941 Space
10942 \family default
10943  several times one can select one of eight different space sizes.
10944  The spaces can also be inserted using the math toolbar button 
10945 \begin_inset Graphics
10946         filename ../images/math/space.png
10947         scale 85
10948
10949 \end_inset
10950
10951  or special commands.
10952  Independent from the inserted command, one can select the size again by
10953  pressing 
10954 \family sans
10955 Space
10956 \family default
10957  afterwards.
10958 \end_layout
10959
10960 \begin_layout Standard
10961 \noindent
10962 \align center
10963 \begin_inset VSpace -5mm
10964 \end_inset
10965
10966
10967 \begin_inset Tabular
10968 <lyxtabular version="3" rows="3" columns="7">
10969 <features>
10970 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top" width="0">
10975 <column alignment="center" valignment="top" width="0">
10976 <column alignment="center" valignment="top" width="0">
10977 <row>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 Command
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991
10992 \backslash
10993 ,
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \backslash
11004 :
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \backslash
11015 ;
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \backslash
11026 quad
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \backslash
11037 qquad
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \backslash
11048 !
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 </row>
11054 <row>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 Number of 
11060 \family sans
11061 Space
11062 \family default
11063  keystrokes after inserting the protected space
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 0
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 1
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 2
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 3
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 4
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 5
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 <row>
11124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 Result
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 \begin_inset Formula $A\, B$
11138 \end_inset
11139
11140
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 \begin_inset Formula $A\: B$
11150 \end_inset
11151
11152
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $A\; B$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A\quad B$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 \begin_inset Formula $A\qquad B$
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Formula $A\! B$
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 </lyxtabular>
11207
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \begin_layout Standard
11214 The last size seem to produce no space.
11215  It is displayed red in LyX contrary to the other sizes, because it is a
11216  negative space.
11217  There are two more negative spaces:
11218 \end_layout
11219
11220 \begin_layout Standard
11221 \align center
11222 \begin_inset Tabular
11223 <lyxtabular version="3" rows="3" columns="3">
11224 <features>
11225 <column alignment="center" valignment="middle" width="6.8cm">
11226 <column alignment="center" valignment="top" width="0pt">
11227 <column alignment="center" valignment="top" width="0pt">
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 Command
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \backslash
11244 negmedspace
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253
11254 \backslash
11255 negthickspace
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 <row>
11262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 Number of 
11267 \family sans
11268 Space
11269 \family default
11270  keystrokes after inserting the protected space
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 6
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 7
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 </row>
11294 <row>
11295 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 Result
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 \begin_inset Formula $A\negmedspace B$
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 \begin_inset Formula $A\negthickspace B$
11321 \end_inset
11322
11323
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 </row>
11329 </lyxtabular>
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Standard
11337 Negative spaces can lead to characters overlapping each other.
11338  Thus they can be used to enforce ligatures, what is e.
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 g.
11343 \begin_inset space ~
11344 \end_inset
11345
11346 useful for summation operators: 
11347 \end_layout
11348
11349 \begin_layout Standard
11350 \align center
11351 \begin_inset Tabular
11352 <lyxtabular version="3" rows="3" columns="2">
11353 <features>
11354 <column alignment="center" valignment="top" width="0">
11355 <column alignment="center" valignment="top" width="0">
11356 <row>
11357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 Command
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 Result
11371 \begin_inset Note Note
11372 status collapsed
11373
11374 \begin_layout Plain Layout
11375
11376 \series bold
11377
11378 \backslash
11379 raisebox
11380 \series default
11381  is only used as spacer.
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397
11398 \backslash
11399 sum
11400 \backslash
11401 sum
11402 \begin_inset ERT
11403 status collapsed
11404
11405 \begin_layout Plain Layout
11406
11407
11408 \backslash
11409 spce 
11410 \end_layout
11411
11412 \end_inset
11413
11414 f_kl
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 <row>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \backslash
11439 sum
11440 \backslash
11441 negmedspace
11442 \backslash
11443 sum
11444 \begin_inset ERT
11445 status collapsed
11446
11447 \begin_layout Plain Layout
11448
11449
11450 \backslash
11451 spce 
11452 \end_layout
11453
11454 \end_inset
11455
11456 f_kl
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 </lyxtabular>
11475
11476 \end_inset
11477
11478
11479 \end_layout
11480
11481 \begin_layout Standard
11482 Relations like for example equal signs, are always surrounded by space.
11483  To suppress this, the equal sign is placed into a TeX-brace.
11484  The following example demonstrates this:
11485 \end_layout
11486
11487 \begin_layout Standard
11488 \align center
11489 \begin_inset Tabular
11490 <lyxtabular version="3" rows="2" columns="2">
11491 <features>
11492 <column alignment="center" valignment="top" width="0pt">
11493 <column alignment="center" valignment="top" width="0pt">
11494 <row>
11495 <cell alignment="center" valignment="top" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 normal equation
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $A=B$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row>
11518 <cell alignment="center" valignment="top" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 \begin_inset Note Note
11523 status collapsed
11524
11525 \begin_layout Plain Layout
11526
11527 \series bold
11528
11529 \backslash
11530 raisebox
11531 \series default
11532  is only used as spacer.
11533 \end_layout
11534
11535 \end_inset
11536
11537
11538 \begin_inset Formula $\raisebox{5mm}{}$
11539 \end_inset
11540
11541 equation without space
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 \begin_inset Formula $A{=}B$
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 </row>
11559 </lyxtabular>
11560
11561 \end_inset
11562
11563
11564 \end_layout
11565
11566 \begin_layout Standard
11567 \noindent
11568 The command for the last formula is: 
11569 \series bold
11570 A
11571 \backslash
11572 {=
11573 \begin_inset Formula $\to$
11574 \end_inset
11575
11576 B
11577 \end_layout
11578
11579 \begin_layout Standard
11580 \begin_inset VSpace bigskip
11581 \end_inset
11582
11583 Spaces are needed for physical units, because the space between the value
11584  and the unit is the smallest one and not a normal space.
11585  For units in text, the smallest space is inserted via the menu 
11586 \family sans
11587 Insert\SpecialChar \menuseparator
11588 Formatting\SpecialChar \menuseparator
11589 Thin
11590 \begin_inset space ~
11591 \end_inset
11592
11593 Space
11594 \family default
11595  (shortcut 
11596 \family sans
11597 Ctrl-Shift-Space
11598 \family default
11599 ).
11600 \end_layout
11601
11602 \begin_layout Standard
11603 An example to visualize the difference:
11604 \end_layout
11605
11606 \begin_layout Standard
11607 \begin_inset Tabular
11608 <lyxtabular version="3" rows="2" columns="2">
11609 <features>
11610 <column alignment="left" valignment="top" width="0">
11611 <column alignment="left" valignment="top" width="0">
11612 <row>
11613 <cell alignment="center" valignment="top" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 24 kW
11618 \begin_inset Formula $\cdot$
11619 \end_inset
11620
11621 h
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 space between value and unit
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 <row>
11637 <cell alignment="center" valignment="top" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 24
11642 \begin_inset space \thinspace{}
11643 \end_inset
11644
11645 kW
11646 \begin_inset Formula $\cdot$
11647 \end_inset
11648
11649 h
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 smallest space between value and unit
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 </row>
11664 </lyxtabular>
11665
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \begin_layout Subsection
11672 Variable Space
11673 \begin_inset ERT
11674 status collapsed
11675
11676 \begin_layout Plain Layout
11677
11678
11679 \backslash
11680 texorpdfstring{
11681 \end_layout
11682
11683 \end_inset
11684
11685
11686 \begin_inset Foot
11687 status collapsed
11688
11689 \begin_layout Plain Layout
11690 for vertical space in formulas see 
11691 \begin_inset CommandInset ref
11692 LatexCommand ref
11693 reference "sub:Line-Separation"
11694
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \end_inset
11701
11702
11703 \begin_inset ERT
11704 status collapsed
11705
11706 \begin_layout Plain Layout
11707
11708 }{}
11709 \end_layout
11710
11711 \end_inset
11712
11713
11714 \begin_inset Note Note
11715 status collapsed
11716
11717 \begin_layout Plain Layout
11718
11719 \backslash
11720 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11721 \end_layout
11722
11723 \begin_layout Plain Layout
11724 More about 
11725 \backslash
11726 texorpdfstring is in section 
11727 \begin_inset CommandInset ref
11728 LatexCommand ref
11729 reference "sub:Formulas-in-Section"
11730
11731 \end_inset
11732
11733 .
11734 \end_layout
11735
11736 \end_inset
11737
11738
11739 \begin_inset CommandInset label
11740 LatexCommand label
11741 name "sub:Variable-Space"
11742
11743 \end_inset
11744
11745
11746 \begin_inset Index
11747 status collapsed
11748
11749 \begin_layout Plain Layout
11750 Space ! horizontal ! variable
11751 \end_layout
11752
11753 \end_inset
11754
11755
11756 \end_layout
11757
11758 \begin_layout Standard
11759 Space with a defined length can be inserted in LyX with the command
11760 \begin_inset Newline newline
11761 \end_inset
11762
11763
11764 \series bold
11765
11766 \backslash
11767 hspace{length}
11768 \series default
11769
11770 \begin_inset Index
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774 Commands ! H ! 
11775 \backslash
11776 hspace
11777 \end_layout
11778
11779 \end_inset
11780
11781 .
11782  For the length all units listed in 
11783 \begin_inset CommandInset ref
11784 LatexCommand ref
11785 reference "tab:Available-units"
11786
11787 \end_inset
11788
11789  are allowed, except of the unit 
11790 \begin_inset Quotes eld
11791 \end_inset
11792
11793 mu
11794 \begin_inset Quotes erd
11795 \end_inset
11796
11797 .
11798  The length may also be negative.
11799  To insert so many space that the formula uses all available space, the
11800  command 
11801 \series bold
11802
11803 \backslash
11804 hfill
11805 \series default
11806
11807 \begin_inset Index
11808 status collapsed
11809
11810 \begin_layout Plain Layout
11811 Commands ! H ! 
11812 \backslash
11813 hfill
11814 \end_layout
11815
11816 \end_inset
11817
11818  is used.
11819 \end_layout
11820
11821 \begin_layout Standard
11822 \begin_inset VSpace -1mm
11823 \end_inset
11824
11825
11826 \end_layout
11827
11828 \begin_layout Standard
11829 \align center
11830 \begin_inset Tabular
11831 <lyxtabular version="3" rows="4" columns="2">
11832 <features>
11833 <column alignment="center" valignment="top" width="0">
11834 <column alignment="center" valignment="top" width="0">
11835 <row>
11836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 Command
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 Result
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 <row>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 A=B
11861 \backslash
11862 hspace{3cm
11863 \begin_inset Formula $\to$
11864 \end_inset
11865
11866 A
11867 \backslash
11868 not=C
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11878 \end_inset
11879
11880
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 </row>
11886 <row>
11887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 A
11892 \backslash
11893 hspace{-1mm
11894 \begin_inset Formula $\to$
11895 \end_inset
11896
11897 A
11898 \backslash
11899 not=A
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11909 \end_inset
11910
11911
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 </row>
11917 <row>
11918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 A=A
11923 \backslash
11924 hfill
11925 \begin_inset ERT
11926 status collapsed
11927
11928 \begin_layout Plain Layout
11929
11930
11931 \backslash
11932 spce 
11933 \end_layout
11934
11935 \end_inset
11936
11937 B=B
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 \begin_inset Formula $A=A\hfill B=B$
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 </lyxtabular>
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Standard
11963 In the last example the available space is given by the longest column entry
11964  of the table.
11965  In an inline formula the space depends on the length of the line in which
11966  
11967 \series bold
11968
11969 \backslash
11970 hfill
11971 \series default
11972  is inserted.
11973  Thus, when the line uses the full width, no space will be created.
11974  
11975 \series bold
11976
11977 \backslash
11978 hfill
11979 \series default
11980  only has an effect on displayed formulas when the formula style 
11981 \series bold
11982 Indented
11983 \series default
11984  is used.
11985  (Formula styles are explained in 
11986 \begin_inset CommandInset ref
11987 LatexCommand ref
11988 reference "sec:Formula-Styles"
11989
11990 \end_inset
11991
11992 .)
11993 \end_layout
11994
11995 \begin_layout Standard
11996 Besides 
11997 \series bold
11998
11999 \backslash
12000 hfill
12001 \series default
12002 , there are the commands 
12003 \series bold
12004
12005 \backslash
12006 dotfill
12007 \series default
12008  and 
12009 \series bold
12010
12011 \backslash
12012 hrulefill
12013 \series default
12014  that fill the space with a pattern, see 
12015 \begin_inset CommandInset ref
12016 LatexCommand ref
12017 reference "sub:Ellipses"
12018
12019 \end_inset
12020
12021  for an example.
12022 \end_layout
12023
12024 \begin_layout Standard
12025 For text, variable space can be inserted via the menu 
12026 \family sans
12027 Insert\SpecialChar \menuseparator
12028 Formatting\SpecialChar \menuseparator
12029 Horizontal
12030 \begin_inset space ~
12031 \end_inset
12032
12033 Space
12034 \family default
12035 , what is not possible in formulas:
12036 \end_layout
12037
12038 \begin_layout Standard
12039 This is a line with
12040 \begin_inset space \hspace{}
12041 \length 2cm
12042 \end_inset
12043
12044 2
12045 \begin_inset space \thinspace{}
12046 \end_inset
12047
12048 cm space.
12049 \end_layout
12050
12051 \begin_layout Standard
12052 This is a line with
12053 \begin_inset space \hfill{}
12054 \end_inset
12055
12056 maximum space.
12057 \end_layout
12058
12059 \begin_layout Subsection
12060 Space besides inline Formulas
12061 \begin_inset Index
12062 status collapsed
12063
12064 \begin_layout Plain Layout
12065 Space ! besides inline formulas
12066 \end_layout
12067
12068 \end_inset
12069
12070
12071 \end_layout
12072
12073 \begin_layout Standard
12074 The space that surrounds inline formulas can be adjusted with the length
12075  
12076 \series bold
12077
12078 \backslash
12079 mathsurround
12080 \begin_inset Index
12081 status collapsed
12082
12083 \begin_layout Plain Layout
12084 Commands ! M ! 
12085 \backslash
12086 mathsurround
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \series default
12093 .
12094  The value of a length is set with the command 
12095 \series bold
12096
12097 \backslash
12098 setlength
12099 \begin_inset Index
12100 status collapsed
12101
12102 \begin_layout Plain Layout
12103 Commands ! S ! 
12104 \backslash
12105 setlength
12106 \end_layout
12107
12108 \end_inset
12109
12110
12111 \series default
12112  that has the following scheme:
12113 \end_layout
12114
12115 \begin_layout Standard
12116
12117 \series bold
12118
12119 \backslash
12120 setlength{length name}{value}
12121 \end_layout
12122
12123 \begin_layout Standard
12124 To set 
12125 \series bold
12126
12127 \backslash
12128 mathsurround
12129 \series default
12130  to the value 5
12131 \begin_inset space \thinspace{}
12132 \end_inset
12133
12134 mm, the command
12135 \end_layout
12136
12137 \begin_layout Standard
12138
12139 \series bold
12140
12141 \backslash
12142 setlength{
12143 \backslash
12144 mathsurround}{5mm}
12145 \end_layout
12146
12147 \begin_layout Standard
12148 is inserted in TeX-mode.
12149  5
12150 \begin_inset space \thinspace{}
12151 \end_inset
12152
12153 mm space will now be set around all inline formulas:
12154 \begin_inset ERT
12155 status collapsed
12156
12157 \begin_layout Plain Layout
12158
12159
12160 \backslash
12161 setlength{
12162 \backslash
12163 mathsurround}{5mm}
12164 \end_layout
12165
12166 \end_inset
12167
12168
12169 \end_layout
12170
12171 \begin_layout Standard
12172 This is a line with an inline formula 
12173 \begin_inset Formula $A=B$
12174 \end_inset
12175
12176  with 5
12177 \begin_inset space \thinspace{}
12178 \end_inset
12179
12180 mm surrounding space.
12181 \begin_inset ERT
12182 status collapsed
12183
12184 \begin_layout Plain Layout
12185
12186
12187 \backslash
12188 setlength{
12189 \backslash
12190 mathsurround}{0pt}
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \begin_layout Standard
12199 To return to the predefined value, 
12200 \series bold
12201
12202 \backslash
12203 mathsurround
12204 \series default
12205  is set to the value 0
12206 \begin_inset space \thinspace{}
12207 \end_inset
12208
12209 pt.
12210 \end_layout
12211
12212 \begin_layout Section
12213 Boxes and Frames
12214 \begin_inset Index
12215 status collapsed
12216
12217 \begin_layout Plain Layout
12218 Boxes
12219 \end_layout
12220
12221 \end_inset
12222
12223
12224 \begin_inset Index
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228 Frames | see
12229 \begin_inset ERT
12230 status collapsed
12231
12232 \begin_layout Plain Layout
12233
12234 {
12235 \end_layout
12236
12237 \end_inset
12238
12239 Boxes
12240 \begin_inset ERT
12241 status collapsed
12242
12243 \begin_layout Plain Layout
12244
12245 }
12246 \end_layout
12247
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259 Boxes for text are described in chapter 
12260 \family typewriter
12261 Boxes
12262 \family default
12263  in the 
12264 \family typewriter
12265 Embedded
12266 \begin_inset space ~
12267 \end_inset
12268
12269 Objects
12270 \family default
12271  manual.
12272 \end_layout
12273
12274 \begin_layout Subsection
12275 Boxes with Frame
12276 \begin_inset CommandInset label
12277 LatexCommand label
12278 name "sub:Boxes-with-Frame"
12279
12280 \end_inset
12281
12282
12283 \begin_inset Index
12284 status collapsed
12285
12286 \begin_layout Plain Layout
12287 Boxes ! with frame
12288 \end_layout
12289
12290 \end_inset
12291
12292
12293 \end_layout
12294
12295 \begin_layout Standard
12296 It is possible to frame formulas or parts of it with the commands 
12297 \series bold
12298
12299 \backslash
12300 fbox
12301 \series default
12302
12303 \begin_inset Index
12304 status collapsed
12305
12306 \begin_layout Plain Layout
12307 Commands ! F ! 
12308 \backslash
12309 fbox
12310 \end_layout
12311
12312 \end_inset
12313
12314  and 
12315 \series bold
12316
12317 \backslash
12318 boxed
12319 \series default
12320
12321 \begin_inset Index
12322 status collapsed
12323
12324 \begin_layout Plain Layout
12325 Commands ! B ! 
12326 \backslash
12327 boxed
12328 \end_layout
12329
12330 \end_inset
12331
12332 .
12333 \end_layout
12334
12335 \begin_layout Standard
12336 When one of these commands is inserted to a formula, a blue box appears
12337  within a frame to enter formula parts.
12338  For 
12339 \series bold
12340
12341 \backslash
12342 fbox
12343 \series default
12344  an additional formula has to be created by 
12345 \family sans
12346 Ctrl-m
12347 \family default
12348  within this box
12349 \begin_inset Foot
12350 status collapsed
12351
12352 \begin_layout Plain Layout
12353 Due to a bug in LyX it is not possible to create a new formula with 
12354 \family sans
12355 Ctrl-m
12356 \family default
12357 , see 
12358 \begin_inset CommandInset href
12359 LatexCommand href
12360 name "LyX-bug #1435"
12361 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12362
12363 \end_inset
12364
12365 .
12366 \end_layout
12367
12368 \end_inset
12369
12370 , because the box content will otherwise be treated as mathematical text.
12371  When 
12372 \series bold
12373
12374 \backslash
12375 boxed
12376 \series default
12377  is used, a new formula is automatically created inside the frame.
12378 \end_layout
12379
12380 \begin_layout Standard
12381 The command 
12382 \series bold
12383
12384 \backslash
12385 fbox
12386 \series default
12387  is not suitable to frame displayed formulas, because the formula will always
12388  be set in the size of the text.
12389  
12390 \series bold
12391
12392 \backslash
12393 boxed
12394 \series default
12395  is in contrary not suitable to frame inline formulas, because the formula
12396  will always be set in the size of a displayed formula.
12397 \end_layout
12398
12399 \begin_layout Standard
12400 As extension to 
12401 \series bold
12402
12403 \backslash
12404 fbox
12405 \series default
12406  there is the command 
12407 \series bold
12408
12409 \backslash
12410 framebox
12411 \series default
12412
12413 \begin_inset Index
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Commands ! F ! 
12418 \backslash
12419 framebox
12420 \end_layout
12421
12422 \end_inset
12423
12424  where additionally the frame width and the alignment can be specified.
12425  
12426 \series bold
12427
12428 \backslash
12429 framebox
12430 \series default
12431  is used in the following scheme:
12432 \end_layout
12433
12434 \begin_layout Standard
12435
12436 \series bold
12437
12438 \backslash
12439 framebox[frame width][position]{box content}
12440 \end_layout
12441
12442 \begin_layout Standard
12443 The position can either be 
12444 \emph on
12445 l
12446 \emph default
12447  or 
12448 \emph on
12449 r
12450 \emph default
12451 .
12452  
12453 \emph on
12454 l
12455 \emph default
12456  left aligns, 
12457 \emph on
12458 r
12459 \emph default
12460  right aligns the formula in the box.
12461  When no position is given, the formula will be centered.
12462 \begin_inset Newline newline
12463 \end_inset
12464
12465 Is no width given, also no position can be given.
12466  In this case the frame width is adjusted to the box content like for 
12467 \series bold
12468
12469 \backslash
12470 fbox
12471 \series default
12472 .
12473 \end_layout
12474
12475 \begin_layout Standard
12476 When the command 
12477 \series bold
12478
12479 \backslash
12480 framebox
12481 \series default
12482  is inserted, a box appears containing three blue boxes.
12483  The first two boxes are surrounded by brackets and denote the two optional
12484  arguments.
12485  The third box is for formula parts like for 
12486 \series bold
12487
12488 \backslash
12489 fbox
12490 \series default
12491 .
12492 \end_layout
12493
12494 \begin_layout Standard
12495 \align center
12496 \begin_inset Note Note
12497 status open
12498
12499 \begin_layout Plain Layout
12500 The table has been set into a minipage to make the footnote appearing.
12501  Otherwise the footnote text would not be displayed.
12502 \end_layout
12503
12504 \end_inset
12505
12506
12507 \begin_inset Box Frameless
12508 position "c"
12509 hor_pos "c"
12510 has_inner_box 1
12511 inner_pos "c"
12512 use_parbox 0
12513 width "100col%"
12514 special "none"
12515 height "1in"
12516 height_special "totalheight"
12517 status open
12518
12519 \begin_layout Plain Layout
12520 \align center
12521 \begin_inset Tabular
12522 <lyxtabular version="3" rows="5" columns="2">
12523 <features>
12524 <column alignment="center" valignment="top" width="0">
12525 <column alignment="center" valignment="top" width="0">
12526 <row>
12527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 Command
12532 \begin_inset Foot
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536 Due to a bug in LyX it is not possible to create a new formula with 
12537 \family sans
12538 Ctrl-m
12539 \family default
12540 , see 
12541 \begin_inset CommandInset href
12542 LatexCommand href
12543 name "LyX-bug #1435"
12544 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12545
12546 \end_inset
12547
12548 .
12549 \end_layout
12550
12551 \end_inset
12552
12553
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 Result
12563 \begin_inset Note Note
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567
12568 \series bold
12569
12570 \backslash
12571 raisebox
12572 \series default
12573  is only used as spacer.
12574 \end_layout
12575
12576 \end_inset
12577
12578
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 </row>
12584 <row>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589
12590 \backslash
12591 fbox
12592 \begin_inset ERT
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596
12597
12598 \backslash
12599 spce 
12600 \end_layout
12601
12602 \end_inset
12603
12604
12605 \family sans
12606 Ctrl-m
12607 \family default
12608  
12609 \backslash
12610 int
12611 \begin_inset ERT
12612 status collapsed
12613
12614 \begin_layout Plain Layout
12615
12616
12617 \backslash
12618 spce 
12619 \end_layout
12620
12621 \end_inset
12622
12623 A=B
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12633
12634 \end_inset
12635
12636
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 <row>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647
12648 \backslash
12649 boxed
12650 \begin_inset ERT
12651 status collapsed
12652
12653 \begin_layout Plain Layout
12654
12655
12656 \backslash
12657 spce 
12658 \end_layout
12659
12660 \end_inset
12661
12662
12663 \backslash
12664 int
12665 \begin_inset ERT
12666 status collapsed
12667
12668 \begin_layout Plain Layout
12669
12670
12671 \backslash
12672 spce 
12673 \end_layout
12674
12675 \end_inset
12676
12677 A=B
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12687 \end_inset
12688
12689
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 </row>
12695 <row>
12696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 A+
12701 \backslash
12702 fbox
12703 \begin_inset ERT
12704 status collapsed
12705
12706 \begin_layout Plain Layout
12707
12708
12709 \backslash
12710 spce 
12711 \end_layout
12712
12713 \end_inset
12714
12715 B
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12725 \end_inset
12726
12727
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 <row>
12734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738
12739 \backslash
12740 framebox
12741 \begin_inset ERT
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745
12746
12747 \backslash
12748 spce 
12749 \end_layout
12750
12751 \end_inset
12752
12753 20mm
12754 \begin_inset Formula $\to$
12755 \end_inset
12756
12757
12758 \begin_inset Formula $\to$
12759 \end_inset
12760
12761
12762 \family sans
12763 Ctrl-m
12764 \family default
12765  
12766 \backslash
12767 frac
12768 \begin_inset ERT
12769 status collapsed
12770
12771 \begin_layout Plain Layout
12772
12773
12774 \backslash
12775 spce 
12776 \end_layout
12777
12778 \end_inset
12779
12780 A
12781 \begin_inset Formula $\downarrow$
12782 \end_inset
12783
12784 B
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 \begin_inset Formula $\raisebox{6mm}{}$
12794 \end_inset
12795
12796
12797 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12798 \end_inset
12799
12800
12801 \begin_inset Formula $\raisebox{-4mm}{}$
12802 \end_inset
12803
12804
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 </row>
12810 </lyxtabular>
12811
12812 \end_inset
12813
12814
12815 \end_layout
12816
12817 \end_inset
12818
12819
12820 \end_layout
12821
12822 \begin_layout Standard
12823 The frame thickness can also be adjusted.
12824  To do this the following commands have to be inserted in TeX-mode before
12825  the formula
12826 \end_layout
12827
12828 \begin_layout Standard
12829
12830 \series bold
12831
12832 \backslash
12833 fboxrule
12834 \series default
12835  
12836 \series bold
12837
12838 \begin_inset Quotes eld
12839 \end_inset
12840
12841 thickness
12842 \begin_inset Quotes erd
12843 \end_inset
12844
12845
12846 \series default
12847  
12848 \series bold
12849
12850 \backslash
12851 fboxsep
12852 \series default
12853  
12854 \series bold
12855
12856 \begin_inset Quotes eld
12857 \end_inset
12858
12859 distance
12860 \begin_inset Quotes erd
12861 \end_inset
12862
12863
12864 \end_layout
12865
12866 \begin_layout Standard
12867 \begin_inset Quotes eld
12868 \end_inset
12869
12870 distance
12871 \begin_inset Quotes erd
12872 \end_inset
12873
12874  specifies the minimal distance between the frame and the first character
12875  in the box.
12876  An example for this is the following framed formula:
12877 \begin_inset ERT
12878 status collapsed
12879
12880 \begin_layout Plain Layout
12881
12882
12883 \backslash
12884 fboxrule 2mm 
12885 \backslash
12886 fboxsep 3mm
12887 \end_layout
12888
12889 \end_inset
12890
12891
12892 \begin_inset Formula \[
12893 \boxed{A+B=C}\]
12894
12895 \end_inset
12896
12897 Before this formula the commands
12898 \end_layout
12899
12900 \begin_layout Standard
12901
12902 \series bold
12903
12904 \backslash
12905 fboxrule
12906 \series default
12907  
12908 \series bold
12909 2mm
12910 \series default
12911  
12912 \series bold
12913
12914 \backslash
12915 fboxsep
12916 \series default
12917  
12918 \series bold
12919 3mm
12920 \end_layout
12921
12922 \begin_layout Standard
12923 were inserted in TeX-mode.
12924  The given values are used for all following boxes.
12925 \end_layout
12926
12927 \begin_layout Standard
12928 To return to the standard frame size, the command
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933 \series bold
12934
12935 \backslash
12936 fboxrule
12937 \series default
12938  
12939 \series bold
12940 0.4pt
12941 \series default
12942  
12943 \series bold
12944
12945 \backslash
12946 fboxsep
12947 \series default
12948  
12949 \series bold
12950 3pt
12951 \series default
12952
12953 \begin_inset ERT
12954 status collapsed
12955
12956 \begin_layout Plain Layout
12957
12958
12959 \backslash
12960 fboxrule 0.4pt 
12961 \backslash
12962 fboxsep 3pt
12963 \end_layout
12964
12965 \end_inset
12966
12967
12968 \end_layout
12969
12970 \begin_layout Standard
12971 is inserted in TeX-mode before the next formula.
12972 \end_layout
12973
12974 \begin_layout Subsection
12975 Boxes without Frame
12976 \begin_inset CommandInset label
12977 LatexCommand label
12978 name "sub:Boxes-without-Frame"
12979
12980 \end_inset
12981
12982
12983 \begin_inset Index
12984 status collapsed
12985
12986 \begin_layout Plain Layout
12987 Boxes ! without frame
12988 \end_layout
12989
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \begin_layout Standard
12996 For boxes without a frame there are the following box commands: 
12997 \series bold
12998
12999 \backslash
13000 mbox
13001 \series default
13002
13003 \begin_inset Index
13004 status collapsed
13005
13006 \begin_layout Plain Layout
13007 Commands ! M ! 
13008 \backslash
13009 mbox
13010 \end_layout
13011
13012 \end_inset
13013
13014
13015 \series bold
13016
13017 \backslash
13018 makebox
13019 \series default
13020
13021 \begin_inset Index
13022 status collapsed
13023
13024 \begin_layout Plain Layout
13025 Commands ! M ! 
13026 \backslash
13027 makebox
13028 \end_layout
13029
13030 \end_inset
13031
13032 , and 
13033 \series bold
13034
13035 \backslash
13036 raisebox
13037 \series default
13038
13039 \begin_inset Index
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043 Commands ! R ! 
13044 \backslash
13045 raisebox
13046 \end_layout
13047
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \begin_layout Standard
13054 With 
13055 \series bold
13056
13057 \backslash
13058 raisebox
13059 \series default
13060  a box can be super- or subscripted.
13061  But in contrary to normal super- and subscripting, the characters in the
13062  box keep their font size.
13063  
13064 \series bold
13065
13066 \backslash
13067 raisebox
13068 \series default
13069  is used in the following scheme:
13070 \end_layout
13071
13072 \begin_layout Standard
13073
13074 \series bold
13075
13076 \backslash
13077 raisebox{height}{box content}
13078 \end_layout
13079
13080 \begin_layout Standard
13081 When the box should contain a formula, an extra formula is needed like for
13082  
13083 \series bold
13084
13085 \backslash
13086 fbox
13087 \series default
13088 .
13089 \end_layout
13090
13091 \begin_layout Standard
13092 \align center
13093 \begin_inset Tabular
13094 <lyxtabular version="3" rows="4" columns="2">
13095 <features>
13096 <column alignment="center" valignment="top" width="0">
13097 <column alignment="center" valignment="top" width="0">
13098 <row>
13099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 Command
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 Result
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 </row>
13118 <row>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 H
13124 \backslash
13125 raisebox{2mm
13126 \begin_inset Formula $\to$
13127 \end_inset
13128
13129
13130 \backslash
13131 {al
13132 \begin_inset Formula $\to$
13133 \end_inset
13134
13135  lo
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13145 \end_inset
13146
13147
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 </row>
13153 <row>
13154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 H
13159 \backslash
13160 raisebox{-2mm
13161 \begin_inset Formula $\to$
13162 \end_inset
13163
13164
13165 \backslash
13166 {al
13167 \begin_inset Formula $\to$
13168 \end_inset
13169
13170 lo
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13180 \end_inset
13181
13182
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 </row>
13188 <row>
13189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 A=
13194 \backslash
13195 raisebox{-2mm
13196 \begin_inset Formula $\to$
13197 \end_inset
13198
13199
13200 \backslash
13201 {
13202 \family sans
13203 Ctrl-m
13204 \family default
13205  
13206 \backslash
13207 sqrt
13208 \begin_inset ERT
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212
13213
13214 \backslash
13215 spce 
13216 \end_layout
13217
13218 \end_inset
13219
13220
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234 $A=
13235 \backslash
13236 raisebox{-2mm}{$
13237 \backslash
13238 sqrt{B}$}$
13239 \end_layout
13240
13241 \end_inset
13242
13243
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 </row>
13249 </lyxtabular>
13250
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \begin_layout Standard
13257 The last formula can currently only be created using TeX-mode because LyX
13258  inserts a box instead of the needed extra formula.
13259 \begin_inset Foot
13260 status collapsed
13261
13262 \begin_layout Plain Layout
13263 see 
13264 \begin_inset CommandInset href
13265 LatexCommand href
13266 name "LyX-bug #1435"
13267 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \begin_layout Standard
13280 The command 
13281 \series bold
13282
13283 \backslash
13284 mbox
13285 \series default
13286  is equivalent to 
13287 \series bold
13288
13289 \backslash
13290 fbox
13291 \series default
13292  and 
13293 \series bold
13294
13295 \backslash
13296 makebox
13297 \series default
13298  is equivalent to 
13299 \series bold
13300
13301 \backslash
13302 framebox
13303 \series default
13304 , with the difference that there is no frame.
13305 \end_layout
13306
13307 \begin_layout Subsection
13308 Colored Boxes
13309 \begin_inset CommandInset label
13310 LatexCommand label
13311 name "sub:Colored-Boxes"
13312
13313 \end_inset
13314
13315
13316 \begin_inset Index
13317 status collapsed
13318
13319 \begin_layout Plain Layout
13320 Boxes ! colored
13321 \end_layout
13322
13323 \end_inset
13324
13325
13326 \end_layout
13327
13328 \begin_layout Standard
13329 To be able to use all commands explained in this section, the LaTeX-package
13330  
13331 \series bold
13332 color
13333 \series default
13334
13335 \begin_inset Foot
13336 status collapsed
13337
13338 \begin_layout Plain Layout
13339 The LaTeX-package 
13340 \series bold
13341 color
13342 \series default
13343  is part of every LaTeX standard installation.
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \begin_inset Index
13350 status collapsed
13351
13352 \begin_layout Plain Layout
13353 Packages ! color
13354 \end_layout
13355
13356 \end_inset
13357
13358  has to be loaded in the LaTeX-preamble with the line
13359 \begin_inset Foot
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363 When text is colored somewhere in the document with a predefined color,
13364  LyX loads the LaTeX-package 
13365 \series bold
13366 color
13367 \series default
13368  automatically.
13369  Thus it is possible that the package is loaded twice, but this doesn't
13370  arise problems.
13371 \end_layout
13372
13373 \end_inset
13374
13375
13376 \begin_inset Note Note
13377 status collapsed
13378
13379 \begin_layout Plain Layout
13380 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13381 amble.
13382 \end_layout
13383
13384 \end_inset
13385
13386
13387 \end_layout
13388
13389 \begin_layout Standard
13390
13391 \series bold
13392
13393 \backslash
13394 usepackage{color}
13395 \end_layout
13396
13397 \begin_layout Standard
13398 \begin_inset VSpace medskip
13399 \end_inset
13400
13401 To color boxes, the command 
13402 \series bold
13403
13404 \backslash
13405 colorbox
13406 \series default
13407
13408 \begin_inset Index
13409 status collapsed
13410
13411 \begin_layout Plain Layout
13412 Commands ! C ! 
13413 \backslash
13414 colorbox
13415 \end_layout
13416
13417 \end_inset
13418
13419  is used in the following scheme:
13420 \end_layout
13421
13422 \begin_layout Standard
13423
13424 \series bold
13425
13426 \backslash
13427 colorbox{color}{box content}
13428 \end_layout
13429
13430 \begin_layout Standard
13431 The box content can also be a box and a 
13432 \series bold
13433
13434 \backslash
13435 colorbox
13436 \series default
13437  can also be part of another box (see the 2nd and 3rd example).
13438  When the box should contain a formula, an extra formula has to be created,
13439  the same as for 
13440 \series bold
13441
13442 \backslash
13443 fbox
13444 \series default
13445 .
13446 \begin_inset Foot
13447 status collapsed
13448
13449 \begin_layout Plain Layout
13450 This also applies for the command 
13451 \series bold
13452
13453 \backslash
13454 fcolorbox
13455 \series default
13456 .
13457  Thereby note 
13458 \begin_inset CommandInset href
13459 LatexCommand href
13460 name "LyX-bug #1435"
13461 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13462
13463 \end_inset
13464
13465 .
13466 \end_layout
13467
13468 \end_inset
13469
13470
13471 \end_layout
13472
13473 \begin_layout Standard
13474 One of the following predefined colors can be chosen:
13475 \end_layout
13476
13477 \begin_layout Standard
13478
13479 \series bold
13480 black
13481 \series default
13482
13483 \series bold
13484 blue
13485 \series default
13486
13487 \series bold
13488 cyan
13489 \series default
13490
13491 \series bold
13492 green
13493 \series default
13494
13495 \series bold
13496 magenta
13497 \series default
13498
13499 \series bold
13500 red
13501 \series default
13502
13503 \series bold
13504 white
13505 \series default
13506 , and 
13507 \series bold
13508 yellow
13509 \end_layout
13510
13511 \begin_layout Standard
13512 \align center
13513 \begin_inset Tabular
13514 <lyxtabular version="3" rows="4" columns="2">
13515 <features>
13516 <column alignment="center" valignment="top" width="0">
13517 <column alignment="center" valignment="top" width="0">
13518 <row>
13519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 Command
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 Result
13533 \begin_inset Note Note
13534 status collapsed
13535
13536 \begin_layout Plain Layout
13537
13538 \series bold
13539
13540 \backslash
13541 raisebox
13542 \series default
13543  is only used as spacer.
13544 \end_layout
13545
13546 \end_inset
13547
13548
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559
13560 \backslash
13561 colorbox{yellow
13562 \begin_inset Formula $\to$
13563 \end_inset
13564
13565
13566 \backslash
13567 {A=B
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13577 \end_inset
13578
13579
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 </row>
13585 <row>
13586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590
13591 \backslash
13592 colorbox{green
13593 \begin_inset Formula $\to$
13594 \end_inset
13595
13596
13597 \backslash
13598 {
13599 \backslash
13600 fbox
13601 \begin_inset ERT
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605
13606
13607 \backslash
13608 spce 
13609 \end_layout
13610
13611 \end_inset
13612
13613 A=B
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13623 \end_inset
13624
13625
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 </row>
13631 <row>
13632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636
13637 \backslash
13638 fbox
13639 \begin_inset ERT
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643
13644
13645 \backslash
13646 spce 
13647 \end_layout
13648
13649 \end_inset
13650
13651
13652 \backslash
13653 colorbox{green
13654 \begin_inset Formula $\to$
13655 \end_inset
13656
13657
13658 \backslash
13659 {A=B
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 </row>
13677 </lyxtabular>
13678
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685
13686 \series bold
13687
13688 \backslash
13689 colorbox
13690 \series default
13691  only colors the box but not the characters in the box.
13692  To color all characters, the whole formula is highlighted and the wanted
13693  color is chosen in the 
13694 \family sans
13695 Text
13696 \begin_inset space ~
13697 \end_inset
13698
13699 Style
13700 \family default
13701  dialog.
13702  The dialog can be called with the toolbar button 
13703 \begin_inset Graphics
13704         filename ../images/dialog-show_character.png
13705         scale 85
13706
13707 \end_inset
13708
13709  or the menu 
13710 \family sans
13711 Edit\SpecialChar \menuseparator
13712 Text
13713 \begin_inset space ~
13714 \end_inset
13715
13716 Style\SpecialChar \menuseparator
13717 Customized
13718 \family default
13719 .
13720  The formula number has then the same color as the formula.
13721  When the formula number should get another color than the formula characters,
13722  the color must be changed within the formula.
13723 \end_layout
13724
13725 \begin_layout Standard
13726 An example:
13727 \end_layout
13728
13729 \begin_layout Standard
13730
13731 \color red
13732 \begin_inset Formula \begin{equation}
13733 \int A=B\label{eq:red}\end{equation}
13734
13735 \end_inset
13736
13737
13738 \color green
13739
13740 \begin_inset Formula \begin{equation}
13741 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \begin_layout Standard
13749 Formula 
13750 \begin_inset CommandInset ref
13751 LatexCommand eqref
13752 reference "eq:red"
13753
13754 \end_inset
13755
13756  is completely colored red.
13757 \begin_inset Newline newline
13758 \end_inset
13759
13760 Formula 
13761 \begin_inset CommandInset ref
13762 LatexCommand eqref
13763 reference "eq:redgreen"
13764
13765 \end_inset
13766
13767  was first completely colored green to set the color for the formula number.
13768  Subsequently the formula characters were colored red.
13769 \end_layout
13770
13771 \begin_layout Standard
13772 \begin_inset VSpace bigskip
13773 \end_inset
13774
13775 To color the frame different than the rest of the box, the command 
13776 \series bold
13777
13778 \backslash
13779 fcolorbox
13780 \series default
13781
13782 \begin_inset Index
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786 Commands ! F ! 
13787 \backslash
13788 fcolorbox
13789 \end_layout
13790
13791 \end_inset
13792
13793  is used in the following scheme:
13794 \end_layout
13795
13796 \begin_layout Standard
13797
13798 \series bold
13799
13800 \backslash
13801 fcolorbox{frame color}{color}{box content}
13802 \end_layout
13803
13804 \begin_layout Standard
13805 So 
13806 \series bold
13807
13808 \backslash
13809 fcolorbox
13810 \series default
13811  is an extension of the command 
13812 \series bold
13813
13814 \backslash
13815 colorbox
13816 \series default
13817 .
13818  The frame width is set, like for 
13819 \series bold
13820
13821 \backslash
13822 framebox
13823 \series default
13824 , with 
13825 \series bold
13826
13827 \backslash
13828 fboxrule
13829 \series default
13830  and 
13831 \series bold
13832
13833 \backslash
13834 fboxsep
13835 \series default
13836 .
13837  An example:
13838 \begin_inset ERT
13839 status collapsed
13840
13841 \begin_layout Plain Layout
13842
13843
13844 \backslash
13845 fboxrule 1mm 
13846 \backslash
13847 fboxsep 1mm
13848 \end_layout
13849
13850 \end_inset
13851
13852
13853 \begin_inset Formula \[
13854 \fcolorbox{cyan}{magenta}{A=B}\]
13855
13856 \end_inset
13857
13858
13859 \begin_inset ERT
13860 status collapsed
13861
13862 \begin_layout Plain Layout
13863
13864
13865 \backslash
13866 fboxrule 0.4pt 
13867 \backslash
13868 fboxsep 3pt
13869 \end_layout
13870
13871 \end_inset
13872
13873
13874 \end_layout
13875
13876 \begin_layout Standard
13877 This formula was created with the command
13878 \begin_inset Newline newline
13879 \end_inset
13880
13881
13882 \series bold
13883
13884 \backslash
13885 fcolorbox{cyan
13886 \begin_inset Formula $\to$
13887 \end_inset
13888
13889
13890 \backslash
13891 {magenta
13892 \begin_inset Formula $\to$
13893 \end_inset
13894
13895
13896 \backslash
13897 {A=B
13898 \series default
13899 .
13900 \end_layout
13901
13902 \begin_layout Standard
13903 \begin_inset VSpace bigskip
13904 \end_inset
13905
13906 To use other colors than the predefined ones, they have to be defined first.
13907 \end_layout
13908
13909 \begin_layout Standard
13910 One can for example define the color 
13911 \begin_inset Quotes eld
13912 \end_inset
13913
13914
13915 \series bold
13916 darkgreen
13917 \series default
13918
13919 \begin_inset Quotes erd
13920 \end_inset
13921
13922  with the LaTeX-preamble line:
13923 \end_layout
13924
13925 \begin_layout Standard
13926
13927 \series bold
13928
13929 \backslash
13930 definecolor{darkgreen}{cmyk}{0.5,
13931 \series default
13932  
13933 \series bold
13934 0,
13935 \series default
13936  
13937 \series bold
13938 1,
13939 \series default
13940  
13941 \series bold
13942 0.5}
13943 \series default
13944
13945 \begin_inset Index
13946 status collapsed
13947
13948 \begin_layout Plain Layout
13949 Commands ! D ! 
13950 \backslash
13951 definecolor
13952 \end_layout
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \begin_layout Standard
13960
13961 \series bold
13962 cmyk
13963 \series default
13964  is the color space that denotes the colors 
13965 \series bold
13966 cyan
13967 \series default
13968
13969 \series bold
13970 magenta
13971 \series default
13972
13973 \series bold
13974 yellow
13975 \series default
13976 , and 
13977 \series bold
13978 black
13979 \series default
13980 .
13981  The four comma separated numbers are the portion factor for the corresponding
13982  colors of the color space.
13983  The factors can be in the range of 0
13984 \begin_inset space \thinspace{}
13985 \end_inset
13986
13987 -
13988 \begin_inset space \thinspace{}
13989 \end_inset
13990
13991 1.
13992  Instead of 
13993 \series bold
13994 cmyk
13995 \series default
13996  also the color space 
13997 \series bold
13998 rgb
13999 \series default
14000  can be used for definitions.
14001  
14002 \series bold
14003 rgb
14004 \series default
14005  denotes 
14006 \series bold
14007 red
14008 \series default
14009
14010 \series bold
14011 green
14012 \series default
14013 , and 
14014 \series bold
14015 blue
14016 \series default
14017 , so that there are in this case three portion factors for the corresponding
14018  colors.
14019  Furthermore there is the color space 
14020 \series bold
14021 gray
14022 \series default
14023  with one portion factor for the gray value.
14024 \end_layout
14025
14026 \begin_layout Standard
14027 As example a framed box with the new defined color 
14028 \series bold
14029 darkgreen
14030 \series default
14031  where the characters have been colored 
14032 \series bold
14033 yellow
14034 \series default
14035 :
14036 \begin_inset Formula \begin{equation}
14037 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \begin_layout Standard
14045 Self-defined colors can also be used for text with the help of the command
14046  
14047 \series bold
14048
14049 \backslash
14050 textcolor
14051 \series default
14052 :
14053 \begin_inset Index
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057 Text ! colored
14058 \end_layout
14059
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \begin_layout Standard
14066 \begin_inset ERT
14067 status collapsed
14068
14069 \begin_layout Plain Layout
14070
14071
14072 \backslash
14073 textcolor{darkgreen}{
14074 \end_layout
14075
14076 \end_inset
14077
14078 This sentence is 
14079 \begin_inset Quotes eld
14080 \end_inset
14081
14082 darkgreen
14083 \begin_inset Quotes erd
14084 \end_inset
14085
14086 .
14087 \begin_inset ERT
14088 status collapsed
14089
14090 \begin_layout Plain Layout
14091
14092 }
14093 \end_layout
14094
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \begin_layout Standard
14101
14102 \series bold
14103
14104 \backslash
14105 textcolor
14106 \series default
14107
14108 \begin_inset Index
14109 status collapsed
14110
14111 \begin_layout Plain Layout
14112 Commands ! T ! 
14113 \backslash
14114 textcolor
14115 \end_layout
14116
14117 \end_inset
14118
14119  is used in the scheme 
14120 \series bold
14121
14122 \backslash
14123 textcolor{color}{characters to color}
14124 \series default
14125 .
14126 \end_layout
14127
14128 \begin_layout Subsection
14129 Paragraph Boxes
14130 \begin_inset CommandInset label
14131 LatexCommand label
14132 name "sub:Paragraph-Boxes"
14133
14134 \end_inset
14135
14136
14137 \begin_inset Index
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Boxes ! as paragraph
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150 A box that can contain several lines and paragraphs, a so called paragraph
14151  box (parbox), can be created with the menu 
14152 \family sans
14153 Insert\SpecialChar \menuseparator
14154 Box
14155 \family default
14156  or the toolbar button 
14157 \begin_inset Graphics
14158         filename ../images/box-insert.png
14159         scale 85
14160
14161 \end_inset
14162
14163 .
14164 \end_layout
14165
14166 \begin_layout Standard
14167 The following example shows a framed parbox in a line:
14168 \end_layout
14169
14170 \begin_layout Standard
14171 \begin_inset VSpace medskip
14172 \end_inset
14173
14174 This is a line 
14175 \begin_inset Box Boxed
14176 position "c"
14177 hor_pos "c"
14178 has_inner_box 1
14179 inner_pos "t"
14180 use_parbox 1
14181 width "5cm"
14182 special "none"
14183 height "1in"
14184 height_special "totalheight"
14185 status open
14186
14187 \begin_layout Plain Layout
14188 This is a paragraph box.
14189  It is exactly 5
14190 \begin_inset space \thinspace{}
14191 \end_inset
14192
14193 cm long and can also contain formulas: 
14194 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \end_inset
14201
14202  with a parbox.
14203 \end_layout
14204
14205 \begin_layout Standard
14206 \begin_inset VSpace medskip
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \begin_layout Standard
14213 Such a box is created by right-clicking on the gray box inset.
14214  A dialog pops up showing the box properties.
14215  In our case set: 
14216 \emph on
14217 Decoration
14218 \emph default
14219 : Recangular box, 
14220 \emph on
14221 Inner Box
14222 \emph default
14223 : Parbox, 
14224 \emph on
14225 Width
14226 \emph default
14227 : 5
14228 \begin_inset space \thinspace{}
14229 \end_inset
14230
14231 cm, 
14232 \emph on
14233 Vertical Box Alignment
14234 \emph default
14235 : Middle
14236 \end_layout
14237
14238 \begin_layout Standard
14239 \begin_inset VSpace medskip
14240 \end_inset
14241
14242 In LaTeX a parbox is created with the command 
14243 \series bold
14244
14245 \backslash
14246 parbox
14247 \series default
14248
14249 \begin_inset Index
14250 status collapsed
14251
14252 \begin_layout Plain Layout
14253 Commands ! P ! 
14254 \backslash
14255 parbox
14256 \end_layout
14257
14258 \end_inset
14259
14260  that has the following scheme:
14261 \end_layout
14262
14263 \begin_layout Standard
14264
14265 \series bold
14266
14267 \backslash
14268 parbox[position]{width}{box content}
14269 \end_layout
14270
14271 \begin_layout Standard
14272 The positions 
14273 \emph on
14274 b
14275 \emph default
14276  and 
14277 \emph on
14278 t
14279 \emph default
14280  are possible.
14281  
14282 \emph on
14283 b
14284 \emph default
14285  for bottom means that the box is aligned within the surrounding text with
14286  its last line.
14287  With 
14288 \emph on
14289 t
14290 \emph default
14291  for top this is done with the first line.
14292  When no position is given, the box will be vertically centered, see section
14293  
14294 \emph on
14295 Boxes
14296 \emph default
14297  of the 
14298 \emph on
14299 Embedded
14300 \begin_inset space ~
14301 \end_inset
14302
14303 Objects
14304 \emph default
14305  manual for examples.
14306 \end_layout
14307
14308 \begin_layout Standard
14309 \begin_inset VSpace bigskip
14310 \end_inset
14311
14312 To frame formulas completely, including the formula number, the formula
14313  must be set into a parbox.
14314  To do this, the command 
14315 \series bold
14316
14317 \backslash
14318 fbox{
14319 \backslash
14320 parbox{
14321 \backslash
14322 linewidth-2
14323 \backslash
14324 fboxsep-2
14325 \backslash
14326 fboxrule}{
14327 \series default
14328  is inserted in TeX-mode before the formula.
14329  
14330 \series bold
14331
14332 \backslash
14333 linewidth
14334 \begin_inset Index
14335 status collapsed
14336
14337 \begin_layout Plain Layout
14338 Commands ! L ! 
14339 \backslash
14340 linewidth
14341 \end_layout
14342
14343 \end_inset
14344
14345
14346 \series default
14347  is hereby the line width set for the document.
14348  Because the frame is outside the parbox, 2
14349 \begin_inset space \thinspace{}
14350 \end_inset
14351
14352 times the frame separation and the frame thickness must be subtracted from
14353  the line width.
14354  As this is not automatically done by LyX due to a bug
14355 \begin_inset Foot
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359 \begin_inset CommandInset href
14360 LatexCommand href
14361 name "LyX-bug #4483"
14362 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14363
14364 \end_inset
14365
14366
14367 \end_layout
14368
14369 \end_inset
14370
14371 , TeX-mode has to be used.
14372  To be able to multiply and subtract in arguments, the LaTeX-package 
14373 \series bold
14374 calc
14375 \series default
14376
14377 \begin_inset Foot
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381
14382 \series bold
14383 calc
14384 \series default
14385  is part of every LaTeX standard installation.
14386 \end_layout
14387
14388 \end_inset
14389
14390
14391 \begin_inset Index
14392 status collapsed
14393
14394 \begin_layout Plain Layout
14395 Packages ! calc
14396 \end_layout
14397
14398 \end_inset
14399
14400  must be loaded in the LaTeX-preamble with the line
14401 \end_layout
14402
14403 \begin_layout Standard
14404
14405 \series bold
14406
14407 \backslash
14408 usepackage{calc}
14409 \end_layout
14410
14411 \begin_layout Standard
14412 Behind the formula both boxes are closed by entering 
14413 \series bold
14414 }}
14415 \series default
14416  in TeX-mode.
14417  Here is an example:
14418 \begin_inset ERT
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422
14423
14424 \backslash
14425 fboxsep 5mm 
14426 \backslash
14427 fboxrule 5mm
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \begin_layout Standard
14436 \begin_inset ERT
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440
14441
14442 \backslash
14443 fbox{
14444 \backslash
14445 parbox{
14446 \backslash
14447 linewidth-2
14448 \backslash
14449 fboxsep-2
14450 \backslash
14451 fboxrule}{
14452 \end_layout
14453
14454 \end_inset
14455
14456
14457 \begin_inset Formula \begin{equation}
14458 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14459
14460 \end_inset
14461
14462
14463 \begin_inset ERT
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467
14468 }}
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \begin_inset ERT
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478
14479
14480 \backslash
14481 fboxrule 0.4pt 
14482 \backslash
14483 fboxsep 3pt
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \begin_layout Standard
14492 \begin_inset VSpace medskip
14493 \end_inset
14494
14495 As a parbox is used as argument of 
14496 \series bold
14497
14498 \backslash
14499 fbox
14500 \series default
14501 , there is in this case no difference between 
14502 \series bold
14503
14504 \backslash
14505 fbox
14506 \series default
14507  and 
14508 \series bold
14509
14510 \backslash
14511 boxed
14512 \series default
14513 .
14514 \end_layout
14515
14516 \begin_layout Standard
14517 \begin_inset VSpace bigskip
14518 \end_inset
14519
14520 Paragraph boxes are very useful to comment formulas directly.
14521  To do this, 
14522 \series bold
14523
14524 \backslash
14525 parbox
14526 \series default
14527  is used in combination with the command 
14528 \series bold
14529
14530 \backslash
14531 tag
14532 \series default
14533 .
14534  (more about 
14535 \series bold
14536
14537 \backslash
14538 tag
14539 \series default
14540  see 
14541 \begin_inset CommandInset ref
14542 LatexCommand ref
14543 reference "sub:User-defined-Numbering"
14544
14545 \end_inset
14546
14547 )
14548 \end_layout
14549
14550 \begin_layout Standard
14551 An example of a formula commented with 
14552 \series bold
14553
14554 \backslash
14555 parbox
14556 \series default
14557 :
14558 \end_layout
14559
14560 \begin_layout Standard
14561 \begin_inset ERT
14562 status collapsed
14563
14564 \begin_layout Plain Layout
14565
14566
14567 \backslash
14568 [5x-7b=3b
14569 \backslash
14570 tag*{
14571 \backslash
14572 parbox{5cm}{
14573 \end_layout
14574
14575 \end_inset
14576
14577 This is a description.
14578  It is distinctly separated from the formula and multiline.
14579 \begin_inset ERT
14580 status collapsed
14581
14582 \begin_layout Plain Layout
14583
14584 }}
14585 \backslash
14586 ]
14587 \end_layout
14588
14589 \end_inset
14590
14591
14592 \end_layout
14593
14594 \begin_layout Standard
14595 Such a formula must be inserted completely in TeX-mode because LyX does
14596  not yet support the command 
14597 \series bold
14598
14599 \backslash
14600 parbox
14601 \series default
14602  in formulas.
14603  The formula is created with the following command sequence:
14604 \end_layout
14605
14606 \begin_layout Standard
14607 The command 
14608 \series bold
14609
14610 \backslash
14611 [5x-7b=3b
14612 \backslash
14613 tag*
14614 \backslash
14615 {
14616 \backslash
14617 parbox{5cm}{
14618 \series default
14619  is inserted in TeX-mode.
14620 \begin_inset Foot
14621 status collapsed
14622
14623 \begin_layout Plain Layout
14624 When the formula style 
14625 \series bold
14626 Indented
14627 \series default
14628  is used, 
14629 \series bold
14630
14631 \backslash
14632 tag*
14633 \backslash
14634 {
14635 \series default
14636  can also be replaced by 
14637 \series bold
14638
14639 \backslash
14640 hfill
14641 \series default
14642 .
14643  (formula styles see 
14644 \begin_inset CommandInset ref
14645 LatexCommand ref
14646 reference "sec:Formula-Styles"
14647
14648 \end_inset
14649
14650 )
14651 \end_layout
14652
14653 \end_inset
14654
14655  Then the description follows as normal text, and finally 
14656 \series bold
14657 }}
14658 \backslash
14659 ]
14660 \series default
14661  is inserted in TeX-mode.
14662  The commands 
14663 \series bold
14664
14665 \backslash
14666 [
14667 \series default
14668  and 
14669 \series bold
14670
14671 \backslash
14672 ]
14673 \series default
14674  hereby create a displayed formula.
14675 \end_layout
14676
14677 \begin_layout Standard
14678 The advantages of 
14679 \series bold
14680
14681 \backslash
14682 parbox
14683 \series default
14684  can be seen in this example that was 
14685 \begin_inset Quotes eld
14686 \end_inset
14687
14688 commented
14689 \begin_inset Quotes erd
14690 \end_inset
14691
14692  using the mathematical textmode:
14693 \begin_inset Formula \[
14694 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14695
14696 \end_inset
14697
14698
14699 \end_layout
14700
14701 \begin_layout Section
14702 Operators
14703 \begin_inset Index
14704 status collapsed
14705
14706 \begin_layout Plain Layout
14707 Operators
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \begin_layout Subsection
14716 Big Operators
14717 \begin_inset CommandInset label
14718 LatexCommand label
14719 name "sub:Big-Operators"
14720
14721 \end_inset
14722
14723
14724 \begin_inset Index
14725 status collapsed
14726
14727 \begin_layout Plain Layout
14728 Operators ! big
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \begin_inset Index
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738 Sums
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \begin_inset Index
14745 status collapsed
14746
14747 \begin_layout Plain Layout
14748 Integrals
14749 \end_layout
14750
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \begin_layout Standard
14757 To be able to use all integral operators listed here, the option 
14758 \family sans
14759 Use esint package automatically
14760 \family default
14761  must be set in the document settings under 
14762 \family sans
14763 Math
14764 \begin_inset space ~
14765 \end_inset
14766
14767 Options
14768 \family default
14769 .
14770 \end_layout
14771
14772 \begin_layout Standard
14773 \begin_inset space \hfill{}
14774 \end_inset
14775
14776
14777 \begin_inset Tabular
14778 <lyxtabular version="3" rows="11" columns="2">
14779 <features>
14780 <column alignment="center" valignment="top" width="0pt">
14781 <column alignment="center" valignment="top" width="0pt">
14782 <row>
14783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Plain Layout
14787 Command
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 Result
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 <row>
14803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Plain Layout
14807
14808 \backslash
14809 sum
14810 \begin_inset Index
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814 Commands ! S ! 
14815 \backslash
14816 sum
14817 \end_layout
14818
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 \begin_inset Formula $\sum$
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 </row>
14839 <row>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844
14845 \backslash
14846 int
14847 \begin_inset Index
14848 status collapsed
14849
14850 \begin_layout Plain Layout
14851 Commands ! I ! 
14852 \backslash
14853 int
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 \begin_inset Formula $\int$
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \backslash
14883 intop
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset Formula $\intop$
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 </row>
14901 <row>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \backslash
14908 oint
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Formula $\oint$
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \backslash
14933 ointop
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset Formula $\ointop$
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956
14957 \backslash
14958 ointctrclockwise
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 \begin_inset Formula $\ointctrclockwise$
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \backslash
14983 ointclockwise
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 \begin_inset Formula $\ointclockwise$
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 </row>
15001 <row>
15002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006
15007 \backslash
15008 sqint
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 \begin_inset Formula $\sqint$
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \backslash
15033 bigcap
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 \begin_inset Formula $\bigcap$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056
15057 \backslash
15058 bigcup
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 \begin_inset Formula $\bigcup$
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 </lyxtabular>
15077
15078 \end_inset
15079
15080
15081 \begin_inset space \hfill{}
15082 \end_inset
15083
15084
15085 \begin_inset Tabular
15086 <lyxtabular version="3" rows="10" columns="2">
15087 <features>
15088 <column alignment="center" valignment="top" width="0pt">
15089 <column alignment="center" valignment="top" width="0pt">
15090 <row>
15091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 Command
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 Result
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 </row>
15110 <row>
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115
15116 \backslash
15117 prod
15118 \begin_inset Index
15119 status collapsed
15120
15121 \begin_layout Plain Layout
15122 Commands ! P ! 
15123 \backslash
15124 prod
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 \begin_inset Formula $\prod$
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \backslash
15154 coprod
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 \begin_inset Formula $\coprod$
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 </row>
15172 <row>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \backslash
15179 bigodot
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 \begin_inset Formula $\bigodot$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 bigotimes
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Formula $\bigotimes$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \backslash
15229 bigoplus
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset Formula $\bigoplus$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \backslash
15254 bigwedge
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 \begin_inset Formula $\bigwedge$
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \backslash
15279 bigvee
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 \begin_inset Formula $\bigvee$
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 <row>
15298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302
15303 \backslash
15304 bigsqcup
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 \begin_inset Formula $\bigsqcup$
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 <row>
15323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \backslash
15329 biguplus
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 \begin_inset Formula $\biguplus$
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 </row>
15347 </lyxtabular>
15348
15349 \end_inset
15350
15351
15352 \begin_inset space \hfill{}
15353 \end_inset
15354
15355
15356 \end_layout
15357
15358 \begin_layout Standard
15359 All big operators can also be inserted via the math toolbar button 
15360 \begin_inset Graphics
15361         filename ../images/math/intop.png
15362         scale 85
15363
15364 \end_inset
15365
15366 .
15367 \end_layout
15368
15369 \begin_layout Standard
15370 The operators are called big because they are bigger than the sometimes
15371  equal looking binary operators.
15372  All big operators can have limits as described in the next subsection.
15373 \end_layout
15374
15375 \begin_layout Standard
15376 The operators 
15377 \series bold
15378
15379 \backslash
15380 intop
15381 \series default
15382  and 
15383 \series bold
15384
15385 \backslash
15386 ointop
15387 \series default
15388  are different from 
15389 \series bold
15390
15391 \backslash
15392 int
15393 \series default
15394  and 
15395 \series bold
15396
15397 \backslash
15398 oint
15399 \series default
15400 , resp.
15401 \begin_inset space ~
15402 \end_inset
15403
15404 in the style the operator limits are displayed, see 
15405 \begin_inset CommandInset ref
15406 LatexCommand ref
15407 reference "sub:Operator-Limits"
15408
15409 \end_inset
15410
15411 .
15412  
15413 \end_layout
15414
15415 \begin_layout Subsubsection*
15416 Advices for Integrals
15417 \end_layout
15418
15419 \begin_layout Standard
15420 The letter 
15421 \emph on
15422 d
15423 \emph default
15424  in an integral is an operator, that therefore has to be set upright.
15425  This is done by highlighting the 
15426 \emph on
15427 d
15428 \emph default
15429  and using the keyboard shortcut 
15430 \family sans
15431 Alt-c
15432 \begin_inset space ~
15433 \end_inset
15434
15435 r
15436 \family default
15437
15438 \begin_inset Foot
15439 status collapsed
15440
15441 \begin_layout Plain Layout
15442 Font styles
15443 \series bold
15444  
15445 \series default
15446 see 
15447 \begin_inset CommandInset ref
15448 LatexCommand ref
15449 reference "sub:Font-Styles"
15450
15451 \end_inset
15452
15453
15454 \end_layout
15455
15456 \end_inset
15457
15458 .
15459  Finally the smallest space is inserted before the 
15460 \emph on
15461 d
15462 \emph default
15463 , as this is usual for operators.
15464  An example:
15465 \end_layout
15466
15467 \begin_layout Standard
15468 incorrect: 
15469 \begin_inset Formula $\int A(x)dx$
15470 \end_inset
15471
15472
15473 \begin_inset Newline newline
15474 \end_inset
15475
15476
15477 \begin_inset ERT
15478 status collapsed
15479
15480 \begin_layout Plain Layout
15481
15482
15483 \backslash
15484 hphantom{in}
15485 \end_layout
15486
15487 \end_inset
15488
15489 correct: 
15490 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \begin_layout Standard
15497 For multiple integrals there are the following commands:
15498 \begin_inset VSpace medskip
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Standard
15505 \begin_inset space \hfill{}
15506 \end_inset
15507
15508
15509 \begin_inset Tabular
15510 <lyxtabular version="3" rows="4" columns="2">
15511 <features>
15512 <column alignment="center" valignment="top" width="0">
15513 <column alignment="center" valignment="top" width="0">
15514 <row>
15515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519 Command
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 Result
15529 \begin_inset Note Note
15530 status collapsed
15531
15532 \begin_layout Plain Layout
15533
15534 \series bold
15535
15536 \backslash
15537 raisebox
15538 \series default
15539  is only used as spacer.
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \backslash
15557 iint
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 </row>
15575 <row>
15576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580
15581 \backslash
15582 oiint
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 </row>
15600 <row>
15601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \backslash
15607 sqiint
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 </row>
15625 </lyxtabular>
15626
15627 \end_inset
15628
15629
15630 \begin_inset space \hfill{}
15631 \end_inset
15632
15633
15634 \begin_inset Tabular
15635 <lyxtabular version="3" rows="4" columns="2">
15636 <features>
15637 <column alignment="center" valignment="top" width="0">
15638 <column alignment="center" valignment="top" width="0">
15639 <row>
15640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644 Command
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653 Result
15654 \end_layout
15655
15656 \end_inset
15657 </cell>
15658 </row>
15659 <row>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664
15665 \backslash
15666 iiint
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15676 \end_inset
15677
15678
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 </row>
15684 <row>
15685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689
15690 \backslash
15691 iiiint
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15701 \end_inset
15702
15703
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 </row>
15709 <row>
15710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714
15715 \backslash
15716 dotsint
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 </lyxtabular>
15735
15736 \end_inset
15737
15738
15739 \begin_inset space \hfill{}
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \begin_layout Subsection
15746 Operator Limits
15747 \begin_inset CommandInset label
15748 LatexCommand label
15749 name "sub:Operator-Limits"
15750
15751 \end_inset
15752
15753
15754 \begin_inset Index
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758 Operators ! Limits
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Standard
15767 Limits are created by super- and subscripts:
15768 \end_layout
15769
15770 \begin_layout Standard
15771 \align center
15772 \begin_inset Tabular
15773 <lyxtabular version="3" rows="2" columns="2">
15774 <features>
15775 <column alignment="center" valignment="top" width="0pt">
15776 <column alignment="center" valignment="top" width="0pt">
15777 <row>
15778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782 Command
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 Result
15792 \begin_inset Note Note
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796
15797 \series bold
15798
15799 \backslash
15800 raisebox
15801 \series default
15802  is only used as spacer.
15803 \end_layout
15804
15805 \end_inset
15806
15807
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row>
15814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \backslash
15820 prod^
15821 \backslash
15822 infty
15823 \begin_inset ERT
15824 status collapsed
15825
15826 \begin_layout Plain Layout
15827
15828
15829 \backslash
15830 spce 
15831 \end_layout
15832
15833 \end_inset
15834
15835
15836 \begin_inset Formula $\to$
15837 \end_inset
15838
15839 _0
15840 \begin_inset Formula $\to$
15841 \end_inset
15842
15843 A(x)
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 </lyxtabular>
15862
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \begin_layout Standard
15869 Limits of inline formulas are set right beside the operator.
15870  Limits in displayed formulas are set above or below the operator, except
15871  of integral limits.
15872 \end_layout
15873
15874 \begin_layout Standard
15875 To force that the limits are set beside the operator, the cursor is set
15876  directly behind the operator and the limits type is changed with the menu
15877  
15878 \family sans
15879 Edit\SpecialChar \menuseparator
15880 Math\SpecialChar \menuseparator
15881 Change Limits Type
15882 \family default
15883  to 
15884 \family sans
15885 \series bold
15886 Inline
15887 \family default
15888 \series default
15889  (shortcut 
15890 \family sans
15891 Alt-m
15892 \begin_inset space ~
15893 \end_inset
15894
15895 l
15896 \family default
15897 ).
15898  An example:
15899 \end_layout
15900
15901 \begin_layout Standard
15902 The default limits type is this:
15903 \begin_inset Formula \[
15904 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15905
15906 \end_inset
15907
15908 This is how it looks when the limits type was changed to 
15909 \family sans
15910 \series bold
15911 Inline
15912 \family default
15913 \series default
15914 :
15915 \begin_inset Formula \[
15916 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15917
15918 \end_inset
15919
15920 For integrals, except of 
15921 \series bold
15922
15923 \backslash
15924 intop
15925 \series default
15926  and 
15927 \series bold
15928
15929 \backslash
15930 ointop
15931 \series default
15932 , the limits are by default set beside the operator.
15933  But for multiple integrals the limits are often set below the operator.
15934  In the following example the limits type was therefore set to 
15935 \series bold
15936 Display
15937 \series default
15938  and so set below the integrals:
15939 \begin_inset Formula \begin{equation}
15940 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15941
15942 \end_inset
15943
15944
15945 \end_layout
15946
15947 \begin_layout Standard
15948 \begin_inset VSpace medskip
15949 \end_inset
15950
15951 To specify conditions for limits, the commands 
15952 \series bold
15953
15954 \backslash
15955 subarray
15956 \series default
15957
15958 \begin_inset Index
15959 status collapsed
15960
15961 \begin_layout Plain Layout
15962 Commands ! S ! 
15963 \backslash
15964 subarray
15965 \end_layout
15966
15967 \end_inset
15968
15969  and 
15970 \series bold
15971
15972 \backslash
15973 substack
15974 \series default
15975
15976 \begin_inset Index
15977 status collapsed
15978
15979 \begin_layout Plain Layout
15980 Commands ! S ! 
15981 \backslash
15982 substack
15983 \end_layout
15984
15985 \end_inset
15986
15987  are used.
15988  To create for example this expression 
15989 \begin_inset Formula \begin{equation}
15990 \sum_{\begin{subarray}{c}
15991 0<k<1000\\
15992 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15993
15994 \end_inset
15995
15996
15997 \end_layout
15998
15999 \begin_layout Standard
16000 the following has to be done:
16001 \begin_inset Newline newline
16002 \end_inset
16003
16004 First the command 
16005 \series bold
16006
16007 \backslash
16008 sum
16009 \series default
16010 ^
16011 \series bold
16012 n
16013 \begin_inset ERT
16014 status collapsed
16015
16016 \begin_layout Plain Layout
16017
16018
16019 \backslash
16020 spce 
16021 \end_layout
16022
16023 \end_inset
16024
16025 _
16026 \series default
16027  is typed in.
16028  One is now in a blue box under the summation operator and insert there
16029  the command 
16030 \series bold
16031
16032 \backslash
16033 subarray
16034 \begin_inset ERT
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038
16039
16040 \backslash
16041 spce 
16042 \end_layout
16043
16044 \end_inset
16045
16046
16047 \series default
16048 .
16049  The blue box is now within a purple box and now several lines can be written
16050  among each other.
16051  A new line is created by inserting a line break (
16052 \family sans
16053 Ctrl-Return
16054 \family default
16055 ).
16056  When now
16057 \begin_inset Newline newline
16058 \end_inset
16059
16060
16061 \series bold
16062 0<k<1000 Ctrl-Return
16063 \begin_inset Newline newline
16064 \end_inset
16065
16066
16067 \series default
16068 is typed in, a new box appears below for the new line.
16069 \end_layout
16070
16071 \begin_layout Standard
16072 The alignment of the lines can be changed to left aligned with the 
16073 \family sans
16074 table
16075 \family default
16076  
16077 \family sans
16078 toolbar
16079 \family default
16080  or the menu 
16081 \family sans
16082 Edit\SpecialChar \menuseparator
16083 Rows &Columns
16084 \family default
16085 .
16086  To get right alignment, 
16087 \series bold
16088
16089 \backslash
16090 hfill
16091 \begin_inset ERT
16092 status collapsed
16093
16094 \begin_layout Plain Layout
16095
16096
16097 \backslash
16098 spce 
16099 \end_layout
16100
16101 \end_inset
16102
16103
16104 \series default
16105  is inserted at the beginning of the line.
16106 \end_layout
16107
16108 \begin_layout Standard
16109 The command 
16110 \series bold
16111
16112 \backslash
16113 substack
16114 \series default
16115  is equivalent to 
16116 \series bold
16117
16118 \backslash
16119 subarray
16120 \series default
16121  with the difference that the lines are always centered.
16122 \end_layout
16123
16124 \begin_layout Standard
16125 \begin_inset VSpace bigskip
16126 \end_inset
16127
16128 Like in formula 
16129 \begin_inset CommandInset ref
16130 LatexCommand eqref
16131 reference "eq:substack"
16132
16133 \end_inset
16134
16135  there can be too much space beside an operator, because the characters
16136  following the operator are set beside the limits.
16137 \end_layout
16138
16139 \begin_layout Standard
16140 To avoid this, the following macro can be used in the LaTeX-preamble:
16141 \end_layout
16142
16143 \begin_layout Standard
16144
16145 \series bold
16146
16147 \backslash
16148 def
16149 \backslash
16150 clap#1{
16151 \backslash
16152 hbox to 0pt{
16153 \backslash
16154 hss #1
16155 \backslash
16156 hss}}
16157 \begin_inset Newline newline
16158 \end_inset
16159
16160
16161 \backslash
16162 def
16163 \backslash
16164 mathclap {
16165 \backslash
16166 mathpalette 
16167 \backslash
16168 mathclapinternal}
16169 \begin_inset Newline newline
16170 \end_inset
16171
16172
16173 \backslash
16174 def
16175 \backslash
16176 mathclapinternal #1#2{
16177 \backslash
16178 clap{$
16179 \backslash
16180 mathsurround =0pt #1{#2}$}}
16181 \end_layout
16182
16183 \begin_layout Standard
16184 This defines the command 
16185 \series bold
16186
16187 \backslash
16188 mathclap
16189 \series default
16190
16191 \begin_inset Index
16192 status collapsed
16193
16194 \begin_layout Plain Layout
16195 Commands ! M ! 
16196 \backslash
16197 mathclap
16198 \end_layout
16199
16200 \end_inset
16201
16202  that sets the width of the limit to 0
16203 \begin_inset space \thinspace{}
16204 \end_inset
16205
16206 pt.
16207  The command scheme is
16208 \end_layout
16209
16210 \begin_layout Standard
16211
16212 \series bold
16213
16214 \backslash
16215 mathclap{limit}
16216 \end_layout
16217
16218 \begin_layout Standard
16219 where the limit can consist of several conditions.
16220 \end_layout
16221
16222 \begin_layout Standard
16223 Applied on formula 
16224 \begin_inset CommandInset ref
16225 LatexCommand eqref
16226 reference "eq:substack"
16227
16228 \end_inset
16229
16230 , one uses the command
16231 \end_layout
16232
16233 \begin_layout Standard
16234
16235 \series bold
16236
16237 \backslash
16238 sum_
16239 \backslash
16240 mathclap{
16241 \backslash
16242 substack
16243 \begin_inset ERT
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247
16248
16249 \backslash
16250 spce 
16251 \end_layout
16252
16253 \end_inset
16254
16255 0<k<1000 Ctrl-Enter
16256 \end_layout
16257
16258 \begin_layout Standard
16259 to create the lower limit.
16260  The summand is now directly behind the summation operator:
16261 \begin_inset Formula \[
16262 \sum_{\mathclap{\substack{0<k<1000\\
16263 \\k\,\in\,\mathbb{N}}
16264 }}^{n}k^{-2}\]
16265
16266 \end_inset
16267
16268
16269 \end_layout
16270
16271 \begin_layout Standard
16272 \begin_inset VSpace bigskip
16273 \end_inset
16274
16275 How to use one limit for several operators is described in 
16276 \begin_inset CommandInset ref
16277 LatexCommand ref
16278 reference "sub:Self-defined-Operators"
16279
16280 \end_inset
16281
16282 .
16283 \end_layout
16284
16285 \begin_layout Standard
16286 \begin_inset Newpage newpage
16287 \end_inset
16288
16289
16290 \end_layout
16291
16292 \begin_layout Subsection
16293 Binary Operators
16294 \begin_inset CommandInset label
16295 LatexCommand label
16296 name "sub:Binary-Operators"
16297
16298 \end_inset
16299
16300
16301 \begin_inset Index
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 Operators ! binary
16306 \end_layout
16307
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \begin_layout Standard
16314 Binary operators are surrounded by space when there is a character before
16315  and behind them.
16316 \begin_inset VSpace medskip
16317 \end_inset
16318
16319
16320 \end_layout
16321
16322 \begin_layout Standard
16323 \begin_inset space \hfill{}
16324 \end_inset
16325
16326
16327 \begin_inset Tabular
16328 <lyxtabular version="3" rows="13" columns="2">
16329 <features>
16330 <column alignment="center" valignment="top" width="0pt">
16331 <column alignment="center" valignment="top" width="0pt">
16332 <row>
16333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 Command
16338 \begin_inset Note Note
16339 status collapsed
16340
16341 \begin_layout Plain Layout
16342
16343 \series bold
16344
16345 \backslash
16346 raisebox
16347 \series default
16348  is only used as spacer.
16349 \end_layout
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 Result
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 +
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 \begin_inset Formula $+$
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 <row>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 -
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 \begin_inset Formula $-$
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 <row>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \backslash
16421 pm
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 \begin_inset Formula $\pm$
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \backslash
16446 mp
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 \begin_inset Formula $\mp$
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469
16470 \backslash
16471 cdot
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 \begin_inset Formula $\cdot$
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 <row>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494
16495 \backslash
16496 times
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Formula $\times$
16506 \end_inset
16507
16508
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519
16520 \backslash
16521 div
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 \begin_inset Formula $\div$
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544 \begin_inset ERT
16545 status collapsed
16546
16547 \begin_layout Plain Layout
16548
16549
16550 \backslash
16551 raisebox{-1.2mm}{
16552 \end_layout
16553
16554 \end_inset
16555
16556 *
16557 \begin_inset ERT
16558 status collapsed
16559
16560 \begin_layout Plain Layout
16561
16562 }
16563 \end_layout
16564
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 \begin_inset Formula $*$
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \backslash
16592 star
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 \begin_inset Formula $\star$
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615
16616 \backslash
16617 circ
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 \begin_inset Formula $\circ$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640
16641 \backslash
16642 diamond
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 \begin_inset Formula $\diamond$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \backslash
16667 bullet
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Formula $\bullet$
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 </lyxtabular>
16686
16687 \end_inset
16688
16689
16690 \begin_inset space \hfill{}
16691 \end_inset
16692
16693
16694 \begin_inset Tabular
16695 <lyxtabular version="3" rows="13" columns="2">
16696 <features>
16697 <column alignment="center" valignment="top" width="0pt">
16698 <column alignment="center" valignment="top" width="0pt">
16699 <row>
16700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 Command
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 Result
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 <row>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724
16725 \backslash
16726 nabla
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 \begin_inset Formula $\nabla$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749
16750 \backslash
16751 bigtriangledown
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 \begin_inset Formula $\bigtriangledown$
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \backslash
16776 bigtriangleup
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Formula $\bigtriangleup$
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 </row>
16794 <row>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799
16800 \backslash
16801 Box
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 \begin_inset Formula $\Box$
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \backslash
16826 cap 
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $\cap$
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 </row>
16844 <row>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849
16850 \backslash
16851 cup
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 \begin_inset Formula $\cup$
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 </row>
16869 <row>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874
16875 \backslash
16876 dagger
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 \begin_inset Formula $\dagger$
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 </row>
16894 <row>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899
16900 \backslash
16901 ddagger
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $\ddagger$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \backslash
16926 wr
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 \begin_inset Formula $\wr$
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \backslash
16951 bigcirc
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 \begin_inset Formula $\bigcirc$
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 </row>
16969 <row>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974
16975 \backslash
16976 wedge
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 \begin_inset Formula $\wedge$
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \backslash
17001 vee
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 \begin_inset Formula $\vee$
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 </lyxtabular>
17020
17021 \end_inset
17022
17023
17024 \begin_inset space \hfill{}
17025 \end_inset
17026
17027
17028 \begin_inset Tabular
17029 <lyxtabular version="3" rows="13" columns="2">
17030 <features>
17031 <column alignment="center" valignment="top" width="0pt">
17032 <column alignment="center" valignment="top" width="0pt">
17033 <row>
17034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 Command
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 Result
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \backslash
17060 oplus
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 \begin_inset Formula $\oplus$
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083
17084 \backslash
17085 ominus
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Formula $\ominus$
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 </row>
17103 <row>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108
17109 \backslash
17110 otimes
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Formula $\otimes$
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \backslash
17135 oslash
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $\oslash$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 </row>
17153 <row>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158
17159 \backslash
17160 odot
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 \begin_inset Formula $\odot$
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 <row>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \backslash
17185 amalg
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 \begin_inset Formula $\amalg$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \backslash
17210 uplus
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $\uplus$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 <row>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233
17234 \backslash
17235 setminus
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244 \begin_inset Formula $\setminus$
17245 \end_inset
17246
17247
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258
17259 \backslash
17260 sqcap
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 \begin_inset Formula $\sqcap$
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 </row>
17278 <row>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283
17284 \backslash
17285 sqcup
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 \begin_inset Formula $\sqcup$
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 <row>
17304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308
17309 \backslash
17310 triangleleft
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 \begin_inset Formula $\triangleleft$
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \backslash
17335 triangleright
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Formula $\triangleright$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 </lyxtabular>
17354
17355 \end_inset
17356
17357
17358 \begin_inset space \hfill{}
17359 \end_inset
17360
17361
17362 \end_layout
17363
17364 \begin_layout Standard
17365 All binary operators can also be inserted via the math toolbar button 
17366 \begin_inset Graphics
17367         filename ../images/math/pm.png
17368         scale 85
17369
17370 \end_inset
17371
17372 .
17373 \end_layout
17374
17375 \begin_layout Standard
17376 To typeset the Laplace operator also 
17377 \series bold
17378
17379 \backslash
17380 Delta
17381 \series default
17382  or 
17383 \series bold
17384
17385 \backslash
17386 nabla
17387 \series default
17388 ^
17389 \series bold
17390 2
17391 \series default
17392  (
17393 \begin_inset Formula $\nabla^{2}$
17394 \end_inset
17395
17396 ) can be used instead of 
17397 \series bold
17398
17399 \backslash
17400 bigtriangleup
17401 \series default
17402  .
17403 \end_layout
17404
17405 \begin_layout Standard
17406 The character 
17407 \family sans
17408 Menu Separator
17409 \family default
17410  from the menu 
17411 \family sans
17412 Insert\SpecialChar \menuseparator
17413 Special Character
17414 \family default
17415  is the operator 
17416 \series bold
17417
17418 \backslash
17419 triangleright
17420 \series default
17421 .
17422 \end_layout
17423
17424 \begin_layout Subsection
17425 Self-defined Operators
17426 \begin_inset CommandInset label
17427 LatexCommand label
17428 name "sub:Self-defined-Operators"
17429
17430 \end_inset
17431
17432
17433 \begin_inset Index
17434 status collapsed
17435
17436 \begin_layout Plain Layout
17437 Operators ! self-defined
17438 \end_layout
17439
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \begin_layout Standard
17446 With the help of the command 
17447 \series bold
17448
17449 \backslash
17450 DeclareMathOperator
17451 \series default
17452
17453 \begin_inset Index
17454 status collapsed
17455
17456 \begin_layout Plain Layout
17457 Commands ! D ! 
17458 \backslash
17459 dbinom@
17460 \backslash
17461 DeclareMathOperator
17462 \end_layout
17463
17464 \end_inset
17465
17466  custom operators can be defined in the LaTeX-preamble.
17467  Its command scheme is:
17468 \end_layout
17469
17470 \begin_layout Standard
17471
17472 \series bold
17473
17474 \backslash
17475 DeclareMathOperator{new command}{display}
17476 \end_layout
17477
17478 \begin_layout Standard
17479 Display can be characters or symbols that define how the operator looks
17480  in the output.
17481  To define a big operator a * is set behind the command.
17482  All self-defined big operators can have limits as described in 
17483 \begin_inset CommandInset ref
17484 LatexCommand ref
17485 reference "sub:Operator-Limits"
17486
17487 \end_inset
17488
17489 .
17490 \end_layout
17491
17492 \begin_layout Standard
17493 For example the LaTeX-preamble line
17494 \end_layout
17495
17496 \begin_layout Standard
17497
17498 \series bold
17499
17500 \backslash
17501 DeclareMathOperator*{
17502 \backslash
17503 Lozenge}{
17504 \backslash
17505 blacklozenge}
17506 \end_layout
17507
17508 \begin_layout Standard
17509 defines the command 
17510 \series bold
17511
17512 \backslash
17513 Lozenge
17514 \series default
17515 , that inserts a big operator consisting of the lozenge symbol from 
17516 \begin_inset CommandInset ref
17517 LatexCommand ref
17518 reference "sub:Miscellaneous-Symbols"
17519
17520 \end_inset
17521
17522 :
17523 \begin_inset Formula \[
17524 \Lozenge_{n=1}^{\infty}\]
17525
17526 \end_inset
17527
17528 The command for this formula is: 
17529 \series bold
17530
17531 \backslash
17532 Lozenge
17533 \series default
17534 ^
17535 \series bold
17536
17537 \backslash
17538 infty
17539 \begin_inset Formula $\to$
17540 \end_inset
17541
17542 _n=1
17543 \end_layout
17544
17545 \begin_layout Standard
17546 \begin_inset VSpace bigskip
17547 \end_inset
17548
17549 When self-defined operators are not used several times in the document,
17550  they can also be defined with the commands 
17551 \series bold
17552
17553 \backslash
17554 mathop
17555 \series default
17556
17557 \begin_inset Index
17558 status collapsed
17559
17560 \begin_layout Plain Layout
17561 Commands ! M ! 
17562 \backslash
17563 mathop
17564 \end_layout
17565
17566 \end_inset
17567
17568  and 
17569 \series bold
17570
17571 \backslash
17572 mathbin
17573 \series default
17574
17575 \begin_inset Index
17576 status collapsed
17577
17578 \begin_layout Plain Layout
17579 Commands ! M ! 
17580 \backslash
17581 mathbin
17582 \end_layout
17583
17584 \end_inset
17585
17586 , which have the following scheme:
17587 \end_layout
17588
17589 \begin_layout Standard
17590
17591 \series bold
17592
17593 \backslash
17594 mathop{display}
17595 \series default
17596  and 
17597 \series bold
17598
17599 \backslash
17600 mathbin{display}
17601 \end_layout
17602
17603 \begin_layout Standard
17604
17605 \series bold
17606
17607 \backslash
17608 mathop
17609 \series default
17610  defines big operators, 
17611 \series bold
17612
17613 \backslash
17614 mathbin
17615 \series default
17616  binary operators.
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622
17623 \backslash
17624 mathop
17625 \series default
17626  can e.
17627 \begin_inset space \thinspace{}
17628 \end_inset
17629
17630 g.
17631 \begin_inset space ~
17632 \end_inset
17633
17634 be used to use one limit for several operators:
17635 \end_layout
17636
17637 \begin_layout Standard
17638 \begin_inset Formula \[
17639 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \begin_layout Standard
17647 The command for the formula above is:
17648 \begin_inset Newline newline
17649 \end_inset
17650
17651
17652 \series bold
17653
17654 \backslash
17655 mathop{
17656 \backslash
17657 sum
17658 \backslash
17659 negmedspace
17660 \backslash
17661 sum
17662 \series default
17663
17664 \begin_inset ERT
17665 status collapsed
17666
17667 \begin_layout Plain Layout
17668
17669
17670 \backslash
17671 spce 
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \series bold
17678
17679 \begin_inset Formula $\to$
17680 \end_inset
17681
17682 ^N
17683 \series default
17684
17685 \begin_inset ERT
17686 status collapsed
17687
17688 \begin_layout Plain Layout
17689
17690
17691 \backslash
17692 spce 
17693 \end_layout
17694
17695 \end_inset
17696
17697
17698 \series bold
17699 _i,j=1
17700 \end_layout
17701
17702 \begin_layout Section
17703 Fonts
17704 \begin_inset Index
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708 Fonts
17709 \end_layout
17710
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \begin_layout Subsection
17717 Font Styles
17718 \begin_inset CommandInset label
17719 LatexCommand label
17720 name "sub:Font-Styles"
17721
17722 \end_inset
17723
17724
17725 \begin_inset Index
17726 status collapsed
17727
17728 \begin_layout Plain Layout
17729 Font ! style
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 Latin letters in formulas can be set in one of the following font styles:
17739 \begin_inset VSpace -2mm
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Standard
17746 \align center
17747 \begin_inset Tabular
17748 <lyxtabular version="3" rows="6" columns="3">
17749 <features>
17750 <column alignment="center" valignment="top" width="0">
17751 <column alignment="center" valignment="top" width="0">
17752 <column alignment="center" valignment="top" width="0">
17753 <row>
17754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758 Command
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767 Result
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776 shortcut
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 </row>
17782 <row>
17783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787
17788 \backslash
17789 mathbb
17790 \series bold
17791
17792 \begin_inset ERT
17793 status collapsed
17794
17795 \begin_layout Plain Layout
17796
17797
17798 \backslash
17799 spce 
17800 \end_layout
17801
17802 \end_inset
17803
17804
17805 \series default
17806 ABC
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 \begin_inset Formula $\mathbb{ABC}$
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 Alt-c c
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 </row>
17833 <row>
17834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838
17839 \backslash
17840 mathbf
17841 \series bold
17842
17843 \begin_inset ERT
17844 status collapsed
17845
17846 \begin_layout Plain Layout
17847
17848
17849 \backslash
17850 spce 
17851 \end_layout
17852
17853 \end_inset
17854
17855
17856 \series default
17857 AbC
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 \begin_inset Formula $\mathbf{AbC}$
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 -
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 </row>
17884 <row>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \backslash
17891 boldsymbol
17892 \series bold
17893
17894 \begin_inset ERT
17895 status collapsed
17896
17897 \begin_layout Plain Layout
17898
17899
17900 \backslash
17901 spce 
17902 \end_layout
17903
17904 \end_inset
17905
17906
17907 \series default
17908 AbC
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 \begin_inset Formula $\boldsymbol{AbC}$
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 Alt-c b
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940
17941 \backslash
17942 mathcal
17943 \series bold
17944
17945 \begin_inset ERT
17946 status collapsed
17947
17948 \begin_layout Plain Layout
17949
17950
17951 \backslash
17952 spce 
17953 \end_layout
17954
17955 \end_inset
17956
17957
17958 \series default
17959 ABC
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 \begin_inset Formula $\mathcal{ABC}$
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 Alt-c e
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 </row>
17986 <row>
17987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991
17992 \backslash
17993 mathfrak
17994 \series bold
17995
17996 \begin_inset ERT
17997 status collapsed
17998
17999 \begin_layout Plain Layout
18000
18001
18002 \backslash
18003 spce 
18004 \end_layout
18005
18006 \end_inset
18007
18008
18009 \series default
18010 AbC
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019 \begin_inset Formula $\mathfrak{AbC}$
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18028 \begin_inset Text
18029
18030 \begin_layout Plain Layout
18031 -
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 </row>
18037 </lyxtabular>
18038
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \begin_layout Standard
18045 \align center
18046 \begin_inset Tabular
18047 <lyxtabular version="3" rows="5" columns="3">
18048 <features>
18049 <column alignment="center" valignment="top" width="0">
18050 <column alignment="center" valignment="top" width="0">
18051 <column alignment="center" valignment="top" width="0">
18052 <row>
18053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 Command
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 Result
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 shortcut
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 </row>
18081 <row>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086
18087 \backslash
18088 mathit
18089 \series bold
18090
18091 \begin_inset ERT
18092 status collapsed
18093
18094 \begin_layout Plain Layout
18095
18096
18097 \backslash
18098 spce 
18099 \end_layout
18100
18101 \end_inset
18102
18103
18104 \series default
18105 AbC
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 \begin_inset Formula $\mathit{AbC}$
18115 \end_inset
18116
18117
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 -
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \backslash
18139 mathrm
18140 \series bold
18141
18142 \begin_inset ERT
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146
18147
18148 \backslash
18149 spce 
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \series default
18156 AbC
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 \begin_inset Formula $\mathrm{AbC}$
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 Alt-c r
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 </row>
18183 <row>
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188
18189 \backslash
18190 mathsf
18191 \series bold
18192
18193 \begin_inset ERT
18194 status collapsed
18195
18196 \begin_layout Plain Layout
18197
18198
18199 \backslash
18200 spce 
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \series default
18207 AbC
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 \begin_inset Formula $\mathsf{AbC}$
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 Alt-c s
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 <row>
18235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239
18240 \backslash
18241 mathtt
18242 \series bold
18243
18244 \begin_inset ERT
18245 status collapsed
18246
18247 \begin_layout Plain Layout
18248
18249
18250 \backslash
18251 spce 
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \series default
18258 AbC
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 \begin_inset Formula $\mathtt{AbC}$
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 Alt-c p
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 </lyxtabular>
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Standard
18293 \begin_inset Note Greyedout
18294 status open
18295
18296 \begin_layout Plain Layout
18297
18298 \series bold
18299 Note:
18300 \series default
18301  The styles 
18302 \series bold
18303
18304 \backslash
18305 mathbb
18306 \series default
18307  and 
18308 \series bold
18309
18310 \backslash
18311 mathcal
18312 \series default
18313  can only be used for big letters.
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \begin_layout Standard
18322 Predefined is the style 
18323 \series bold
18324
18325 \backslash
18326 mathnormal
18327 \series default
18328 .
18329 \end_layout
18330
18331 \begin_layout Standard
18332 The style commands work also for letters in mathematical constructs:
18333 \begin_inset Formula \[
18334 \mathfrak{A=\frac{b}{C}}\]
18335
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \begin_layout Standard
18342 Characters in mathematical text don't appear in a math font style but in
18343  the text font style 
18344 \series bold
18345
18346 \backslash
18347 textrm
18348 \series default
18349 .
18350  That their style can't be set correctly via the text style dialog is a
18351  bug in LyX.
18352 \begin_inset Foot
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356 \begin_inset CommandInset href
18357 LatexCommand href
18358 name "LyX-bug #4091"
18359 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 Instead of the style commands the dialog 
18373 \family sans
18374 Edit\SpecialChar \menuseparator
18375 Math\SpecialChar \menuseparator
18376 Text Style
18377 \family default
18378  or the toolbar button 
18379 \begin_inset Graphics
18380         filename ../images/math/font.png
18381         scale 85
18382
18383 \end_inset
18384
18385  can be used.
18386 \end_layout
18387
18388 \begin_layout Subsection
18389 Bold Formulas
18390 \begin_inset CommandInset label
18391 LatexCommand label
18392 name "sub:Bold-Formulas"
18393
18394 \end_inset
18395
18396
18397 \begin_inset Index
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401 Formula ! bold
18402 \end_layout
18403
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \begin_layout Standard
18410 To make a complete formula bold, the command 
18411 \series bold
18412
18413 \backslash
18414 mathbf
18415 \series default
18416  from the previous subsection cannot be used, because it doesn't work for
18417  small Greek letters.
18418  Furthermore it prints Latin letters always upright, like in the following
18419  equation:
18420 \end_layout
18421
18422 \begin_layout Standard
18423 \begin_inset Formula \[
18424 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18425
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \begin_layout Standard
18432 To display the formula correctly, the command 
18433 \series bold
18434
18435 \backslash
18436 boldsymbol
18437 \series default
18438  is used:
18439 \begin_inset Formula \[
18440 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18441
18442 \end_inset
18443
18444 It is also possible to set the formula in a 
18445 \series bold
18446 boldmath environment
18447 \series default
18448 .
18449  This environment is created by inserting the command 
18450 \series bold
18451
18452 \backslash
18453 boldmath
18454 \begin_inset Index
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458 Commands ! B ! 
18459 \backslash
18460 boldmath
18461 \end_layout
18462
18463 \end_inset
18464
18465
18466 \series default
18467  in TeX-mode.
18468  To end the environment, the command 
18469 \series bold
18470
18471 \backslash
18472 unboldmath
18473 \begin_inset Index
18474 status collapsed
18475
18476 \begin_layout Plain Layout
18477 Commands ! U ! 
18478 \backslash
18479 unboldmath
18480 \end_layout
18481
18482 \end_inset
18483
18484
18485 \series default
18486  is inserted in TeX-mode.
18487 \begin_inset ERT
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491
18492
18493 \backslash
18494 boldmath 
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \begin_inset Formula \[
18501 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18502
18503 \end_inset
18504
18505
18506 \begin_inset ERT
18507 status collapsed
18508
18509 \begin_layout Plain Layout
18510
18511
18512 \backslash
18513 unboldmath 
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \begin_layout Subsection
18522 Font Sizes
18523 \begin_inset CommandInset label
18524 LatexCommand label
18525 name "sub:Font-Sizes"
18526
18527 \end_inset
18528
18529
18530 \begin_inset Index
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534 Font ! size
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Standard
18543 For characters in formulas there are, analog to characters in text, the
18544  following size commands:
18545 \end_layout
18546
18547 \begin_layout Standard
18548
18549 \series bold
18550
18551 \backslash
18552 Huge
18553 \series default
18554
18555 \series bold
18556
18557 \backslash
18558 huge
18559 \series default
18560
18561 \series bold
18562
18563 \backslash
18564 LARGE
18565 \series default
18566
18567 \series bold
18568
18569 \backslash
18570 Large
18571 \series default
18572
18573 \series bold
18574
18575 \backslash
18576 large
18577 \series default
18578
18579 \series bold
18580
18581 \backslash
18582 normalsize
18583 \series default
18584
18585 \series bold
18586
18587 \backslash
18588 small
18589 \series default
18590 ,
18591 \begin_inset Newline newline
18592 \end_inset
18593
18594
18595 \series bold
18596
18597 \backslash
18598 footnotesize
18599 \series default
18600
18601 \series bold
18602
18603 \backslash
18604 scriptsize
18605 \series default
18606 , and 
18607 \series bold
18608
18609 \backslash
18610 tiny
18611 \end_layout
18612
18613 \begin_layout Standard
18614 The size produced by the commands depends on the document font size, that
18615  corresponds with the command 
18616 \series bold
18617
18618 \backslash
18619 normalsize
18620 \series default
18621 .
18622  The other commands produce smaller or larger sizes than 
18623 \series bold
18624
18625 \backslash
18626 normalsize
18627 \series default
18628 .
18629  The font size can however not exceed a certain value.
18630  Is for example the document font size 12
18631 \begin_inset space \thinspace{}
18632 \end_inset
18633
18634 pt, the command 
18635 \series bold
18636
18637 \backslash
18638 Huge
18639 \series default
18640  switches to the same size as 
18641 \series bold
18642
18643 \backslash
18644 huge
18645 \series default
18646 .
18647  
18648 \end_layout
18649
18650 \begin_layout Standard
18651 A size command is inserted in TeX-mode before the formula and sets the size
18652  for all following formula and text characters.
18653  To switch back to the initial size, the command 
18654 \series bold
18655
18656 \backslash
18657 normalsize
18658 \series default
18659  is inserted behind the formula in TeX-mode.
18660 \end_layout
18661
18662 \begin_layout Standard
18663 Within a formula the size can only be changed for symbols or letters in
18664  mathematical text.
18665  To do this, the size command is inserted in mathematical text.
18666  All following characters until the end of the mathematical text or until
18667  another size command will have the selected size.
18668  Two examples:
18669 \begin_inset VSpace -2mm
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 \begin_inset ERT
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680
18681
18682 \backslash
18683 huge 
18684 \end_layout
18685
18686 \end_inset
18687
18688
18689 \begin_inset Formula \[
18690 A=\frac{B}{c}\cdot\maltese\]
18691
18692 \end_inset
18693
18694
18695 \begin_inset Formula \[
18696 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18697
18698 \end_inset
18699
18700
18701 \begin_inset ERT
18702 status collapsed
18703
18704 \begin_layout Plain Layout
18705
18706
18707 \backslash
18708 normalsize 
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Standard
18717 \begin_inset VSpace medskip
18718 \end_inset
18719
18720 Before both formulas the command 
18721 \series bold
18722
18723 \backslash
18724 huge
18725 \series default
18726  was inserted.
18727  The command for the second formula is:
18728 \begin_inset Newline newline
18729 \end_inset
18730
18731
18732 \series bold
18733
18734 \backslash
18735 maltese
18736 \begin_inset ERT
18737 status collapsed
18738
18739 \begin_layout Plain Layout
18740
18741
18742 \backslash
18743 spce 
18744 \end_layout
18745
18746 \end_inset
18747
18748 A Alt-m m 
18749 \backslash
18750 Large
18751 \begin_inset ERT
18752 status collapsed
18753
18754 \begin_layout Plain Layout
18755
18756
18757 \backslash
18758 spce 
18759 \end_layout
18760
18761 \end_inset
18762
18763
18764 \backslash
18765 maltese
18766 \begin_inset ERT
18767 status collapsed
18768
18769 \begin_layout Plain Layout
18770
18771
18772 \backslash
18773 spce 
18774 \end_layout
18775
18776 \end_inset
18777
18778
18779 \backslash
18780 textit
18781 \begin_inset ERT
18782 status collapsed
18783
18784 \begin_layout Plain Layout
18785
18786
18787 \backslash
18788 spce 
18789 \end_layout
18790
18791 \end_inset
18792
18793 A
18794 \begin_inset Formula $\to$
18795 \end_inset
18796
18797
18798 \begin_inset Formula $\to$
18799 \end_inset
18800
18801
18802 \begin_inset Newline newline
18803 \end_inset
18804
18805
18806 \begin_inset space \hspace*{}
18807 \length 1cm
18808 \end_inset
18809
18810 Alt-m
18811 \series default
18812  
18813 \series bold
18814
18815 \backslash
18816 tiny
18817 \begin_inset ERT
18818 status collapsed
18819
18820 \begin_layout Plain Layout
18821
18822
18823 \backslash
18824 spce 
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \backslash
18831 maltese
18832 \begin_inset ERT
18833 status collapsed
18834
18835 \begin_layout Plain Layout
18836
18837
18838 \backslash
18839 spce 
18840 \end_layout
18841
18842 \end_inset
18843
18844
18845 \backslash
18846 textit
18847 \begin_inset ERT
18848 status collapsed
18849
18850 \begin_layout Plain Layout
18851
18852
18853 \backslash
18854 spce 
18855 \end_layout
18856
18857 \end_inset
18858
18859 A
18860 \end_layout
18861
18862 \begin_layout Standard
18863 If a symbol cannot be displayed in different sizes, it will always be displayed
18864  in the default size.
18865 \end_layout
18866
18867 \begin_layout Section
18868 Greek Letters
18869 \begin_inset Index
18870 status collapsed
18871
18872 \begin_layout Plain Layout
18873 Greek letters
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \begin_layout Standard
18882 All Greek letters can also be inserted via the toolbar button 
18883 \begin_inset Graphics
18884         filename ../images/math/alpha.png
18885         scale 85
18886
18887 \end_inset
18888
18889 .
18890 \end_layout
18891
18892 \begin_layout Subsection
18893 Small Letters
18894 \begin_inset CommandInset label
18895 LatexCommand label
18896 name "sub:Small-Letters"
18897
18898 \end_inset
18899
18900
18901 \begin_inset Index
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905 Greek letters ! small
18906 \end_layout
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Standard
18914 \begin_inset space \hfill{}
18915 \end_inset
18916
18917
18918 \begin_inset Tabular
18919 <lyxtabular version="3" rows="11" columns="2">
18920 <features>
18921 <column alignment="center" valignment="top" width="0pt">
18922 <column alignment="center" valignment="top" width="0pt">
18923 <row>
18924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 Command
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 Result
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 </row>
18943 <row>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \backslash
18950 alpha
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 \begin_inset Formula $\alpha$
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 </row>
18968 <row>
18969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973
18974 \backslash
18975 beta
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984 \begin_inset Formula $\beta$
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row>
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998
18999 \backslash
19000 gamma
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 \begin_inset Formula $\gamma$
19010 \end_inset
19011
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 <row>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \backslash
19025 delta
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 \begin_inset Formula $\delta$
19035 \end_inset
19036
19037
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 </row>
19043 <row>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048
19049 \backslash
19050 epsilon
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 \begin_inset Formula $\epsilon$
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 </row>
19068 <row>
19069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073
19074 \backslash
19075 varepsilon
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084 \begin_inset Formula $\varepsilon$
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 </row>
19093 <row>
19094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098
19099 \backslash
19100 zeta
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 \begin_inset Formula $\zeta$
19110 \end_inset
19111
19112
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 </row>
19118 <row>
19119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123
19124 \backslash
19125 eta
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 \begin_inset Formula $\eta$
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 </row>
19143 <row>
19144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Plain Layout
19148
19149 \backslash
19150 theta
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159 \begin_inset Formula $\theta$
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 </row>
19168 <row>
19169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173
19174 \backslash
19175 vartheta
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184 \begin_inset Formula $\vartheta$
19185 \end_inset
19186
19187
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 </row>
19193 </lyxtabular>
19194
19195 \end_inset
19196
19197
19198 \begin_inset space \hfill{}
19199 \end_inset
19200
19201
19202 \begin_inset Tabular
19203 <lyxtabular version="3" rows="12" columns="2">
19204 <features>
19205 <column alignment="center" valignment="top" width="0pt">
19206 <column alignment="center" valignment="top" width="0pt">
19207 <row>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 Command
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 Result
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 </row>
19227 <row>
19228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232
19233 \backslash
19234 iota
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243 \begin_inset Formula $\iota$
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 </row>
19252 <row>
19253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257
19258 \backslash
19259 kappa
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 \begin_inset Formula $\kappa$
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 </row>
19277 <row>
19278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282
19283 \backslash
19284 varkappa
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 \begin_inset Formula $\varkappa$
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 </row>
19302 <row>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307
19308 \backslash
19309 lambda
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 \begin_inset Formula $\lambda$
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \backslash
19334 mu
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 \begin_inset Formula $\mu$
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 </row>
19352 <row>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \backslash
19359 nu
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Formula $\nu$
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 <row>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \backslash
19384 xi
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 \begin_inset Formula $\xi$
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 </row>
19402 <row>
19403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 o
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416 \begin_inset Formula $o$
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 </row>
19425 <row>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430
19431 \backslash
19432 pi
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 \begin_inset Formula $\pi$
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \backslash
19457 varpi
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 \begin_inset Formula $\varpi$
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 </row>
19475 <row>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480
19481 \backslash
19482 rho
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 \begin_inset Formula $\rho$
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 </lyxtabular>
19501
19502 \end_inset
19503
19504
19505 \begin_inset space \hfill{}
19506 \end_inset
19507
19508
19509 \begin_inset Tabular
19510 <lyxtabular version="3" rows="11" columns="2">
19511 <features>
19512 <column alignment="center" valignment="top" width="0pt">
19513 <column alignment="center" valignment="top" width="0pt">
19514 <row>
19515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 Command
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 Result
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 </row>
19534 <row>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539
19540 \backslash
19541 varrho
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 \begin_inset Formula $\varrho$
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 </row>
19559 <row>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \backslash
19566 sigma
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset Formula $\sigma$
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 </row>
19584 <row>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \backslash
19591 varsigma
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Formula $\varsigma$
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 tau
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Formula $\tau$
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \backslash
19641 upsilon
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $\upsilon$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \backslash
19666 phi
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 \begin_inset Formula $\phi$
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 <row>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \backslash
19691 varphi
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Formula $\varphi$
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 <row>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \backslash
19716 chi
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $\chi$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 psi
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\psi$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \backslash
19766 omega
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 \begin_inset Formula $\omega$
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 </lyxtabular>
19785
19786 \end_inset
19787
19788
19789 \begin_inset space \hfill{}
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \begin_layout Standard
19796 \begin_inset VSpace medskip
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \begin_layout Standard
19803 How to create upright Greek letters is explained in 
19804 \begin_inset CommandInset ref
19805 LatexCommand ref
19806 reference "sub:Upright-small-Greek"
19807
19808 \end_inset
19809
19810 .
19811 \end_layout
19812
19813 \begin_layout Subsection
19814 Big Letters
19815 \begin_inset Index
19816 status collapsed
19817
19818 \begin_layout Plain Layout
19819 Greek letters ! big
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Standard
19828 \begin_inset space \hfill{}
19829 \end_inset
19830
19831
19832 \begin_inset Tabular
19833 <lyxtabular version="3" rows="7" columns="2">
19834 <features>
19835 <column alignment="center" valignment="top" width="0pt">
19836 <column alignment="center" valignment="top" width="0pt">
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 Command
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 Result
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 Gamma
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\Gamma$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 Delta
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\Delta$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 Theta
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\Theta$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 Lambda
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\Lambda$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 Xi
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\Xi$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987
19988 \backslash
19989 Pi
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Formula $\Pi$
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 </lyxtabular>
20008
20009 \end_inset
20010
20011
20012 \begin_inset space \hfill{}
20013 \end_inset
20014
20015
20016 \begin_inset Tabular
20017 <lyxtabular version="3" rows="6" columns="2">
20018 <features>
20019 <column alignment="center" valignment="top" width="0pt">
20020 <column alignment="center" valignment="top" width="0pt">
20021 <row>
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 Command
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 Result
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \backslash
20048 Sigma
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $\Sigma$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 Upsilon
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\Upsilon$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \backslash
20098 Phi
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\Phi$
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 <row>
20117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121
20122 \backslash
20123 Psi
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 \begin_inset Formula $\Psi$
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row>
20142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146
20147 \backslash
20148 Omega
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157 \begin_inset Formula $\Omega$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 </row>
20166 </lyxtabular>
20167
20168 \end_inset
20169
20170
20171 \begin_inset space \hfill{}
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \begin_layout Standard
20178 \begin_inset VSpace medskip
20179 \end_inset
20180
20181 That the big Greek letters appear upright is caused by a design bug when
20182  TeX was developed.
20183  To get correct italic big letters, begin every command with 
20184 \series bold
20185 var
20186 \series default
20187 .
20188  For example the command 
20189 \series bold
20190
20191 \backslash
20192 varGamma
20193 \series default
20194  produces: 
20195 \begin_inset Formula $\varGamma$
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \begin_layout Subsection
20202 Bold Letters
20203 \begin_inset Index
20204 status collapsed
20205
20206 \begin_layout Plain Layout
20207 Greek letters ! bold
20208 \end_layout
20209
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \begin_layout Standard
20216 Greek letters cannot be set with different font styles like Latin letters.
20217  They can only be made bold with the command 
20218 \series bold
20219
20220 \backslash
20221 boldsymbol
20222 \series default
20223
20224 \begin_inset Index
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228 Commands ! B ! 
20229 \backslash
20230 boldsymbol
20231 \end_layout
20232
20233 \end_inset
20234
20235 .
20236 \end_layout
20237
20238 \begin_layout Standard
20239 \align center
20240 \begin_inset Tabular
20241 <lyxtabular version="3" rows="3" columns="2">
20242 <features>
20243 <column alignment="center" valignment="top" width="0">
20244 <column alignment="center" valignment="top" width="0">
20245 <row>
20246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 Command
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 Result
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 Upsilon
20273 \backslash
20274 boldsymbol
20275 \backslash
20276 Upsilon
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 <row>
20295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \backslash
20301 theta
20302 \backslash
20303 boldsymbol
20304 \backslash
20305 theta
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\theta\boldsymbol{\theta}$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 </lyxtabular>
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \begin_layout Section
20331 Symbols
20332 \begin_inset ERT
20333 status collapsed
20334
20335 \begin_layout Plain Layout
20336
20337
20338 \backslash
20339 texorpdfstring{
20340 \end_layout
20341
20342 \end_inset
20343
20344
20345 \begin_inset Foot
20346 status collapsed
20347
20348 \begin_layout Plain Layout
20349 A list with all symbols of most of the LaTeX-packages can be found in 
20350 \begin_inset CommandInset citation
20351 LatexCommand cite
20352 key "Symbole"
20353
20354 \end_inset
20355
20356 .
20357 \end_layout
20358
20359 \end_inset
20360
20361
20362 \begin_inset ERT
20363 status collapsed
20364
20365 \begin_layout Plain Layout
20366
20367 }{}
20368 \end_layout
20369
20370 \end_inset
20371
20372
20373 \begin_inset Note Note
20374 status collapsed
20375
20376 \begin_layout Plain Layout
20377
20378 \backslash
20379 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20380 \end_layout
20381
20382 \begin_layout Plain Layout
20383 More about 
20384 \backslash
20385 texorpdfstring is in section 
20386 \begin_inset CommandInset ref
20387 LatexCommand ref
20388 reference "sub:Formulas-in-Section"
20389
20390 \end_inset
20391
20392 .
20393 \end_layout
20394
20395 \end_inset
20396
20397
20398 \begin_inset Index
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402 Symbols
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \begin_layout Standard
20411 Many of the symbols listed in this section can also be inserted via the
20412  toolbar buttons 
20413 \begin_inset Graphics
20414         filename ../images/math/nabla.png
20415         scale 85
20416
20417 \end_inset
20418
20419  and 
20420 \begin_inset Graphics
20421         filename ../images/math/digamma.png
20422         scale 85
20423
20424 \end_inset
20425
20426 .
20427 \end_layout
20428
20429 \begin_layout Subsection
20430 Mathematical Symbols
20431 \begin_inset CommandInset label
20432 LatexCommand label
20433 name "sub:Mathematical-Symbols"
20434
20435 \end_inset
20436
20437
20438 \begin_inset Index
20439 status collapsed
20440
20441 \begin_layout Plain Layout
20442 Symbols ! mathematical
20443 \end_layout
20444
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \begin_layout Standard
20451 \begin_inset space \hfill{}
20452 \end_inset
20453
20454
20455 \begin_inset Tabular
20456 <lyxtabular version="3" rows="10" columns="2">
20457 <features>
20458 <column alignment="center" valignment="top" width="0pt">
20459 <column alignment="center" valignment="top" width="0pt">
20460 <row>
20461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 Command
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 Result
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \backslash
20487 neg
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $\neg$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \backslash
20512 Im
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\Im$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \backslash
20537 Re
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 \begin_inset Formula $\Re$
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560
20561 \backslash
20562 aleph
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 \begin_inset Formula $\aleph$
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585
20586 \backslash
20587 partial
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Formula $\partial$
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \backslash
20612 infty
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\infty$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \backslash
20637 wp
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\wp$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \backslash
20662 imath
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Formula $\imath$
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685
20686 \backslash
20687 jmath
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 \begin_inset Formula $\jmath$
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 </lyxtabular>
20706
20707 \end_inset
20708
20709
20710 \begin_inset space \hfill{}
20711 \end_inset
20712
20713
20714 \begin_inset Tabular
20715 <lyxtabular version="3" rows="10" columns="2">
20716 <features>
20717 <column alignment="center" valignment="top" width="0pt">
20718 <column alignment="center" valignment="top" width="0pt">
20719 <row>
20720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 Command
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 Result
20734 \begin_inset Note Note
20735 status collapsed
20736
20737 \begin_layout Plain Layout
20738
20739 \series bold
20740
20741 \backslash
20742 raisebox
20743 \series default
20744  is only used as spacer.
20745 \end_layout
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 <row>
20756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760
20761 \backslash
20762 forall
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 \begin_inset Formula $\forall$
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 </row>
20780 <row>
20781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785
20786 \backslash
20787 exists
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 \begin_inset Formula $\exists$
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 </row>
20805 <row>
20806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810
20811 \backslash
20812 nexists
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $\nexists$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \backslash
20837 emptyset
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 \begin_inset Formula $\emptyset$
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860
20861 \backslash
20862 varnothing
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 \begin_inset Formula $\varnothing$
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \backslash
20887 dag
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $\dag$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \backslash
20912 ddag
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 \begin_inset Formula $\ddag$
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 <row>
20931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935
20936 \backslash
20937 complement
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 \begin_inset ERT
20947 status collapsed
20948
20949 \begin_layout Plain Layout
20950
20951
20952 \backslash
20953 raisebox{-0.8mm}{
20954 \end_layout
20955
20956 \end_inset
20957
20958
20959 \begin_inset Formula $\complement$
20960 \end_inset
20961
20962
20963 \begin_inset ERT
20964 status collapsed
20965
20966 \begin_layout Plain Layout
20967
20968 }
20969 \end_layout
20970
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 <row>
20980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \backslash
20986 Bbbk
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995 \begin_inset Formula $\Bbbk$
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 </row>
21004 </lyxtabular>
21005
21006 \end_inset
21007
21008
21009 \begin_inset space \hfill{}
21010 \end_inset
21011
21012
21013 \begin_inset Tabular
21014 <lyxtabular version="3" rows="10" columns="2">
21015 <features>
21016 <column alignment="center" valignment="top" width="0pt">
21017 <column alignment="center" valignment="top" width="0pt">
21018 <row>
21019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 Command
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032 Result
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 </row>
21038 <row>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043
21044 \backslash
21045 prime
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Formula $\prime$
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068
21069 \backslash
21070 backprime
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\backprime$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 mho
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\mho$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \backslash
21120 triangle
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 \begin_inset Formula $\triangle$
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 </row>
21138 <row>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143
21144 \backslash
21145 angle
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $\angle$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 </row>
21163 <row>
21164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168
21169 \backslash
21170 measuredangle
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179 \begin_inset Formula $\measuredangle$
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 </row>
21188 <row>
21189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193
21194 \backslash
21195 sphericalangle
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Formula $\sphericalangle$
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 </row>
21213 <row>
21214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218
21219 \backslash
21220 top
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 \begin_inset Formula $\top$
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 <row>
21239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243
21244 \backslash
21245 bot
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 \begin_inset Formula $\bot$
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 </row>
21263 </lyxtabular>
21264
21265 \end_inset
21266
21267
21268 \begin_inset space \hfill{}
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \begin_layout Standard
21275 \begin_inset Newpage newpage
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Subsection
21282 Miscellaneous Symbols
21283 \begin_inset CommandInset label
21284 LatexCommand label
21285 name "sub:Miscellaneous-Symbols"
21286
21287 \end_inset
21288
21289
21290 \begin_inset Index
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294 Symbols ! miscellaneous
21295 \end_layout
21296
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \begin_layout Standard
21303 \noindent
21304 \align center
21305 \begin_inset Tabular
21306 <lyxtabular version="3" rows="10" columns="2">
21307 <features>
21308 <column alignment="center" valignment="top" width="0pt">
21309 <column alignment="center" valignment="top" width="0pt">
21310 <row>
21311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315 Command
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 Result
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row>
21331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335
21336 \backslash
21337 flat
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset Formula $\flat$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 </row>
21355 <row>
21356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360
21361 \backslash
21362 natural
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371 \begin_inset Formula $\natural$
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 </row>
21380 <row>
21381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385
21386 \backslash
21387 sharp
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396 \begin_inset Formula $\sharp$
21397 \end_inset
21398
21399
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 </row>
21405 <row>
21406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410
21411 \backslash
21412 surd
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 \begin_inset Formula $\surd$
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 </row>
21430 <row>
21431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435
21436 \backslash
21437 checkmark
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446 \begin_inset Formula $\checkmark$
21447 \end_inset
21448
21449
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 </row>
21455 <row>
21456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460
21461 \backslash
21462 yen
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471 \begin_inset Formula $\yen$
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 </row>
21480 <row>
21481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485
21486 \backslash
21487 pounds
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 \begin_inset Formula $\pounds$
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 <row>
21506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 $
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\$$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 §
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 \begin_inset Formula $§$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 </lyxtabular>
21552
21553 \end_inset
21554
21555
21556 \begin_inset Tabular
21557 <lyxtabular version="3" rows="10" columns="2">
21558 <features>
21559 <column alignment="center" valignment="top" width="0">
21560 <column alignment="center" valignment="top" width="0">
21561 <row>
21562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 Command
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 Result
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \backslash
21588 hbar
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\hbar$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 </row>
21606 <row>
21607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611
21612 \backslash
21613 hslash
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $\hslash$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 <row>
21632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636
21637 \backslash
21638 clubsuit
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 \begin_inset Formula $\clubsuit$
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 </row>
21656 <row>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \backslash
21663 spadesuit
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 \begin_inset Formula $\spadesuit$
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 </row>
21681 <row>
21682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686
21687 \backslash
21688 bigstar
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 \begin_inset Formula $\bigstar$
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 </row>
21706 <row>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \backslash
21713 blacklozenge
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 \begin_inset Formula $\blacklozenge$
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 </row>
21731 <row>
21732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736
21737 \backslash
21738 blacktriangle
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 \begin_inset Formula $\blacktriangle$
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 <row>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761
21762 \backslash
21763 blacktiangledown
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 \begin_inset Formula $\blacktriangledown$
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 </row>
21781 <row>
21782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786
21787 \backslash
21788 bullet
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797 \begin_inset Formula $\bullet$
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 </row>
21806 </lyxtabular>
21807
21808 \end_inset
21809
21810
21811 \begin_inset Tabular
21812 <lyxtabular version="3" rows="10" columns="2">
21813 <features>
21814 <column alignment="center" valignment="top" width="0pt">
21815 <column alignment="center" valignment="top" width="0pt">
21816 <row>
21817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 Command
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 Result
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 diamondsuit
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\diamondsuit$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 Diamond
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\Diamond$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \backslash
21893 heartsuit
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 \begin_inset Formula $\heartsuit$
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 P
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\P$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 copyright
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\copyright$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 <row>
21962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966
21967 \backslash
21968 circledR
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 \begin_inset Formula $\circledR$
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 </row>
21986 <row>
21987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991
21992 \backslash
21993 maltese
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Formula $\maltese$
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 </row>
22011 <row>
22012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016
22017 \backslash
22018 diagup
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 \begin_inset Formula $\diagup$
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 </row>
22036 <row>
22037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041
22042 \backslash
22043 diagdown
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 \begin_inset Formula $\diagdown$
22053 \end_inset
22054
22055
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 </row>
22061 </lyxtabular>
22062
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \begin_layout Standard
22069 \begin_inset VSpace medskip
22070 \end_inset
22071
22072 More symbols are listed in 
22073 \begin_inset CommandInset ref
22074 LatexCommand ref
22075 reference "sub:Miscellaneous-Special-Characters"
22076
22077 \end_inset
22078
22079 .
22080 \end_layout
22081
22082 \begin_layout Standard
22083 Some symbols can be displayed in different sizes, see 
22084 \begin_inset CommandInset ref
22085 LatexCommand ref
22086 reference "sub:Font-Sizes"
22087
22088 \end_inset
22089
22090 .
22091 \end_layout
22092
22093 \begin_layout Subsection
22094 The Euro-Symbol €
22095 \begin_inset Index
22096 status collapsed
22097
22098 \begin_layout Plain Layout
22099 Symbols ! Euro-symbol
22100 \end_layout
22101
22102 \end_inset
22103
22104
22105 \begin_inset Index
22106 status collapsed
22107
22108 \begin_layout Plain Layout
22109 \begin_inset ERT
22110 status collapsed
22111
22112 \begin_layout Plain Layout
22113
22114
22115 \backslash
22116 officialeuro
22117 \end_layout
22118
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \begin_layout Standard
22130 To use the Euro symbol in formulas, the LaTeX-package 
22131 \series bold
22132 eurosym
22133 \series default
22134
22135 \begin_inset Index
22136 status collapsed
22137
22138 \begin_layout Plain Layout
22139 Packages ! eurosym
22140 \end_layout
22141
22142 \end_inset
22143
22144  must be installed and loaded with the LaTeX-preamble line
22145 \end_layout
22146
22147 \begin_layout Standard
22148
22149 \series bold
22150
22151 \backslash
22152 usepackage[gennarrow]{eurosym}
22153 \end_layout
22154
22155 \begin_layout Standard
22156 The Euro symbol can now be inserted with the command 
22157 \series bold
22158
22159 \backslash
22160 euro
22161 \series default
22162
22163 \begin_inset Index
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167 Commands ! E ! 
22168 \backslash
22169 euro
22170 \end_layout
22171
22172 \end_inset
22173
22174 .
22175 \end_layout
22176
22177 \begin_layout Standard
22178 The Euro symbol can directly be inserted with the € key in mathematical
22179  text, without having 
22180 \series bold
22181 eurosym
22182 \series default
22183  installed.
22184  When 
22185 \series bold
22186 eurosym
22187 \series default
22188  is installed, 
22189 \series bold
22190
22191 \backslash
22192 euro
22193 \series default
22194  can also be inserted in TeX-mode.
22195  The official currency symbol can then be inserted with the command 
22196 \series bold
22197
22198 \backslash
22199 officialeuro
22200 \series default
22201
22202 \begin_inset Index
22203 status collapsed
22204
22205 \begin_layout Plain Layout
22206 Commands ! O ! 
22207 \backslash
22208 officialeuro
22209 \end_layout
22210
22211 \end_inset
22212
22213 , that is only available in TeX-mode.
22214 \end_layout
22215
22216 \begin_layout Standard
22217 \begin_inset ERT
22218 status collapsed
22219
22220 \begin_layout Plain Layout
22221
22222
22223 \backslash
22224 ifeurosym 
22225 \end_layout
22226
22227 \end_inset
22228
22229
22230 \begin_inset Note Note
22231 status open
22232
22233 \begin_layout Plain Layout
22234 The following table will only be displayed when the LaTeX-package 
22235 \series bold
22236 eurosym
22237 \series default
22238  is installed.
22239 \end_layout
22240
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \begin_layout Standard
22247 An overview about the different Euro symbols:
22248 \end_layout
22249
22250 \begin_layout Standard
22251 \align center
22252 \begin_inset Tabular
22253 <lyxtabular version="3" rows="4" columns="3">
22254 <features>
22255 <column alignment="center" valignment="top" width="0pt">
22256 <column alignment="center" valignment="top" width="0pt">
22257 <column alignment="center" valignment="top" width="0pt">
22258 <row>
22259 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 Command 
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 Result
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 </row>
22287 <row>
22288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 formula
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \backslash
22303 euro
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\euro$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 mathematical text
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 \begin_inset Formula $\mbox{€}$
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 <row>
22354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 TeX-mode
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367
22368 \backslash
22369 officialeuro
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 \begin_inset ERT
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382
22383
22384 \backslash
22385 officialeuro
22386 \end_layout
22387
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 </row>
22396 </lyxtabular>
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Standard
22404 \begin_inset ERT
22405 status collapsed
22406
22407 \begin_layout Plain Layout
22408
22409
22410 \backslash
22411 else 
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \begin_inset Note Note
22418 status open
22419
22420 \begin_layout Plain Layout
22421 The following will be displayed when the LaTeX-package 
22422 \series bold
22423 eurosym
22424 \series default
22425  is not installed:
22426 \end_layout
22427
22428 \end_inset
22429
22430
22431 \end_layout
22432
22433 \begin_layout Standard
22434 You need to install the LaTeX-package 
22435 \series bold
22436 eurosym
22437 \series default
22438  to see the rest of this subsection in the output.
22439 \end_layout
22440
22441 \begin_layout Standard
22442 \begin_inset ERT
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446
22447
22448 \backslash
22449 fi 
22450 \end_layout
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \begin_layout Section
22458 Relations
22459 \begin_inset CommandInset label
22460 LatexCommand label
22461 name "sec:Relations"
22462
22463 \end_inset
22464
22465
22466 \begin_inset Index
22467 status collapsed
22468
22469 \begin_layout Plain Layout
22470 Relations
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \begin_inset Index
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480 Comparisons|see
22481 \begin_inset ERT
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486 {
22487 \end_layout
22488
22489 \end_inset
22490
22491 Relations
22492 \begin_inset ERT
22493 status collapsed
22494
22495 \begin_layout Plain Layout
22496
22497 }
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \begin_layout Standard
22511 All relations can also be inserted via the toolbar button 
22512 \begin_inset Graphics
22513         filename ../images/math/leq.png
22514         scale 85
22515
22516 \end_inset
22517
22518 .
22519 \end_layout
22520
22521 \begin_layout Standard
22522 \begin_inset space \hfill{}
22523 \end_inset
22524
22525
22526 \begin_inset Tabular
22527 <lyxtabular version="3" rows="17" columns="2">
22528 <features>
22529 <column alignment="center" valignment="top" width="0pt">
22530 <column alignment="center" valignment="top" width="0pt">
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 Command
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 Result
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 </row>
22551 <row>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 <
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 \begin_inset Formula $<$
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 <row>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579
22580 \backslash
22581 le
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590 \begin_inset Formula $\le$
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 </row>
22599 <row>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604
22605 \backslash
22606 ll
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 \begin_inset Formula $\ll$
22616 \end_inset
22617
22618
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 </row>
22624 <row>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629
22630 \backslash
22631 prec
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 \begin_inset Formula $\prec$
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 </row>
22649 <row>
22650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654
22655 \backslash
22656 preceq
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665 \begin_inset Formula $\preceq$
22666 \end_inset
22667
22668
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 </row>
22674 <row>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679
22680 \backslash
22681 subset
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 \begin_inset Formula $\subset$
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 </row>
22699 <row>
22700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704
22705 \backslash
22706 subseteq
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 \begin_inset Formula $\subseteq$
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729
22730 \backslash
22731 sqsubseteq
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 \begin_inset Formula $\sqsubseteq$
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 </row>
22749 <row>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754
22755 \backslash
22756 in
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765 \begin_inset Formula $\in$
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 <row>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779
22780 \backslash
22781 vdash
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset Formula $\vdash$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804
22805 \backslash
22806 smile
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 \begin_inset Formula $\smile$
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 </row>
22824 <row>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829
22830 \backslash
22831 lhd
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 \begin_inset Formula $\lhd$
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 </row>
22849 <row>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854
22855 \backslash
22856 unlhd
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 \begin_inset Formula $\unlhd$
22866 \end_inset
22867
22868
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 </row>
22874 <row>
22875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879
22880 \backslash
22881 gtrless
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 \begin_inset Formula $\gtrless$
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 </row>
22899 <row>
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \backslash
22906 mid
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Formula $\mid$
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929
22930 \backslash
22931 nmid
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 \begin_inset Formula $\nmid$
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 </row>
22949 </lyxtabular>
22950
22951 \end_inset
22952
22953
22954 \begin_inset space \hfill{}
22955 \end_inset
22956
22957
22958 \begin_inset Tabular
22959 <lyxtabular version="3" rows="17" columns="2">
22960 <features>
22961 <column alignment="center" valignment="top" width="0pt">
22962 <column alignment="center" valignment="top" width="0pt">
22963 <row>
22964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 Command
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 Result
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 </row>
22983 <row>
22984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 =
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 \begin_inset Formula $=$
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 </row>
23006 <row>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011
23012 \backslash
23013 not=
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 \begin_inset Formula $\not=$
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 <row>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036
23037 \backslash
23038 equiv
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Formula $\equiv$
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061
23062 \backslash
23063 sim
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 \begin_inset Formula $\sim$
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 </row>
23081 <row>
23082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086
23087 \backslash
23088 simeq
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 \begin_inset Formula $\simeq$
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111
23112 \backslash
23113 approx
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 \begin_inset Formula $\approx$
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 </row>
23131 <row>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136
23137 \backslash
23138 cong
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 \begin_inset Formula $\cong$
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 </row>
23156 <row>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161
23162 \backslash
23163 bowtie
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 \begin_inset Formula $\bowtie$
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 </row>
23181 <row>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186
23187 \backslash
23188 notin
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 \begin_inset Formula $\notin$
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 </row>
23206 <row>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211
23212 \backslash
23213 perp
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 \begin_inset Formula $\perp$
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \backslash
23238 propto
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 \begin_inset Formula $\propto$
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 <row>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261
23262 \backslash
23263 asymp
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 \begin_inset Formula $\asymp$
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 </row>
23281 <row>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286
23287 \backslash
23288 doteq
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 \begin_inset Formula $\doteq$
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 </row>
23306 <row>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311
23312 \backslash
23313 circeq
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 \begin_inset Formula $\circeq$
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 <row>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \backslash
23338 models
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Formula $\models$
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 <row>
23357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361
23362 \backslash
23363 widehat=
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $\widehat{=}$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 </lyxtabular>
23382
23383 \end_inset
23384
23385
23386 \begin_inset space \hfill{}
23387 \end_inset
23388
23389
23390 \begin_inset Tabular
23391 <lyxtabular version="3" rows="17" columns="2">
23392 <features>
23393 <column alignment="center" valignment="top" width="0pt">
23394 <column alignment="center" valignment="top" width="0pt">
23395 <row>
23396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 Command
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 Result
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 <row>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 >
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 \begin_inset Formula $>$
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 </row>
23438 <row>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443
23444 \backslash
23445 ge
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 \begin_inset Formula $\ge$
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 </row>
23463 <row>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468
23469 \backslash
23470 gg
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 \begin_inset Formula $\gg$
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 </row>
23488 <row>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493
23494 \backslash
23495 succ
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504 \begin_inset Formula $\succ$
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 </row>
23513 <row>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \backslash
23520 succeq
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 \begin_inset Formula $\succeq$
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 </row>
23538 <row>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \backslash
23545 supset
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554 \begin_inset Formula $\supset$
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \backslash
23570 supseteq
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 \begin_inset Formula $\supseteq$
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593
23594 \backslash
23595 sqsupseteq
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 \begin_inset Formula $\sqsupseteq$
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 </row>
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \backslash
23620 ni
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 \begin_inset Formula $\ni$
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 </row>
23638 <row>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643
23644 \backslash
23645 dashv
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 \begin_inset Formula $\dashv$
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \backslash
23670 frown
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Formula $\frown$
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 rhd
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Formula $\rhd$
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 </row>
23713 <row>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \backslash
23720 unrhd
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $\unrhd$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 lessgtr
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\lessgtr$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 parallel
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\parallel$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 nparallel
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\nparallel$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 </lyxtabular>
23814
23815 \end_inset
23816
23817
23818 \begin_inset space \hfill{}
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \begin_layout Standard
23825 \begin_inset VSpace medskip
23826 \end_inset
23827
23828 The characters 
23829 \series bold
23830
23831 \backslash
23832 lhd
23833 \series default
23834  and 
23835 \series bold
23836
23837 \backslash
23838 rhd
23839 \series default
23840  are bigger than the equal looking operators 
23841 \series bold
23842
23843 \backslash
23844 triangleleft
23845 \series default
23846  and 
23847 \series bold
23848
23849 \backslash
23850 triangleright
23851 \series default
23852 , respectively.
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Relations are, in contrary to symbols, always surrounded by space.
23857 \end_layout
23858
23859 \begin_layout Standard
23860 Relations with labels can be created with the command 
23861 \series bold
23862
23863 \backslash
23864 stackrel
23865 \series default
23866
23867 \begin_inset Index
23868 status collapsed
23869
23870 \begin_layout Plain Layout
23871 Commands ! S ! 
23872 \backslash
23873 stackrel
23874 \end_layout
23875
23876 \end_inset
23877
23878 :
23879 \end_layout
23880
23881 \begin_layout Standard
23882 \align center
23883 \begin_inset Tabular
23884 <lyxtabular version="3" rows="2" columns="2">
23885 <features>
23886 <column alignment="center" valignment="top" width="0">
23887 <column alignment="center" valignment="top" width="0">
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893 Command
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 Result
23903 \begin_inset Note Note
23904 status collapsed
23905
23906 \begin_layout Plain Layout
23907
23908 \series bold
23909
23910 \backslash
23911 raisebox
23912 \series default
23913  is only used as spacer.
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 </row>
23924 <row>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 A(r)
23930 \backslash
23931 stackrel
23932 \begin_inset ERT
23933 status collapsed
23934
23935 \begin_layout Plain Layout
23936
23937
23938 \backslash
23939 spce 
23940 \end_layout
23941
23942 \end_inset
23943
23944 r
23945 \backslash
23946 to
23947 \backslash
23948 infty
23949 \begin_inset ERT
23950 status collapsed
23951
23952 \begin_layout Plain Layout
23953
23954
23955 \backslash
23956 spce 
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \begin_inset Formula $\downarrow$
23963 \end_inset
23964
23965
23966 \backslash
23967 approx
23968 \begin_inset ERT
23969 status collapsed
23970
23971 \begin_layout Plain Layout
23972
23973
23974 \backslash
23975 spce 
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \begin_inset ERT
23982 status collapsed
23983
23984 \begin_layout Plain Layout
23985
23986
23987 \backslash
23988 spce 
23989 \end_layout
23990
23991 \end_inset
23992
23993 B
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 </lyxtabular>
24012
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \begin_layout Section
24019 Functions
24020 \end_layout
24021
24022 \begin_layout Subsection
24023 Predefined Functions
24024 \begin_inset CommandInset label
24025 LatexCommand label
24026 name "sub:Predefined-Functions"
24027
24028 \end_inset
24029
24030
24031 \begin_inset Index
24032 status collapsed
24033
24034 \begin_layout Plain Layout
24035 Functions ! predefined
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \begin_layout Standard
24044 In general, variables are set 
24045 \emph on
24046 italic
24047 \emph default
24048  in mathematical expressions, but not function names, because 
24049 \begin_inset Formula $sin$
24050 \end_inset
24051
24052  could be misunderstood as 
24053 \begin_inset Formula $s\cdot i\cdot n$
24054 \end_inset
24055
24056 .
24057  Therefore there are predefined functions, that are additionally a bit separated
24058  from prefactors.
24059  They are inserted as commands starting with a backslash before their name.
24060 \end_layout
24061
24062 \begin_layout Standard
24063 \align center
24064 \begin_inset Tabular
24065 <lyxtabular version="3" rows="2" columns="4">
24066 <features>
24067 <column alignment="center" valignment="top" width="0pt">
24068 <column alignment="center" valignment="top" width="0pt">
24069 <column alignment="center" valignment="top" width="0pt">
24070 <column alignment="center" valignment="top" width="0pt">
24071 <row>
24072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076 Command
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 Result
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 Command
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 Result
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 Asin(x)+B
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 \begin_inset Formula $Asin(x)+B$
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 A
24136 \backslash
24137 sin(x)+B
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 \begin_inset Formula $A\sin(x)+B$
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 </row>
24155 </lyxtabular>
24156
24157 \end_inset
24158
24159
24160 \begin_inset Newpage pagebreak
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \begin_layout Standard
24167 The following functions are predefined:
24168 \end_layout
24169
24170 \begin_layout Standard
24171 \begin_inset VSpace -2mm
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \align center
24179 \begin_inset Tabular
24180 <lyxtabular version="3" rows="9" columns="4">
24181 <features>
24182 <column alignment="center" valignment="top" width="0pt">
24183 <column alignment="center" valignment="top" width="0pt">
24184 <column alignment="center" valignment="top" width="0pt">
24185 <column alignment="center" valignment="top" width="0pt">
24186 <row>
24187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 Command
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 Command
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209 Command
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218 Command
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 </row>
24224 <row>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 sin
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240
24241 \backslash
24242 sinh
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \backslash
24253 arcsin
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 sup
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 <row>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 cos
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 cosh
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 arccos
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 inf
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 </row>
24316 <row>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 tan
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 tanh
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343
24344 \backslash
24345 arctan
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 lim
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 </row>
24362 <row>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \backslash
24369 cot
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 coth
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 arg
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 liminf
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 <row>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 sec
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 min
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435
24436 \backslash
24437 deg
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 limsup
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 </row>
24454 <row>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 csc
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 max
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 det
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \backslash
24494 Pr
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 </row>
24500 <row>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 ln
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 exp
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 dim
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 hom
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 </row>
24546 <row>
24547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \backslash
24553 lg
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 log
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 ker
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 gcd
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 </row>
24592 </lyxtabular>
24593
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \begin_layout Standard
24600 They can also be inserted with the math toolbar button 
24601 \begin_inset Graphics
24602         filename ../images/math/functions.png
24603         scale 85
24604
24605 \end_inset
24606
24607 .
24608 \end_layout
24609
24610 \begin_layout Subsection
24611 Self-defined Functions
24612 \begin_inset Index
24613 status collapsed
24614
24615 \begin_layout Plain Layout
24616 Functions ! self-defined
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \begin_layout Standard
24625 To use a function that is not predefined, like for example the sign function
24626  sgn(x), there are two possibilities:
24627 \end_layout
24628
24629 \begin_layout Itemize
24630 Define the function by inserting the following line to the LaTeX-preamble
24631 \begin_inset Foot
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635 For more about 
24636 \series bold
24637
24638 \backslash
24639 DeclareMathOperator
24640 \series default
24641  see 
24642 \begin_inset CommandInset ref
24643 LatexCommand ref
24644 reference "sub:Self-defined-Operators"
24645
24646 \end_inset
24647
24648 .
24649 \end_layout
24650
24651 \end_inset
24652
24653
24654 \begin_inset Newline newline
24655 \end_inset
24656
24657
24658 \begin_inset VSpace -3mm
24659 \end_inset
24660
24661
24662 \begin_inset Newline newline
24663 \end_inset
24664
24665
24666 \series bold
24667
24668 \backslash
24669 DeclareMathOperator{
24670 \backslash
24671 sgn}{sgn}
24672 \series default
24673
24674 \begin_inset Index
24675 status collapsed
24676
24677 \begin_layout Plain Layout
24678 Commands ! D ! 
24679 \backslash
24680 dbinom@
24681 \backslash
24682 DeclareMathOperator
24683 \end_layout
24684
24685 \end_inset
24686
24687
24688 \begin_inset Newline newline
24689 \end_inset
24690
24691
24692 \begin_inset VSpace -2mm
24693 \end_inset
24694
24695
24696 \begin_inset Newline newline
24697 \end_inset
24698
24699 Now the new defined function can be called with the command 
24700 \series bold
24701
24702 \backslash
24703 sgn
24704 \series default
24705 .
24706 \end_layout
24707
24708 \begin_layout Itemize
24709 Write the the formula as usual, mark the formula name, in our example the
24710  letters 
24711 \emph on
24712 sgn
24713 \emph default
24714 , and change it to mathematical text.
24715  At last a space is inserted between prefactor and function.
24716 \end_layout
24717
24718 \begin_layout Standard
24719 The result is the same with both methods as with a predefined function
24720 \begin_inset Foot
24721 status collapsed
24722
24723 \begin_layout Plain Layout
24724 In LyX self-defined functions are displayed red, predefined ones black.
24725 \end_layout
24726
24727 \end_inset
24728
24729 :
24730 \end_layout
24731
24732 \begin_layout Standard
24733 \align center
24734 \begin_inset Tabular
24735 <lyxtabular version="3" rows="3" columns="2">
24736 <features>
24737 <column alignment="center" valignment="top" width="0pt">
24738 <column alignment="center" valignment="top" width="0pt">
24739 <row>
24740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 Command
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753 Result
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 </row>
24759 <row>
24760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764 A
24765 \backslash
24766 sgn(x)+B
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775 \begin_inset Formula $A\sgn(x)+B$
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 </row>
24784 <row>
24785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789 A
24790 \backslash
24791 ,
24792 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24793 \end_inset
24794
24795 (x)+B
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 </row>
24813 </lyxtabular>
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Standard
24821 The first method is more suitable when the self-defined function should
24822  be used several times.
24823 \end_layout
24824
24825 \begin_layout Subsection
24826 Limits
24827 \begin_inset Index
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831 Limits
24832 \end_layout
24833
24834 \end_inset
24835
24836
24837 \end_layout
24838
24839 \begin_layout Standard
24840 For limits there are defined besides 
24841 \series bold
24842
24843 \backslash
24844 lim
24845 \series default
24846
24847 \begin_inset Index
24848 status collapsed
24849
24850 \begin_layout Plain Layout
24851 Commands ! L ! 
24852 \backslash
24853 lim
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \series bold
24860
24861 \backslash
24862 liminf
24863 \series default
24864  and 
24865 \series bold
24866
24867 \backslash
24868 limsup
24869 \series default
24870  furthermore the following functions:
24871 \end_layout
24872
24873 \begin_layout Standard
24874 \align center
24875 \begin_inset Tabular
24876 <lyxtabular version="3" rows="5" columns="2">
24877 <features>
24878 <column alignment="center" valignment="top" width="0">
24879 <column alignment="center" valignment="top" width="0">
24880 <row>
24881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885 Command
24886 \end_layout
24887
24888 \end_inset
24889 </cell>
24890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894 Result
24895 \begin_inset Note Note
24896 status collapsed
24897
24898 \begin_layout Plain Layout
24899
24900 \series bold
24901
24902 \backslash
24903 raisebox
24904 \series default
24905  is only used as spacer.
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 </row>
24916 <row>
24917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921
24922 \backslash
24923 varliminf
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932 \begin_inset Formula $\varliminf$
24933 \end_inset
24934
24935
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 </row>
24941 <row>
24942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946
24947 \backslash
24948 varlimsup
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957 \begin_inset Formula $\varlimsup$
24958 \end_inset
24959
24960
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 </row>
24966 <row>
24967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971
24972 \backslash
24973 varprojlim
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982 \begin_inset Formula $\varprojlim$
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 </row>
24991 <row>
24992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \backslash
24998 varinjlim
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007 \begin_inset Formula $\varinjlim$
25008 \end_inset
25009
25010
25011 \begin_inset Formula $\raisebox{-2.5mm}{}$
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 </row>
25020 </lyxtabular>
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 \begin_inset VSpace medskip
25029 \end_inset
25030
25031 The limit is created by inserting a subscript.
25032  It is set right beside the function in an inline formula:
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \align center
25037 \begin_inset Tabular
25038 <lyxtabular version="3" rows="2" columns="2">
25039 <features>
25040 <column alignment="center" valignment="top" width="0pt">
25041 <column alignment="center" valignment="top" width="0pt">
25042 <row>
25043 <cell alignment="center" valignment="top" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047 Command
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 \begin_inset space \hspace{}
25057 \length 1cm
25058 \end_inset
25059
25060 Result
25061 \begin_inset Note Note
25062 status collapsed
25063
25064 \begin_layout Plain Layout
25065
25066 \series bold
25067
25068 \backslash
25069 hspace
25070 \series default
25071  and
25072 \series bold
25073  
25074 \backslash
25075 raisebox
25076 \series default
25077  are used here as spacer.
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 </row>
25088 <row>
25089 <cell alignment="center" valignment="top" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093
25094 \backslash
25095 lim_x
25096 \backslash
25097 to
25098 \begin_inset ERT
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102
25103
25104 \backslash
25105 spce 
25106 \end_layout
25107
25108 \end_inset
25109
25110 A
25111 \begin_inset ERT
25112 status collapsed
25113
25114 \begin_layout Plain Layout
25115
25116
25117 \backslash
25118 spce 
25119 \end_layout
25120
25121 \end_inset
25122
25123 x=B
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 </row>
25141 </lyxtabular>
25142
25143 \end_inset
25144
25145
25146 \end_layout
25147
25148 \begin_layout Standard
25149 In a displayed formula the limit is set below the formula, as usual:
25150 \begin_inset Formula \[
25151 \lim_{x\to A}x=B\]
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Subsection
25159 Modulo-Functions
25160 \begin_inset Index
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164 Functions ! modulo-
25165 \end_layout
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Standard
25173 The modulo-function is special, because it exists in four variants.
25174 \end_layout
25175
25176 \begin_layout Standard
25177 The variants in a displayed formula:
25178 \begin_inset Formula \begin{align*}
25179 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25180 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25181 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25182 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25183 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \begin_layout Standard
25191 In an inline formula less space is set before the function names for all
25192  variants.
25193 \end_layout
25194
25195 \begin_layout Section
25196 Special Characters
25197 \begin_inset Index
25198 status collapsed
25199
25200 \begin_layout Plain Layout
25201 Special characters
25202 \end_layout
25203
25204 \end_inset
25205
25206
25207 \end_layout
25208
25209 \begin_layout Subsection
25210 Special Characters in Mathematical Text
25211 \end_layout
25212
25213 \begin_layout Standard
25214 The following commands can only be used in mathematical text or in TeX-mode:
25215 \end_layout
25216
25217 \begin_layout Standard
25218 \begin_inset space \hfill{}
25219 \end_inset
25220
25221
25222 \begin_inset Tabular
25223 <lyxtabular version="3" rows="8" columns="2">
25224 <features>
25225 <column alignment="block" valignment="top" width="0">
25226 <column alignment="block" valignment="top" width="0">
25227 <row>
25228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232 Command
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241 Result
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 </row>
25247 <row>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 oe
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263 \begin_inset Formula $\textrm{œ}$
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 </row>
25272 <row>
25273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277
25278 \backslash
25279 OE
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288 \begin_inset Formula $\textrm{Œ}$
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 </row>
25297 <row>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302
25303 \backslash
25304 ae
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313 \begin_inset Formula $\textrm{æ}$
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 </row>
25322 <row>
25323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \backslash
25329 AE
25330 \end_layout
25331
25332 \end_inset
25333 </cell>
25334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338 \begin_inset Formula $\textrm{Æ}$
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 </row>
25347 <row>
25348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352
25353 \backslash
25354 aa
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 \begin_inset Formula $\textrm{\aa}$
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 </row>
25372 <row>
25373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377
25378 \backslash
25379 AA
25380 \begin_inset Index
25381 status collapsed
25382
25383 \begin_layout Plain Layout
25384 \begin_inset ERT
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388
25389
25390 \backslash
25391 @
25392 \backslash
25393 textrm{
25394 \backslash
25395 AA}
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 \begin_inset Formula $\textrm{Å}$
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 i
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 \begin_inset Formula $\textrm{ı}$
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 </row>
25448 </lyxtabular>
25449
25450 \end_inset
25451
25452
25453 \begin_inset space \hfill{}
25454 \end_inset
25455
25456
25457 \begin_inset Tabular
25458 <lyxtabular version="3" rows="8" columns="2">
25459 <features>
25460 <column alignment="block" valignment="top" width="0">
25461 <column alignment="center" valignment="top" width="0">
25462 <row>
25463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467 command
25468 \begin_inset Note Note
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472
25473 \series bold
25474
25475 \backslash
25476 hspace{0mm}
25477 \series default
25478  is used for separation, because otherwise the output will be ¡ and ¿ respective
25479 ly.
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \end_inset
25488 </cell>
25489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493 Result
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 </row>
25499 <row>
25500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504
25505 \backslash
25506 o
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515 \begin_inset Formula $\textrm{ø}$
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 </row>
25524 <row>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529
25530 \backslash
25531 O
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540 \begin_inset Formula $\textrm{Ø}$
25541 \end_inset
25542
25543
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 </row>
25549 <row>
25550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554
25555 \backslash
25556 l
25557 \end_layout
25558
25559 \end_inset
25560 </cell>
25561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565 \begin_inset Formula $\textrm{ł}$
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 </row>
25574 <row>
25575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579
25580 \backslash
25581 L
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590 \begin_inset Formula $\textrm{Ł}$
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 </row>
25599 <row>
25600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604 !
25605 \begin_inset space \hspace{}
25606 \length 0mm
25607 \end_inset
25608
25609 `
25610 \begin_inset ERT
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614
25615
25616 \backslash
25617 spce 
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25628 \begin_inset Text
25629
25630 \begin_layout Plain Layout
25631 \begin_inset Formula $\textrm{!`}$
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 </row>
25640 <row>
25641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645 ?
25646 \begin_inset space \hspace{}
25647 \length 0mm
25648 \end_inset
25649
25650 `
25651 \begin_inset ERT
25652 status collapsed
25653
25654 \begin_layout Plain Layout
25655
25656
25657 \backslash
25658 spce 
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 \begin_inset Formula $\textrm{?`}$
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 </row>
25681 <row>
25682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686
25687 \backslash
25688 j
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697 \begin_inset Formula $\textrm{ȷ}$
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 </row>
25706 </lyxtabular>
25707
25708 \end_inset
25709
25710
25711 \begin_inset space \hfill{}
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Standard
25718 The characters 
25719 \begin_inset Formula $\textrm{\textrm{Å}}$
25720 \end_inset
25721
25722  and 
25723 \begin_inset Formula $\textrm{\textrm{Ø}}$
25724 \end_inset
25725
25726  can also be inserted via the math toolbar button 
25727 \begin_inset Graphics
25728         filename ../images/math/digamma.png
25729         scale 85
25730
25731 \end_inset
25732
25733 .
25734 \end_layout
25735
25736 \begin_layout Standard
25737 An exception are the commands 
25738 \series bold
25739 !
25740 \begin_inset space \hspace{}
25741 \length 0mm
25742 \end_inset
25743
25744 `
25745 \series default
25746  and 
25747 \series bold
25748 ?
25749 \begin_inset space \hspace{}
25750 \length 0mm
25751 \end_inset
25752
25753 `
25754 \series default
25755 , because they can be inserted in LyX directly to text.
25756 \end_layout
25757
25758 \begin_layout Subsection
25759 Accents in Text
25760 \begin_inset CommandInset label
25761 LatexCommand label
25762 name "sub:Accents-in-Text"
25763
25764 \end_inset
25765
25766
25767 \begin_inset Index
25768 status collapsed
25769
25770 \begin_layout Plain Layout
25771 Accents ! in text
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \begin_layout Standard
25780 With the following commands all letters can be accented.
25781  The commands must be inserted in TeX-mode.
25782 \end_layout
25783
25784 \begin_layout Standard
25785 \begin_inset space \hfill{}
25786 \end_inset
25787
25788
25789 \begin_inset Tabular
25790 <lyxtabular version="3" rows="8" columns="2">
25791 <features>
25792 <column alignment="block" valignment="top" width="0">
25793 <column alignment="block" valignment="top" width="0">
25794 <row>
25795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799 Command
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 Result
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 <row>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819
25820 \backslash
25821
25822 \begin_inset Quotes grd
25823 \end_inset
25824
25825 e
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834 \begin_inset ERT
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838
25839
25840 \backslash
25841 "e
25842 \end_layout
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 </row>
25852 <row>
25853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857
25858 \backslash
25859 `e
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873
25874 \backslash
25875 `e
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 <row>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891
25892 \backslash
25893 ^
25894 \begin_inset ERT
25895 status collapsed
25896
25897 \begin_layout Plain Layout
25898
25899
25900 \backslash
25901 spce 
25902 \end_layout
25903
25904 \end_inset
25905
25906 e
25907 \end_layout
25908
25909 \end_inset
25910 </cell>
25911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915 \begin_inset ERT
25916 status collapsed
25917
25918 \begin_layout Plain Layout
25919
25920
25921 \backslash
25922 ^e
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 </row>
25933 <row>
25934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Plain Layout
25938
25939 \backslash
25940 =e
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949 \begin_inset ERT
25950 status collapsed
25951
25952 \begin_layout Plain Layout
25953
25954
25955 \backslash
25956 =e
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 </row>
25967 <row>
25968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972
25973 \backslash
25974 u
25975 \begin_inset ERT
25976 status collapsed
25977
25978 \begin_layout Plain Layout
25979
25980
25981 \backslash
25982 spce 
25983 \end_layout
25984
25985 \end_inset
25986
25987 e
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996 \begin_inset ERT
25997 status collapsed
25998
25999 \begin_layout Plain Layout
26000
26001
26002 \backslash
26003 u e
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \end_inset
26012 </cell>
26013 </row>
26014 <row>
26015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26016 \begin_inset Text
26017
26018 \begin_layout Plain Layout
26019
26020 \backslash
26021 b
26022 \begin_inset ERT
26023 status collapsed
26024
26025 \begin_layout Plain Layout
26026
26027
26028 \backslash
26029 spce 
26030 \end_layout
26031
26032 \end_inset
26033
26034 e
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 \begin_inset ERT
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047
26048
26049 \backslash
26050 b e
26051 \end_layout
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \end_inset
26059 </cell>
26060 </row>
26061 <row>
26062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26063 \begin_inset Text
26064
26065 \begin_layout Plain Layout
26066
26067 \backslash
26068 t
26069 \begin_inset ERT
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073
26074
26075 \backslash
26076 spce 
26077 \end_layout
26078
26079 \end_inset
26080
26081 ee
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090 \begin_inset ERT
26091 status collapsed
26092
26093 \begin_layout Plain Layout
26094
26095
26096 \backslash
26097 t ee
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 </row>
26108 </lyxtabular>
26109
26110 \end_inset
26111
26112
26113 \begin_inset space \hfill{}
26114 \end_inset
26115
26116
26117 \begin_inset Tabular
26118 <lyxtabular version="3" rows="8" columns="2">
26119 <features>
26120 <column alignment="block" valignment="top" width="0">
26121 <column alignment="center" valignment="top" width="0">
26122 <row>
26123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 Command
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 Result
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 </row>
26142 <row>
26143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26144 \begin_inset Text
26145
26146 \begin_layout Plain Layout
26147
26148 \backslash
26149 H
26150 \begin_inset ERT
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154
26155
26156 \backslash
26157 spce 
26158 \end_layout
26159
26160 \end_inset
26161
26162 e
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 \begin_inset ERT
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175
26176
26177 \backslash
26178 H e
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 </row>
26189 <row>
26190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Plain Layout
26194
26195 \backslash
26196 'e
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 \begin_inset ERT
26206 status collapsed
26207
26208 \begin_layout Plain Layout
26209
26210
26211 \backslash
26212 'e
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 </row>
26223 <row>
26224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228
26229 \backslash
26230 ~e
26231 \begin_inset Index
26232 status collapsed
26233
26234 \begin_layout Plain Layout
26235 Tilde
26236 \end_layout
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 \begin_inset ERT
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253
26254
26255 \backslash
26256 ~e
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 </row>
26267 <row>
26268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272
26273 \backslash
26274 .e
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 \begin_inset ERT
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287
26288
26289 \backslash
26290 .e
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 </row>
26301 <row>
26302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306
26307 \backslash
26308 v
26309 \begin_inset ERT
26310 status collapsed
26311
26312 \begin_layout Plain Layout
26313
26314
26315 \backslash
26316 spce 
26317 \end_layout
26318
26319 \end_inset
26320
26321 e
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 \begin_inset ERT
26331 status collapsed
26332
26333 \begin_layout Plain Layout
26334
26335
26336 \backslash
26337 v e
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 d
26356 \begin_inset ERT
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360
26361
26362 \backslash
26363 spce 
26364 \end_layout
26365
26366 \end_inset
26367
26368 e
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 \begin_inset ERT
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381
26382
26383 \backslash
26384 d e
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 </row>
26395 <row>
26396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400
26401 \backslash
26402 c
26403 \begin_inset ERT
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407
26408
26409 \backslash
26410 spce 
26411 \end_layout
26412
26413 \end_inset
26414
26415 e
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 \begin_inset ERT
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428
26429
26430 \backslash
26431 c e
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 </row>
26442 </lyxtabular>
26443
26444 \end_inset
26445
26446
26447 \begin_inset space \hfill{}
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \begin_layout Standard
26454 \begin_inset VSpace medskip
26455 \end_inset
26456
26457 With the command 
26458 \series bold
26459
26460 \backslash
26461 t
26462 \series default
26463  also two different characters can be accented.
26464  The command 
26465 \series bold
26466
26467 \backslash
26468 t
26469 \begin_inset ERT
26470 status collapsed
26471
26472 \begin_layout Plain Layout
26473
26474
26475 \backslash
26476 spce 
26477 \end_layout
26478
26479 \end_inset
26480
26481 sz
26482 \series default
26483  creates: 
26484 \begin_inset ERT
26485 status collapsed
26486
26487 \begin_layout Plain Layout
26488
26489
26490 \backslash
26491 t sz
26492 \end_layout
26493
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \begin_layout Standard
26500 The accents 
26501 \series bold
26502 `
26503 \series default
26504  , 
26505 \series bold
26506 '
26507 \series default
26508  , and 
26509 \series bold
26510 ^
26511 \series default
26512  can in combination with vowels directly be inserted with the keyboard without
26513  using TeX-mode.
26514  The same applies for the tilde
26515 \begin_inset Foot
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 This only applies for keyboards where the tilde is defined as accent.
26520 \end_layout
26521
26522 \end_inset
26523
26524  
26525 \series bold
26526 ~
26527 \series default
26528  in combination with 
26529 \emph on
26530 a
26531 \emph default
26532  , 
26533 \emph on
26534 n
26535 \emph default
26536  , or 
26537 \emph on
26538 o
26539 \emph default
26540 .
26541 \end_layout
26542
26543 \begin_layout Standard
26544 The commands 
26545 \series bold
26546
26547 \backslash
26548 b
26549 \series default
26550  , 
26551 \series bold
26552
26553 \backslash
26554 c
26555 \series default
26556  , 
26557 \series bold
26558
26559 \backslash
26560 d
26561 \series default
26562  , 
26563 \series bold
26564
26565 \backslash
26566 H
26567 \series default
26568  , 
26569 \series bold
26570
26571 \backslash
26572 t
26573 \series default
26574  , 
26575 \series bold
26576
26577 \backslash
26578 u
26579 \series default
26580  , 
26581 \series bold
26582
26583 \backslash
26584 v
26585 \series default
26586 , and accents inserted directly with the keyboard are also available in
26587  mathematical text.
26588  For the other accents there are special math commands to be used in formulas,
26589  see 
26590 \begin_inset CommandInset ref
26591 LatexCommand ref
26592 reference "sub:Accents-for-one"
26593
26594 \end_inset
26595
26596 .
26597 \end_layout
26598
26599 \begin_layout Standard
26600 \begin_inset VSpace bigskip
26601 \end_inset
26602
26603 Furthermore, with the command 
26604 \series bold
26605
26606 \backslash
26607 textcircled
26608 \series default
26609
26610 \begin_inset Index
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614 Commands ! T ! 
26615 \backslash
26616 textcircled
26617 \end_layout
26618
26619 \end_inset
26620
26621  all numbers and letters can be set into a circle, quasi accented with a
26622  circle, similar to the the copyright symbol.
26623 \end_layout
26624
26625 \begin_layout Standard
26626 \align center
26627 \begin_inset Tabular
26628 <lyxtabular version="3" rows="3" columns="2">
26629 <features>
26630 <column alignment="center" valignment="top" width="0">
26631 <column alignment="center" valignment="top" width="0">
26632 <row>
26633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26634 \begin_inset Text
26635
26636 \begin_layout Plain Layout
26637 Command
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646 Result
26647 \begin_inset Note Note
26648 status collapsed
26649
26650 \begin_layout Plain Layout
26651
26652 \series bold
26653
26654 \backslash
26655 raisebox
26656 \series default
26657  is only used as spacer.
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 </row>
26668 <row>
26669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673
26674 \backslash
26675 textcircled{w}
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 \begin_inset ERT
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689
26690 \backslash
26691 textcircled{w}
26692 \end_layout
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 </row>
26702 <row>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707
26708 \backslash
26709 Large 
26710 \backslash
26711 textcircled{
26712 \backslash
26713 normalsize
26714 \backslash
26715 protect
26716 \backslash
26717 raisebox{-1.5pt}{W}}
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726 \begin_inset Formula $\raisebox{4.5mm}{}$
26727 \end_inset
26728
26729
26730 \begin_inset ERT
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734
26735
26736 \backslash
26737 Large 
26738 \backslash
26739 textcircled{
26740 \backslash
26741 normalsize
26742 \backslash
26743 protect
26744 \backslash
26745 raisebox{-1.5pt}W}
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \begin_inset Formula $\raisebox{-2mm}{}$
26752 \end_inset
26753
26754
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 </row>
26760 </lyxtabular>
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \begin_layout Standard
26768 One has to take care that the character fits in the circle.
26769  
26770 \series bold
26771
26772 \backslash
26773 Large
26774 \series default
26775
26776 \begin_inset Foot
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780 see 
26781 \begin_inset CommandInset ref
26782 LatexCommand ref
26783 reference "sub:Font-Sizes"
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \end_inset
26791
26792  specifies thereby the size of the circle.
26793  With the help of 
26794 \series bold
26795
26796 \backslash
26797 raisebox
26798 \series default
26799
26800 \begin_inset Foot
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804 see 
26805 \begin_inset CommandInset ref
26806 LatexCommand ref
26807 reference "sub:Boxes-without-Frame"
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815
26816  the character can be centered.
26817 \end_layout
26818
26819 \begin_layout Subsection
26820 Minuscule Numbers
26821 \begin_inset Index
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825 Minuscule numbers
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \begin_layout Standard
26834 Minuscule numbers are created with the command 
26835 \series bold
26836
26837 \backslash
26838 oldstylenums
26839 \series default
26840
26841 \begin_inset Index
26842 status collapsed
26843
26844 \begin_layout Plain Layout
26845 Commands ! O ! 
26846 \backslash
26847 oldstylenums
26848 \end_layout
26849
26850 \end_inset
26851
26852 .
26853  The command can be used in formulas and in TeX-mode.
26854  The command scheme is:
26855 \end_layout
26856
26857 \begin_layout Standard
26858
26859 \series bold
26860
26861 \backslash
26862 oldstylenums{number}
26863 \end_layout
26864
26865 \begin_layout Standard
26866 The command 
26867 \series bold
26868
26869 \backslash
26870 oldstylenums{0123456789
26871 \series default
26872  produces: 
26873 \begin_inset Formula $\oldstylenums{0123456789}$
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \begin_layout Subsection
26880 Miscellaneous Special Characters
26881 \begin_inset CommandInset label
26882 LatexCommand label
26883 name "sub:Miscellaneous-Special-Characters"
26884
26885 \end_inset
26886
26887
26888 \begin_inset Index
26889 status collapsed
26890
26891 \begin_layout Plain Layout
26892 Special characters ! miscellaneous
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 The following characters can only be inserted to formulas by using commands:
26902 \end_layout
26903
26904 \begin_layout Standard
26905 \align center
26906 \begin_inset Tabular
26907 <lyxtabular version="3" rows="4" columns="2">
26908 <features>
26909 <column alignment="center" valignment="top" width="0">
26910 <column alignment="center" valignment="top" width="0">
26911 <row>
26912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Plain Layout
26916 Command
26917 \end_layout
26918
26919 \end_inset
26920 </cell>
26921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Plain Layout
26925 Result
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 </row>
26931 <row>
26932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26933 \begin_inset Text
26934
26935 \begin_layout Plain Layout
26936
26937 \backslash
26938 ^
26939 \begin_inset ERT
26940 status collapsed
26941
26942 \begin_layout Plain Layout
26943
26944
26945 \backslash
26946 spce 
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \end_inset
26955 </cell>
26956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Plain Layout
26960 \begin_inset Formula $\mathcircumflex$
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 </row>
26969 <row>
26970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26971 \begin_inset Text
26972
26973 \begin_layout Plain Layout
26974
26975 \backslash
26976 _
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26982 \begin_inset Text
26983
26984 \begin_layout Plain Layout
26985 \begin_inset Formula $\_$
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 </row>
26994 <row>
26995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999 ^
27000 \begin_inset ERT
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004
27005
27006 \backslash
27007 spce 
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \backslash
27014 circ
27015 \begin_inset Index
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019 °
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033 \begin_inset Formula $^{\circ}$
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \end_inset
27040 </cell>
27041 </row>
27042 </lyxtabular>
27043
27044 \end_inset
27045
27046
27047 \end_layout
27048
27049 \begin_layout Standard
27050 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27051  contains the following line
27052 \begin_inset Foot
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056 More about this is described in 
27057 \begin_inset CommandInset ref
27058 LatexCommand ref
27059 reference "sub:Text-Characters-in"
27060
27061 \end_inset
27062
27063 .
27064 \end_layout
27065
27066 \end_inset
27067
27068 :
27069 \end_layout
27070
27071 \begin_layout Standard
27072
27073 \series bold
27074
27075 \backslash
27076 DeclareInputtext{176}{
27077 \backslash
27078 ifmmode^
27079 \backslash
27080 circ
27081 \backslash
27082 else
27083 \backslash
27084 textdegree
27085 \backslash
27086 fi}
27087 \end_layout
27088
27089 \begin_layout Section
27090 Formula Styles
27091 \begin_inset CommandInset label
27092 LatexCommand label
27093 name "sec:Formula-Styles"
27094
27095 \end_inset
27096
27097
27098 \begin_inset Index
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102 Formula ! styles
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \begin_layout Itemize
27111 There are two different alignment styles:
27112 \end_layout
27113
27114 \begin_deeper
27115 \begin_layout Description
27116 Centered is the predefined standard
27117 \end_layout
27118
27119 \begin_layout Description
27120 Indented for this the option 
27121 \series bold
27122 fleqn
27123 \series default
27124  must be inserted in the menu 
27125 \family sans
27126 Document\SpecialChar \menuseparator
27127 Settings
27128 \family default
27129  under 
27130 \family sans
27131 Document
27132 \begin_inset space ~
27133 \end_inset
27134
27135 Class
27136 \end_layout
27137
27138 \begin_layout Standard
27139 When 
27140 \series bold
27141 Indented
27142 \series default
27143  is used, the indentation can be adjusted with the length 
27144 \series bold
27145
27146 \backslash
27147 mathindent
27148 \series default
27149
27150 \begin_inset Index
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154 Commands ! M ! 
27155 \backslash
27156 mathindent
27157 \end_layout
27158
27159 \end_inset
27160
27161 .
27162  Should the distance be 15
27163 \begin_inset space \thinspace{}
27164 \end_inset
27165
27166 mm, the following command line is inserted in the LaTeX-preamble
27167 \end_layout
27168
27169 \begin_layout Standard
27170
27171 \series bold
27172
27173 \backslash
27174 setlength{
27175 \backslash
27176 mathindent}{15mm}
27177 \end_layout
27178
27179 \begin_layout Standard
27180 When no length is specified, the predefined value of 30
27181 \begin_inset space \thinspace{}
27182 \end_inset
27183
27184 pt will be used.
27185 \end_layout
27186
27187 \end_deeper
27188 \begin_layout Itemize
27189 And two different numbering styles:
27190 \end_layout
27191
27192 \begin_deeper
27193 \begin_layout Description
27194 Right is the predefined standard
27195 \end_layout
27196
27197 \begin_layout Description
27198 Left for this the option 
27199 \series bold
27200 leqno
27201 \series default
27202  must be inserted in the menu 
27203 \family sans
27204 Document\SpecialChar \menuseparator
27205 Settings
27206 \family default
27207  under 
27208 \family sans
27209 Document
27210 \begin_inset space ~
27211 \end_inset
27212
27213 Class
27214 \end_layout
27215
27216 \end_deeper
27217 \begin_layout Standard
27218
27219 \series bold
27220 fleqn
27221 \series default
27222  and 
27223 \series bold
27224 leqno
27225 \series default
27226  can also be used together.
27227  In this case both options are inserted, separated by a comma.
27228 \end_layout
27229
27230 \begin_layout Standard
27231 The chosen styles are used for all displayed formulas of the document.
27232  When both, centered and indented formulas should be created in a document,
27233  the style 
27234 \series bold
27235 Centered
27236 \series default
27237  is used.
27238  The indented formulas are then set in a flalign environment, see 
27239 \begin_inset CommandInset ref
27240 LatexCommand ref
27241 reference "sub:Flalign-Environment"
27242
27243 \end_inset
27244
27245 .
27246 \end_layout
27247
27248 \begin_layout Section
27249 Multiline Formulas
27250 \begin_inset CommandInset label
27251 LatexCommand label
27252 name "sec:Multiline-Formulas"
27253
27254 \end_inset
27255
27256
27257 \begin_inset Index
27258 status collapsed
27259
27260 \begin_layout Plain Layout
27261 Formula ! multiline
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \begin_layout Subsection
27270 General
27271 \end_layout
27272
27273 \begin_layout Standard
27274 In LyX multiline formulas are created by pressing 
27275 \family sans
27276 \series bold
27277 Ctrl-Return
27278 \family default
27279 \series default
27280  inside a formula.
27281  This creates either an 
27282 \series bold
27283 eqnarray environment
27284 \series default
27285  that is described in 
27286 \begin_inset CommandInset ref
27287 LatexCommand ref
27288 reference "sub:Eqnarray-Environment"
27289
27290 \end_inset
27291
27292  or, when the option 
27293 \family sans
27294 Use AMS math package
27295 \family default
27296  in the document settings is selected, an 
27297 \series bold
27298 align environment
27299 \series default
27300  that is described in 
27301 \begin_inset CommandInset ref
27302 LatexCommand ref
27303 reference "sub:Standard-align-Environment"
27304
27305 \end_inset
27306
27307 .
27308 \end_layout
27309
27310 \begin_layout Standard
27311 There are other multiline formula environments that can be created via the
27312  menu 
27313 \family sans
27314 Insert\SpecialChar \menuseparator
27315 Math
27316 \family default
27317 .
27318  These environments are described in the following sections.
27319 \end_layout
27320
27321 \begin_layout Standard
27322 In all multiline formula environments a new line is created by pressing
27323  
27324 \family sans
27325 Ctrl-Return
27326 \family default
27327 .
27328  To add or delete lines, the math toolbar buttons 
27329 \begin_inset Graphics
27330         filename ../images/tabular-feature_append-row.png
27331         scale 85
27332
27333 \end_inset
27334
27335  or 
27336 \begin_inset Graphics
27337         filename ../images/tabular-feature_delete-row.png
27338         scale 85
27339
27340 \end_inset
27341
27342 , respectively, or the menu 
27343 \family sans
27344 Edit\SpecialChar \menuseparator
27345 Rows & Columns
27346 \family default
27347  can be used.
27348 \end_layout
27349
27350 \begin_layout Subsubsection
27351 Line Separation
27352 \begin_inset CommandInset label
27353 LatexCommand label
27354 name "sub:Line-Separation"
27355
27356 \end_inset
27357
27358
27359 \begin_inset Index
27360 status collapsed
27361
27362 \begin_layout Plain Layout
27363 Formula ! multiline ! Line separation
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Standard
27372 There is sometimes not enough space in multiline formulas between the lines:
27373 \begin_inset Formula \begin{eqnarray*}
27374 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}\\
27375 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*}
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 In LaTeX additional line space is specified as optional argument of the
27384  new line command.
27385  This is not yet possible in LyX
27386 \begin_inset Foot
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390 see 
27391 \begin_inset CommandInset href
27392 LatexCommand href
27393 name "LyX-bug #1505"
27394 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \end_inset
27402
27403 , therefore the whole formula must be inserted in TeX-mode.
27404  To add in our example space, the command 
27405 \series bold
27406
27407 \backslash
27408
27409 \backslash
27410 [3mm]
27411 \series default
27412  is inserted at the end of the first line.
27413  One gets: 
27414 \begin_inset ERT
27415 status collapsed
27416
27417 \begin_layout Plain Layout
27418
27419
27420 \backslash
27421 begin{eqnarray*}
27422 \end_layout
27423
27424 \begin_layout Plain Layout
27425
27426 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27427  = & 
27428 \backslash
27429 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27430 \backslash
27431
27432 \backslash
27433 [3mm]
27434 \end_layout
27435
27436 \begin_layout Plain Layout
27437
27438 4x^{2}
27439 \backslash
27440 left(B^{2}+x_{0}^{2}
27441 \backslash
27442 right)+4x_{0}x
27443 \backslash
27444 left(D-B^{2}
27445 \backslash
27446 right)+B^{2}
27447 \backslash
27448 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27449 \backslash
27450 right) & = & 0
27451 \end_layout
27452
27453 \begin_layout Plain Layout
27454
27455
27456 \backslash
27457 end{eqnarray*}
27458 \end_layout
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \begin_layout Standard
27466 \begin_inset VSpace bigskip
27467 \end_inset
27468
27469 To set the the line separation for all lines in a formula, the length 
27470 \series bold
27471
27472 \backslash
27473 jot
27474 \series default
27475
27476 \begin_inset Index
27477 status collapsed
27478
27479 \begin_layout Plain Layout
27480 Commands ! J ! 
27481 \backslash
27482 jot
27483 \end_layout
27484
27485 \end_inset
27486
27487  is changed.
27488  The definition is: 
27489 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27490 \end_inset
27491
27492 .
27493  Predefined for 
27494 \series bold
27495
27496 \backslash
27497 jot
27498 \series default
27499  is the value 3
27500 \begin_inset space \thinspace{}
27501 \end_inset
27502
27503 pt.
27504  To create 3
27505 \begin_inset space \thinspace{}
27506 \end_inset
27507
27508 mm additional line separation as in the previous example, the command
27509 \end_layout
27510
27511 \begin_layout Standard
27512
27513 \series bold
27514
27515 \backslash
27516 setlength{
27517 \backslash
27518 jot}{3mm+3pt}
27519 \end_layout
27520
27521 \begin_layout Standard
27522 is inserted in TeX-mode before the formula.
27523  This requires that the LaTeX-package 
27524 \series bold
27525 calc
27526 \series default
27527
27528 \begin_inset Foot
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532
27533 \series bold
27534 calc
27535 \series default
27536  is part of every LaTeX standard installation.
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \begin_inset Index
27543 status collapsed
27544
27545 \begin_layout Plain Layout
27546 Packages ! calc
27547 \end_layout
27548
27549 \end_inset
27550
27551  was loaded in LaTeX-preamble with the line
27552 \end_layout
27553
27554 \begin_layout Standard
27555
27556 \series bold
27557
27558 \backslash
27559 usepackage{calc}
27560 \end_layout
27561
27562 \begin_layout Standard
27563 One gets: 
27564 \begin_inset ERT
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568
27569
27570 \backslash
27571 setlength{
27572 \backslash
27573 jot}{3mm+3pt}
27574 \end_layout
27575
27576 \end_inset
27577
27578
27579 \begin_inset Formula \begin{eqnarray*}
27580 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}\\
27581 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*}
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Standard
27589 \begin_inset ERT
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593
27594
27595 \backslash
27596 setlength{
27597 \backslash
27598 jot}{3pt}
27599 \end_layout
27600
27601 \end_inset
27602
27603  To get back to the predefined distance, 
27604 \series bold
27605
27606 \backslash
27607 jot
27608 \series default
27609  is set to the value 3
27610 \begin_inset space \thinspace{}
27611 \end_inset
27612
27613 pt.
27614 \end_layout
27615
27616 \begin_layout Subsubsection
27617 Column Separation
27618 \begin_inset CommandInset label
27619 LatexCommand label
27620 name "sub:Column-Separation"
27621
27622 \end_inset
27623
27624
27625 \begin_inset Index
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629 Formula ! multiline ! Column separation
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \begin_layout Standard
27638 Multiline formulas form a matrix.
27639  A formula in the eqnarray environment is for example a matrix with three
27640  columns.
27641  By changing the column separation in this environment, the space beside
27642  the relation sign can be changed.
27643 \end_layout
27644
27645 \begin_layout Standard
27646 The column separation is specified with the length 
27647 \series bold
27648
27649 \backslash
27650 arraycolsep
27651 \series default
27652
27653 \begin_inset Index
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 Commands ! A ! 
27658 \backslash
27659 arraycolsep
27660 \end_layout
27661
27662 \end_inset
27663
27664  according to:
27665 \begin_inset Newline newline
27666 \end_inset
27667
27668 column separation = 2
27669 \begin_inset space \thinspace{}
27670 \end_inset
27671
27672
27673 \series bold
27674
27675 \backslash
27676 arraycolsep
27677 \series default
27678
27679 \begin_inset Newline newline
27680 \end_inset
27681
27682 Thus, the command
27683 \end_layout
27684
27685 \begin_layout Standard
27686
27687 \series bold
27688
27689 \backslash
27690 setlength{
27691 \backslash
27692 arraycolsep}{1cm}
27693 \end_layout
27694
27695 \begin_layout Standard
27696 inserted in TeX-mode, sets for all following formulas a column separation
27697  of 2
27698 \begin_inset space \thinspace{}
27699 \end_inset
27700
27701 cm.
27702  To get back to the predefined distance, 
27703 \series bold
27704
27705 \backslash
27706 arraycolsep
27707 \series default
27708  is set to 5
27709 \begin_inset space \thinspace{}
27710 \end_inset
27711
27712 pt.
27713 \end_layout
27714
27715 \begin_layout Standard
27716 A formula with 2
27717 \begin_inset space \thinspace{}
27718 \end_inset
27719
27720 cm column separation:
27721 \begin_inset ERT
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725
27726
27727 \backslash
27728 setlength{
27729 \backslash
27730 arraycolsep}{1cm}
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \begin_inset Formula \begin{eqnarray*}
27737 A & = & B\\
27738 C & \ne & A\end{eqnarray*}
27739
27740 \end_inset
27741
27742 A formula with the predefined column separation for matrices of 10
27743 \begin_inset space \thinspace{}
27744 \end_inset
27745
27746 pt:
27747 \begin_inset ERT
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751
27752
27753 \backslash
27754 setlength{
27755 \backslash
27756 arraycolsep}{5pt}
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \begin_inset Formula \begin{eqnarray*}
27763 A & = & B\\
27764 C & \ne & A\end{eqnarray*}
27765
27766 \end_inset
27767
27768
27769 \end_layout
27770
27771 \begin_layout Subsubsection
27772 Long Formulas
27773 \begin_inset Index
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777 Formula ! long
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Standard
27786 Long formulas can be typeset using these methods:
27787 \end_layout
27788
27789 \begin_layout Itemize
27790 When one side of the equation is much shorther than the line width, this
27791  one is chosen for the left side and the right side is typeset over two
27792  lines:
27793 \begin_inset ERT
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797
27798
27799 \backslash
27800 medskip
27801 \end_layout
27802
27803 \end_inset
27804
27805  
27806 \begin_inset Formula \begin{eqnarray}
27807 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 \\
27808  &  & -\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}
27809
27810 \end_inset
27811
27812
27813 \begin_inset ERT
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817
27818
27819 \backslash
27820 smallskip
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \begin_inset Newline newline
27827 \end_inset
27828
27829 The minus sign at the beginning of the second line does normally not appear
27830  as operator because it is the first character of the line.
27831  Thus it would not be surrounded by space and could not be distinguished
27832  from the fraction bar.
27833  To avoid this, space was inserted behind the minus sign with the command
27834  
27835 \series bold
27836
27837 \backslash
27838 hspace{3pt}
27839 \series default
27840
27841 \begin_inset Foot
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845 more about 
27846 \series bold
27847
27848 \backslash
27849 hspace
27850 \series default
27851  see 
27852 \begin_inset CommandInset ref
27853 LatexCommand ref
27854 reference "sub:Variable-Space"
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \begin_inset Index
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868 Commands ! H ! 
27869 \backslash
27870 hspace
27871 \end_layout
27872
27873 \end_inset
27874
27875 .
27876 \end_layout
27877
27878 \begin_layout Itemize
27879 When both sides of the equation are too long, the command 
27880 \series bold
27881
27882 \backslash
27883 lefteqn
27884 \series default
27885
27886 \begin_inset Index
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890 Commands ! L ! 
27891 \backslash
27892 lefteqn
27893 \end_layout
27894
27895 \end_inset
27896
27897  is used.
27898  It is inserted to the first column of the first line and effects that all
27899  further insertions overwrite the following columns:
27900 \begin_inset ERT
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904
27905
27906 \backslash
27907 medskip
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \begin_inset Formula \begin{eqnarray}
27914 \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 \\
27915  &  & -\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 \\
27916  &  & =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}
27917
27918 \end_inset
27919
27920
27921 \begin_inset ERT
27922 status collapsed
27923
27924 \begin_layout Plain Layout
27925
27926
27927 \backslash
27928 smallskip
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \begin_inset Newline newline
27935 \end_inset
27936
27937 After the insertion of 
27938 \series bold
27939
27940 \backslash
27941 lefteqn
27942 \series default
27943 , the cursor is in a purple box that is a bit shifted to the left from the
27944  blue one.
27945  In this the formula is inserted.
27946 \begin_inset ERT
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950
27951
27952 \backslash
27953 medskip
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \begin_inset Newline newline
27960 \end_inset
27961
27962 The content of the further lines is inserted to the second or another formula
27963  column.
27964  The greater the column number where it was inserted, the larger the indentation.
27965 \begin_inset ERT
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969
27970
27971 \backslash
27972 medskip
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \begin_inset Newline newline
27979 \end_inset
27980
27981
27982 \begin_inset Note Greyedout
27983 status open
27984
27985 \begin_layout Plain Layout
27986 Note the following when using 
27987 \series bold
27988
27989 \backslash
27990 lefteqn
27991 \series default
27992 :
27993 \end_layout
27994
27995 \begin_layout Itemize
27996 The formula doesn't use the full page width.
27997  When e.
27998 \begin_inset space \thinspace{}
27999 \end_inset
28000
28001 g.
28002 \begin_inset space ~
28003 \end_inset
28004
28005 the term 
28006 \begin_inset Formula $-B^{2}$
28007 \end_inset
28008
28009  is added to the first line in the above example, it would have been outside
28010  the page margin.
28011  To better use the width, negative space can be inserted at the beginning
28012  of the first line.
28013 \end_layout
28014
28015 \begin_layout Itemize
28016 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28017  line.
28018 \begin_inset Foot
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 \begin_inset CommandInset href
28023 LatexCommand href
28024 name "LyX-bug #1429"
28025 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \end_inset
28033
28034  One can only set the cursor at the beginning of the line and move it with
28035  the arrow keys.
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Itemize
28044 Other methods to set long formulas are offered by the environments described
28045  in 
28046 \begin_inset CommandInset ref
28047 LatexCommand ref
28048 reference "sub:Multline-Environment"
28049
28050 \end_inset
28051
28052  and 
28053 \begin_inset CommandInset ref
28054 LatexCommand ref
28055 reference "sub:Multiline-Formula-Parts"
28056
28057 \end_inset
28058
28059 .
28060 \end_layout
28061
28062 \begin_layout Subsubsection
28063 Multiline Brackets
28064 \begin_inset CommandInset label
28065 LatexCommand label
28066 name "sub:Multiline-Brackets"
28067
28068 \end_inset
28069
28070
28071 \begin_inset Index
28072 status collapsed
28073
28074 \begin_layout Plain Layout
28075 Brackets ! for multiline expressions
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \begin_layout Standard
28084 For brackets spanning multiple lines the following problem occurs:
28085 \begin_inset Formula \begin{eqnarray*}
28086 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28087  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \begin_layout Standard
28095 The closing bracket is smaller than the opening bracket because brackets
28096  with variable size may not span multiple lines.
28097 \end_layout
28098
28099 \begin_layout Standard
28100 To set the bracket size for the second line correctly, the first line is
28101  ended with 
28102 \series bold
28103
28104 \backslash
28105 right.
28106 \series default
28107
28108 \begin_inset Index
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112 Commands ! R ! 
28113 \backslash
28114 right
28115 \end_layout
28116
28117 \end_inset
28118
28119  and the second line with 
28120 \series bold
28121
28122 \backslash
28123 left.
28124 \begin_inset Foot
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128 for more about 
28129 \series bold
28130
28131 \backslash
28132 left
28133 \series default
28134  and 
28135 \series bold
28136
28137 \backslash
28138 right
28139 \series default
28140  see 
28141 \begin_inset CommandInset ref
28142 LatexCommand ref
28143 reference "sub:Automatic-Bracket-Size"
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \series default
28154
28155 \begin_inset Index
28156 status collapsed
28157
28158 \begin_layout Plain Layout
28159 Commands ! L ! 
28160 \backslash
28161 left
28162 \end_layout
28163
28164 \end_inset
28165
28166 .
28167  After 
28168 \series bold
28169
28170 \backslash
28171 left.
28172
28173 \series default
28174  the command 
28175 \series bold
28176
28177 \backslash
28178 vphantom
28179 \series default
28180
28181 \begin_inset ERT
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185
28186
28187 \backslash
28188 spce 
28189 \end_layout
28190
28191 \end_inset
28192
28193
28194 \series bold
28195
28196 \backslash
28197 prod
28198 \series default
28199 ^
28200 \begin_inset ERT
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204
28205
28206 \backslash
28207 spce 
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \series bold
28214
28215 \backslash
28216 infty
28217 \series default
28218
28219 \begin_inset ERT
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223
28224
28225 \backslash
28226 spce 
28227 \end_layout
28228
28229 \end_inset
28230
28231
28232 \series bold
28233
28234 \begin_inset Formula $\downarrow$
28235 \end_inset
28236
28237 _R=1}
28238 \series default
28239
28240 \begin_inset Index
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244 Commands ! V ! 
28245 \backslash
28246 vphantom
28247 \end_layout
28248
28249 \end_inset
28250
28251  is inserted, because the multiplication operator with its limits is the
28252  largest symbol in the first line and this should be the size for the bracket
28253  in the second line.
28254 \end_layout
28255
28256 \begin_layout Standard
28257 The result is this:
28258 \begin_inset Formula \begin{eqnarray*}
28259 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28260  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28261
28262 \end_inset
28263
28264
28265 \end_layout
28266
28267 \begin_layout Subsection
28268 Align Environments
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Align environments can be used for every kind of multiline formulas.
28273  They are specially useful to set several formulas side by side.
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Align environments consist of columns.
28278  The odd columns are right aligned, the even ones left aligned.
28279  Every line in an Align environment can be numbered.
28280 \end_layout
28281
28282 \begin_layout Standard
28283 Align environments are created via the menu 
28284 \family sans
28285 Insert\SpecialChar \menuseparator
28286 Math
28287 \family default
28288 .
28289  With the menu 
28290 \family sans
28291 Edit\SpecialChar \menuseparator
28292 Math\SpecialChar \menuseparator
28293 Change Formula Type
28294 \family default
28295  already existing formulas can be converted to Align environments.
28296 \end_layout
28297
28298 \begin_layout Standard
28299 To add or delete columns, the math toolbar buttons 
28300 \begin_inset Graphics
28301         filename ../images/tabular-feature_append-column.png
28302         scale 85
28303
28304 \end_inset
28305
28306  or 
28307 \begin_inset Graphics
28308         filename ../images/tabular-feature_delete-column.png
28309         scale 85
28310
28311 \end_inset
28312
28313 , respectively, or the menu 
28314 \family sans
28315 Edit\SpecialChar \menuseparator
28316 Rows & Columns
28317 \family default
28318  can be used.
28319 \end_layout
28320
28321 \begin_layout Subsubsection
28322 Standard align Environment
28323 \begin_inset CommandInset label
28324 LatexCommand label
28325 name "sub:Standard-align-Environment"
28326
28327 \end_inset
28328
28329
28330 \begin_inset Index
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334 Formula ! multiline ! align environment
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \begin_layout Standard
28343 This Align environment is created by presssing 
28344 \family sans
28345 Ctrl-Return
28346 \family default
28347  in a formula or by the menu 
28348 \family sans
28349 Insert\SpecialChar \menuseparator
28350 Math\SpecialChar \menuseparator
28351 AMS align Environment
28352 \family default
28353 .
28354 \end_layout
28355
28356 \begin_layout Standard
28357 An example for two formulas set side by side, that are created with a four
28358  column align environment:
28359 \begin_inset Formula \begin{align*}
28360 A & =\sin(B) & C & =D\\
28361 C & \ne A & B & \ne D\end{align*}
28362
28363 \end_inset
28364
28365 As it can be seen, the formulas in this environment are placed so as if
28366  there would be a 
28367 \series bold
28368
28369 \backslash
28370 hfill
28371 \begin_inset Foot
28372 status collapsed
28373
28374 \begin_layout Plain Layout
28375 more about 
28376 \series bold
28377
28378 \backslash
28379 hfill
28380 \series default
28381  see 
28382 \begin_inset CommandInset ref
28383 LatexCommand ref
28384 reference "sub:Variable-Space"
28385
28386 \end_inset
28387
28388
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \series default
28395  before the first and after every even column.
28396  When the formula style 
28397 \series bold
28398 Indented
28399 \begin_inset Foot
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 formula styles see 
28404 \begin_inset CommandInset ref
28405 LatexCommand ref
28406 reference "sec:Formula-Styles"
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \series default
28417  is used, the formula is set without the 
28418 \series bold
28419
28420 \backslash
28421 hfill
28422 \series default
28423  before the first column.
28424 \end_layout
28425
28426 \begin_layout Subsubsection
28427 Alignat Environment
28428 \begin_inset Index
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432 Formula ! multiline ! alignat environment
28433 \end_layout
28434
28435 \end_inset
28436
28437
28438 \end_layout
28439
28440 \begin_layout Standard
28441 The alignat environment has no predefined column separation.
28442  It can be inserted manually with the spaces that are described 
28443 \begin_inset CommandInset ref
28444 LatexCommand ref
28445 reference "sub:Space"
28446
28447 \end_inset
28448
28449 .
28450 \end_layout
28451
28452 \begin_layout Standard
28453 The above example in the alignat environment where 1
28454 \begin_inset space \thinspace{}
28455 \end_inset
28456
28457 cm space was inserted at the beginning of the second formula:
28458 \begin_inset Formula \begin{alignat*}{2}
28459 A & =\sin(B) & \hspace{1cm}C & =D\\
28460 C & \ne A & B & \ne D\end{alignat*}
28461
28462 \end_inset
28463
28464 Because the column separation can be set separately for every column, this
28465  environment is especially suitable to set three and more formulas side
28466  by side.
28467 \end_layout
28468
28469 \begin_layout Subsubsection
28470 Flalign Environment
28471 \begin_inset CommandInset label
28472 LatexCommand label
28473 name "sub:Flalign-Environment"
28474
28475 \end_inset
28476
28477
28478 \begin_inset Index
28479 status collapsed
28480
28481 \begin_layout Plain Layout
28482 Formula ! multiline ! flalign environment
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \begin_layout Standard
28491 In this environment the first two columns are always set as much as possible
28492  to the left and the last two ones to the right.
28493  An example:
28494 \begin_inset Formula \begin{flalign*}
28495 A & =1 & B & =2 & C & =3\\
28496 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28497
28498 \end_inset
28499
28500
28501 \end_layout
28502
28503 \begin_layout Standard
28504 By creating a flalign environment with an odd number of columns where an
28505  empty TeX-brace is inserted to the last column, several formulas in a document
28506  can be set to the left, although the formula style 
28507 \series bold
28508 Centered
28509 \series default
28510  is used.
28511  As example the indented formula 
28512 \begin_inset CommandInset ref
28513 LatexCommand eqref
28514 reference "eq:VolInt"
28515
28516 \end_inset
28517
28518 :
28519 \begin_inset Formula \begin{flalign}
28520 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28521
28522 \end_inset
28523
28524 The first two columns contain the formula.
28525  To indent it as with the formula style 
28526 \series bold
28527 Indented
28528 \series default
28529 , 30
28530 \begin_inset space \thinspace{}
28531 \end_inset
28532
28533 pt space was inserted at the beginning of the first column.
28534 \end_layout
28535
28536 \begin_layout Subsection
28537 Eqnarray Environment
28538 \begin_inset CommandInset label
28539 LatexCommand label
28540 name "sub:Eqnarray-Environment"
28541
28542 \end_inset
28543
28544
28545 \begin_inset Index
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 Formula ! multiline ! eqnarray environment
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \begin_layout Standard
28558 When this environment has been created, three blue boxes appear.
28559  The content of the first box is right aligned, the content of the last
28560  one left aligned.
28561  The content of the middle box appears centered and a bit smaller, because
28562  it is designed to insert there only relation characters.
28563 \begin_inset Formula \begin{eqnarray*}
28564 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28565 AB & AB & AB\\
28566 A & = & A\end{eqnarray*}
28567
28568 \end_inset
28569
28570
28571 \end_layout
28572
28573 \begin_layout Subsection
28574 Gather Environment
28575 \begin_inset Index
28576 status collapsed
28577
28578 \begin_layout Plain Layout
28579 Formula ! multiline ! gather environment
28580 \end_layout
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \begin_layout Standard
28588 This environment consists of only one centered column.
28589  Every line can be numbered.
28590 \begin_inset Formula \begin{gather}
28591 A=1\\
28592 X=\textrm{-}1\end{gather}
28593
28594 \end_inset
28595
28596
28597 \end_layout
28598
28599 \begin_layout Subsection
28600 Multline Environment
28601 \begin_inset CommandInset label
28602 LatexCommand label
28603 name "sub:Multline-Environment"
28604
28605 \end_inset
28606
28607
28608 \begin_inset Index
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612 Formula ! multiline ! multline environment
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 The multline environment consists, like the gather environment, of only
28622  one column.
28623  But the first line is left aligned, the last one right aligned.
28624  All other lines are centered.
28625  Therefore this environment is suitable for long formulas.
28626  As example formula 
28627 \begin_inset CommandInset ref
28628 LatexCommand eqref
28629 reference "eq:lefteqn"
28630
28631 \end_inset
28632
28633  in the multline environment:
28634 \begin_inset Formula \begin{multline}
28635 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}\\
28636 -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}\\
28637 =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}
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Standard
28645 In the output only the last (first) line of a multline environment appears
28646  numbered when the document numbering is right (left).
28647 \begin_inset Foot
28648 status collapsed
28649
28650 \begin_layout Plain Layout
28651 numbering styles see 
28652 \begin_inset CommandInset ref
28653 LatexCommand ref
28654 reference "sec:Formula-Styles"
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \end_layout
28665
28666 \begin_layout Standard
28667 With the commands 
28668 \series bold
28669
28670 \backslash
28671 shoveright
28672 \begin_inset Index
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676 Commands ! S ! 
28677 \backslash
28678 shoveright
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \series default
28685  and 
28686 \series bold
28687
28688 \backslash
28689 shoveleft
28690 \begin_inset Index
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 Commands ! S ! 
28695 \backslash
28696 shoveleft
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \series default
28703  a centered line can be right or left aligned, respectively.
28704  The commands are used as follows:
28705 \end_layout
28706
28707 \begin_layout Standard
28708
28709 \series bold
28710
28711 \backslash
28712 shoveright{line content}
28713 \series default
28714  and 
28715 \series bold
28716
28717 \backslash
28718 shoveleft{line content}
28719 \end_layout
28720
28721 \begin_layout Standard
28722 \begin_inset VSpace medskip
28723 \end_inset
28724
28725 The length 
28726 \series bold
28727
28728 \backslash
28729 multlinegap
28730 \begin_inset Index
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734 Commands ! M ! 
28735 \backslash
28736 multlinegap
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \series default
28743  specifies the distance of the first line from the left page margin.
28744  Predefined is the length 0
28745 \begin_inset space \thinspace{}
28746 \end_inset
28747
28748 pt.
28749 \end_layout
28750
28751 \begin_layout Standard
28752 As example the above formula where the command
28753 \end_layout
28754
28755 \begin_layout Standard
28756
28757 \series bold
28758
28759 \backslash
28760 setlength{
28761 \backslash
28762 multlinegap}{2cm}
28763 \end_layout
28764
28765 \begin_layout Standard
28766 was inserted in TeX-mode before:
28767 \begin_inset ERT
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772
28773 \backslash
28774 setlength{
28775 \backslash
28776 multlinegap}{2cm}
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \begin_inset Formula \begin{multline}
28783 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}\\
28784 \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}}\\
28785 =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}
28786
28787 \end_inset
28788
28789
28790 \begin_inset ERT
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794
28795
28796 \backslash
28797 setlength{
28798 \backslash
28799 multlinegap}{0pt}
28800 \end_layout
28801
28802 \end_inset
28803
28804 The second line was left aligned using 
28805 \series bold
28806
28807 \backslash
28808 shoveleft
28809 \series default
28810 .
28811 \end_layout
28812
28813 \begin_layout Subsection
28814 Multiline Formula Parts
28815 \begin_inset CommandInset label
28816 LatexCommand label
28817 name "sub:Multiline-Formula-Parts"
28818
28819 \end_inset
28820
28821
28822 \begin_inset Index
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826 Formula ! multiline ! formula parts
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \end_layout
28833
28834 \begin_layout Standard
28835 To display only parts of a formula with multiple lines, one of the following
28836  environments are used: 
28837 \series bold
28838 aligned
28839 \series default
28840
28841 \series bold
28842 alignedat
28843 \series default
28844
28845 \series bold
28846 gathered
28847 \series default
28848  or 
28849 \series bold
28850 split
28851 \series default
28852 .
28853  They can be inserted via the menu 
28854 \family sans
28855 Insert\SpecialChar \menuseparator
28856 Math
28857 \family default
28858  or by using the commands described in this section.
28859 \end_layout
28860
28861 \begin_layout Standard
28862 The first three have the same properties as the corresponding multiline
28863  formula environments, but it is possible to set further formula parts beside
28864  them.
28865  An example:
28866 \begin_inset Formula \[
28867 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28868 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28869 \right\} \textrm{Uncertainty relations}\]
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \begin_layout Standard
28877 To get this formula, a displayed formula is created where the command 
28878 \series bold
28879
28880 \backslash
28881 aligned
28882 \begin_inset Index
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886 Commands ! A ! 
28887 \backslash
28888 aligned
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \series default
28895  is inserted.
28896  A purple box appears around the blue formula box where now columns and
28897  lines can be added.
28898  Outside the multiline environment other formula parts can be set, like
28899  the brace.
28900 \end_layout
28901
28902 \begin_layout Standard
28903 The aligned environment is also suitable for long formulas whose lines are
28904  horizontally aligned.
28905  Using aligned in a displayed formula has the advantage that the formula
28906  number is vertically centered behind the lines.
28907  As example formula 
28908 \begin_inset CommandInset ref
28909 LatexCommand eqref
28910 reference "eq:kurzlang"
28911
28912 \end_inset
28913
28914  in the aligned environment:
28915 \begin_inset Formula \begin{equation}
28916 \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}|}\\
28917  & -\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}
28918 \end{equation}
28919
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \begin_layout Standard
28926 To use the environments 
28927 \series bold
28928 alignedat
28929 \series default
28930
28931 \series bold
28932 gathered
28933 \series default
28934 , or 
28935 \series bold
28936 split
28937 \series default
28938 , the command 
28939 \series bold
28940
28941 \backslash
28942 alignedat
28943 \series default
28944 ,
28945 \begin_inset Index
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949 Commands ! A ! 
28950 \backslash
28951 alignedat
28952 \end_layout
28953
28954 \end_inset
28955
28956  
28957 \series bold
28958
28959 \backslash
28960 gathered
28961 \series default
28962
28963 \begin_inset Index
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967 Commands ! G ! 
28968 \backslash
28969 gathered
28970 \end_layout
28971
28972 \end_inset
28973
28974 , or 
28975 \series bold
28976
28977 \backslash
28978 split
28979 \series default
28980
28981 \begin_inset Index
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 Commands ! S ! 
28986 \backslash
28987 split
28988 \end_layout
28989
28990 \end_inset
28991
28992  are inserted, respectively.
28993  The split environment has the same properties as the aligned environment
28994  but it can only have two columns.
28995 \end_layout
28996
28997 \begin_layout Subsection
28998 Text in multiline Formulas
28999 \begin_inset CommandInset label
29000 LatexCommand label
29001 name "sub:Text-in-multiline"
29002
29003 \end_inset
29004
29005
29006 \begin_inset Index
29007 status collapsed
29008
29009 \begin_layout Plain Layout
29010 Text ! in formulas
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \begin_inset Index
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020 Formula ! multiline ! text
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Standard
29029 In the Align environments, and the multline and gather environment, text
29030  can be inserted that will appear in a separate line and doesn't affect
29031  the column alignment.
29032  To do this, the command 
29033 \series bold
29034
29035 \backslash
29036 intertext
29037 \begin_inset Index
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Commands ! I ! 
29042 \backslash
29043 intertext
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \series default
29050  is used in the following scheme:
29051 \end_layout
29052
29053 \begin_layout Standard
29054
29055 \series bold
29056
29057 \backslash
29058 intertext{text}
29059 \end_layout
29060
29061 \begin_layout Standard
29062 The text should not be longer than a line because it cannot be hyphenated.
29063  As LyX doesn't yet support 
29064 \series bold
29065
29066 \backslash
29067 intertext
29068 \series default
29069  directly, the text is written as mathematical text.
29070  
29071 \series bold
29072
29073 \backslash
29074 intertext
29075 \series default
29076  must hereby be at the beginning of a line and appears in the output above
29077  this line.
29078  An example where the text was inserted at the beginning of the second line:
29079 \begin_inset Formula \begin{align}
29080 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29081 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \begin_layout Section
29089 Formula Numbering
29090 \begin_inset Index
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094 Formula numbering
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \begin_inset Index
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104 Formula ! numbering|see
29105 \begin_inset ERT
29106 status collapsed
29107
29108 \begin_layout Plain Layout
29109
29110 {
29111 \end_layout
29112
29113 \end_inset
29114
29115 Formula numbering
29116 \begin_inset ERT
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120
29121 }
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \begin_layout Subsection
29135 General
29136 \end_layout
29137
29138 \begin_layout Standard
29139 Numbered formulas can be created with the menu 
29140 \family sans
29141 Insert\SpecialChar \menuseparator
29142 Math\SpecialChar \menuseparator
29143 Numbered
29144 \begin_inset space ~
29145 \end_inset
29146
29147 Formula
29148 \family default
29149  (shortcut 
29150 \family sans
29151 Ctrl-Alt
29152 \begin_inset space ~
29153 \end_inset
29154
29155 n
29156 \family default
29157 ).
29158  Existing formulas can be numbered with the menu 
29159 \family sans
29160 Edit\SpecialChar \menuseparator
29161 Math\SpecialChar \menuseparator
29162 Toggle
29163 \begin_inset space ~
29164 \end_inset
29165
29166 Numbering
29167 \family default
29168  (shortcut 
29169 \family sans
29170 Alt-m
29171 \begin_inset space ~
29172 \end_inset
29173
29174 n
29175 \family default
29176 ).
29177  The formula number is displayed in LyX behind the formula as number sign
29178  in parentheses.
29179  The number sign is replaced in the output by the formula number.
29180 \end_layout
29181
29182 \begin_layout Standard
29183 When numbering is turned on in multiline formulas, all lines will be numbered.
29184  But the numbering can be controlled with the menu 
29185 \family sans
29186 Edit\SpecialChar \menuseparator
29187 Math\SpecialChar \menuseparator
29188 Toggle
29189 \begin_inset space ~
29190 \end_inset
29191
29192 Numbering
29193 \begin_inset space ~
29194 \end_inset
29195
29196 of
29197 \begin_inset space ~
29198 \end_inset
29199
29200 Line
29201 \family default
29202  (shortcut 
29203 \family sans
29204 Alt-m
29205 \begin_inset space ~
29206 \end_inset
29207
29208 N
29209 \family default
29210 ) for every line.
29211 \end_layout
29212
29213 \begin_layout Standard
29214 Except of inline formulas, all formulas can be numbered with two different
29215  styles, see 
29216 \begin_inset CommandInset ref
29217 LatexCommand ref
29218 reference "sec:Formula-Styles"
29219
29220 \end_inset
29221
29222 .
29223 \end_layout
29224
29225 \begin_layout Subsection
29226 Cross-References
29227 \begin_inset CommandInset label
29228 LatexCommand label
29229 name "sub:Cross-References"
29230
29231 \end_inset
29232
29233
29234 \begin_inset Index
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238 Cross-references ! to formulas
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \begin_layout Standard
29247 All labeled formulas can be cross-referenced.
29248  A label is added by the menu 
29249 \family sans
29250 Insert\SpecialChar \menuseparator
29251 Label
29252 \family default
29253  or the toolbar button 
29254 \begin_inset Graphics
29255         filename ../images/label-insert.png
29256         scale 85
29257
29258 \end_inset
29259
29260 .
29261  The cursor must hereby be inside a displayed formula.
29262  A dialog pops up displaying the prefix 
29263 \series bold
29264 eq:
29265 \series default
29266  in a text field.
29267  The label is inserted there behind the prefix.
29268  The predefined prefix means 
29269 \begin_inset Quotes eld
29270 \end_inset
29271
29272 equation
29273 \begin_inset Quotes erd
29274 \end_inset
29275
29276  and makes it easier to find labels in large documents because it marks
29277  it as formula label to divide it from e.
29278 \begin_inset space \thinspace{}
29279 \end_inset
29280
29281 g.
29282 \begin_inset space ~
29283 \end_inset
29284
29285 section labels.
29286  To change a label, the menu 
29287 \family sans
29288 Insert\SpecialChar \menuseparator
29289 Label
29290 \family default
29291  is used again.
29292 \end_layout
29293
29294 \begin_layout Standard
29295 The name of the label is displayed in LyX within two parentheses behind
29296  formula.
29297  A formula with a label is always numbered.
29298 \end_layout
29299
29300 \begin_layout Standard
29301 Cross-references are inserted via the menu 
29302 \family sans
29303 Insert\SpecialChar \menuseparator
29304 Cross-Reference
29305 \family default
29306  or with the toolbar button 
29307 \begin_inset Graphics
29308         filename ../images/dialog-show-new-inset_ref.png
29309         scale 85
29310
29311 \end_inset
29312
29313 .
29314  A formula cross-reference appears in the output as formula number.
29315  When in the cross-reference dialog window the format 
29316 \series bold
29317 (<reference>)
29318 \series default
29319  is chosen, the cross-reference appears in the output as formula number
29320  in parentheses.
29321 \begin_inset Newline newline
29322 \end_inset
29323
29324 By right-clicking on a cross-reference in LyX, one jumps to the formula
29325  that is referenced.
29326 \end_layout
29327
29328 \begin_layout Standard
29329 Here are as examples cross-references to formulas of the following subsections:
29330 \begin_inset Note Note
29331 status open
29332
29333 \begin_layout Plain Layout
29334 Note the different cross-reference types.
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \begin_layout Standard
29343 The equations 
29344 \begin_inset CommandInset ref
29345 LatexCommand eqref
29346 reference "eq:tag"
29347
29348 \end_inset
29349
29350  and 
29351 \begin_inset CommandInset ref
29352 LatexCommand eqref
29353 reference "eq:c"
29354
29355 \end_inset
29356
29357  are equivalent.
29358  In (
29359 \begin_inset CommandInset ref
29360 LatexCommand ref
29361 reference "eq:Lat"
29362
29363 \end_inset
29364
29365 ) big Latin letters are used for the numbering in contrary to (
29366 \begin_inset CommandInset ref
29367 LatexCommand ref
29368 reference "eq:Rom"
29369
29370 \end_inset
29371
29372 ).
29373 \end_layout
29374
29375 \begin_layout Standard
29376 \begin_inset VSpace medskip
29377 \end_inset
29378
29379 When the argument of 
29380 \series bold
29381
29382 \backslash
29383 tag
29384 \begin_inset Foot
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388
29389 \series bold
29390
29391 \backslash
29392 tag
29393 \series default
29394  is described in 
29395 \begin_inset CommandInset ref
29396 LatexCommand ref
29397 reference "sub:User-defined-Numbering"
29398
29399 \end_inset
29400
29401 .
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \series default
29408  contains a box like in 
29409 \begin_inset CommandInset ref
29410 LatexCommand ref
29411 reference "sub:Paragraph-Boxes"
29412
29413 \end_inset
29414
29415 , the formula cannot be referenced.
29416 \end_layout
29417
29418 \begin_layout Subsection
29419 Subnumbering
29420 \begin_inset Index
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 Formula numbering ! subnumbering
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \end_layout
29431
29432 \begin_layout Standard
29433 With the help of the commands 
29434 \series bold
29435
29436 \backslash
29437 begin{subequations}
29438 \series default
29439  and 
29440 \series bold
29441
29442 \backslash
29443 end{subequations}
29444 \series default
29445  formulas can be subnumbered.
29446  Both commands are inserted in TeX-mode.
29447 \end_layout
29448
29449 \begin_layout Standard
29450 An example:
29451 \begin_inset Formula \begin{equation}
29452 A=C-B\label{eq:a}\end{equation}
29453
29454 \end_inset
29455
29456
29457 \begin_inset ERT
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461
29462
29463 \backslash
29464 addtocounter{equation}{-1}
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \begin_inset ERT
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474
29475
29476 \backslash
29477 begin{subequations}
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \begin_inset VSpace -5mm
29484 \end_inset
29485
29486
29487 \begin_inset Formula \begin{equation}
29488 B=C-A\label{eq:b}\end{equation}
29489
29490 \end_inset
29491
29492
29493 \begin_inset Formula \begin{equation}
29494 C=A+B\label{eq:c}\end{equation}
29495
29496 \end_inset
29497
29498
29499 \end_layout
29500
29501 \begin_layout Standard
29502 \begin_inset ERT
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506
29507
29508 \backslash
29509 end{subequations}
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 To create the example, the following is done:
29519 \end_layout
29520
29521 \begin_layout Enumerate
29522 first formula is inserted
29523 \end_layout
29524
29525 \begin_layout Enumerate
29526
29527 \series bold
29528
29529 \backslash
29530 addtocounter{equation}{-1} 
29531 \backslash
29532 begin{subequations}
29533 \begin_inset Index
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 Commands ! A ! 
29538 \backslash
29539 addtocounter
29540 \end_layout
29541
29542 \end_inset
29543
29544
29545 \begin_inset Newline newline
29546 \end_inset
29547
29548
29549 \series default
29550 is inserted after the first formula
29551 \end_layout
29552
29553 \begin_layout Enumerate
29554 second formula is inserted
29555 \end_layout
29556
29557 \begin_layout Enumerate
29558 third formula is inserted
29559 \end_layout
29560
29561 \begin_layout Enumerate
29562
29563 \series bold
29564
29565 \backslash
29566 end{subequations}
29567 \series default
29568  is inserted after the third formula
29569 \end_layout
29570
29571 \begin_layout Standard
29572 Every formula between the commands 
29573 \series bold
29574
29575 \backslash
29576 begin
29577 \series default
29578  and 
29579 \series bold
29580
29581 \backslash
29582 end
29583 \series default
29584  is subnumbered as a, b, 
29585 \begin_inset Newline linebreak
29586 \end_inset
29587
29588 c, \SpecialChar \ldots{}
29589  For multiline formulas every line will be subnumbered.
29590  All subnumbered formulas are treated as 
29591 \emph on
29592 one
29593 \emph default
29594  numbered formula.
29595  But as every numbered formula increases the counter 
29596 \series bold
29597 equation
29598 \series default
29599  by one, the command 
29600 \series bold
29601
29602 \backslash
29603 addtocounter
29604 \series default
29605  is needed to decrease it.
29606  Otherwise the formulas 
29607 \begin_inset CommandInset ref
29608 LatexCommand eqref
29609 reference "eq:a"
29610
29611 \end_inset
29612
29613
29614 \begin_inset CommandInset ref
29615 LatexCommand eqref
29616 reference "eq:b"
29617
29618 \end_inset
29619
29620
29621 \begin_inset CommandInset ref
29622 LatexCommand eqref
29623 reference "eq:c"
29624
29625 \end_inset
29626
29627  would be numbered as 
29628 \begin_inset CommandInset ref
29629 LatexCommand eqref
29630 reference "eq:a"
29631
29632 \end_inset
29633
29634
29635 \begin_inset CommandInset ref
29636 LatexCommand eqref
29637 reference "eq:d"
29638
29639 \end_inset
29640
29641
29642 \begin_inset CommandInset ref
29643 LatexCommand eqref
29644 reference "eq:f"
29645
29646 \end_inset
29647
29648 .
29649 \end_layout
29650
29651 \begin_layout Standard
29652 By inserting the commands in TeX-mode, a space is created between the first
29653  two formulas.
29654  To revert this -5
29655 \begin_inset space \thinspace{}
29656 \end_inset
29657
29658 mm vertical space is inserted after the command 
29659 \series bold
29660
29661 \backslash
29662 begin{subequations}
29663 \series default
29664 .
29665  When the formula style 
29666 \series bold
29667 Indented
29668 \begin_inset Foot
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672 formula styles see 
29673 \begin_inset CommandInset ref
29674 LatexCommand ref
29675 reference "sec:Formula-Styles"
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \end_inset
29683
29684
29685 \series default
29686  is used, -7
29687 \begin_inset space \thinspace{}
29688 \end_inset
29689
29690 mm space is inserted instead.
29691 \end_layout
29692
29693 \begin_layout Standard
29694 Here is an example for a multiline formula where the numbering was turned
29695  off for the second line:
29696 \begin_inset ERT
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700
29701
29702 \backslash
29703 begin{subequations}
29704 \end_layout
29705
29706 \end_inset
29707
29708
29709 \begin_inset Formula \begin{eqnarray}
29710 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29711  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29712  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29713
29714 \end_inset
29715
29716
29717 \begin_inset ERT
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721
29722
29723 \backslash
29724 end{subequations}
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \end_layout
29731
29732 \begin_layout Subsection
29733 User-defined Numbering
29734 \begin_inset CommandInset label
29735 LatexCommand label
29736 name "sub:User-defined-Numbering"
29737
29738 \end_inset
29739
29740
29741 \begin_inset Index
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745 Formula numbering ! user-defined
29746 \end_layout
29747
29748 \end_inset
29749
29750
29751 \end_layout
29752
29753 \begin_layout Standard
29754 \begin_inset Index
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758 Formula numbering ! self-defined delimiters
29759 \end_layout
29760
29761 \end_inset
29762
29763 With the standard numbering parentheses are set around the formula number.
29764  To replace the parentheses for example by vertical bars, the following
29765  line is added to the LaTeX-preamble:
29766 \end_layout
29767
29768 \begin_layout Standard
29769
29770 \series bold
29771
29772 \backslash
29773 def
29774 \backslash
29775 tagform@#1{
29776 \backslash
29777 maketag@@@{|#1|}}
29778 \series default
29779
29780 \begin_inset Note Note
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784 This macro is already declared in the LaTeX-preamble for testing.
29785  To activate it, remove the percent sign at the beginning.
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 To use other characters, the vertical bars besides the 
29795 \series bold
29796 #1
29797 \series default
29798  are replaced by one ore more characters.
29799  To get only the formula number the vertical bars are omitted.
29800 \end_layout
29801
29802 \begin_layout Standard
29803 \begin_inset VSpace bigskip
29804 \end_inset
29805
29806 When there should be an expression of your choice instead of the consecutive
29807  formula number in parentheses behind the formula, the command 
29808 \series bold
29809
29810 \backslash
29811 tag
29812 \series default
29813
29814 \begin_inset Index
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818 Commands ! T ! 
29819 \backslash
29820 tag
29821 \end_layout
29822
29823 \end_inset
29824
29825  is used:
29826 \begin_inset Formula \begin{equation}
29827 A+B=C\tag{something}\label{eq:tag}\end{equation}
29828
29829 \end_inset
29830
29831 In this example the command 
29832 \series bold
29833
29834 \backslash
29835 tag
29836 \begin_inset ERT
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840
29841
29842 \backslash
29843 spce 
29844 \end_layout
29845
29846 \end_inset
29847
29848 something
29849 \series default
29850  was inserted to the formula.
29851 \end_layout
29852
29853 \begin_layout Standard
29854 When the command 
29855 \series bold
29856
29857 \backslash
29858 tag*
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 spce 
29867 \end_layout
29868
29869 \end_inset
29870
29871 something
29872 \series default
29873  is inserted instead, the star prevents the parentheses around the expression:
29874 \begin_inset Formula \[
29875 A+B=C\tag*{something}\]
29876
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \begin_layout Standard
29883 \begin_inset VSpace bigskip
29884 \end_inset
29885
29886 To restart the formula numbering with new document parts or sections, the
29887  following command is used:
29888 \end_layout
29889
29890 \begin_layout Standard
29891
29892 \series bold
29893
29894 \backslash
29895 @addtoreset{equation}{part}
29896 \series default
29897
29898 \begin_inset Index
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902 Commands ! 
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908 "
29909 \end_layout
29910
29911 \end_inset
29912
29913 @
29914 \begin_inset ERT
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918
29919 "
29920 \end_layout
29921
29922 \end_inset
29923
29924  ! 
29925 \backslash
29926
29927 \begin_inset ERT
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931
29932 "
29933 \end_layout
29934
29935 \end_inset
29936
29937 @
29938 \begin_inset ERT
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942
29943 "
29944 \end_layout
29945
29946 \end_inset
29947
29948 addtoreset
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \begin_inset Newline newline
29955 \end_inset
29956
29957 resp.
29958 \begin_inset Newline newline
29959 \end_inset
29960
29961
29962 \series bold
29963
29964 \backslash
29965 @addtoreset{equation}{section}
29966 \end_layout
29967
29968 \begin_layout Standard
29969 To be able to use these commands in TeX-mode, the 
29970 \begin_inset Quotes eld
29971 \end_inset
29972
29973 @
29974 \begin_inset Quotes erd
29975 \end_inset
29976
29977  character has to be made 
29978 \begin_inset Quotes eld
29979 \end_inset
29980
29981 active
29982 \begin_inset Quotes erd
29983 \end_inset
29984
29985  for LaTeX using the command 
29986 \series bold
29987
29988 \backslash
29989 makeatletter.
29990
29991 \series default
29992  The command 
29993 \series bold
29994
29995 \backslash
29996 makeatother
29997 \series default
29998  reverts this.
29999  So the command sequence in TeX-mode is:
30000 \end_layout
30001
30002 \begin_layout Standard
30003
30004 \series bold
30005
30006 \backslash
30007 makeatletter
30008 \begin_inset Newline newline
30009 \end_inset
30010
30011
30012 \backslash
30013 @addtoreset{equation}{section}
30014 \begin_inset Newline newline
30015 \end_inset
30016
30017
30018 \backslash
30019 makeatother
30020 \end_layout
30021
30022 \begin_layout Standard
30023 In the LaTeX-preamble 
30024 \series bold
30025
30026 \backslash
30027 makeatletter
30028 \series default
30029  and 
30030 \series bold
30031
30032 \backslash
30033 makeatother
30034 \series default
30035  can be omitted as they are automatically internally inserted by LyX.
30036 \end_layout
30037
30038 \begin_layout Standard
30039 To revert 
30040 \series bold
30041
30042 \backslash
30043 @addtoreset
30044 \series default
30045 , the file 
30046 \series bold
30047 remreset.sty
30048 \series default
30049
30050 \begin_inset Foot
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054
30055 \series bold
30056 remreset
30057 \series default
30058  is part of the LaTeX-package 
30059 \series bold
30060 carlisle
30061 \series default
30062
30063 \begin_inset Index
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067 Packages ! carlisle
30068 \end_layout
30069
30070 \end_inset
30071
30072  that is part of every LaTeX standard installation.
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \begin_inset Index
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082 Packages ! remreset
30083 \end_layout
30084
30085 \end_inset
30086
30087  has to be loaded in the LaTeX-preamble with the line
30088 \end_layout
30089
30090 \begin_layout Standard
30091
30092 \series bold
30093
30094 \backslash
30095 usepackage{remreset}
30096 \end_layout
30097
30098 \begin_layout Standard
30099 Then the command 
30100 \series bold
30101
30102 \backslash
30103 @removefromreset
30104 \series default
30105
30106 \begin_inset Index
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110 Commands ! 
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116 "
30117 \end_layout
30118
30119 \end_inset
30120
30121 @
30122 \begin_inset ERT
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126
30127 "
30128 \end_layout
30129
30130 \end_inset
30131
30132  ! 
30133 \backslash
30134
30135 \begin_inset ERT
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140 "
30141 \end_layout
30142
30143 \end_inset
30144
30145 @
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151 "
30152 \end_layout
30153
30154 \end_inset
30155
30156 removefromreset
30157 \end_layout
30158
30159 \end_inset
30160
30161  can be used with the same scheme as 
30162 \series bold
30163
30164 \backslash
30165 @addtoreset
30166 \series default
30167 .
30168 \end_layout
30169
30170 \begin_layout Standard
30171 \begin_inset VSpace bigskip
30172 \end_inset
30173
30174 Sometimes formulas should be numbered in the following form:
30175 \end_layout
30176
30177 \begin_layout Standard
30178
30179 \family typewriter
30180 (section number.formula number)
30181 \end_layout
30182
30183 \begin_layout Standard
30184 The formula number should start with every section with 
30185 \begin_inset Quotes eld
30186 \end_inset
30187
30188 1
30189 \begin_inset Quotes erd
30190 \end_inset
30191
30192 .
30193 \end_layout
30194
30195 \begin_layout Standard
30196 For this case there is the command 
30197 \series bold
30198
30199 \backslash
30200 numberwithin
30201 \series default
30202
30203 \begin_inset Index
30204 status collapsed
30205
30206 \begin_layout Plain Layout
30207 Commands ! N ! 
30208 \backslash
30209 numberwithin
30210 \end_layout
30211
30212 \end_inset
30213
30214 , which is used with the following scheme:
30215 \end_layout
30216
30217 \begin_layout Standard
30218
30219 \series bold
30220
30221 \backslash
30222 numberwithin{counter}{sectioning}
30223 \end_layout
30224
30225 \begin_layout Standard
30226 Counter denotes what kind of numbering is affected, sectioning denotes what
30227  number is before the dot.
30228 \end_layout
30229
30230 \begin_layout Standard
30231 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30232 \end_layout
30233
30234 \begin_layout Standard
30235
30236 \series bold
30237
30238 \backslash
30239 numberwithin{equation}{section}
30240 \end_layout
30241
30242 \begin_layout Standard
30243 This is the result:
30244 \begin_inset ERT
30245 status collapsed
30246
30247 \begin_layout Plain Layout
30248
30249
30250 \backslash
30251 numberwithin{equation}{section}
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \begin_inset Formula \begin{equation}
30258 A+B=C\end{equation}
30259
30260 \end_inset
30261
30262
30263 \end_layout
30264
30265 \begin_layout Standard
30266 To number e.
30267 \begin_inset space \thinspace{}
30268 \end_inset
30269
30270 g.
30271 \begin_inset space ~
30272 \end_inset
30273
30274 tables so that the number of the part is the sectioning,
30275 \begin_inset Newline newline
30276 \end_inset
30277
30278
30279 \series bold
30280
30281 \backslash
30282 numberwithin{table}{part}
30283 \series default
30284  is used.
30285 \end_layout
30286
30287 \begin_layout Standard
30288 To go back to the standard numbering or to prevent this kind of numbering
30289  when it is defined by the document class, the following command is inserted
30290  as TeX-Code or to the LaTeX-preamble:
30291 \end_layout
30292
30293 \begin_layout Standard
30294
30295 \series bold
30296
30297 \backslash
30298 renewcommand{
30299 \backslash
30300 theequation}{
30301 \backslash
30302 arabic{equation}}
30303 \begin_inset Index
30304 status collapsed
30305
30306 \begin_layout Plain Layout
30307 Commands ! A ! 
30308 \backslash
30309 arabic
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \series default
30316
30317 \begin_inset ERT
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321
30322
30323 \backslash
30324 renewcommand{
30325 \backslash
30326 theequation}{
30327 \backslash
30328 arabic{equation}}
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \series bold
30335
30336 \begin_inset Newline newline
30337 \end_inset
30338
30339
30340 \series default
30341 or
30342 \series bold
30343
30344 \begin_inset Newline newline
30345 \end_inset
30346
30347
30348 \backslash
30349 renewcommand{
30350 \backslash
30351 thetable}{
30352 \backslash
30353 arabic{table}}
30354 \end_layout
30355
30356 \begin_layout Standard
30357
30358 \series bold
30359
30360 \backslash
30361 numberwithin
30362 \series default
30363  uses internally the command 
30364 \series bold
30365
30366 \backslash
30367 @addtoreset
30368 \series default
30369 , described above, that also needs to be reverted.
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375
30376 \backslash
30377 makeatletter
30378 \end_layout
30379
30380 \begin_layout Plain Layout
30381
30382
30383 \backslash
30384 @removefromreset{equation}{section}
30385 \end_layout
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 makeatother
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \end_layout
30398
30399 \begin_layout Subsection
30400 Numbering with Roman Numbers and Letters
30401 \begin_inset CommandInset label
30402 LatexCommand label
30403 name "sub:Numbering-with-Roman"
30404
30405 \end_inset
30406
30407
30408 \begin_inset Index
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412 Formula numbering ! with letters
30413 \end_layout
30414
30415 \end_inset
30416
30417
30418 \begin_inset Index
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422 Formula numbering ! with Roman numbers
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \end_layout
30429
30430 \begin_layout Standard
30431 Formulas can also be numbered with Roman numbers and Latin letters.
30432  To number for example with small Roman numbers, the command
30433 \end_layout
30434
30435 \begin_layout Standard
30436
30437 \series bold
30438
30439 \backslash
30440 renewcommand{
30441 \backslash
30442 theequation}{
30443 \backslash
30444 roman{equation}}
30445 \end_layout
30446
30447 \begin_layout Standard
30448 is inserted before the formula in TeX-mode.
30449  
30450 \series bold
30451
30452 \backslash
30453 renewcommand
30454 \series default
30455
30456 \begin_inset Index
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460 Commands ! R ! 
30461 \backslash
30462 renewcommand
30463 \end_layout
30464
30465 \end_inset
30466
30467  redefines the predefined command 
30468 \series bold
30469
30470 \backslash
30471 theequation
30472 \series default
30473  to the command 
30474 \series bold
30475
30476 \backslash
30477 roman{equation}
30478 \series default
30479
30480 \begin_inset Foot
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484 The command 
30485 \series bold
30486
30487 \backslash
30488 renewcommand
30489 \series default
30490  has the same scheme like the command 
30491 \series bold
30492
30493 \backslash
30494 newcommand
30495 \series default
30496  that is described in 
30497 \begin_inset CommandInset ref
30498 LatexCommand ref
30499 reference "sec:User-defined-commands"
30500
30501 \end_inset
30502
30503 .
30504 \end_layout
30505
30506 \end_inset
30507
30508 .
30509  
30510 \series bold
30511 equation
30512 \series default
30513  is the formula counter.
30514  When the command 
30515 \series bold
30516
30517 \backslash
30518 the
30519 \series default
30520  is used as prefix for a counter, the value of the counter is output as
30521  Arabic number.
30522  When a formula is numbered, LaTeX sets internally the command 
30523 \series bold
30524
30525 \backslash
30526 theequation
30527 \series default
30528  behind the formula.
30529  
30530 \series bold
30531
30532 \backslash
30533 roman{equation}
30534 \begin_inset Index
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 Commands ! R ! 
30539 \backslash
30540 roman
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \series default
30547  outputs the counter as small Roman number.
30548 \end_layout
30549
30550 \begin_layout Standard
30551 All formulas behind the command 
30552 \series bold
30553
30554 \backslash
30555 renew
30556 \series default
30557 c
30558 \series bold
30559 ommand
30560 \series default
30561  are now numbered Roman.
30562  To switch to numbering with big Roman numbers, the command is inserted
30563  again, but 
30564 \series bold
30565
30566 \backslash
30567 roman
30568 \series default
30569  is replaced by 
30570 \series bold
30571
30572 \backslash
30573 Roman
30574 \series default
30575
30576 \begin_inset Index
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580 Commands ! R ! 
30581 \backslash
30582 roman@
30583 \backslash
30584 Roman
30585 \end_layout
30586
30587 \end_inset
30588
30589 .
30590  To 
30591 \begin_inset Quotes eld
30592 \end_inset
30593
30594 number
30595 \begin_inset Quotes erd
30596 \end_inset
30597
30598  with small Latin letters there is the command 
30599 \series bold
30600
30601 \backslash
30602 alph
30603 \series default
30604
30605 \begin_inset Index
30606 status collapsed
30607
30608 \begin_layout Plain Layout
30609 Commands ! A ! 
30610 \backslash
30611 alph
30612 \end_layout
30613
30614 \end_inset
30615
30616 , for big ones there is the command 
30617 \series bold
30618
30619 \backslash
30620 Alph
30621 \series default
30622
30623 \begin_inset Index
30624 status open
30625
30626 \begin_layout Plain Layout
30627 Commands ! A ! 
30628 \backslash
30629 alph@
30630 \backslash
30631 Alph
30632 \end_layout
30633
30634 \end_inset
30635
30636 .
30637 \end_layout
30638
30639 \begin_layout Standard
30640 \begin_inset Note Greyedout
30641 status open
30642
30643 \begin_layout Plain Layout
30644
30645 \series bold
30646 Note:
30647 \series default
30648  Only maximal 26 formulas can be numbered with Latin letters in one document.
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Standard
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 renewcommand{
30665 \backslash
30666 theequation}{
30667 \backslash
30668 roman{equation}}
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \begin_layout Standard
30677 \begin_inset Formula \begin{equation}
30678 A=\textrm{small roman}\label{eq:rom}\end{equation}
30679
30680 \end_inset
30681
30682
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688
30689 \backslash
30690 renewcommand{
30691 \backslash
30692 theequation}{
30693 \backslash
30694 Roman{equation}}
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \begin_inset Formula \begin{equation}
30701 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30702
30703 \end_inset
30704
30705
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711
30712 \backslash
30713 renewcommand{
30714 \backslash
30715 theequation}{
30716 \backslash
30717 alph{equation}}
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Formula \begin{equation}
30724 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30725
30726 \end_inset
30727
30728
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734
30735 \backslash
30736 renewcommand{
30737 \backslash
30738 theequation}{
30739 \backslash
30740 Alph{equation}}
30741 \end_layout
30742
30743 \end_inset
30744
30745
30746 \begin_inset Formula \begin{equation}
30747 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30748
30749 \end_inset
30750
30751
30752 \end_layout
30753
30754 \begin_layout Standard
30755 To switch back to the default numbering, insert the command:
30756 \end_layout
30757
30758 \begin_layout Standard
30759
30760 \series bold
30761
30762 \backslash
30763 renewcommand{
30764 \backslash
30765 theequation}{
30766 \backslash
30767 arabic{equation}}
30768 \begin_inset Index
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772 Commands ! A ! 
30773 \backslash
30774 arabic
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \end_layout
30781
30782 \begin_layout Standard
30783 \begin_inset ERT
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787
30788
30789 \backslash
30790 renewcommand{
30791 \backslash
30792 theequation}{
30793 \backslash
30794 arabic{equation}}
30795 \end_layout
30796
30797 \end_inset
30798
30799
30800 \begin_inset Formula \begin{equation}
30801 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Standard
30809 \begin_inset VSpace medskip
30810 \end_inset
30811
30812 As you see, formulas are numbered serially independent from the numbering
30813  style.
30814  When then numbering should start with 
30815 \begin_inset Quotes eld
30816 \end_inset
30817
30818 1
30819 \begin_inset Quotes erd
30820 \end_inset
30821
30822  when the style is changed, new equation counters have to be defined.
30823  A description about this can be found in the file 
30824 \begin_inset CommandInset href
30825 LatexCommand href
30826 target "Formula-numbering.lyx"
30827
30828 \end_inset
30829
30830 .
30831 \end_layout
30832
30833 \begin_layout Section
30834 User-defined commands
30835 \begin_inset CommandInset label
30836 LatexCommand label
30837 name "sec:User-defined-commands"
30838
30839 \end_inset
30840
30841
30842 \begin_inset Index
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846 User-defined commands
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Many LaTeX-commands are too long to be used frequently.
30856  But it is possible to define with the command 
30857 \series bold
30858
30859 \backslash
30860 newcommand
30861 \series default
30862
30863 \begin_inset Index
30864 status collapsed
30865
30866 \begin_layout Plain Layout
30867 Commands ! N ! 
30868 \backslash
30869 newcommand
30870 \end_layout
30871
30872 \end_inset
30873
30874  new shorter commands.
30875 \end_layout
30876
30877 \begin_layout Standard
30878 The command scheme of 
30879 \series bold
30880
30881 \backslash
30882 newcommand
30883 \series default
30884  is:
30885 \end_layout
30886
30887 \begin_layout Standard
30888
30889 \series bold
30890
30891 \backslash
30892 newcommand{new command name}[number of arguments][optional
30893 \series default
30894  
30895 \series bold
30896 value]
30897 \begin_inset Newline newline
30898 \end_inset
30899
30900
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906
30907 \backslash
30908 phantom{
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \backslash
30915 newcommand
30916 \begin_inset ERT
30917 status collapsed
30918
30919 \begin_layout Plain Layout
30920
30921 }
30922 \end_layout
30923
30924 \end_inset
30925
30926 {command definition}
30927 \end_layout
30928
30929 \begin_layout Standard
30930 \begin_inset Note Greyedout
30931 status open
30932
30933 \begin_layout Plain Layout
30934
30935 \series bold
30936 Note:
30937 \series default
30938  Assure that the name of the new command is not already used in your document
30939  or by LaTeX-packages that you use.
30940  When you for example define the command 
30941 \series bold
30942
30943 \backslash
30944 le
30945 \series default
30946  for 
30947 \series bold
30948
30949 \backslash
30950 Leftarrow
30951 \series default
30952 , you get an error message because 
30953 \series bold
30954
30955 \backslash
30956 le
30957 \series default
30958  is already defined as command for 
30959 \begin_inset Quotes eld
30960 \end_inset
30961
30962
30963 \begin_inset Formula $\le$
30964 \end_inset
30965
30966
30967 \begin_inset Quotes erd
30968 \end_inset
30969
30970 .
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \end_layout
30977
30978 \begin_layout Standard
30979 \begin_inset Note Greyedout
30980 status open
30981
30982 \begin_layout Plain Layout
30983
30984 \series bold
30985 Note:
30986 \series default
30987  The names of user-defined commands may only consist of Latin letters.
30988 \end_layout
30989
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \begin_layout Standard
30996 The number of arguments is an integer in the range 0
30997 \begin_inset space \thinspace{}
30998 \end_inset
30999
31000 -
31001 \begin_inset space \thinspace{}
31002 \end_inset
31003
31004 9 and specifies how many arguments the new command should have.
31005  With the optional value a value for an optional argument can be predefined.
31006  When this is done, the 
31007 \emph on
31008 first
31009 \emph default
31010  
31011 \emph on
31012 a
31013 \emph default
31014 rgument of the new command is automatically an optional one.
31015 \end_layout
31016
31017 \begin_layout Standard
31018 Here are some examples:
31019 \end_layout
31020
31021 \begin_layout Itemize
31022 To define the command 
31023 \series bold
31024
31025 \backslash
31026 gr
31027 \series default
31028  for 
31029 \series bold
31030
31031 \backslash
31032 Longrightarrow
31033 \series default
31034 , the LaTeX-preamble line is:
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040
31041 \backslash
31042 medskip
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \series bold
31049
31050 \begin_inset Newline newline
31051 \end_inset
31052
31053
31054 \backslash
31055 newcommand{
31056 \backslash
31057 gr}{
31058 \backslash
31059 Longrightarrow}
31060 \end_layout
31061
31062 \begin_layout Itemize
31063 To define the command 
31064 \series bold
31065
31066 \backslash
31067 us
31068 \series default
31069  for 
31070 \series bold
31071
31072 \backslash
31073 underline
31074 \series default
31075 , the argument (that should be underlined) must be taken into account.
31076  For this the preamble line is:
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082
31083 \backslash
31084 medskip
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \series bold
31091
31092 \begin_inset Newline newline
31093 \end_inset
31094
31095
31096 \backslash
31097 newcommand{
31098 \backslash
31099 us}[1]{
31100 \backslash
31101 underline{#1}}
31102 \series default
31103
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108
31109
31110 \backslash
31111 medskip
31112 \end_layout
31113
31114 \end_inset
31115
31116
31117 \series bold
31118
31119 \begin_inset Newline newline
31120 \end_inset
31121
31122
31123 \series default
31124 The character 
31125 \series bold
31126 #
31127 \series default
31128  acts as argument placeholder, the 
31129 \series bold
31130 1
31131 \series default
31132  behind it denotes that it is the placeholder for the first argument.
31133 \end_layout
31134
31135 \begin_layout Itemize
31136 For 
31137 \series bold
31138
31139 \backslash
31140 framebox
31141 \series default
31142  one can e.
31143 \begin_inset space \thinspace{}
31144 \end_inset
31145
31146 g.
31147 \begin_inset space ~
31148 \end_inset
31149
31150 define the command 
31151 \series bold
31152
31153 \backslash
31154 fb
31155 \series default
31156 :
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162
31163 \backslash
31164 medskip
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \series bold
31171
31172 \begin_inset Newline newline
31173 \end_inset
31174
31175
31176 \backslash
31177 newcommand{
31178 \backslash
31179 fb}[3]{
31180 \backslash
31181 framebox#1#2{$#3$}}
31182 \series default
31183
31184 \begin_inset ERT
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188
31189
31190 \backslash
31191 medskip
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \series bold
31198
31199 \begin_inset Newline newline
31200 \end_inset
31201
31202
31203 \series default
31204 The two Dollar signs creates the extra formula needed for 
31205 \series bold
31206
31207 \backslash
31208 framebox
31209 \series default
31210 , see 
31211 \begin_inset CommandInset ref
31212 LatexCommand ref
31213 reference "sub:Boxes-with-Frame"
31214
31215 \end_inset
31216
31217 .
31218 \end_layout
31219
31220 \begin_layout Itemize
31221 To create a new command for 
31222 \series bold
31223
31224 \backslash
31225 fcolorbox
31226 \series default
31227  where the color for the box needn't to be specified, the argument for the
31228  color is defined optional:
31229 \begin_inset ERT
31230 status collapsed
31231
31232 \begin_layout Plain Layout
31233
31234
31235 \backslash
31236 medskip
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \series bold
31243
31244 \begin_inset Newline newline
31245 \end_inset
31246
31247
31248 \backslash
31249 newcommand{
31250 \backslash
31251 cb}[3][white]{
31252 \backslash
31253 fcolorbox{#2}{#1}{$#3$}}
31254 \series default
31255
31256 \begin_inset ERT
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260
31261
31262 \backslash
31263 medskip
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \begin_inset Newline newline
31270 \end_inset
31271
31272 When the color is not specified when using 
31273 \series bold
31274
31275 \backslash
31276 cb
31277 \series default
31278 , the predefined color 
31279 \series bold
31280 white
31281 \series default
31282  will be used.
31283 \end_layout
31284
31285 \begin_layout Standard
31286 A test of the new defined commands:
31287 \end_layout
31288
31289 \begin_layout Standard
31290 \align center
31291 \begin_inset Tabular
31292 <lyxtabular version="3" rows="6" columns="2">
31293 <features>
31294 <column alignment="center" valignment="top" width="0">
31295 <column alignment="center" valignment="top" width="0">
31296 <row>
31297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31298 \begin_inset Text
31299
31300 \begin_layout Plain Layout
31301 Command
31302 \end_layout
31303
31304 \end_inset
31305 </cell>
31306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31307 \begin_inset Text
31308
31309 \begin_layout Plain Layout
31310 Result
31311 \begin_inset Note Note
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315
31316 \series bold
31317
31318 \backslash
31319 raisebox
31320 \series default
31321  is only used as spacer.
31322 \end_layout
31323
31324 \end_inset
31325
31326
31327 \end_layout
31328
31329 \end_inset
31330 </cell>
31331 </row>
31332 <row>
31333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31334 \begin_inset Text
31335
31336 \begin_layout Plain Layout
31337 A
31338 \backslash
31339 gr
31340 \begin_inset ERT
31341 status collapsed
31342
31343 \begin_layout Plain Layout
31344
31345
31346 \backslash
31347 spce 
31348 \end_layout
31349
31350 \end_inset
31351
31352 B
31353 \end_layout
31354
31355 \end_inset
31356 </cell>
31357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31358 \begin_inset Text
31359
31360 \begin_layout Plain Layout
31361 \begin_inset Formula $A\gr B$
31362 \end_inset
31363
31364
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 </row>
31370 <row>
31371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31372 \begin_inset Text
31373
31374 \begin_layout Plain Layout
31375
31376 \backslash
31377 us{ABcd
31378 \end_layout
31379
31380 \end_inset
31381 </cell>
31382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31383 \begin_inset Text
31384
31385 \begin_layout Plain Layout
31386 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31387 \end_inset
31388
31389
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 </row>
31395 <row>
31396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31397 \begin_inset Text
31398
31399 \begin_layout Plain Layout
31400
31401 \backslash
31402 fb{[2cm]
31403 \begin_inset Formula $\to$
31404 \end_inset
31405
31406
31407 \backslash
31408 {
31409 \begin_inset Formula $\to$
31410 \end_inset
31411
31412
31413 \backslash
31414 {
31415 \backslash
31416 int
31417 \begin_inset ERT
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421
31422
31423 \backslash
31424 spce 
31425 \end_layout
31426
31427 \end_inset
31428
31429 A=B
31430 \end_layout
31431
31432 \end_inset
31433 </cell>
31434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31439 \end_inset
31440
31441
31442 \end_layout
31443
31444 \end_inset
31445 </cell>
31446 </row>
31447 <row>
31448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31449 \begin_inset Text
31450
31451 \begin_layout Plain Layout
31452
31453 \backslash
31454 cb{red
31455 \begin_inset Formula $\to$
31456 \end_inset
31457
31458
31459 \backslash
31460 {
31461 \backslash
31462 int
31463 \begin_inset ERT
31464 status collapsed
31465
31466 \begin_layout Plain Layout
31467
31468
31469 \backslash
31470 spce 
31471 \end_layout
31472
31473 \end_inset
31474
31475 A=B
31476 \end_layout
31477
31478 \end_inset
31479 </cell>
31480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31481 \begin_inset Text
31482
31483 \begin_layout Plain Layout
31484 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 </row>
31493 <row>
31494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31495 \begin_inset Text
31496
31497 \begin_layout Plain Layout
31498
31499 \backslash
31500 cb[green]
31501 \backslash
31502 {red
31503 \begin_inset Formula $\to$
31504 \end_inset
31505
31506
31507 \backslash
31508 {
31509 \backslash
31510 int
31511 \begin_inset ERT
31512 status collapsed
31513
31514 \begin_layout Plain Layout
31515
31516
31517 \backslash
31518 spce 
31519 \end_layout
31520
31521 \end_inset
31522
31523 A=B
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31529 \begin_inset Text
31530
31531 \begin_layout Plain Layout
31532 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \end_inset
31539 </cell>
31540 </row>
31541 </lyxtabular>
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Section
31549 Diagrams
31550 \end_layout
31551
31552 \begin_layout Standard
31553 LyX supports two types of commutative diagrams: 
31554 \series bold
31555 amscd
31556 \series default
31557  and 
31558 \series bold
31559 xymatrix
31560 \series default
31561  that are explained in the following.
31562 \end_layout
31563
31564 \begin_layout Subsection
31565 amscd diagrams
31566 \begin_inset Index
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 Diagrams ! amscd
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Standard
31579 Diagrams of this type visualize relations by vertical and horizontal lines
31580  or arrows:
31581 \begin_inset Formula \[
31582 \begin{CD}A@>>>B@>>>C\\
31583 @AAA@.@VVV\\
31584 F@<<<E@<<<D\end{CD}\]
31585
31586 \end_inset
31587
31588
31589 \end_layout
31590
31591 \begin_layout Standard
31592 To get them, the command 
31593 \series bold
31594
31595 \backslash
31596 CD
31597 \begin_inset Index
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601 Commands ! C ! 
31602 \backslash
31603 CD
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \series default
31610  is inserted to a formula.
31611  A blue box appears with two dashed lines where further commands can be
31612  inserted.
31613  With 
31614 \family sans
31615 Ctrl-Return
31616 \family default
31617  a new line is created.
31618  Horizontal relations are inserted in odd, vertical in even formula lines.
31619 \end_layout
31620
31621 \begin_layout Standard
31622 To create the relations there are the following commands:
31623 \end_layout
31624
31625 \begin_layout Itemize
31626
31627 \series bold
31628 @<<<
31629 \series default
31630  creates a left arrow, 
31631 \series bold
31632 @>>>
31633 \series default
31634  a right arrow, and 
31635 \series bold
31636 @=
31637 \series default
31638  a long equal sign
31639 \end_layout
31640
31641 \begin_layout Itemize
31642
31643 \series bold
31644 @AAA
31645 \series default
31646  creates an up arrow, 
31647 \series bold
31648 @VVV
31649 \series default
31650  an down arrow, and 
31651 \series bold
31652 @|
31653 \series default
31654  a vertical equal sign
31655 \end_layout
31656
31657 \begin_layout Itemize
31658
31659 \series bold
31660 @.
31661
31662 \series default
31663  is a placeholder for non-existent relations
31664 \end_layout
31665
31666 \begin_layout Standard
31667 All arrows can be labeled as follows:
31668 \end_layout
31669
31670 \begin_layout Itemize
31671 Is text inserted between the first and second < or >, resp., it is placed
31672  above the arrow.
31673  When it is inserted between the second and third one, it appears under
31674  the arrow.
31675 \end_layout
31676
31677 \begin_layout Itemize
31678 When text for vertical arrows is inserted between the first and second A
31679  or V, resp., it is placed left beside the arrow.
31680  When it is inserted between the second and third one, it appears right
31681  beside the arrow.
31682  If the text contains an A or V, these letters must be set into a TeX-brace.
31683 \end_layout
31684
31685 \begin_layout Standard
31686 As example a diagram with all possible relations:
31687 \end_layout
31688
31689 \begin_layout Standard
31690 \begin_inset Formula \[
31691 \begin{CD}A@>j>>B@>>k>C@=F\\
31692 @AmAA@.@VV{V}V@|\\
31693 D@<<j<E@>k>>F@=C\end{CD}\]
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Standard
31701 The command for this is:
31702 \begin_inset Newline newline
31703 \end_inset
31704
31705
31706 \series bold
31707
31708 \backslash
31709 CD
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 spce 
31718 \end_layout
31719
31720 \end_inset
31721
31722 A@>j>>B@>>k>C@=F Ctrl-Enter
31723 \begin_inset Newline newline
31724 \end_inset
31725
31726
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732
31733 \backslash
31734 hphantom{
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \backslash
31741 CD
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747
31748 \backslash
31749 spce 
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \begin_inset ERT
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759
31760 }
31761 \end_layout
31762
31763 \end_inset
31764
31765 @AmAA@.@VV
31766 \backslash
31767 {V
31768 \series default
31769
31770 \begin_inset Formula $\to$
31771 \end_inset
31772
31773
31774 \series bold
31775 V@| Ctrl-Enter
31776 \begin_inset Newline newline
31777 \end_inset
31778
31779
31780 \begin_inset ERT
31781 status collapsed
31782
31783 \begin_layout Plain Layout
31784
31785
31786 \backslash
31787 hphantom{
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \backslash
31794 CD
31795 \begin_inset ERT
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799
31800
31801 \backslash
31802 spce 
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \begin_inset ERT
31809 status collapsed
31810
31811 \begin_layout Plain Layout
31812
31813 }
31814 \end_layout
31815
31816 \end_inset
31817
31818 D@<<j<E@>k>>F@=C
31819 \end_layout
31820
31821 \begin_layout Subsection
31822 xymatrix diagrams
31823 \begin_inset Index
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827 Diagrams ! xymatrix
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \begin_layout Standard
31836 To be able to use xymatrices, the LaTeX-package 
31837 \series bold
31838 xypic
31839 \series default
31840  must be installed.
31841  A xymatrix is created by inserting the command 
31842 \series bold
31843
31844 \backslash
31845 xymatrix
31846 \series default
31847  in a formula.
31848  Then you are able to add new matrix columns and rows like for normal matrices,
31849  see 
31850 \begin_inset CommandInset ref
31851 LatexCommand ref
31852 reference "sec:Matrices"
31853
31854 \end_inset
31855
31856 .
31857 \end_layout
31858
31859 \begin_layout Standard
31860 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31861  and much more.
31862  All possibilities to create commutative diagrams and decorations are explained
31863  in detail in this manual: 
31864 \begin_inset CommandInset href
31865 LatexCommand href
31866 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31867
31868 \end_inset
31869
31870 .
31871 \end_layout
31872
31873 \begin_layout Standard
31874 \begin_inset Newpage newpage
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Section
31881 Tips
31882 \begin_inset ERT
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886
31887
31888 \backslash
31889 texorpdfstring{
31890 \end_layout
31891
31892 \end_inset
31893
31894
31895 \begin_inset Foot
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899 Other useful math tips can be found in 
31900 \begin_inset CommandInset citation
31901 LatexCommand cite
31902 key "Voss"
31903
31904 \end_inset
31905
31906 .
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \begin_inset ERT
31913 status collapsed
31914
31915 \begin_layout Plain Layout
31916
31917 }{}
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \begin_inset Note Note
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927
31928 \backslash
31929 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31930 \end_layout
31931
31932 \begin_layout Plain Layout
31933 More about 
31934 \backslash
31935 texorpdfstring is in section 
31936 \begin_inset CommandInset ref
31937 LatexCommand ref
31938 reference "sub:Formulas-in-Section"
31939
31940 \end_inset
31941
31942 .
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \begin_inset Index
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952 Tips
31953 \end_layout
31954
31955 \end_inset
31956
31957
31958 \begin_inset Index
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962 Ions|see
31963 \begin_inset ERT
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967
31968 {
31969 \end_layout
31970
31971 \end_inset
31972
31973 Chemical characters
31974 \begin_inset ERT
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978
31979 }
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \begin_layout Subsection
31993 Chemical Symbols and Equations
31994 \begin_inset CommandInset label
31995 LatexCommand label
31996 name "sub:Chemical-Symbols-and"
31997
31998 \end_inset
31999
32000
32001 \begin_inset Index
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005 Chemical characters ! Symbols
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \begin_inset Index
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015 Chemical equations
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \begin_inset Index
32022 status collapsed
32023
32024 \begin_layout Plain Layout
32025 Symbols ! chemical
32026 \end_layout
32027
32028 \end_inset
32029
32030
32031 \end_layout
32032
32033 \begin_layout Standard
32034 An example text from chemistry:
32035 \end_layout
32036
32037 \begin_layout Quote
32038 The 
32039 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32040 \end_inset
32041
32042 -ion reacts with two 
32043 \begin_inset Formula $\mathrm{Na^{+}}$
32044 \end_inset
32045
32046 -ions to sodium sulfate 
32047 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32048 \end_inset
32049
32050 .
32051  The chemical equation for this is:
32052 \begin_inset Formula \[
32053 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Standard
32061 This chemical equation can directly be created as formula.
32062  To avoid that the symbols appear italic, everything is highlighted and
32063  changed by the shortcut 
32064 \family sans
32065 Alt-c
32066 \begin_inset space ~
32067 \end_inset
32068
32069 r
32070 \family default
32071  to the upright font style.
32072 \begin_inset Foot
32073 status collapsed
32074
32075 \begin_layout Plain Layout
32076 font styles
32077 \series bold
32078  
32079 \series default
32080 see 
32081 \begin_inset CommandInset ref
32082 LatexCommand ref
32083 reference "sub:Font-Styles"
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Subsection
32096 Negative Numbers
32097 \begin_inset Index
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101 Numbers ! negative
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \end_layout
32108
32109 \begin_layout Standard
32110 Negative numbers often look ugly in formulas because the minus sign before
32111  the number is set with the same length as the minus operator sign.
32112  When writing the negative number in normal text, the minus sign appears
32113  correctly.
32114 \end_layout
32115
32116 \begin_layout Standard
32117 Thus, the problem disappears when converting the minus sign to mathematical
32118  text.
32119 \end_layout
32120
32121 \begin_layout Standard
32122 An example to visualize the problem:
32123 \end_layout
32124
32125 \begin_layout Standard
32126 \align center
32127 \begin_inset Tabular
32128 <lyxtabular version="3" rows="3" columns="2">
32129 <features>
32130 <column alignment="right" valignment="top" width="0">
32131 <column alignment="left" valignment="top" width="0">
32132 <row>
32133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32134 \begin_inset Text
32135
32136 \begin_layout Plain Layout
32137 normal text:
32138 \end_layout
32139
32140 \end_inset
32141 </cell>
32142 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146 x = -2
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 </row>
32152 <row>
32153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32154 \begin_inset Text
32155
32156 \begin_layout Plain Layout
32157 formula:
32158 \end_layout
32159
32160 \end_inset
32161 </cell>
32162 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32163 \begin_inset Text
32164
32165 \begin_layout Plain Layout
32166 \begin_inset Formula $x=-2$
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \end_inset
32173 </cell>
32174 </row>
32175 <row>
32176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32177 \begin_inset Text
32178
32179 \begin_layout Plain Layout
32180 solution:
32181 \end_layout
32182
32183 \end_inset
32184 </cell>
32185 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189 \begin_inset Formula $x=\textrm{-}2$
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \end_inset
32196 </cell>
32197 </row>
32198 </lyxtabular>
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Subsection
32206 Comma as Decimal Separator
32207 \begin_inset Index
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211 Comma
32212 \end_layout
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 In LaTeX a comma inside a formula is used, according to the English convention,
32221  as number group separator.
32222  So there will be space added behind all commas in formulas.
32223 \end_layout
32224
32225 \begin_layout Standard
32226 To avoid this, the comma is highlighted and changed to mathematical text
32227  (shortcut 
32228 \family sans
32229 Alt-m
32230 \begin_inset space ~
32231 \end_inset
32232
32233 m
32234 \family default
32235 ).
32236 \end_layout
32237
32238 \begin_layout Standard
32239 To use all formula commas in the document as decimal separator, the file
32240  
32241 \series bold
32242 icomma.sty
32243 \series default
32244
32245 \begin_inset Foot
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249
32250 \series bold
32251 icomma
32252 \series default
32253  is part of the LaTeX-package 
32254 \series bold
32255 was
32256 \series default
32257
32258 \begin_inset Index
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262 Packages ! was
32263 \begin_inset ERT
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267
32268
32269 \backslash
32270 vspace{4mm}
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \end_inset
32279
32280 .
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \begin_inset Index
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290 Packages ! icomma
32291 \end_layout
32292
32293 \end_inset
32294
32295  is loaded with the LaTeX-preamble line
32296 \end_layout
32297
32298 \begin_layout Standard
32299
32300 \series bold
32301
32302 \backslash
32303 usepackage{icomma}
32304 \end_layout
32305
32306 \begin_layout Subsection
32307 Physical Vectors
32308 \begin_inset CommandInset label
32309 LatexCommand label
32310 name "sub:Physical-Vectors"
32311
32312 \end_inset
32313
32314
32315 \begin_inset Index
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319 Vectors ! physical
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Standard
32328 Predefined vectors are offered by the LaTeX-package 
32329 \series bold
32330 braket
32331 \series default
32332
32333 \begin_inset Foot
32334 status collapsed
32335
32336 \begin_layout Plain Layout
32337
32338 \series bold
32339 braket
32340 \series default
32341  should be part of every LaTeX standard installation.
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \begin_inset Index
32348 status collapsed
32349
32350 \begin_layout Plain Layout
32351 Packages ! braket
32352 \end_layout
32353
32354 \end_inset
32355
32356  that is loaded with the LaTeX-preamble line
32357 \end_layout
32358
32359 \begin_layout Standard
32360
32361 \series bold
32362
32363 \backslash
32364 usepackage{braket}
32365 \end_layout
32366
32367 \begin_layout Standard
32368 \begin_inset ERT
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372
32373
32374 \backslash
32375 ifbraket 
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \begin_inset Note Note
32382 status open
32383
32384 \begin_layout Plain Layout
32385 The following table will only be displayed when the LaTeX-package 
32386 \series bold
32387 braket
32388 \series default
32389  is installed.
32390 \end_layout
32391
32392 \end_inset
32393
32394 The following commands are defined:
32395 \end_layout
32396
32397 \begin_layout Standard
32398 \align center
32399 \begin_inset Tabular
32400 <lyxtabular version="3" rows="4" columns="2">
32401 <features>
32402 <column alignment="center" valignment="top" width="0">
32403 <column alignment="center" valignment="top" width="0">
32404 <row>
32405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32406 \begin_inset Text
32407
32408 \begin_layout Plain Layout
32409 Command
32410 \end_layout
32411
32412 \end_inset
32413 </cell>
32414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32415 \begin_inset Text
32416
32417 \begin_layout Plain Layout
32418 Result
32419 \end_layout
32420
32421 \end_inset
32422 </cell>
32423 </row>
32424 <row>
32425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32426 \begin_inset Text
32427
32428 \begin_layout Plain Layout
32429
32430 \backslash
32431 Bra{
32432 \backslash
32433 psi
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442 \begin_inset Formula $\Bra{\psi}$
32443 \end_inset
32444
32445
32446 \end_layout
32447
32448 \end_inset
32449 </cell>
32450 </row>
32451 <row>
32452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32453 \begin_inset Text
32454
32455 \begin_layout Plain Layout
32456
32457 \backslash
32458 Ket{
32459 \backslash
32460 psi
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 \begin_inset Formula $\Ket{\psi}$
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \end_inset
32476 </cell>
32477 </row>
32478 <row>
32479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32480 \begin_inset Text
32481
32482 \begin_layout Plain Layout
32483
32484 \backslash
32485 Braket{
32486 \backslash
32487 psi|
32488 \backslash
32489 phi
32490 \end_layout
32491
32492 \end_inset
32493 </cell>
32494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498 \begin_inset Formula $\Braket{\psi|\phi}$
32499 \end_inset
32500
32501
32502 \end_layout
32503
32504 \end_inset
32505 </cell>
32506 </row>
32507 </lyxtabular>
32508
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \begin_layout Standard
32515 The command 
32516 \series bold
32517
32518 \backslash
32519 Braket
32520 \series default
32521  assures that all vertical bars are set in the size of the surrounding brackets:
32522 \begin_inset Formula \[
32523 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32524
32525 \end_inset
32526
32527
32528 \begin_inset ERT
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532
32533
32534 \backslash
32535 else 
32536 \end_layout
32537
32538 \end_inset
32539
32540
32541 \begin_inset Note Note
32542 status open
32543
32544 \begin_layout Plain Layout
32545 The following will be displayed when the LaTeX-package 
32546 \series bold
32547 braket
32548 \series default
32549  is not installed:
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \begin_layout Standard
32558 You need to install the LaTeX-package 
32559 \series bold
32560 braket
32561 \series default
32562  to see the rest of this subsection in the output.
32563 \end_layout
32564
32565 \begin_layout Standard
32566 \begin_inset ERT
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570
32571
32572 \backslash
32573 fi 
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 The effect of 
32583 \series bold
32584
32585 \backslash
32586 Braket
32587 \series default
32588  can also be achieved using the command 
32589 \series bold
32590
32591 \backslash
32592 middle
32593 \series default
32594 , that is described in 
32595 \begin_inset CommandInset ref
32596 LatexCommand ref
32597 reference "sub:Automatic-Bracket-Size"
32598
32599 \end_inset
32600
32601 .
32602 \end_layout
32603
32604 \begin_layout Subsection
32605 Self-defined Fractions
32606 \begin_inset CommandInset label
32607 LatexCommand label
32608 name "sub:Self-defined-Fractions"
32609
32610 \end_inset
32611
32612
32613 \begin_inset Index
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617 Fractions ! self-defined
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \begin_layout Standard
32626 To define custom commands for fractions, the command 
32627 \series bold
32628
32629 \backslash
32630 genfrac
32631 \series default
32632
32633 \begin_inset Index
32634 status collapsed
32635
32636 \begin_layout Plain Layout
32637 Commands ! G ! 
32638 \backslash
32639 genfrac
32640 \end_layout
32641
32642 \end_inset
32643
32644  is used in the following scheme:
32645 \end_layout
32646
32647 \begin_layout Standard
32648
32649 \series bold
32650
32651 \backslash
32652 genfrac{left
32653 \series default
32654  
32655 \series bold
32656 bracket}{right
32657 \series default
32658  
32659 \series bold
32660 bracket}{fraction bar thickness}{style}
32661 \begin_inset Newline newline
32662 \end_inset
32663
32664
32665 \begin_inset ERT
32666 status collapsed
32667
32668 \begin_layout Plain Layout
32669
32670
32671 \backslash
32672 phantom{
32673 \end_layout
32674
32675 \end_inset
32676
32677
32678 \backslash
32679 genfrac
32680 \begin_inset ERT
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684
32685 }
32686 \end_layout
32687
32688 \end_inset
32689
32690 {numerator}{denominator}
32691 \end_layout
32692
32693 \begin_layout Standard
32694 The style is a number in the range of 0
32695 \begin_inset space \thinspace{}
32696 \end_inset
32697
32698 -
32699 \begin_inset space \thinspace{}
32700 \end_inset
32701
32702 3.
32703 \end_layout
32704
32705 \begin_layout Standard
32706 \align center
32707 \begin_inset Tabular
32708 <lyxtabular version="3" rows="5" columns="2">
32709 <features>
32710 <column alignment="center" valignment="top" width="0">
32711 <column alignment="center" valignment="top" width="0">
32712 <row>
32713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32714 \begin_inset Text
32715
32716 \begin_layout Plain Layout
32717 Number
32718 \end_layout
32719
32720 \end_inset
32721 </cell>
32722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32723 \begin_inset Text
32724
32725 \begin_layout Plain Layout
32726 Style (Size)
32727 \end_layout
32728
32729 \end_inset
32730 </cell>
32731 </row>
32732 <row>
32733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32734 \begin_inset Text
32735
32736 \begin_layout Plain Layout
32737 0
32738 \end_layout
32739
32740 \end_inset
32741 </cell>
32742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32743 \begin_inset Text
32744
32745 \begin_layout Plain Layout
32746 display style formula
32747 \end_layout
32748
32749 \end_inset
32750 </cell>
32751 </row>
32752 <row>
32753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757 1
32758 \end_layout
32759
32760 \end_inset
32761 </cell>
32762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 inline formula
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 </row>
32772 <row>
32773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32774 \begin_inset Text
32775
32776 \begin_layout Plain Layout
32777 2
32778 \end_layout
32779
32780 \end_inset
32781 </cell>
32782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32783 \begin_inset Text
32784
32785 \begin_layout Plain Layout
32786 small
32787 \end_layout
32788
32789 \end_inset
32790 </cell>
32791 </row>
32792 <row>
32793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32794 \begin_inset Text
32795
32796 \begin_layout Plain Layout
32797 3
32798 \end_layout
32799
32800 \end_inset
32801 </cell>
32802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32803 \begin_inset Text
32804
32805 \begin_layout Plain Layout
32806 tiny
32807 \end_layout
32808
32809 \end_inset
32810 </cell>
32811 </row>
32812 </lyxtabular>
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 When no style is given, the size is adjusted to the surrounding environment
32821  like for the command 
32822 \series bold
32823
32824 \backslash
32825 frac
32826 \series default
32827 .
32828 \end_layout
32829
32830 \begin_layout Standard
32831 When no fraction bar thickness is given, the predefined value of 0.4
32832 \begin_inset space \thinspace{}
32833 \end_inset
32834
32835 pt will be used.
32836 \end_layout
32837
32838 \begin_layout Standard
32839 \begin_inset VSpace medskip
32840 \end_inset
32841
32842 For example, the commands 
32843 \series bold
32844
32845 \backslash
32846 dfrac
32847 \series default
32848  and 
32849 \series bold
32850
32851 \backslash
32852 tbinom
32853 \series default
32854  from 
32855 \begin_inset CommandInset ref
32856 LatexCommand ref
32857 reference "sub:Fractions"
32858
32859 \end_inset
32860
32861  are defined with the commands
32862 \end_layout
32863
32864 \begin_layout Standard
32865
32866 \series bold
32867
32868 \backslash
32869 newcommand{
32870 \backslash
32871 dfrac}[2]{
32872 \backslash
32873 genfrac{}{}{}{0}{#1}{#2}}
32874 \end_layout
32875
32876 \begin_layout Standard
32877 and
32878 \end_layout
32879
32880 \begin_layout Standard
32881
32882 \series bold
32883
32884 \backslash
32885 newcommand{
32886 \backslash
32887 tbinom}[2]{
32888 \backslash
32889 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32890 \end_layout
32891
32892 \begin_layout Standard
32893 \begin_inset VSpace medskip
32894 \end_inset
32895
32896 To define a fraction where the fraction bar thickness can be given as optional
32897  argument, the following line is inserted to the LaTeX-preamble:
32898 \end_layout
32899
32900 \begin_layout Standard
32901
32902 \series bold
32903
32904 \backslash
32905 newcommand{
32906 \backslash
32907 fracS}[3][]{
32908 \backslash
32909 genfrac{}{}{#1}{}{#2}{#3}}
32910 \end_layout
32911
32912 \begin_layout Standard
32913 A test:
32914 \begin_inset Formula \begin{align*}
32915 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32916 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32917
32918 \end_inset
32919
32920 As one can see, the distance of the numerator and the denominator to the
32921  fraction bar is round about three times the bar thickness.
32922 \end_layout
32923
32924 \begin_layout Subsection
32925 Canceled Formulas
32926 \begin_inset CommandInset label
32927 LatexCommand label
32928 name "sub:Canceled-Formulas"
32929
32930 \end_inset
32931
32932
32933 \begin_inset Index
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937 Formula ! canceled
32938 \end_layout
32939
32940 \end_inset
32941
32942
32943 \end_layout
32944
32945 \begin_layout Standard
32946 To cancel formulas or formula parts, the LaTeX-package 
32947 \series bold
32948 cancel
32949 \series default
32950
32951 \begin_inset Foot
32952 status collapsed
32953
32954 \begin_layout Plain Layout
32955
32956 \series bold
32957 cancel
32958 \series default
32959  is part of every LaTeX standard installation.
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \begin_inset Index
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969 Packages ! cancel
32970 \end_layout
32971
32972 \end_inset
32973
32974  has to be loaded with the LaTeX-preamble line
32975 \end_layout
32976
32977 \begin_layout Standard
32978
32979 \series bold
32980
32981 \backslash
32982 usepackage[samesize]{cancel}
32983 \end_layout
32984
32985 \begin_layout Standard
32986 There are four ways to cancel formulas:
32987 \end_layout
32988
32989 \begin_layout Standard
32990 \align center
32991 \begin_inset Tabular
32992 <lyxtabular version="3" rows="5" columns="2">
32993 <features>
32994 <column alignment="center" valignment="top" width="0">
32995 <column alignment="center" valignment="top" width="0">
32996 <row>
32997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32998 \begin_inset Text
32999
33000 \begin_layout Plain Layout
33001 Command
33002 \end_layout
33003
33004 \end_inset
33005 </cell>
33006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33007 \begin_inset Text
33008
33009 \begin_layout Plain Layout
33010 Result
33011 \begin_inset Note Note
33012 status collapsed
33013
33014 \begin_layout Plain Layout
33015
33016 \series bold
33017
33018 \backslash
33019 hspace
33020 \series default
33021  and
33022 \series bold
33023  
33024 \backslash
33025 raisebox
33026 \series default
33027  are used here as spacer.
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 </row>
33038 <row>
33039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33040 \begin_inset Text
33041
33042 \begin_layout Plain Layout
33043
33044 \backslash
33045 cancel{
33046 \backslash
33047 int
33048 \begin_inset ERT
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052
33053
33054 \backslash
33055 spce 
33056 \end_layout
33057
33058 \end_inset
33059
33060 A=B
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Plain Layout
33069 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 </row>
33078 <row>
33079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Plain Layout
33083
33084 \backslash
33085 bcancel{
33086 \backslash
33087 int
33088 \begin_inset ERT
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092
33093
33094 \backslash
33095 spce 
33096 \end_layout
33097
33098 \end_inset
33099
33100 A=B
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33110 \end_inset
33111
33112
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 </row>
33118 <row>
33119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33120 \begin_inset Text
33121
33122 \begin_layout Plain Layout
33123
33124 \backslash
33125 xcancel{
33126 \backslash
33127 int
33128 \begin_inset ERT
33129 status collapsed
33130
33131 \begin_layout Plain Layout
33132
33133
33134 \backslash
33135 spce 
33136 \end_layout
33137
33138 \end_inset
33139
33140 A=B
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 </row>
33158 <row>
33159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33160 \begin_inset Text
33161
33162 \begin_layout Plain Layout
33163
33164 \backslash
33165 cancelto{1
33166 \begin_inset Formula $\to$
33167 \end_inset
33168
33169
33170 \backslash
33171 {
33172 \backslash
33173 int
33174 \begin_inset ERT
33175 status collapsed
33176
33177 \begin_layout Plain Layout
33178
33179
33180 \backslash
33181 spce 
33182 \end_layout
33183
33184 \end_inset
33185
33186 A=B
33187 \end_layout
33188
33189 \end_inset
33190 </cell>
33191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33192 \begin_inset Text
33193
33194 \begin_layout Plain Layout
33195 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33196 \end_inset
33197
33198
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 </row>
33204 </lyxtabular>
33205
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Standard
33212
33213 \series bold
33214
33215 \backslash
33216 cancelto
33217 \series default
33218  is especially suitable to visualize the reduction of fractions within formulas:
33219 \begin_inset Formula \[
33220 \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}}}\]
33221
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \begin_layout Subsection
33228 Formulas in Section Headings
33229 \begin_inset CommandInset label
33230 LatexCommand label
33231 name "sub:Formulas-in-Section"
33232
33233 \end_inset
33234
33235
33236 \begin_inset Index
33237 status collapsed
33238
33239 \begin_layout Plain Layout
33240 Formula ! in section headings
33241 \end_layout
33242
33243 \end_inset
33244
33245
33246 \end_layout
33247
33248 \begin_layout Standard
33249 When formulas are used in section headings, the following has to be taken
33250  into account:
33251 \end_layout
33252
33253 \begin_layout Standard
33254 \begin_inset Note Greyedout
33255 status open
33256
33257 \begin_layout Plain Layout
33258 When 
33259 \series bold
33260 hyperref
33261 \series default
33262
33263 \begin_inset Index
33264 status collapsed
33265
33266 \begin_layout Plain Layout
33267 Packages ! hyperref
33268 \end_layout
33269
33270 \end_inset
33271
33272  support is enabled in the document settings dialog under 
33273 \family sans
33274 PDF
33275 \begin_inset space ~
33276 \end_inset
33277
33278 Properties
33279 \family default
33280 , PDF-bookmarks are created for every section heading in the table of contents.
33281  If a section heading contains formulas, they are incorrectly displayed
33282  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33283 s.
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Standard
33292 Both problems can be solved by inserting at the end of the section heading
33293  a short title with the menu 
33294 \family sans
33295 Insert\SpecialChar \menuseparator
33296 Short
33297 \begin_inset space ~
33298 \end_inset
33299
33300 Title
33301 \family default
33302 .
33303  Short titles are used as alternative for multiline section headings to
33304  keep the table of contents clearly arranged.
33305  Only the short title appears in the table of contents and therefore also
33306  in the PDF-bookmark.
33307 \end_layout
33308
33309 \begin_layout Standard
33310 When formulas should be used in the table of contents but 
33311 \series bold
33312 hyperref
33313 \series default
33314  is used, one can use the following command in TeX-mode:
33315 \end_layout
33316
33317 \begin_layout Standard
33318
33319 \series bold
33320
33321 \backslash
33322 texorpdfstring{part}{alternative}
33323 \begin_inset Index
33324 status collapsed
33325
33326 \begin_layout Plain Layout
33327 Commands ! T ! 
33328 \backslash
33329 texorpdfstring
33330 \end_layout
33331
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \begin_layout Standard
33338 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33339  This can be characters, formulas, footnotes, but also cross-references.
33340  The alternative is used instead of the part for the bookmark.
33341 \end_layout
33342
33343 \begin_layout Standard
33344 Here are two example headings:
33345 \begin_inset VSpace -3mm
33346 \end_inset
33347
33348
33349 \begin_inset ERT
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353
33354
33355 \backslash
33356 boldmath 
33357 \end_layout
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Subsubsection
33365 Heading without formula in table of contents 
33366 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33367 \end_inset
33368
33369
33370 \begin_inset OptArg
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374 Heading without formula in table of contents
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Subsubsection
33383 Heading with formula in table of contents
33384 \begin_inset ERT
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388
33389
33390 \backslash
33391 texorpdfstring{
33392 \end_layout
33393
33394 \end_inset
33395
33396  
33397 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33398 \end_inset
33399
33400
33401 \begin_inset ERT
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405
33406 }{}
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \begin_layout Standard
33415 \begin_inset ERT
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419
33420
33421 \backslash
33422 unboldmath 
33423 \end_layout
33424
33425 \end_inset
33426
33427 In the first heading a short title was used, in the second one 
33428 \series bold
33429
33430 \backslash
33431 texorpdfstring
33432 \series default
33433 .
33434 \end_layout
33435
33436 \begin_layout Standard
33437 To get the same formatting as for the other headings, the complete heading
33438  was set into a 
33439 \series bold
33440 boldmath
33441 \series default
33442  environment
33443 \begin_inset Foot
33444 status collapsed
33445
33446 \begin_layout Plain Layout
33447 see 
33448 \begin_inset CommandInset ref
33449 LatexCommand ref
33450 reference "sub:Bold-Formulas"
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \end_inset
33458
33459 .
33460 \end_layout
33461
33462 \begin_layout Subsection
33463 Formulas in multi-column Text
33464 \begin_inset Index
33465 status collapsed
33466
33467 \begin_layout Plain Layout
33468 Formula ! in multi-column text
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \begin_layout Standard
33477 Formulas in multi-column text are often too wide to fit into a column and
33478  thus need to be set over the whole page width.
33479  This is done by using the LaTeX-package 
33480 \series bold
33481 multicol
33482 \series default
33483
33484 \begin_inset Foot
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488
33489 \series bold
33490 multicol
33491 \series default
33492  is part of every LaTeX standard installation.
33493 \end_layout
33494
33495 \end_inset
33496
33497
33498 \begin_inset Index
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502 Packages ! multicol
33503 \end_layout
33504
33505 \end_inset
33506
33507 , that is loaded with the LaTeX-preamble line
33508 \end_layout
33509
33510 \begin_layout Standard
33511
33512 \series bold
33513
33514 \backslash
33515 usepackage{multicol}
33516 \end_layout
33517
33518 \begin_layout Standard
33519 \begin_inset Note Greyedout
33520 status open
33521
33522 \begin_layout Plain Layout
33523 Note herby that the setting 
33524 \family sans
33525 Two-column
33526 \begin_inset space ~
33527 \end_inset
33528
33529 document
33530 \family default
33531  in the menu 
33532 \family sans
33533 Document\SpecialChar \menuseparator
33534 Settings
33535 \family default
33536  under 
33537 \family sans
33538 Text
33539 \begin_inset space ~
33540 \end_inset
33541
33542 Layout
33543 \family default
33544 \emph on
33545  
33546 \emph default
33547 must 
33548 \emph on
33549 not
33550 \emph default
33551  be selected.
33552 \end_layout
33553
33554 \end_inset
33555
33556
33557 \end_layout
33558
33559 \begin_layout Standard
33560 Before the multi-column text the command
33561 \end_layout
33562
33563 \begin_layout Standard
33564
33565 \series bold
33566
33567 \backslash
33568 begin{multicols}{column number}
33569 \end_layout
33570
33571 \begin_layout Standard
33572 is written in TeX-mode.
33573  The column number is a number in the range of 2
33574 \begin_inset space \thinspace{}
33575 \end_inset
33576
33577 -
33578 \begin_inset space \thinspace{}
33579 \end_inset
33580
33581 10.
33582  Before the formula the multi-column text is ended by inserting the command
33583 \end_layout
33584
33585 \begin_layout Standard
33586
33587 \series bold
33588
33589 \backslash
33590 end{multicols}
33591 \end_layout
33592
33593 \begin_layout Standard
33594 in TeX-mode.
33595 \end_layout
33596
33597 \begin_layout Standard
33598 Due to the command some space is automatically added before the formula.
33599  To revert this, -6
33600 \begin_inset space \thinspace{}
33601 \end_inset
33602
33603 mm vertical space is inserted before the formula.
33604  When the formula style 
33605 \series bold
33606 Indented
33607 \begin_inset Foot
33608 status collapsed
33609
33610 \begin_layout Plain Layout
33611 formula styles see 
33612 \begin_inset CommandInset ref
33613 LatexCommand ref
33614 reference "sec:Formula-Styles"
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \end_inset
33622
33623
33624 \series default
33625  is used, -9
33626 \begin_inset space \thinspace{}
33627 \end_inset
33628
33629 mm space is inserted instead.
33630 \end_layout
33631
33632 \begin_layout Standard
33633 As example a multi-column text with a displayed formula:
33634 \end_layout
33635
33636 \begin_layout Standard
33637 \begin_inset ERT
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641
33642
33643 \backslash
33644 begin{multicols}{2}
33645 \end_layout
33646
33647 \end_inset
33648
33649 Das Spektrum wird fouriertransformiert.
33650  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33651 , Lösungsmittel) zu trennen.
33652  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33653  nun das Aussehen des Ausgangssignals.
33654  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33655  über alle Phasen integrieren muss.
33656  Sei nun 
33657 \begin_inset Formula $S$
33658 \end_inset
33659
33660  unser normiertes Ausgangssignal and 
33661 \begin_inset Formula $P$
33662 \end_inset
33663
33664  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33665 \begin_inset ERT
33666 status collapsed
33667
33668 \begin_layout Plain Layout
33669
33670
33671 \backslash
33672 end{multicols}
33673 \end_layout
33674
33675 \end_inset
33676
33677
33678 \begin_inset VSpace -6mm
33679 \end_inset
33680
33681
33682 \begin_inset Formula \begin{equation}
33683 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33684
33685 \end_inset
33686
33687
33688 \begin_inset ERT
33689 status collapsed
33690
33691 \begin_layout Plain Layout
33692
33693
33694 \backslash
33695 begin{multicols}{2}
33696 \end_layout
33697
33698 \end_inset
33699
33700 wobei 
33701 \begin_inset Formula $S_{0}$
33702 \end_inset
33703
33704  das Signal ohne Gradient ist and the Normierungsbedingung 
33705 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33706 \end_inset
33707
33708  gilt.
33709  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33710  Direkt nach the 
33711 \begin_inset Formula $\nicefrac{\pi}{2}$
33712 \end_inset
33713
33714
33715 \begin_inset space \thinspace{}
33716 \end_inset
33717
33718 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33719  das Signal zusätzlich abschwächt.
33720  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33721  
33722 \begin_inset Formula $T_{2}$
33723 \end_inset
33724
33725 -Zeit.
33726 \end_layout
33727
33728 \begin_layout Standard
33729 \begin_inset ERT
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733
33734
33735 \backslash
33736 end{multicols}
33737 \end_layout
33738
33739 \end_inset
33740
33741  
33742 \end_layout
33743
33744 \begin_layout Subsection
33745 Formulas with Description of Variables
33746 \begin_inset Index
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750 Formula ! with description of variables
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \begin_layout Standard
33759 To describe variables within a formula, like in formula 
33760 \begin_inset CommandInset ref
33761 LatexCommand eqref
33762 reference "eq:within"
33763
33764 \end_inset
33765
33766 , a 2
33767 \series bold
33768 ×
33769 \series default
33770
33771 \begin_inset Formula $n$
33772 \end_inset
33773
33774
33775 \begin_inset space ~
33776 \end_inset
33777
33778 matrix is used with left aligned columns for the 
33779 \begin_inset Formula $n$
33780 \end_inset
33781
33782  used variables.
33783 \begin_inset Foot
33784 status collapsed
33785
33786 \begin_layout Plain Layout
33787 matrices see 
33788 \begin_inset CommandInset ref
33789 LatexCommand ref
33790 reference "sec:Matrices"
33791
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \end_inset
33798
33799  To set the description in a smaller size, before the matrix e.
33800 \begin_inset space \thinspace{}
33801 \end_inset
33802
33803 g.
33804 \begin_inset space ~
33805 \end_inset
33806
33807 the command 
33808 \series bold
33809
33810 \backslash
33811 footnotesize
33812 \series default
33813  is inserted.
33814 \begin_inset Foot
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818 font sizes see 
33819 \begin_inset CommandInset ref
33820 LatexCommand ref
33821 reference "sub:Font-Sizes"
33822
33823 \end_inset
33824
33825
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \end_layout
33832
33833 \begin_layout Standard
33834 When the formula style 
33835 \series bold
33836 Indented
33837 \begin_inset Foot
33838 status collapsed
33839
33840 \begin_layout Plain Layout
33841 formula styles see 
33842 \begin_inset CommandInset ref
33843 LatexCommand ref
33844 reference "sec:Formula-Styles"
33845
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \end_inset
33852
33853
33854 \series default
33855  is used, a 
33856 \series bold
33857
33858 \backslash
33859 hfill
33860 \series default
33861
33862 \begin_inset Foot
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866
33867 \series bold
33868
33869 \backslash
33870 hfill
33871 \series default
33872  only works in formulas with the style 
33873 \series bold
33874 Indented
33875 \series default
33876 , see 
33877 \begin_inset CommandInset ref
33878 LatexCommand ref
33879 reference "sub:Variable-Space"
33880
33881 \end_inset
33882
33883 .
33884 \end_layout
33885
33886 \end_inset
33887
33888  is inserted before and after the matrix to have the same separation of
33889  the matrix from the equation and the side margin.
33890 \end_layout
33891
33892 \begin_layout Standard
33893 When the formula style 
33894 \series bold
33895 Centered
33896 \series default
33897  is used, the method described in 
33898 \begin_inset CommandInset ref
33899 LatexCommand ref
33900 reference "sub:Flalign-Environment"
33901
33902 \end_inset
33903
33904  is used to indent formulas.
33905  Formula 
33906 \begin_inset CommandInset ref
33907 LatexCommand eqref
33908 reference "eq:within"
33909
33910 \end_inset
33911
33912  consists of five columns whereas in the first two columns contain the equation,
33913  the third the matrix, and the last one an empty TeX-brace.
33914 \begin_inset Formula \begin{flalign}
33915 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33916 \rho & \textrm{density}\\
33917 V & \textrm{volume}\\
33918 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33919
33920 \end_inset
33921
33922
33923 \end_layout
33924
33925 \begin_layout Subsection
33926 Upright small Greek Letters
33927 \begin_inset CommandInset label
33928 LatexCommand label
33929 name "sub:Upright-small-Greek"
33930
33931 \end_inset
33932
33933
33934 \begin_inset Index
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 Greek letters ! upright
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Standard
33947 Most of the math fonts only provide italic small Greek letters.
33948  But for symbols of elementary particles like pions and neutrinos, upright
33949  Greek letters are needed.
33950  The file 
33951 \series bold
33952 upgreek.sty
33953 \series default
33954
33955 \begin_inset Foot
33956 status collapsed
33957
33958 \begin_layout Plain Layout
33959
33960 \series bold
33961 upgreek
33962 \series default
33963  is part of the LaTeX-package 
33964 \series bold
33965 was
33966 \series default
33967
33968 \begin_inset Index
33969 status collapsed
33970
33971 \begin_layout Plain Layout
33972 Packages ! was
33973 \begin_inset ERT
33974 status collapsed
33975
33976 \begin_layout Plain Layout
33977
33978
33979 \backslash
33980 vspace{4mm}
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \end_inset
33989
33990 .
33991 \end_layout
33992
33993 \end_inset
33994
33995
33996 \begin_inset Index
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000 Packages ! upgreek
34001 \end_layout
34002
34003 \end_inset
34004
34005  that is loaded with the LaTeX-preamble line
34006 \end_layout
34007
34008 \begin_layout Standard
34009
34010 \series bold
34011
34012 \backslash
34013 usepackage{upgreek}
34014 \end_layout
34015
34016 \begin_layout Standard
34017 provides them.
34018  
34019 \begin_inset ERT
34020 status collapsed
34021
34022 \begin_layout Plain Layout
34023
34024
34025 \backslash
34026 ifupgreek 
34027 \end_layout
34028
34029 \end_inset
34030
34031
34032 \begin_inset Note Note
34033 status open
34034
34035 \begin_layout Plain Layout
34036 The following table will only be displayed when the LaTeX-package 
34037 \series bold
34038 upgreek
34039 \series default
34040  is installed.
34041 \end_layout
34042
34043 \end_inset
34044
34045  They are created when the command for a small Greek letters is started
34046  with 
34047 \series bold
34048 up
34049 \series default
34050 .
34051  For example the command 
34052 \series bold
34053
34054 \backslash
34055 uptau
34056 \series default
34057  creates this: 
34058 \begin_inset Formula $\uptau$
34059 \end_inset
34060
34061
34062 \end_layout
34063
34064 \begin_layout Standard
34065 With these commands reactions of elementary particles can be typeset:
34066 \begin_inset Formula \[
34067 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Standard
34075 The upright letters are more bold and wider than the italic ones.
34076  They should therefore not be used for units like 
34077 \begin_inset Quotes eld
34078 \end_inset
34079
34080 µm
34081 \begin_inset Quotes erd
34082 \end_inset
34083
34084 .
34085 \end_layout
34086
34087 \begin_layout Standard
34088 \begin_inset ERT
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092
34093
34094 \backslash
34095 else 
34096 \end_layout
34097
34098 \end_inset
34099
34100
34101 \begin_inset Note Note
34102 status open
34103
34104 \begin_layout Plain Layout
34105 The following will be displayed when the LaTeX-package 
34106 \series bold
34107 upgreek
34108 \series default
34109  is not installed:
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Standard
34118 You need to install the LaTeX-package 
34119 \series bold
34120 upgreek
34121 \series default
34122  to see the rest of this subsection in the output.
34123 \end_layout
34124
34125 \begin_layout Standard
34126 \begin_inset ERT
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130
34131
34132 \backslash
34133 fi 
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \end_layout
34140
34141 \begin_layout Subsection
34142 Text Characters in Formulas
34143 \begin_inset CommandInset label
34144 LatexCommand label
34145 name "sub:Text-Characters-in"
34146
34147 \end_inset
34148
34149
34150 \begin_inset Index
34151 status collapsed
34152
34153 \begin_layout Plain Layout
34154 Text ! in formulas
34155 \end_layout
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Standard
34163 In some cases you might want to insert text characters directly into formulas.
34164  When for example the centered dot · is often used in formulas like 
34165 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34166 \end_inset
34167
34168 , one would have to insert the command 
34169 \series bold
34170
34171 \backslash
34172 cdot
34173 \series default
34174
34175 \begin_inset Foot
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179 see 
34180 \begin_inset CommandInset ref
34181 LatexCommand ref
34182 reference "sub:Binary-Operators"
34183
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \end_inset
34190
34191  all the time, because this character is defined in all encodings as text
34192  character.
34193  But the encoding can be changed by this LaTeX-preamble line:
34194 \end_layout
34195
34196 \begin_layout Standard
34197
34198 \series bold
34199
34200 \backslash
34201 Declare Inputtext{183}{
34202 \backslash
34203 ifmmode
34204 \backslash
34205 cdot
34206 \backslash
34207 else
34208 \backslash
34209 textperiodcentered
34210 \backslash
34211 f\SpecialChar \textcompwordmark{}
34212 i}
34213 \end_layout
34214
34215 \begin_layout Standard
34216 The character encoding (menu 
34217 \family sans
34218 Document\SpecialChar \menuseparator
34219 Settings\SpecialChar \menuseparator
34220 Language
34221 \family default
34222 ) specifies what character appears when a keyboard key is pressed.
34223  When the key for the character '·' is pressed, internally the command 
34224 \series bold
34225
34226 \backslash
34227 textperiodcentered
34228 \series default
34229  is used.
34230  But this command is not available in a formula so that you would get LaTeX-erro
34231 rs.
34232  With the changed encoding the right command is chosen automatically, depending
34233  on if the character was inserted into a formula or not.
34234 \end_layout
34235
34236 \begin_layout Standard
34237 The encoding of several characters is saved in definition files.
34238  Fore example the encoding 
34239 \series bold
34240 latin9
34241 \series default
34242  is defined in the file 
34243 \series bold
34244 latin9.def
34245 \series default
34246  that is in the installation folder of LaTeX.
34247  Encodings should only be changed via the LaTeX-preamble and not in the
34248  definition files.
34249  Otherwise own documents could not be edited by other LyX users working
34250  on other computers.
34251 \end_layout
34252
34253 \begin_layout Standard
34254 \begin_inset VSpace medskip
34255 \end_inset
34256
34257 Besides the centered dot, in this document the degree sign ° is defined
34258  with the following LaTeX-preamble line so that it can directly be inserted
34259  to a formula:
34260 \end_layout
34261
34262 \begin_layout Standard
34263
34264 \series bold
34265
34266 \backslash
34267 DeclareInputtext{176}{
34268 \backslash
34269 ifmmode^
34270 \backslash
34271 circ
34272 \backslash
34273 else
34274 \backslash
34275 textdegree
34276 \backslash
34277 f\SpecialChar \textcompwordmark{}
34278 i}
34279 \end_layout
34280
34281 \begin_layout Standard
34282 \begin_inset Newpage newpage
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \begin_layout Section
34289 \start_of_appendix
34290 Typographic Advises
34291 \begin_inset Index
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 Typographic Advises
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Standard
34304 This section is a summary of the most important typographic rules, listed
34305  in ISO norms.
34306 \begin_inset Foot
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 This collection was partly taken from the German semi-official dictionary
34311  called 
34312 \begin_inset Quotes eld
34313 \end_inset
34314
34315 Duden
34316 \begin_inset Quotes erd
34317 \end_inset
34318
34319  
34320 \begin_inset CommandInset citation
34321 LatexCommand cite
34322 key "Duden"
34323
34324 \end_inset
34325
34326  that lists some of the ISO rules.
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Itemize
34335 Physical units are 
34336 \emph on
34337 always
34338 \emph default
34339  set upright
34340 \begin_inset Foot
34341 status collapsed
34342
34343 \begin_layout Plain Layout
34344 done with font styles, see 
34345 \begin_inset CommandInset ref
34346 LatexCommand ref
34347 reference "sub:Font-Styles"
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \end_inset
34355
34356 : 30
34357 \begin_inset space \thinspace{}
34358 \end_inset
34359
34360 km/h
34361 \begin_inset Newline newline
34362 \end_inset
34363
34364 Between the value and the unit is the smallest space, see 
34365 \begin_inset CommandInset ref
34366 LatexCommand ref
34367 reference "sub:Predefined-Space"
34368
34369 \end_inset
34370
34371 .
34372 \begin_inset Newline newline
34373 \end_inset
34374
34375 This convention is automatically fulfilled when the command 
34376 \series bold
34377
34378 \backslash
34379 unittwo
34380 \series default
34381  is used.
34382  When it is entered to a formula, two boxes appear.
34383  In the first one the value is inserted, in the second one the unit, and
34384  one gets as above: 
34385 \begin_inset Formula $\unit[30]{km/h}$
34386 \end_inset
34387
34388
34389 \begin_inset space \thinspace{}
34390 \end_inset
34391
34392 .
34393  Note that 
34394 \series bold
34395
34396 \backslash
34397 unittwo
34398 \series default
34399  is not a real LaTeX command but the command 
34400 \series bold
34401
34402 \backslash
34403 unit[value]{unit}
34404 \series default
34405 , therefore you cannot use it in TeX code.
34406 \end_layout
34407
34408 \begin_layout Itemize
34409 Percent and perthousand signs are set like physical units:
34410 \begin_inset Newline newline
34411 \end_inset
34412
34413 1,2
34414 \begin_inset space \thinspace{}
34415 \end_inset
34416
34417 ‰ alcohol in blood
34418 \end_layout
34419
34420 \begin_layout Itemize
34421 The degree sign follows directly on the value: 15°, but not when it is used
34422  in units: 15
34423 \begin_inset space \thinspace{}
34424 \end_inset
34425
34426 °C
34427 \end_layout
34428
34429 \begin_layout Itemize
34430 In numbers with more than four digits the smallest space is inserted before
34431  every third digit to group them: 
34432 \family roman
34433 \series medium
34434 \shape up
34435 \size normal
34436 \emph off
34437 \bar no
34438 \noun off
34439 \color none
34440 18
34441 \begin_inset space \thinspace{}
34442 \end_inset
34443
34444 473
34445 \begin_inset space \thinspace{}
34446 \end_inset
34447
34448 588
34449 \end_layout
34450
34451 \begin_layout Itemize
34452 For dimensions like 120×90×40
34453 \begin_inset space \thinspace{}
34454 \end_inset
34455
34456 cm the multiplication sign 
34457 \begin_inset Quotes eld
34458 \end_inset
34459
34460 ×
34461 \begin_inset Quotes erd
34462 \end_inset
34463
34464  is used.
34465  It is available with the LaTeX-command 
34466 \series bold
34467
34468 \backslash
34469 texttimes
34470 \series default
34471 , but can also directly be inserted with some keyboard definitions.
34472 \end_layout
34473
34474 \begin_layout Itemize
34475 Functions with names consisting of several letters are set upright to avoid
34476  confusions, see 
34477 \begin_inset CommandInset ref
34478 LatexCommand ref
34479 reference "sub:Predefined-Functions"
34480
34481 \end_inset
34482
34483 .
34484 \end_layout
34485
34486 \begin_layout Itemize
34487 Indices consisting of several letters, are set upright: 
34488 \begin_inset Formula $E_{\mathrm{kin}}$
34489 \end_inset
34490
34491
34492 \begin_inset Newline newline
34493 \end_inset
34494
34495 Components of matrices are set italic: 
34496 \begin_inset Formula $\hat{H}_{kl}$
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \begin_layout Itemize
34503 The differentiation/integration operator 'd', the Euler's number 'e', and
34504  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34505  other variables.
34506 \end_layout
34507
34508 \begin_layout Standard
34509 \begin_inset Newpage newpage
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Section
34516 Synonyms
34517 \begin_inset Index
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521 Synonyms
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Standard
34530 Some characters and symbols can be created with several commands.
34531  Here is a list of the synonym commands:
34532 \end_layout
34533
34534 \begin_layout Standard
34535 \begin_inset VSpace bigskip
34536 \end_inset
34537
34538
34539 \begin_inset space \hfill{}
34540 \end_inset
34541
34542
34543 \begin_inset Tabular
34544 <lyxtabular version="3" rows="12" columns="2">
34545 <features>
34546 <column alignment="center" valignment="top" width="0pt">
34547 <column alignment="center" valignment="top" width="0pt">
34548 <row>
34549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34550 \begin_inset Text
34551
34552 \begin_layout Plain Layout
34553 Command
34554 \end_layout
34555
34556 \end_inset
34557 </cell>
34558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34559 \begin_inset Text
34560
34561 \begin_layout Plain Layout
34562 equivalent to
34563 \begin_inset Note Note
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567
34568 \series bold
34569
34570 \backslash
34571 raisebox
34572 \series default
34573  is only used as spacer.
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \end_inset
34582 </cell>
34583 </row>
34584 <row>
34585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34586 \begin_inset Text
34587
34588 \begin_layout Plain Layout
34589
34590 \backslash
34591 ast
34592 \end_layout
34593
34594 \end_inset
34595 </cell>
34596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34597 \begin_inset Text
34598
34599 \begin_layout Plain Layout
34600 \begin_inset ERT
34601 status collapsed
34602
34603 \begin_layout Plain Layout
34604
34605
34606 \backslash
34607 raisebox{-1.2mm}{
34608 \end_layout
34609
34610 \end_inset
34611
34612 *
34613 \begin_inset ERT
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617
34618 }
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \end_inset
34627 </cell>
34628 </row>
34629 <row>
34630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34631 \begin_inset Text
34632
34633 \begin_layout Plain Layout
34634
34635 \backslash
34636 choose
34637 \end_layout
34638
34639 \end_inset
34640 </cell>
34641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34642 \begin_inset Text
34643
34644 \begin_layout Plain Layout
34645
34646 \backslash
34647 binom
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 </row>
34653 <row>
34654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34655 \begin_inset Text
34656
34657 \begin_layout Plain Layout
34658
34659 \backslash
34660 geq
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669
34670 \backslash
34671 ge
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 </row>
34677 <row>
34678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34679 \begin_inset Text
34680
34681 \begin_layout Plain Layout
34682
34683 \backslash
34684 lbrace
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693 {
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 </row>
34699 <row>
34700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704
34705 \backslash
34706 lbracket
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715 [
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 </row>
34721 <row>
34722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34723 \begin_inset Text
34724
34725 \begin_layout Plain Layout
34726
34727 \backslash
34728 leftarrow
34729 \end_layout
34730
34731 \end_inset
34732 </cell>
34733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737
34738 \backslash
34739 gets
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 </row>
34745 <row>
34746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34747 \begin_inset Text
34748
34749 \begin_layout Plain Layout
34750
34751 \backslash
34752 leq
34753 \end_layout
34754
34755 \end_inset
34756 </cell>
34757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34758 \begin_inset Text
34759
34760 \begin_layout Plain Layout
34761
34762 \backslash
34763 le
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 </row>
34769 <row>
34770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34771 \begin_inset Text
34772
34773 \begin_layout Plain Layout
34774
34775 \backslash
34776 lor
34777 \end_layout
34778
34779 \end_inset
34780 </cell>
34781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34782 \begin_inset Text
34783
34784 \begin_layout Plain Layout
34785
34786 \backslash
34787 vee
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 </row>
34793 <row>
34794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34795 \begin_inset Text
34796
34797 \begin_layout Plain Layout
34798
34799 \backslash
34800 neq
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809
34810 \backslash
34811 not=
34812 \end_layout
34813
34814 \end_inset
34815 </cell>
34816 </row>
34817 <row>
34818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34819 \begin_inset Text
34820
34821 \begin_layout Plain Layout
34822
34823 \backslash
34824 slash
34825 \end_layout
34826
34827 \end_inset
34828 </cell>
34829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34830 \begin_inset Text
34831
34832 \begin_layout Plain Layout
34833 /
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 </row>
34839 <row>
34840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34841 \begin_inset Text
34842
34843 \begin_layout Plain Layout
34844
34845 \backslash
34846 vert
34847 \end_layout
34848
34849 \end_inset
34850 </cell>
34851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34852 \begin_inset Text
34853
34854 \begin_layout Plain Layout
34855 |
34856 \end_layout
34857
34858 \end_inset
34859 </cell>
34860 </row>
34861 </lyxtabular>
34862
34863 \end_inset
34864
34865
34866 \begin_inset space \hfill{}
34867 \end_inset
34868
34869
34870 \begin_inset Tabular
34871 <lyxtabular version="3" rows="12" columns="2">
34872 <features>
34873 <column alignment="center" valignment="top" width="0pt">
34874 <column alignment="center" valignment="top" width="0pt">
34875 <row>
34876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34877 \begin_inset Text
34878
34879 \begin_layout Plain Layout
34880 Command
34881 \end_layout
34882
34883 \end_inset
34884 </cell>
34885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889 equivalent to
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 </row>
34895 <row>
34896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900
34901 \backslash
34902 backslash
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34908 \begin_inset Text
34909
34910 \begin_layout Plain Layout
34911
34912 \backslash
34913
34914 \backslash
34915
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 </row>
34921 <row>
34922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926
34927 \backslash
34928 dasharrow
34929 \end_layout
34930
34931 \end_inset
34932 </cell>
34933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937
34938 \backslash
34939 dashrightarrow
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 </row>
34945 <row>
34946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34947 \begin_inset Text
34948
34949 \begin_layout Plain Layout
34950
34951 \backslash
34952 land
34953 \end_layout
34954
34955 \end_inset
34956 </cell>
34957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961
34962 \backslash
34963 wedge
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 </row>
34969 <row>
34970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974
34975 \backslash
34976 rbrace
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Plain Layout
34985 }
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 </row>
34991 <row>
34992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34993 \begin_inset Text
34994
34995 \begin_layout Plain Layout
34996
34997 \backslash
34998 rbracket
34999 \end_layout
35000
35001 \end_inset
35002 </cell>
35003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35004 \begin_inset Text
35005
35006 \begin_layout Plain Layout
35007 ]
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 </row>
35013 <row>
35014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35015 \begin_inset Text
35016
35017 \begin_layout Plain Layout
35018
35019 \backslash
35020 rightarrow
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35026 \begin_inset Text
35027
35028 \begin_layout Plain Layout
35029
35030 \backslash
35031 to
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 </row>
35037 <row>
35038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042
35043 \backslash
35044 lnot
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053
35054 \backslash
35055 neg
35056 \end_layout
35057
35058 \end_inset
35059 </cell>
35060 </row>
35061 <row>
35062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35063 \begin_inset Text
35064
35065 \begin_layout Plain Layout
35066
35067 \backslash
35068 ne
35069 \end_layout
35070
35071 \end_inset
35072 </cell>
35073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35074 \begin_inset Text
35075
35076 \begin_layout Plain Layout
35077
35078 \backslash
35079 not=
35080 \end_layout
35081
35082 \end_inset
35083 </cell>
35084 </row>
35085 <row>
35086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35087 \begin_inset Text
35088
35089 \begin_layout Plain Layout
35090
35091 \backslash
35092 owns
35093 \end_layout
35094
35095 \end_inset
35096 </cell>
35097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35098 \begin_inset Text
35099
35100 \begin_layout Plain Layout
35101
35102 \backslash
35103 ni
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 </row>
35109 <row>
35110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114
35115 \backslash
35116 square
35117 \end_layout
35118
35119 \end_inset
35120 </cell>
35121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35122 \begin_inset Text
35123
35124 \begin_layout Plain Layout
35125
35126 \backslash
35127 Box
35128 \end_layout
35129
35130 \end_inset
35131 </cell>
35132 </row>
35133 <row>
35134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35135 \begin_inset Text
35136
35137 \begin_layout Plain Layout
35138
35139 \backslash
35140 Vert
35141 \end_layout
35142
35143 \end_inset
35144 </cell>
35145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35146 \begin_inset Text
35147
35148 \begin_layout Plain Layout
35149
35150 \backslash
35151 |
35152 \end_layout
35153
35154 \end_inset
35155 </cell>
35156 </row>
35157 </lyxtabular>
35158
35159 \end_inset
35160
35161
35162 \begin_inset space \hfill{}
35163 \end_inset
35164
35165
35166 \end_layout
35167
35168 \begin_layout Standard
35169 \begin_inset Newpage newpage
35170 \end_inset
35171
35172
35173 \end_layout
35174
35175 \begin_layout Bibliography
35176 \begin_inset CommandInset bibitem
35177 LatexCommand bibitem
35178 key "TLC2"
35179
35180 \end_inset
35181
35182
35183 \shape smallcaps
35184 Mittelbach, F.
35185  ; Goossens, M.
35186 \shape default
35187
35188 \shape italic
35189 The LaTeX Companion
35190 \shape default
35191 .
35192  Addison Wesley, 2004
35193 \end_layout
35194
35195 \begin_layout Bibliography
35196 \begin_inset CommandInset bibitem
35197 LatexCommand bibitem
35198 key "Mathmode"
35199
35200 \end_inset
35201
35202
35203 \begin_inset CommandInset href
35204 LatexCommand href
35205 name "Description"
35206 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35207
35208 \end_inset
35209
35210  of LaTeX's math abilities
35211 \end_layout
35212
35213 \begin_layout Bibliography
35214 \begin_inset CommandInset bibitem
35215 LatexCommand bibitem
35216 key "Voss"
35217
35218 \end_inset
35219
35220 LaTeX tips and tricks-
35221 \begin_inset CommandInset href
35222 LatexCommand href
35223 name "page"
35224 target "http://tug.org/TeXnik/"
35225
35226 \end_inset
35227
35228
35229 \end_layout
35230
35231 \begin_layout Bibliography
35232 \begin_inset CommandInset bibitem
35233 LatexCommand bibitem
35234 key "AMS"
35235
35236 \end_inset
35237
35238
35239 \begin_inset CommandInset href
35240 LatexCommand href
35241 name "Description"
35242 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35243
35244 \end_inset
35245
35246  of 
35247 \begin_inset ERT
35248 status collapsed
35249
35250 \begin_layout Plain Layout
35251
35252
35253 \backslash
35254 AmS
35255 \end_layout
35256
35257 \end_inset
35258
35259 -LaTeX
35260 \end_layout
35261
35262 \begin_layout Bibliography
35263 \begin_inset CommandInset bibitem
35264 LatexCommand bibitem
35265 key "Symbole"
35266
35267 \end_inset
35268
35269
35270 \begin_inset CommandInset href
35271 LatexCommand href
35272 name "List"
35273 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35274
35275 \end_inset
35276
35277  of all symbols available with LaTeX-packages
35278 \end_layout
35279
35280 \begin_layout Bibliography
35281 \begin_inset CommandInset bibitem
35282 LatexCommand bibitem
35283 key "hyperref"
35284
35285 \end_inset
35286
35287
35288 \begin_inset CommandInset href
35289 LatexCommand href
35290 name "Documentation"
35291 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35292
35293 \end_inset
35294
35295  of the LaTeX-package 
35296 \series bold
35297 hyperref
35298 \series default
35299
35300 \begin_inset Index
35301 status collapsed
35302
35303 \begin_layout Plain Layout
35304 Packages ! hyperref
35305 \end_layout
35306
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \begin_layout Bibliography
35313 \begin_inset CommandInset bibitem
35314 LatexCommand bibitem
35315 key "Mathclap"
35316
35317 \end_inset
35318
35319
35320 \begin_inset CommandInset href
35321 LatexCommand href
35322 name "Description"
35323 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35324
35325 \end_inset
35326
35327  of the command 
35328 \series bold
35329
35330 \backslash
35331 mathclap
35332 \series default
35333 , described in 
35334 \begin_inset CommandInset ref
35335 LatexCommand ref
35336 reference "sub:Operator-Limits"
35337
35338 \end_inset
35339
35340
35341 \begin_inset Index
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345 Commands ! M ! 
35346 \backslash
35347 mathclap
35348 \end_layout
35349
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \begin_layout Bibliography
35356 \begin_inset CommandInset bibitem
35357 LatexCommand bibitem
35358 key "Duden"
35359
35360 \end_inset
35361
35362
35363 \emph on
35364 Duden Band 1
35365 \emph default
35366 .
35367  22.
35368  Auflage, Duden 2001
35369 \end_layout
35370
35371 \begin_layout Subsubsection*
35372 \begin_inset CommandInset index_print
35373 LatexCommand printindex
35374
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \end_body
35381 \end_document